.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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-1eab38bd-47b5-4d0c-ac5a-32a039bd83fd {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1eab38bd-47b5-4d0c-ac5a-32a039bd83fd {
  display: none;
}
#s-1eab38bd-47b5-4d0c-ac5a-32a039bd83fd, #wrap-s-1eab38bd-47b5-4d0c-ac5a-32a039bd83fd { display:none !important; }}@media (max-width: 767px){#s-1eab38bd-47b5-4d0c-ac5a-32a039bd83fd {
  display: none;
}
#s-1eab38bd-47b5-4d0c-ac5a-32a039bd83fd, #wrap-s-1eab38bd-47b5-4d0c-ac5a-32a039bd83fd { display:none !important; }}







#s-1eab38bd-47b5-4d0c-ac5a-32a039bd83fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1eab38bd-47b5-4d0c-ac5a-32a039bd83fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c3eb7b9-652f-4f29-b18b-e7467ec00560 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5c3eb7b9-652f-4f29-b18b-e7467ec00560 {
  display: none;
}
#s-5c3eb7b9-652f-4f29-b18b-e7467ec00560, #wrap-s-5c3eb7b9-652f-4f29-b18b-e7467ec00560 { display:none !important; }}@media (max-width: 767px){#s-5c3eb7b9-652f-4f29-b18b-e7467ec00560 {
  display: none;
}
#s-5c3eb7b9-652f-4f29-b18b-e7467ec00560, #wrap-s-5c3eb7b9-652f-4f29-b18b-e7467ec00560 { display:none !important; }}







#s-5c3eb7b9-652f-4f29-b18b-e7467ec00560 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c3eb7b9-652f-4f29-b18b-e7467ec00560.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: 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: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-77aa5f6b-a260-47c4-acf4-964ac792a9ba {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 700px;
text-align: center;
}







  #s-77aa5f6b-a260-47c4-acf4-964ac792a9ba img.shogun-image {
    

    
    
    
  }


#s-77aa5f6b-a260-47c4-acf4-964ac792a9ba .shogun-image-content {
  
    align-items: center;
  
}

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

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-0b28c000-fad8-43b4-a1f9-40a3752524b4 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-0b28c000-fad8-43b4-a1f9-40a3752524b4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-0b28c000-fad8-43b4-a1f9-40a3752524b4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-0b28c000-fad8-43b4-a1f9-40a3752524b4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-0b28c000-fad8-43b4-a1f9-40a3752524b4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

#s-068e137f-85ff-459f-be6d-05b6788db9dd {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-068e137f-85ff-459f-be6d-05b6788db9dd img.shogun-image {
    

    
    
    
  }


#s-068e137f-85ff-459f-be6d-05b6788db9dd .shogun-image-content {
  
    align-items: center;
  
}

#s-027fc4df-c629-48cf-aa0b-c69bc1316a3d {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-027fc4df-c629-48cf-aa0b-c69bc1316a3d img.shogun-image {
    

    
    
    
  }


#s-027fc4df-c629-48cf-aa0b-c69bc1316a3d .shogun-image-content {
  
    align-items: center;
  
}

#s-443a3eb7-b1df-4046-9eb5-ff0d8625ec24 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-443a3eb7-b1df-4046-9eb5-ff0d8625ec24 img.shogun-image {
    

    
    
    
  }


#s-443a3eb7-b1df-4046-9eb5-ff0d8625ec24 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1b0d79d-45f3-4b0f-ba73-53cdb1f66bbd {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-c1b0d79d-45f3-4b0f-ba73-53cdb1f66bbd img.shogun-image {
    

    
    
    
  }


#s-c1b0d79d-45f3-4b0f-ba73-53cdb1f66bbd .shogun-image-content {
  
    align-items: center;
  
}

#s-af2330a1-cce2-43ea-abba-118fde450438 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-af2330a1-cce2-43ea-abba-118fde450438 img.shogun-image {
    

    
    
    
  }


#s-af2330a1-cce2-43ea-abba-118fde450438 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d49f08e-656d-468f-bbd6-bebbe03169f9 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-9d49f08e-656d-468f-bbd6-bebbe03169f9 img.shogun-image {
    

    
    
    
  }


#s-9d49f08e-656d-468f-bbd6-bebbe03169f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-85443cd2-28a3-4223-aaaa-f818c58e3b52 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-85443cd2-28a3-4223-aaaa-f818c58e3b52"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-85443cd2-28a3-4223-aaaa-f818c58e3b52"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-85443cd2-28a3-4223-aaaa-f818c58e3b52"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-85443cd2-28a3-4223-aaaa-f818c58e3b52"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-b6bda0ad-679b-4933-9fe9-a67f6cffedd8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b6bda0ad-679b-4933-9fe9-a67f6cffedd8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}



#s-ca21b036-7573-46c6-8167-8069b90c04c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca21b036-7573-46c6-8167-8069b90c04c9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}



#s-aee28c9c-a3a6-4ab1-8c92-29d5efb81749 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aee28c9c-a3a6-4ab1-8c92-29d5efb81749 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}



#s-9c792c3b-11d5-434b-9347-9063dd6f93ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c792c3b-11d5-434b-9347-9063dd6f93ff .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}



#s-bec52d25-55ab-475e-ac7a-15291b373854 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bec52d25-55ab-475e-ac7a-15291b373854 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}



#s-e9d86ead-1ae8-4113-8504-e15fc6de235c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9d86ead-1ae8-4113-8504-e15fc6de235c .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}



#s-fe3854cd-cc9f-44ef-ae56-743c8168fd36 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-position: center center;
}








#s-fe3854cd-cc9f-44ef-ae56-743c8168fd36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe3854cd-cc9f-44ef-ae56-743c8168fd36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bed7d773-fa02-4dfb-8889-64e66981b3e5 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bed7d773-fa02-4dfb-8889-64e66981b3e5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 5px;
  
}



#s-b1170a54-2bca-4743-9011-c6b5c5cd4faa {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-b1170a54-2bca-4743-9011-c6b5c5cd4faa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b1170a54-2bca-4743-9011-c6b5c5cd4faa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b1170a54-2bca-4743-9011-c6b5c5cd4faa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b1170a54-2bca-4743-9011-c6b5c5cd4faa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-be6cbf46-073f-461f-8cf0-cc8df6eac552 {
  text-align: center;
}







  #s-be6cbf46-073f-461f-8cf0-cc8df6eac552 img.shogun-image {
    

    
    
    
  }


#s-be6cbf46-073f-461f-8cf0-cc8df6eac552 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7712bdb-cc01-4f8b-8a10-631e8062617e {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7712bdb-cc01-4f8b-8a10-631e8062617e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-98cb50da-ade0-496e-b49b-c2263435f99d {
  max-width: 300px;
text-align: center;
}







  #s-98cb50da-ade0-496e-b49b-c2263435f99d img.shogun-image {
    

    
    
    
  }


#s-98cb50da-ade0-496e-b49b-c2263435f99d .shogun-image-content {
  
    align-items: center;
  
}

#s-047196ce-0cbd-4a18-a8d6-7f77816abe28 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-047196ce-0cbd-4a18-a8d6-7f77816abe28 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-aee3e261-c7b0-42b1-b279-8d37707ccaf5 {
  max-width: 300px;
text-align: center;
}







  #s-aee3e261-c7b0-42b1-b279-8d37707ccaf5 img.shogun-image {
    

    
    
    
  }


#s-aee3e261-c7b0-42b1-b279-8d37707ccaf5 .shogun-image-content {
  
    align-items: center;
  
}

#s-67c9e105-bb84-4da1-8f01-93e6d7eba5d2 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67c9e105-bb84-4da1-8f01-93e6d7eba5d2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-6bbf0b96-9f3b-4467-a018-090edb531e0b {
  max-width: 300px;
text-align: center;
}







  #s-6bbf0b96-9f3b-4467-a018-090edb531e0b img.shogun-image {
    

    
    
    
  }


#s-6bbf0b96-9f3b-4467-a018-090edb531e0b .shogun-image-content {
  
    align-items: center;
  
}

#s-1054f911-6be9-4238-8dda-59dfda547396 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1054f911-6be9-4238-8dda-59dfda547396 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-a99e9e04-ab29-49a8-8b84-89fc517a0389 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0px;
padding-bottom: 0px;
min-height: 360px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a99e9e04-ab29-49a8-8b84-89fc517a0389 {
  display: none;
}
#s-a99e9e04-ab29-49a8-8b84-89fc517a0389, #wrap-s-a99e9e04-ab29-49a8-8b84-89fc517a0389 { display:none !important; }}@media (max-width: 767px){#s-a99e9e04-ab29-49a8-8b84-89fc517a0389 {
  display: none;
}
#s-a99e9e04-ab29-49a8-8b84-89fc517a0389, #wrap-s-a99e9e04-ab29-49a8-8b84-89fc517a0389 { display:none !important; }}







#s-a99e9e04-ab29-49a8-8b84-89fc517a0389 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a99e9e04-ab29-49a8-8b84-89fc517a0389.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af69e106-8a72-4154-baf5-878df0bb7c86 {
  margin-top: 30px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-af69e106-8a72-4154-baf5-878df0bb7c86 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 5px;
  
}



#s-7b137f24-8938-4b8e-b543-1b7e1a04f517 {
  margin-left: auto;
margin-right: auto;
max-width: 770px;
}

@media (min-width: 0px) {
[id="s-7b137f24-8938-4b8e-b543-1b7e1a04f517"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7b137f24-8938-4b8e-b543-1b7e1a04f517"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7b137f24-8938-4b8e-b543-1b7e1a04f517"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b137f24-8938-4b8e-b543-1b7e1a04f517"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

#s-bd6cb48f-d402-496e-b2bc-408a92710705 {
  margin-left: auto;
margin-right: auto;
min-height: 360px;
max-width: 140px;
}








#s-bd6cb48f-d402-496e-b2bc-408a92710705 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd6cb48f-d402-496e-b2bc-408a92710705.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9354b07-25f0-49dc-84e7-764357370369 {
  text-align: center;
}







  #s-f9354b07-25f0-49dc-84e7-764357370369 img.shogun-image {
    

    
    
    
  }


#s-f9354b07-25f0-49dc-84e7-764357370369 .shogun-image-content {
  
    align-items: center;
  
}

#s-b85190c6-9298-48b0-bfe5-bdb4f22ff961 {
  margin-left: auto;
margin-right: auto;
min-height: 360px;
max-width: 140px;
}








#s-b85190c6-9298-48b0-bfe5-bdb4f22ff961 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b85190c6-9298-48b0-bfe5-bdb4f22ff961.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aedaa3a5-421d-4474-b012-5516181b9f35 {
  text-align: center;
}







  #s-aedaa3a5-421d-4474-b012-5516181b9f35 img.shogun-image {
    

    
    
    
  }


#s-aedaa3a5-421d-4474-b012-5516181b9f35 .shogun-image-content {
  
    align-items: center;
  
}

#s-99edc26c-7690-4172-b7b0-d3ae94f4a8c4 {
  margin-top: 35px;
text-align: center;
}







  #s-99edc26c-7690-4172-b7b0-d3ae94f4a8c4 img.shogun-image {
    

    
    
    
  }


#s-99edc26c-7690-4172-b7b0-d3ae94f4a8c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7470737-50e5-424b-88a1-0e4d7f769306 {
  margin-left: auto;
margin-right: auto;
min-height: 360px;
max-width: 200px;
}








#s-f7470737-50e5-424b-88a1-0e4d7f769306 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7470737-50e5-424b-88a1-0e4d7f769306.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4586ceff-b522-4898-bab7-348e0169cffb {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-4586ceff-b522-4898-bab7-348e0169cffb img.shogun-image {
    

    
    
    
  }


#s-4586ceff-b522-4898-bab7-348e0169cffb .shogun-image-content {
  
    align-items: center;
  
}

#s-5929a0d4-9423-429e-8a70-9adb463d57ee {
  margin-left: auto;
margin-right: auto;
min-height: 360px;
max-width: 140px;
}








#s-5929a0d4-9423-429e-8a70-9adb463d57ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5929a0d4-9423-429e-8a70-9adb463d57ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b69039de-86dc-49b4-90ec-e277309f8279 {
  text-align: center;
}







  #s-b69039de-86dc-49b4-90ec-e277309f8279 img.shogun-image {
    

    
    
    
  }


#s-b69039de-86dc-49b4-90ec-e277309f8279 .shogun-image-content {
  
    align-items: center;
  
}

#s-73d78599-145f-475e-b4f7-3f612edc1c6d {
  margin-top: 35px;
text-align: center;
}







  #s-73d78599-145f-475e-b4f7-3f612edc1c6d img.shogun-image {
    

    
    
    
  }


#s-73d78599-145f-475e-b4f7-3f612edc1c6d .shogun-image-content {
  
    align-items: center;
  
}

#s-5c79324c-9ba9-429a-846c-6b67cd68274c {
  margin-left: auto;
margin-right: auto;
min-height: 360px;
max-width: 140px;
}








#s-5c79324c-9ba9-429a-846c-6b67cd68274c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c79324c-9ba9-429a-846c-6b67cd68274c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a638ebb-de51-4a1c-90cc-910bc6b7d659 {
  text-align: center;
}







  #s-6a638ebb-de51-4a1c-90cc-910bc6b7d659 img.shogun-image {
    

    
    
    
  }


#s-6a638ebb-de51-4a1c-90cc-910bc6b7d659 .shogun-image-content {
  
    align-items: center;
  
}

#s-f30e0739-366b-4390-ba15-8af9db627904 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f30e0739-366b-4390-ba15-8af9db627904 {
  display: none;
}
#s-f30e0739-366b-4390-ba15-8af9db627904, #wrap-s-f30e0739-366b-4390-ba15-8af9db627904 { display:none !important; }}@media (max-width: 767px){#s-f30e0739-366b-4390-ba15-8af9db627904 {
  display: none;
}
#s-f30e0739-366b-4390-ba15-8af9db627904, #wrap-s-f30e0739-366b-4390-ba15-8af9db627904 { display:none !important; }}







#s-f30e0739-366b-4390-ba15-8af9db627904 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f30e0739-366b-4390-ba15-8af9db627904.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2479171-1cfd-4b39-b6c7-339bc8114676 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-d2479171-1cfd-4b39-b6c7-339bc8114676"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2479171-1cfd-4b39-b6c7-339bc8114676"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d2479171-1cfd-4b39-b6c7-339bc8114676"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d2479171-1cfd-4b39-b6c7-339bc8114676"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-15aa813f-4b74-4ae2-b0f4-67f13a34ae84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15aa813f-4b74-4ae2-b0f4-67f13a34ae84 .shogun-heading-component h2 {
  color: rgba(55, 58, 54, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 2px;
  
}



#s-20c67c28-a9dc-432d-87a4-135b13043d8d {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}







  #s-20c67c28-a9dc-432d-87a4-135b13043d8d img.shogun-image {
    

    
    
    
  }


#s-20c67c28-a9dc-432d-87a4-135b13043d8d .shogun-image-content {
  
    align-items: center;
  
}

#s-6981ab6e-4aa3-4177-88dd-6be2fd5ca19c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6981ab6e-4aa3-4177-88dd-6be2fd5ca19c .shogun-heading-component h2 {
  color: rgba(55, 58, 54, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 2px;
  
}



#s-9c5bbc53-8efe-44c6-b7ed-0bf11b2ddf84 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 360px;
}

#s-bbc660e1-61ad-44b7-898a-637b5eebf692 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(55, 58, 54, 1);
border-style: solid;
max-width: 899px;
text-align: center;
}







  #s-bbc660e1-61ad-44b7-898a-637b5eebf692 img.shogun-image {
    

    
    
    
  }


#s-bbc660e1-61ad-44b7-898a-637b5eebf692 .shogun-image-content {
  
    align-items: center;
  
}

#s-af6b1257-b041-4421-a3aa-57fd1158c4a4 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(55, 58, 56, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-af6b1257-b041-4421-a3aa-57fd1158c4a4 {
  display: none;
}
#s-af6b1257-b041-4421-a3aa-57fd1158c4a4, #wrap-s-af6b1257-b041-4421-a3aa-57fd1158c4a4 { display:none !important; }}@media (max-width: 767px){#s-af6b1257-b041-4421-a3aa-57fd1158c4a4 {
  display: none;
}
#s-af6b1257-b041-4421-a3aa-57fd1158c4a4, #wrap-s-af6b1257-b041-4421-a3aa-57fd1158c4a4 { display:none !important; }}







#s-af6b1257-b041-4421-a3aa-57fd1158c4a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af6b1257-b041-4421-a3aa-57fd1158c4a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-701fa216-e308-4524-83c9-30dd1cd7f067 {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-701fa216-e308-4524-83c9-30dd1cd7f067 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 5px;
  
}



#s-dee2c373-1be3-4f05-80cd-b57bd54bf51b {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 550px;
text-align: center;
}







  #s-dee2c373-1be3-4f05-80cd-b57bd54bf51b img.shogun-image {
    

    
    
    
  }


#s-dee2c373-1be3-4f05-80cd-b57bd54bf51b .shogun-image-content {
  
    align-items: center;
  
}

#s-19562efe-1394-4c71-90fb-f78a3dfe149c {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
max-width: 700px;
}

@media (min-width: 0px) {
[id="s-19562efe-1394-4c71-90fb-f78a3dfe149c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19562efe-1394-4c71-90fb-f78a3dfe149c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-19562efe-1394-4c71-90fb-f78a3dfe149c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-19562efe-1394-4c71-90fb-f78a3dfe149c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-5443ef3c-c36a-4613-bc38-0a4741e8d960 {
  min-height: 50px;
}








#s-5443ef3c-c36a-4613-bc38-0a4741e8d960 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5443ef3c-c36a-4613-bc38-0a4741e8d960.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78ab17bc-eef4-47d4-8ccb-b6b548a3204a {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 600px;
}

#s-aafe745b-8f69-4aa8-899e-30541f099462 {
  min-height: 50px;
}








#s-aafe745b-8f69-4aa8-899e-30541f099462 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aafe745b-8f69-4aa8-899e-30541f099462.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2fe84761-4f9e-4249-8e3c-a0c2f06c2a11 {
  margin-top: 0px;
text-align: center;
}

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

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

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

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

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

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

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

#s-abae3f00-3d62-4c08-8a6a-4a71694ac2c8 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 143, 28, 1);
border-radius: 41px;
background-color: rgba(255, 143, 28, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-abae3f00-3d62-4c08-8a6a-4a71694ac2c8:hover {border-style: solid !important;
border-color: rgba(255, 143, 28, 1) !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-abae3f00-3d62-4c08-8a6a-4a71694ac2c8:active {border-style: solid !important;
border-color: rgba(255, 143, 28, 1) !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-abae3f00-3d62-4c08-8a6a-4a71694ac2c8-atc-btn-wrapper {
    text-align: left;
  }


#s-abae3f00-3d62-4c08-8a6a-4a71694ac2c8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-abae3f00-3d62-4c08-8a6a-4a71694ac2c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-abae3f00-3d62-4c08-8a6a-4a71694ac2c8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-abae3f00-3d62-4c08-8a6a-4a71694ac2c8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-733103c6-181a-4d26-bbc1-b77cd231b3ac {
  margin-top: 7px;
}

#s-373451b9-7d15-4b7f-87b7-36bba45ed44b {
  padding-top: 40px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-373451b9-7d15-4b7f-87b7-36bba45ed44b {
  display: none;
}
#s-373451b9-7d15-4b7f-87b7-36bba45ed44b, #wrap-s-373451b9-7d15-4b7f-87b7-36bba45ed44b { display:none !important; }}@media (max-width: 767px){#s-373451b9-7d15-4b7f-87b7-36bba45ed44b {
  display: none;
}
#s-373451b9-7d15-4b7f-87b7-36bba45ed44b, #wrap-s-373451b9-7d15-4b7f-87b7-36bba45ed44b { display:none !important; }}







#s-373451b9-7d15-4b7f-87b7-36bba45ed44b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-373451b9-7d15-4b7f-87b7-36bba45ed44b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7ec73b4-db05-4422-9da5-fd95ab88ea7c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b7ec73b4-db05-4422-9da5-fd95ab88ea7c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 5px;
  
}



#s-7bc8f511-36f2-4864-bc16-d138ebfc22cc {
  margin-top: 15px;
margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
max-width: 550px;
text-align: center;
}







  #s-7bc8f511-36f2-4864-bc16-d138ebfc22cc img.shogun-image {
    

    
    
    
  }


#s-7bc8f511-36f2-4864-bc16-d138ebfc22cc .shogun-image-content {
  
    align-items: center;
  
}

#s-db3ff399-db4f-47ad-a26a-5718ed573569 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-db3ff399-db4f-47ad-a26a-5718ed573569"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db3ff399-db4f-47ad-a26a-5718ed573569"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-db3ff399-db4f-47ad-a26a-5718ed573569"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-db3ff399-db4f-47ad-a26a-5718ed573569"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-53b41565-22ee-4c52-88c0-cc787408a79d {
  min-height: 50px;
}








#s-53b41565-22ee-4c52-88c0-cc787408a79d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53b41565-22ee-4c52-88c0-cc787408a79d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ad3633a-daa0-4f9f-b4b2-44b9d2461a07 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 600px;
}

#s-e9222220-2f7c-4959-897e-05384f301e04 {
  min-height: 50px;
}








#s-e9222220-2f7c-4959-897e-05384f301e04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9222220-2f7c-4959-897e-05384f301e04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef061872-19b6-4e7c-bc4e-75a898c3fd0b {
  margin-top: 15px;
text-align: left;
}

@media (min-width: 0px) {
[id="s-00a65ba1-c999-480b-8c92-e83d8428450b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00a65ba1-c999-480b-8c92-e83d8428450b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-00a65ba1-c999-480b-8c92-e83d8428450b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-00a65ba1-c999-480b-8c92-e83d8428450b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.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;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

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

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

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

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

#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 {
  margin-bottom: 15px;
text-align: left;
}


.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 {
  max-width:  100%;
}

.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 .shg-image-zoom,
.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 img.shogun-image {
  max-width: 240px !important;
  
}

.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 {
  max-width:  100%;
}

.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 .shg-image-zoom,
.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 img.shogun-image {
  max-width: 240px !important;
  
}

.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 {
  max-width:  100%;
}

.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 .shg-image-zoom,
.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 img.shogun-image {
  max-width: 240px !important;
  
}

.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 {
  max-width:  100%;
}

.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 .shg-image-zoom,
.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 img.shogun-image {
  max-width: 240px !important;
  
}

.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 {
  max-width:  100%;
}

.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 .shg-image-zoom,
.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 img.shogun-image {
  max-width: 240px !important;
  
}

.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c877f6a-bb4c-43a9-9702-fef183e4a119 img.shogun-image {
  width: 100%;
}



}
#s-d665f89b-f708-45fd-b558-879bf75e8372 {
  margin-top: auto;
margin-bottom: auto;
min-height: 190px;
}








#s-d665f89b-f708-45fd-b558-879bf75e8372 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d665f89b-f708-45fd-b558-879bf75e8372.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-694893c0-d050-4cce-81cf-80a18d556ad2 {
  border-style: solid;
padding-top: 8px;
padding-left: 15px;
padding-bottom: 8px;
padding-right: 15px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 143, 28, 1);
border-radius: 41px;
background-color: rgba(255, 143, 28, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-694893c0-d050-4cce-81cf-80a18d556ad2:hover {border-style: solid !important;
border-color: rgba(255, 143, 28, 1) !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-694893c0-d050-4cce-81cf-80a18d556ad2:active {border-style: solid !important;
border-color: rgba(255, 143, 28, 1) !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-694893c0-d050-4cce-81cf-80a18d556ad2-atc-btn-wrapper {
    text-align: center;
  }


#s-694893c0-d050-4cce-81cf-80a18d556ad2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-694893c0-d050-4cce-81cf-80a18d556ad2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-694893c0-d050-4cce-81cf-80a18d556ad2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-694893c0-d050-4cce-81cf-80a18d556ad2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-845c8f26-9b7d-4337-8c10-1ea623921efa {
  margin-top: 10px;
}

#s-7f061aeb-ebb1-4d3e-9d7a-b4271460d5fa {
  padding-top: 15px;
padding-bottom: 15px;
min-height: 350px;
background-color: rgba(255, 143, 28, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7f061aeb-ebb1-4d3e-9d7a-b4271460d5fa {
  display: none;
}
#s-7f061aeb-ebb1-4d3e-9d7a-b4271460d5fa, #wrap-s-7f061aeb-ebb1-4d3e-9d7a-b4271460d5fa { display:none !important; }}@media (max-width: 767px){#s-7f061aeb-ebb1-4d3e-9d7a-b4271460d5fa {
  display: none;
}
#s-7f061aeb-ebb1-4d3e-9d7a-b4271460d5fa, #wrap-s-7f061aeb-ebb1-4d3e-9d7a-b4271460d5fa { display:none !important; }}







#s-7f061aeb-ebb1-4d3e-9d7a-b4271460d5fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f061aeb-ebb1-4d3e-9d7a-b4271460d5fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73d19310-e8a9-44ed-9e75-fddbd2b68246 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73d19310-e8a9-44ed-9e75-fddbd2b68246 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  
}



#s-4b6da4cc-6568-4f9e-ac26-b75faf538ece {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 58, 54, 1);
border-style: solid;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-4b6da4cc-6568-4f9e-ac26-b75faf538ece"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4b6da4cc-6568-4f9e-ac26-b75faf538ece"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4b6da4cc-6568-4f9e-ac26-b75faf538ece"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b6da4cc-6568-4f9e-ac26-b75faf538ece"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7ab94556-ce58-4fc8-b49b-583de4bc7836 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 0%;
min-height: 240px;
}








#s-7ab94556-ce58-4fc8-b49b-583de4bc7836 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ab94556-ce58-4fc8-b49b-583de4bc7836.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e32561e0-360d-4b37-953a-82e936314942 {
  max-width: 600px;
text-align: center;
}







  #s-e32561e0-360d-4b37-953a-82e936314942 img.shogun-image {
    

    
    
    
  }


#s-e32561e0-360d-4b37-953a-82e936314942 .shogun-image-content {
  
    align-items: center;
  
}

#s-469b130e-c7d2-4373-a0f4-2cc5fb59cf28 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 3%;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(55, 58, 54, 1);
border-style: solid;
min-height: 240px;
background-color: rgba(255, 143, 28, 1);
}








#s-469b130e-c7d2-4373-a0f4-2cc5fb59cf28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-469b130e-c7d2-4373-a0f4-2cc5fb59cf28.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d8c0351-f90c-4d12-95a9-724dc585245e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9d8c0351-f90c-4d12-95a9-724dc585245e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  
}


#s-9d8c0351-f90c-4d12-95a9-724dc585245e .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-bbe19de6-cd5e-4430-bf57-b38a3fafb4b1 {
  margin-top: 10px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bbe19de6-cd5e-4430-bf57-b38a3fafb4b1 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}



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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-69c25ab9-f5e3-4e51-b8ba-c9e5a7f98490 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 7px;
padding-left: 48px;
padding-bottom: 7px;
padding-right: 48px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 45px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(55, 58, 54, 1);
}
#s-69c25ab9-f5e3-4e51-b8ba-c9e5a7f98490:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 58, 54, 1) !important;
border-radius: 45px !important;
background-color: rgba(55, 58, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-69c25ab9-f5e3-4e51-b8ba-c9e5a7f98490:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 45px !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-69c25ab9-f5e3-4e51-b8ba-c9e5a7f98490-root {
    text-align: center;
  }


#s-69c25ab9-f5e3-4e51-b8ba-c9e5a7f98490.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-69c25ab9-f5e3-4e51-b8ba-c9e5a7f98490-root {
    text-align: center;
  }


#s-69c25ab9-f5e3-4e51-b8ba-c9e5a7f98490.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-69c25ab9-f5e3-4e51-b8ba-c9e5a7f98490-root {
    text-align: center;
  }


#s-69c25ab9-f5e3-4e51-b8ba-c9e5a7f98490.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-69c25ab9-f5e3-4e51-b8ba-c9e5a7f98490-root {
    text-align: center;
  }


#s-69c25ab9-f5e3-4e51-b8ba-c9e5a7f98490.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-69c25ab9-f5e3-4e51-b8ba-c9e5a7f98490-root {
    text-align: center;
  }


#s-69c25ab9-f5e3-4e51-b8ba-c9e5a7f98490.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f39dbb47-88cf-478b-99e4-cda7a6111b65 {
  min-height: 450px;
background-color: rgba(55, 58, 54, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f39dbb47-88cf-478b-99e4-cda7a6111b65 {
  display: none;
}
#s-f39dbb47-88cf-478b-99e4-cda7a6111b65, #wrap-s-f39dbb47-88cf-478b-99e4-cda7a6111b65 { display:none !important; }}@media (max-width: 767px){#s-f39dbb47-88cf-478b-99e4-cda7a6111b65 {
  display: none;
}
#s-f39dbb47-88cf-478b-99e4-cda7a6111b65, #wrap-s-f39dbb47-88cf-478b-99e4-cda7a6111b65 { display:none !important; }}







#s-f39dbb47-88cf-478b-99e4-cda7a6111b65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f39dbb47-88cf-478b-99e4-cda7a6111b65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-982b4c80-5cdb-4779-80e6-5980fd699f03 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-982b4c80-5cdb-4779-80e6-5980fd699f03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-982b4c80-5cdb-4779-80e6-5980fd699f03"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-982b4c80-5cdb-4779-80e6-5980fd699f03"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-982b4c80-5cdb-4779-80e6-5980fd699f03"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-1452638e-51bc-4384-90c1-f3c800f9263c {
  min-height: 270px;
}








#s-1452638e-51bc-4384-90c1-f3c800f9263c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1452638e-51bc-4384-90c1-f3c800f9263c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08bdcacd-d14e-4c1c-b11f-bcba45ccd326 {
  max-width: 660px;
aspect-ratio: 660/349;
text-align: center;
}





  #s-08bdcacd-d14e-4c1c-b11f-bcba45ccd326 img.shogun-image,
  #s-08bdcacd-d14e-4c1c-b11f-bcba45ccd326 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-08bdcacd-d14e-4c1c-b11f-bcba45ccd326 {
    width: 100%;
    height: auto;
  }



  #s-08bdcacd-d14e-4c1c-b11f-bcba45ccd326 img.shogun-image {
    

    
    
    
  }


#s-08bdcacd-d14e-4c1c-b11f-bcba45ccd326 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb9d7cd1-f4d5-4af9-b977-9b2603683d0e {
  min-height: 270px;
}








#s-fb9d7cd1-f4d5-4af9-b977-9b2603683d0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb9d7cd1-f4d5-4af9-b977-9b2603683d0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14495464-b2ca-49ad-97d3-0a0009783fcb {
  max-width: 500px;
text-align: center;
}







  #s-14495464-b2ca-49ad-97d3-0a0009783fcb img.shogun-image {
    

    
    
    
  }


#s-14495464-b2ca-49ad-97d3-0a0009783fcb .shogun-image-content {
  
    align-items: center;
  
}

#s-3c189a0c-f86b-4fa9-8961-d97bc438cc33 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-3c189a0c-f86b-4fa9-8961-d97bc438cc33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c189a0c-f86b-4fa9-8961-d97bc438cc33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-3c189a0c-f86b-4fa9-8961-d97bc438cc33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-3c189a0c-f86b-4fa9-8961-d97bc438cc33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-2979493f-07b7-44fe-b8fb-7b6587f262e1 {
  min-height: 120px;
}








#s-2979493f-07b7-44fe-b8fb-7b6587f262e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2979493f-07b7-44fe-b8fb-7b6587f262e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a8c6710-838a-4ea9-ae43-9b5b811e7733 {
  margin-top: 0px;
}

#s-ee6ec5a9-c7fc-45f7-8881-2d994c1e9f28 {
  border-style: solid;
margin-top: auto;
margin-left: 0%;
margin-right: auto;
padding-top: 7px;
padding-left: 50px;
padding-bottom: 7px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 143, 28, 1);
border-radius: 45px;
background-color: rgba(55, 58, 54, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 143, 28, 1);
}
#s-ee6ec5a9-c7fc-45f7-8881-2d994c1e9f28:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 143, 28, 1) !important;
border-radius: 45px !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ee6ec5a9-c7fc-45f7-8881-2d994c1e9f28:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(243, 243, 243, 1) !important;
border-radius: 45px !important;
background-color: rgba(243, 243, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(55, 58, 54, 1) !important;}

  #s-ee6ec5a9-c7fc-45f7-8881-2d994c1e9f28-root {
    text-align: center;
  }


#s-ee6ec5a9-c7fc-45f7-8881-2d994c1e9f28.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ee6ec5a9-c7fc-45f7-8881-2d994c1e9f28-root {
    text-align: center;
  }


#s-ee6ec5a9-c7fc-45f7-8881-2d994c1e9f28.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee6ec5a9-c7fc-45f7-8881-2d994c1e9f28-root {
    text-align: center;
  }


#s-ee6ec5a9-c7fc-45f7-8881-2d994c1e9f28.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ee6ec5a9-c7fc-45f7-8881-2d994c1e9f28-root {
    text-align: center;
  }


#s-ee6ec5a9-c7fc-45f7-8881-2d994c1e9f28.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ee6ec5a9-c7fc-45f7-8881-2d994c1e9f28-root {
    text-align: center;
  }


#s-ee6ec5a9-c7fc-45f7-8881-2d994c1e9f28.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c94c6ddf-fc35-4157-8290-5f92a5849a3f {
  min-height: 120px;
}








#s-c94c6ddf-fc35-4157-8290-5f92a5849a3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c94c6ddf-fc35-4157-8290-5f92a5849a3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88a872df-43a3-437b-a344-4a462d89e211 {
  margin-top: 0px;
min-height: 125px;
}

@media (min-width: 0px) {
[id="s-88a872df-43a3-437b-a344-4a462d89e211"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88a872df-43a3-437b-a344-4a462d89e211"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-88a872df-43a3-437b-a344-4a462d89e211"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-88a872df-43a3-437b-a344-4a462d89e211"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-88a872df-43a3-437b-a344-4a462d89e211"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-88a872df-43a3-437b-a344-4a462d89e211"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-88a872df-43a3-437b-a344-4a462d89e211"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-a63fda08-e5ae-439e-92e9-08b50f1f8304 {
  min-height: 150px;
}








#s-a63fda08-e5ae-439e-92e9-08b50f1f8304 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a63fda08-e5ae-439e-92e9-08b50f1f8304.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a735c54-614d-46d3-9d20-e91a416629cc {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 150px;
}








#s-3a735c54-614d-46d3-9d20-e91a416629cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a735c54-614d-46d3-9d20-e91a416629cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eccdf70d-01c4-4e98-8c5c-f1f53dee4644 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-eccdf70d-01c4-4e98-8c5c-f1f53dee4644 img.shogun-image {
    

    
    
    
  }


#s-eccdf70d-01c4-4e98-8c5c-f1f53dee4644 .shogun-image-content {
  
    align-items: center;
  
}

#s-33524649-66f6-49c8-80d1-3cc170b34b43 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-33524649-66f6-49c8-80d1-3cc170b34b43 img.shogun-image {
    

    
    
    
  }


#s-33524649-66f6-49c8-80d1-3cc170b34b43 .shogun-image-content {
  
    align-items: center;
  
}

#s-853ebbbd-f4b1-42df-b0ef-4794510bc2f5 {
  padding-bottom: 30px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-853ebbbd-f4b1-42df-b0ef-4794510bc2f5 {
  display: none;
}
#s-853ebbbd-f4b1-42df-b0ef-4794510bc2f5, #wrap-s-853ebbbd-f4b1-42df-b0ef-4794510bc2f5 { display:none !important; }}@media (max-width: 767px){#s-853ebbbd-f4b1-42df-b0ef-4794510bc2f5 {
  display: none;
}
#s-853ebbbd-f4b1-42df-b0ef-4794510bc2f5, #wrap-s-853ebbbd-f4b1-42df-b0ef-4794510bc2f5 { display:none !important; }}







#s-853ebbbd-f4b1-42df-b0ef-4794510bc2f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-853ebbbd-f4b1-42df-b0ef-4794510bc2f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d24af527-5fdd-400d-a2bb-f94f9d5239aa {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 750px;
}

@media (min-width: 0px) {
[id="s-d24af527-5fdd-400d-a2bb-f94f9d5239aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d24af527-5fdd-400d-a2bb-f94f9d5239aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-d24af527-5fdd-400d-a2bb-f94f9d5239aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-d24af527-5fdd-400d-a2bb-f94f9d5239aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 60.0px);
}

}

#s-5bf5f65d-2d91-4acb-93c1-e33055f677ab {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-5bf5f65d-2d91-4acb-93c1-e33055f677ab img.shogun-image {
    

    
    
    
  }


#s-5bf5f65d-2d91-4acb-93c1-e33055f677ab .shogun-image-content {
  
    align-items: center;
  
}

#s-df77aed1-7bfa-4bb5-a65b-d6e1902d5838 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-df77aed1-7bfa-4bb5-a65b-d6e1902d5838 img.shogun-image {
    

    
    
    
  }


#s-df77aed1-7bfa-4bb5-a65b-d6e1902d5838 .shogun-image-content {
  
    align-items: center;
  
}

#s-90a57618-8a52-4a01-b31d-2a2636162f10 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-90a57618-8a52-4a01-b31d-2a2636162f10 img.shogun-image {
    

    
    
    
  }


#s-90a57618-8a52-4a01-b31d-2a2636162f10 .shogun-image-content {
  
    align-items: center;
  
}

#s-794b4027-a805-4ba0-9875-fb492de13281 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-794b4027-a805-4ba0-9875-fb492de13281 {
  display: none;
}
#s-794b4027-a805-4ba0-9875-fb492de13281, #wrap-s-794b4027-a805-4ba0-9875-fb492de13281 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-794b4027-a805-4ba0-9875-fb492de13281 {
  display: none;
}
#s-794b4027-a805-4ba0-9875-fb492de13281, #wrap-s-794b4027-a805-4ba0-9875-fb492de13281 { display:none !important; }}@media (max-width: 767px){#s-794b4027-a805-4ba0-9875-fb492de13281 {
  display: none;
}
#s-794b4027-a805-4ba0-9875-fb492de13281, #wrap-s-794b4027-a805-4ba0-9875-fb492de13281 { display:none !important; }}







#s-794b4027-a805-4ba0-9875-fb492de13281 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-794b4027-a805-4ba0-9875-fb492de13281.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e737702-ff93-4551-882f-cec1f59432c4 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-7e737702-ff93-4551-882f-cec1f59432c4 {
  display: none;
}
#s-7e737702-ff93-4551-882f-cec1f59432c4, #wrap-s-7e737702-ff93-4551-882f-cec1f59432c4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e737702-ff93-4551-882f-cec1f59432c4 {
  display: none;
}
#s-7e737702-ff93-4551-882f-cec1f59432c4, #wrap-s-7e737702-ff93-4551-882f-cec1f59432c4 { display:none !important; }}@media (max-width: 767px){#s-7e737702-ff93-4551-882f-cec1f59432c4 {
  display: none;
}
#s-7e737702-ff93-4551-882f-cec1f59432c4, #wrap-s-7e737702-ff93-4551-882f-cec1f59432c4 { display:none !important; }}







#s-7e737702-ff93-4551-882f-cec1f59432c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e737702-ff93-4551-882f-cec1f59432c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28a4d11d-80e9-4f6a-ac42-5974c97ea0e8 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80%;
text-align: center;
}







  #s-28a4d11d-80e9-4f6a-ac42-5974c97ea0e8 img.shogun-image {
    

    
    
    
  }


#s-28a4d11d-80e9-4f6a-ac42-5974c97ea0e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-15364cdf-51af-4dca-a62f-65f4ac07ba97 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 95%;
}

@media (min-width: 0px) {
[id="s-15364cdf-51af-4dca-a62f-65f4ac07ba97"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-15364cdf-51af-4dca-a62f-65f4ac07ba97"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-15364cdf-51af-4dca-a62f-65f4ac07ba97"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-15364cdf-51af-4dca-a62f-65f4ac07ba97"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

#s-81ae4bd9-120e-477b-a373-649a527b8056 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-81ae4bd9-120e-477b-a373-649a527b8056 img.shogun-image {
    

    
    
    
  }


#s-81ae4bd9-120e-477b-a373-649a527b8056 .shogun-image-content {
  
    align-items: center;
  
}

#s-706d43ce-bbb7-4d82-8bad-9512d169e5df {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-706d43ce-bbb7-4d82-8bad-9512d169e5df img.shogun-image {
    

    
    
    
  }


#s-706d43ce-bbb7-4d82-8bad-9512d169e5df .shogun-image-content {
  
    align-items: center;
  
}

#s-1042c091-af05-4afc-bbab-56653b4cb2a4 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-1042c091-af05-4afc-bbab-56653b4cb2a4 img.shogun-image {
    

    
    
    
  }


#s-1042c091-af05-4afc-bbab-56653b4cb2a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6019d02-da26-4e64-af1d-6b4c18466051 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-f6019d02-da26-4e64-af1d-6b4c18466051 img.shogun-image {
    

    
    
    
  }


#s-f6019d02-da26-4e64-af1d-6b4c18466051 .shogun-image-content {
  
    align-items: center;
  
}

#s-20e5d123-b01e-40cd-aa8d-8a43a7df8ab6 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-20e5d123-b01e-40cd-aa8d-8a43a7df8ab6 img.shogun-image {
    

    
    
    
  }


#s-20e5d123-b01e-40cd-aa8d-8a43a7df8ab6 .shogun-image-content {
  
    align-items: center;
  
}

#s-57afe3a4-03d6-4bab-b4d7-2167662e0028 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-57afe3a4-03d6-4bab-b4d7-2167662e0028 img.shogun-image {
    

    
    
    
  }


#s-57afe3a4-03d6-4bab-b4d7-2167662e0028 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0693c84-ec14-406e-846c-cba70ecfa75f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 95%;
}

@media (min-width: 0px) {
[id="s-a0693c84-ec14-406e-846c-cba70ecfa75f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-a0693c84-ec14-406e-846c-cba70ecfa75f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-a0693c84-ec14-406e-846c-cba70ecfa75f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-a0693c84-ec14-406e-846c-cba70ecfa75f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

#s-b2b7cee3-881e-41e6-82ce-e4101aec5bce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2b7cee3-881e-41e6-82ce-e4101aec5bce .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}



#s-50608da7-e70f-4d56-9e60-ec07c9963458 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50608da7-e70f-4d56-9e60-ec07c9963458 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}



#s-084074c7-90c5-42a4-a50a-aae6cd64bb45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-084074c7-90c5-42a4-a50a-aae6cd64bb45 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}



#s-c7e3a25b-d171-4b24-8dc9-3c1ab7fdcb2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7e3a25b-d171-4b24-8dc9-3c1ab7fdcb2f .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}



#s-9a465f70-b888-4907-9dcc-3f4bf2d8c9fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a465f70-b888-4907-9dcc-3f4bf2d8c9fb .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}



#s-20652ca2-2a5d-4879-8f0b-9bd710c47ea6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20652ca2-2a5d-4879-8f0b-9bd710c47ea6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  
}



#s-be8e4601-a007-450b-8650-4b0392fcd36e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-be8e4601-a007-450b-8650-4b0392fcd36e {
  display: none;
}
#s-be8e4601-a007-450b-8650-4b0392fcd36e, #wrap-s-be8e4601-a007-450b-8650-4b0392fcd36e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be8e4601-a007-450b-8650-4b0392fcd36e {
  display: none;
}
#s-be8e4601-a007-450b-8650-4b0392fcd36e, #wrap-s-be8e4601-a007-450b-8650-4b0392fcd36e { display:none !important; }}@media (max-width: 767px){#s-be8e4601-a007-450b-8650-4b0392fcd36e {
  display: none;
}
#s-be8e4601-a007-450b-8650-4b0392fcd36e, #wrap-s-be8e4601-a007-450b-8650-4b0392fcd36e { display:none !important; }}







#s-be8e4601-a007-450b-8650-4b0392fcd36e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be8e4601-a007-450b-8650-4b0392fcd36e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a60de407-b662-428b-ba3d-fe108efc7214 {
  text-align: center;
}
@media (min-width: 1200px){#s-a60de407-b662-428b-ba3d-fe108efc7214 {
  display: none;
}
#s-a60de407-b662-428b-ba3d-fe108efc7214, #wrap-s-a60de407-b662-428b-ba3d-fe108efc7214 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a60de407-b662-428b-ba3d-fe108efc7214 {
  display: none;
}
#s-a60de407-b662-428b-ba3d-fe108efc7214, #wrap-s-a60de407-b662-428b-ba3d-fe108efc7214 { display:none !important; }}@media (max-width: 767px){#s-a60de407-b662-428b-ba3d-fe108efc7214 {
  display: none;
}
#s-a60de407-b662-428b-ba3d-fe108efc7214, #wrap-s-a60de407-b662-428b-ba3d-fe108efc7214 { display:none !important; }}






  #s-a60de407-b662-428b-ba3d-fe108efc7214 img.shogun-image {
    

    
    
    
  }


#s-a60de407-b662-428b-ba3d-fe108efc7214 .shogun-image-content {
  
    align-items: center;
  
}

#s-7cc389bc-5bf5-434c-82f0-ad0d0872ff62 {
  margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7cc389bc-5bf5-434c-82f0-ad0d0872ff62 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 5px;
  
}



#s-84954e13-0bb8-4c48-b29b-074056339542 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-84954e13-0bb8-4c48-b29b-074056339542"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-84954e13-0bb8-4c48-b29b-074056339542"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-84954e13-0bb8-4c48-b29b-074056339542"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-84954e13-0bb8-4c48-b29b-074056339542"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-84954e13-0bb8-4c48-b29b-074056339542"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-84954e13-0bb8-4c48-b29b-074056339542"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-84954e13-0bb8-4c48-b29b-074056339542"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-84954e13-0bb8-4c48-b29b-074056339542"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

}

#s-ee3e5cc8-9b22-486a-a46d-53e5620dde6f {
  min-height: 240px;
}








#s-ee3e5cc8-9b22-486a-a46d-53e5620dde6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee3e5cc8-9b22-486a-a46d-53e5620dde6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98aea93b-356b-4395-a14c-ebeea90872e6 {
  margin-left: auto;
margin-right: auto;
max-width: 110px;
text-align: center;
}







  #s-98aea93b-356b-4395-a14c-ebeea90872e6 img.shogun-image {
    

    
    
    
  }


#s-98aea93b-356b-4395-a14c-ebeea90872e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-65349a00-d295-473b-befc-15cc0007af4b {
  min-height: 240px;
}








#s-65349a00-d295-473b-befc-15cc0007af4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65349a00-d295-473b-befc-15cc0007af4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3784050b-65f0-43c7-ac44-d968f27b243f {
  margin-left: auto;
margin-right: auto;
max-width: 110px;
text-align: center;
}







  #s-3784050b-65f0-43c7-ac44-d968f27b243f img.shogun-image {
    

    
    
    
  }


#s-3784050b-65f0-43c7-ac44-d968f27b243f .shogun-image-content {
  
    align-items: center;
  
}

#s-c79057dc-378e-4401-88d7-01446cc72155 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 110px;
text-align: center;
}







  #s-c79057dc-378e-4401-88d7-01446cc72155 img.shogun-image {
    

    
    
    
  }


#s-c79057dc-378e-4401-88d7-01446cc72155 .shogun-image-content {
  
    align-items: center;
  
}

#s-ced803c5-220d-49cf-a7d0-3a5488f7707b {
  min-height: 240px;
}








#s-ced803c5-220d-49cf-a7d0-3a5488f7707b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ced803c5-220d-49cf-a7d0-3a5488f7707b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f06d357-4911-4eae-a6e1-f195e4c40f4b {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-0f06d357-4911-4eae-a6e1-f195e4c40f4b img.shogun-image {
    

    
    
    
  }


#s-0f06d357-4911-4eae-a6e1-f195e4c40f4b .shogun-image-content {
  
    align-items: center;
  
}

#s-d05ff286-40f5-4615-b802-76b084d355b9 {
  min-height: 50px;
}








#s-d05ff286-40f5-4615-b802-76b084d355b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d05ff286-40f5-4615-b802-76b084d355b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c67c469a-65ab-4aee-a19a-db785fcfacac {
  min-height: 240px;
}








#s-c67c469a-65ab-4aee-a19a-db785fcfacac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c67c469a-65ab-4aee-a19a-db785fcfacac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-839eadd2-28d6-4c13-9a06-73140d68677e {
  margin-left: auto;
margin-right: auto;
max-width: 110px;
text-align: center;
}







  #s-839eadd2-28d6-4c13-9a06-73140d68677e img.shogun-image {
    

    
    
    
  }


#s-839eadd2-28d6-4c13-9a06-73140d68677e .shogun-image-content {
  
    align-items: center;
  
}

#s-c0857784-1255-4111-8a19-ace2b0c09a44 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 110px;
text-align: center;
}







  #s-c0857784-1255-4111-8a19-ace2b0c09a44 img.shogun-image {
    

    
    
    
  }


#s-c0857784-1255-4111-8a19-ace2b0c09a44 .shogun-image-content {
  
    align-items: center;
  
}

#s-607d19b1-6e5c-4529-b7dc-0fba66af20d5 {
  min-height: 240px;
}








#s-607d19b1-6e5c-4529-b7dc-0fba66af20d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-607d19b1-6e5c-4529-b7dc-0fba66af20d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51c92da7-c813-400d-b532-e483e5c458a3 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 110px;
text-align: center;
}







  #s-51c92da7-c813-400d-b532-e483e5c458a3 img.shogun-image {
    

    
    
    
  }


#s-51c92da7-c813-400d-b532-e483e5c458a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-947e20b2-7730-45c2-a6de-e2a01a90e1dd {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-947e20b2-7730-45c2-a6de-e2a01a90e1dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-947e20b2-7730-45c2-a6de-e2a01a90e1dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b78efbec-c784-4af1-9dad-21d453aba4e2 {
  min-height: 50px;
}








#s-b78efbec-c784-4af1-9dad-21d453aba4e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b78efbec-c784-4af1-9dad-21d453aba4e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea3d1b87-8080-4691-8f63-a264409ad2da {
  margin-left: auto;
margin-right: auto;
max-width: 740px;
}

@media (min-width: 0px) {
[id="s-ea3d1b87-8080-4691-8f63-a264409ad2da"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ea3d1b87-8080-4691-8f63-a264409ad2da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ea3d1b87-8080-4691-8f63-a264409ad2da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea3d1b87-8080-4691-8f63-a264409ad2da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c9b7aab3-be52-4e53-8f9b-0880331b9990 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9b7aab3-be52-4e53-8f9b-0880331b9990 .shogun-heading-component h2 {
  color: rgba(55, 58, 56, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 2px;
  
}



#s-278f0b9a-45a5-4881-b574-fc20efc131b4 {
  text-align: center;
}







  #s-278f0b9a-45a5-4881-b574-fc20efc131b4 img.shogun-image {
    

    
    
    
  }


#s-278f0b9a-45a5-4881-b574-fc20efc131b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3145cba-bdc7-447a-be6a-76c04ef5cf96 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3145cba-bdc7-447a-be6a-76c04ef5cf96 .shogun-heading-component h2 {
  color: rgba(55, 58, 56, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 2px;
  
}



#s-d5085e31-3765-4d21-bb61-76895af0056d {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
text-align: left;
}

#s-3b66405d-df40-416c-a18c-2cdca6f5734f {
  margin-top: 3%;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(55, 58, 54, 1);
border-style: solid;
max-width: 90%;
text-align: center;
}







  #s-3b66405d-df40-416c-a18c-2cdca6f5734f img.shogun-image {
    

    
    
    
  }


#s-3b66405d-df40-416c-a18c-2cdca6f5734f .shogun-image-content {
  
    align-items: center;
  
}

#s-2ed3a466-e251-49ec-9036-c47ae7893132 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(55, 58, 56, 1);
}
@media (min-width: 1200px){#s-2ed3a466-e251-49ec-9036-c47ae7893132 {
  display: none;
}
#s-2ed3a466-e251-49ec-9036-c47ae7893132, #wrap-s-2ed3a466-e251-49ec-9036-c47ae7893132 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ed3a466-e251-49ec-9036-c47ae7893132 {
  display: none;
}
#s-2ed3a466-e251-49ec-9036-c47ae7893132, #wrap-s-2ed3a466-e251-49ec-9036-c47ae7893132 { display:none !important; }}@media (max-width: 767px){#s-2ed3a466-e251-49ec-9036-c47ae7893132 {
  display: none;
}
#s-2ed3a466-e251-49ec-9036-c47ae7893132, #wrap-s-2ed3a466-e251-49ec-9036-c47ae7893132 { display:none !important; }}







#s-2ed3a466-e251-49ec-9036-c47ae7893132 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ed3a466-e251-49ec-9036-c47ae7893132.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83327969-62bf-4e62-90f6-9400cc7745f3 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-83327969-62bf-4e62-90f6-9400cc7745f3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 5px;
  
}



#s-1d30aac6-09bf-4b41-84ef-c780c8704bf2 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
max-width: 70%;
text-align: center;
}







  #s-1d30aac6-09bf-4b41-84ef-c780c8704bf2 img.shogun-image {
    

    
    
    
  }


#s-1d30aac6-09bf-4b41-84ef-c780c8704bf2 .shogun-image-content {
  
    align-items: center;
  
}

#s-b024c6a8-7fb2-46de-9cba-2835933779a7 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-b024c6a8-7fb2-46de-9cba-2835933779a7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b024c6a8-7fb2-46de-9cba-2835933779a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b024c6a8-7fb2-46de-9cba-2835933779a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b024c6a8-7fb2-46de-9cba-2835933779a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9a43705f-b1b6-49db-bf36-ef2437fa1cf1 {
  min-height: 50px;
}








#s-9a43705f-b1b6-49db-bf36-ef2437fa1cf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a43705f-b1b6-49db-bf36-ef2437fa1cf1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe5adc3c-009e-43a1-9e7e-aa95d4a328ab {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 600px;
}

#s-15bf2098-6fb5-455d-bff2-4db8ab6d45b5 {
  min-height: 50px;
}








#s-15bf2098-6fb5-455d-bff2-4db8ab6d45b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15bf2098-6fb5-455d-bff2-4db8ab6d45b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4865663d-6c61-4249-b094-4e3d6facac14 {
  margin-top: 15px;
text-align: center;
}

#s-5b33f740-fa8e-49e2-91db-73609cab05b4 {
  border-style: solid;
padding-top: 3px;
padding-left: 15px;
padding-bottom: 3px;
padding-right: 15px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 143, 28, 1);
border-radius: 41px;
background-color: rgba(255, 143, 28, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5b33f740-fa8e-49e2-91db-73609cab05b4:hover {border-style: solid !important;
border-color: rgba(255, 143, 28, 1) !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5b33f740-fa8e-49e2-91db-73609cab05b4:active {border-style: solid !important;
border-color: rgba(255, 143, 28, 1) !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5b33f740-fa8e-49e2-91db-73609cab05b4-atc-btn-wrapper {
    text-align: left;
  }


#s-5b33f740-fa8e-49e2-91db-73609cab05b4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5b33f740-fa8e-49e2-91db-73609cab05b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b33f740-fa8e-49e2-91db-73609cab05b4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-5b33f740-fa8e-49e2-91db-73609cab05b4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-267d8427-31a9-4261-98da-00b785c7be92 {
  margin-top: 3%;
}

#s-ccff7a99-f871-440c-b07b-48dde05dae6d {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-ccff7a99-f871-440c-b07b-48dde05dae6d {
  display: none;
}
#s-ccff7a99-f871-440c-b07b-48dde05dae6d, #wrap-s-ccff7a99-f871-440c-b07b-48dde05dae6d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ccff7a99-f871-440c-b07b-48dde05dae6d {
  display: none;
}
#s-ccff7a99-f871-440c-b07b-48dde05dae6d, #wrap-s-ccff7a99-f871-440c-b07b-48dde05dae6d { display:none !important; }}@media (max-width: 767px){#s-ccff7a99-f871-440c-b07b-48dde05dae6d {
  display: none;
}
#s-ccff7a99-f871-440c-b07b-48dde05dae6d, #wrap-s-ccff7a99-f871-440c-b07b-48dde05dae6d { display:none !important; }}







#s-ccff7a99-f871-440c-b07b-48dde05dae6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccff7a99-f871-440c-b07b-48dde05dae6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e303902d-43ce-444c-91bf-4d8b1b5fb70b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e303902d-43ce-444c-91bf-4d8b1b5fb70b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 5px;
  
}



#s-8fefae6d-07cc-4c23-92cc-c475b5ea7c52 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 70%;
text-align: center;
}







  #s-8fefae6d-07cc-4c23-92cc-c475b5ea7c52 img.shogun-image {
    

    
    
    
  }


#s-8fefae6d-07cc-4c23-92cc-c475b5ea7c52 .shogun-image-content {
  
    align-items: center;
  
}

#s-7fb44293-c8c3-4a05-b273-9fcd57b2f972 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 95%;
}

@media (min-width: 0px) {
[id="s-7fb44293-c8c3-4a05-b273-9fcd57b2f972"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7fb44293-c8c3-4a05-b273-9fcd57b2f972"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7fb44293-c8c3-4a05-b273-9fcd57b2f972"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fb44293-c8c3-4a05-b273-9fcd57b2f972"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fed57d91-365d-47c2-9e48-2234ce6bc139 {
  min-height: 50px;
}








#s-fed57d91-365d-47c2-9e48-2234ce6bc139 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fed57d91-365d-47c2-9e48-2234ce6bc139.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-742af244-fc38-472d-bbad-c73cc5ac2340 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 600px;
}

#s-2c56a118-a64f-46ba-953b-39f4dc36bb76 {
  min-height: 50px;
}








#s-2c56a118-a64f-46ba-953b-39f4dc36bb76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c56a118-a64f-46ba-953b-39f4dc36bb76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bffef01-f356-481c-926a-252c6506838b {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-48f077ef-5ba0-4e2c-8694-1eef6c1128e1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-48f077ef-5ba0-4e2c-8694-1eef6c1128e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-48f077ef-5ba0-4e2c-8694-1eef6c1128e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-48f077ef-5ba0-4e2c-8694-1eef6c1128e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-e3c95f63-b097-4096-ab92-4e02019ae1c5 {
  text-align: left;
}



.shg-c#s-e3c95f63-b097-4096-ab92-4e02019ae1c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3c95f63-b097-4096-ab92-4e02019ae1c5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e3c95f63-b097-4096-ab92-4e02019ae1c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3c95f63-b097-4096-ab92-4e02019ae1c5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e3c95f63-b097-4096-ab92-4e02019ae1c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3c95f63-b097-4096-ab92-4e02019ae1c5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e3c95f63-b097-4096-ab92-4e02019ae1c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3c95f63-b097-4096-ab92-4e02019ae1c5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-e3c95f63-b097-4096-ab92-4e02019ae1c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3c95f63-b097-4096-ab92-4e02019ae1c5 img.shogun-image {
  width: 100%;
}



}
#s-9f65b544-b554-4e87-94b5-ad6dba9aed8a {
  min-height: 180px;
}








#s-9f65b544-b554-4e87-94b5-ad6dba9aed8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f65b544-b554-4e87-94b5-ad6dba9aed8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f5c32a9-d109-4380-8bba-b8b4690ab813 {
  border-style: solid;
padding-top: 3px;
padding-left: 15px;
padding-bottom: 3px;
padding-right: 15px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 143, 28, 1);
border-radius: 41px;
background-color: rgba(255, 143, 28, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7f5c32a9-d109-4380-8bba-b8b4690ab813:hover {border-style: solid !important;
border-color: rgba(255, 143, 28, 1) !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7f5c32a9-d109-4380-8bba-b8b4690ab813:active {border-style: solid !important;
border-color: rgba(255, 143, 28, 1) !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7f5c32a9-d109-4380-8bba-b8b4690ab813-atc-btn-wrapper {
    text-align: center;
  }


#s-7f5c32a9-d109-4380-8bba-b8b4690ab813 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7f5c32a9-d109-4380-8bba-b8b4690ab813.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7f5c32a9-d109-4380-8bba-b8b4690ab813.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-7f5c32a9-d109-4380-8bba-b8b4690ab813.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-39094f6a-a4d5-4b5a-91bf-51a10785db15 {
  margin-top: 10px;
}

#s-98d77f27-4527-4c83-bd84-4f59046f0b25 {
  margin-top: 15px;
}

#s-ddbdc3b8-d221-4166-bf40-61deb4ce3501 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(255, 143, 28, 1);
}
@media (min-width: 1200px){#s-ddbdc3b8-d221-4166-bf40-61deb4ce3501 {
  display: none;
}
#s-ddbdc3b8-d221-4166-bf40-61deb4ce3501, #wrap-s-ddbdc3b8-d221-4166-bf40-61deb4ce3501 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ddbdc3b8-d221-4166-bf40-61deb4ce3501 {
  display: none;
}
#s-ddbdc3b8-d221-4166-bf40-61deb4ce3501, #wrap-s-ddbdc3b8-d221-4166-bf40-61deb4ce3501 { display:none !important; }}@media (max-width: 767px){#s-ddbdc3b8-d221-4166-bf40-61deb4ce3501 {
  display: none;
}
#s-ddbdc3b8-d221-4166-bf40-61deb4ce3501, #wrap-s-ddbdc3b8-d221-4166-bf40-61deb4ce3501 { display:none !important; }}







#s-ddbdc3b8-d221-4166-bf40-61deb4ce3501 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddbdc3b8-d221-4166-bf40-61deb4ce3501.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e86594e-8b60-4087-9957-a8bfb32d642a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e86594e-8b60-4087-9957-a8bfb32d642a .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  
}



#s-cb8b9644-8f07-4b79-a5a2-a6710a3fa1a2 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(55, 58, 54, 1);
border-style: solid;
max-width: 95%;
}

@media (min-width: 0px) {
[id="s-cb8b9644-8f07-4b79-a5a2-a6710a3fa1a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cb8b9644-8f07-4b79-a5a2-a6710a3fa1a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cb8b9644-8f07-4b79-a5a2-a6710a3fa1a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb8b9644-8f07-4b79-a5a2-a6710a3fa1a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fc2637c1-d7b6-42c2-ba82-1cdbb5389ba6 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 0%;
min-height: 200px;
}








#s-fc2637c1-d7b6-42c2-ba82-1cdbb5389ba6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc2637c1-d7b6-42c2-ba82-1cdbb5389ba6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-579edd1d-f1f8-44fa-b5bd-bb11b53c3ca5 {
  text-align: center;
}







  #s-579edd1d-f1f8-44fa-b5bd-bb11b53c3ca5 img.shogun-image {
    

    
    
    
  }


#s-579edd1d-f1f8-44fa-b5bd-bb11b53c3ca5 .shogun-image-content {
  
    align-items: center;
  
}

#s-b85bcba5-83a0-4dcb-b073-91e5cf9a9568 {
  padding-left: 2%;
padding-right: 2%;
min-height: 200px;
}








#s-b85bcba5-83a0-4dcb-b073-91e5cf9a9568 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b85bcba5-83a0-4dcb-b073-91e5cf9a9568.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7e54403-9913-460d-bc59-55c10f178e9f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c7e54403-9913-460d-bc59-55c10f178e9f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}


#s-c7e54403-9913-460d-bc59-55c10f178e9f .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-f0fa3140-db21-4a4c-8ba9-19c4066cb6f4 {
  margin-top: 3%;
margin-bottom: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f0fa3140-db21-4a4c-8ba9-19c4066cb6f4 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}



#s-ddf49b50-fb65-4bd6-b4c7-87c048fff5e8 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 7px;
padding-left: 48px;
padding-bottom: 7px;
padding-right: 48px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 45px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(55, 58, 54, 1);
}
#s-ddf49b50-fb65-4bd6-b4c7-87c048fff5e8:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 58, 54, 1) !important;
border-radius: 45px !important;
background-color: rgba(55, 58, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ddf49b50-fb65-4bd6-b4c7-87c048fff5e8:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 45px !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-ddf49b50-fb65-4bd6-b4c7-87c048fff5e8-root {
    text-align: center;
  }


#s-ddf49b50-fb65-4bd6-b4c7-87c048fff5e8.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ddf49b50-fb65-4bd6-b4c7-87c048fff5e8-root {
    text-align: center;
  }


#s-ddf49b50-fb65-4bd6-b4c7-87c048fff5e8.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ddf49b50-fb65-4bd6-b4c7-87c048fff5e8-root {
    text-align: center;
  }


#s-ddf49b50-fb65-4bd6-b4c7-87c048fff5e8.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ddf49b50-fb65-4bd6-b4c7-87c048fff5e8-root {
    text-align: center;
  }


#s-ddf49b50-fb65-4bd6-b4c7-87c048fff5e8.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ddf49b50-fb65-4bd6-b4c7-87c048fff5e8-root {
    text-align: center;
  }


#s-ddf49b50-fb65-4bd6-b4c7-87c048fff5e8.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-2b3a6390-2898-4c1b-8024-0e3d7c037204 {
  min-height: 450px;
background-color: rgba(55, 58, 54, 1);
}
@media (min-width: 1200px){#s-2b3a6390-2898-4c1b-8024-0e3d7c037204 {
  display: none;
}
#s-2b3a6390-2898-4c1b-8024-0e3d7c037204, #wrap-s-2b3a6390-2898-4c1b-8024-0e3d7c037204 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b3a6390-2898-4c1b-8024-0e3d7c037204 {
  display: none;
}
#s-2b3a6390-2898-4c1b-8024-0e3d7c037204, #wrap-s-2b3a6390-2898-4c1b-8024-0e3d7c037204 { display:none !important; }}@media (max-width: 767px){#s-2b3a6390-2898-4c1b-8024-0e3d7c037204 {
  display: none;
}
#s-2b3a6390-2898-4c1b-8024-0e3d7c037204, #wrap-s-2b3a6390-2898-4c1b-8024-0e3d7c037204 { display:none !important; }}







#s-2b3a6390-2898-4c1b-8024-0e3d7c037204 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b3a6390-2898-4c1b-8024-0e3d7c037204.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63ca001e-c9af-4f0a-a653-5b3ee7555b37 {
  margin-left: auto;
margin-right: auto;
max-width: 95%;
}

@media (min-width: 0px) {
[id="s-63ca001e-c9af-4f0a-a653-5b3ee7555b37"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-63ca001e-c9af-4f0a-a653-5b3ee7555b37"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-63ca001e-c9af-4f0a-a653-5b3ee7555b37"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-63ca001e-c9af-4f0a-a653-5b3ee7555b37"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-b62270c2-e22c-4dca-a011-b7212c8a7aa7 {
  min-height: 200px;
}








#s-b62270c2-e22c-4dca-a011-b7212c8a7aa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b62270c2-e22c-4dca-a011-b7212c8a7aa7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef8fa3ff-dea6-49c9-aeac-f52884881422 {
  margin-left: auto;
margin-right: auto;
max-width: 660px;
aspect-ratio: 660/349;
text-align: center;
}





  #s-ef8fa3ff-dea6-49c9-aeac-f52884881422 img.shogun-image,
  #s-ef8fa3ff-dea6-49c9-aeac-f52884881422 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef8fa3ff-dea6-49c9-aeac-f52884881422 {
    width: 100%;
    height: auto;
  }



  #s-ef8fa3ff-dea6-49c9-aeac-f52884881422 img.shogun-image {
    

    
    
    
  }


#s-ef8fa3ff-dea6-49c9-aeac-f52884881422 .shogun-image-content {
  
    align-items: center;
  
}

#s-596afcdb-bb67-4704-8cc1-881507eda3a7 {
  min-height: 200px;
}








#s-596afcdb-bb67-4704-8cc1-881507eda3a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-596afcdb-bb67-4704-8cc1-881507eda3a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f15fa3f-e926-48c6-9d33-e148d2f7916d {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}







  #s-7f15fa3f-e926-48c6-9d33-e148d2f7916d img.shogun-image {
    

    
    
    
  }


#s-7f15fa3f-e926-48c6-9d33-e148d2f7916d .shogun-image-content {
  
    align-items: center;
  
}

#s-ee102e1a-e760-48eb-836b-d966fadb594d {
  margin-left: auto;
margin-right: auto;
max-width: 95%;
}

@media (min-width: 0px) {
[id="s-ee102e1a-e760-48eb-836b-d966fadb594d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-ee102e1a-e760-48eb-836b-d966fadb594d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ee102e1a-e760-48eb-836b-d966fadb594d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ee102e1a-e760-48eb-836b-d966fadb594d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-d7e71b0b-9e7d-4001-9b46-e183f6a498f7 {
  min-height: 120px;
}








#s-d7e71b0b-9e7d-4001-9b46-e183f6a498f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7e71b0b-9e7d-4001-9b46-e183f6a498f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6a0859d-1f53-4033-9cf0-2772726baaaf {
  margin-top: 0px;
}

#s-e6485f41-b9ac-437c-9d01-e29aa11b0d14 {
  border-style: solid;
margin-top: auto;
margin-left: 0%;
margin-right: auto;
padding-top: 7px;
padding-left: 50px;
padding-bottom: 7px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 143, 28, 1);
border-radius: 45px;
background-color: rgba(55, 58, 54, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 143, 28, 1);
}
#s-e6485f41-b9ac-437c-9d01-e29aa11b0d14:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 143, 28, 1) !important;
border-radius: 45px !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e6485f41-b9ac-437c-9d01-e29aa11b0d14:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(243, 243, 243, 1) !important;
border-radius: 45px !important;
background-color: rgba(243, 243, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(55, 58, 54, 1) !important;}

  #s-e6485f41-b9ac-437c-9d01-e29aa11b0d14-root {
    text-align: center;
  }


#s-e6485f41-b9ac-437c-9d01-e29aa11b0d14.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e6485f41-b9ac-437c-9d01-e29aa11b0d14-root {
    text-align: center;
  }


#s-e6485f41-b9ac-437c-9d01-e29aa11b0d14.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6485f41-b9ac-437c-9d01-e29aa11b0d14-root {
    text-align: center;
  }


#s-e6485f41-b9ac-437c-9d01-e29aa11b0d14.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e6485f41-b9ac-437c-9d01-e29aa11b0d14-root {
    text-align: center;
  }


#s-e6485f41-b9ac-437c-9d01-e29aa11b0d14.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e6485f41-b9ac-437c-9d01-e29aa11b0d14-root {
    text-align: center;
  }


#s-e6485f41-b9ac-437c-9d01-e29aa11b0d14.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-15033895-6376-4eeb-9cf5-67eea6591942 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 120px;
}








#s-15033895-6376-4eeb-9cf5-67eea6591942 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15033895-6376-4eeb-9cf5-67eea6591942.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60071db9-3cc8-4538-83cc-cdf4e66b40d9 {
  margin-top: auto;
margin-right: auto;
min-height: 125px;
}

@media (min-width: 0px) {
[id="s-60071db9-3cc8-4538-83cc-cdf4e66b40d9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-60071db9-3cc8-4538-83cc-cdf4e66b40d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-60071db9-3cc8-4538-83cc-cdf4e66b40d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-60071db9-3cc8-4538-83cc-cdf4e66b40d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fc13c60f-455e-4959-a843-c98ddbca8105 {
  margin-left: 10%;
min-height: 150px;
}








#s-fc13c60f-455e-4959-a843-c98ddbca8105 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc13c60f-455e-4959-a843-c98ddbca8105.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffe92c81-1f27-4f9a-8001-e70f83a54278 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 150px;
}








#s-ffe92c81-1f27-4f9a-8001-e70f83a54278 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffe92c81-1f27-4f9a-8001-e70f83a54278.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f7bd070-fe00-48fc-8796-3d44d0c503a4 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-9f7bd070-fe00-48fc-8796-3d44d0c503a4 img.shogun-image {
    

    
    
    
  }


#s-9f7bd070-fe00-48fc-8796-3d44d0c503a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-84466a60-7560-44b7-8442-4330b1d36342 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-84466a60-7560-44b7-8442-4330b1d36342 img.shogun-image {
    

    
    
    
  }


#s-84466a60-7560-44b7-8442-4330b1d36342 .shogun-image-content {
  
    align-items: center;
  
}

#s-103625e5-01d6-48a7-b681-9f25a2425adc {
  padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 1200px){#s-103625e5-01d6-48a7-b681-9f25a2425adc {
  display: none;
}
#s-103625e5-01d6-48a7-b681-9f25a2425adc, #wrap-s-103625e5-01d6-48a7-b681-9f25a2425adc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-103625e5-01d6-48a7-b681-9f25a2425adc {
  display: none;
}
#s-103625e5-01d6-48a7-b681-9f25a2425adc, #wrap-s-103625e5-01d6-48a7-b681-9f25a2425adc { display:none !important; }}@media (max-width: 767px){#s-103625e5-01d6-48a7-b681-9f25a2425adc {
  display: none;
}
#s-103625e5-01d6-48a7-b681-9f25a2425adc, #wrap-s-103625e5-01d6-48a7-b681-9f25a2425adc { display:none !important; }}







#s-103625e5-01d6-48a7-b681-9f25a2425adc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-103625e5-01d6-48a7-b681-9f25a2425adc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08e19871-8ce8-4f34-ad34-0bb6966d1083 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-08e19871-8ce8-4f34-ad34-0bb6966d1083"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 768px) {
[id="s-08e19871-8ce8-4f34-ad34-0bb6966d1083"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-08e19871-8ce8-4f34-ad34-0bb6966d1083"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-08e19871-8ce8-4f34-ad34-0bb6966d1083"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-71875ee6-f132-45e3-a8e9-c5d5c493974f {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-71875ee6-f132-45e3-a8e9-c5d5c493974f img.shogun-image {
    

    
    
    
  }


#s-71875ee6-f132-45e3-a8e9-c5d5c493974f .shogun-image-content {
  
    align-items: center;
  
}

#s-ae32d26b-c584-4072-9601-c875d3856f52 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-ae32d26b-c584-4072-9601-c875d3856f52 img.shogun-image {
    

    
    
    
  }


#s-ae32d26b-c584-4072-9601-c875d3856f52 .shogun-image-content {
  
    align-items: center;
  
}

#s-771e3b8b-26f0-49a9-96a1-12456781dd6d {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-771e3b8b-26f0-49a9-96a1-12456781dd6d img.shogun-image {
    

    
    
    
  }


#s-771e3b8b-26f0-49a9-96a1-12456781dd6d .shogun-image-content {
  
    align-items: center;
  
}

#s-e5490cbc-930c-49ef-82a1-940fe3760d45 {
  min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 1200px){#s-e5490cbc-930c-49ef-82a1-940fe3760d45 {
  display: none;
}
#s-e5490cbc-930c-49ef-82a1-940fe3760d45, #wrap-s-e5490cbc-930c-49ef-82a1-940fe3760d45 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5490cbc-930c-49ef-82a1-940fe3760d45 {
  display: none;
}
#s-e5490cbc-930c-49ef-82a1-940fe3760d45, #wrap-s-e5490cbc-930c-49ef-82a1-940fe3760d45 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e5490cbc-930c-49ef-82a1-940fe3760d45 {
  display: none;
}
#s-e5490cbc-930c-49ef-82a1-940fe3760d45, #wrap-s-e5490cbc-930c-49ef-82a1-940fe3760d45 { display:none !important; }}







#s-e5490cbc-930c-49ef-82a1-940fe3760d45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5490cbc-930c-49ef-82a1-940fe3760d45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-883afda7-f8c4-4eba-baed-ad40d96a7aa6 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-883afda7-f8c4-4eba-baed-ad40d96a7aa6 {
  display: none;
}
#s-883afda7-f8c4-4eba-baed-ad40d96a7aa6, #wrap-s-883afda7-f8c4-4eba-baed-ad40d96a7aa6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-883afda7-f8c4-4eba-baed-ad40d96a7aa6 {
  display: none;
}
#s-883afda7-f8c4-4eba-baed-ad40d96a7aa6, #wrap-s-883afda7-f8c4-4eba-baed-ad40d96a7aa6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-883afda7-f8c4-4eba-baed-ad40d96a7aa6 {
  display: none;
}
#s-883afda7-f8c4-4eba-baed-ad40d96a7aa6, #wrap-s-883afda7-f8c4-4eba-baed-ad40d96a7aa6 { display:none !important; }}@media (max-width: 767px){#s-883afda7-f8c4-4eba-baed-ad40d96a7aa6 {
  
}
}







#s-883afda7-f8c4-4eba-baed-ad40d96a7aa6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-883afda7-f8c4-4eba-baed-ad40d96a7aa6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1bb24d69-f3d3-4dc3-8532-8bf6f0f89a56 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 90%;
text-align: center;
}







  #s-1bb24d69-f3d3-4dc3-8532-8bf6f0f89a56 img.shogun-image {
    

    
    
    
  }


#s-1bb24d69-f3d3-4dc3-8532-8bf6f0f89a56 .shogun-image-content {
  
    align-items: center;
  
}

#s-b539f1e3-8326-4e0c-8200-428e6d0059df {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-b539f1e3-8326-4e0c-8200-428e6d0059df"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b539f1e3-8326-4e0c-8200-428e6d0059df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b539f1e3-8326-4e0c-8200-428e6d0059df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b539f1e3-8326-4e0c-8200-428e6d0059df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-e9a88c96-9434-4497-907d-323f1a9d385d {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-e9a88c96-9434-4497-907d-323f1a9d385d img.shogun-image {
    

    
    
    
  }


#s-e9a88c96-9434-4497-907d-323f1a9d385d .shogun-image-content {
  
    align-items: center;
  
}

#s-2fb36bab-6a43-4fb4-b3d2-bdbd5d01602f {
  padding-bottom: 10px;
text-align: center;
}

#s-2fb36bab-6a43-4fb4-b3d2-bdbd5d01602f .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.2em;
  
  
}



#s-0d853e98-b67b-442d-9e1b-7509ef41590c {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-0d853e98-b67b-442d-9e1b-7509ef41590c img.shogun-image {
    

    
    
    
  }


#s-0d853e98-b67b-442d-9e1b-7509ef41590c .shogun-image-content {
  
    align-items: center;
  
}

#s-069c09f4-5268-4cfe-86fe-2b290e402056 {
  padding-bottom: 10px;
text-align: center;
}

#s-069c09f4-5268-4cfe-86fe-2b290e402056 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.2em;
  
  
}



#s-899ad0dd-4bf5-4803-9483-3c6a0fedaf19 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-899ad0dd-4bf5-4803-9483-3c6a0fedaf19 img.shogun-image {
    

    
    
    
  }


#s-899ad0dd-4bf5-4803-9483-3c6a0fedaf19 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2b81ad3-792a-47d5-9cda-1e6d7040e4b2 {
  padding-bottom: 10px;
text-align: center;
}

#s-f2b81ad3-792a-47d5-9cda-1e6d7040e4b2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.2em;
  
  
}



#s-82909971-39c4-40fb-9cf8-dc5a7898d8c3 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-82909971-39c4-40fb-9cf8-dc5a7898d8c3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-82909971-39c4-40fb-9cf8-dc5a7898d8c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-82909971-39c4-40fb-9cf8-dc5a7898d8c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-82909971-39c4-40fb-9cf8-dc5a7898d8c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-35a1ac41-7263-4298-bf47-f301d1b5ae5c {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-35a1ac41-7263-4298-bf47-f301d1b5ae5c img.shogun-image {
    

    
    
    
  }


#s-35a1ac41-7263-4298-bf47-f301d1b5ae5c .shogun-image-content {
  
    align-items: center;
  
}

#s-db40764a-535f-4c87-aa76-2ec00e7320b3 {
  padding-bottom: 10px;
text-align: center;
}

#s-db40764a-535f-4c87-aa76-2ec00e7320b3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.2em;
  
  
}



#s-4294e965-03fa-4108-b758-35fce257fbc6 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-4294e965-03fa-4108-b758-35fce257fbc6 img.shogun-image {
    

    
    
    
  }


#s-4294e965-03fa-4108-b758-35fce257fbc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e0e2cbe-bf4a-4ba2-a7a6-f495de62fa25 {
  padding-bottom: 10px;
text-align: center;
}

#s-4e0e2cbe-bf4a-4ba2-a7a6-f495de62fa25 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.2em;
  
  
}



#s-a873cdb6-a88c-4e09-865f-6cbacb571359 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-a873cdb6-a88c-4e09-865f-6cbacb571359 img.shogun-image {
    

    
    
    
  }


#s-a873cdb6-a88c-4e09-865f-6cbacb571359 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb68218f-2177-4953-bc26-5a4428f023fd {
  padding-bottom: 10px;
text-align: center;
}

#s-bb68218f-2177-4953-bc26-5a4428f023fd .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.2em;
  
  
}



#s-e68d2056-8ed4-4e30-a544-bf01fb0dcb4e {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
background-position: center center;
}








#s-e68d2056-8ed4-4e30-a544-bf01fb0dcb4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e68d2056-8ed4-4e30-a544-bf01fb0dcb4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28e00605-de02-442e-8c24-8648b24bfd5c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28e00605-de02-442e-8c24-8648b24bfd5c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 5px;
  
}



#s-6441d39e-1fc7-418e-9eb0-38d0f3b2f8f0 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-6441d39e-1fc7-418e-9eb0-38d0f3b2f8f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6441d39e-1fc7-418e-9eb0-38d0f3b2f8f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6441d39e-1fc7-418e-9eb0-38d0f3b2f8f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6441d39e-1fc7-418e-9eb0-38d0f3b2f8f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7719ed7b-77bc-4feb-9a52-0d4ef852796c {
  max-width: 300px;
text-align: center;
}







  #s-7719ed7b-77bc-4feb-9a52-0d4ef852796c img.shogun-image {
    

    
    
    
  }


#s-7719ed7b-77bc-4feb-9a52-0d4ef852796c .shogun-image-content {
  
    align-items: center;
  
}

#s-cbe2f62e-4521-4abc-bc45-e007eea0a68c {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbe2f62e-4521-4abc-bc45-e007eea0a68c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-a636b3ae-1cd6-4da1-a3ca-f1bbfb05f7ff {
  max-width: 300px;
text-align: center;
}







  #s-a636b3ae-1cd6-4da1-a3ca-f1bbfb05f7ff img.shogun-image {
    

    
    
    
  }


#s-a636b3ae-1cd6-4da1-a3ca-f1bbfb05f7ff .shogun-image-content {
  
    align-items: center;
  
}

#s-2e16528e-2c1a-4014-8323-a027c5b87fa2 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e16528e-2c1a-4014-8323-a027c5b87fa2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-9e0843a5-6271-4db0-abae-59cc9efb8d33 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-9e0843a5-6271-4db0-abae-59cc9efb8d33"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9e0843a5-6271-4db0-abae-59cc9efb8d33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9e0843a5-6271-4db0-abae-59cc9efb8d33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e0843a5-6271-4db0-abae-59cc9efb8d33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-554d25d7-3d60-4b1c-9333-b43a149feaf8 {
  max-width: 300px;
text-align: center;
}







  #s-554d25d7-3d60-4b1c-9333-b43a149feaf8 img.shogun-image {
    

    
    
    
  }


#s-554d25d7-3d60-4b1c-9333-b43a149feaf8 .shogun-image-content {
  
    align-items: center;
  
}

#s-bbbbf65c-2432-499d-b815-352b2e908ef4 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bbbbf65c-2432-499d-b815-352b2e908ef4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-325e83d1-4cbf-435b-928e-c0793c051bd4 {
  max-width: 300px;
text-align: center;
}







  #s-325e83d1-4cbf-435b-928e-c0793c051bd4 img.shogun-image {
    

    
    
    
  }


#s-325e83d1-4cbf-435b-928e-c0793c051bd4 .shogun-image-content {
  
    align-items: center;
  
}

#s-6bbec48b-0a4d-4529-96a4-3a908179882e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6bbec48b-0a4d-4529-96a4-3a908179882e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-45198736-a462-4d73-bd73-de20cec43a6b {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-45198736-a462-4d73-bd73-de20cec43a6b {
  display: none;
}
#s-45198736-a462-4d73-bd73-de20cec43a6b, #wrap-s-45198736-a462-4d73-bd73-de20cec43a6b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-45198736-a462-4d73-bd73-de20cec43a6b {
  display: none;
}
#s-45198736-a462-4d73-bd73-de20cec43a6b, #wrap-s-45198736-a462-4d73-bd73-de20cec43a6b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-45198736-a462-4d73-bd73-de20cec43a6b {
  display: none;
}
#s-45198736-a462-4d73-bd73-de20cec43a6b, #wrap-s-45198736-a462-4d73-bd73-de20cec43a6b { display:none !important; }}







#s-45198736-a462-4d73-bd73-de20cec43a6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45198736-a462-4d73-bd73-de20cec43a6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-922d60de-1086-424e-ba2d-5f7b1fcb27be {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-922d60de-1086-424e-ba2d-5f7b1fcb27be .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 5px;
  
}



#s-a6b85be6-b39a-430f-9b24-f20afa1284f8 {
  margin-left: auto;
margin-right: auto;
max-width: 40%;
text-align: center;
}







  #s-a6b85be6-b39a-430f-9b24-f20afa1284f8 img.shogun-image {
    

    
    
    
  }


#s-a6b85be6-b39a-430f-9b24-f20afa1284f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-16b0fbcd-cda9-4be7-ae8e-bc7bb262a0be {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-16b0fbcd-cda9-4be7-ae8e-bc7bb262a0be"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-16b0fbcd-cda9-4be7-ae8e-bc7bb262a0be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-16b0fbcd-cda9-4be7-ae8e-bc7bb262a0be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-16b0fbcd-cda9-4be7-ae8e-bc7bb262a0be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-cb4963f3-d034-45f5-a5f7-6d1e62761d79 {
  text-align: center;
}







  #s-cb4963f3-d034-45f5-a5f7-6d1e62761d79 img.shogun-image {
    

    
    
    
  }


#s-cb4963f3-d034-45f5-a5f7-6d1e62761d79 .shogun-image-content {
  
    align-items: center;
  
}

#s-13a21cc8-995b-4b95-b81b-9b58f9eeafb0 {
  text-align: center;
}







  #s-13a21cc8-995b-4b95-b81b-9b58f9eeafb0 img.shogun-image {
    

    
    
    
  }


#s-13a21cc8-995b-4b95-b81b-9b58f9eeafb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-e98f26f6-60bf-4bf5-81fa-5fa2e4b70227 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}







  #s-e98f26f6-60bf-4bf5-81fa-5fa2e4b70227 img.shogun-image {
    

    
    
    
  }


#s-e98f26f6-60bf-4bf5-81fa-5fa2e4b70227 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8d6c259-c8cc-4230-a204-465356baea6a {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-d8d6c259-c8cc-4230-a204-465356baea6a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-d8d6c259-c8cc-4230-a204-465356baea6a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-d8d6c259-c8cc-4230-a204-465356baea6a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-d8d6c259-c8cc-4230-a204-465356baea6a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-bf5bfa09-c9fe-4cb7-ab1e-b0cb6632ae82 {
  text-align: center;
}







  #s-bf5bfa09-c9fe-4cb7-ab1e-b0cb6632ae82 img.shogun-image {
    

    
    
    
  }


#s-bf5bfa09-c9fe-4cb7-ab1e-b0cb6632ae82 .shogun-image-content {
  
    align-items: center;
  
}

#s-275bf7ba-3772-42e1-aa89-64df00b479ca {
  text-align: center;
}







  #s-275bf7ba-3772-42e1-aa89-64df00b479ca img.shogun-image {
    

    
    
    
  }


#s-275bf7ba-3772-42e1-aa89-64df00b479ca .shogun-image-content {
  
    align-items: center;
  
}

#s-af7a55c1-1d0a-4d29-90ae-d1db5e9f9d83 {
  text-align: center;
}







  #s-af7a55c1-1d0a-4d29-90ae-d1db5e9f9d83 img.shogun-image {
    

    
    
    
  }


#s-af7a55c1-1d0a-4d29-90ae-d1db5e9f9d83 .shogun-image-content {
  
    align-items: center;
  
}

#s-a626bdc4-0aeb-43fd-a0af-ceb912016c1b {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
max-width: 95%;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 1200px){#s-a626bdc4-0aeb-43fd-a0af-ceb912016c1b {
  display: none;
}
#s-a626bdc4-0aeb-43fd-a0af-ceb912016c1b, #wrap-s-a626bdc4-0aeb-43fd-a0af-ceb912016c1b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a626bdc4-0aeb-43fd-a0af-ceb912016c1b {
  display: none;
}
#s-a626bdc4-0aeb-43fd-a0af-ceb912016c1b, #wrap-s-a626bdc4-0aeb-43fd-a0af-ceb912016c1b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a626bdc4-0aeb-43fd-a0af-ceb912016c1b {
  display: none;
}
#s-a626bdc4-0aeb-43fd-a0af-ceb912016c1b, #wrap-s-a626bdc4-0aeb-43fd-a0af-ceb912016c1b { display:none !important; }}







#s-a626bdc4-0aeb-43fd-a0af-ceb912016c1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a626bdc4-0aeb-43fd-a0af-ceb912016c1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4a6edf9-b7ed-4bf4-92fb-a30b9a6bdc5d {
  padding-top: 3px;
padding-bottom: 3px;
text-align: center;
}

#s-c4a6edf9-b7ed-4bf4-92fb-a30b9a6bdc5d .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 2px;
  
}



#s-d91ebf06-1985-45e9-be36-db58c85e3372 {
  margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 85%;
text-align: center;
}







  #s-d91ebf06-1985-45e9-be36-db58c85e3372 img.shogun-image {
    

    
    
    
  }


#s-d91ebf06-1985-45e9-be36-db58c85e3372 .shogun-image-content {
  
    align-items: center;
  
}

#s-0274b6fa-829d-4455-a73b-ac9a22068db3 {
  min-height: 50px;
}








#s-0274b6fa-829d-4455-a73b-ac9a22068db3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0274b6fa-829d-4455-a73b-ac9a22068db3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce3a8889-19dd-4755-ab15-948e9f5d41be {
  margin-top: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce3a8889-19dd-4755-ab15-948e9f5d41be .shogun-heading-component h2 {
  color: rgba(55, 58, 56, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 2px;
  
}



#s-44238f4d-4885-4963-bf6b-10eda4071fc9 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 70%;
}

#s-35854d91-149a-430f-9e2c-d5b277dba4b9 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

#s-abb62553-859f-450c-b714-42ee16ac9122 {
  margin-top: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(55, 58, 54, 1);
border-style: solid;
text-align: center;
}







  #s-abb62553-859f-450c-b714-42ee16ac9122 img.shogun-image {
    

    
    
    
  }


#s-abb62553-859f-450c-b714-42ee16ac9122 .shogun-image-content {
  
    align-items: center;
  
}

#s-e67e8b51-90d4-4a21-afb0-cb2d5878c0cd {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(55, 58, 56, 1);
}
@media (min-width: 1200px){#s-e67e8b51-90d4-4a21-afb0-cb2d5878c0cd {
  display: none;
}
#s-e67e8b51-90d4-4a21-afb0-cb2d5878c0cd, #wrap-s-e67e8b51-90d4-4a21-afb0-cb2d5878c0cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e67e8b51-90d4-4a21-afb0-cb2d5878c0cd {
  display: none;
}
#s-e67e8b51-90d4-4a21-afb0-cb2d5878c0cd, #wrap-s-e67e8b51-90d4-4a21-afb0-cb2d5878c0cd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e67e8b51-90d4-4a21-afb0-cb2d5878c0cd {
  display: none;
}
#s-e67e8b51-90d4-4a21-afb0-cb2d5878c0cd, #wrap-s-e67e8b51-90d4-4a21-afb0-cb2d5878c0cd { display:none !important; }}







#s-e67e8b51-90d4-4a21-afb0-cb2d5878c0cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e67e8b51-90d4-4a21-afb0-cb2d5878c0cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6d368e3-3bcd-41b1-b617-49d74c074d28 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e6d368e3-3bcd-41b1-b617-49d74c074d28 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 5px;
  
}



#s-09969da7-86b7-48cb-a8cb-c3a8d80d924c {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 80%;
text-align: center;
}







  #s-09969da7-86b7-48cb-a8cb-c3a8d80d924c img.shogun-image {
    

    
    
    
  }


#s-09969da7-86b7-48cb-a8cb-c3a8d80d924c .shogun-image-content {
  
    align-items: center;
  
}

#s-d1baeaeb-21e6-4bc4-8f08-399f7c481e9e {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-d1baeaeb-21e6-4bc4-8f08-399f7c481e9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1baeaeb-21e6-4bc4-8f08-399f7c481e9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d1baeaeb-21e6-4bc4-8f08-399f7c481e9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1baeaeb-21e6-4bc4-8f08-399f7c481e9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d73d44b7-22c6-4200-b25f-b61186fff832 {
  min-height: 50px;
}








#s-d73d44b7-22c6-4200-b25f-b61186fff832 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d73d44b7-22c6-4200-b25f-b61186fff832.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c4624d6-29b1-4527-aa05-84d981283e41 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 70%;
}

#s-5432e1f9-e6be-4ef8-a3fd-ecf3fbfa5c3d {
  min-height: 50px;
}








#s-5432e1f9-e6be-4ef8-a3fd-ecf3fbfa5c3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5432e1f9-e6be-4ef8-a3fd-ecf3fbfa5c3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50605be7-260d-410b-af7c-8b943b84ce55 {
  margin-top: 15px;
text-align: center;
}

#s-e73750e4-4440-4f31-8b1d-8516c8e3f84b {
  border-style: solid;
margin-left: 10%;
margin-right: 10%;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 143, 28, 1);
border-radius: 20px;
background-color: rgba(255, 143, 28, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e73750e4-4440-4f31-8b1d-8516c8e3f84b:hover {border-style: solid !important;
border-color: rgba(255, 143, 28, 1) !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e73750e4-4440-4f31-8b1d-8516c8e3f84b:active {border-style: solid !important;
border-color: rgba(255, 143, 28, 1) !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e73750e4-4440-4f31-8b1d-8516c8e3f84b-atc-btn-wrapper {
    text-align: center;
  }


#s-e73750e4-4440-4f31-8b1d-8516c8e3f84b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e73750e4-4440-4f31-8b1d-8516c8e3f84b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e73750e4-4440-4f31-8b1d-8516c8e3f84b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-e73750e4-4440-4f31-8b1d-8516c8e3f84b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c3ef62c8-22c6-463c-9b66-923dac51acdc {
  margin-top: 5%;
}

#s-b04b18f7-351a-49b5-b81b-4a6ba0deff73 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-b04b18f7-351a-49b5-b81b-4a6ba0deff73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b04b18f7-351a-49b5-b81b-4a6ba0deff73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f26e2db9-b3d6-4ec5-bb9c-0700b36b9880 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
max-width: 90%;
text-align: center;
}

#s-f26e2db9-b3d6-4ec5-bb9c-0700b36b9880 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 5px;
  
}



#s-d2b0a4f2-0553-443a-b84e-1e212a82db39 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 85%;
text-align: center;
}







  #s-d2b0a4f2-0553-443a-b84e-1e212a82db39 img.shogun-image {
    

    
    
    
  }


#s-d2b0a4f2-0553-443a-b84e-1e212a82db39 .shogun-image-content {
  
    align-items: center;
  
}

#s-99d9c4f0-b1db-47f8-913e-8f36d1d7fa13 {
  margin-top: -30px;
margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-99d9c4f0-b1db-47f8-913e-8f36d1d7fa13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99d9c4f0-b1db-47f8-913e-8f36d1d7fa13"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-99d9c4f0-b1db-47f8-913e-8f36d1d7fa13"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-99d9c4f0-b1db-47f8-913e-8f36d1d7fa13"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-82a788b9-06d3-424d-99f7-f17685fe3fbd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}








#s-82a788b9-06d3-424d-99f7-f17685fe3fbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82a788b9-06d3-424d-99f7-f17685fe3fbd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e81a627-352f-4a52-b597-ac08fcdc57a8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 90%;
}

#s-fea38975-ba51-4f24-b0d8-d80c9e62ab15 {
  min-height: 50px;
}








#s-fea38975-ba51-4f24-b0d8-d80c9e62ab15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fea38975-ba51-4f24-b0d8-d80c9e62ab15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c203b2dd-818d-4ca0-a9e4-d2221033fcf3 {
  margin-top: 15px;
margin-right: auto;
}

#s-651217c0-4a83-4855-9bf5-5d2eec9dcff8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}








#s-651217c0-4a83-4855-9bf5-5d2eec9dcff8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-651217c0-4a83-4855-9bf5-5d2eec9dcff8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-325e2a1a-4d98-4d4c-a51f-2042f1523951 {
  text-align: left;
}



.shg-c#s-325e2a1a-4d98-4d4c-a51f-2042f1523951 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-325e2a1a-4d98-4d4c-a51f-2042f1523951 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-325e2a1a-4d98-4d4c-a51f-2042f1523951 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-325e2a1a-4d98-4d4c-a51f-2042f1523951 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-325e2a1a-4d98-4d4c-a51f-2042f1523951 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-325e2a1a-4d98-4d4c-a51f-2042f1523951 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-325e2a1a-4d98-4d4c-a51f-2042f1523951 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-325e2a1a-4d98-4d4c-a51f-2042f1523951 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-325e2a1a-4d98-4d4c-a51f-2042f1523951 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-325e2a1a-4d98-4d4c-a51f-2042f1523951 img.shogun-image {
  width: 100%;
}



}
#s-8acc7f67-f413-477f-bfaf-5b8999a5df7a {
  border-style: solid;
margin-left: 10%;
margin-right: 10%;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 143, 28, 1);
border-radius: 20px;
background-color: rgba(255, 143, 28, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8acc7f67-f413-477f-bfaf-5b8999a5df7a:hover {border-style: solid !important;
border-color: rgba(255, 143, 28, 1) !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8acc7f67-f413-477f-bfaf-5b8999a5df7a:active {border-style: solid !important;
border-color: rgba(255, 143, 28, 1) !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8acc7f67-f413-477f-bfaf-5b8999a5df7a-atc-btn-wrapper {
    text-align: center;
  }


#s-8acc7f67-f413-477f-bfaf-5b8999a5df7a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8acc7f67-f413-477f-bfaf-5b8999a5df7a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8acc7f67-f413-477f-bfaf-5b8999a5df7a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-8acc7f67-f413-477f-bfaf-5b8999a5df7a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fe2baa1c-7062-473c-b6d5-c68eaf2535b3 {
  margin-top: 2%;
}

#s-d1d7ff11-e873-4c08-a515-cb20328e8ea4 {
  margin-top: 0%;
}

#s-96419420-a79f-4cbc-b7ad-8a1071ccc179 {
  padding-top: 0%;
padding-bottom: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 500px;
background-color: rgba(255, 143, 28, 1);
}
@media (min-width: 1200px){#s-96419420-a79f-4cbc-b7ad-8a1071ccc179 {
  display: none;
}
#s-96419420-a79f-4cbc-b7ad-8a1071ccc179, #wrap-s-96419420-a79f-4cbc-b7ad-8a1071ccc179 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96419420-a79f-4cbc-b7ad-8a1071ccc179 {
  display: none;
}
#s-96419420-a79f-4cbc-b7ad-8a1071ccc179, #wrap-s-96419420-a79f-4cbc-b7ad-8a1071ccc179 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-96419420-a79f-4cbc-b7ad-8a1071ccc179 {
  display: none;
}
#s-96419420-a79f-4cbc-b7ad-8a1071ccc179, #wrap-s-96419420-a79f-4cbc-b7ad-8a1071ccc179 { display:none !important; }}







#s-96419420-a79f-4cbc-b7ad-8a1071ccc179 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96419420-a79f-4cbc-b7ad-8a1071ccc179.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-042cff77-6105-44e2-98e3-c5d56b867956 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-042cff77-6105-44e2-98e3-c5d56b867956 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 5px;
  
}



#s-a1199709-7640-4d3b-818a-a7da74d069ed {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(55, 58, 54, 1);
border-style: solid;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-a1199709-7640-4d3b-818a-a7da74d069ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1199709-7640-4d3b-818a-a7da74d069ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a1199709-7640-4d3b-818a-a7da74d069ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1199709-7640-4d3b-818a-a7da74d069ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c7e0cb43-7a53-412b-ab5a-25d5f12921e2 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
text-align: center;
}







  #s-c7e0cb43-7a53-412b-ab5a-25d5f12921e2 img.shogun-image {
    

    
    
    
  }


#s-c7e0cb43-7a53-412b-ab5a-25d5f12921e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-898fe463-98f1-4169-8457-b43582c72fdc {
  margin-left: auto;
margin-right: auto;
padding-bottom: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(55, 58, 54, 1);
border-style: solid;
min-height: 50px;
max-width: 90%;
}








#s-898fe463-98f1-4169-8457-b43582c72fdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-898fe463-98f1-4169-8457-b43582c72fdc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb94912f-dad5-4be7-b8f8-e5877f52f014 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cb94912f-dad5-4be7-b8f8-e5877f52f014 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}


#s-cb94912f-dad5-4be7-b8f8-e5877f52f014 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-cecc2bbb-531a-4927-a391-1ad66b4dab68 {
  margin-top: 2%;
margin-bottom: 4%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cecc2bbb-531a-4927-a391-1ad66b4dab68 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-3b3290e9-7fe8-402c-a963-9e697860303c {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 7px;
padding-left: 48px;
padding-bottom: 7px;
padding-right: 48px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 45px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(55, 58, 54, 1);
}
#s-3b3290e9-7fe8-402c-a963-9e697860303c:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 58, 54, 1) !important;
border-radius: 45px !important;
background-color: rgba(55, 58, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3b3290e9-7fe8-402c-a963-9e697860303c:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 45px !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-3b3290e9-7fe8-402c-a963-9e697860303c-root {
    text-align: center;
  }


#s-3b3290e9-7fe8-402c-a963-9e697860303c.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3b3290e9-7fe8-402c-a963-9e697860303c-root {
    text-align: center;
  }


#s-3b3290e9-7fe8-402c-a963-9e697860303c.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3b3290e9-7fe8-402c-a963-9e697860303c-root {
    text-align: center;
  }


#s-3b3290e9-7fe8-402c-a963-9e697860303c.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3b3290e9-7fe8-402c-a963-9e697860303c-root {
    text-align: center;
  }


#s-3b3290e9-7fe8-402c-a963-9e697860303c.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3b3290e9-7fe8-402c-a963-9e697860303c-root {
    text-align: center;
  }


#s-3b3290e9-7fe8-402c-a963-9e697860303c.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-65098b7d-111e-4abb-aecc-af32f1b717aa {
  background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-position: center center;
background-color: rgba(55, 58, 54, 1);
}
@media (min-width: 1200px){#s-65098b7d-111e-4abb-aecc-af32f1b717aa {
  display: none;
}
#s-65098b7d-111e-4abb-aecc-af32f1b717aa, #wrap-s-65098b7d-111e-4abb-aecc-af32f1b717aa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65098b7d-111e-4abb-aecc-af32f1b717aa {
  display: none;
}
#s-65098b7d-111e-4abb-aecc-af32f1b717aa, #wrap-s-65098b7d-111e-4abb-aecc-af32f1b717aa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-65098b7d-111e-4abb-aecc-af32f1b717aa {
  display: none;
}
#s-65098b7d-111e-4abb-aecc-af32f1b717aa, #wrap-s-65098b7d-111e-4abb-aecc-af32f1b717aa { display:none !important; }}







#s-65098b7d-111e-4abb-aecc-af32f1b717aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65098b7d-111e-4abb-aecc-af32f1b717aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69f353e0-7a27-493c-996f-cdaae174b9a0 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-69f353e0-7a27-493c-996f-cdaae174b9a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69f353e0-7a27-493c-996f-cdaae174b9a0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-69f353e0-7a27-493c-996f-cdaae174b9a0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-69f353e0-7a27-493c-996f-cdaae174b9a0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-69f353e0-7a27-493c-996f-cdaae174b9a0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-69f353e0-7a27-493c-996f-cdaae174b9a0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-69f353e0-7a27-493c-996f-cdaae174b9a0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-69f353e0-7a27-493c-996f-cdaae174b9a0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a099b9bc-d0d9-47a7-8c03-2d2c64c75a7e {
  margin-top: 2%;
margin-bottom: 0%;
min-height: 50px;
}








#s-a099b9bc-d0d9-47a7-8c03-2d2c64c75a7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a099b9bc-d0d9-47a7-8c03-2d2c64c75a7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1e6bc27-a039-46bd-8184-d2c09c4042cd {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-5ee549ab-a7cc-4a78-9639-abbec4379011 {
  border-style: solid;
margin-top: auto;
margin-left: 0%;
margin-right: auto;
padding-top: 7px;
padding-left: 50px;
padding-bottom: 7px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 143, 28, 1);
border-radius: 45px;
background-color: rgba(55, 58, 54, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 143, 28, 1);
}
#s-5ee549ab-a7cc-4a78-9639-abbec4379011:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 143, 28, 1) !important;
border-radius: 45px !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5ee549ab-a7cc-4a78-9639-abbec4379011:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(243, 243, 243, 1) !important;
border-radius: 45px !important;
background-color: rgba(243, 243, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(55, 58, 54, 1) !important;}

  #s-5ee549ab-a7cc-4a78-9639-abbec4379011-root {
    text-align: center;
  }


#s-5ee549ab-a7cc-4a78-9639-abbec4379011.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5ee549ab-a7cc-4a78-9639-abbec4379011-root {
    text-align: center;
  }


#s-5ee549ab-a7cc-4a78-9639-abbec4379011.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ee549ab-a7cc-4a78-9639-abbec4379011-root {
    text-align: center;
  }


#s-5ee549ab-a7cc-4a78-9639-abbec4379011.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5ee549ab-a7cc-4a78-9639-abbec4379011-root {
    text-align: center;
  }


#s-5ee549ab-a7cc-4a78-9639-abbec4379011.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5ee549ab-a7cc-4a78-9639-abbec4379011-root {
    text-align: center;
  }


#s-5ee549ab-a7cc-4a78-9639-abbec4379011.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-886e8e87-1605-4b87-a230-ac4361d6e435 {
  margin-left: auto;
margin-right: auto;
max-width: 660px;
aspect-ratio: 660/349;
text-align: center;
}





  #s-886e8e87-1605-4b87-a230-ac4361d6e435 img.shogun-image,
  #s-886e8e87-1605-4b87-a230-ac4361d6e435 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-886e8e87-1605-4b87-a230-ac4361d6e435 {
    width: 100%;
    height: auto;
  }



  #s-886e8e87-1605-4b87-a230-ac4361d6e435 img.shogun-image {
    

    
    
    
  }


#s-886e8e87-1605-4b87-a230-ac4361d6e435 .shogun-image-content {
  
    align-items: center;
  
}

#s-6851bae2-038c-4fca-8fe8-06aeffebf62c {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-6851bae2-038c-4fca-8fe8-06aeffebf62c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6851bae2-038c-4fca-8fe8-06aeffebf62c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6851bae2-038c-4fca-8fe8-06aeffebf62c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6851bae2-038c-4fca-8fe8-06aeffebf62c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6851bae2-038c-4fca-8fe8-06aeffebf62c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6851bae2-038c-4fca-8fe8-06aeffebf62c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6851bae2-038c-4fca-8fe8-06aeffebf62c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-6851bae2-038c-4fca-8fe8-06aeffebf62c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-de1e897c-acfb-4fcf-90c7-7c4afd50caab {
  margin-top: 2%;
margin-bottom: 0%;
margin-right: auto;
min-height: 50px;
}








#s-de1e897c-acfb-4fcf-90c7-7c4afd50caab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de1e897c-acfb-4fcf-90c7-7c4afd50caab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90419eb5-cfe1-4b24-9178-5f16d8c8ca9a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-90419eb5-cfe1-4b24-9178-5f16d8c8ca9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90419eb5-cfe1-4b24-9178-5f16d8c8ca9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18d352e3-4422-44a0-b3a5-5ef0bbb8ed9b {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-18d352e3-4422-44a0-b3a5-5ef0bbb8ed9b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-18d352e3-4422-44a0-b3a5-5ef0bbb8ed9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-18d352e3-4422-44a0-b3a5-5ef0bbb8ed9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-18d352e3-4422-44a0-b3a5-5ef0bbb8ed9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-12570431-ae5c-48f7-94b1-70164a90587e {
  text-align: center;
}







  #s-12570431-ae5c-48f7-94b1-70164a90587e img.shogun-image {
    

    
    
    
  }


#s-12570431-ae5c-48f7-94b1-70164a90587e .shogun-image-content {
  
    align-items: center;
  
}

#s-c4d40821-8cb2-4b80-a727-6835bf315ac7 {
  text-align: center;
}







  #s-c4d40821-8cb2-4b80-a727-6835bf315ac7 img.shogun-image {
    

    
    
    
  }


#s-c4d40821-8cb2-4b80-a727-6835bf315ac7 .shogun-image-content {
  
    align-items: center;
  
}

#s-19422850-81ea-4da3-bb1e-f08646ef6a90 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}







  #s-19422850-81ea-4da3-bb1e-f08646ef6a90 img.shogun-image {
    

    
    
    
  }


#s-19422850-81ea-4da3-bb1e-f08646ef6a90 .shogun-image-content {
  
    align-items: center;
  
}

#s-26d6234f-08c4-4b23-8c0c-0f1f86251561 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 1200px){#s-26d6234f-08c4-4b23-8c0c-0f1f86251561 {
  display: none;
}
#s-26d6234f-08c4-4b23-8c0c-0f1f86251561, #wrap-s-26d6234f-08c4-4b23-8c0c-0f1f86251561 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26d6234f-08c4-4b23-8c0c-0f1f86251561 {
  display: none;
}
#s-26d6234f-08c4-4b23-8c0c-0f1f86251561, #wrap-s-26d6234f-08c4-4b23-8c0c-0f1f86251561 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-26d6234f-08c4-4b23-8c0c-0f1f86251561 {
  display: none;
}
#s-26d6234f-08c4-4b23-8c0c-0f1f86251561, #wrap-s-26d6234f-08c4-4b23-8c0c-0f1f86251561 { display:none !important; }}







#s-26d6234f-08c4-4b23-8c0c-0f1f86251561 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26d6234f-08c4-4b23-8c0c-0f1f86251561.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ead25a9-76a8-499e-831c-dec84abfb5f0 {
  margin-left: auto;
margin-right: auto;
max-width: 95%;
}

@media (min-width: 0px) {
[id="s-4ead25a9-76a8-499e-831c-dec84abfb5f0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-4ead25a9-76a8-499e-831c-dec84abfb5f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-4ead25a9-76a8-499e-831c-dec84abfb5f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-4ead25a9-76a8-499e-831c-dec84abfb5f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-0119b34c-613c-4c4f-a9c8-ef0df112eb97 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-0119b34c-613c-4c4f-a9c8-ef0df112eb97 img.shogun-image {
    

    
    
    
  }


#s-0119b34c-613c-4c4f-a9c8-ef0df112eb97 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4f5b793-3eb7-4593-be3f-49dac24145e4 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-d4f5b793-3eb7-4593-be3f-49dac24145e4 img.shogun-image {
    

    
    
    
  }


#s-d4f5b793-3eb7-4593-be3f-49dac24145e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0bcda6b-8f92-4f07-bfe8-ccb2582384c6 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-e0bcda6b-8f92-4f07-bfe8-ccb2582384c6 img.shogun-image {
    

    
    
    
  }


#s-e0bcda6b-8f92-4f07-bfe8-ccb2582384c6 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;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:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}