.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-d71f7eb5-d162-460d-98b3-53bd60b14a72 {
  min-height: 50px;
}








#s-d71f7eb5-d162-460d-98b3-53bd60b14a72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d71f7eb5-d162-460d-98b3-53bd60b14a72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3bc126fd-e596-4f86-b4f2-00b8821dd51f {
  min-height: 50px;
}








#s-3bc126fd-e596-4f86-b4f2-00b8821dd51f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bc126fd-e596-4f86-b4f2-00b8821dd51f.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-503e2f7d-bb13-4b4f-82f5-dc756073799b {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-503e2f7d-bb13-4b4f-82f5-dc756073799b {
  display: none;
}
#s-503e2f7d-bb13-4b4f-82f5-dc756073799b, #wrap-s-503e2f7d-bb13-4b4f-82f5-dc756073799b { display:none !important; }}@media (max-width: 767px){#s-503e2f7d-bb13-4b4f-82f5-dc756073799b {
  display: none;
}
#s-503e2f7d-bb13-4b4f-82f5-dc756073799b, #wrap-s-503e2f7d-bb13-4b4f-82f5-dc756073799b { display:none !important; }}






  #s-503e2f7d-bb13-4b4f-82f5-dc756073799b img.shogun-image {
    

    
    
    
  }


#s-503e2f7d-bb13-4b4f-82f5-dc756073799b .shogun-image-content {
  
    align-items: center;
  
}

#s-044af1b0-521f-489a-886a-3d7d540e6703 {
  text-align: center;
}
@media (min-width: 1200px){#s-044af1b0-521f-489a-886a-3d7d540e6703 {
  display: none;
}
#s-044af1b0-521f-489a-886a-3d7d540e6703, #wrap-s-044af1b0-521f-489a-886a-3d7d540e6703 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-044af1b0-521f-489a-886a-3d7d540e6703 {
  display: none;
}
#s-044af1b0-521f-489a-886a-3d7d540e6703, #wrap-s-044af1b0-521f-489a-886a-3d7d540e6703 { display:none !important; }}






  #s-044af1b0-521f-489a-886a-3d7d540e6703 img.shogun-image {
    

    
    
    
  }


#s-044af1b0-521f-489a-886a-3d7d540e6703 .shogun-image-content {
  
    align-items: center;
  
}

#s-4dd56e07-eb7a-4788-9403-2d38defbbcf8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4dd56e07-eb7a-4788-9403-2d38defbbcf8 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4dd56e07-eb7a-4788-9403-2d38defbbcf8 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4dd56e07-eb7a-4788-9403-2d38defbbcf8 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-4dd56e07-eb7a-4788-9403-2d38defbbcf8 {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-4dd56e07-eb7a-4788-9403-2d38defbbcf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dd56e07-eb7a-4788-9403-2d38defbbcf8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  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-f044803f-45fb-4bbc-ae86-13c45961971a {
  margin-top: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f044803f-45fb-4bbc-ae86-13c45961971a .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



.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: ;
}

#s-a220e338-e296-42a6-b3e1-b94294eab39a {
  margin-bottom: 15px;
}

#s-7bb3d470-e65b-41f9-80f2-74826a63df5a {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-7bb3d470-e65b-41f9-80f2-74826a63df5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bb3d470-e65b-41f9-80f2-74826a63df5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-baa3e090-0aea-441b-9740-8d3c23bc5721 {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-baa3e090-0aea-441b-9740-8d3c23bc5721 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-4229d80d-7203-4931-9b34-4584b4087908 {
  min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-4229d80d-7203-4931-9b34-4584b4087908 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4229d80d-7203-4931-9b34-4584b4087908.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70444360-9b7a-46a6-aadf-df3d4978ff5a {
  margin-left: 10px;
margin-right: 10px;
padding-top: 20px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (max-width: 767px){#s-70444360-9b7a-46a6-aadf-df3d4978ff5a {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-70444360-9b7a-46a6-aadf-df3d4978ff5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70444360-9b7a-46a6-aadf-df3d4978ff5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

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

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

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

  to {
    opacity: 1;
  }
}

#s-b60ec0fd-2d78-4dc6-bd73-020f7cbc89e7 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-b60ec0fd-2d78-4dc6-bd73-020f7cbc89e7 .shg-sld-dot {
  background-color: rgba(0, 96, 104, 1);
}

#s-b60ec0fd-2d78-4dc6-bd73-020f7cbc89e7 .shg-sld-nav-button.shg-sld-left,
#s-b60ec0fd-2d78-4dc6-bd73-020f7cbc89e7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 96, 104, 1);
}

#s-8f667fa7-02e7-4796-9747-15c58e285ddc {
  min-height: 50px;
}








#s-8f667fa7-02e7-4796-9747-15c58e285ddc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f667fa7-02e7-4796-9747-15c58e285ddc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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;
}

@media (min-width: 0px) {
[id="s-5e2902f8-60e2-4bce-849c-17ad92e64c9e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5e2902f8-60e2-4bce-849c-17ad92e64c9e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5e2902f8-60e2-4bce-849c-17ad92e64c9e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5e2902f8-60e2-4bce-849c-17ad92e64c9e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-639c8bda-af88-46d6-8f0c-74e2d1417a4c {
  min-height: 50px;
}








#s-639c8bda-af88-46d6-8f0c-74e2d1417a4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-639c8bda-af88-46d6-8f0c-74e2d1417a4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e362ece-80c9-4cbc-8d7c-31e4b266949d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 15px;
padding-bottom: 20px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(18, 0, 50, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-repeat: repeat;
background-color: rgba(255, 255, 255, 1);
}








#s-2e362ece-80c9-4cbc-8d7c-31e4b266949d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e362ece-80c9-4cbc-8d7c-31e4b266949d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d186430-08f9-4bc3-a2a7-eba773e98746 {
  display: none;
}
.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-7f44d960-662b-473b-9342-ba01477297b1 {
  text-align: left;
}



.shg-c#s-7f44d960-662b-473b-9342-ba01477297b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f44d960-662b-473b-9342-ba01477297b1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7f44d960-662b-473b-9342-ba01477297b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f44d960-662b-473b-9342-ba01477297b1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7f44d960-662b-473b-9342-ba01477297b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f44d960-662b-473b-9342-ba01477297b1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7f44d960-662b-473b-9342-ba01477297b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f44d960-662b-473b-9342-ba01477297b1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7f44d960-662b-473b-9342-ba01477297b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f44d960-662b-473b-9342-ba01477297b1 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-7f44d960-662b-473b-9342-ba01477297b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f44d960-662b-473b-9342-ba01477297b1 img.shogun-image {
  width: 100%;
}




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

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

#s-75d270e9-e427-4d43-b209-fd601c9a3eb4 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: left;
}

#s-75d270e9-e427-4d43-b209-fd601c9a3eb4 .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-7086d46a-63a9-4fb2-a0aa-7742421379d5 {
  min-height: 50px;
}








#s-7086d46a-63a9-4fb2-a0aa-7742421379d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7086d46a-63a9-4fb2-a0aa-7742421379d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-087b300d-56b6-48c5-b91f-12f2bc0a3d5c {
  min-height: 50px;
}








#s-087b300d-56b6-48c5-b91f-12f2bc0a3d5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-087b300d-56b6-48c5-b91f-12f2bc0a3d5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d510d5e7-71aa-45e4-8eaa-115df92e2510 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 15px;
padding-bottom: 20px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(18, 0, 50, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-repeat: repeat;
background-color: rgba(255, 255, 255, 1);
}








#s-d510d5e7-71aa-45e4-8eaa-115df92e2510 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d510d5e7-71aa-45e4-8eaa-115df92e2510.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ecfd1ae2-1c65-4f07-a3dc-adaf5ee3d180 {
  display: none;
}
#s-cae40765-4800-4467-b25b-7f713673553d {
  text-align: left;
}



.shg-c#s-cae40765-4800-4467-b25b-7f713673553d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cae40765-4800-4467-b25b-7f713673553d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cae40765-4800-4467-b25b-7f713673553d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cae40765-4800-4467-b25b-7f713673553d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cae40765-4800-4467-b25b-7f713673553d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cae40765-4800-4467-b25b-7f713673553d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cae40765-4800-4467-b25b-7f713673553d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cae40765-4800-4467-b25b-7f713673553d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cae40765-4800-4467-b25b-7f713673553d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cae40765-4800-4467-b25b-7f713673553d img.shogun-image {
  width: 100%;
}



}

.shg-c#s-cae40765-4800-4467-b25b-7f713673553d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cae40765-4800-4467-b25b-7f713673553d img.shogun-image {
  width: 100%;
}




#s-bb6320c0-0e2e-4884-9fdf-fd73ff60951c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: left;
}

#s-bb6320c0-0e2e-4884-9fdf-fd73ff60951c .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-617d2488-e44e-4d70-aa06-8296a9def1e3 {
  min-height: 50px;
}








#s-617d2488-e44e-4d70-aa06-8296a9def1e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-617d2488-e44e-4d70-aa06-8296a9def1e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05a71fdb-7b0a-402b-8959-952ac1d6c224 {
  min-height: 50px;
}








#s-05a71fdb-7b0a-402b-8959-952ac1d6c224 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05a71fdb-7b0a-402b-8959-952ac1d6c224.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f27fc40d-0ae4-449e-82bb-461e2cf039b8 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 15px;
padding-bottom: 20px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(18, 0, 50, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-repeat: repeat;
background-color: rgba(255, 255, 255, 1);
}








#s-f27fc40d-0ae4-449e-82bb-461e2cf039b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f27fc40d-0ae4-449e-82bb-461e2cf039b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3aa83f3-f345-4f0e-b16a-68c818448667 {
  display: none;
}
#s-9191af41-7198-4638-a60e-169c347dbeb4 {
  text-align: left;
}



.shg-c#s-9191af41-7198-4638-a60e-169c347dbeb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9191af41-7198-4638-a60e-169c347dbeb4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9191af41-7198-4638-a60e-169c347dbeb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9191af41-7198-4638-a60e-169c347dbeb4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9191af41-7198-4638-a60e-169c347dbeb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9191af41-7198-4638-a60e-169c347dbeb4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9191af41-7198-4638-a60e-169c347dbeb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9191af41-7198-4638-a60e-169c347dbeb4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9191af41-7198-4638-a60e-169c347dbeb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9191af41-7198-4638-a60e-169c347dbeb4 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-9191af41-7198-4638-a60e-169c347dbeb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9191af41-7198-4638-a60e-169c347dbeb4 img.shogun-image {
  width: 100%;
}




#s-5dc9b076-08bd-4236-bb3b-9ed1d3acce29 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: left;
}

#s-5dc9b076-08bd-4236-bb3b-9ed1d3acce29 .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-87c965c6-d818-4639-a2ef-c5bc459c3aae {
  min-height: 50px;
}








#s-87c965c6-d818-4639-a2ef-c5bc459c3aae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87c965c6-d818-4639-a2ef-c5bc459c3aae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64750709-51b8-46f1-8159-ed915e12169d {
  min-height: 50px;
}








#s-64750709-51b8-46f1-8159-ed915e12169d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64750709-51b8-46f1-8159-ed915e12169d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8dfc401e-e589-4e28-8d7a-7592cf17721b {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 15px;
padding-bottom: 20px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(18, 0, 50, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-repeat: repeat;
background-color: rgba(255, 255, 255, 1);
}








#s-8dfc401e-e589-4e28-8d7a-7592cf17721b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dfc401e-e589-4e28-8d7a-7592cf17721b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc0f15d3-dfec-4058-aa48-f5d15c67a438 {
  display: none;
}
#s-02573c2d-ea10-4f3c-b053-73e18245608b {
  text-align: left;
}



.shg-c#s-02573c2d-ea10-4f3c-b053-73e18245608b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02573c2d-ea10-4f3c-b053-73e18245608b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-02573c2d-ea10-4f3c-b053-73e18245608b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02573c2d-ea10-4f3c-b053-73e18245608b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02573c2d-ea10-4f3c-b053-73e18245608b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02573c2d-ea10-4f3c-b053-73e18245608b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02573c2d-ea10-4f3c-b053-73e18245608b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02573c2d-ea10-4f3c-b053-73e18245608b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02573c2d-ea10-4f3c-b053-73e18245608b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02573c2d-ea10-4f3c-b053-73e18245608b img.shogun-image {
  width: 100%;
}



}

.shg-c#s-02573c2d-ea10-4f3c-b053-73e18245608b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02573c2d-ea10-4f3c-b053-73e18245608b img.shogun-image {
  width: 100%;
}




#s-5f45cb7c-40f5-4ae2-86d2-cc927a1b1283 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: left;
}

#s-5f45cb7c-40f5-4ae2-86d2-cc927a1b1283 .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-de924525-06db-4830-a412-f84cbdc7ae7c {
  min-height: 50px;
}








#s-de924525-06db-4830-a412-f84cbdc7ae7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de924525-06db-4830-a412-f84cbdc7ae7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-247591d7-b5c3-4d97-aaa5-2ba59eb45cc2 {
  min-height: 50px;
}








#s-247591d7-b5c3-4d97-aaa5-2ba59eb45cc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-247591d7-b5c3-4d97-aaa5-2ba59eb45cc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6cf1640c-ea54-43f4-8e75-4cdb97de0021"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6cf1640c-ea54-43f4-8e75-4cdb97de0021"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6cf1640c-ea54-43f4-8e75-4cdb97de0021"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6cf1640c-ea54-43f4-8e75-4cdb97de0021"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-27bccb40-ad62-41f5-97cd-ddf462dbd115 {
  min-height: 50px;
}








#s-27bccb40-ad62-41f5-97cd-ddf462dbd115 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27bccb40-ad62-41f5-97cd-ddf462dbd115.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2095e740-b500-4aea-babf-d550f766ec96 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 15px;
padding-bottom: 20px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(18, 0, 50, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-repeat: repeat;
background-color: rgba(255, 255, 255, 1);
}








#s-2095e740-b500-4aea-babf-d550f766ec96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2095e740-b500-4aea-babf-d550f766ec96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19f3642a-30d6-407f-a185-08aa1413989a {
  display: none;
}
#s-120ccab8-9517-4b0c-b608-50686ed337fe {
  text-align: left;
}



.shg-c#s-120ccab8-9517-4b0c-b608-50686ed337fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-120ccab8-9517-4b0c-b608-50686ed337fe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-120ccab8-9517-4b0c-b608-50686ed337fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-120ccab8-9517-4b0c-b608-50686ed337fe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-120ccab8-9517-4b0c-b608-50686ed337fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-120ccab8-9517-4b0c-b608-50686ed337fe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-120ccab8-9517-4b0c-b608-50686ed337fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-120ccab8-9517-4b0c-b608-50686ed337fe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-120ccab8-9517-4b0c-b608-50686ed337fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-120ccab8-9517-4b0c-b608-50686ed337fe img.shogun-image {
  width: 100%;
}



}

.shg-c#s-120ccab8-9517-4b0c-b608-50686ed337fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-120ccab8-9517-4b0c-b608-50686ed337fe img.shogun-image {
  width: 100%;
}




#s-273bee71-d87c-4ee3-852c-ecfcb33fb537 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: left;
}

#s-273bee71-d87c-4ee3-852c-ecfcb33fb537 .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-a63a8a80-d9e6-480f-850b-e3259919a707 {
  min-height: 50px;
}








#s-a63a8a80-d9e6-480f-850b-e3259919a707 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a63a8a80-d9e6-480f-850b-e3259919a707.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4451374b-988c-4f31-8c2f-cc2ef8fb4a9a {
  min-height: 50px;
}








#s-4451374b-988c-4f31-8c2f-cc2ef8fb4a9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4451374b-988c-4f31-8c2f-cc2ef8fb4a9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75578b4e-2565-426d-a5a4-ea20e84acca7 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 15px;
padding-bottom: 20px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(18, 0, 50, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-repeat: repeat;
background-color: rgba(255, 255, 255, 1);
}








#s-75578b4e-2565-426d-a5a4-ea20e84acca7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75578b4e-2565-426d-a5a4-ea20e84acca7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e288772-7400-4bb8-a4af-9f54dbd42b91 {
  display: none;
}
#s-c276d550-53eb-4a7c-a4ee-7570941e26fc {
  text-align: left;
}



.shg-c#s-c276d550-53eb-4a7c-a4ee-7570941e26fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c276d550-53eb-4a7c-a4ee-7570941e26fc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c276d550-53eb-4a7c-a4ee-7570941e26fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c276d550-53eb-4a7c-a4ee-7570941e26fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c276d550-53eb-4a7c-a4ee-7570941e26fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c276d550-53eb-4a7c-a4ee-7570941e26fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c276d550-53eb-4a7c-a4ee-7570941e26fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c276d550-53eb-4a7c-a4ee-7570941e26fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c276d550-53eb-4a7c-a4ee-7570941e26fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c276d550-53eb-4a7c-a4ee-7570941e26fc img.shogun-image {
  width: 100%;
}



}

.shg-c#s-c276d550-53eb-4a7c-a4ee-7570941e26fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c276d550-53eb-4a7c-a4ee-7570941e26fc img.shogun-image {
  width: 100%;
}




#s-360da2a3-9bd7-41bb-83a2-47d190314d2e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: left;
}

#s-360da2a3-9bd7-41bb-83a2-47d190314d2e .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-ee2546b6-96f1-4b3c-951b-537de8f13070 {
  min-height: 50px;
}








#s-ee2546b6-96f1-4b3c-951b-537de8f13070 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee2546b6-96f1-4b3c-951b-537de8f13070.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7021bea5-5c9d-4290-b054-273a390f7ced {
  min-height: 50px;
}








#s-7021bea5-5c9d-4290-b054-273a390f7ced > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7021bea5-5c9d-4290-b054-273a390f7ced.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05830b8f-f856-469c-aa8e-4a7f6aeab250 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 15px;
padding-bottom: 20px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(18, 0, 50, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-repeat: repeat;
background-color: rgba(255, 255, 255, 1);
}








#s-05830b8f-f856-469c-aa8e-4a7f6aeab250 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05830b8f-f856-469c-aa8e-4a7f6aeab250.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed4c8d4f-1fac-4d50-b420-9ed1b8aad8f1 {
  display: none;
}
#s-cec3822e-0ac8-4466-a279-0e0647f749f6 {
  text-align: left;
}



.shg-c#s-cec3822e-0ac8-4466-a279-0e0647f749f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cec3822e-0ac8-4466-a279-0e0647f749f6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cec3822e-0ac8-4466-a279-0e0647f749f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cec3822e-0ac8-4466-a279-0e0647f749f6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cec3822e-0ac8-4466-a279-0e0647f749f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cec3822e-0ac8-4466-a279-0e0647f749f6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cec3822e-0ac8-4466-a279-0e0647f749f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cec3822e-0ac8-4466-a279-0e0647f749f6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cec3822e-0ac8-4466-a279-0e0647f749f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cec3822e-0ac8-4466-a279-0e0647f749f6 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-cec3822e-0ac8-4466-a279-0e0647f749f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cec3822e-0ac8-4466-a279-0e0647f749f6 img.shogun-image {
  width: 100%;
}




#s-23a9528f-5872-424a-b688-43e4036e225e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: left;
}

#s-23a9528f-5872-424a-b688-43e4036e225e .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-37e847af-b810-45ca-b7c3-613ad3567741 {
  min-height: 50px;
}








#s-37e847af-b810-45ca-b7c3-613ad3567741 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37e847af-b810-45ca-b7c3-613ad3567741.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc492559-1892-4d33-8643-fddee4c8d521 {
  min-height: 35px;
}








#s-cc492559-1892-4d33-8643-fddee4c8d521 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc492559-1892-4d33-8643-fddee4c8d521.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0f06ea6-6762-42c0-a529-f317c6c478e6 {
  min-height: 50px;
}








#s-e0f06ea6-6762-42c0-a529-f317c6c478e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0f06ea6-6762-42c0-a529-f317c6c478e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00507376-0cc1-4dee-b8a8-713c34f13645 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 15px;
padding-bottom: 20px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(18, 0, 50, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-repeat: repeat;
background-color: rgba(255, 255, 255, 1);
}








#s-00507376-0cc1-4dee-b8a8-713c34f13645 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00507376-0cc1-4dee-b8a8-713c34f13645.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f79dc98-02d1-495f-bff8-6faaeedd5989 {
  display: none;
}
#s-cfb4500b-780c-44e9-90dc-718c3630844e {
  text-align: left;
}



.shg-c#s-cfb4500b-780c-44e9-90dc-718c3630844e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfb4500b-780c-44e9-90dc-718c3630844e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cfb4500b-780c-44e9-90dc-718c3630844e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfb4500b-780c-44e9-90dc-718c3630844e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cfb4500b-780c-44e9-90dc-718c3630844e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfb4500b-780c-44e9-90dc-718c3630844e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cfb4500b-780c-44e9-90dc-718c3630844e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfb4500b-780c-44e9-90dc-718c3630844e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cfb4500b-780c-44e9-90dc-718c3630844e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfb4500b-780c-44e9-90dc-718c3630844e img.shogun-image {
  width: 100%;
}



}

.shg-c#s-cfb4500b-780c-44e9-90dc-718c3630844e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfb4500b-780c-44e9-90dc-718c3630844e img.shogun-image {
  width: 100%;
}




#s-4ab01206-5467-4e44-b2b2-5e96685198a8 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: left;
}

#s-4ab01206-5467-4e44-b2b2-5e96685198a8 .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-8275f378-e26e-4fea-b8b0-a0683a8265f7 {
  min-height: 50px;
}








#s-8275f378-e26e-4fea-b8b0-a0683a8265f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8275f378-e26e-4fea-b8b0-a0683a8265f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b350201-b5d7-4d61-bd00-fa76bc0f9609 {
  margin-top: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1b350201-b5d7-4d61-bd00-fa76bc0f9609 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1b350201-b5d7-4d61-bd00-fa76bc0f9609 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1b350201-b5d7-4d61-bd00-fa76bc0f9609 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-1b350201-b5d7-4d61-bd00-fa76bc0f9609 {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-1b350201-b5d7-4d61-bd00-fa76bc0f9609 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b350201-b5d7-4d61-bd00-fa76bc0f9609.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e25f130b-54ad-416f-9d32-56122ed0b7e9 {
  margin-top: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e25f130b-54ad-416f-9d32-56122ed0b7e9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-c3065517-603c-4f14-b140-870bac51d2c5 {
  margin-bottom: 15px;
}

#s-30d1169f-3ea1-4fdb-9fca-7d5ae706591b {
  min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-30d1169f-3ea1-4fdb-9fca-7d5ae706591b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30d1169f-3ea1-4fdb-9fca-7d5ae706591b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-795f7d53-83e1-45e0-ad59-458941e6c13d {
  margin-left: 3%;
margin-right: 3%;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}
@media (max-width: 767px){#s-795f7d53-83e1-45e0-ad59-458941e6c13d {
  margin-left: 1%;
margin-right: 1%;
}
}







#s-795f7d53-83e1-45e0-ad59-458941e6c13d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-795f7d53-83e1-45e0-ad59-458941e6c13d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb3a74a3-1e8a-4f0b-9656-1c89de58fcc8 {
  min-height: 0px;
}








#s-fb3a74a3-1e8a-4f0b-9656-1c89de58fcc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb3a74a3-1e8a-4f0b-9656-1c89de58fcc8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25633431-8648-4798-9369-46bf29c6cca6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (max-width: 767px){#s-25633431-8648-4798-9369-46bf29c6cca6 {
  display: none;
}
#s-25633431-8648-4798-9369-46bf29c6cca6, #wrap-s-25633431-8648-4798-9369-46bf29c6cca6 { display:none !important; }}







#s-25633431-8648-4798-9369-46bf29c6cca6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25633431-8648-4798-9369-46bf29c6cca6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65b27210-5c7c-454b-95ca-0665839064de {
  min-height: 50px;
}








#s-65b27210-5c7c-454b-95ca-0665839064de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65b27210-5c7c-454b-95ca-0665839064de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61b7f2d2-9097-40c5-bce1-262395dacfdc {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-61b7f2d2-9097-40c5-bce1-262395dacfdc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61b7f2d2-9097-40c5-bce1-262395dacfdc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-61b7f2d2-9097-40c5-bce1-262395dacfdc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-61b7f2d2-9097-40c5-bce1-262395dacfdc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-08cc2a34-4eee-41ae-bc5a-c26c552e233c {
  min-height: 50px;
}








#s-08cc2a34-4eee-41ae-bc5a-c26c552e233c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08cc2a34-4eee-41ae-bc5a-c26c552e233c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-938292b5-8484-4962-a2ea-821e6628d4a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-938292b5-8484-4962-a2ea-821e6628d4a8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-a1405a4a-6895-495c-b499-9af5fd85fd48 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f10ee25f-f8ac-46d4-b106-95aa1222322a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f10ee25f-f8ac-46d4-b106-95aa1222322a {
  display: none;
}
#s-f10ee25f-f8ac-46d4-b106-95aa1222322a, #wrap-s-f10ee25f-f8ac-46d4-b106-95aa1222322a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f10ee25f-f8ac-46d4-b106-95aa1222322a {
  display: none;
}
#s-f10ee25f-f8ac-46d4-b106-95aa1222322a, #wrap-s-f10ee25f-f8ac-46d4-b106-95aa1222322a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f10ee25f-f8ac-46d4-b106-95aa1222322a {
  display: none;
}
#s-f10ee25f-f8ac-46d4-b106-95aa1222322a, #wrap-s-f10ee25f-f8ac-46d4-b106-95aa1222322a { display:none !important; }}







#s-f10ee25f-f8ac-46d4-b106-95aa1222322a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f10ee25f-f8ac-46d4-b106-95aa1222322a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea858111-4f38-414d-9803-ac3260ffc8b7 {
  text-align: center;
}







  #s-ea858111-4f38-414d-9803-ac3260ffc8b7 img.shogun-image {
    

    
    
    
  }


#s-ea858111-4f38-414d-9803-ac3260ffc8b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-f26d899e-b0a4-40b6-beea-5204b586b29e {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-f26d899e-b0a4-40b6-beea-5204b586b29e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f26d899e-b0a4-40b6-beea-5204b586b29e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92e6c503-8075-47fb-862d-ca83d32f985d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-92e6c503-8075-47fb-862d-ca83d32f985d .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-e4d61491-9a60-4898-922c-e7e3b80f5829 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8db19907-12e3-4aa5-b67f-58486530faf7 {
  min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-8db19907-12e3-4aa5-b67f-58486530faf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8db19907-12e3-4aa5-b67f-58486530faf7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e197bdfc-4b4a-400b-ba06-0cc755fc1618 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-e197bdfc-4b4a-400b-ba06-0cc755fc1618 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e197bdfc-4b4a-400b-ba06-0cc755fc1618.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69028e3a-32a9-4b8b-9e85-7d5c5efa17d1 {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-69028e3a-32a9-4b8b-9e85-7d5c5efa17d1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-6dfbfbc5-0326-4909-be1b-27f4b55373aa {
  min-height: 50px;
}








#s-6dfbfbc5-0326-4909-be1b-27f4b55373aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dfbfbc5-0326-4909-be1b-27f4b55373aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f8e6037-4d0b-4319-92cb-25879fdf0d01 {
  min-height: 50px;
}








#s-4f8e6037-4d0b-4319-92cb-25879fdf0d01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f8e6037-4d0b-4319-92cb-25879fdf0d01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d6b03756-8eaa-4380-abdb-e84917dfc6ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6b03756-8eaa-4380-abdb-e84917dfc6ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-d6b03756-8eaa-4380-abdb-e84917dfc6ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-d6b03756-8eaa-4380-abdb-e84917dfc6ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-0f918cf1-5704-4bbb-8d96-b423b5d280f9 {
  box-shadow:2px 2px 7px 1px rgba(0, 0, 0, 0.1);
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0f918cf1-5704-4bbb-8d96-b423b5d280f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f918cf1-5704-4bbb-8d96-b423b5d280f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ef3335b-c0e8-40ce-ac41-3218f057481a {
  text-align: center;
}







  #s-6ef3335b-c0e8-40ce-ac41-3218f057481a img.shogun-image {
    

    
    
    
  }


#s-6ef3335b-c0e8-40ce-ac41-3218f057481a .shogun-image-content {
  
    align-items: center;
  
}

#s-24cebc60-a4fb-44cd-b5d1-90f51a8f7b11 {
  margin-top: 20px;
margin-bottom: 0px;
min-height: 50px;
}








#s-24cebc60-a4fb-44cd-b5d1-90f51a8f7b11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24cebc60-a4fb-44cd-b5d1-90f51a8f7b11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-32c30b3a-d2b9-4f75-a412-30d9ed2d7287"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-32c30b3a-d2b9-4f75-a412-30d9ed2d7287"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-32c30b3a-d2b9-4f75-a412-30d9ed2d7287"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-32c30b3a-d2b9-4f75-a412-30d9ed2d7287"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d742ae64-e517-4623-b0cc-5117324a49dc {
  min-height: 50px;
}








#s-d742ae64-e517-4623-b0cc-5117324a49dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d742ae64-e517-4623-b0cc-5117324a49dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27b967a8-620d-4cc6-9dc3-90ab75ac0b79 {
  text-align: right;
}







  #s-27b967a8-620d-4cc6-9dc3-90ab75ac0b79 img.shogun-image {
    

    
    
    
  }


#s-27b967a8-620d-4cc6-9dc3-90ab75ac0b79 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab347009-154b-49f0-95d7-e53ee79a7503 {
  min-height: 50px;
}








#s-ab347009-154b-49f0-95d7-e53ee79a7503 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab347009-154b-49f0-95d7-e53ee79a7503.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1bcace48-dbbf-4d7e-86af-48107948e90e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1bcace48-dbbf-4d7e-86af-48107948e90e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-8cdb3648-823c-4f47-b141-5db4b1079639 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-8cdb3648-823c-4f47-b141-5db4b1079639 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cdb3648-823c-4f47-b141-5db4b1079639.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b8a8a7b5-029a-4c17-8c16-a5acb9540dd3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b8a8a7b5-029a-4c17-8c16-a5acb9540dd3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b8a8a7b5-029a-4c17-8c16-a5acb9540dd3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8a8a7b5-029a-4c17-8c16-a5acb9540dd3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5274f8f0-272c-4ec1-83b3-5cadafed4bab {
  min-height: 50px;
}








#s-5274f8f0-272c-4ec1-83b3-5cadafed4bab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5274f8f0-272c-4ec1-83b3-5cadafed4bab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed7e121e-e0bf-49fd-bf18-c8f27ba84627 {
  text-align: right;
}







  #s-ed7e121e-e0bf-49fd-bf18-c8f27ba84627 img.shogun-image {
    

    
    
    
  }


#s-ed7e121e-e0bf-49fd-bf18-c8f27ba84627 .shogun-image-content {
  
    align-items: center;
  
}

#s-702a4d6d-8511-44a5-9e33-26467e74a069 {
  min-height: 50px;
}








#s-702a4d6d-8511-44a5-9e33-26467e74a069 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-702a4d6d-8511-44a5-9e33-26467e74a069.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-882bcc42-ee96-410b-9722-fc9bc0adb6f7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-882bcc42-ee96-410b-9722-fc9bc0adb6f7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-d1e7f446-37fa-4591-a55a-1be8a32afc91 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d1e7f446-37fa-4591-a55a-1be8a32afc91 {
  display: none;
}
#s-d1e7f446-37fa-4591-a55a-1be8a32afc91, #wrap-s-d1e7f446-37fa-4591-a55a-1be8a32afc91 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d1e7f446-37fa-4591-a55a-1be8a32afc91 {
  display: none;
}
#s-d1e7f446-37fa-4591-a55a-1be8a32afc91, #wrap-s-d1e7f446-37fa-4591-a55a-1be8a32afc91 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d1e7f446-37fa-4591-a55a-1be8a32afc91 {
  display: none;
}
#s-d1e7f446-37fa-4591-a55a-1be8a32afc91, #wrap-s-d1e7f446-37fa-4591-a55a-1be8a32afc91 { display:none !important; }}







#s-d1e7f446-37fa-4591-a55a-1be8a32afc91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1e7f446-37fa-4591-a55a-1be8a32afc91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b15886cd-c29c-43e4-828a-58bfa1624076 {
  box-shadow:2px 2px 7px 1px rgba(0, 0, 0, 0.1);
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b15886cd-c29c-43e4-828a-58bfa1624076 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b15886cd-c29c-43e4-828a-58bfa1624076.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82039692-d5d7-4965-8095-a6c785b20376 {
  text-align: center;
}







  #s-82039692-d5d7-4965-8095-a6c785b20376 img.shogun-image {
    

    
    
    
  }


#s-82039692-d5d7-4965-8095-a6c785b20376 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a227b96-3c88-4f06-9a88-85a6616de1dc {
  margin-top: 20px;
margin-bottom: 0px;
min-height: 50px;
}








#s-1a227b96-3c88-4f06-9a88-85a6616de1dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a227b96-3c88-4f06-9a88-85a6616de1dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-34643714-a13e-405a-bd44-04b2ce94b644"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-34643714-a13e-405a-bd44-04b2ce94b644"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-34643714-a13e-405a-bd44-04b2ce94b644"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-34643714-a13e-405a-bd44-04b2ce94b644"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ea4f6ffa-8788-497c-9b95-fea2fc3d2ff8 {
  min-height: 50px;
}








#s-ea4f6ffa-8788-497c-9b95-fea2fc3d2ff8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea4f6ffa-8788-497c-9b95-fea2fc3d2ff8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-173a7cb7-3e54-47ea-8a11-8a2f92a472b3 {
  text-align: right;
}







  #s-173a7cb7-3e54-47ea-8a11-8a2f92a472b3 img.shogun-image {
    

    
    
    
  }


#s-173a7cb7-3e54-47ea-8a11-8a2f92a472b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-4995b701-e5e9-4f54-a1c2-746e52b9cb41 {
  min-height: 50px;
}








#s-4995b701-e5e9-4f54-a1c2-746e52b9cb41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4995b701-e5e9-4f54-a1c2-746e52b9cb41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e3395d5-e3f3-4c8a-ab7f-2c2592c6bc70 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-9e3395d5-e3f3-4c8a-ab7f-2c2592c6bc70 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-182628f4-8bc8-41c8-bc84-56ed264921f8 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-182628f4-8bc8-41c8-bc84-56ed264921f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-182628f4-8bc8-41c8-bc84-56ed264921f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-59d6c5b0-756e-45c0-a09a-0dac45768fc6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-59d6c5b0-756e-45c0-a09a-0dac45768fc6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-59d6c5b0-756e-45c0-a09a-0dac45768fc6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-59d6c5b0-756e-45c0-a09a-0dac45768fc6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-00f6cb8d-175c-4c07-b4df-9bb1a4af4cda {
  min-height: 50px;
}








#s-00f6cb8d-175c-4c07-b4df-9bb1a4af4cda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00f6cb8d-175c-4c07-b4df-9bb1a4af4cda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4b068ca-2f54-416b-bbcf-d27be4399794 {
  text-align: right;
}







  #s-c4b068ca-2f54-416b-bbcf-d27be4399794 img.shogun-image {
    

    
    
    
  }


#s-c4b068ca-2f54-416b-bbcf-d27be4399794 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c0584e7-f615-42e8-9e72-0ef32d2f6688 {
  min-height: 50px;
}








#s-5c0584e7-f615-42e8-9e72-0ef32d2f6688 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c0584e7-f615-42e8-9e72-0ef32d2f6688.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ccd6f753-b9b5-4a6a-8760-289f5faed687 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ccd6f753-b9b5-4a6a-8760-289f5faed687 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-4c57c0de-10db-40bf-a4c9-75ef2e351faf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4c57c0de-10db-40bf-a4c9-75ef2e351faf {
  display: none;
}
#s-4c57c0de-10db-40bf-a4c9-75ef2e351faf, #wrap-s-4c57c0de-10db-40bf-a4c9-75ef2e351faf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c57c0de-10db-40bf-a4c9-75ef2e351faf {
  display: none;
}
#s-4c57c0de-10db-40bf-a4c9-75ef2e351faf, #wrap-s-4c57c0de-10db-40bf-a4c9-75ef2e351faf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4c57c0de-10db-40bf-a4c9-75ef2e351faf {
  display: none;
}
#s-4c57c0de-10db-40bf-a4c9-75ef2e351faf, #wrap-s-4c57c0de-10db-40bf-a4c9-75ef2e351faf { display:none !important; }}







#s-4c57c0de-10db-40bf-a4c9-75ef2e351faf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c57c0de-10db-40bf-a4c9-75ef2e351faf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f34fdca2-6cfa-480f-b02a-a8ca2da32a7f {
  box-shadow:2px 2px 7px 1px rgba(0, 0, 0, 0.1);
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f34fdca2-6cfa-480f-b02a-a8ca2da32a7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f34fdca2-6cfa-480f-b02a-a8ca2da32a7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9490cff3-5c4f-4c98-a44b-33e946c00ac5 {
  text-align: center;
}







  #s-9490cff3-5c4f-4c98-a44b-33e946c00ac5 img.shogun-image {
    

    
    
    
  }


#s-9490cff3-5c4f-4c98-a44b-33e946c00ac5 .shogun-image-content {
  
    align-items: center;
  
}

#s-dba577eb-677d-4b4b-8947-351bd5d85437 {
  margin-top: 20px;
margin-bottom: 0px;
min-height: 50px;
}








#s-dba577eb-677d-4b4b-8947-351bd5d85437 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dba577eb-677d-4b4b-8947-351bd5d85437.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-79b4a3df-021e-427d-81f1-c301f6591b99"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-79b4a3df-021e-427d-81f1-c301f6591b99"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79b4a3df-021e-427d-81f1-c301f6591b99"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79b4a3df-021e-427d-81f1-c301f6591b99"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a702f6c1-6ac9-40df-a4e0-f6cf1507ac27 {
  min-height: 50px;
}








#s-a702f6c1-6ac9-40df-a4e0-f6cf1507ac27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a702f6c1-6ac9-40df-a4e0-f6cf1507ac27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e42a68cf-f1a7-4cd0-8645-ae4a4bc3e5b0 {
  text-align: right;
}







  #s-e42a68cf-f1a7-4cd0-8645-ae4a4bc3e5b0 img.shogun-image {
    

    
    
    
  }


#s-e42a68cf-f1a7-4cd0-8645-ae4a4bc3e5b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-939adb06-bf17-427b-ad00-75e4123f97fd {
  min-height: 50px;
}








#s-939adb06-bf17-427b-ad00-75e4123f97fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-939adb06-bf17-427b-ad00-75e4123f97fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe8297b4-e1c5-4b4c-ad23-4ebf29fadcc0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-fe8297b4-e1c5-4b4c-ad23-4ebf29fadcc0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-74fb2f95-89eb-473b-9dad-64c22a64978c {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-74fb2f95-89eb-473b-9dad-64c22a64978c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74fb2f95-89eb-473b-9dad-64c22a64978c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-adad4e51-8eed-44c6-add7-49e06e7d6b09"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-adad4e51-8eed-44c6-add7-49e06e7d6b09"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-adad4e51-8eed-44c6-add7-49e06e7d6b09"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-adad4e51-8eed-44c6-add7-49e06e7d6b09"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0a3ecdd9-2d34-4174-803d-d4c732fb4286 {
  min-height: 50px;
}








#s-0a3ecdd9-2d34-4174-803d-d4c732fb4286 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a3ecdd9-2d34-4174-803d-d4c732fb4286.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5f5bd22-8d85-4023-bebc-8610472584a8 {
  text-align: right;
}







  #s-d5f5bd22-8d85-4023-bebc-8610472584a8 img.shogun-image {
    

    
    
    
  }


#s-d5f5bd22-8d85-4023-bebc-8610472584a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2fa4fec-3ad0-4ccf-ae20-d17279c6951f {
  min-height: 50px;
}








#s-e2fa4fec-3ad0-4ccf-ae20-d17279c6951f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2fa4fec-3ad0-4ccf-ae20-d17279c6951f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0255f186-6b17-4fa2-a993-1ddb94e5111a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0255f186-6b17-4fa2-a993-1ddb94e5111a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-f7058aec-995e-44c3-9ad7-b64c1627660f {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
min-height: 50px;
}








#s-f7058aec-995e-44c3-9ad7-b64c1627660f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7058aec-995e-44c3-9ad7-b64c1627660f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9997be2-2700-4cf4-b605-d04d419c448b {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a9997be2-2700-4cf4-b605-d04d419c448b .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-c81c9edb-a46d-457c-91a3-4ae78709108d {
  min-height: 50px;
}








#s-c81c9edb-a46d-457c-91a3-4ae78709108d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c81c9edb-a46d-457c-91a3-4ae78709108d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a4a22d22-2ed2-418f-8bb8-984f1effb10d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4a22d22-2ed2-418f-8bb8-984f1effb10d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-a4a22d22-2ed2-418f-8bb8-984f1effb10d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-a4a22d22-2ed2-418f-8bb8-984f1effb10d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-6b476b43-8858-4cde-9c77-3bf7748bfd84 {
  box-shadow:2px 2px 7px 1px rgba(0, 0, 0, 0.1);
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-6b476b43-8858-4cde-9c77-3bf7748bfd84 {
  padding-left: 5px;
padding-right: 5px;
min-height: 200px;
}
}







#s-6b476b43-8858-4cde-9c77-3bf7748bfd84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b476b43-8858-4cde-9c77-3bf7748bfd84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b344e8b1-cf9e-4200-8c92-4b0ee1bd5f76 {
  text-align: center;
}







  #s-b344e8b1-cf9e-4200-8c92-4b0ee1bd5f76 img.shogun-image {
    

    
    
    
  }


#s-b344e8b1-cf9e-4200-8c92-4b0ee1bd5f76 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba6d5b85-3599-46fa-910b-23d737e58c33 {
  min-height: 20px;
}








#s-ba6d5b85-3599-46fa-910b-23d737e58c33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba6d5b85-3599-46fa-910b-23d737e58c33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09876df0-1743-4d4f-9638-329f47e41019 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-09876df0-1743-4d4f-9638-329f47e41019 {
  display: none;
}
#s-09876df0-1743-4d4f-9638-329f47e41019, #wrap-s-09876df0-1743-4d4f-9638-329f47e41019 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09876df0-1743-4d4f-9638-329f47e41019 {
  display: none;
}
#s-09876df0-1743-4d4f-9638-329f47e41019, #wrap-s-09876df0-1743-4d4f-9638-329f47e41019 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-09876df0-1743-4d4f-9638-329f47e41019 {
  display: none;
}
#s-09876df0-1743-4d4f-9638-329f47e41019, #wrap-s-09876df0-1743-4d4f-9638-329f47e41019 { display:none !important; }}







#s-09876df0-1743-4d4f-9638-329f47e41019 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09876df0-1743-4d4f-9638-329f47e41019.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52fabfc3-db9f-4032-84fe-983e76a2a6e1 {
  box-shadow:2px 2px 7px 1px rgba(0, 0, 0, 0.1);
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-52fabfc3-db9f-4032-84fe-983e76a2a6e1 {
  padding-left: 5px;
padding-right: 5px;
min-height: 200px;
}
}







#s-52fabfc3-db9f-4032-84fe-983e76a2a6e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52fabfc3-db9f-4032-84fe-983e76a2a6e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e198cb63-1567-419f-83f6-99bfb92e0178 {
  text-align: center;
}







  #s-e198cb63-1567-419f-83f6-99bfb92e0178 img.shogun-image {
    

    
    
    
  }


#s-e198cb63-1567-419f-83f6-99bfb92e0178 .shogun-image-content {
  
    align-items: center;
  
}

#s-79325e92-cadb-4d32-9985-a92ca750c6dc {
  min-height: 20px;
}








#s-79325e92-cadb-4d32-9985-a92ca750c6dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79325e92-cadb-4d32-9985-a92ca750c6dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d87735c-d9d0-4b11-b091-b495698aa156 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3d87735c-d9d0-4b11-b091-b495698aa156 {
  display: none;
}
#s-3d87735c-d9d0-4b11-b091-b495698aa156, #wrap-s-3d87735c-d9d0-4b11-b091-b495698aa156 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d87735c-d9d0-4b11-b091-b495698aa156 {
  display: none;
}
#s-3d87735c-d9d0-4b11-b091-b495698aa156, #wrap-s-3d87735c-d9d0-4b11-b091-b495698aa156 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3d87735c-d9d0-4b11-b091-b495698aa156 {
  display: none;
}
#s-3d87735c-d9d0-4b11-b091-b495698aa156, #wrap-s-3d87735c-d9d0-4b11-b091-b495698aa156 { display:none !important; }}







#s-3d87735c-d9d0-4b11-b091-b495698aa156 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d87735c-d9d0-4b11-b091-b495698aa156.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-346a172d-f515-4ace-a42f-08290f0f14f3 {
  box-shadow:2px 2px 7px 1px rgba(0, 0, 0, 0.1);
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-346a172d-f515-4ace-a42f-08290f0f14f3 {
  padding-left: 5px;
padding-right: 5px;
min-height: 200px;
}
}







#s-346a172d-f515-4ace-a42f-08290f0f14f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-346a172d-f515-4ace-a42f-08290f0f14f3 {
  cursor: pointer;
}#s-346a172d-f515-4ace-a42f-08290f0f14f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6e24432-0dae-467f-bc48-f2e0f82d520c {
  text-align: center;
}







  #s-d6e24432-0dae-467f-bc48-f2e0f82d520c img.shogun-image {
    

    
    
    
  }


#s-d6e24432-0dae-467f-bc48-f2e0f82d520c .shogun-image-content {
  
    align-items: center;
  
}

#s-eb582f0c-13d1-4d69-9ea9-d56e7671c18e {
  min-height: 50px;
}








#s-eb582f0c-13d1-4d69-9ea9-d56e7671c18e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb582f0c-13d1-4d69-9ea9-d56e7671c18e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-386a976b-eea8-44ad-a02c-475f2dfdbe07 {
  min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-386a976b-eea8-44ad-a02c-475f2dfdbe07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-386a976b-eea8-44ad-a02c-475f2dfdbe07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1aabd7c-e78c-4ff7-bdb9-ff80794ba99d {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-c1aabd7c-e78c-4ff7-bdb9-ff80794ba99d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1aabd7c-e78c-4ff7-bdb9-ff80794ba99d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c94a9d65-df40-43d5-8fda-2c7b56945660 {
  min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-c94a9d65-df40-43d5-8fda-2c7b56945660 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c94a9d65-df40-43d5-8fda-2c7b56945660.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd38a3d1-14c7-4e4f-94b2-a0083e5c27c3 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-dd38a3d1-14c7-4e4f-94b2-a0083e5c27c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd38a3d1-14c7-4e4f-94b2-a0083e5c27c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa295d92-0691-454b-ac5f-a51944fd9f91 {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fa295d92-0691-454b-ac5f-a51944fd9f91 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-72dfec23-1bc4-4d48-ae50-5502282a4a16 {
  min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-72dfec23-1bc4-4d48-ae50-5502282a4a16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72dfec23-1bc4-4d48-ae50-5502282a4a16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a500c9fd-02e2-48f8-9a6c-3c330a23c5e8 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}








#s-a500c9fd-02e2-48f8-9a6c-3c330a23c5e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a500c9fd-02e2-48f8-9a6c-3c330a23c5e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e6dcebe-df19-4be5-928b-799867c1a51f {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9e6dcebe-df19-4be5-928b-799867c1a51f .shg-sld-dot {
  background-color: rgba(0, 96, 104, 1);
}

#s-9e6dcebe-df19-4be5-928b-799867c1a51f .shg-sld-nav-button.shg-sld-left,
#s-9e6dcebe-df19-4be5-928b-799867c1a51f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 96, 104, 1);
}

#s-8fc334e8-cf08-4ed6-9703-3d897897b9b4 {
  min-height: 50px;
}








#s-8fc334e8-cf08-4ed6-9703-3d897897b9b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fc334e8-cf08-4ed6-9703-3d897897b9b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-63726700-c29b-418c-ab38-c96f15916573"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-63726700-c29b-418c-ab38-c96f15916573"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-63726700-c29b-418c-ab38-c96f15916573"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-63726700-c29b-418c-ab38-c96f15916573"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-04632722-a526-42f4-bd54-36fe567bfb00 {
  min-height: 50px;
}








#s-04632722-a526-42f4-bd54-36fe567bfb00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04632722-a526-42f4-bd54-36fe567bfb00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

#s-778da25e-cb1f-4d6d-b5d1-c869520e6b21 {
  min-height: 50px;
}








#s-778da25e-cb1f-4d6d-b5d1-c869520e6b21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-778da25e-cb1f-4d6d-b5d1-c869520e6b21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a065ea3-e62e-4939-a738-24e96756e83d {
  min-height: 50px;
}








#s-6a065ea3-e62e-4939-a738-24e96756e83d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a065ea3-e62e-4939-a738-24e96756e83d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59bc896b-d4fe-4e53-9ee0-a6e65f24decc {
  min-height: 50px;
}








#s-59bc896b-d4fe-4e53-9ee0-a6e65f24decc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59bc896b-d4fe-4e53-9ee0-a6e65f24decc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b72d8287-9750-4b7f-8c55-90ba0d26886d {
  min-height: 50px;
}








#s-b72d8287-9750-4b7f-8c55-90ba0d26886d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b72d8287-9750-4b7f-8c55-90ba0d26886d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-16eb1028-40ae-4578-973d-961e59a1cb8a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-16eb1028-40ae-4578-973d-961e59a1cb8a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-16eb1028-40ae-4578-973d-961e59a1cb8a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-16eb1028-40ae-4578-973d-961e59a1cb8a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-8da55289-f5e1-4c06-9f9e-b1c4d958210a {
  min-height: 50px;
}








#s-8da55289-f5e1-4c06-9f9e-b1c4d958210a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8da55289-f5e1-4c06-9f9e-b1c4d958210a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac73fac0-86c9-41d6-99aa-5e9874c50b25 {
  min-height: 50px;
}








#s-ac73fac0-86c9-41d6-99aa-5e9874c50b25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac73fac0-86c9-41d6-99aa-5e9874c50b25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-672bd59a-501d-491b-8960-457b85c2fc70 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-672bd59a-501d-491b-8960-457b85c2fc70 {
  display: none;
}
#s-672bd59a-501d-491b-8960-457b85c2fc70, #wrap-s-672bd59a-501d-491b-8960-457b85c2fc70 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-672bd59a-501d-491b-8960-457b85c2fc70 {
  display: none;
}
#s-672bd59a-501d-491b-8960-457b85c2fc70, #wrap-s-672bd59a-501d-491b-8960-457b85c2fc70 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-672bd59a-501d-491b-8960-457b85c2fc70 {
  display: none;
}
#s-672bd59a-501d-491b-8960-457b85c2fc70, #wrap-s-672bd59a-501d-491b-8960-457b85c2fc70 { display:none !important; }}







#s-672bd59a-501d-491b-8960-457b85c2fc70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-672bd59a-501d-491b-8960-457b85c2fc70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35a260cf-44fa-421a-902c-4b292e73b085 {
  min-height: 50px;
}








#s-35a260cf-44fa-421a-902c-4b292e73b085 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35a260cf-44fa-421a-902c-4b292e73b085.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68975d65-616a-495c-846f-97eb029b0a69 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-68975d65-616a-495c-846f-97eb029b0a69 {
  display: none;
}
#s-68975d65-616a-495c-846f-97eb029b0a69, #wrap-s-68975d65-616a-495c-846f-97eb029b0a69 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68975d65-616a-495c-846f-97eb029b0a69 {
  display: none;
}
#s-68975d65-616a-495c-846f-97eb029b0a69, #wrap-s-68975d65-616a-495c-846f-97eb029b0a69 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-68975d65-616a-495c-846f-97eb029b0a69 {
  display: none;
}
#s-68975d65-616a-495c-846f-97eb029b0a69, #wrap-s-68975d65-616a-495c-846f-97eb029b0a69 { display:none !important; }}







#s-68975d65-616a-495c-846f-97eb029b0a69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68975d65-616a-495c-846f-97eb029b0a69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7120e32-6732-4b77-82dc-57626fdc00d7 {
  min-height: 50px;
}








#s-c7120e32-6732-4b77-82dc-57626fdc00d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7120e32-6732-4b77-82dc-57626fdc00d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91101f8d-20f3-4e60-90e6-b081fb92d962 {
  min-height: 50px;
}








#s-91101f8d-20f3-4e60-90e6-b081fb92d962 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91101f8d-20f3-4e60-90e6-b081fb92d962.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-635fd82a-7f3a-46ac-894e-aa1a778bb397"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-635fd82a-7f3a-46ac-894e-aa1a778bb397"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-635fd82a-7f3a-46ac-894e-aa1a778bb397"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-635fd82a-7f3a-46ac-894e-aa1a778bb397"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-b67e884e-2892-4d0a-9c50-c2f1e15310b0 {
  min-height: 50px;
}








#s-b67e884e-2892-4d0a-9c50-c2f1e15310b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b67e884e-2892-4d0a-9c50-c2f1e15310b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-213887b8-6162-49cc-a2da-0baf86c9a48f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-213887b8-6162-49cc-a2da-0baf86c9a48f {
  display: none;
}
#s-213887b8-6162-49cc-a2da-0baf86c9a48f, #wrap-s-213887b8-6162-49cc-a2da-0baf86c9a48f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-213887b8-6162-49cc-a2da-0baf86c9a48f {
  display: none;
}
#s-213887b8-6162-49cc-a2da-0baf86c9a48f, #wrap-s-213887b8-6162-49cc-a2da-0baf86c9a48f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-213887b8-6162-49cc-a2da-0baf86c9a48f {
  display: none;
}
#s-213887b8-6162-49cc-a2da-0baf86c9a48f, #wrap-s-213887b8-6162-49cc-a2da-0baf86c9a48f { display:none !important; }}







#s-213887b8-6162-49cc-a2da-0baf86c9a48f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-213887b8-6162-49cc-a2da-0baf86c9a48f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc6a2faf-c02d-4500-a93c-f8f8e3bb4f54 {
  min-height: 50px;
}








#s-cc6a2faf-c02d-4500-a93c-f8f8e3bb4f54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc6a2faf-c02d-4500-a93c-f8f8e3bb4f54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-864437da-a47b-4ed8-8c5c-c80a70de1d0e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-864437da-a47b-4ed8-8c5c-c80a70de1d0e {
  display: none;
}
#s-864437da-a47b-4ed8-8c5c-c80a70de1d0e, #wrap-s-864437da-a47b-4ed8-8c5c-c80a70de1d0e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-864437da-a47b-4ed8-8c5c-c80a70de1d0e {
  display: none;
}
#s-864437da-a47b-4ed8-8c5c-c80a70de1d0e, #wrap-s-864437da-a47b-4ed8-8c5c-c80a70de1d0e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-864437da-a47b-4ed8-8c5c-c80a70de1d0e {
  display: none;
}
#s-864437da-a47b-4ed8-8c5c-c80a70de1d0e, #wrap-s-864437da-a47b-4ed8-8c5c-c80a70de1d0e { display:none !important; }}







#s-864437da-a47b-4ed8-8c5c-c80a70de1d0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-864437da-a47b-4ed8-8c5c-c80a70de1d0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a57e506c-93fd-48bd-ba39-1723bd93c0d8 {
  min-height: 50px;
}








#s-a57e506c-93fd-48bd-ba39-1723bd93c0d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a57e506c-93fd-48bd-ba39-1723bd93c0d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9672e41-36da-4fdf-a7bf-410362a82a58 {
  min-height: 50px;
}








#s-f9672e41-36da-4fdf-a7bf-410362a82a58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9672e41-36da-4fdf-a7bf-410362a82a58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc7c0d61-9a8a-4d76-97f9-933279de55aa {
  min-height: 50px;
}








#s-bc7c0d61-9a8a-4d76-97f9-933279de55aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc7c0d61-9a8a-4d76-97f9-933279de55aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5c366e49-ec92-42d2-b228-33472ae09c48"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5c366e49-ec92-42d2-b228-33472ae09c48"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-5c366e49-ec92-42d2-b228-33472ae09c48"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-5c366e49-ec92-42d2-b228-33472ae09c48"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-9d8e0959-68d0-49b7-9094-9a2fae64c6a1 {
  min-height: 50px;
}








#s-9d8e0959-68d0-49b7-9094-9a2fae64c6a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d8e0959-68d0-49b7-9094-9a2fae64c6a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86aae053-8c9f-4f56-b79d-9d9b9884894f {
  min-height: 50px;
}








#s-86aae053-8c9f-4f56-b79d-9d9b9884894f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86aae053-8c9f-4f56-b79d-9d9b9884894f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d677c501-733e-409b-b94a-9cfa37796110 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d677c501-733e-409b-b94a-9cfa37796110 {
  display: none;
}
#s-d677c501-733e-409b-b94a-9cfa37796110, #wrap-s-d677c501-733e-409b-b94a-9cfa37796110 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d677c501-733e-409b-b94a-9cfa37796110 {
  display: none;
}
#s-d677c501-733e-409b-b94a-9cfa37796110, #wrap-s-d677c501-733e-409b-b94a-9cfa37796110 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d677c501-733e-409b-b94a-9cfa37796110 {
  display: none;
}
#s-d677c501-733e-409b-b94a-9cfa37796110, #wrap-s-d677c501-733e-409b-b94a-9cfa37796110 { display:none !important; }}







#s-d677c501-733e-409b-b94a-9cfa37796110 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d677c501-733e-409b-b94a-9cfa37796110.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84ab3260-a2c7-41fe-a4ff-d5dae8184566 {
  min-height: 50px;
}








#s-84ab3260-a2c7-41fe-a4ff-d5dae8184566 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84ab3260-a2c7-41fe-a4ff-d5dae8184566.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b519c78b-a81c-401f-b8c5-c96145a4d1c4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b519c78b-a81c-401f-b8c5-c96145a4d1c4 {
  display: none;
}
#s-b519c78b-a81c-401f-b8c5-c96145a4d1c4, #wrap-s-b519c78b-a81c-401f-b8c5-c96145a4d1c4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b519c78b-a81c-401f-b8c5-c96145a4d1c4 {
  display: none;
}
#s-b519c78b-a81c-401f-b8c5-c96145a4d1c4, #wrap-s-b519c78b-a81c-401f-b8c5-c96145a4d1c4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b519c78b-a81c-401f-b8c5-c96145a4d1c4 {
  display: none;
}
#s-b519c78b-a81c-401f-b8c5-c96145a4d1c4, #wrap-s-b519c78b-a81c-401f-b8c5-c96145a4d1c4 { display:none !important; }}







#s-b519c78b-a81c-401f-b8c5-c96145a4d1c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b519c78b-a81c-401f-b8c5-c96145a4d1c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3c2fbde-1741-4993-929f-40143667c0c0 {
  min-height: 50px;
}








#s-f3c2fbde-1741-4993-929f-40143667c0c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3c2fbde-1741-4993-929f-40143667c0c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-400e1896-d6c6-49f3-bb39-cf78e598a32c {
  min-height: 50px;
}








#s-400e1896-d6c6-49f3-bb39-cf78e598a32c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-400e1896-d6c6-49f3-bb39-cf78e598a32c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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}