.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-6d4f981b-751b-41ab-94ac-ddf02766bb35 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6d4f981b-751b-41ab-94ac-ddf02766bb35 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d4f981b-751b-41ab-94ac-ddf02766bb35 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d4f981b-751b-41ab-94ac-ddf02766bb35 {
  display: none;
}
#s-6d4f981b-751b-41ab-94ac-ddf02766bb35, #wrap-s-6d4f981b-751b-41ab-94ac-ddf02766bb35 { display:none !important; }}@media (max-width: 767px){#s-6d4f981b-751b-41ab-94ac-ddf02766bb35 {
  display: none;
}
#s-6d4f981b-751b-41ab-94ac-ddf02766bb35, #wrap-s-6d4f981b-751b-41ab-94ac-ddf02766bb35 { display:none !important; }}







#s-6d4f981b-751b-41ab-94ac-ddf02766bb35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d4f981b-751b-41ab-94ac-ddf02766bb35.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-4e5876cb-a64a-4448-88ff-362ccbcc4ab7 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-4e5876cb-a64a-4448-88ff-362ccbcc4ab7 .shg-sld-dot {
  background-color: rgba(3, 3, 3, 1);
}

#s-4e5876cb-a64a-4448-88ff-362ccbcc4ab7 .shg-sld-nav-button.shg-sld-left,
#s-4e5876cb-a64a-4448-88ff-362ccbcc4ab7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(3, 3, 3, 1);
}

.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;
}
#s-bb9fd6e9-f4e1-4ed2-aa27-36aba04855e2 {
  text-align: center;
}







  #s-bb9fd6e9-f4e1-4ed2-aa27-36aba04855e2 img.shogun-image {
    

    
    
    
  }


#s-bb9fd6e9-f4e1-4ed2-aa27-36aba04855e2 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

#s-0f06c011-c834-4fcf-9490-332b6cbfdffa {
  margin-left: 2%;
}

@media (min-width: 0px) {
[id="s-0f06c011-c834-4fcf-9490-332b6cbfdffa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f06c011-c834-4fcf-9490-332b6cbfdffa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0f06c011-c834-4fcf-9490-332b6cbfdffa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f06c011-c834-4fcf-9490-332b6cbfdffa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-df3021cb-310c-4c3d-a2ef-59f1cc7991b2 {
  margin-left: 0%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-df3021cb-310c-4c3d-a2ef-59f1cc7991b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df3021cb-310c-4c3d-a2ef-59f1cc7991b2.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-0554b686-d58d-418b-a7f3-d6cdaf123040 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0554b686-d58d-418b-a7f3-d6cdaf123040 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 0.5em;
  
  text-align: center;
}



#s-28b0d767-1f6a-43a8-8eb4-eac4739ec498 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-28b0d767-1f6a-43a8-8eb4-eac4739ec498 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}



#s-3d0e80e2-a53f-4c5c-bd7c-e07b76ee85b8 {
  margin-top: -9px;
margin-bottom: -9px;
min-height: 50px;
}








#s-3d0e80e2-a53f-4c5c-bd7c-e07b76ee85b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d0e80e2-a53f-4c5c-bd7c-e07b76ee85b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

#s-f1bd425c-8062-4466-b97a-e330d8452ad3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f1bd425c-8062-4466-b97a-e330d8452ad3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f1bd425c-8062-4466-b97a-e330d8452ad3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f1bd425c-8062-4466-b97a-e330d8452ad3-btn-wrapper {
    text-align: center;
  }


#s-f1bd425c-8062-4466-b97a-e330d8452ad3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f1bd425c-8062-4466-b97a-e330d8452ad3-btn-wrapper {
    text-align: center;
  }


#s-f1bd425c-8062-4466-b97a-e330d8452ad3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f1bd425c-8062-4466-b97a-e330d8452ad3-btn-wrapper {
    text-align: center;
  }


#s-f1bd425c-8062-4466-b97a-e330d8452ad3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f1bd425c-8062-4466-b97a-e330d8452ad3-btn-wrapper {
    text-align: center;
  }


#s-f1bd425c-8062-4466-b97a-e330d8452ad3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f1bd425c-8062-4466-b97a-e330d8452ad3-btn-wrapper {
    text-align: center;
  }


#s-f1bd425c-8062-4466-b97a-e330d8452ad3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-80ceb26e-fe72-4cb4-9303-31d536909308 {
  text-align: center;
}







  #s-80ceb26e-fe72-4cb4-9303-31d536909308 img.shogun-image {
    

    
    
    
  }


#s-80ceb26e-fe72-4cb4-9303-31d536909308 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad5bbefe-6e23-4701-8976-7c75678b656a {
  margin-left: 7%;
}

@media (min-width: 0px) {
[id="s-ad5bbefe-6e23-4701-8976-7c75678b656a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad5bbefe-6e23-4701-8976-7c75678b656a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad5bbefe-6e23-4701-8976-7c75678b656a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad5bbefe-6e23-4701-8976-7c75678b656a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-009fa30b-a697-4f9f-abc5-db8b3a35609b {
  margin-left: 0%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-009fa30b-a697-4f9f-abc5-db8b3a35609b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-009fa30b-a697-4f9f-abc5-db8b3a35609b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ba9945d-5e32-4e40-b683-da1442db0ece {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ba9945d-5e32-4e40-b683-da1442db0ece .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 0.5em;
  
  text-align: center;
}



#s-f291ba59-9348-4fea-b81a-a0cec0687253 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-f291ba59-9348-4fea-b81a-a0cec0687253 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}



#s-5ce96be9-5897-49bb-b7aa-eaddc30b21ec {
  margin-top: -9px;
margin-bottom: -9px;
min-height: 50px;
}








#s-5ce96be9-5897-49bb-b7aa-eaddc30b21ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ce96be9-5897-49bb-b7aa-eaddc30b21ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-932f7ed7-27cc-4b5e-a60f-373a330f0a01 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-932f7ed7-27cc-4b5e-a60f-373a330f0a01:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-932f7ed7-27cc-4b5e-a60f-373a330f0a01:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-932f7ed7-27cc-4b5e-a60f-373a330f0a01-btn-wrapper {
    text-align: center;
  }


#s-932f7ed7-27cc-4b5e-a60f-373a330f0a01.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-932f7ed7-27cc-4b5e-a60f-373a330f0a01-btn-wrapper {
    text-align: center;
  }


#s-932f7ed7-27cc-4b5e-a60f-373a330f0a01.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-932f7ed7-27cc-4b5e-a60f-373a330f0a01-btn-wrapper {
    text-align: center;
  }


#s-932f7ed7-27cc-4b5e-a60f-373a330f0a01.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-932f7ed7-27cc-4b5e-a60f-373a330f0a01-btn-wrapper {
    text-align: center;
  }


#s-932f7ed7-27cc-4b5e-a60f-373a330f0a01.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-932f7ed7-27cc-4b5e-a60f-373a330f0a01-btn-wrapper {
    text-align: center;
  }


#s-932f7ed7-27cc-4b5e-a60f-373a330f0a01.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-93aa6f04-d633-4dc9-a144-940d39bd6206 {
  text-align: center;
}







  #s-93aa6f04-d633-4dc9-a144-940d39bd6206 img.shogun-image {
    

    
    
    
  }


#s-93aa6f04-d633-4dc9-a144-940d39bd6206 .shogun-image-content {
  
    align-items: center;
  
}

#s-2ce503a7-8c88-4ed1-bd1c-9b321e65f458 {
  margin-left: 0%;
}

@media (min-width: 0px) {
[id="s-2ce503a7-8c88-4ed1-bd1c-9b321e65f458"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ce503a7-8c88-4ed1-bd1c-9b321e65f458"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2ce503a7-8c88-4ed1-bd1c-9b321e65f458"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ce503a7-8c88-4ed1-bd1c-9b321e65f458"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-470a5c9d-2d38-49d7-8d30-10223b17e227 {
  margin-left: 0%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-470a5c9d-2d38-49d7-8d30-10223b17e227 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-470a5c9d-2d38-49d7-8d30-10223b17e227.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03002698-b6e8-4dba-b02c-c0ecddbcd81d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03002698-b6e8-4dba-b02c-c0ecddbcd81d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 0.5em;
  
  text-align: center;
}



#s-26ddff8e-941f-43b2-ba9e-c4d2b77f1c26 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-26ddff8e-941f-43b2-ba9e-c4d2b77f1c26 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}



#s-1f2f9697-4cc9-4f0f-9796-d33b5934bfd8 {
  margin-top: -9px;
margin-bottom: -9px;
min-height: 50px;
}








#s-1f2f9697-4cc9-4f0f-9796-d33b5934bfd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f2f9697-4cc9-4f0f-9796-d33b5934bfd8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3edf20d8-669e-4ec8-8a3b-d16063cf0b8b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3edf20d8-669e-4ec8-8a3b-d16063cf0b8b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3edf20d8-669e-4ec8-8a3b-d16063cf0b8b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3edf20d8-669e-4ec8-8a3b-d16063cf0b8b-btn-wrapper {
    text-align: center;
  }


#s-3edf20d8-669e-4ec8-8a3b-d16063cf0b8b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3edf20d8-669e-4ec8-8a3b-d16063cf0b8b-btn-wrapper {
    text-align: center;
  }


#s-3edf20d8-669e-4ec8-8a3b-d16063cf0b8b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3edf20d8-669e-4ec8-8a3b-d16063cf0b8b-btn-wrapper {
    text-align: center;
  }


#s-3edf20d8-669e-4ec8-8a3b-d16063cf0b8b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3edf20d8-669e-4ec8-8a3b-d16063cf0b8b-btn-wrapper {
    text-align: center;
  }


#s-3edf20d8-669e-4ec8-8a3b-d16063cf0b8b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3edf20d8-669e-4ec8-8a3b-d16063cf0b8b-btn-wrapper {
    text-align: center;
  }


#s-3edf20d8-669e-4ec8-8a3b-d16063cf0b8b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-23d4d4bb-d14a-47a9-882a-025da2e5a943 {
  text-align: center;
}







  #s-23d4d4bb-d14a-47a9-882a-025da2e5a943 img.shogun-image {
    

    
    
    
  }


#s-23d4d4bb-d14a-47a9-882a-025da2e5a943 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3be0b16-559d-45be-92bb-582d14b0c603 {
  margin-left: 7%;
}

@media (min-width: 0px) {
[id="s-b3be0b16-559d-45be-92bb-582d14b0c603"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3be0b16-559d-45be-92bb-582d14b0c603"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b3be0b16-559d-45be-92bb-582d14b0c603"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3be0b16-559d-45be-92bb-582d14b0c603"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6f23b0a4-20f9-43c2-91cb-a89c24c9c4b2 {
  margin-left: 0%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-6f23b0a4-20f9-43c2-91cb-a89c24c9c4b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f23b0a4-20f9-43c2-91cb-a89c24c9c4b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c82ab7c1-d3e9-4fea-b1af-da03d29fe501 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c82ab7c1-d3e9-4fea-b1af-da03d29fe501 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 0.5em;
  
  text-align: center;
}



#s-57a81aee-fe0f-49ec-b49e-e6b12e3727c5 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-57a81aee-fe0f-49ec-b49e-e6b12e3727c5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}



#s-64aae928-6144-4fc5-add0-257c241ae34f {
  margin-top: -9px;
margin-bottom: -9px;
min-height: 50px;
}








#s-64aae928-6144-4fc5-add0-257c241ae34f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64aae928-6144-4fc5-add0-257c241ae34f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3663e849-1a67-46b9-9c95-756a0fba2853 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3663e849-1a67-46b9-9c95-756a0fba2853:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3663e849-1a67-46b9-9c95-756a0fba2853:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3663e849-1a67-46b9-9c95-756a0fba2853-btn-wrapper {
    text-align: center;
  }


#s-3663e849-1a67-46b9-9c95-756a0fba2853.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3663e849-1a67-46b9-9c95-756a0fba2853-btn-wrapper {
    text-align: center;
  }


#s-3663e849-1a67-46b9-9c95-756a0fba2853.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3663e849-1a67-46b9-9c95-756a0fba2853-btn-wrapper {
    text-align: center;
  }


#s-3663e849-1a67-46b9-9c95-756a0fba2853.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3663e849-1a67-46b9-9c95-756a0fba2853-btn-wrapper {
    text-align: center;
  }


#s-3663e849-1a67-46b9-9c95-756a0fba2853.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3663e849-1a67-46b9-9c95-756a0fba2853-btn-wrapper {
    text-align: center;
  }


#s-3663e849-1a67-46b9-9c95-756a0fba2853.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-db2e338f-683e-4372-846d-938350cfdaf5 {
  text-align: center;
}







  #s-db2e338f-683e-4372-846d-938350cfdaf5 img.shogun-image {
    

    
    
    
  }


#s-db2e338f-683e-4372-846d-938350cfdaf5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-076352e0-3261-47aa-abab-4c5accee1d7c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-076352e0-3261-47aa-abab-4c5accee1d7c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-076352e0-3261-47aa-abab-4c5accee1d7c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-076352e0-3261-47aa-abab-4c5accee1d7c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-076352e0-3261-47aa-abab-4c5accee1d7c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-076352e0-3261-47aa-abab-4c5accee1d7c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-076352e0-3261-47aa-abab-4c5accee1d7c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-ce62ac70-b1f7-4788-8f12-dce7be67a3f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce62ac70-b1f7-4788-8f12-dce7be67a3f7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 0.5em;
  
  text-align: center;
}



#s-845d634e-09de-48ff-9cd7-5380f1d5e090 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-845d634e-09de-48ff-9cd7-5380f1d5e090 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}



#s-025be977-b57b-47a0-adbf-0be29c27390e {
  margin-top: -9px;
margin-bottom: -9px;
min-height: 50px;
}








#s-025be977-b57b-47a0-adbf-0be29c27390e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-025be977-b57b-47a0-adbf-0be29c27390e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b78ecd9-e742-4f19-a0bb-af160961aee0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-0b78ecd9-e742-4f19-a0bb-af160961aee0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0b78ecd9-e742-4f19-a0bb-af160961aee0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0b78ecd9-e742-4f19-a0bb-af160961aee0-btn-wrapper {
    text-align: center;
  }


#s-0b78ecd9-e742-4f19-a0bb-af160961aee0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0b78ecd9-e742-4f19-a0bb-af160961aee0-btn-wrapper {
    text-align: center;
  }


#s-0b78ecd9-e742-4f19-a0bb-af160961aee0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b78ecd9-e742-4f19-a0bb-af160961aee0-btn-wrapper {
    text-align: center;
  }


#s-0b78ecd9-e742-4f19-a0bb-af160961aee0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b78ecd9-e742-4f19-a0bb-af160961aee0-btn-wrapper {
    text-align: center;
  }


#s-0b78ecd9-e742-4f19-a0bb-af160961aee0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0b78ecd9-e742-4f19-a0bb-af160961aee0-btn-wrapper {
    text-align: center;
  }


#s-0b78ecd9-e742-4f19-a0bb-af160961aee0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a60333c6-dd0b-4bf9-a472-f13c1f06e318 {
  text-align: center;
}







  #s-a60333c6-dd0b-4bf9-a472-f13c1f06e318 img.shogun-image {
    

    
    
    
  }


#s-a60333c6-dd0b-4bf9-a472-f13c1f06e318 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ec1f344d-fed9-475c-ad4f-552ac6aa210e {
  margin-top: -2px;
margin-bottom: -2px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-ec1f344d-fed9-475c-ad4f-552ac6aa210e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec1f344d-fed9-475c-ad4f-552ac6aa210e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06089db3-3d6c-429a-aa9e-b8abbe638a24 {
  margin-bottom: 0px;
min-height: 50px;
}








#s-06089db3-3d6c-429a-aa9e-b8abbe638a24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06089db3-3d6c-429a-aa9e-b8abbe638a24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-659226a1-8344-474f-b6ca-9924b7507486 {
  margin-bottom: 1px;
min-height: 50px;
}








#s-659226a1-8344-474f-b6ca-9924b7507486 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-659226a1-8344-474f-b6ca-9924b7507486.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78a367d1-5423-4aa6-9508-a0cbdc71a255 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78a367d1-5423-4aa6-9508-a0cbdc71a255 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 0.5em;
  
  
}



#s-6c1cb6d6-cdb4-4084-b9cf-6f6570ac881a {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-6c1cb6d6-cdb4-4084-b9cf-6f6570ac881a .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}



#s-8b67ede3-ef53-448b-a7bd-347865b1bfa9 {
  margin-top: -9px;
margin-bottom: -9px;
min-height: 50px;
}








#s-8b67ede3-ef53-448b-a7bd-347865b1bfa9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b67ede3-ef53-448b-a7bd-347865b1bfa9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99fa5447-a613-4403-b0f1-ada935e44cfc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-99fa5447-a613-4403-b0f1-ada935e44cfc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-99fa5447-a613-4403-b0f1-ada935e44cfc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-99fa5447-a613-4403-b0f1-ada935e44cfc-btn-wrapper {
    text-align: center;
  }


#s-99fa5447-a613-4403-b0f1-ada935e44cfc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-99fa5447-a613-4403-b0f1-ada935e44cfc-btn-wrapper {
    text-align: center;
  }


#s-99fa5447-a613-4403-b0f1-ada935e44cfc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-99fa5447-a613-4403-b0f1-ada935e44cfc-btn-wrapper {
    text-align: center;
  }


#s-99fa5447-a613-4403-b0f1-ada935e44cfc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-99fa5447-a613-4403-b0f1-ada935e44cfc-btn-wrapper {
    text-align: center;
  }


#s-99fa5447-a613-4403-b0f1-ada935e44cfc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-99fa5447-a613-4403-b0f1-ada935e44cfc-btn-wrapper {
    text-align: center;
  }


#s-99fa5447-a613-4403-b0f1-ada935e44cfc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-047f77dc-2ebd-4b8c-936c-acd68af33927"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-047f77dc-2ebd-4b8c-936c-acd68af33927"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-047f77dc-2ebd-4b8c-936c-acd68af33927"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-047f77dc-2ebd-4b8c-936c-acd68af33927"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-047f77dc-2ebd-4b8c-936c-acd68af33927"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-047f77dc-2ebd-4b8c-936c-acd68af33927"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-047f77dc-2ebd-4b8c-936c-acd68af33927"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-1e747906-a85e-49fb-86e6-9333257c2720 {
  min-height: 50px;
}








#s-1e747906-a85e-49fb-86e6-9333257c2720 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e747906-a85e-49fb-86e6-9333257c2720.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-742c3aa0-4ec9-4773-b500-944eb9bf2b38 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-742c3aa0-4ec9-4773-b500-944eb9bf2b38:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-742c3aa0-4ec9-4773-b500-944eb9bf2b38:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-742c3aa0-4ec9-4773-b500-944eb9bf2b38-btn-wrapper {
    text-align: center;
  }


#s-742c3aa0-4ec9-4773-b500-944eb9bf2b38.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-742c3aa0-4ec9-4773-b500-944eb9bf2b38-btn-wrapper {
    text-align: center;
  }


#s-742c3aa0-4ec9-4773-b500-944eb9bf2b38.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-742c3aa0-4ec9-4773-b500-944eb9bf2b38-btn-wrapper {
    text-align: center;
  }


#s-742c3aa0-4ec9-4773-b500-944eb9bf2b38.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-742c3aa0-4ec9-4773-b500-944eb9bf2b38-btn-wrapper {
    text-align: center;
  }


#s-742c3aa0-4ec9-4773-b500-944eb9bf2b38.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-742c3aa0-4ec9-4773-b500-944eb9bf2b38-btn-wrapper {
    text-align: center;
  }


#s-742c3aa0-4ec9-4773-b500-944eb9bf2b38.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-9bd56f6d-3b53-41f7-b654-7ee9a047725b {
  min-height: 50px;
}








#s-9bd56f6d-3b53-41f7-b654-7ee9a047725b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bd56f6d-3b53-41f7-b654-7ee9a047725b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca7c1556-d8ba-4cda-9e00-b0151671df5e {
  margin-left: 6em;
margin-right: -15.3%;
}

@media (min-width: 0px) {
[id="s-ca7c1556-d8ba-4cda-9e00-b0151671df5e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-ca7c1556-d8ba-4cda-9e00-b0151671df5e"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-ca7c1556-d8ba-4cda-9e00-b0151671df5e"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca7c1556-d8ba-4cda-9e00-b0151671df5e"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 12.0px);
}

}

#s-0571b78f-e33f-4319-8d71-2513cb772817 {
  text-align: center;
}







  #s-0571b78f-e33f-4319-8d71-2513cb772817 img.shogun-image {
    

    
    
    
  }


#s-0571b78f-e33f-4319-8d71-2513cb772817 .shogun-image-content {
  
    align-items: center;
  
}

#s-57c1ae57-90e1-41c9-801e-a05167717840 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-57c1ae57-90e1-41c9-801e-a05167717840 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-978ddd32-b2c2-4151-a3bd-1a8ed09c49e7 {
  text-align: center;
}







  #s-978ddd32-b2c2-4151-a3bd-1a8ed09c49e7 img.shogun-image {
    

    
    
    
  }


#s-978ddd32-b2c2-4151-a3bd-1a8ed09c49e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-5210d288-9c90-420f-92db-6fb3b097a245 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-5210d288-9c90-420f-92db-6fb3b097a245 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-5d81349f-9bcf-4407-9d07-dc7d58af5275 {
  text-align: center;
}







  #s-5d81349f-9bcf-4407-9d07-dc7d58af5275 img.shogun-image {
    

    
    
    
  }


#s-5d81349f-9bcf-4407-9d07-dc7d58af5275 .shogun-image-content {
  
    align-items: center;
  
}

#s-c37d7a0c-f5f6-4482-8b26-069cdc0b3217 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-c37d7a0c-f5f6-4482-8b26-069cdc0b3217 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-b7625287-e07c-4b43-a536-8ffe8e6abe65 {
  text-align: center;
}







  #s-b7625287-e07c-4b43-a536-8ffe8e6abe65 img.shogun-image {
    

    
    
    
  }


#s-b7625287-e07c-4b43-a536-8ffe8e6abe65 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b820ffa-e073-4032-a250-35c1afd0f9b9 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-4b820ffa-e073-4032-a250-35c1afd0f9b9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-a341189d-b277-4151-a41f-8db62779df4b {
  min-height: 50px;
}








#s-a341189d-b277-4151-a41f-8db62779df4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a341189d-b277-4151-a41f-8db62779df4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c842375-7def-4cec-a602-6dcc6fa300ca {
  min-height: 50px;
}








#s-4c842375-7def-4cec-a602-6dcc6fa300ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c842375-7def-4cec-a602-6dcc6fa300ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-52d6f717-beb0-46e9-9c17-242454fdb396 {
  display: none;
}
#s-52d6f717-beb0-46e9-9c17-242454fdb396, #wrap-s-52d6f717-beb0-46e9-9c17-242454fdb396 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52d6f717-beb0-46e9-9c17-242454fdb396 {
  display: none;
}
#s-52d6f717-beb0-46e9-9c17-242454fdb396, #wrap-s-52d6f717-beb0-46e9-9c17-242454fdb396 { display:none !important; }}
@media (min-width: 0px) {
[id="s-52d6f717-beb0-46e9-9c17-242454fdb396"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52d6f717-beb0-46e9-9c17-242454fdb396"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-52d6f717-beb0-46e9-9c17-242454fdb396"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-52d6f717-beb0-46e9-9c17-242454fdb396"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-52d6f717-beb0-46e9-9c17-242454fdb396"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-52d6f717-beb0-46e9-9c17-242454fdb396"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-52d6f717-beb0-46e9-9c17-242454fdb396"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-71e2cb9b-2567-4e7c-be32-1a774c78273d {
  min-height: 50px;
}








#s-71e2cb9b-2567-4e7c-be32-1a774c78273d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71e2cb9b-2567-4e7c-be32-1a774c78273d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e2cc804-675b-41a1-8903-a93e3b567d02 {
  margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0.2px;
border-left-width: 0.2px;
border-bottom-width: 0.2px;
border-right-width: 0.2px;
border-color: rgba(133, 219, 215, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-8e2cc804-675b-41a1-8903-a93e3b567d02"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8e2cc804-675b-41a1-8903-a93e3b567d02"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-8e2cc804-675b-41a1-8903-a93e3b567d02"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-8e2cc804-675b-41a1-8903-a93e3b567d02"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-8e2cc804-675b-41a1-8903-a93e3b567d02"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8e2cc804-675b-41a1-8903-a93e3b567d02"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-8e2cc804-675b-41a1-8903-a93e3b567d02"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-8e2cc804-675b-41a1-8903-a93e3b567d02"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-8e2cc804-675b-41a1-8903-a93e3b567d02"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8e2cc804-675b-41a1-8903-a93e3b567d02"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-8e2cc804-675b-41a1-8903-a93e3b567d02"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-8e2cc804-675b-41a1-8903-a93e3b567d02"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-8e2cc804-675b-41a1-8903-a93e3b567d02"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

}

#s-968e86a7-0d1b-4a1e-8a37-0f694d4d6293 {
  min-height: 50px;
}








#s-968e86a7-0d1b-4a1e-8a37-0f694d4d6293 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-968e86a7-0d1b-4a1e-8a37-0f694d4d6293.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0a3b37b-7db5-4992-bdea-c0ab47f9eed7 {
  margin-top: 0px;
}

#s-f0a3b37b-7db5-4992-bdea-c0ab47f9eed7 {
  display: none;
}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-ce8a7afc-7437-448b-9004-a603536bcde7 {
  margin-left: 37%;
margin-right: 9%;
padding-top: 9px;
padding-bottom: 9px;
min-height: 200px;
text-align: left;
}

#s-ce8a7afc-7437-448b-9004-a603536bcde7 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 50.0%;
  padding-right: 5px;
  padding-bottom: 5px;
}

#s-ce8a7afc-7437-448b-9004-a603536bcde7 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-ce8a7afc-7437-448b-9004-a603536bcde7 .shg-gallery-thumb-list-margin {
  margin-right: -5px;
}

#s-ce8a7afc-7437-448b-9004-a603536bcde7 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-ce8a7afc-7437-448b-9004-a603536bcde7 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-ce8a7afc-7437-448b-9004-a603536bcde7 .shg-gallery-dot {
  background-color: #FFF;
}

#s-5eae8a5e-e32c-4654-be85-e4cb9c602e2c {
  display: none;
}
#s-234744be-b693-4293-93e3-efab3d12bc30 {
  min-height: 50px;
}








#s-234744be-b693-4293-93e3-efab3d12bc30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-234744be-b693-4293-93e3-efab3d12bc30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0129da0-ce6c-4a52-9f6e-860b2156d82a {
  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-66f31abb-dddd-4cb7-8b87-cda63d20f849 {
  text-align: center;
}


.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 {
  max-width:  100%;
}

.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 .shg-image-zoom,
.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 img.shogun-image {
  max-width: 450px !important;
  
}

.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 {
  max-width:  100%;
}

.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 .shg-image-zoom,
.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 img.shogun-image {
  max-width: 450px !important;
  
}

.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 {
  max-width:  100%;
}

.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 .shg-image-zoom,
.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 img.shogun-image {
  max-width: 450px !important;
  
}

.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 {
  max-width:  100%;
}

.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 .shg-image-zoom,
.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 img.shogun-image {
  max-width: 450px !important;
  
}

.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 {
  max-width:  100%;
}

.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 .shg-image-zoom,
.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 img.shogun-image {
  max-width: 450px !important;
  
}

.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66f31abb-dddd-4cb7-8b87-cda63d20f849 img.shogun-image {
  width: 100%;
}



}
#s-5a7c7462-4151-4652-9274-da6818da17a4 {
  min-height: 50px;
}








#s-5a7c7462-4151-4652-9274-da6818da17a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a7c7462-4151-4652-9274-da6818da17a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fff7a8e4-3e65-4f67-bbab-fee4e61b410c {
  min-height: 50px;
}








#s-fff7a8e4-3e65-4f67-bbab-fee4e61b410c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fff7a8e4-3e65-4f67-bbab-fee4e61b410c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7154b4c8-5ecb-468d-9efa-29a09f6e67c6 {
  padding-top: 5px;
padding-bottom: 0px;
text-align: left;
}

#s-7154b4c8-5ecb-468d-9efa-29a09f6e67c6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  
  text-align: left;
}


#s-7154b4c8-5ecb-468d-9efa-29a09f6e67c6 .shogun-heading-component h1 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-5f7dadfd-1651-4a11-bd4d-4d7bd98ebac9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f7dadfd-1651-4a11-bd4d-4d7bd98ebac9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f7dadfd-1651-4a11-bd4d-4d7bd98ebac9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f7dadfd-1651-4a11-bd4d-4d7bd98ebac9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f7dadfd-1651-4a11-bd4d-4d7bd98ebac9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f7dadfd-1651-4a11-bd4d-4d7bd98ebac9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f7dadfd-1651-4a11-bd4d-4d7bd98ebac9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-a19c21f1-2ed5-48fb-91d6-b36a82fa0dba {
  margin-top: -5px;
margin-left: 0%;
margin-right: 0%;
padding-top: 1px;
padding-left: 0%;
padding-bottom: 1px;
padding-right: 0%;
text-align: left;
}

#s-a19c21f1-2ed5-48fb-91d6-b36a82fa0dba .shogun-heading-component h1 {
  color: rgba(243, 178, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-42e809b1-1c8d-45da-8472-74624f671804 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-42e809b1-1c8d-45da-8472-74624f671804 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-960ce3a2-dd19-48b7-b85a-9188897b5d69 {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-960ce3a2-dd19-48b7-b85a-9188897b5d69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-960ce3a2-dd19-48b7-b85a-9188897b5d69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3560d4da-67c6-46ea-a368-d0882ccb7fa7 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-3560d4da-67c6-46ea-a368-d0882ccb7fa7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3560d4da-67c6-46ea-a368-d0882ccb7fa7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-3560d4da-67c6-46ea-a368-d0882ccb7fa7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-3560d4da-67c6-46ea-a368-d0882ccb7fa7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-3560d4da-67c6-46ea-a368-d0882ccb7fa7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-3560d4da-67c6-46ea-a368-d0882ccb7fa7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-3560d4da-67c6-46ea-a368-d0882ccb7fa7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5px);
}

}

#s-992a3654-d72b-48a2-95e8-28007a4c7831 {
  margin-right: 35%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-992a3654-d72b-48a2-95e8-28007a4c7831 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-0214b6fe-39ab-4153-9173-ed1782cc01cb {
  display: none;
}
#s-7e42e0ff-a1ed-4947-8df6-b32d31a6c01f {
  margin-left: 0%;
margin-right: 0%;
text-align: left;
}

#s-7e42e0ff-a1ed-4947-8df6-b32d31a6c01f .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 30px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-7e42e0ff-a1ed-4947-8df6-b32d31a6c01f .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 30px;
}

#s-7e42e0ff-a1ed-4947-8df6-b32d31a6c01f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-00ab1177-95fc-467f-acba-63d7ee330dc8 {
  min-height: 5px;
}








#s-00ab1177-95fc-467f-acba-63d7ee330dc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00ab1177-95fc-467f-acba-63d7ee330dc8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d7da514-ce2a-4ba1-93cb-1bca4559a015 {
  display: none;
}
#s-9acbd662-4e62-4f33-8119-eecb2a2e8c97 {
  margin-top: 3px;
margin-bottom: 3px;
text-align: left;
}

#s-9acbd662-4e62-4f33-8119-eecb2a2e8c97 .shg-product-quantity-wrapper {
  display: flex;
}

#s-9acbd662-4e62-4f33-8119-eecb2a2e8c97 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-9acbd662-4e62-4f33-8119-eecb2a2e8c97 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-9acbd662-4e62-4f33-8119-eecb2a2e8c97 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-9acbd662-4e62-4f33-8119-eecb2a2e8c97 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-8c490e34-f141-401d-88a9-78b75f6e0476 {
  min-height: 10px;
}








#s-8c490e34-f141-401d-88a9-78b75f6e0476 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c490e34-f141-401d-88a9-78b75f6e0476.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e97f72c1-83ea-4f69-a205-2c838114ad77 {
  display: none;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

#s-7e56512c-fbe3-4bd8-a24c-054d6608fbc1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7e56512c-fbe3-4bd8-a24c-054d6608fbc1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7e56512c-fbe3-4bd8-a24c-054d6608fbc1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7e56512c-fbe3-4bd8-a24c-054d6608fbc1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7e56512c-fbe3-4bd8-a24c-054d6608fbc1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7e56512c-fbe3-4bd8-a24c-054d6608fbc1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}

#s-7e56512c-fbe3-4bd8-a24c-054d6608fbc1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bba4161d-e5a2-4b35-a32e-d4f829a08a81 {
  min-height: 50px;
}








#s-bba4161d-e5a2-4b35-a32e-d4f829a08a81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bba4161d-e5a2-4b35-a32e-d4f829a08a81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6477e615-fd5e-4b57-901b-18afd6ca9f70 {
  min-height: 50px;
}








#s-6477e615-fd5e-4b57-901b-18afd6ca9f70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6477e615-fd5e-4b57-901b-18afd6ca9f70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24a28bc3-f94d-4239-af80-478488f7ccc5 {
  min-height: 50px;
}








#s-24a28bc3-f94d-4239-af80-478488f7ccc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24a28bc3-f94d-4239-af80-478488f7ccc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6108b6f-8135-4f6e-be14-d752479a8560 {
  min-height: 50px;
}








#s-d6108b6f-8135-4f6e-be14-d752479a8560 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6108b6f-8135-4f6e-be14-d752479a8560.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b09948a-0e74-4f30-995e-e57f519a69b3 {
  text-align: center;
}







  #s-5b09948a-0e74-4f30-995e-e57f519a69b3 img.shogun-image {
    

    
    
    
  }


#s-5b09948a-0e74-4f30-995e-e57f519a69b3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8f14c5aa-b78c-44d3-a009-aaba67e4832d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f14c5aa-b78c-44d3-a009-aaba67e4832d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f14c5aa-b78c-44d3-a009-aaba67e4832d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f14c5aa-b78c-44d3-a009-aaba67e4832d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2693745c-63ab-41c2-8967-2b401f438d26 {
  margin-top: -2px;
margin-left: 9%;
margin-bottom: -2px;
margin-right: 9%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-2693745c-63ab-41c2-8967-2b401f438d26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2693745c-63ab-41c2-8967-2b401f438d26.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7413a514-2bcb-4802-b4a4-34ccd3d0e0dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7413a514-2bcb-4802-b4a4-34ccd3d0e0dd .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  
  text-align: left;
}



#s-4a52ff3c-002f-4268-9fec-23d70350d69b {
  padding-top: 25px;
padding-bottom: 40px;
text-align: left;
}

#s-4a52ff3c-002f-4268-9fec-23d70350d69b .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-096db970-88e8-4519-bba3-f92fef3141cc {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-radius: 2px;
background-color: rgba(133, 219, 215, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-096db970-88e8-4519-bba3-f92fef3141cc:hover {background-color: rgba(83, 180, 177, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-096db970-88e8-4519-bba3-f92fef3141cc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-096db970-88e8-4519-bba3-f92fef3141cc-btn-wrapper {
    text-align: left;
  }


#s-096db970-88e8-4519-bba3-f92fef3141cc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-096db970-88e8-4519-bba3-f92fef3141cc-btn-wrapper {
    text-align: left;
  }


#s-096db970-88e8-4519-bba3-f92fef3141cc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-096db970-88e8-4519-bba3-f92fef3141cc-btn-wrapper {
    text-align: left;
  }


#s-096db970-88e8-4519-bba3-f92fef3141cc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-096db970-88e8-4519-bba3-f92fef3141cc-btn-wrapper {
    text-align: left;
  }


#s-096db970-88e8-4519-bba3-f92fef3141cc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-096db970-88e8-4519-bba3-f92fef3141cc-btn-wrapper {
    text-align: left;
  }


#s-096db970-88e8-4519-bba3-f92fef3141cc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-dc5150dc-f9bf-46f5-9d11-6e21a4bfafd7 {
  padding-top: 2px;
padding-bottom: 2px;
min-height: 52px;
}








#s-dc5150dc-f9bf-46f5-9d11-6e21a4bfafd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc5150dc-f9bf-46f5-9d11-6e21a4bfafd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1e2dcc2-2a8d-4498-b871-8f98f6bb51bc {
  padding-top: 2px;
padding-bottom: 2px;
min-height: 50px;
}








#s-c1e2dcc2-2a8d-4498-b871-8f98f6bb51bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1e2dcc2-2a8d-4498-b871-8f98f6bb51bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b50d96b-ba18-48f9-ac3d-1380b9414e1c {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2b50d96b-ba18-48f9-ac3d-1380b9414e1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b50d96b-ba18-48f9-ac3d-1380b9414e1c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2b50d96b-ba18-48f9-ac3d-1380b9414e1c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2b50d96b-ba18-48f9-ac3d-1380b9414e1c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2b50d96b-ba18-48f9-ac3d-1380b9414e1c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b50d96b-ba18-48f9-ac3d-1380b9414e1c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2b50d96b-ba18-48f9-ac3d-1380b9414e1c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-6a87f190-d425-42a8-ae53-1ba7086c3d70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a87f190-d425-42a8-ae53-1ba7086c3d70"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6a87f190-d425-42a8-ae53-1ba7086c3d70"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6a87f190-d425-42a8-ae53-1ba7086c3d70"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6a87f190-d425-42a8-ae53-1ba7086c3d70"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a87f190-d425-42a8-ae53-1ba7086c3d70"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6a87f190-d425-42a8-ae53-1ba7086c3d70"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-a7a5a74f-3763-4615-862f-18c90876d1ab {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a7a5a74f-3763-4615-862f-18c90876d1ab .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-2169d5fd-08c2-4bdd-8c6a-160271d2dce5 {
  min-height: 50px;
}








#s-2169d5fd-08c2-4bdd-8c6a-160271d2dce5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2169d5fd-08c2-4bdd-8c6a-160271d2dce5.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-6e26f68a-606f-45da-8920-e676b4d4cc46"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6e26f68a-606f-45da-8920-e676b4d4cc46"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6e26f68a-606f-45da-8920-e676b4d4cc46"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6e26f68a-606f-45da-8920-e676b4d4cc46"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2fce7fcd-9803-445c-bc7a-bc2911e3ef0f {
  min-height: 50px;
}








#s-2fce7fcd-9803-445c-bc7a-bc2911e3ef0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fce7fcd-9803-445c-bc7a-bc2911e3ef0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ec61db2-5d2b-4d85-abab-f604b7aa05a9 {
  box-shadow:1px 1px 8px 2px rgba(199, 199, 199, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 219, 215, 0);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-6ec61db2-5d2b-4d85-abab-f604b7aa05a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ec61db2-5d2b-4d85-abab-f604b7aa05a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ca937d5-d631-4e04-b628-a206dc6b185d {
  min-height: 50px;
}








#s-6ca937d5-d631-4e04-b628-a206dc6b185d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ca937d5-d631-4e04-b628-a206dc6b185d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd894536-7bac-4cf3-9a88-84fe0226b473 {
  text-align: center;
}







  #s-cd894536-7bac-4cf3-9a88-84fe0226b473 img.shogun-image {
    

    
    
    
  }


#s-cd894536-7bac-4cf3-9a88-84fe0226b473 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d2f3ec2-fbd6-44d4-844a-47fddd101229 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d2f3ec2-fbd6-44d4-844a-47fddd101229 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 0.5em;
  
  
}



#s-64041005-64b1-42c5-bacf-867240b7c6cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64041005-64b1-42c5-bacf-867240b7c6cc .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  
  
}



#s-6adc4dcb-c435-40ac-9852-de3f3207ec39 {
  box-shadow:1px 1px 8px 2px rgba(199, 199, 199, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 219, 215, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-6adc4dcb-c435-40ac-9852-de3f3207ec39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6adc4dcb-c435-40ac-9852-de3f3207ec39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0799f15b-e2f7-4a74-8780-6a64ca0e6718 {
  min-height: 50px;
}








#s-0799f15b-e2f7-4a74-8780-6a64ca0e6718 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0799f15b-e2f7-4a74-8780-6a64ca0e6718.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad3cfbcb-71f4-41df-af84-a3c255416211 {
  text-align: center;
}







  #s-ad3cfbcb-71f4-41df-af84-a3c255416211 img.shogun-image {
    

    
    
    
  }


#s-ad3cfbcb-71f4-41df-af84-a3c255416211 .shogun-image-content {
  
    align-items: center;
  
}

#s-601cc5aa-32af-462d-942b-c55772f04aab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-601cc5aa-32af-462d-942b-c55772f04aab .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 0.5em;
  
  
}



#s-0131a3b8-3500-4ef2-9d52-a2e0e99d6612 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0131a3b8-3500-4ef2-9d52-a2e0e99d6612 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  
  
}



#s-e5ee9272-b542-4015-b486-3f7bdc062275 {
  box-shadow:1px 1px 8px 2px rgba(199, 199, 199, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 219, 215, 1);
border-style: solid;
min-height: 50px;
}








#s-e5ee9272-b542-4015-b486-3f7bdc062275 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5ee9272-b542-4015-b486-3f7bdc062275.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbb5c5a3-61aa-496d-a140-77a29649c9ac {
  min-height: 50px;
}








#s-bbb5c5a3-61aa-496d-a140-77a29649c9ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbb5c5a3-61aa-496d-a140-77a29649c9ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2873ba49-5474-4904-a229-08d93aa865e9 {
  text-align: center;
}







  #s-2873ba49-5474-4904-a229-08d93aa865e9 img.shogun-image {
    

    
    
    
  }


#s-2873ba49-5474-4904-a229-08d93aa865e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c1d69fe-71c6-44e3-8c0d-448993a3acc8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c1d69fe-71c6-44e3-8c0d-448993a3acc8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 0.5em;
  
  
}



#s-8ace92f0-3e88-465b-a411-fdc27c13b116 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ace92f0-3e88-465b-a411-fdc27c13b116 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  
  
}



#s-178a3e7b-a938-4e0c-95a4-e46f9f16d45b {
  box-shadow:1px 1px 8px 2px rgba(199, 199, 199, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(199, 199, 199, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-178a3e7b-a938-4e0c-95a4-e46f9f16d45b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-178a3e7b-a938-4e0c-95a4-e46f9f16d45b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-880927bf-b766-4fa3-9633-e3cfeb601e68 {
  text-align: center;
}







  #s-880927bf-b766-4fa3-9633-e3cfeb601e68 img.shogun-image {
    

    
    
    
  }


#s-880927bf-b766-4fa3-9633-e3cfeb601e68 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b1a21f8-373f-4f66-9edf-5dcf89021a15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b1a21f8-373f-4f66-9edf-5dcf89021a15 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 0.5em;
  
  
}



#s-dadb797b-52d7-45f2-8bb1-defff7ead31c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dadb797b-52d7-45f2-8bb1-defff7ead31c .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  
  
}



#s-ad8e53ec-6798-4163-a2d2-20a88c08c512 {
  margin-top: -5px;
margin-bottom: -5px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-ad8e53ec-6798-4163-a2d2-20a88c08c512 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad8e53ec-6798-4163-a2d2-20a88c08c512.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-f43c565e-200a-4ac2-b67f-27dec893c1cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f43c565e-200a-4ac2-b67f-27dec893c1cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f43c565e-200a-4ac2-b67f-27dec893c1cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f43c565e-200a-4ac2-b67f-27dec893c1cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-731e7671-60c8-4985-b285-777a101d590c {
  min-height: 50px;
}








#s-731e7671-60c8-4985-b285-777a101d590c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-731e7671-60c8-4985-b285-777a101d590c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93f32af0-9cc6-423a-a9a0-8c426e4bed66 {
  min-height: 50px;
}








#s-93f32af0-9cc6-423a-a9a0-8c426e4bed66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93f32af0-9cc6-423a-a9a0-8c426e4bed66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a781e20-e7cb-4a56-a0a0-6972d7223c64 {
  text-align: center;
}







  #s-9a781e20-e7cb-4a56-a0a0-6972d7223c64 img.shogun-image {
    

    
    
    
  }


#s-9a781e20-e7cb-4a56-a0a0-6972d7223c64 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-4d71c2a9-5259-4ec1-a892-90f60bd0708c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d71c2a9-5259-4ec1-a892-90f60bd0708c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4d71c2a9-5259-4ec1-a892-90f60bd0708c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d71c2a9-5259-4ec1-a892-90f60bd0708c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-635b01f3-aff3-4d73-bca8-44c28c941394 {
  margin-left: 22%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-635b01f3-aff3-4d73-bca8-44c28c941394 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-635b01f3-aff3-4d73-bca8-44c28c941394.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26e731c6-7447-4577-b11c-3fc0aaaa5767 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-26e731c6-7447-4577-b11c-3fc0aaaa5767 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  
  text-align: left;
}



#s-b0ed3b35-bb3d-4d88-85b5-b5f41d271c9f {
  padding-top: 25px;
padding-bottom: 40px;
text-align: left;
}

#s-b0ed3b35-bb3d-4d88-85b5-b5f41d271c9f .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-b11b5f48-14d8-4abf-adc4-4c9f9d27ca56 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-radius: 2px;
background-color: rgba(133, 219, 215, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-b11b5f48-14d8-4abf-adc4-4c9f9d27ca56:hover {background-color: rgba(83, 180, 177, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b11b5f48-14d8-4abf-adc4-4c9f9d27ca56:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b11b5f48-14d8-4abf-adc4-4c9f9d27ca56-btn-wrapper {
    text-align: left;
  }


#s-b11b5f48-14d8-4abf-adc4-4c9f9d27ca56.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b11b5f48-14d8-4abf-adc4-4c9f9d27ca56-btn-wrapper {
    text-align: left;
  }


#s-b11b5f48-14d8-4abf-adc4-4c9f9d27ca56.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b11b5f48-14d8-4abf-adc4-4c9f9d27ca56-btn-wrapper {
    text-align: left;
  }


#s-b11b5f48-14d8-4abf-adc4-4c9f9d27ca56.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b11b5f48-14d8-4abf-adc4-4c9f9d27ca56-btn-wrapper {
    text-align: left;
  }


#s-b11b5f48-14d8-4abf-adc4-4c9f9d27ca56.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b11b5f48-14d8-4abf-adc4-4c9f9d27ca56-btn-wrapper {
    text-align: left;
  }


#s-b11b5f48-14d8-4abf-adc4-4c9f9d27ca56.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-427990c3-9c52-4343-b682-9591a707e573 {
  margin-top: -2px;
margin-left: 9%;
margin-bottom: -2px;
margin-right: 9%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-427990c3-9c52-4343-b682-9591a707e573 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-427990c3-9c52-4343-b682-9591a707e573.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ea46805-9900-43e1-bce9-1589f3f472d6 {
  padding-top: 2px;
padding-bottom: 2px;
min-height: 52px;
}








#s-0ea46805-9900-43e1-bce9-1589f3f472d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ea46805-9900-43e1-bce9-1589f3f472d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40829ef5-b841-47c4-abcc-fc7473603819 {
  padding-top: 2px;
padding-bottom: 2px;
min-height: 50px;
}








#s-40829ef5-b841-47c4-abcc-fc7473603819 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40829ef5-b841-47c4-abcc-fc7473603819.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3086652a-908a-4507-ad13-6e8247ba8dc5 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3086652a-908a-4507-ad13-6e8247ba8dc5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3086652a-908a-4507-ad13-6e8247ba8dc5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3086652a-908a-4507-ad13-6e8247ba8dc5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3086652a-908a-4507-ad13-6e8247ba8dc5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3086652a-908a-4507-ad13-6e8247ba8dc5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3086652a-908a-4507-ad13-6e8247ba8dc5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3086652a-908a-4507-ad13-6e8247ba8dc5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-1a36b615-735b-4884-af56-5470b4cc683e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a36b615-735b-4884-af56-5470b4cc683e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1a36b615-735b-4884-af56-5470b4cc683e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1a36b615-735b-4884-af56-5470b4cc683e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1a36b615-735b-4884-af56-5470b4cc683e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a36b615-735b-4884-af56-5470b4cc683e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1a36b615-735b-4884-af56-5470b4cc683e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-f764992c-f836-4e01-a192-ca723bce2b76 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f764992c-f836-4e01-a192-ca723bce2b76 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-11175cfc-27ff-4ae4-9b18-058e9737e9cd {
  min-height: 50px;
}








#s-11175cfc-27ff-4ae4-9b18-058e9737e9cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11175cfc-27ff-4ae4-9b18-058e9737e9cd.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-47205eda-518c-4d5c-ac19-9324f4326c87"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-47205eda-518c-4d5c-ac19-9324f4326c87"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-47205eda-518c-4d5c-ac19-9324f4326c87"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-47205eda-518c-4d5c-ac19-9324f4326c87"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-bc332561-39ea-4cfe-806e-979425d9242d {
  min-height: 50px;
}








#s-bc332561-39ea-4cfe-806e-979425d9242d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc332561-39ea-4cfe-806e-979425d9242d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18d0eeae-6ad0-428d-b81a-c1e41d394d8d {
  box-shadow:1px 1px 8px 2px rgba(199, 199, 199, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-18d0eeae-6ad0-428d-b81a-c1e41d394d8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18d0eeae-6ad0-428d-b81a-c1e41d394d8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b18cde31-4ee3-4d1a-b73f-c72fa3b67b41 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 219, 215, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-b18cde31-4ee3-4d1a-b73f-c72fa3b67b41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b18cde31-4ee3-4d1a-b73f-c72fa3b67b41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74114570-705e-47ff-aeed-b2aeacc2035e {
  text-align: center;
}







  #s-74114570-705e-47ff-aeed-b2aeacc2035e img.shogun-image {
    

    
    
    
  }


#s-74114570-705e-47ff-aeed-b2aeacc2035e .shogun-image-content {
  
    align-items: center;
  
}

#s-e2202ff6-5cbb-433a-bcd4-9776baaf4759 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2202ff6-5cbb-433a-bcd4-9776baaf4759 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 0.5em;
  
  
}



#s-72ecfe2c-bb4b-4504-ba1d-63e68f2f87ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72ecfe2c-bb4b-4504-ba1d-63e68f2f87ca .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  
  
}



#s-668664a5-362e-4a86-a9a3-e36edd0becf4 {
  box-shadow:1px 1px 8px 2px rgba(199, 199, 199, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 219, 215, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-668664a5-362e-4a86-a9a3-e36edd0becf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-668664a5-362e-4a86-a9a3-e36edd0becf4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a3ef8ca-bcf4-47a9-9751-ab4656b09ee6 {
  text-align: center;
}







  #s-0a3ef8ca-bcf4-47a9-9751-ab4656b09ee6 img.shogun-image {
    

    
    
    
  }


#s-0a3ef8ca-bcf4-47a9-9751-ab4656b09ee6 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c6eb59e-0a27-49bb-a616-1707904613f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c6eb59e-0a27-49bb-a616-1707904613f7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 0.5em;
  
  
}



#s-00b225fb-e132-4a2c-9590-1c21bf7ab92f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00b225fb-e132-4a2c-9590-1c21bf7ab92f .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  
  
}



#s-29775bc3-bcf5-444a-baee-77f5e7cf230a {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-29775bc3-bcf5-444a-baee-77f5e7cf230a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29775bc3-bcf5-444a-baee-77f5e7cf230a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b4e0398-e7f1-415d-8e80-f40f71264309 {
  text-align: center;
}
@media (min-width: 1200px){#s-9b4e0398-e7f1-415d-8e80-f40f71264309 {
  display: none;
}
#s-9b4e0398-e7f1-415d-8e80-f40f71264309, #wrap-s-9b4e0398-e7f1-415d-8e80-f40f71264309 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b4e0398-e7f1-415d-8e80-f40f71264309 {
  display: none;
}
#s-9b4e0398-e7f1-415d-8e80-f40f71264309, #wrap-s-9b4e0398-e7f1-415d-8e80-f40f71264309 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9b4e0398-e7f1-415d-8e80-f40f71264309 {
  display: none;
}
#s-9b4e0398-e7f1-415d-8e80-f40f71264309, #wrap-s-9b4e0398-e7f1-415d-8e80-f40f71264309 { display:none !important; }}






  #s-9b4e0398-e7f1-415d-8e80-f40f71264309 img.shogun-image {
    

    
    
    
  }


#s-9b4e0398-e7f1-415d-8e80-f40f71264309 .shogun-image-content {
  
    align-items: center;
  
}

#s-8505dad8-38ec-48b0-8834-0b857077f12d {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-8505dad8-38ec-48b0-8834-0b857077f12d {
  display: none;
}
#s-8505dad8-38ec-48b0-8834-0b857077f12d, #wrap-s-8505dad8-38ec-48b0-8834-0b857077f12d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8505dad8-38ec-48b0-8834-0b857077f12d {
  display: none;
}
#s-8505dad8-38ec-48b0-8834-0b857077f12d, #wrap-s-8505dad8-38ec-48b0-8834-0b857077f12d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8505dad8-38ec-48b0-8834-0b857077f12d {
  display: none;
}
#s-8505dad8-38ec-48b0-8834-0b857077f12d, #wrap-s-8505dad8-38ec-48b0-8834-0b857077f12d { display:none !important; }}






  #s-8505dad8-38ec-48b0-8834-0b857077f12d img.shogun-image {
    

    
    
    
  }


#s-8505dad8-38ec-48b0-8834-0b857077f12d .shogun-image-content {
  
    align-items: center;
  
}

#s-b41ee165-c3f2-4cfe-bdba-b8bbc112b6d2 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b41ee165-c3f2-4cfe-bdba-b8bbc112b6d2 {
  display: none;
}
#s-b41ee165-c3f2-4cfe-bdba-b8bbc112b6d2, #wrap-s-b41ee165-c3f2-4cfe-bdba-b8bbc112b6d2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b41ee165-c3f2-4cfe-bdba-b8bbc112b6d2 {
  display: none;
}
#s-b41ee165-c3f2-4cfe-bdba-b8bbc112b6d2, #wrap-s-b41ee165-c3f2-4cfe-bdba-b8bbc112b6d2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b41ee165-c3f2-4cfe-bdba-b8bbc112b6d2 {
  margin-top: 0px;
margin-bottom: 15px;
display: none;
}
#s-b41ee165-c3f2-4cfe-bdba-b8bbc112b6d2, #wrap-s-b41ee165-c3f2-4cfe-bdba-b8bbc112b6d2 { display:none !important; }}@media (max-width: 767px){#s-b41ee165-c3f2-4cfe-bdba-b8bbc112b6d2 {
  margin-bottom: 15px;
}
}
#s-b41ee165-c3f2-4cfe-bdba-b8bbc112b6d2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Fira Sans";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 1px;
  text-align: center;
}



@media (min-width: 1200px){#s-2e643ba0-36ab-417e-bc93-9925b30240e7 {
  display: none;
}
#s-2e643ba0-36ab-417e-bc93-9925b30240e7, #wrap-s-2e643ba0-36ab-417e-bc93-9925b30240e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e643ba0-36ab-417e-bc93-9925b30240e7 {
  display: none;
}
#s-2e643ba0-36ab-417e-bc93-9925b30240e7, #wrap-s-2e643ba0-36ab-417e-bc93-9925b30240e7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e643ba0-36ab-417e-bc93-9925b30240e7 {
  display: none;
}
#s-2e643ba0-36ab-417e-bc93-9925b30240e7, #wrap-s-2e643ba0-36ab-417e-bc93-9925b30240e7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2e643ba0-36ab-417e-bc93-9925b30240e7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2e643ba0-36ab-417e-bc93-9925b30240e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2e643ba0-36ab-417e-bc93-9925b30240e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2e643ba0-36ab-417e-bc93-9925b30240e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

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

@media (max-width: 767px){#s-8d4a7574-5afe-453b-9f9c-fb6fc6346909 {
  display: none;
}
#s-8d4a7574-5afe-453b-9f9c-fb6fc6346909, #wrap-s-8d4a7574-5afe-453b-9f9c-fb6fc6346909 { display:none !important; }}
#s-6d61f5ab-75fe-43ff-883e-e96d474cf19d {
  display: none;
}
#s-7a7ef3ef-dd35-4786-8fc0-821d628ae94f {
  text-align: left;
}



.shg-c#s-7a7ef3ef-dd35-4786-8fc0-821d628ae94f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a7ef3ef-dd35-4786-8fc0-821d628ae94f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7a7ef3ef-dd35-4786-8fc0-821d628ae94f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a7ef3ef-dd35-4786-8fc0-821d628ae94f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a7ef3ef-dd35-4786-8fc0-821d628ae94f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a7ef3ef-dd35-4786-8fc0-821d628ae94f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a7ef3ef-dd35-4786-8fc0-821d628ae94f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a7ef3ef-dd35-4786-8fc0-821d628ae94f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a7ef3ef-dd35-4786-8fc0-821d628ae94f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a7ef3ef-dd35-4786-8fc0-821d628ae94f 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-937901c0-b1df-491a-8934-5a385e0d4eb9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-937901c0-b1df-491a-8934-5a385e0d4eb9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Hind;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
}

@media (min-width: 1200px){#s-0b6f80fb-93ba-4acc-9978-077782781d9b {
  display: none;
}
#s-0b6f80fb-93ba-4acc-9978-077782781d9b, #wrap-s-0b6f80fb-93ba-4acc-9978-077782781d9b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b6f80fb-93ba-4acc-9978-077782781d9b {
  display: none;
}
#s-0b6f80fb-93ba-4acc-9978-077782781d9b, #wrap-s-0b6f80fb-93ba-4acc-9978-077782781d9b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b6f80fb-93ba-4acc-9978-077782781d9b {
  display: none;
}
#s-0b6f80fb-93ba-4acc-9978-077782781d9b, #wrap-s-0b6f80fb-93ba-4acc-9978-077782781d9b { display:none !important; }}
#s-fa761ab7-7234-4048-ab4d-26c17612ad11 {
  text-align: center;
}

#s-fa761ab7-7234-4048-ab4d-26c17612ad11 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Hind;
  font-style:  normal ;
}

#s-fa761ab7-7234-4048-ab4d-26c17612ad11 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Hind;
  font-style:  normal ;
  font-size: 18px;
}

#s-fa761ab7-7234-4048-ab4d-26c17612ad11 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 1200px){#s-faa19faa-9be0-40b0-a820-0e57b1f665f9 {
  display: none;
}
#s-faa19faa-9be0-40b0-a820-0e57b1f665f9, #wrap-s-faa19faa-9be0-40b0-a820-0e57b1f665f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-faa19faa-9be0-40b0-a820-0e57b1f665f9 {
  display: none;
}
#s-faa19faa-9be0-40b0-a820-0e57b1f665f9, #wrap-s-faa19faa-9be0-40b0-a820-0e57b1f665f9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-faa19faa-9be0-40b0-a820-0e57b1f665f9 {
  display: none;
}
#s-faa19faa-9be0-40b0-a820-0e57b1f665f9, #wrap-s-faa19faa-9be0-40b0-a820-0e57b1f665f9 { display:none !important; }}
@media (max-width: 767px){#s-579f0af5-b53e-44f7-a05b-d2a3e9953b41 {
  display: none;
}
#s-579f0af5-b53e-44f7-a05b-d2a3e9953b41, #wrap-s-579f0af5-b53e-44f7-a05b-d2a3e9953b41 { display:none !important; }}
#s-38896c30-e3a5-4286-bf16-1e608488a447 {
  display: none;
}
#s-78abb274-55cb-44f9-b303-6403b60b6a87 {
  text-align: left;
}



.shg-c#s-78abb274-55cb-44f9-b303-6403b60b6a87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78abb274-55cb-44f9-b303-6403b60b6a87 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-78abb274-55cb-44f9-b303-6403b60b6a87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78abb274-55cb-44f9-b303-6403b60b6a87 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78abb274-55cb-44f9-b303-6403b60b6a87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78abb274-55cb-44f9-b303-6403b60b6a87 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78abb274-55cb-44f9-b303-6403b60b6a87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78abb274-55cb-44f9-b303-6403b60b6a87 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78abb274-55cb-44f9-b303-6403b60b6a87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78abb274-55cb-44f9-b303-6403b60b6a87 img.shogun-image {
  width: 100%;
}



}
#s-2cb7e161-9cec-46c0-bf0e-23e95b660619 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2cb7e161-9cec-46c0-bf0e-23e95b660619 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Hind;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
}

@media (min-width: 1200px){#s-262e49cd-7d50-40ab-9cca-2c896fae8979 {
  display: none;
}
#s-262e49cd-7d50-40ab-9cca-2c896fae8979, #wrap-s-262e49cd-7d50-40ab-9cca-2c896fae8979 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-262e49cd-7d50-40ab-9cca-2c896fae8979 {
  display: none;
}
#s-262e49cd-7d50-40ab-9cca-2c896fae8979, #wrap-s-262e49cd-7d50-40ab-9cca-2c896fae8979 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-262e49cd-7d50-40ab-9cca-2c896fae8979 {
  display: none;
}
#s-262e49cd-7d50-40ab-9cca-2c896fae8979, #wrap-s-262e49cd-7d50-40ab-9cca-2c896fae8979 { display:none !important; }}
#s-5e7814ef-35ed-4ae1-9a71-7bef95969693 {
  text-align: center;
}

#s-5e7814ef-35ed-4ae1-9a71-7bef95969693 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Hind;
  font-style:  normal ;
}

#s-5e7814ef-35ed-4ae1-9a71-7bef95969693 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Hind;
  font-style:  normal ;
  font-size: 18px;
}

#s-5e7814ef-35ed-4ae1-9a71-7bef95969693 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 1200px){#s-6d5518d9-7f25-4ffb-a19b-dc323373c39b {
  display: none;
}
#s-6d5518d9-7f25-4ffb-a19b-dc323373c39b, #wrap-s-6d5518d9-7f25-4ffb-a19b-dc323373c39b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d5518d9-7f25-4ffb-a19b-dc323373c39b {
  display: none;
}
#s-6d5518d9-7f25-4ffb-a19b-dc323373c39b, #wrap-s-6d5518d9-7f25-4ffb-a19b-dc323373c39b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6d5518d9-7f25-4ffb-a19b-dc323373c39b {
  display: none;
}
#s-6d5518d9-7f25-4ffb-a19b-dc323373c39b, #wrap-s-6d5518d9-7f25-4ffb-a19b-dc323373c39b { display:none !important; }}
@media (max-width: 767px){#s-15112d18-be47-4037-8a39-6ee70195a5e6 {
  display: none;
}
#s-15112d18-be47-4037-8a39-6ee70195a5e6, #wrap-s-15112d18-be47-4037-8a39-6ee70195a5e6 { display:none !important; }}
@media (max-width: 767px){#s-67e7c0f6-bbca-4a75-846e-4b568cfc0f81 {
  display: none;
}
#s-67e7c0f6-bbca-4a75-846e-4b568cfc0f81, #wrap-s-67e7c0f6-bbca-4a75-846e-4b568cfc0f81 { display:none !important; }}
@media (min-width: 1200px){#s-b0384087-fb90-439a-9e05-1fbeffcec4ee {
  display: none;
}
#s-b0384087-fb90-439a-9e05-1fbeffcec4ee, #wrap-s-b0384087-fb90-439a-9e05-1fbeffcec4ee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0384087-fb90-439a-9e05-1fbeffcec4ee {
  display: none;
}
#s-b0384087-fb90-439a-9e05-1fbeffcec4ee, #wrap-s-b0384087-fb90-439a-9e05-1fbeffcec4ee { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0384087-fb90-439a-9e05-1fbeffcec4ee {
  margin-left: 40px;
margin-right: 40px;
}
}@media (max-width: 767px){#s-b0384087-fb90-439a-9e05-1fbeffcec4ee {
  margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-b0384087-fb90-439a-9e05-1fbeffcec4ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0384087-fb90-439a-9e05-1fbeffcec4ee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b0384087-fb90-439a-9e05-1fbeffcec4ee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b0384087-fb90-439a-9e05-1fbeffcec4ee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b0384087-fb90-439a-9e05-1fbeffcec4ee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0384087-fb90-439a-9e05-1fbeffcec4ee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b0384087-fb90-439a-9e05-1fbeffcec4ee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-1f99db78-1b87-465d-9fc5-66796059a487 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 200px;
max-width: 1864px;
background-position: center center;
}
@media (max-width: 767px){#s-1f99db78-1b87-465d-9fc5-66796059a487 {
  display: none;
}
#s-1f99db78-1b87-465d-9fc5-66796059a487, #wrap-s-1f99db78-1b87-465d-9fc5-66796059a487 { display:none !important; }}







#s-1f99db78-1b87-465d-9fc5-66796059a487 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f99db78-1b87-465d-9fc5-66796059a487.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-8b065be2-4148-49dc-87f9-24ee2c8c56aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b065be2-4148-49dc-87f9-24ee2c8c56aa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8b065be2-4148-49dc-87f9-24ee2c8c56aa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8b065be2-4148-49dc-87f9-24ee2c8c56aa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8b065be2-4148-49dc-87f9-24ee2c8c56aa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b065be2-4148-49dc-87f9-24ee2c8c56aa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8b065be2-4148-49dc-87f9-24ee2c8c56aa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-00f7f88b-14fe-4f7a-9609-d7046accabfd {
  margin-top: 3%;
}
@media (max-width: 767px){#s-00f7f88b-14fe-4f7a-9609-d7046accabfd {
  display: none;
}
#s-00f7f88b-14fe-4f7a-9609-d7046accabfd, #wrap-s-00f7f88b-14fe-4f7a-9609-d7046accabfd { display:none !important; }}
@media (min-width: 1200px){#s-5d3388e7-acf7-4a81-915d-aafaf3f2a351 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d3388e7-acf7-4a81-915d-aafaf3f2a351 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d3388e7-acf7-4a81-915d-aafaf3f2a351 {
  display: none;
}
#s-5d3388e7-acf7-4a81-915d-aafaf3f2a351, #wrap-s-5d3388e7-acf7-4a81-915d-aafaf3f2a351 { display:none !important; }}@media (max-width: 767px){#s-5d3388e7-acf7-4a81-915d-aafaf3f2a351 {
  display: none;
}
#s-5d3388e7-acf7-4a81-915d-aafaf3f2a351, #wrap-s-5d3388e7-acf7-4a81-915d-aafaf3f2a351 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5d3388e7-acf7-4a81-915d-aafaf3f2a351"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5d3388e7-acf7-4a81-915d-aafaf3f2a351"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5d3388e7-acf7-4a81-915d-aafaf3f2a351"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5d3388e7-acf7-4a81-915d-aafaf3f2a351"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px){#s-7a2007e2-328e-4759-8615-6ff566df669f {
  display: none;
}
#s-7a2007e2-328e-4759-8615-6ff566df669f, #wrap-s-7a2007e2-328e-4759-8615-6ff566df669f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a2007e2-328e-4759-8615-6ff566df669f {
  display: none;
}
#s-7a2007e2-328e-4759-8615-6ff566df669f, #wrap-s-7a2007e2-328e-4759-8615-6ff566df669f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7a2007e2-328e-4759-8615-6ff566df669f {
  display: none;
}
#s-7a2007e2-328e-4759-8615-6ff566df669f, #wrap-s-7a2007e2-328e-4759-8615-6ff566df669f { display:none !important; }}
#s-23d4d433-730a-4b91-a9d5-b217212e2278 {
  display: none;
}
#s-758d35e3-1dd0-4075-b113-668c479be66a {
  text-align: left;
}



.shg-c#s-758d35e3-1dd0-4075-b113-668c479be66a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-758d35e3-1dd0-4075-b113-668c479be66a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-758d35e3-1dd0-4075-b113-668c479be66a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-758d35e3-1dd0-4075-b113-668c479be66a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-758d35e3-1dd0-4075-b113-668c479be66a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-758d35e3-1dd0-4075-b113-668c479be66a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-758d35e3-1dd0-4075-b113-668c479be66a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-758d35e3-1dd0-4075-b113-668c479be66a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-758d35e3-1dd0-4075-b113-668c479be66a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-758d35e3-1dd0-4075-b113-668c479be66a img.shogun-image {
  width: 100%;
}



}
#s-4abad0fe-6d88-4f50-930d-c5d2c4cb76cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4abad0fe-6d88-4f50-930d-c5d2c4cb76cd .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Hind;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

@media (max-width: 767px){#s-f1417b98-76e1-44c3-bfb3-d6469a960345 {
  display: none;
}
#s-f1417b98-76e1-44c3-bfb3-d6469a960345, #wrap-s-f1417b98-76e1-44c3-bfb3-d6469a960345 { display:none !important; }}
#s-110cd5b0-faa6-4ebf-8e51-2349ae3ab765 {
  text-align: center;
}

#s-110cd5b0-faa6-4ebf-8e51-2349ae3ab765 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Hind;
  font-style:  normal ;
}

#s-110cd5b0-faa6-4ebf-8e51-2349ae3ab765 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Hind;
  font-style:  normal ;
  font-size: 18px;
}

#s-110cd5b0-faa6-4ebf-8e51-2349ae3ab765 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 1200px){#s-8f0aad96-649f-4c5a-afe8-315ee3ae871b {
  display: none;
}
#s-8f0aad96-649f-4c5a-afe8-315ee3ae871b, #wrap-s-8f0aad96-649f-4c5a-afe8-315ee3ae871b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f0aad96-649f-4c5a-afe8-315ee3ae871b {
  display: none;
}
#s-8f0aad96-649f-4c5a-afe8-315ee3ae871b, #wrap-s-8f0aad96-649f-4c5a-afe8-315ee3ae871b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8f0aad96-649f-4c5a-afe8-315ee3ae871b {
  display: none;
}
#s-8f0aad96-649f-4c5a-afe8-315ee3ae871b, #wrap-s-8f0aad96-649f-4c5a-afe8-315ee3ae871b { display:none !important; }}
@media (max-width: 767px){#s-f376a63c-4f96-4777-ba28-fefc2ecf9776 {
  display: none;
}
#s-f376a63c-4f96-4777-ba28-fefc2ecf9776, #wrap-s-f376a63c-4f96-4777-ba28-fefc2ecf9776 { display:none !important; }}
#s-8d529d22-0e52-4654-af58-93e3481a2603 {
  display: none;
}
#s-e4968074-ff83-44fb-8aa2-e64a5457ed27 {
  text-align: left;
}



.shg-c#s-e4968074-ff83-44fb-8aa2-e64a5457ed27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4968074-ff83-44fb-8aa2-e64a5457ed27 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e4968074-ff83-44fb-8aa2-e64a5457ed27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4968074-ff83-44fb-8aa2-e64a5457ed27 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e4968074-ff83-44fb-8aa2-e64a5457ed27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4968074-ff83-44fb-8aa2-e64a5457ed27 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e4968074-ff83-44fb-8aa2-e64a5457ed27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4968074-ff83-44fb-8aa2-e64a5457ed27 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e4968074-ff83-44fb-8aa2-e64a5457ed27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4968074-ff83-44fb-8aa2-e64a5457ed27 img.shogun-image {
  width: 100%;
}



}
#s-ce18324e-75c2-442e-ae94-732b23db2739 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce18324e-75c2-442e-ae94-732b23db2739 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Hind;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
}

@media (max-width: 767px){#s-e3fc497e-37d5-4af0-904e-ae74337ce98b {
  display: none;
}
#s-e3fc497e-37d5-4af0-904e-ae74337ce98b, #wrap-s-e3fc497e-37d5-4af0-904e-ae74337ce98b { display:none !important; }}
#s-0e2f0552-e1a5-45ef-9618-819b60d48974 {
  text-align: center;
}

#s-0e2f0552-e1a5-45ef-9618-819b60d48974 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Hind;
  font-style:  normal ;
}

#s-0e2f0552-e1a5-45ef-9618-819b60d48974 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Hind;
  font-style:  normal ;
  font-size: 18px;
}

#s-0e2f0552-e1a5-45ef-9618-819b60d48974 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-a8f709c9-0486-43a6-bec8-ef68e608bee6 {
  display: none;
}
#s-a8f709c9-0486-43a6-bec8-ef68e608bee6, #wrap-s-a8f709c9-0486-43a6-bec8-ef68e608bee6 { display:none !important; }}
@media (min-width: 1200px){#s-0f07ac63-6410-4a4c-9bc4-713cd950a32a {
  display: none;
}
#s-0f07ac63-6410-4a4c-9bc4-713cd950a32a, #wrap-s-0f07ac63-6410-4a4c-9bc4-713cd950a32a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f07ac63-6410-4a4c-9bc4-713cd950a32a {
  display: none;
}
#s-0f07ac63-6410-4a4c-9bc4-713cd950a32a, #wrap-s-0f07ac63-6410-4a4c-9bc4-713cd950a32a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f07ac63-6410-4a4c-9bc4-713cd950a32a {
  display: none;
}
#s-0f07ac63-6410-4a4c-9bc4-713cd950a32a, #wrap-s-0f07ac63-6410-4a4c-9bc4-713cd950a32a { display:none !important; }}
@media (min-width: 1200px){#s-921c02a5-d409-4c5b-9d66-c49b10c2369a {
  display: none;
}
#s-921c02a5-d409-4c5b-9d66-c49b10c2369a, #wrap-s-921c02a5-d409-4c5b-9d66-c49b10c2369a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-921c02a5-d409-4c5b-9d66-c49b10c2369a {
  display: none;
}
#s-921c02a5-d409-4c5b-9d66-c49b10c2369a, #wrap-s-921c02a5-d409-4c5b-9d66-c49b10c2369a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-921c02a5-d409-4c5b-9d66-c49b10c2369a {
  display: none;
}
#s-921c02a5-d409-4c5b-9d66-c49b10c2369a, #wrap-s-921c02a5-d409-4c5b-9d66-c49b10c2369a { display:none !important; }}
@media (min-width: 1200px){#s-2fc5d9d2-d84a-4806-b1b7-dd3626c5a99a {
  display: none;
}
#s-2fc5d9d2-d84a-4806-b1b7-dd3626c5a99a, #wrap-s-2fc5d9d2-d84a-4806-b1b7-dd3626c5a99a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2fc5d9d2-d84a-4806-b1b7-dd3626c5a99a {
  display: none;
}
#s-2fc5d9d2-d84a-4806-b1b7-dd3626c5a99a, #wrap-s-2fc5d9d2-d84a-4806-b1b7-dd3626c5a99a { display:none !important; }}@media (max-width: 767px){#s-2fc5d9d2-d84a-4806-b1b7-dd3626c5a99a {
  display: none;
}
#s-2fc5d9d2-d84a-4806-b1b7-dd3626c5a99a, #wrap-s-2fc5d9d2-d84a-4806-b1b7-dd3626c5a99a { display:none !important; }}
@media (min-width: 0px) {
[id="s-2fc5d9d2-d84a-4806-b1b7-dd3626c5a99a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fc5d9d2-d84a-4806-b1b7-dd3626c5a99a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2fc5d9d2-d84a-4806-b1b7-dd3626c5a99a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fc5d9d2-d84a-4806-b1b7-dd3626c5a99a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7ac100d8-5ee7-473a-b98a-31a5cf31b8cb {
  text-align: center;
}







  #s-7ac100d8-5ee7-473a-b98a-31a5cf31b8cb img.shogun-image {
    

    
    
    
  }


#s-7ac100d8-5ee7-473a-b98a-31a5cf31b8cb .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-bc982417-f12d-4e82-abaf-479f653ed080 {
  display: none;
}
#s-bc982417-f12d-4e82-abaf-479f653ed080, #wrap-s-bc982417-f12d-4e82-abaf-479f653ed080 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc982417-f12d-4e82-abaf-479f653ed080 {
  display: none;
}
#s-bc982417-f12d-4e82-abaf-479f653ed080, #wrap-s-bc982417-f12d-4e82-abaf-479f653ed080 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc982417-f12d-4e82-abaf-479f653ed080 {
  display: none;
}
#s-bc982417-f12d-4e82-abaf-479f653ed080, #wrap-s-bc982417-f12d-4e82-abaf-479f653ed080 { display:none !important; }}
#s-94881dce-89d3-4eb6-90e4-c0de7ebe3e59 {
  text-align: center;
}
@media (min-width: 1200px){#s-94881dce-89d3-4eb6-90e4-c0de7ebe3e59 {
  margin-top: 0px;
margin-bottom: 0px;
}
}






  #s-94881dce-89d3-4eb6-90e4-c0de7ebe3e59 img.shogun-image {
    

    
    
    
  }


#s-94881dce-89d3-4eb6-90e4-c0de7ebe3e59 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-032a7959-fd0d-4f87-8873-3e2892cbf9b2 {
  display: none;
}
#s-032a7959-fd0d-4f87-8873-3e2892cbf9b2, #wrap-s-032a7959-fd0d-4f87-8873-3e2892cbf9b2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-032a7959-fd0d-4f87-8873-3e2892cbf9b2 {
  display: none;
}
#s-032a7959-fd0d-4f87-8873-3e2892cbf9b2, #wrap-s-032a7959-fd0d-4f87-8873-3e2892cbf9b2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-032a7959-fd0d-4f87-8873-3e2892cbf9b2 {
  display: none;
}
#s-032a7959-fd0d-4f87-8873-3e2892cbf9b2, #wrap-s-032a7959-fd0d-4f87-8873-3e2892cbf9b2 { display:none !important; }}
@media (min-width: 1200px){#s-57bae855-11df-4aea-bff6-bc0ca07b4cf5 {
  display: none;
}
#s-57bae855-11df-4aea-bff6-bc0ca07b4cf5, #wrap-s-57bae855-11df-4aea-bff6-bc0ca07b4cf5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57bae855-11df-4aea-bff6-bc0ca07b4cf5 {
  display: none;
}
#s-57bae855-11df-4aea-bff6-bc0ca07b4cf5, #wrap-s-57bae855-11df-4aea-bff6-bc0ca07b4cf5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57bae855-11df-4aea-bff6-bc0ca07b4cf5 {
  display: none;
}
#s-57bae855-11df-4aea-bff6-bc0ca07b4cf5, #wrap-s-57bae855-11df-4aea-bff6-bc0ca07b4cf5 { display:none !important; }}
@media (min-width: 1200px){#s-521b8693-9f80-4b72-ab71-d34ac527d114 {
  display: none;
}
#s-521b8693-9f80-4b72-ab71-d34ac527d114, #wrap-s-521b8693-9f80-4b72-ab71-d34ac527d114 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-521b8693-9f80-4b72-ab71-d34ac527d114 {
  display: none;
}
#s-521b8693-9f80-4b72-ab71-d34ac527d114, #wrap-s-521b8693-9f80-4b72-ab71-d34ac527d114 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-521b8693-9f80-4b72-ab71-d34ac527d114 {
  display: none;
}
#s-521b8693-9f80-4b72-ab71-d34ac527d114, #wrap-s-521b8693-9f80-4b72-ab71-d34ac527d114 { display:none !important; }}
@media (min-width: 0px) {
[id="s-cf03093d-47b6-4e04-b577-f107c999c703"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf03093d-47b6-4e04-b577-f107c999c703"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cf03093d-47b6-4e04-b577-f107c999c703"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf03093d-47b6-4e04-b577-f107c999c703"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7d31cf66-efd3-4701-98a7-9d2e39916575 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}







  #s-7d31cf66-efd3-4701-98a7-9d2e39916575 img.shogun-image {
    

    
    
    
  }


#s-7d31cf66-efd3-4701-98a7-9d2e39916575 .shogun-image-content {
  
    align-items: 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-3391fb77-dd66-44d5-9208-d86a9b6755ee {
  min-height: 50px;
}








#s-3391fb77-dd66-44d5-9208-d86a9b6755ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3391fb77-dd66-44d5-9208-d86a9b6755ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a644a63e-8695-493d-9aa5-2ab8d635a119 {
  min-height: 50px;
}








#s-a644a63e-8695-493d-9aa5-2ab8d635a119 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a644a63e-8695-493d-9aa5-2ab8d635a119.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa64105e-7384-4eda-a863-68ea2b58a28d {
  text-align: center;
}
@media (max-width: 767px){#s-aa64105e-7384-4eda-a863-68ea2b58a28d {
  
}
}






  #s-aa64105e-7384-4eda-a863-68ea2b58a28d img.shogun-image {
    

    
    
    
  }


#s-aa64105e-7384-4eda-a863-68ea2b58a28d .shogun-image-content {
  
    align-items: center;
  
}

#s-7ff0133e-a40f-4bba-be5f-18664625b535 {
  text-align: center;
}







  #s-7ff0133e-a40f-4bba-be5f-18664625b535 img.shogun-image {
    

    
    
    
  }


#s-7ff0133e-a40f-4bba-be5f-18664625b535 .shogun-image-content {
  
    align-items: center;
  
}

#s-8978312e-2495-411e-a293-a263c7d5f136 {
  min-height: 50px;
}








#s-8978312e-2495-411e-a293-a263c7d5f136 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8978312e-2495-411e-a293-a263c7d5f136.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c829a51-f355-4faf-b8d3-9ecc2803d180 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c829a51-f355-4faf-b8d3-9ecc2803d180 {
  margin-top: 0px;
margin-bottom: 15px;
}
}@media (max-width: 767px){#s-6c829a51-f355-4faf-b8d3-9ecc2803d180 {
  margin-bottom: 15px;
}
}
#s-6c829a51-f355-4faf-b8d3-9ecc2803d180 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Fira Sans";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 1px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-45dee5c7-c0c8-4cf9-b95e-abdb3cf735db"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-45dee5c7-c0c8-4cf9-b95e-abdb3cf735db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-45dee5c7-c0c8-4cf9-b95e-abdb3cf735db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-45dee5c7-c0c8-4cf9-b95e-abdb3cf735db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9d5f4f44-f6d3-4486-9131-80b017e42b1e {
  display: none;
}
#s-09bc3714-8728-47d3-a8a0-8781a7a00c1d {
  text-align: center;
}







  #s-09bc3714-8728-47d3-a8a0-8781a7a00c1d img.shogun-image {
    

    
    
    
  }


#s-09bc3714-8728-47d3-a8a0-8781a7a00c1d .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-dd0932db-0e38-4941-a61d-5e40eceaba7c {
  display: none;
}
#s-dd0932db-0e38-4941-a61d-5e40eceaba7c, #wrap-s-dd0932db-0e38-4941-a61d-5e40eceaba7c { display:none !important; }}
@media (min-width: 1200px){#s-0631ae9b-7e36-499f-aea0-dedcdf2488ea {
  display: none;
}
#s-0631ae9b-7e36-499f-aea0-dedcdf2488ea, #wrap-s-0631ae9b-7e36-499f-aea0-dedcdf2488ea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0631ae9b-7e36-499f-aea0-dedcdf2488ea {
  display: none;
}
#s-0631ae9b-7e36-499f-aea0-dedcdf2488ea, #wrap-s-0631ae9b-7e36-499f-aea0-dedcdf2488ea { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0631ae9b-7e36-499f-aea0-dedcdf2488ea {
  display: none;
}
#s-0631ae9b-7e36-499f-aea0-dedcdf2488ea, #wrap-s-0631ae9b-7e36-499f-aea0-dedcdf2488ea { display:none !important; }}
#s-2d4aaf61-14fe-4bec-af82-ee4dd98e09ef {
  padding-top: 2px;
text-align: center;
}

#s-2d4aaf61-14fe-4bec-af82-ee4dd98e09ef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
}

#s-2d4aaf61-14fe-4bec-af82-ee4dd98e09ef .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
  font-size: 14px;
}

#s-2d4aaf61-14fe-4bec-af82-ee4dd98e09ef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 1200px){#s-f3b526c9-ea48-4c0d-a36f-d4059053e707 {
  display: none;
}
#s-f3b526c9-ea48-4c0d-a36f-d4059053e707, #wrap-s-f3b526c9-ea48-4c0d-a36f-d4059053e707 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3b526c9-ea48-4c0d-a36f-d4059053e707 {
  display: none;
}
#s-f3b526c9-ea48-4c0d-a36f-d4059053e707, #wrap-s-f3b526c9-ea48-4c0d-a36f-d4059053e707 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f3b526c9-ea48-4c0d-a36f-d4059053e707 {
  display: none;
}
#s-f3b526c9-ea48-4c0d-a36f-d4059053e707, #wrap-s-f3b526c9-ea48-4c0d-a36f-d4059053e707 { display:none !important; }}
@media (max-width: 767px){#s-903f6bef-70df-460c-8abf-563d8a5801e4 {
  display: none;
}
#s-903f6bef-70df-460c-8abf-563d8a5801e4, #wrap-s-903f6bef-70df-460c-8abf-563d8a5801e4 { display:none !important; }}
#s-4810e240-fb7b-40eb-a2a0-5caae1131d51 {
  display: none;
}
#s-647a5e71-d8fc-45ea-9882-bc6854982222 {
  text-align: center;
}







  #s-647a5e71-d8fc-45ea-9882-bc6854982222 img.shogun-image {
    

    
    
    
  }


#s-647a5e71-d8fc-45ea-9882-bc6854982222 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-ebf056cc-1c4e-4886-841f-e0c384dd5505 {
  display: none;
}
#s-ebf056cc-1c4e-4886-841f-e0c384dd5505, #wrap-s-ebf056cc-1c4e-4886-841f-e0c384dd5505 { display:none !important; }}
@media (min-width: 1200px){#s-80df1689-48d8-464a-ba99-33c06c72c3e7 {
  display: none;
}
#s-80df1689-48d8-464a-ba99-33c06c72c3e7, #wrap-s-80df1689-48d8-464a-ba99-33c06c72c3e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80df1689-48d8-464a-ba99-33c06c72c3e7 {
  display: none;
}
#s-80df1689-48d8-464a-ba99-33c06c72c3e7, #wrap-s-80df1689-48d8-464a-ba99-33c06c72c3e7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-80df1689-48d8-464a-ba99-33c06c72c3e7 {
  display: none;
}
#s-80df1689-48d8-464a-ba99-33c06c72c3e7, #wrap-s-80df1689-48d8-464a-ba99-33c06c72c3e7 { display:none !important; }}
#s-a9cc13f1-933f-4deb-8502-95c1f05ec54a {
  padding-top: 2px;
text-align: center;
}

#s-a9cc13f1-933f-4deb-8502-95c1f05ec54a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
}

#s-a9cc13f1-933f-4deb-8502-95c1f05ec54a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
  font-size: 14px;
}

#s-a9cc13f1-933f-4deb-8502-95c1f05ec54a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 1200px){#s-c13d7f00-5551-48df-b111-81a55150ba01 {
  display: none;
}
#s-c13d7f00-5551-48df-b111-81a55150ba01, #wrap-s-c13d7f00-5551-48df-b111-81a55150ba01 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c13d7f00-5551-48df-b111-81a55150ba01 {
  display: none;
}
#s-c13d7f00-5551-48df-b111-81a55150ba01, #wrap-s-c13d7f00-5551-48df-b111-81a55150ba01 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c13d7f00-5551-48df-b111-81a55150ba01 {
  display: none;
}
#s-c13d7f00-5551-48df-b111-81a55150ba01, #wrap-s-c13d7f00-5551-48df-b111-81a55150ba01 { display:none !important; }}
@media (max-width: 767px){#s-30035f69-3d2c-4b85-b2ae-0319671ac8c9 {
  display: none;
}
#s-30035f69-3d2c-4b85-b2ae-0319671ac8c9, #wrap-s-30035f69-3d2c-4b85-b2ae-0319671ac8c9 { display:none !important; }}
#s-fb276306-13cf-48fa-a33b-f2f5ff1eb65e {
  display: none;
}
#s-e9fd7520-939b-4caa-95ad-3f3620da8e67 {
  text-align: center;
}







  #s-e9fd7520-939b-4caa-95ad-3f3620da8e67 img.shogun-image {
    

    
    
    
  }


#s-e9fd7520-939b-4caa-95ad-3f3620da8e67 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-c842aa96-284c-4e42-a9c1-74b18ee30260 {
  display: none;
}
#s-c842aa96-284c-4e42-a9c1-74b18ee30260, #wrap-s-c842aa96-284c-4e42-a9c1-74b18ee30260 { display:none !important; }}
@media (min-width: 1200px){#s-9c64fee3-c7c4-4745-96fc-30028142d5c0 {
  display: none;
}
#s-9c64fee3-c7c4-4745-96fc-30028142d5c0, #wrap-s-9c64fee3-c7c4-4745-96fc-30028142d5c0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c64fee3-c7c4-4745-96fc-30028142d5c0 {
  display: none;
}
#s-9c64fee3-c7c4-4745-96fc-30028142d5c0, #wrap-s-9c64fee3-c7c4-4745-96fc-30028142d5c0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9c64fee3-c7c4-4745-96fc-30028142d5c0 {
  display: none;
}
#s-9c64fee3-c7c4-4745-96fc-30028142d5c0, #wrap-s-9c64fee3-c7c4-4745-96fc-30028142d5c0 { display:none !important; }}
#s-2ff520af-6212-4286-966e-ab3dc16b5fb6 {
  padding-top: 2px;
text-align: center;
}

#s-2ff520af-6212-4286-966e-ab3dc16b5fb6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
}

#s-2ff520af-6212-4286-966e-ab3dc16b5fb6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
  font-size: 14px;
}

#s-2ff520af-6212-4286-966e-ab3dc16b5fb6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 1200px){#s-9508bfb5-7dd2-4328-b1d9-c87330a4a872 {
  display: none;
}
#s-9508bfb5-7dd2-4328-b1d9-c87330a4a872, #wrap-s-9508bfb5-7dd2-4328-b1d9-c87330a4a872 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9508bfb5-7dd2-4328-b1d9-c87330a4a872 {
  display: none;
}
#s-9508bfb5-7dd2-4328-b1d9-c87330a4a872, #wrap-s-9508bfb5-7dd2-4328-b1d9-c87330a4a872 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9508bfb5-7dd2-4328-b1d9-c87330a4a872 {
  display: none;
}
#s-9508bfb5-7dd2-4328-b1d9-c87330a4a872, #wrap-s-9508bfb5-7dd2-4328-b1d9-c87330a4a872 { display:none !important; }}
@media (max-width: 767px){#s-7da438a7-d3c3-4fd6-878a-b1582ed5bb5c {
  display: none;
}
#s-7da438a7-d3c3-4fd6-878a-b1582ed5bb5c, #wrap-s-7da438a7-d3c3-4fd6-878a-b1582ed5bb5c { display:none !important; }}
#s-c62f05d2-9ea1-42f3-9503-06c8e1c3b105 {
  display: none;
}
#s-b2275d9a-fd37-4bb5-a8a3-c469fc576285 {
  text-align: center;
}







  #s-b2275d9a-fd37-4bb5-a8a3-c469fc576285 img.shogun-image {
    

    
    
    
  }


#s-b2275d9a-fd37-4bb5-a8a3-c469fc576285 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-3cec3fbd-ee27-4d6a-91a1-447f2531f6c1 {
  display: none;
}
#s-3cec3fbd-ee27-4d6a-91a1-447f2531f6c1, #wrap-s-3cec3fbd-ee27-4d6a-91a1-447f2531f6c1 { display:none !important; }}
@media (min-width: 1200px){#s-0e38c5fa-12d0-4b2d-85dd-8b9465a1d401 {
  display: none;
}
#s-0e38c5fa-12d0-4b2d-85dd-8b9465a1d401, #wrap-s-0e38c5fa-12d0-4b2d-85dd-8b9465a1d401 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e38c5fa-12d0-4b2d-85dd-8b9465a1d401 {
  display: none;
}
#s-0e38c5fa-12d0-4b2d-85dd-8b9465a1d401, #wrap-s-0e38c5fa-12d0-4b2d-85dd-8b9465a1d401 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e38c5fa-12d0-4b2d-85dd-8b9465a1d401 {
  display: none;
}
#s-0e38c5fa-12d0-4b2d-85dd-8b9465a1d401, #wrap-s-0e38c5fa-12d0-4b2d-85dd-8b9465a1d401 { display:none !important; }}
#s-d5261501-87b3-4645-b727-15c03ca7cb48 {
  padding-top: 2px;
text-align: center;
}

#s-d5261501-87b3-4645-b727-15c03ca7cb48 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
}

#s-d5261501-87b3-4645-b727-15c03ca7cb48 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
  font-size: 14px;
}

#s-d5261501-87b3-4645-b727-15c03ca7cb48 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 1200px){#s-8b503f50-66aa-42ef-a8cc-64b16ebec868 {
  display: none;
}
#s-8b503f50-66aa-42ef-a8cc-64b16ebec868, #wrap-s-8b503f50-66aa-42ef-a8cc-64b16ebec868 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b503f50-66aa-42ef-a8cc-64b16ebec868 {
  display: none;
}
#s-8b503f50-66aa-42ef-a8cc-64b16ebec868, #wrap-s-8b503f50-66aa-42ef-a8cc-64b16ebec868 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8b503f50-66aa-42ef-a8cc-64b16ebec868 {
  display: none;
}
#s-8b503f50-66aa-42ef-a8cc-64b16ebec868, #wrap-s-8b503f50-66aa-42ef-a8cc-64b16ebec868 { display:none !important; }}
@media (max-width: 767px){#s-7b3b859b-8cc0-469c-bd4e-ebb6d00ffe79 {
  display: none;
}
#s-7b3b859b-8cc0-469c-bd4e-ebb6d00ffe79, #wrap-s-7b3b859b-8cc0-469c-bd4e-ebb6d00ffe79 { display:none !important; }}
#s-42b34506-d40d-47f8-9623-97ed9f9a807e {
  min-height: 50px;
}








#s-42b34506-d40d-47f8-9623-97ed9f9a807e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42b34506-d40d-47f8-9623-97ed9f9a807e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61810388-926d-42b9-8051-d2a1bb1b0f8a {
  min-height: 50px;
}








#s-61810388-926d-42b9-8051-d2a1bb1b0f8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61810388-926d-42b9-8051-d2a1bb1b0f8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3c958d5-b0bf-48e8-88c4-e135e6666914 {
  text-align: center;
}







  #s-d3c958d5-b0bf-48e8-88c4-e135e6666914 img.shogun-image {
    

    
    
    
  }


#s-d3c958d5-b0bf-48e8-88c4-e135e6666914 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c19c8fc-e8d2-4671-a032-5d26bb72dd9f {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8c19c8fc-e8d2-4671-a032-5d26bb72dd9f {
  margin-top: 0px;
margin-bottom: 0px;
}
}






  #s-8c19c8fc-e8d2-4671-a032-5d26bb72dd9f img.shogun-image {
    

    
    
    
  }


#s-8c19c8fc-e8d2-4671-a032-5d26bb72dd9f .shogun-image-content {
  
    align-items: center;
  
}

#s-56d5999a-a2d8-4b0d-8585-95bcaa0fccd5 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-56d5999a-a2d8-4b0d-8585-95bcaa0fccd5 {
  margin-top: 0px;
margin-bottom: 15px;
}
}@media (max-width: 767px){#s-56d5999a-a2d8-4b0d-8585-95bcaa0fccd5 {
  margin-bottom: 15px;
}
}
#s-56d5999a-a2d8-4b0d-8585-95bcaa0fccd5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Fira Sans";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 1px;
  text-align: center;
}



@media (min-width: 1200px){#s-e4dd9f30-5992-4a96-8784-d5359fbb83a7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e4dd9f30-5992-4a96-8784-d5359fbb83a7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e4dd9f30-5992-4a96-8784-d5359fbb83a7 {
  display: none;
}
#s-e4dd9f30-5992-4a96-8784-d5359fbb83a7, #wrap-s-e4dd9f30-5992-4a96-8784-d5359fbb83a7 { display:none !important; }}@media (max-width: 767px){#s-e4dd9f30-5992-4a96-8784-d5359fbb83a7 {
  display: none;
}
#s-e4dd9f30-5992-4a96-8784-d5359fbb83a7, #wrap-s-e4dd9f30-5992-4a96-8784-d5359fbb83a7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e4dd9f30-5992-4a96-8784-d5359fbb83a7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-e4dd9f30-5992-4a96-8784-d5359fbb83a7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 75.0px);
}

[id="s-e4dd9f30-5992-4a96-8784-d5359fbb83a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 75.0px);
}

}

@media (min-width: 992px) {
[id="s-e4dd9f30-5992-4a96-8784-d5359fbb83a7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 75.0px);
}

[id="s-e4dd9f30-5992-4a96-8784-d5359fbb83a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 75.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4dd9f30-5992-4a96-8784-d5359fbb83a7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 75.0px);
}

[id="s-e4dd9f30-5992-4a96-8784-d5359fbb83a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 75.0px);
}

}

@media (min-width: 1200px){#s-e544abe7-1d95-4295-bc7d-6758187891de {
  display: none;
}
#s-e544abe7-1d95-4295-bc7d-6758187891de, #wrap-s-e544abe7-1d95-4295-bc7d-6758187891de { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e544abe7-1d95-4295-bc7d-6758187891de {
  display: none;
}
#s-e544abe7-1d95-4295-bc7d-6758187891de, #wrap-s-e544abe7-1d95-4295-bc7d-6758187891de { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e544abe7-1d95-4295-bc7d-6758187891de {
  display: none;
}
#s-e544abe7-1d95-4295-bc7d-6758187891de, #wrap-s-e544abe7-1d95-4295-bc7d-6758187891de { display:none !important; }}
@media (min-width: 1200px){#s-30be44b5-d43d-4221-8db9-a5cafa389424 {
  display: none;
}
#s-30be44b5-d43d-4221-8db9-a5cafa389424, #wrap-s-30be44b5-d43d-4221-8db9-a5cafa389424 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30be44b5-d43d-4221-8db9-a5cafa389424 {
  display: none;
}
#s-30be44b5-d43d-4221-8db9-a5cafa389424, #wrap-s-30be44b5-d43d-4221-8db9-a5cafa389424 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-30be44b5-d43d-4221-8db9-a5cafa389424 {
  display: none;
}
#s-30be44b5-d43d-4221-8db9-a5cafa389424, #wrap-s-30be44b5-d43d-4221-8db9-a5cafa389424 { display:none !important; }}
#s-86189ddb-3066-4b2a-91d8-cee802ade6e4 {
  display: none;
}
#s-7cf8672e-70ae-4152-aff1-2f87a2e4b2da {
  text-align: center;
}







  #s-7cf8672e-70ae-4152-aff1-2f87a2e4b2da img.shogun-image {
    

    
    
    
  }


#s-7cf8672e-70ae-4152-aff1-2f87a2e4b2da .shogun-image-content {
  
    align-items: center;
  
}

#s-328e896c-8fc2-4aba-830d-3be632f36313 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-328e896c-8fc2-4aba-830d-3be632f36313 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Hind;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
}

@media (max-width: 767px){#s-c2f158c2-303c-48cb-9929-52e2e4d944ea {
  display: none;
}
#s-c2f158c2-303c-48cb-9929-52e2e4d944ea, #wrap-s-c2f158c2-303c-48cb-9929-52e2e4d944ea { display:none !important; }}
#s-deb6260f-6a1e-4de2-a973-e98ba1237d92 {
  text-align: center;
}

#s-deb6260f-6a1e-4de2-a973-e98ba1237d92 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
}

#s-deb6260f-6a1e-4de2-a973-e98ba1237d92 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
  font-size: 18px;
}

#s-deb6260f-6a1e-4de2-a973-e98ba1237d92 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c4305613-fa88-40ac-b14e-b55d1db9d231 {
  text-align: left;
}



.shg-c#s-c4305613-fa88-40ac-b14e-b55d1db9d231 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4305613-fa88-40ac-b14e-b55d1db9d231 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c4305613-fa88-40ac-b14e-b55d1db9d231 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4305613-fa88-40ac-b14e-b55d1db9d231 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c4305613-fa88-40ac-b14e-b55d1db9d231 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4305613-fa88-40ac-b14e-b55d1db9d231 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c4305613-fa88-40ac-b14e-b55d1db9d231 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4305613-fa88-40ac-b14e-b55d1db9d231 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c4305613-fa88-40ac-b14e-b55d1db9d231 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4305613-fa88-40ac-b14e-b55d1db9d231 img.shogun-image {
  width: 100%;
}



}
#s-66de6c10-1aa5-4fe4-897c-f3c63adf018c {
  display: none;
}
#s-40e9432d-b2e8-432a-9f20-11bd96b5affb {
  text-align: center;
}







  #s-40e9432d-b2e8-432a-9f20-11bd96b5affb img.shogun-image {
    

    
    
    
  }


#s-40e9432d-b2e8-432a-9f20-11bd96b5affb .shogun-image-content {
  
    align-items: center;
  
}

#s-62b9dd76-e36a-4f12-a49f-0c3897e13d2e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62b9dd76-e36a-4f12-a49f-0c3897e13d2e .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Hind;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
}

@media (max-width: 767px){#s-d07ae669-cf9c-4a9a-9c25-2a144e1eef17 {
  display: none;
}
#s-d07ae669-cf9c-4a9a-9c25-2a144e1eef17, #wrap-s-d07ae669-cf9c-4a9a-9c25-2a144e1eef17 { display:none !important; }}
#s-524bdc26-30ea-4dac-aaf9-19f178b0daa9 {
  text-align: center;
}

#s-524bdc26-30ea-4dac-aaf9-19f178b0daa9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
}

#s-524bdc26-30ea-4dac-aaf9-19f178b0daa9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
  font-size: 18px;
}

#s-524bdc26-30ea-4dac-aaf9-19f178b0daa9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 1200px){#s-30c55f4f-a398-4a8d-b99a-9ca66395d7ae {
  display: none;
}
#s-30c55f4f-a398-4a8d-b99a-9ca66395d7ae, #wrap-s-30c55f4f-a398-4a8d-b99a-9ca66395d7ae { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30c55f4f-a398-4a8d-b99a-9ca66395d7ae {
  display: none;
}
#s-30c55f4f-a398-4a8d-b99a-9ca66395d7ae, #wrap-s-30c55f4f-a398-4a8d-b99a-9ca66395d7ae { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-30c55f4f-a398-4a8d-b99a-9ca66395d7ae {
  display: none;
}
#s-30c55f4f-a398-4a8d-b99a-9ca66395d7ae, #wrap-s-30c55f4f-a398-4a8d-b99a-9ca66395d7ae { display:none !important; }}
@media (min-width: 1200px){#s-23809340-e175-425b-8429-da513b67c141 {
  display: none;
}
#s-23809340-e175-425b-8429-da513b67c141, #wrap-s-23809340-e175-425b-8429-da513b67c141 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23809340-e175-425b-8429-da513b67c141 {
  display: none;
}
#s-23809340-e175-425b-8429-da513b67c141, #wrap-s-23809340-e175-425b-8429-da513b67c141 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-23809340-e175-425b-8429-da513b67c141 {
  display: none;
}
#s-23809340-e175-425b-8429-da513b67c141, #wrap-s-23809340-e175-425b-8429-da513b67c141 { display:none !important; }}
@media (min-width: 1200px){#s-a4281bdf-6953-4e09-a999-9cd4a5efa7d2 {
  display: none;
}
#s-a4281bdf-6953-4e09-a999-9cd4a5efa7d2, #wrap-s-a4281bdf-6953-4e09-a999-9cd4a5efa7d2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a4281bdf-6953-4e09-a999-9cd4a5efa7d2 {
  display: none;
}
#s-a4281bdf-6953-4e09-a999-9cd4a5efa7d2, #wrap-s-a4281bdf-6953-4e09-a999-9cd4a5efa7d2 { display:none !important; }}@media (max-width: 767px){#s-a4281bdf-6953-4e09-a999-9cd4a5efa7d2 {
  display: none;
}
#s-a4281bdf-6953-4e09-a999-9cd4a5efa7d2, #wrap-s-a4281bdf-6953-4e09-a999-9cd4a5efa7d2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a4281bdf-6953-4e09-a999-9cd4a5efa7d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4281bdf-6953-4e09-a999-9cd4a5efa7d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a4281bdf-6953-4e09-a999-9cd4a5efa7d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4281bdf-6953-4e09-a999-9cd4a5efa7d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ab6569f8-ea4c-448c-9cda-35a5da909163 {
  text-align: center;
}







  #s-ab6569f8-ea4c-448c-9cda-35a5da909163 img.shogun-image {
    

    
    
    
  }


#s-ab6569f8-ea4c-448c-9cda-35a5da909163 .shogun-image-content {
  
    align-items: center;
  
}

#s-3193958f-11e6-406f-ac4a-530bc8635114 {
  text-align: center;
}







  #s-3193958f-11e6-406f-ac4a-530bc8635114 img.shogun-image {
    

    
    
    
  }


#s-3193958f-11e6-406f-ac4a-530bc8635114 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-2e37bb9f-a765-44be-857b-33537d5ac0fe {
  display: none;
}
#s-2e37bb9f-a765-44be-857b-33537d5ac0fe, #wrap-s-2e37bb9f-a765-44be-857b-33537d5ac0fe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e37bb9f-a765-44be-857b-33537d5ac0fe {
  display: none;
}
#s-2e37bb9f-a765-44be-857b-33537d5ac0fe, #wrap-s-2e37bb9f-a765-44be-857b-33537d5ac0fe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e37bb9f-a765-44be-857b-33537d5ac0fe {
  display: none;
}
#s-2e37bb9f-a765-44be-857b-33537d5ac0fe, #wrap-s-2e37bb9f-a765-44be-857b-33537d5ac0fe { display:none !important; }}
#s-58e33fe8-a32f-4adb-8bce-d6c35c867a7c {
  text-align: center;
}







  #s-58e33fe8-a32f-4adb-8bce-d6c35c867a7c img.shogun-image {
    

    
    
    
  }


#s-58e33fe8-a32f-4adb-8bce-d6c35c867a7c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-98fd102a-7524-4d42-9ea1-6ff806352102 {
  display: none;
}
#s-98fd102a-7524-4d42-9ea1-6ff806352102, #wrap-s-98fd102a-7524-4d42-9ea1-6ff806352102 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98fd102a-7524-4d42-9ea1-6ff806352102 {
  display: none;
}
#s-98fd102a-7524-4d42-9ea1-6ff806352102, #wrap-s-98fd102a-7524-4d42-9ea1-6ff806352102 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-98fd102a-7524-4d42-9ea1-6ff806352102 {
  display: none;
}
#s-98fd102a-7524-4d42-9ea1-6ff806352102, #wrap-s-98fd102a-7524-4d42-9ea1-6ff806352102 { display:none !important; }}
#s-6e70f168-fed3-4c14-9fd2-d8f94c044440 {
  text-align: center;
}
@media (min-width: 1200px){#s-6e70f168-fed3-4c14-9fd2-d8f94c044440 {
  margin-top: 0px;
margin-bottom: 0px;
}
}






  #s-6e70f168-fed3-4c14-9fd2-d8f94c044440 img.shogun-image {
    

    
    
    
  }


#s-6e70f168-fed3-4c14-9fd2-d8f94c044440 .shogun-image-content {
  
    align-items: center;
  
}

#s-71c49372-9f9a-4f31-bc88-6b932d3ccac8 {
  text-align: center;
}
@media (min-width: 1200px){#s-71c49372-9f9a-4f31-bc88-6b932d3ccac8 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-71c49372-9f9a-4f31-bc88-6b932d3ccac8 {
  display: none;
}
#s-71c49372-9f9a-4f31-bc88-6b932d3ccac8, #wrap-s-71c49372-9f9a-4f31-bc88-6b932d3ccac8 { display:none !important; }}






  #s-71c49372-9f9a-4f31-bc88-6b932d3ccac8 img.shogun-image {
    

    
    
    
  }


#s-71c49372-9f9a-4f31-bc88-6b932d3ccac8 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e1dc7de-a152-4f7e-b671-0c896a516a7d {
  text-align: center;
}
@media (min-width: 1200px){#s-3e1dc7de-a152-4f7e-b671-0c896a516a7d {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-3e1dc7de-a152-4f7e-b671-0c896a516a7d {
  display: none;
}
#s-3e1dc7de-a152-4f7e-b671-0c896a516a7d, #wrap-s-3e1dc7de-a152-4f7e-b671-0c896a516a7d { display:none !important; }}






  #s-3e1dc7de-a152-4f7e-b671-0c896a516a7d img.shogun-image {
    

    
    
    
  }


#s-3e1dc7de-a152-4f7e-b671-0c896a516a7d .shogun-image-content {
  
    align-items: center;
  
}

#s-711e3bc7-9696-4b4f-8730-52e2010bd9fe {
  text-align: center;
}







  #s-711e3bc7-9696-4b4f-8730-52e2010bd9fe img.shogun-image {
    

    
    
    
  }


#s-711e3bc7-9696-4b4f-8730-52e2010bd9fe .shogun-image-content {
  
    align-items: center;
  
}

#s-ede617ea-3154-4a57-9d50-08ff470a46cc {
  margin-top: 12px;
margin-bottom: 12px;
text-align: center;
}







  #s-ede617ea-3154-4a57-9d50-08ff470a46cc img.shogun-image {
    

    
    
    
  }


#s-ede617ea-3154-4a57-9d50-08ff470a46cc .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-10f0918e-66d5-4e7a-8c56-ecdd43094939 {
  display: none;
}
#s-10f0918e-66d5-4e7a-8c56-ecdd43094939, #wrap-s-10f0918e-66d5-4e7a-8c56-ecdd43094939 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10f0918e-66d5-4e7a-8c56-ecdd43094939 {
  display: none;
}
#s-10f0918e-66d5-4e7a-8c56-ecdd43094939, #wrap-s-10f0918e-66d5-4e7a-8c56-ecdd43094939 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-10f0918e-66d5-4e7a-8c56-ecdd43094939 {
  display: none;
}
#s-10f0918e-66d5-4e7a-8c56-ecdd43094939, #wrap-s-10f0918e-66d5-4e7a-8c56-ecdd43094939 { display:none !important; }}
#s-0d0ffe15-5550-45ea-b99f-873c282a4d7a {
  text-align: center;
}
@media (min-width: 1200px){#s-0d0ffe15-5550-45ea-b99f-873c282a4d7a {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-0d0ffe15-5550-45ea-b99f-873c282a4d7a {
  display: none;
}
#s-0d0ffe15-5550-45ea-b99f-873c282a4d7a, #wrap-s-0d0ffe15-5550-45ea-b99f-873c282a4d7a { display:none !important; }}






  #s-0d0ffe15-5550-45ea-b99f-873c282a4d7a img.shogun-image {
    

    
    
    
  }


#s-0d0ffe15-5550-45ea-b99f-873c282a4d7a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-b81fe2fe-cb67-4766-88c0-bde29b1bff89 {
  display: none;
}
#s-b81fe2fe-cb67-4766-88c0-bde29b1bff89, #wrap-s-b81fe2fe-cb67-4766-88c0-bde29b1bff89 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b81fe2fe-cb67-4766-88c0-bde29b1bff89 {
  display: none;
}
#s-b81fe2fe-cb67-4766-88c0-bde29b1bff89, #wrap-s-b81fe2fe-cb67-4766-88c0-bde29b1bff89 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b81fe2fe-cb67-4766-88c0-bde29b1bff89 {
  display: none;
}
#s-b81fe2fe-cb67-4766-88c0-bde29b1bff89, #wrap-s-b81fe2fe-cb67-4766-88c0-bde29b1bff89 { display:none !important; }}
@media (min-width: 1200px){#s-73a33646-d85c-4d99-a71e-c0d6a152748c {
  display: none;
}
#s-73a33646-d85c-4d99-a71e-c0d6a152748c, #wrap-s-73a33646-d85c-4d99-a71e-c0d6a152748c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-73a33646-d85c-4d99-a71e-c0d6a152748c {
  display: none;
}
#s-73a33646-d85c-4d99-a71e-c0d6a152748c, #wrap-s-73a33646-d85c-4d99-a71e-c0d6a152748c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-73a33646-d85c-4d99-a71e-c0d6a152748c {
  display: none;
}
#s-73a33646-d85c-4d99-a71e-c0d6a152748c, #wrap-s-73a33646-d85c-4d99-a71e-c0d6a152748c { display:none !important; }}
@media (min-width: 0px) {
[id="s-73a33646-d85c-4d99-a71e-c0d6a152748c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-73a33646-d85c-4d99-a71e-c0d6a152748c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-73a33646-d85c-4d99-a71e-c0d6a152748c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-73a33646-d85c-4d99-a71e-c0d6a152748c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-aa7a1069-107d-4645-b21c-58187e7fbf7c {
  display: none;
}
#s-7bee13b9-b13c-41b2-b18a-40187b57312d {
  text-align: center;
}







  #s-7bee13b9-b13c-41b2-b18a-40187b57312d img.shogun-image {
    

    
    
    
  }


#s-7bee13b9-b13c-41b2-b18a-40187b57312d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-482e1fcf-3c0c-418f-a70c-8f767a192593 {
  display: none;
}
#s-482e1fcf-3c0c-418f-a70c-8f767a192593, #wrap-s-482e1fcf-3c0c-418f-a70c-8f767a192593 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-482e1fcf-3c0c-418f-a70c-8f767a192593 {
  display: none;
}
#s-482e1fcf-3c0c-418f-a70c-8f767a192593, #wrap-s-482e1fcf-3c0c-418f-a70c-8f767a192593 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-482e1fcf-3c0c-418f-a70c-8f767a192593 {
  display: none;
}
#s-482e1fcf-3c0c-418f-a70c-8f767a192593, #wrap-s-482e1fcf-3c0c-418f-a70c-8f767a192593 { display:none !important; }}
#s-3d71dc59-633c-41f8-8dde-d1f060993750 {
  text-align: center;
}

#s-3d71dc59-633c-41f8-8dde-d1f060993750 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Hind;
  font-style:  normal ;
}

#s-3d71dc59-633c-41f8-8dde-d1f060993750 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Hind;
  font-style:  normal ;
  font-size: 18px;
}

#s-3d71dc59-633c-41f8-8dde-d1f060993750 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-99936984-1bf1-4dc8-8989-27240fb8a9cc {
  display: none;
}
#s-99936984-1bf1-4dc8-8989-27240fb8a9cc, #wrap-s-99936984-1bf1-4dc8-8989-27240fb8a9cc { display:none !important; }}
#s-9cd0526e-a50d-4001-8933-2139640533e3 {
  display: none;
}
#s-8161bb0a-80fb-40bc-84c7-04312c45f316 {
  text-align: center;
}
@media (min-width: 1200px){#s-8161bb0a-80fb-40bc-84c7-04312c45f316 {
  margin-top: 0px;
margin-bottom: 0px;
}
}






  #s-8161bb0a-80fb-40bc-84c7-04312c45f316 img.shogun-image {
    

    
    
    
  }


#s-8161bb0a-80fb-40bc-84c7-04312c45f316 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-898bbd58-3805-40c4-950b-b37016b1f7bd {
  display: none;
}
#s-898bbd58-3805-40c4-950b-b37016b1f7bd, #wrap-s-898bbd58-3805-40c4-950b-b37016b1f7bd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-898bbd58-3805-40c4-950b-b37016b1f7bd {
  display: none;
}
#s-898bbd58-3805-40c4-950b-b37016b1f7bd, #wrap-s-898bbd58-3805-40c4-950b-b37016b1f7bd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-898bbd58-3805-40c4-950b-b37016b1f7bd {
  display: none;
}
#s-898bbd58-3805-40c4-950b-b37016b1f7bd, #wrap-s-898bbd58-3805-40c4-950b-b37016b1f7bd { display:none !important; }}
#s-2d6cf962-2848-46ff-972a-60cbb61d4d48 {
  text-align: center;
}

#s-2d6cf962-2848-46ff-972a-60cbb61d4d48 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Hind;
  font-style:  normal ;
}

#s-2d6cf962-2848-46ff-972a-60cbb61d4d48 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Hind;
  font-style:  normal ;
  font-size: 18px;
}

#s-2d6cf962-2848-46ff-972a-60cbb61d4d48 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-c16c3769-255c-4e65-b326-b71a1ae050aa {
  display: none;
}
#s-c16c3769-255c-4e65-b326-b71a1ae050aa, #wrap-s-c16c3769-255c-4e65-b326-b71a1ae050aa { display:none !important; }}
@media (max-width: 767px){#s-64953f6a-b30e-42bf-ade4-b45d29af09ee {
  display: none;
}
#s-64953f6a-b30e-42bf-ade4-b45d29af09ee, #wrap-s-64953f6a-b30e-42bf-ade4-b45d29af09ee { display:none !important; }}
@media (max-width: 767px){#s-e94f544b-dab6-48fc-9366-1287641d232b {
  display: none;
}
#s-e94f544b-dab6-48fc-9366-1287641d232b, #wrap-s-e94f544b-dab6-48fc-9366-1287641d232b { display:none !important; }}
@media (min-width: 1200px){#s-084ec449-4751-46ca-96be-97197319979b {
  display: none;
}
#s-084ec449-4751-46ca-96be-97197319979b, #wrap-s-084ec449-4751-46ca-96be-97197319979b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-084ec449-4751-46ca-96be-97197319979b {
  display: none;
}
#s-084ec449-4751-46ca-96be-97197319979b, #wrap-s-084ec449-4751-46ca-96be-97197319979b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-084ec449-4751-46ca-96be-97197319979b {
  display: none;
}
#s-084ec449-4751-46ca-96be-97197319979b, #wrap-s-084ec449-4751-46ca-96be-97197319979b { display:none !important; }}
@media (min-width: 0px) {
[id="s-084ec449-4751-46ca-96be-97197319979b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-084ec449-4751-46ca-96be-97197319979b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-084ec449-4751-46ca-96be-97197319979b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-084ec449-4751-46ca-96be-97197319979b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a1cc571b-2c4f-45fa-817d-01519b4607ff {
  display: none;
}
#s-42a3341d-1b9e-4638-b772-7ce4c54b4f5b {
  text-align: center;
}







  #s-42a3341d-1b9e-4638-b772-7ce4c54b4f5b img.shogun-image {
    

    
    
    
  }


#s-42a3341d-1b9e-4638-b772-7ce4c54b4f5b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-c1152024-ee00-480b-86dd-e3cd062742f7 {
  display: none;
}
#s-c1152024-ee00-480b-86dd-e3cd062742f7, #wrap-s-c1152024-ee00-480b-86dd-e3cd062742f7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1152024-ee00-480b-86dd-e3cd062742f7 {
  display: none;
}
#s-c1152024-ee00-480b-86dd-e3cd062742f7, #wrap-s-c1152024-ee00-480b-86dd-e3cd062742f7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c1152024-ee00-480b-86dd-e3cd062742f7 {
  display: none;
}
#s-c1152024-ee00-480b-86dd-e3cd062742f7, #wrap-s-c1152024-ee00-480b-86dd-e3cd062742f7 { display:none !important; }}
#s-ee0ed69f-d099-4abe-9316-45324fa21b3a {
  text-align: center;
}

#s-ee0ed69f-d099-4abe-9316-45324fa21b3a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Hind;
  font-style:  normal ;
}

#s-ee0ed69f-d099-4abe-9316-45324fa21b3a .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Hind;
  font-style:  normal ;
  font-size: 18px;
}

#s-ee0ed69f-d099-4abe-9316-45324fa21b3a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-c8c0b1c6-3d5e-4cd7-b813-5a4fcd73f20e {
  display: none;
}
#s-c8c0b1c6-3d5e-4cd7-b813-5a4fcd73f20e, #wrap-s-c8c0b1c6-3d5e-4cd7-b813-5a4fcd73f20e { display:none !important; }}
@media (max-width: 767px){#s-dc56d5fc-f78a-43ed-a0b5-f358c8bf476a {
  display: none;
}
#s-dc56d5fc-f78a-43ed-a0b5-f358c8bf476a, #wrap-s-dc56d5fc-f78a-43ed-a0b5-f358c8bf476a { display:none !important; }}
@media (max-width: 767px){#s-0bf927ac-c1e7-499c-9984-944d0fce5624 {
  display: none;
}
#s-0bf927ac-c1e7-499c-9984-944d0fce5624, #wrap-s-0bf927ac-c1e7-499c-9984-944d0fce5624 { display:none !important; }}
@media (max-width: 767px){#s-cd211333-d3b7-4a76-8b27-15767153ac33 {
  display: none;
}
#s-cd211333-d3b7-4a76-8b27-15767153ac33, #wrap-s-cd211333-d3b7-4a76-8b27-15767153ac33 { display:none !important; }}
#s-aaa232b0-ba09-46e2-af04-a8efb413c8d5 {
  display: none;
}
#s-77db4d6f-ad0a-4967-812e-62b5b2215fb7 {
  text-align: center;
}
@media (min-width: 1200px){#s-77db4d6f-ad0a-4967-812e-62b5b2215fb7 {
  margin-top: 0px;
margin-bottom: 0px;
}
}






  #s-77db4d6f-ad0a-4967-812e-62b5b2215fb7 img.shogun-image {
    

    
    
    
  }


#s-77db4d6f-ad0a-4967-812e-62b5b2215fb7 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-d0eb3e32-fe32-4051-987d-7ff106d7e0c7 {
  display: none;
}
#s-d0eb3e32-fe32-4051-987d-7ff106d7e0c7, #wrap-s-d0eb3e32-fe32-4051-987d-7ff106d7e0c7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0eb3e32-fe32-4051-987d-7ff106d7e0c7 {
  display: none;
}
#s-d0eb3e32-fe32-4051-987d-7ff106d7e0c7, #wrap-s-d0eb3e32-fe32-4051-987d-7ff106d7e0c7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d0eb3e32-fe32-4051-987d-7ff106d7e0c7 {
  display: none;
}
#s-d0eb3e32-fe32-4051-987d-7ff106d7e0c7, #wrap-s-d0eb3e32-fe32-4051-987d-7ff106d7e0c7 { display:none !important; }}
#s-d9266ba2-2caf-477a-b7f8-067c57cfd16e {
  text-align: center;
}

#s-d9266ba2-2caf-477a-b7f8-067c57cfd16e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Hind;
  font-style:  normal ;
}

#s-d9266ba2-2caf-477a-b7f8-067c57cfd16e .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Hind;
  font-style:  normal ;
  font-size: 18px;
}

#s-d9266ba2-2caf-477a-b7f8-067c57cfd16e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 1200px){#s-b318974b-9c56-449b-882d-39110cbc003c {
  display: none;
}
#s-b318974b-9c56-449b-882d-39110cbc003c, #wrap-s-b318974b-9c56-449b-882d-39110cbc003c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b318974b-9c56-449b-882d-39110cbc003c {
  display: none;
}
#s-b318974b-9c56-449b-882d-39110cbc003c, #wrap-s-b318974b-9c56-449b-882d-39110cbc003c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b318974b-9c56-449b-882d-39110cbc003c {
  display: none;
}
#s-b318974b-9c56-449b-882d-39110cbc003c, #wrap-s-b318974b-9c56-449b-882d-39110cbc003c { display:none !important; }}
@media (min-width: 0px) {
[id="s-b318974b-9c56-449b-882d-39110cbc003c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b318974b-9c56-449b-882d-39110cbc003c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b318974b-9c56-449b-882d-39110cbc003c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b318974b-9c56-449b-882d-39110cbc003c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (max-width: 767px){#s-af33fe4a-2c02-4b88-8956-954f82989130 {
  display: none;
}
#s-af33fe4a-2c02-4b88-8956-954f82989130, #wrap-s-af33fe4a-2c02-4b88-8956-954f82989130 { display:none !important; }}
#s-e436b8fd-a890-498c-b3ed-09b0abff0bc6 {
  display: none;
}
#s-18705a6a-d422-48fc-af88-101facab63af {
  text-align: center;
}







  #s-18705a6a-d422-48fc-af88-101facab63af img.shogun-image {
    

    
    
    
  }


#s-18705a6a-d422-48fc-af88-101facab63af .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-2fb901a0-6760-4def-b63b-a07d28826e0a {
  display: none;
}
#s-2fb901a0-6760-4def-b63b-a07d28826e0a, #wrap-s-2fb901a0-6760-4def-b63b-a07d28826e0a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2fb901a0-6760-4def-b63b-a07d28826e0a {
  display: none;
}
#s-2fb901a0-6760-4def-b63b-a07d28826e0a, #wrap-s-2fb901a0-6760-4def-b63b-a07d28826e0a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2fb901a0-6760-4def-b63b-a07d28826e0a {
  display: none;
}
#s-2fb901a0-6760-4def-b63b-a07d28826e0a, #wrap-s-2fb901a0-6760-4def-b63b-a07d28826e0a { display:none !important; }}
#s-f200a455-e59c-4d1d-b316-c239c42ffad7 {
  text-align: center;
}

#s-f200a455-e59c-4d1d-b316-c239c42ffad7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Hind;
  font-style:  normal ;
}

#s-f200a455-e59c-4d1d-b316-c239c42ffad7 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Hind;
  font-style:  normal ;
  font-size: 18px;
}

#s-f200a455-e59c-4d1d-b316-c239c42ffad7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-cde5ae82-5bf3-408a-bbe0-23ea8af64a1b {
  display: none;
}
#s-cde5ae82-5bf3-408a-bbe0-23ea8af64a1b, #wrap-s-cde5ae82-5bf3-408a-bbe0-23ea8af64a1b { display:none !important; }}
@media (max-width: 767px){#s-3b053d1b-643e-46fa-9ba4-3de8c80e3af9 {
  display: none;
}
#s-3b053d1b-643e-46fa-9ba4-3de8c80e3af9, #wrap-s-3b053d1b-643e-46fa-9ba4-3de8c80e3af9 { display:none !important; }}
@media (max-width: 767px){#s-d4351592-974f-441f-8fb8-ff441bf915ce {
  display: none;
}
#s-d4351592-974f-441f-8fb8-ff441bf915ce, #wrap-s-d4351592-974f-441f-8fb8-ff441bf915ce { display:none !important; }}
#s-6fc06615-76ae-49a4-be8e-c23f36282a2b {
  display: none;
}
#s-e7d46af3-36a6-4822-a681-78601557d08f {
  text-align: center;
}







  #s-e7d46af3-36a6-4822-a681-78601557d08f img.shogun-image {
    

    
    
    
  }


#s-e7d46af3-36a6-4822-a681-78601557d08f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-20edf734-4dde-439f-9a06-91a911eca66b {
  display: none;
}
#s-20edf734-4dde-439f-9a06-91a911eca66b, #wrap-s-20edf734-4dde-439f-9a06-91a911eca66b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20edf734-4dde-439f-9a06-91a911eca66b {
  display: none;
}
#s-20edf734-4dde-439f-9a06-91a911eca66b, #wrap-s-20edf734-4dde-439f-9a06-91a911eca66b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-20edf734-4dde-439f-9a06-91a911eca66b {
  display: none;
}
#s-20edf734-4dde-439f-9a06-91a911eca66b, #wrap-s-20edf734-4dde-439f-9a06-91a911eca66b { display:none !important; }}
#s-46ea9622-4873-464f-b15f-3847547afd4e {
  text-align: center;
}

#s-46ea9622-4873-464f-b15f-3847547afd4e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Hind;
  font-style:  normal ;
}

#s-46ea9622-4873-464f-b15f-3847547afd4e .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Hind;
  font-style:  normal ;
  font-size: 18px;
}

#s-46ea9622-4873-464f-b15f-3847547afd4e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 1200px){#s-f9b76c78-c2d1-42da-ace6-9c1d994f8762 {
  display: none;
}
#s-f9b76c78-c2d1-42da-ace6-9c1d994f8762, #wrap-s-f9b76c78-c2d1-42da-ace6-9c1d994f8762 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f9b76c78-c2d1-42da-ace6-9c1d994f8762 {
  display: none;
}
#s-f9b76c78-c2d1-42da-ace6-9c1d994f8762, #wrap-s-f9b76c78-c2d1-42da-ace6-9c1d994f8762 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f9b76c78-c2d1-42da-ace6-9c1d994f8762 {
  display: none;
}
#s-f9b76c78-c2d1-42da-ace6-9c1d994f8762, #wrap-s-f9b76c78-c2d1-42da-ace6-9c1d994f8762 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f9b76c78-c2d1-42da-ace6-9c1d994f8762"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f9b76c78-c2d1-42da-ace6-9c1d994f8762"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f9b76c78-c2d1-42da-ace6-9c1d994f8762"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f9b76c78-c2d1-42da-ace6-9c1d994f8762"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (max-width: 767px){#s-a7d9d793-b7b9-44c3-bbab-bb4f0e758f96 {
  display: none;
}
#s-a7d9d793-b7b9-44c3-bbab-bb4f0e758f96, #wrap-s-a7d9d793-b7b9-44c3-bbab-bb4f0e758f96 { display:none !important; }}
#s-9f664365-728b-4494-9885-b1469a10e2d8 {
  display: none;
}
#s-eb470676-f282-4e6f-adbf-c7161af57760 {
  text-align: center;
}
@media (min-width: 1200px){#s-eb470676-f282-4e6f-adbf-c7161af57760 {
  margin-top: 0px;
margin-bottom: 0px;
}
}






  #s-eb470676-f282-4e6f-adbf-c7161af57760 img.shogun-image {
    

    
    
    
  }


#s-eb470676-f282-4e6f-adbf-c7161af57760 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-0b6c8d82-8839-4e8b-ba0b-23907abb9b7f {
  display: none;
}
#s-0b6c8d82-8839-4e8b-ba0b-23907abb9b7f, #wrap-s-0b6c8d82-8839-4e8b-ba0b-23907abb9b7f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b6c8d82-8839-4e8b-ba0b-23907abb9b7f {
  display: none;
}
#s-0b6c8d82-8839-4e8b-ba0b-23907abb9b7f, #wrap-s-0b6c8d82-8839-4e8b-ba0b-23907abb9b7f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b6c8d82-8839-4e8b-ba0b-23907abb9b7f {
  display: none;
}
#s-0b6c8d82-8839-4e8b-ba0b-23907abb9b7f, #wrap-s-0b6c8d82-8839-4e8b-ba0b-23907abb9b7f { display:none !important; }}
#s-bddce82b-f12b-4085-9b99-eaa088e369a2 {
  text-align: center;
}

#s-bddce82b-f12b-4085-9b99-eaa088e369a2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Hind;
  font-style:  normal ;
}

#s-bddce82b-f12b-4085-9b99-eaa088e369a2 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Hind;
  font-style:  normal ;
  font-size: 18px;
}

#s-bddce82b-f12b-4085-9b99-eaa088e369a2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-a35e0e8a-cb81-42ce-944e-1418c87c2e21 {
  display: none;
}
#s-a35e0e8a-cb81-42ce-944e-1418c87c2e21, #wrap-s-a35e0e8a-cb81-42ce-944e-1418c87c2e21 { display:none !important; }}
@media (max-width: 767px){#s-4f7d1150-2206-4574-9f93-482d429b6aa1 {
  display: none;
}
#s-4f7d1150-2206-4574-9f93-482d429b6aa1, #wrap-s-4f7d1150-2206-4574-9f93-482d429b6aa1 { display:none !important; }}
@media (max-width: 767px){#s-c3837069-8076-46f6-b220-628d40b459f7 {
  display: none;
}
#s-c3837069-8076-46f6-b220-628d40b459f7, #wrap-s-c3837069-8076-46f6-b220-628d40b459f7 { display:none !important; }}
#s-844f68b0-76d8-4586-91df-030d9cebe2a2 {
  display: none;
}
#s-0b58b090-2ea5-44ef-993c-7b0afaa2d827 {
  text-align: center;
}







  #s-0b58b090-2ea5-44ef-993c-7b0afaa2d827 img.shogun-image {
    

    
    
    
  }


#s-0b58b090-2ea5-44ef-993c-7b0afaa2d827 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-f7569995-7d55-430d-951b-52fc2c63e14d {
  display: none;
}
#s-f7569995-7d55-430d-951b-52fc2c63e14d, #wrap-s-f7569995-7d55-430d-951b-52fc2c63e14d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7569995-7d55-430d-951b-52fc2c63e14d {
  display: none;
}
#s-f7569995-7d55-430d-951b-52fc2c63e14d, #wrap-s-f7569995-7d55-430d-951b-52fc2c63e14d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f7569995-7d55-430d-951b-52fc2c63e14d {
  display: none;
}
#s-f7569995-7d55-430d-951b-52fc2c63e14d, #wrap-s-f7569995-7d55-430d-951b-52fc2c63e14d { display:none !important; }}
#s-3afc59fb-8e51-4186-af9d-b86545a1bd79 {
  text-align: center;
}

#s-3afc59fb-8e51-4186-af9d-b86545a1bd79 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Hind;
  font-style:  normal ;
}

#s-3afc59fb-8e51-4186-af9d-b86545a1bd79 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Hind;
  font-style:  normal ;
  font-size: 18px;
}

#s-3afc59fb-8e51-4186-af9d-b86545a1bd79 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 1200px){#s-e8bcbc06-4b9c-46b7-b489-9e967950f4ef {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8bcbc06-4b9c-46b7-b489-9e967950f4ef {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8bcbc06-4b9c-46b7-b489-9e967950f4ef {
  display: none;
}
#s-e8bcbc06-4b9c-46b7-b489-9e967950f4ef, #wrap-s-e8bcbc06-4b9c-46b7-b489-9e967950f4ef { display:none !important; }}@media (max-width: 767px){#s-e8bcbc06-4b9c-46b7-b489-9e967950f4ef {
  display: none;
}
#s-e8bcbc06-4b9c-46b7-b489-9e967950f4ef, #wrap-s-e8bcbc06-4b9c-46b7-b489-9e967950f4ef { display:none !important; }}
@media (min-width: 0px) {
[id="s-e8bcbc06-4b9c-46b7-b489-9e967950f4ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8bcbc06-4b9c-46b7-b489-9e967950f4ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e8bcbc06-4b9c-46b7-b489-9e967950f4ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8bcbc06-4b9c-46b7-b489-9e967950f4ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1e4091da-1760-4ef6-9afd-47ed9d10273f {
  display: none;
}
#s-133f52e1-b7d2-425c-b431-91028f430265 {
  text-align: center;
}







  #s-133f52e1-b7d2-425c-b431-91028f430265 img.shogun-image {
    

    
    
    
  }


#s-133f52e1-b7d2-425c-b431-91028f430265 .shogun-image-content {
  
    align-items: center;
  
}

#s-56a2c873-bca5-4fe7-b050-08e812df5e06 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56a2c873-bca5-4fe7-b050-08e812df5e06 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Hind;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
}

@media (max-width: 767px){#s-75e277cb-4a49-4698-b72c-6ceeec1b9939 {
  display: none;
}
#s-75e277cb-4a49-4698-b72c-6ceeec1b9939, #wrap-s-75e277cb-4a49-4698-b72c-6ceeec1b9939 { display:none !important; }}
#s-ea817be6-6778-49d1-b3ba-b1683842be49 {
  text-align: center;
}

#s-ea817be6-6778-49d1-b3ba-b1683842be49 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
}

#s-ea817be6-6778-49d1-b3ba-b1683842be49 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
  font-size: 18px;
}

#s-ea817be6-6778-49d1-b3ba-b1683842be49 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9105eb2f-69fb-456c-9523-ae7bd6757452 {
  display: none;
}
#s-3938090a-9c58-46f8-8c54-55555b624a55 {
  text-align: left;
}



.shg-c#s-3938090a-9c58-46f8-8c54-55555b624a55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3938090a-9c58-46f8-8c54-55555b624a55 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3938090a-9c58-46f8-8c54-55555b624a55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3938090a-9c58-46f8-8c54-55555b624a55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3938090a-9c58-46f8-8c54-55555b624a55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3938090a-9c58-46f8-8c54-55555b624a55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3938090a-9c58-46f8-8c54-55555b624a55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3938090a-9c58-46f8-8c54-55555b624a55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3938090a-9c58-46f8-8c54-55555b624a55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3938090a-9c58-46f8-8c54-55555b624a55 img.shogun-image {
  width: 100%;
}



}
#s-610a0dfe-3737-4555-91bb-9a79a9c7e612 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-610a0dfe-3737-4555-91bb-9a79a9c7e612 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Hind;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
}

@media (max-width: 767px){#s-56b33b11-9aa0-418e-978f-af50901ed20c {
  display: none;
}
#s-56b33b11-9aa0-418e-978f-af50901ed20c, #wrap-s-56b33b11-9aa0-418e-978f-af50901ed20c { display:none !important; }}
#s-fe7c3846-f50b-4465-b182-aaf3a083f2f9 {
  text-align: center;
}

#s-fe7c3846-f50b-4465-b182-aaf3a083f2f9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
}

#s-fe7c3846-f50b-4465-b182-aaf3a083f2f9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
  font-size: 18px;
}

#s-fe7c3846-f50b-4465-b182-aaf3a083f2f9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-910739aa-4f23-4348-a9b5-b89305920c47 {
  display: none;
}
#s-ce53bbaa-10a5-4500-a36a-1816d26544a9 {
  text-align: left;
}



.shg-c#s-ce53bbaa-10a5-4500-a36a-1816d26544a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce53bbaa-10a5-4500-a36a-1816d26544a9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ce53bbaa-10a5-4500-a36a-1816d26544a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce53bbaa-10a5-4500-a36a-1816d26544a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce53bbaa-10a5-4500-a36a-1816d26544a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce53bbaa-10a5-4500-a36a-1816d26544a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce53bbaa-10a5-4500-a36a-1816d26544a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce53bbaa-10a5-4500-a36a-1816d26544a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce53bbaa-10a5-4500-a36a-1816d26544a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce53bbaa-10a5-4500-a36a-1816d26544a9 img.shogun-image {
  width: 100%;
}



}
#s-858be79f-7e54-4fe3-899b-0a26cf119c3f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-858be79f-7e54-4fe3-899b-0a26cf119c3f .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Hind;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
}

@media (max-width: 767px){#s-8c65e6ff-f187-4030-83e4-0719e374c550 {
  display: none;
}
#s-8c65e6ff-f187-4030-83e4-0719e374c550, #wrap-s-8c65e6ff-f187-4030-83e4-0719e374c550 { display:none !important; }}
#s-721e732a-a22e-41f3-b973-9b1428311d42 {
  text-align: center;
}

#s-721e732a-a22e-41f3-b973-9b1428311d42 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
}

#s-721e732a-a22e-41f3-b973-9b1428311d42 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
  font-size: 18px;
}

#s-721e732a-a22e-41f3-b973-9b1428311d42 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 1200px){#s-d4c19828-3261-4ca2-9f78-3be351be3c0b {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4c19828-3261-4ca2-9f78-3be351be3c0b {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4c19828-3261-4ca2-9f78-3be351be3c0b {
  display: none;
}
#s-d4c19828-3261-4ca2-9f78-3be351be3c0b, #wrap-s-d4c19828-3261-4ca2-9f78-3be351be3c0b { display:none !important; }}@media (max-width: 767px){#s-d4c19828-3261-4ca2-9f78-3be351be3c0b {
  display: none;
}
#s-d4c19828-3261-4ca2-9f78-3be351be3c0b, #wrap-s-d4c19828-3261-4ca2-9f78-3be351be3c0b { display:none !important; }}
@media (min-width: 0px) {
[id="s-d4c19828-3261-4ca2-9f78-3be351be3c0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4c19828-3261-4ca2-9f78-3be351be3c0b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d4c19828-3261-4ca2-9f78-3be351be3c0b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4c19828-3261-4ca2-9f78-3be351be3c0b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-28754df6-b1fb-4e51-9764-4e4fffd92e87 {
  display: none;
}
#s-178a9361-4ef3-492d-b7c3-6e7cd882f3fd {
  text-align: left;
}



.shg-c#s-178a9361-4ef3-492d-b7c3-6e7cd882f3fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-178a9361-4ef3-492d-b7c3-6e7cd882f3fd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-178a9361-4ef3-492d-b7c3-6e7cd882f3fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-178a9361-4ef3-492d-b7c3-6e7cd882f3fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-178a9361-4ef3-492d-b7c3-6e7cd882f3fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-178a9361-4ef3-492d-b7c3-6e7cd882f3fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-178a9361-4ef3-492d-b7c3-6e7cd882f3fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-178a9361-4ef3-492d-b7c3-6e7cd882f3fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-178a9361-4ef3-492d-b7c3-6e7cd882f3fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-178a9361-4ef3-492d-b7c3-6e7cd882f3fd img.shogun-image {
  width: 100%;
}



}
#s-0ffb935a-aae9-4bf2-9454-4afe417438c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ffb935a-aae9-4bf2-9454-4afe417438c7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Hind;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
}

@media (max-width: 767px){#s-b2fe02aa-db13-42d9-b85a-015c9f1841ee {
  display: none;
}
#s-b2fe02aa-db13-42d9-b85a-015c9f1841ee, #wrap-s-b2fe02aa-db13-42d9-b85a-015c9f1841ee { display:none !important; }}
#s-b63e3aeb-9772-48ce-8e8a-953e2f5df685 {
  text-align: center;
}

#s-b63e3aeb-9772-48ce-8e8a-953e2f5df685 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
}

#s-b63e3aeb-9772-48ce-8e8a-953e2f5df685 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
  font-size: 18px;
}

#s-b63e3aeb-9772-48ce-8e8a-953e2f5df685 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-27cb7190-b872-4f3a-9456-bcae447dc9b8 {
  display: none;
}
#s-b77bf10f-cc05-49e4-9383-b7d443a03a93 {
  text-align: left;
}



.shg-c#s-b77bf10f-cc05-49e4-9383-b7d443a03a93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b77bf10f-cc05-49e4-9383-b7d443a03a93 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b77bf10f-cc05-49e4-9383-b7d443a03a93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b77bf10f-cc05-49e4-9383-b7d443a03a93 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b77bf10f-cc05-49e4-9383-b7d443a03a93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b77bf10f-cc05-49e4-9383-b7d443a03a93 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b77bf10f-cc05-49e4-9383-b7d443a03a93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b77bf10f-cc05-49e4-9383-b7d443a03a93 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b77bf10f-cc05-49e4-9383-b7d443a03a93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b77bf10f-cc05-49e4-9383-b7d443a03a93 img.shogun-image {
  width: 100%;
}



}
#s-e9ee7374-412b-4bfa-943f-725855237a17 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9ee7374-412b-4bfa-943f-725855237a17 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Hind;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
}

@media (max-width: 767px){#s-2b51ca60-4eeb-4d71-a9fa-d45a15b8fe84 {
  display: none;
}
#s-2b51ca60-4eeb-4d71-a9fa-d45a15b8fe84, #wrap-s-2b51ca60-4eeb-4d71-a9fa-d45a15b8fe84 { display:none !important; }}
#s-99969380-d9cb-40cf-9f35-278b8e7335db {
  text-align: center;
}

#s-99969380-d9cb-40cf-9f35-278b8e7335db .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
}

#s-99969380-d9cb-40cf-9f35-278b8e7335db .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
  font-size: 18px;
}

#s-99969380-d9cb-40cf-9f35-278b8e7335db .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-359b3b80-1325-4459-9687-a5dca84a1326 {
  display: none;
}
#s-4ee97a8f-d21c-44ac-b200-9c6c9536f87e {
  text-align: left;
}



.shg-c#s-4ee97a8f-d21c-44ac-b200-9c6c9536f87e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ee97a8f-d21c-44ac-b200-9c6c9536f87e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4ee97a8f-d21c-44ac-b200-9c6c9536f87e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ee97a8f-d21c-44ac-b200-9c6c9536f87e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ee97a8f-d21c-44ac-b200-9c6c9536f87e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ee97a8f-d21c-44ac-b200-9c6c9536f87e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ee97a8f-d21c-44ac-b200-9c6c9536f87e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ee97a8f-d21c-44ac-b200-9c6c9536f87e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ee97a8f-d21c-44ac-b200-9c6c9536f87e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ee97a8f-d21c-44ac-b200-9c6c9536f87e img.shogun-image {
  width: 100%;
}



}
#s-a1f058b8-672f-4153-b662-91c20085a46b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1f058b8-672f-4153-b662-91c20085a46b .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Hind;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
}

@media (max-width: 767px){#s-def7c9a7-2fc4-4285-8926-3e697fb228ba {
  display: none;
}
#s-def7c9a7-2fc4-4285-8926-3e697fb228ba, #wrap-s-def7c9a7-2fc4-4285-8926-3e697fb228ba { display:none !important; }}
#s-716e7d32-ef35-4baf-a7fb-55ada8239776 {
  text-align: center;
}

#s-716e7d32-ef35-4baf-a7fb-55ada8239776 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
}

#s-716e7d32-ef35-4baf-a7fb-55ada8239776 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
  font-size: 18px;
}

#s-716e7d32-ef35-4baf-a7fb-55ada8239776 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-20092339-10b7-4131-89ae-24cb06493606 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 330px;
background-position: center center;
}
@media (min-width: 1200px){#s-20092339-10b7-4131-89ae-24cb06493606 {
  display: none;
}
#s-20092339-10b7-4131-89ae-24cb06493606, #wrap-s-20092339-10b7-4131-89ae-24cb06493606 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20092339-10b7-4131-89ae-24cb06493606 {
  display: none;
}
#s-20092339-10b7-4131-89ae-24cb06493606, #wrap-s-20092339-10b7-4131-89ae-24cb06493606 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-20092339-10b7-4131-89ae-24cb06493606 {
  display: none;
}
#s-20092339-10b7-4131-89ae-24cb06493606, #wrap-s-20092339-10b7-4131-89ae-24cb06493606 { display:none !important; }}@media (max-width: 767px){#s-20092339-10b7-4131-89ae-24cb06493606 {
  
}
}







#s-20092339-10b7-4131-89ae-24cb06493606 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20092339-10b7-4131-89ae-24cb06493606.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ddf2ce56-a415-4f02-89e0-9254e548868f {
  margin-top: 0%;
min-height: 4px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-ddf2ce56-a415-4f02-89e0-9254e548868f {
  display: none;
}
#s-ddf2ce56-a415-4f02-89e0-9254e548868f, #wrap-s-ddf2ce56-a415-4f02-89e0-9254e548868f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ddf2ce56-a415-4f02-89e0-9254e548868f {
  display: none;
}
#s-ddf2ce56-a415-4f02-89e0-9254e548868f, #wrap-s-ddf2ce56-a415-4f02-89e0-9254e548868f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ddf2ce56-a415-4f02-89e0-9254e548868f {
  display: none;
}
#s-ddf2ce56-a415-4f02-89e0-9254e548868f, #wrap-s-ddf2ce56-a415-4f02-89e0-9254e548868f { display:none !important; }}@media (max-width: 767px){#s-ddf2ce56-a415-4f02-89e0-9254e548868f {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-1d7221fe-4482-4d13-a1b5-81ab7e8f4e6a {
  min-height: 50px;
}








#s-1d7221fe-4482-4d13-a1b5-81ab7e8f4e6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d7221fe-4482-4d13-a1b5-81ab7e8f4e6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-276f8143-5b70-4ee8-95c2-d3fdd935aa66 {
  min-height: 50px;
}








#s-276f8143-5b70-4ee8-95c2-d3fdd935aa66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-276f8143-5b70-4ee8-95c2-d3fdd935aa66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2607ce0-014c-427e-b491-34a24a6e86bb {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f2607ce0-014c-427e-b491-34a24a6e86bb {
  margin-top: 0px;
margin-bottom: 15px;
}
}@media (max-width: 767px){#s-f2607ce0-014c-427e-b491-34a24a6e86bb {
  margin-bottom: 15px;
}
}
#s-f2607ce0-014c-427e-b491-34a24a6e86bb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Fira Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-f2607ce0-014c-427e-b491-34a24a6e86bb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Fira Sans";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 0px;
  text-align: center;
}


}
#s-b1774fcc-ef35-48b4-aefa-64a5c5af8245 {
  min-height: 50px;
}
@media (max-width: 767px){#s-b1774fcc-ef35-48b4-aefa-64a5c5af8245 {
  display: none;
}
#s-b1774fcc-ef35-48b4-aefa-64a5c5af8245, #wrap-s-b1774fcc-ef35-48b4-aefa-64a5c5af8245 { display:none !important; }}







#s-b1774fcc-ef35-48b4-aefa-64a5c5af8245 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1774fcc-ef35-48b4-aefa-64a5c5af8245.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a3fed28-85a8-4ad2-8713-9c4ba277f226 {
  min-height: 50px;
}








#s-1a3fed28-85a8-4ad2-8713-9c4ba277f226 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a3fed28-85a8-4ad2-8713-9c4ba277f226.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-8e6dd607-6082-4a53-bea4-1f94ff914d75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e6dd607-6082-4a53-bea4-1f94ff914d75"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-8e6dd607-6082-4a53-bea4-1f94ff914d75"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-8e6dd607-6082-4a53-bea4-1f94ff914d75"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-10456378-cb7a-43a0-9156-6705061f0ebf {
  text-align: center;
}







  #s-10456378-cb7a-43a0-9156-6705061f0ebf img.shogun-image {
    

    
    
    
  }


#s-10456378-cb7a-43a0-9156-6705061f0ebf .shogun-image-content {
  
    align-items: center;
  
}

#s-22eb7b5d-8835-4281-8dff-21dafdea0ef0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22eb7b5d-8835-4281-8dff-21dafdea0ef0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Hind";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-2923d77b-3da4-4299-a656-ebd4f2b95f04 {
  text-align: center;
}







  #s-2923d77b-3da4-4299-a656-ebd4f2b95f04 img.shogun-image {
    

    
    
    
  }


#s-2923d77b-3da4-4299-a656-ebd4f2b95f04 .shogun-image-content {
  
    align-items: center;
  
}

#s-526c8a38-c764-461c-b2e0-866d5f8f35cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-526c8a38-c764-461c-b2e0-866d5f8f35cc .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Hind";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-1ee80673-5ede-417f-bcf4-3f1286d0cbfe {
  text-align: center;
}







  #s-1ee80673-5ede-417f-bcf4-3f1286d0cbfe img.shogun-image {
    

    
    
    
  }


#s-1ee80673-5ede-417f-bcf4-3f1286d0cbfe .shogun-image-content {
  
    align-items: center;
  
}

#s-6f526595-cc8f-465e-81d6-040d74a69b6e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f526595-cc8f-465e-81d6-040d74a69b6e .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Hind";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-7635be43-40ef-450c-a005-298d0b6c904e {
  margin-top: 40px;
}
@media (max-width: 767px){#s-7635be43-40ef-450c-a005-298d0b6c904e {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-7635be43-40ef-450c-a005-298d0b6c904e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7635be43-40ef-450c-a005-298d0b6c904e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-7635be43-40ef-450c-a005-298d0b6c904e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-7635be43-40ef-450c-a005-298d0b6c904e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-8dabf70a-c9a0-40a9-b154-30add61780a8 {
  text-align: center;
}







  #s-8dabf70a-c9a0-40a9-b154-30add61780a8 img.shogun-image {
    

    
    
    
  }


#s-8dabf70a-c9a0-40a9-b154-30add61780a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d649373-8346-4b0c-bc93-8e4e6522beb4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d649373-8346-4b0c-bc93-8e4e6522beb4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Hind";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-a0d67b82-17ff-459f-95fc-add47aff2105 {
  text-align: center;
}







  #s-a0d67b82-17ff-459f-95fc-add47aff2105 img.shogun-image {
    

    
    
    
  }


#s-a0d67b82-17ff-459f-95fc-add47aff2105 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1465c5d-9867-438e-8c2e-4b3916e1e465 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1465c5d-9867-438e-8c2e-4b3916e1e465 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Hind";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-990b2088-7997-41c9-b9b0-e27286be12d0 {
  text-align: center;
}







  #s-990b2088-7997-41c9-b9b0-e27286be12d0 img.shogun-image {
    

    
    
    
  }


#s-990b2088-7997-41c9-b9b0-e27286be12d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-52e80c09-700f-4b63-aa19-f946106c2190 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52e80c09-700f-4b63-aa19-f946106c2190 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Hind";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-877e7c07-178c-4f33-9359-a3eb8ca1ff2e {
  min-height: 50px;
}








#s-877e7c07-178c-4f33-9359-a3eb8ca1ff2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-877e7c07-178c-4f33-9359-a3eb8ca1ff2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8aeb1d1e-4917-4667-9d1f-dd121711aef9 {
  min-height: 50px;
}








#s-8aeb1d1e-4917-4667-9d1f-dd121711aef9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8aeb1d1e-4917-4667-9d1f-dd121711aef9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7e3af85-8460-497f-894a-226039608f4d {
  text-align: center;
}







  #s-a7e3af85-8460-497f-894a-226039608f4d img.shogun-image {
    

    
    
    
  }


#s-a7e3af85-8460-497f-894a-226039608f4d .shogun-image-content {
  
    align-items: center;
  
}

#s-feac8cab-977f-401b-b918-d230491990f9 {
  min-height: 50px;
}








#s-feac8cab-977f-401b-b918-d230491990f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-feac8cab-977f-401b-b918-d230491990f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3721ac28-51d3-49ed-b40f-d423d1265148 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3721ac28-51d3-49ed-b40f-d423d1265148 .shogun-heading-component h1 {
  color: rgba(5, 16, 72, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-f8c5ef5b-9520-4ccb-bff9-9dd1202a107a {
  min-height: 50px;
}








#s-f8c5ef5b-9520-4ccb-bff9-9dd1202a107a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8c5ef5b-9520-4ccb-bff9-9dd1202a107a.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-aa851fc7-9852-4dda-9cb5-1a8ea485d34b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa851fc7-9852-4dda-9cb5-1a8ea485d34b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-aa851fc7-9852-4dda-9cb5-1a8ea485d34b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-aa851fc7-9852-4dda-9cb5-1a8ea485d34b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-aa851fc7-9852-4dda-9cb5-1a8ea485d34b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa851fc7-9852-4dda-9cb5-1a8ea485d34b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-aa851fc7-9852-4dda-9cb5-1a8ea485d34b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-20c40dae-b27d-49e1-b6a5-60220898a3e2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-20c40dae-b27d-49e1-b6a5-60220898a3e2 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-20c40dae-b27d-49e1-b6a5-60220898a3e2 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  justify-content: center;
}

#s-20c40dae-b27d-49e1-b6a5-60220898a3e2 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-20c40dae-b27d-49e1-b6a5-60220898a3e2 .shogun-form-error-msg-container, #s-20c40dae-b27d-49e1-b6a5-60220898a3e2 .shogun-form-field-error-msg-container {
  display: none;
}

#s-20c40dae-b27d-49e1-b6a5-60220898a3e2 .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-20c40dae-b27d-49e1-b6a5-60220898a3e2 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-129cc476-22bc-45da-a7ed-83fb53d494c4  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(245, 245, 245, 1);
  border-radius: 2px;
  background-color: rgba(245, 245, 245, 1);
  
  font-size: 16px;
  
  color: #000;
  
  
  line-height: 2em;
  letter-spacing: 1px;
}

#s-129cc476-22bc-45da-a7ed-83fb53d494c4  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-129cc476-22bc-45da-a7ed-83fb53d494c4 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-129cc476-22bc-45da-a7ed-83fb53d494c4 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(34, 25, 77, 1);
  
  
  color: #000;
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

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

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

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

#s-20c151bd-7b5c-48d7-8bc2-dea150ad7033 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
color: #FFFFFF;
background-color: rgba(33, 33, 102, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-20c151bd-7b5c-48d7-8bc2-dea150ad7033:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-20c151bd-7b5c-48d7-8bc2-dea150ad7033:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-20c151bd-7b5c-48d7-8bc2-dea150ad7033[disabled],
#s-20c151bd-7b5c-48d7-8bc2-dea150ad7033[disabled]:hover,
#s-20c151bd-7b5c-48d7-8bc2-dea150ad7033[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-20c151bd-7b5c-48d7-8bc2-dea150ad7033 {
  display:  inline-block ;
  width:  auto ;
}


#s-5249acbe-3bcb-42d0-b306-68d20b3525fb {
  min-height: 50px;
}








#s-5249acbe-3bcb-42d0-b306-68d20b3525fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5249acbe-3bcb-42d0-b306-68d20b3525fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f53aca4-abdc-453f-98a6-ad2ea4c28494 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2f53aca4-abdc-453f-98a6-ad2ea4c28494 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2f53aca4-abdc-453f-98a6-ad2ea4c28494 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2f53aca4-abdc-453f-98a6-ad2ea4c28494 {
  display: none;
}
#s-2f53aca4-abdc-453f-98a6-ad2ea4c28494, #wrap-s-2f53aca4-abdc-453f-98a6-ad2ea4c28494 { display:none !important; }}@media (max-width: 767px){#s-2f53aca4-abdc-453f-98a6-ad2ea4c28494 {
  display: none;
}
#s-2f53aca4-abdc-453f-98a6-ad2ea4c28494, #wrap-s-2f53aca4-abdc-453f-98a6-ad2ea4c28494 { display:none !important; }}







#s-2f53aca4-abdc-453f-98a6-ad2ea4c28494 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f53aca4-abdc-453f-98a6-ad2ea4c28494.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f79b6307-1e9b-4dd2-9096-ddec35b86fd7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f79b6307-1e9b-4dd2-9096-ddec35b86fd7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f79b6307-1e9b-4dd2-9096-ddec35b86fd7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f79b6307-1e9b-4dd2-9096-ddec35b86fd7 {
  
}
}@media (max-width: 767px){#s-f79b6307-1e9b-4dd2-9096-ddec35b86fd7 {
  
}
}







#s-f79b6307-1e9b-4dd2-9096-ddec35b86fd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f79b6307-1e9b-4dd2-9096-ddec35b86fd7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8462f3b0-5b2d-4344-b213-a5bb94de9246 {
  min-height: 50px;
}
@media (max-width: 767px){#s-8462f3b0-5b2d-4344-b213-a5bb94de9246 {
  
}
}







#s-8462f3b0-5b2d-4344-b213-a5bb94de9246 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8462f3b0-5b2d-4344-b213-a5bb94de9246.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a54078fe-40a9-4fba-b226-9bfe05289a89 {
  text-align: center;
}







  #s-a54078fe-40a9-4fba-b226-9bfe05289a89 img.shogun-image {
    

    
    
    
  }


#s-a54078fe-40a9-4fba-b226-9bfe05289a89 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c82d0437-091d-418c-90f2-92ec37c66d51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c82d0437-091d-418c-90f2-92ec37c66d51"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c82d0437-091d-418c-90f2-92ec37c66d51"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c82d0437-091d-418c-90f2-92ec37c66d51"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c82d0437-091d-418c-90f2-92ec37c66d51"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c82d0437-091d-418c-90f2-92ec37c66d51"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c82d0437-091d-418c-90f2-92ec37c66d51"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-9f212e5f-e6d8-4ee1-8409-1852955992ec {
  margin-left: 8%;
margin-right: 0%;
min-height: 50px;
}








#s-9f212e5f-e6d8-4ee1-8409-1852955992ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f212e5f-e6d8-4ee1-8409-1852955992ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75b2b3be-170f-4e0e-800c-403fdb0e2f25 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75b2b3be-170f-4e0e-800c-403fdb0e2f25 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  
  text-align: center;
}



#s-7d36778b-2d45-400a-8e71-896697508ec0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d36778b-2d45-400a-8e71-896697508ec0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: center;
}



#s-3bb9daf8-83ee-4a7c-8f30-6ebe11dbff00 {
  min-height: 50px;
}








#s-3bb9daf8-83ee-4a7c-8f30-6ebe11dbff00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bb9daf8-83ee-4a7c-8f30-6ebe11dbff00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2ec9af6-2679-406c-b7d0-9480e1152860 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-radius: 2px;
background-color: rgba(133, 219, 215, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-a2ec9af6-2679-406c-b7d0-9480e1152860:hover {background-color: rgba(83, 180, 177, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a2ec9af6-2679-406c-b7d0-9480e1152860:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a2ec9af6-2679-406c-b7d0-9480e1152860-btn-wrapper {
    text-align: center;
  }


#s-a2ec9af6-2679-406c-b7d0-9480e1152860.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a2ec9af6-2679-406c-b7d0-9480e1152860-btn-wrapper {
    text-align: center;
  }


#s-a2ec9af6-2679-406c-b7d0-9480e1152860.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2ec9af6-2679-406c-b7d0-9480e1152860-btn-wrapper {
    text-align: center;
  }


#s-a2ec9af6-2679-406c-b7d0-9480e1152860.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2ec9af6-2679-406c-b7d0-9480e1152860-btn-wrapper {
    text-align: center;
  }


#s-a2ec9af6-2679-406c-b7d0-9480e1152860.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a2ec9af6-2679-406c-b7d0-9480e1152860-btn-wrapper {
    text-align: center;
  }


#s-a2ec9af6-2679-406c-b7d0-9480e1152860.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f949065b-e814-496a-8a36-b63af658365a {
  min-height: 50px;
}








#s-f949065b-e814-496a-8a36-b63af658365a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f949065b-e814-496a-8a36-b63af658365a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d237816f-4d22-4bf2-a048-0b425372b9a3 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d237816f-4d22-4bf2-a048-0b425372b9a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d237816f-4d22-4bf2-a048-0b425372b9a3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d237816f-4d22-4bf2-a048-0b425372b9a3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d237816f-4d22-4bf2-a048-0b425372b9a3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d237816f-4d22-4bf2-a048-0b425372b9a3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d237816f-4d22-4bf2-a048-0b425372b9a3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d237816f-4d22-4bf2-a048-0b425372b9a3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-56ae3943-6b5c-43e8-9798-01458fcbef0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56ae3943-6b5c-43e8-9798-01458fcbef0e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-56ae3943-6b5c-43e8-9798-01458fcbef0e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-56ae3943-6b5c-43e8-9798-01458fcbef0e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-56ae3943-6b5c-43e8-9798-01458fcbef0e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-56ae3943-6b5c-43e8-9798-01458fcbef0e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-56ae3943-6b5c-43e8-9798-01458fcbef0e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-9cbcec0a-65c4-436f-8f55-175e61ec08c1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9cbcec0a-65c4-436f-8f55-175e61ec08c1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-43ad2112-fdf8-4805-8b87-14d0d32d4bdc {
  min-height: 50px;
}








#s-43ad2112-fdf8-4805-8b87-14d0d32d4bdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43ad2112-fdf8-4805-8b87-14d0d32d4bdc.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-ea29cffe-61c5-4c2c-8508-5ab2d3514bed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea29cffe-61c5-4c2c-8508-5ab2d3514bed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ea29cffe-61c5-4c2c-8508-5ab2d3514bed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea29cffe-61c5-4c2c-8508-5ab2d3514bed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fd04c74f-d143-4f67-b319-1fb8867b7bb3 {
  box-shadow:1px 1px 8px 2px rgba(199, 199, 199, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 219, 215, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-fd04c74f-d143-4f67-b319-1fb8867b7bb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd04c74f-d143-4f67-b319-1fb8867b7bb3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5251c01b-ed57-4d25-9aa8-dd6bcad53e48 {
  text-align: center;
}







  #s-5251c01b-ed57-4d25-9aa8-dd6bcad53e48 img.shogun-image {
    

    
    
    
  }


#s-5251c01b-ed57-4d25-9aa8-dd6bcad53e48 .shogun-image-content {
  
    align-items: center;
  
}

#s-12abbd9a-4967-442a-a340-37201ac03cbc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12abbd9a-4967-442a-a340-37201ac03cbc .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 0.5em;
  
  
}



#s-c82ef95d-3d96-424c-8957-8dc193692413 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c82ef95d-3d96-424c-8957-8dc193692413 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  
  
}



#s-f8f91ab4-31ed-4141-af09-37a0e5b4ec97 {
  box-shadow:1px 1px 8px 2px rgba(199, 199, 199, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 219, 215, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-f8f91ab4-31ed-4141-af09-37a0e5b4ec97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8f91ab4-31ed-4141-af09-37a0e5b4ec97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3397e3f5-7f40-468c-9463-298b6a664b92 {
  text-align: center;
}







  #s-3397e3f5-7f40-468c-9463-298b6a664b92 img.shogun-image {
    

    
    
    
  }


#s-3397e3f5-7f40-468c-9463-298b6a664b92 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc7dee3b-cde3-43bd-884b-099de638a114 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc7dee3b-cde3-43bd-884b-099de638a114 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 0.5em;
  
  
}



#s-c36ad633-1b36-4fc8-a4bc-c0e163839b4f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c36ad633-1b36-4fc8-a4bc-c0e163839b4f .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  
  
}



#s-8dce7b9f-b9ac-49b5-a77a-43c5ebd11a0c {
  box-shadow:1px 1px 8px 2px rgba(199, 199, 199, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 219, 215, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-8dce7b9f-b9ac-49b5-a77a-43c5ebd11a0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dce7b9f-b9ac-49b5-a77a-43c5ebd11a0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c03ac4d-c100-4a91-802f-6e6886c9f68f {
  text-align: center;
}







  #s-1c03ac4d-c100-4a91-802f-6e6886c9f68f img.shogun-image {
    

    
    
    
  }


#s-1c03ac4d-c100-4a91-802f-6e6886c9f68f .shogun-image-content {
  
    align-items: center;
  
}

#s-8e9fa258-41e3-47a6-9912-ed0eb34e9cd2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e9fa258-41e3-47a6-9912-ed0eb34e9cd2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 0.5em;
  
  
}



#s-1c063258-f5b7-49b9-8dec-7b8c688dab34 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c063258-f5b7-49b9-8dec-7b8c688dab34 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  
  
}



#s-b965eb15-ca5b-437e-a5af-a64ea6d87f16 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-b965eb15-ca5b-437e-a5af-a64ea6d87f16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b965eb15-ca5b-437e-a5af-a64ea6d87f16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e34ce664-a813-47f8-ab24-36551bb38352 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-e34ce664-a813-47f8-ab24-36551bb38352 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e34ce664-a813-47f8-ab24-36551bb38352.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02f68588-e834-42b1-999c-34e95d08f0ff {
  background-color: rgba(227, 227, 227, 0.18);
}

@media (min-width: 0px) {
[id="s-02f68588-e834-42b1-999c-34e95d08f0ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02f68588-e834-42b1-999c-34e95d08f0ff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-02f68588-e834-42b1-999c-34e95d08f0ff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-02f68588-e834-42b1-999c-34e95d08f0ff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-02f68588-e834-42b1-999c-34e95d08f0ff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-02f68588-e834-42b1-999c-34e95d08f0ff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-02f68588-e834-42b1-999c-34e95d08f0ff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-4fcb157f-3380-450f-b4d0-ad3d9752e758 {
  min-height: 50px;
}








#s-4fcb157f-3380-450f-b4d0-ad3d9752e758 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fcb157f-3380-450f-b4d0-ad3d9752e758.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8cd02a5-561d-4c2f-aaf5-5bc7530b5250 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d8cd02a5-561d-4c2f-aaf5-5bc7530b5250:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d8cd02a5-561d-4c2f-aaf5-5bc7530b5250:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d8cd02a5-561d-4c2f-aaf5-5bc7530b5250-btn-wrapper {
    text-align: center;
  }


#s-d8cd02a5-561d-4c2f-aaf5-5bc7530b5250.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d8cd02a5-561d-4c2f-aaf5-5bc7530b5250-btn-wrapper {
    text-align: center;
  }


#s-d8cd02a5-561d-4c2f-aaf5-5bc7530b5250.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d8cd02a5-561d-4c2f-aaf5-5bc7530b5250-btn-wrapper {
    text-align: center;
  }


#s-d8cd02a5-561d-4c2f-aaf5-5bc7530b5250.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d8cd02a5-561d-4c2f-aaf5-5bc7530b5250-btn-wrapper {
    text-align: center;
  }


#s-d8cd02a5-561d-4c2f-aaf5-5bc7530b5250.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d8cd02a5-561d-4c2f-aaf5-5bc7530b5250-btn-wrapper {
    text-align: center;
  }


#s-d8cd02a5-561d-4c2f-aaf5-5bc7530b5250.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-eed77dde-ad88-4fd5-b2cc-0f9e47df5290 {
  margin-bottom: -1px;
min-height: 50px;
}








#s-eed77dde-ad88-4fd5-b2cc-0f9e47df5290 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eed77dde-ad88-4fd5-b2cc-0f9e47df5290.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-eda65d10-85e7-4e02-b604-3debc5298573"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-eda65d10-85e7-4e02-b604-3debc5298573"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-eda65d10-85e7-4e02-b604-3debc5298573"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-eda65d10-85e7-4e02-b604-3debc5298573"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-e8196ce0-2085-477d-89fa-327102b8c49c {
  border-style: solid;
border-color: rgba(246, 246, 248, 0);
text-align: center;
}
#s-e8196ce0-2085-477d-89fa-327102b8c49c:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;}






  #s-e8196ce0-2085-477d-89fa-327102b8c49c img.shogun-image {
    

    
    
    
  }


#s-e8196ce0-2085-477d-89fa-327102b8c49c .shogun-image-content {
  
    align-items: center;
  
}

#s-c547f5d4-595f-4ff9-b22b-4536e88a1a67 {
  text-align: center;
}







  #s-c547f5d4-595f-4ff9-b22b-4536e88a1a67 img.shogun-image {
    

    
    
    
  }


#s-c547f5d4-595f-4ff9-b22b-4536e88a1a67 .shogun-image-content {
  
    align-items: center;
  
}

#s-62154720-b8ac-4e6c-a46b-59fbf17ed4c3 {
  text-align: center;
}







  #s-62154720-b8ac-4e6c-a46b-59fbf17ed4c3 img.shogun-image {
    

    
    
    
  }


#s-62154720-b8ac-4e6c-a46b-59fbf17ed4c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-79d8ba7e-7913-47e6-b288-766be8666c46 {
  text-align: center;
}







  #s-79d8ba7e-7913-47e6-b288-766be8666c46 img.shogun-image {
    

    
    
    
  }


#s-79d8ba7e-7913-47e6-b288-766be8666c46 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a0a2347-77f7-408f-bf94-eb0429399ef1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7a0a2347-77f7-408f-bf94-eb0429399ef1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a0a2347-77f7-408f-bf94-eb0429399ef1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a0a2347-77f7-408f-bf94-eb0429399ef1 {
  display: none;
}
#s-7a0a2347-77f7-408f-bf94-eb0429399ef1, #wrap-s-7a0a2347-77f7-408f-bf94-eb0429399ef1 { display:none !important; }}@media (max-width: 767px){#s-7a0a2347-77f7-408f-bf94-eb0429399ef1 {
  display: none;
}
#s-7a0a2347-77f7-408f-bf94-eb0429399ef1, #wrap-s-7a0a2347-77f7-408f-bf94-eb0429399ef1 { display:none !important; }}







#s-7a0a2347-77f7-408f-bf94-eb0429399ef1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a0a2347-77f7-408f-bf94-eb0429399ef1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d3c423d7-51b3-4c8a-b556-fbe128e90080 {
  min-height: 50px;
}








#s-d3c423d7-51b3-4c8a-b556-fbe128e90080 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3c423d7-51b3-4c8a-b556-fbe128e90080.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-f05f94c1-5bb9-4676-ab76-f70887ea5f0e {
  text-align: center;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-7d20d844-8108-4268-9bfc-190e6e7de0a9 hr {
  border-top: 8px solid rgba(133, 219, 215, 1);
}

#s-d758dc70-a801-4558-a2f3-d9caba45569b {
  padding-top: 0%;
padding-bottom: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-d758dc70-a801-4558-a2f3-d9caba45569b {
  display: none;
}
#s-d758dc70-a801-4558-a2f3-d9caba45569b, #wrap-s-d758dc70-a801-4558-a2f3-d9caba45569b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d758dc70-a801-4558-a2f3-d9caba45569b {
  display: none;
}
#s-d758dc70-a801-4558-a2f3-d9caba45569b, #wrap-s-d758dc70-a801-4558-a2f3-d9caba45569b { display:none !important; }}







#s-d758dc70-a801-4558-a2f3-d9caba45569b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d758dc70-a801-4558-a2f3-d9caba45569b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7189535f-af82-4726-9b5c-d25078328496 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-7189535f-af82-4726-9b5c-d25078328496 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-7189535f-af82-4726-9b5c-d25078328496 .shg-sld-nav-button.shg-sld-left,
#s-7189535f-af82-4726-9b5c-d25078328496 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-5922e2e7-55eb-4aea-b2cf-90a8e1efb8d4 {
  text-align: center;
}







  #s-5922e2e7-55eb-4aea-b2cf-90a8e1efb8d4 img.shogun-image {
    

    
    
    
  }


#s-5922e2e7-55eb-4aea-b2cf-90a8e1efb8d4 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-899d9f51-37cd-48f4-9f15-7073b6eed485 {
  min-height: 50px;
}








#s-899d9f51-37cd-48f4-9f15-7073b6eed485 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-899d9f51-37cd-48f4-9f15-7073b6eed485.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98046e41-eeea-4b00-af4a-faff745f5266 {
  margin-top: -10px;
margin-bottom: -2px;
min-height: 50px;
}








#s-98046e41-eeea-4b00-af4a-faff745f5266 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98046e41-eeea-4b00-af4a-faff745f5266.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a16f77ff-24da-46b1-8618-129ffc683515 {
  margin-left: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a16f77ff-24da-46b1-8618-129ffc683515 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 0.5em;
  
  text-align: center;
}



#s-c01fb8bf-9a65-4d62-8d21-e8db399ea3f6 {
  margin-left: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c01fb8bf-9a65-4d62-8d21-e8db399ea3f6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-74bbf5c7-3579-4b36-ab6a-d66ba9483a8e {
  margin-top: 1px;
margin-left: 0%;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-74bbf5c7-3579-4b36-ab6a-d66ba9483a8e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-74bbf5c7-3579-4b36-ab6a-d66ba9483a8e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-74bbf5c7-3579-4b36-ab6a-d66ba9483a8e-btn-wrapper {
    text-align: center;
  }


#s-74bbf5c7-3579-4b36-ab6a-d66ba9483a8e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-74bbf5c7-3579-4b36-ab6a-d66ba9483a8e-btn-wrapper {
    text-align: center;
  }


#s-74bbf5c7-3579-4b36-ab6a-d66ba9483a8e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-74bbf5c7-3579-4b36-ab6a-d66ba9483a8e-btn-wrapper {
    text-align: center;
  }


#s-74bbf5c7-3579-4b36-ab6a-d66ba9483a8e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-74bbf5c7-3579-4b36-ab6a-d66ba9483a8e-btn-wrapper {
    text-align: center;
  }


#s-74bbf5c7-3579-4b36-ab6a-d66ba9483a8e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-74bbf5c7-3579-4b36-ab6a-d66ba9483a8e-btn-wrapper {
    text-align: center;
  }


#s-74bbf5c7-3579-4b36-ab6a-d66ba9483a8e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f3b337e4-0190-49e7-9726-abd059e559bb {
  text-align: center;
}







  #s-f3b337e4-0190-49e7-9726-abd059e559bb img.shogun-image {
    

    
    
    
  }


#s-f3b337e4-0190-49e7-9726-abd059e559bb .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-753fb0ad-dd41-4a0a-946b-afc5ff5d0488 {
  min-height: 50px;
}








#s-753fb0ad-dd41-4a0a-946b-afc5ff5d0488 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-753fb0ad-dd41-4a0a-946b-afc5ff5d0488.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec6132e0-bc0a-4033-8847-bfdb5df484a6 {
  margin-top: -10px;
margin-bottom: -2px;
min-height: 50px;
}








#s-ec6132e0-bc0a-4033-8847-bfdb5df484a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec6132e0-bc0a-4033-8847-bfdb5df484a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be19f0b0-afb1-4daf-8268-4be03f06e648 {
  margin-left: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be19f0b0-afb1-4daf-8268-4be03f06e648 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 0.5em;
  
  text-align: center;
}



#s-4a559913-751b-42d0-aa0b-54db1cdb7a10 {
  margin-left: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a559913-751b-42d0-aa0b-54db1cdb7a10 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-b77935bc-5091-4c3f-bb40-3c688b2dbf68 {
  margin-top: 1px;
margin-left: 0%;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b77935bc-5091-4c3f-bb40-3c688b2dbf68:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b77935bc-5091-4c3f-bb40-3c688b2dbf68:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b77935bc-5091-4c3f-bb40-3c688b2dbf68-btn-wrapper {
    text-align: center;
  }


#s-b77935bc-5091-4c3f-bb40-3c688b2dbf68.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b77935bc-5091-4c3f-bb40-3c688b2dbf68-btn-wrapper {
    text-align: center;
  }


#s-b77935bc-5091-4c3f-bb40-3c688b2dbf68.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b77935bc-5091-4c3f-bb40-3c688b2dbf68-btn-wrapper {
    text-align: center;
  }


#s-b77935bc-5091-4c3f-bb40-3c688b2dbf68.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b77935bc-5091-4c3f-bb40-3c688b2dbf68-btn-wrapper {
    text-align: center;
  }


#s-b77935bc-5091-4c3f-bb40-3c688b2dbf68.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b77935bc-5091-4c3f-bb40-3c688b2dbf68-btn-wrapper {
    text-align: center;
  }


#s-b77935bc-5091-4c3f-bb40-3c688b2dbf68.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ee498f2b-3367-4b6a-b904-1f0c86317782 {
  text-align: center;
}







  #s-ee498f2b-3367-4b6a-b904-1f0c86317782 img.shogun-image {
    

    
    
    
  }


#s-ee498f2b-3367-4b6a-b904-1f0c86317782 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-aaf92c43-6c13-4304-9837-53c28bc5c2e3 {
  min-height: 50px;
}








#s-aaf92c43-6c13-4304-9837-53c28bc5c2e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aaf92c43-6c13-4304-9837-53c28bc5c2e3.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-dffccd25-f66a-4e71-8ff5-1117d5f1fdd0 {
  margin-left: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dffccd25-f66a-4e71-8ff5-1117d5f1fdd0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 0.5em;
  
  text-align: center;
}



#s-6f241d10-d4c5-4642-a2e1-e42f8bf8caa2 {
  margin-left: 0%;
padding-top: 5px;
padding-bottom: 20px;
text-align: center;
}

#s-6f241d10-d4c5-4642-a2e1-e42f8bf8caa2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-1b97b57b-04d9-4c33-89c2-f2e20769e35e {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1b97b57b-04d9-4c33-89c2-f2e20769e35e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1b97b57b-04d9-4c33-89c2-f2e20769e35e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1b97b57b-04d9-4c33-89c2-f2e20769e35e-btn-wrapper {
    text-align: center;
  }


#s-1b97b57b-04d9-4c33-89c2-f2e20769e35e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1b97b57b-04d9-4c33-89c2-f2e20769e35e-btn-wrapper {
    text-align: center;
  }


#s-1b97b57b-04d9-4c33-89c2-f2e20769e35e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b97b57b-04d9-4c33-89c2-f2e20769e35e-btn-wrapper {
    text-align: center;
  }


#s-1b97b57b-04d9-4c33-89c2-f2e20769e35e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b97b57b-04d9-4c33-89c2-f2e20769e35e-btn-wrapper {
    text-align: center;
  }


#s-1b97b57b-04d9-4c33-89c2-f2e20769e35e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1b97b57b-04d9-4c33-89c2-f2e20769e35e-btn-wrapper {
    text-align: center;
  }


#s-1b97b57b-04d9-4c33-89c2-f2e20769e35e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a448c213-7439-40b9-873c-a1b3bec1ba4b {
  margin-top: -3%;
margin-bottom: -3%;
min-height: 50px;
}








#s-a448c213-7439-40b9-873c-a1b3bec1ba4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a448c213-7439-40b9-873c-a1b3bec1ba4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbc65b91-d607-4479-9f67-0d45b332b82e {
  text-align: center;
}







  #s-cbc65b91-d607-4479-9f67-0d45b332b82e img.shogun-image {
    

    
    
    
  }


#s-cbc65b91-d607-4479-9f67-0d45b332b82e .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-6e6b4859-0d35-43bd-90d9-6ee8719fcdef {
  min-height: 50px;
}








#s-6e6b4859-0d35-43bd-90d9-6ee8719fcdef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e6b4859-0d35-43bd-90d9-6ee8719fcdef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec92312c-b48a-44b2-806b-6fc10bd544d2 {
  margin-left: 10%;
padding-top: 3px;
padding-bottom: 3px;
text-align: left;
}

#s-ec92312c-b48a-44b2-806b-6fc10bd544d2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 0.5em;
  
  text-align: left;
}



#s-aef3a472-bf4b-47a0-830a-de4f89ba755d {
  margin-left: 10%;
padding-top: 7px;
padding-bottom: 7px;
text-align: left;
}

#s-aef3a472-bf4b-47a0-830a-de4f89ba755d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-6e3c9283-e42d-4948-a064-1b77f61eaa02 {
  margin-top: 2%;
margin-left: 10%;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-6e3c9283-e42d-4948-a064-1b77f61eaa02:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6e3c9283-e42d-4948-a064-1b77f61eaa02:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6e3c9283-e42d-4948-a064-1b77f61eaa02-btn-wrapper {
    text-align: left;
  }


#s-6e3c9283-e42d-4948-a064-1b77f61eaa02.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6e3c9283-e42d-4948-a064-1b77f61eaa02-btn-wrapper {
    text-align: left;
  }


#s-6e3c9283-e42d-4948-a064-1b77f61eaa02.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6e3c9283-e42d-4948-a064-1b77f61eaa02-btn-wrapper {
    text-align: left;
  }


#s-6e3c9283-e42d-4948-a064-1b77f61eaa02.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6e3c9283-e42d-4948-a064-1b77f61eaa02-btn-wrapper {
    text-align: left;
  }


#s-6e3c9283-e42d-4948-a064-1b77f61eaa02.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6e3c9283-e42d-4948-a064-1b77f61eaa02-btn-wrapper {
    text-align: left;
  }


#s-6e3c9283-e42d-4948-a064-1b77f61eaa02.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d3243473-5e6e-456e-ba6e-e73aa4c8fc2f {
  margin-top: -15px;
margin-bottom: -15px;
min-height: 50px;
}








#s-d3243473-5e6e-456e-ba6e-e73aa4c8fc2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3243473-5e6e-456e-ba6e-e73aa4c8fc2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b7f93fc-5856-46ac-b0e9-b9a195ef13fa {
  text-align: center;
}







  #s-7b7f93fc-5856-46ac-b0e9-b9a195ef13fa img.shogun-image {
    

    
    
    
  }


#s-7b7f93fc-5856-46ac-b0e9-b9a195ef13fa .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f08441b3-96e8-4ee2-a899-a2301dc8ecc4 {
  min-height: 50px;
}








#s-f08441b3-96e8-4ee2-a899-a2301dc8ecc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f08441b3-96e8-4ee2-a899-a2301dc8ecc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b94cf14-d11c-4b86-82f0-0bb713fe2535 {
  min-height: 50px;
}








#s-7b94cf14-d11c-4b86-82f0-0bb713fe2535 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b94cf14-d11c-4b86-82f0-0bb713fe2535.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e39cac7-d5ec-4195-a5b1-852d7d16e0b1 {
  margin-left: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3e39cac7-d5ec-4195-a5b1-852d7d16e0b1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 0.5em;
  
  text-align: left;
}



#s-dc9a7ff7-6588-4e09-9328-53497ccb3b0f {
  margin-left: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dc9a7ff7-6588-4e09-9328-53497ccb3b0f .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-8186d4f3-8756-41fc-ac34-f1eeef90ac28 {
  margin-top: 2%;
margin-left: 10%;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-8186d4f3-8756-41fc-ac34-f1eeef90ac28:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8186d4f3-8756-41fc-ac34-f1eeef90ac28:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8186d4f3-8756-41fc-ac34-f1eeef90ac28-btn-wrapper {
    text-align: left;
  }


#s-8186d4f3-8756-41fc-ac34-f1eeef90ac28.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8186d4f3-8756-41fc-ac34-f1eeef90ac28-btn-wrapper {
    text-align: left;
  }


#s-8186d4f3-8756-41fc-ac34-f1eeef90ac28.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8186d4f3-8756-41fc-ac34-f1eeef90ac28-btn-wrapper {
    text-align: left;
  }


#s-8186d4f3-8756-41fc-ac34-f1eeef90ac28.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8186d4f3-8756-41fc-ac34-f1eeef90ac28-btn-wrapper {
    text-align: left;
  }


#s-8186d4f3-8756-41fc-ac34-f1eeef90ac28.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8186d4f3-8756-41fc-ac34-f1eeef90ac28-btn-wrapper {
    text-align: left;
  }


#s-8186d4f3-8756-41fc-ac34-f1eeef90ac28.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-950d7511-824b-43d0-9bdf-0696109d9595 {
  text-align: center;
}







  #s-950d7511-824b-43d0-9bdf-0696109d9595 img.shogun-image {
    

    
    
    
  }


#s-950d7511-824b-43d0-9bdf-0696109d9595 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-096b4ae1-4840-4e86-9a2d-2c2c6d3944ef {
  min-height: 50px;
}
@media (min-width: 1200px){#s-096b4ae1-4840-4e86-9a2d-2c2c6d3944ef {
  display: none;
}
#s-096b4ae1-4840-4e86-9a2d-2c2c6d3944ef, #wrap-s-096b4ae1-4840-4e86-9a2d-2c2c6d3944ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-096b4ae1-4840-4e86-9a2d-2c2c6d3944ef {
  display: none;
}
#s-096b4ae1-4840-4e86-9a2d-2c2c6d3944ef, #wrap-s-096b4ae1-4840-4e86-9a2d-2c2c6d3944ef { display:none !important; }}







#s-096b4ae1-4840-4e86-9a2d-2c2c6d3944ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-096b4ae1-4840-4e86-9a2d-2c2c6d3944ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e66a354a-aca1-45f1-a4d3-ec46f6215c8b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e66a354a-aca1-45f1-a4d3-ec46f6215c8b {
  display: none;
}
#s-e66a354a-aca1-45f1-a4d3-ec46f6215c8b, #wrap-s-e66a354a-aca1-45f1-a4d3-ec46f6215c8b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e66a354a-aca1-45f1-a4d3-ec46f6215c8b {
  display: none;
}
#s-e66a354a-aca1-45f1-a4d3-ec46f6215c8b, #wrap-s-e66a354a-aca1-45f1-a4d3-ec46f6215c8b { display:none !important; }}
#s-e66a354a-aca1-45f1-a4d3-ec46f6215c8b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}



#s-c29c3729-ba86-483c-9588-6803206006ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c29c3729-ba86-483c-9588-6803206006ba .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.5em;
  
  
}



#s-8fde2a50-faf1-4620-8755-e35f2674bcf0 {
  margin-top: 2%;
margin-bottom: 0%;
padding-top: 6px;
padding-left: 30px;
padding-bottom: 6px;
padding-right: 30px;
border-top-width: 0.3px;
border-left-width: 0.3px;
border-bottom-width: 0.3px;
border-right-width: 0.3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8fde2a50-faf1-4620-8755-e35f2674bcf0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8fde2a50-faf1-4620-8755-e35f2674bcf0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8fde2a50-faf1-4620-8755-e35f2674bcf0-btn-wrapper {
    text-align: center;
  }


#s-8fde2a50-faf1-4620-8755-e35f2674bcf0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8fde2a50-faf1-4620-8755-e35f2674bcf0-btn-wrapper {
    text-align: center;
  }


#s-8fde2a50-faf1-4620-8755-e35f2674bcf0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8fde2a50-faf1-4620-8755-e35f2674bcf0-btn-wrapper {
    text-align: center;
  }


#s-8fde2a50-faf1-4620-8755-e35f2674bcf0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8fde2a50-faf1-4620-8755-e35f2674bcf0-btn-wrapper {
    text-align: center;
  }


#s-8fde2a50-faf1-4620-8755-e35f2674bcf0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8fde2a50-faf1-4620-8755-e35f2674bcf0-btn-wrapper {
    text-align: center;
  }


#s-8fde2a50-faf1-4620-8755-e35f2674bcf0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-3cb9998a-f69f-4515-806f-c850ea2e96bb {
  margin-top: -3px;
margin-bottom: -3px;
min-height: 50px;
background-color: rgba(245, 245, 245, 0);
}
@media (min-width: 1200px){#s-3cb9998a-f69f-4515-806f-c850ea2e96bb {
  display: none;
}
#s-3cb9998a-f69f-4515-806f-c850ea2e96bb, #wrap-s-3cb9998a-f69f-4515-806f-c850ea2e96bb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3cb9998a-f69f-4515-806f-c850ea2e96bb {
  display: none;
}
#s-3cb9998a-f69f-4515-806f-c850ea2e96bb, #wrap-s-3cb9998a-f69f-4515-806f-c850ea2e96bb { display:none !important; }}







#s-3cb9998a-f69f-4515-806f-c850ea2e96bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cb9998a-f69f-4515-806f-c850ea2e96bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b81374a5-f28a-4a1a-af7d-41b802530b08 {
  min-height: 50px;
}








#s-b81374a5-f28a-4a1a-af7d-41b802530b08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b81374a5-f28a-4a1a-af7d-41b802530b08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d5cb779-ca1d-4b6d-9fee-469cad6838bb {
  margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-4d5cb779-ca1d-4b6d-9fee-469cad6838bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d5cb779-ca1d-4b6d-9fee-469cad6838bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4d5cb779-ca1d-4b6d-9fee-469cad6838bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d5cb779-ca1d-4b6d-9fee-469cad6838bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-57f25185-7aff-4aa0-b70b-21e191b17e8c {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-57f25185-7aff-4aa0-b70b-21e191b17e8c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-57f25185-7aff-4aa0-b70b-21e191b17e8c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-57f25185-7aff-4aa0-b70b-21e191b17e8c-btn-wrapper {
    text-align: center;
  }


#s-57f25185-7aff-4aa0-b70b-21e191b17e8c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-57f25185-7aff-4aa0-b70b-21e191b17e8c-btn-wrapper {
    text-align: center;
  }


#s-57f25185-7aff-4aa0-b70b-21e191b17e8c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57f25185-7aff-4aa0-b70b-21e191b17e8c-btn-wrapper {
    text-align: center;
  }


#s-57f25185-7aff-4aa0-b70b-21e191b17e8c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57f25185-7aff-4aa0-b70b-21e191b17e8c-btn-wrapper {
    text-align: center;
  }


#s-57f25185-7aff-4aa0-b70b-21e191b17e8c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-57f25185-7aff-4aa0-b70b-21e191b17e8c-btn-wrapper {
    text-align: center;
  }


#s-57f25185-7aff-4aa0-b70b-21e191b17e8c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-64c62f83-640c-4504-8388-76c319871ce9 {
  min-height: 50px;
}








#s-64c62f83-640c-4504-8388-76c319871ce9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64c62f83-640c-4504-8388-76c319871ce9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f14ac07-4cf4-4e67-aaa8-66befca47477 {
  text-align: center;
}







  #s-2f14ac07-4cf4-4e67-aaa8-66befca47477 img.shogun-image {
    

    
    
    
  }


#s-2f14ac07-4cf4-4e67-aaa8-66befca47477 .shogun-image-content {
  
    align-items: center;
  
}

#s-ccd02381-477f-4704-9744-3b969ccb0b80 {
  min-height: 50px;
}








#s-ccd02381-477f-4704-9744-3b969ccb0b80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccd02381-477f-4704-9744-3b969ccb0b80.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-e5e84c38-d984-492c-bf5c-ce7d21f8304c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e5e84c38-d984-492c-bf5c-ce7d21f8304c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e5e84c38-d984-492c-bf5c-ce7d21f8304c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e5e84c38-d984-492c-bf5c-ce7d21f8304c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-14306f9b-dfc1-400b-b2f7-aab29a81b230 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-14306f9b-dfc1-400b-b2f7-aab29a81b230 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}


#s-14306f9b-dfc1-400b-b2f7-aab29a81b230 .shogun-heading-component h1 a {
  color: #000;
}


#s-de6770a7-9e09-4102-a369-ccdca877355c {
  margin-top: 1%;
}

@media (min-width: 0px) {
[id="s-de6770a7-9e09-4102-a369-ccdca877355c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-de6770a7-9e09-4102-a369-ccdca877355c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-de6770a7-9e09-4102-a369-ccdca877355c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-de6770a7-9e09-4102-a369-ccdca877355c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-f2194fbf-d6cd-4c60-8bc6-d26cf4882b5a {
  text-align: center;
}







  #s-f2194fbf-d6cd-4c60-8bc6-d26cf4882b5a img.shogun-image {
    

    
    
    
  }


#s-f2194fbf-d6cd-4c60-8bc6-d26cf4882b5a .shogun-image-content {
  
    align-items: center;
  
}

#s-f444ac73-61db-4a78-808e-f5b1da2ad25f {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-f444ac73-61db-4a78-808e-f5b1da2ad25f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


#s-f444ac73-61db-4a78-808e-f5b1da2ad25f .shogun-heading-component h1 a {
  color: #000;
}


#s-1f2e1df8-ef5a-4038-9463-5644fe671a8e {
  text-align: center;
}







  #s-1f2e1df8-ef5a-4038-9463-5644fe671a8e img.shogun-image {
    

    
    
    
  }


#s-1f2e1df8-ef5a-4038-9463-5644fe671a8e .shogun-image-content {
  
    align-items: center;
  
}

#s-639db5e7-88b6-4c6c-af73-af392017761c {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-639db5e7-88b6-4c6c-af73-af392017761c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-513fbe92-797b-4e8c-96d8-e3152aebb4a4 {
  text-align: center;
}







  #s-513fbe92-797b-4e8c-96d8-e3152aebb4a4 img.shogun-image {
    

    
    
    
  }


#s-513fbe92-797b-4e8c-96d8-e3152aebb4a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff434898-e0fd-4585-8c1c-c89fd4507bba {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-ff434898-e0fd-4585-8c1c-c89fd4507bba .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-29d122e1-e2ad-4b1f-ab7c-c00ce550c57b {
  min-height: 50px;
}








#s-29d122e1-e2ad-4b1f-ab7c-c00ce550c57b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29d122e1-e2ad-4b1f-ab7c-c00ce550c57b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d736f893-58c9-4afc-a523-e326728f1ae8 {
  text-align: center;
}







  #s-d736f893-58c9-4afc-a523-e326728f1ae8 img.shogun-image {
    

    
    
    
  }


#s-d736f893-58c9-4afc-a523-e326728f1ae8 .shogun-image-content {
  
    align-items: center;
  
}

#s-761a7c8a-9e12-4ea2-ad12-9ce2ecaea52f {
  min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}








#s-761a7c8a-9e12-4ea2-ad12-9ce2ecaea52f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-761a7c8a-9e12-4ea2-ad12-9ce2ecaea52f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d90dc855-5d36-4068-8c12-4d1337fb11a4 {
  margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d90dc855-5d36-4068-8c12-4d1337fb11a4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-c7ebf9f9-cc40-4404-ab9f-c2266a9d49da {
  margin-top: -3%;
margin-left: 31%;
margin-bottom: -3%;
margin-right: 31%;
}

#s-c7ebf9f9-cc40-4404-ab9f-c2266a9d49da hr {
  border-top: 2px solid rgba(133, 219, 215, 1);
}

#s-aa451262-6e21-4b0d-bdda-b21eff37ad59 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-aa451262-6e21-4b0d-bdda-b21eff37ad59 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  
  
}



#s-4a87df0e-cbdf-4ce8-ba84-386804c80ded {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a87df0e-cbdf-4ce8-ba84-386804c80ded .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 0.5em;
  
  
}



#s-96380bf7-4816-46e6-bcb1-985cac8d1aca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96380bf7-4816-46e6-bcb1-985cac8d1aca .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}



#s-fff783b8-0038-4854-a7d0-64c86eaf7e49 {
  min-height: 50px;
}








#s-fff783b8-0038-4854-a7d0-64c86eaf7e49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fff783b8-0038-4854-a7d0-64c86eaf7e49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb23a07c-a089-464b-9a66-1febcf32b46e {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-bb23a07c-a089-464b-9a66-1febcf32b46e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb23a07c-a089-464b-9a66-1febcf32b46e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bb23a07c-a089-464b-9a66-1febcf32b46e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb23a07c-a089-464b-9a66-1febcf32b46e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-192e186d-dd68-4cb9-aeed-3ebafdf21a80 {
  min-height: 50px;
}








#s-192e186d-dd68-4cb9-aeed-3ebafdf21a80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-192e186d-dd68-4cb9-aeed-3ebafdf21a80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a96b649-73ac-4983-a74b-49d9a404b209 {
  margin-bottom: -1px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1a96b649-73ac-4983-a74b-49d9a404b209 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-1e27541b-dc13-40b4-8c4a-d73a17a9fda2 {
  min-height: 50px;
}








#s-1e27541b-dc13-40b4-8c4a-d73a17a9fda2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e27541b-dc13-40b4-8c4a-d73a17a9fda2.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-090e443e-6a8e-4ab3-844e-cf4f26522e35"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-090e443e-6a8e-4ab3-844e-cf4f26522e35"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-090e443e-6a8e-4ab3-844e-cf4f26522e35"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-090e443e-6a8e-4ab3-844e-cf4f26522e35"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-ed6d4ffb-0bc6-4e9b-bf66-c3c4a2f74a51 {
  box-shadow:0px 0px 8px 1px rgba(225, 225, 225, 1);
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 219, 215, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-ed6d4ffb-0bc6-4e9b-bf66-c3c4a2f74a51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed6d4ffb-0bc6-4e9b-bf66-c3c4a2f74a51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-505ddede-7f10-48cf-93ec-06e22746416e {
  text-align: center;
}







  #s-505ddede-7f10-48cf-93ec-06e22746416e img.shogun-image {
    

    
    
    
  }


#s-505ddede-7f10-48cf-93ec-06e22746416e .shogun-image-content {
  
    align-items: center;
  
}

#s-1fce4f11-df8b-460b-a33a-effd81d28003 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1fce4f11-df8b-460b-a33a-effd81d28003 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 0.5em;
  
  
}


#s-1fce4f11-df8b-460b-a33a-effd81d28003 .shogun-heading-component h1 a {
  color: #000;
}


#s-8b33a1f1-4a93-4b8e-a27a-cd922fad2f4f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b33a1f1-4a93-4b8e-a27a-cd922fad2f4f .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  
  
}


#s-8b33a1f1-4a93-4b8e-a27a-cd922fad2f4f .shogun-heading-component h1 a {
  color: #000;
}


#s-eecf9818-237d-408c-8159-8843450b4336 {
  min-height: 50px;
}








#s-eecf9818-237d-408c-8159-8843450b4336 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eecf9818-237d-408c-8159-8843450b4336.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66511413-2fd5-457d-b077-3e13bd5ec5dc {
  box-shadow:0px 0px 8px 2px rgba(225, 225, 225, 1);
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 219, 215, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-66511413-2fd5-457d-b077-3e13bd5ec5dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66511413-2fd5-457d-b077-3e13bd5ec5dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83015745-9ecc-4a17-9842-ea768294caf9 {
  text-align: center;
}







  #s-83015745-9ecc-4a17-9842-ea768294caf9 img.shogun-image {
    

    
    
    
  }


#s-83015745-9ecc-4a17-9842-ea768294caf9 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b0d77f8-65d2-4647-be9d-7caa01c6ffe6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b0d77f8-65d2-4647-be9d-7caa01c6ffe6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 0.5em;
  
  
}


#s-4b0d77f8-65d2-4647-be9d-7caa01c6ffe6 .shogun-heading-component h1 a {
  color: #000;
}


#s-dd02bbb9-82ad-44fb-ad82-e4beab4ff026 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd02bbb9-82ad-44fb-ad82-e4beab4ff026 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  
  
}


#s-dd02bbb9-82ad-44fb-ad82-e4beab4ff026 .shogun-heading-component h1 a {
  color: #000;
}


#s-80b8b10a-b3cd-4eb1-91b6-e16d89f5733d {
  min-height: 50px;
}








#s-80b8b10a-b3cd-4eb1-91b6-e16d89f5733d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80b8b10a-b3cd-4eb1-91b6-e16d89f5733d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c46ad4db-0e9c-40bb-84ae-7a8b7926feda {
  box-shadow:0px 0px 8px 2px rgba(225, 225, 225, 1);
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 219, 215, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-c46ad4db-0e9c-40bb-84ae-7a8b7926feda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c46ad4db-0e9c-40bb-84ae-7a8b7926feda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8aa09884-6e7e-4d0c-a499-c66494553af0 {
  text-align: center;
}







  #s-8aa09884-6e7e-4d0c-a499-c66494553af0 img.shogun-image {
    

    
    
    
  }


#s-8aa09884-6e7e-4d0c-a499-c66494553af0 .shogun-image-content {
  
    align-items: center;
  
}

#s-5179d901-3c52-44ee-9d18-1f18ed6707bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5179d901-3c52-44ee-9d18-1f18ed6707bc .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 0.5em;
  
  
}


#s-5179d901-3c52-44ee-9d18-1f18ed6707bc .shogun-heading-component h1 a {
  color: #000;
}


#s-4447ca16-6654-4f91-a906-4f35afa81969 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4447ca16-6654-4f91-a906-4f35afa81969 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  
  
}


#s-4447ca16-6654-4f91-a906-4f35afa81969 .shogun-heading-component h1 a {
  color: #000;
}


#s-aaee53ee-ad55-4c80-b618-1f58b4435705 {
  box-shadow:0px 0px 8px 2px rgba(225, 225, 225, 1);
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 219, 215, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-aaee53ee-ad55-4c80-b618-1f58b4435705 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aaee53ee-ad55-4c80-b618-1f58b4435705.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7daeeeb-f3cc-4dc4-beeb-e415b1d90425 {
  text-align: center;
}







  #s-f7daeeeb-f3cc-4dc4-beeb-e415b1d90425 img.shogun-image {
    

    
    
    
  }


#s-f7daeeeb-f3cc-4dc4-beeb-e415b1d90425 .shogun-image-content {
  
    align-items: center;
  
}

#s-65b1e449-7897-443d-8f0b-b88aa1564173 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65b1e449-7897-443d-8f0b-b88aa1564173 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 0.5em;
  
  
}


#s-65b1e449-7897-443d-8f0b-b88aa1564173 .shogun-heading-component h1 a {
  color: #000;
}


#s-ab599882-28d1-4068-930c-b3f02e382404 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab599882-28d1-4068-930c-b3f02e382404 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  
  
}


#s-ab599882-28d1-4068-930c-b3f02e382404 .shogun-heading-component h1 a {
  color: #000;
}


#s-93b1d618-20aa-4cdb-98dc-e200e986332c {
  min-height: 50px;
}








#s-93b1d618-20aa-4cdb-98dc-e200e986332c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93b1d618-20aa-4cdb-98dc-e200e986332c.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-eeb88def-934a-41d8-a761-e46b710a2241"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eeb88def-934a-41d8-a761-e46b710a2241"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eeb88def-934a-41d8-a761-e46b710a2241"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eeb88def-934a-41d8-a761-e46b710a2241"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c4780831-9abb-46eb-ba1c-733fbd89789e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c4780831-9abb-46eb-ba1c-733fbd89789e {
  display: none;
}
#s-c4780831-9abb-46eb-ba1c-733fbd89789e, #wrap-s-c4780831-9abb-46eb-ba1c-733fbd89789e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4780831-9abb-46eb-ba1c-733fbd89789e {
  display: none;
}
#s-c4780831-9abb-46eb-ba1c-733fbd89789e, #wrap-s-c4780831-9abb-46eb-ba1c-733fbd89789e { display:none !important; }}







#s-c4780831-9abb-46eb-ba1c-733fbd89789e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4780831-9abb-46eb-ba1c-733fbd89789e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d31fbcb1-57ca-4096-8e18-10c8d7bfa2c0 {
  text-align: center;
}







  #s-d31fbcb1-57ca-4096-8e18-10c8d7bfa2c0 img.shogun-image {
    

    
    
    
  }


#s-d31fbcb1-57ca-4096-8e18-10c8d7bfa2c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-91b756a6-6075-489e-af06-00d5b172953e {
  min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}








#s-91b756a6-6075-489e-af06-00d5b172953e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91b756a6-6075-489e-af06-00d5b172953e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c5da13c-9acb-4cd1-a7c6-cc0d1b5696d7 {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c5da13c-9acb-4cd1-a7c6-cc0d1b5696d7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-24dba0f3-6d1b-4fea-8139-d8cab7610fa4 {
  margin-top: -3%;
margin-left: 31%;
margin-bottom: -3%;
margin-right: 31%;
}

#s-24dba0f3-6d1b-4fea-8139-d8cab7610fa4 hr {
  border-top: 2px solid rgba(133, 219, 215, 1);
}

#s-1764d41c-8e82-48ec-83f5-476c9a306f52 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-1764d41c-8e82-48ec-83f5-476c9a306f52 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  
  
}



#s-0c80ec8d-2f4c-4419-a7f8-9594c846b59a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c80ec8d-2f4c-4419-a7f8-9594c846b59a .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}



#s-574c3e42-fb4a-403f-a0a8-22d7c0f1e3c9 {
  min-height: 50px;
}








#s-574c3e42-fb4a-403f-a0a8-22d7c0f1e3c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-574c3e42-fb4a-403f-a0a8-22d7c0f1e3c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8eee9055-0a37-42eb-9306-e51f1d72132d {
  min-height: 50px;
}








#s-8eee9055-0a37-42eb-9306-e51f1d72132d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8eee9055-0a37-42eb-9306-e51f1d72132d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14304ab7-1e18-4b9f-bc23-5de8012cb94a {
  padding-top: 2px;
padding-bottom: 2px;
min-height: 50px;
}








#s-14304ab7-1e18-4b9f-bc23-5de8012cb94a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14304ab7-1e18-4b9f-bc23-5de8012cb94a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-507d5b5f-3ae8-490c-bb19-9f10ea6bf5de {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-507d5b5f-3ae8-490c-bb19-9f10ea6bf5de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-507d5b5f-3ae8-490c-bb19-9f10ea6bf5de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-507d5b5f-3ae8-490c-bb19-9f10ea6bf5de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-507d5b5f-3ae8-490c-bb19-9f10ea6bf5de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-58871ea9-0a90-4fd6-9e12-85545f6ea8f2 {
  margin-bottom: -1px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-58871ea9-0a90-4fd6-9e12-85545f6ea8f2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-27f570f5-0edd-4fe7-80d3-3a932d93fda0 {
  min-height: 50px;
}








#s-27f570f5-0edd-4fe7-80d3-3a932d93fda0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27f570f5-0edd-4fe7-80d3-3a932d93fda0.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-7d59c773-0587-4562-9c09-f6b0317c6caf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7d59c773-0587-4562-9c09-f6b0317c6caf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7d59c773-0587-4562-9c09-f6b0317c6caf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7d59c773-0587-4562-9c09-f6b0317c6caf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-4d55a8ab-5901-4867-8a7c-25b90db7d632 {
  box-shadow:1px 1px 8px 2px rgba(225, 225, 225, 1);
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 219, 215, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-4d55a8ab-5901-4867-8a7c-25b90db7d632 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d55a8ab-5901-4867-8a7c-25b90db7d632.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a233608-cee0-4892-b6e9-3385577fe138 {
  text-align: center;
}







  #s-3a233608-cee0-4892-b6e9-3385577fe138 img.shogun-image {
    

    
    
    
  }


#s-3a233608-cee0-4892-b6e9-3385577fe138 .shogun-image-content {
  
    align-items: center;
  
}

#s-a07bd468-3a6e-483d-97c1-969d9ee1fd81 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a07bd468-3a6e-483d-97c1-969d9ee1fd81 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  
  
}


#s-a07bd468-3a6e-483d-97c1-969d9ee1fd81 .shogun-heading-component h1 a {
  color: #000;
}


#s-50a357b2-23c7-4bbd-9e3c-63e932e3ce1b {
  box-shadow:0px 0px 8px 2px rgba(225, 225, 225, 1);
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 219, 215, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-50a357b2-23c7-4bbd-9e3c-63e932e3ce1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50a357b2-23c7-4bbd-9e3c-63e932e3ce1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2672e75-cf96-4243-a82f-01ac4aa9be74 {
  text-align: center;
}







  #s-f2672e75-cf96-4243-a82f-01ac4aa9be74 img.shogun-image {
    

    
    
    
  }


#s-f2672e75-cf96-4243-a82f-01ac4aa9be74 .shogun-image-content {
  
    align-items: center;
  
}

#s-5eb3b4ec-0975-4032-884c-a66b118dd639 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5eb3b4ec-0975-4032-884c-a66b118dd639 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  
  
}


#s-5eb3b4ec-0975-4032-884c-a66b118dd639 .shogun-heading-component h1 a {
  color: #000;
}


#s-05a88abe-de98-4869-a5fb-1443d13dda80 {
  min-height: 50px;
}








#s-05a88abe-de98-4869-a5fb-1443d13dda80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05a88abe-de98-4869-a5fb-1443d13dda80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdcd84dd-acd9-4a1a-a10b-393a1b0d8118 {
  min-height: 50px;
}








#s-fdcd84dd-acd9-4a1a-a10b-393a1b0d8118 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdcd84dd-acd9-4a1a-a10b-393a1b0d8118.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c00752f5-66fd-485a-917f-16ad11911535 {
  text-align: center;
}







  #s-c00752f5-66fd-485a-917f-16ad11911535 img.shogun-image {
    

    
    
    
  }


#s-c00752f5-66fd-485a-917f-16ad11911535 .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-245a8944-bec9-4ea8-8e3c-22f406b2f686"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-245a8944-bec9-4ea8-8e3c-22f406b2f686"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-245a8944-bec9-4ea8-8e3c-22f406b2f686"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-245a8944-bec9-4ea8-8e3c-22f406b2f686"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-55c43258-c28c-49e6-9ad1-7d6aa4b17810 {
  margin-top: -8px;
margin-bottom: -8px;
min-height: 50px;
}








#s-55c43258-c28c-49e6-9ad1-7d6aa4b17810 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55c43258-c28c-49e6-9ad1-7d6aa4b17810.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9dc9df4-c358-473e-8688-e1b578ff0f3f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9dc9df4-c358-473e-8688-e1b578ff0f3f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-b7af602d-fdfd-4b8d-883e-e59b79b168d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7af602d-fdfd-4b8d-883e-e59b79b168d2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  
}



#s-22c62df0-4203-4715-8272-b274cbc83e83 {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-22c62df0-4203-4715-8272-b274cbc83e83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22c62df0-4203-4715-8272-b274cbc83e83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f083651-8a24-4554-a073-4e42201c8bbb {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(133, 219, 215, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-0f083651-8a24-4554-a073-4e42201c8bbb:hover {background-color: rgba(133, 219, 215, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0f083651-8a24-4554-a073-4e42201c8bbb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0f083651-8a24-4554-a073-4e42201c8bbb-btn-wrapper {
    text-align: center;
  }


#s-0f083651-8a24-4554-a073-4e42201c8bbb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0f083651-8a24-4554-a073-4e42201c8bbb-btn-wrapper {
    text-align: center;
  }


#s-0f083651-8a24-4554-a073-4e42201c8bbb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f083651-8a24-4554-a073-4e42201c8bbb-btn-wrapper {
    text-align: center;
  }


#s-0f083651-8a24-4554-a073-4e42201c8bbb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f083651-8a24-4554-a073-4e42201c8bbb-btn-wrapper {
    text-align: center;
  }


#s-0f083651-8a24-4554-a073-4e42201c8bbb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0f083651-8a24-4554-a073-4e42201c8bbb-btn-wrapper {
    text-align: center;
  }


#s-0f083651-8a24-4554-a073-4e42201c8bbb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-3b297a87-3c1b-414f-ab69-0c0e1b0deacc {
  min-height: 50px;
}








#s-3b297a87-3c1b-414f-ab69-0c0e1b0deacc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b297a87-3c1b-414f-ab69-0c0e1b0deacc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6fa74ee2-dad9-4d3c-aff3-6d05821ea9d7 {
  min-height: 50px;
}








#s-6fa74ee2-dad9-4d3c-aff3-6d05821ea9d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fa74ee2-dad9-4d3c-aff3-6d05821ea9d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2cba8d4-b7b5-406a-9e54-5bea7a6fefbd {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-a2cba8d4-b7b5-406a-9e54-5bea7a6fefbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2cba8d4-b7b5-406a-9e54-5bea7a6fefbd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a2cba8d4-b7b5-406a-9e54-5bea7a6fefbd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2cba8d4-b7b5-406a-9e54-5bea7a6fefbd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-34c617fe-01ae-4bdf-a107-c489a8061fdd {
  margin-bottom: -1px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-34c617fe-01ae-4bdf-a107-c489a8061fdd .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-e90e673c-3950-425d-9355-d77826cd033f {
  min-height: 50px;
}








#s-e90e673c-3950-425d-9355-d77826cd033f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e90e673c-3950-425d-9355-d77826cd033f.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-65e73ba9-d3f1-4208-b677-ff35272eef58"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-65e73ba9-d3f1-4208-b677-ff35272eef58"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-65e73ba9-d3f1-4208-b677-ff35272eef58"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-65e73ba9-d3f1-4208-b677-ff35272eef58"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c66887ab-84b4-4e01-a38d-89daf8754508 {
  box-shadow:1px 1px 8px 2px rgba(225, 225, 225, 1);
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 219, 215, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-c66887ab-84b4-4e01-a38d-89daf8754508 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c66887ab-84b4-4e01-a38d-89daf8754508.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3cc244f-5174-40f6-ab90-c4425c05a78f {
  text-align: center;
}







  #s-f3cc244f-5174-40f6-ab90-c4425c05a78f img.shogun-image {
    

    
    
    
  }


#s-f3cc244f-5174-40f6-ab90-c4425c05a78f .shogun-image-content {
  
    align-items: center;
  
}

#s-78e10fcf-f324-4994-8120-4ca07e4b1bb3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78e10fcf-f324-4994-8120-4ca07e4b1bb3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 0.5em;
  
  
}


#s-78e10fcf-f324-4994-8120-4ca07e4b1bb3 .shogun-heading-component h1 a {
  color: #000;
}


#s-cca9a324-1952-4ca2-8211-46f9b07cc50b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cca9a324-1952-4ca2-8211-46f9b07cc50b .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  
  
}


#s-cca9a324-1952-4ca2-8211-46f9b07cc50b .shogun-heading-component h1 a {
  color: #000;
}


#s-68449764-6c32-458f-a98b-a97efdb69584 {
  box-shadow:0px 0px 8px 2px rgba(225, 225, 225, 1);
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 219, 215, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-68449764-6c32-458f-a98b-a97efdb69584 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68449764-6c32-458f-a98b-a97efdb69584.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac1847fb-ef9f-47a2-976c-ae0219f5b087 {
  text-align: center;
}







  #s-ac1847fb-ef9f-47a2-976c-ae0219f5b087 img.shogun-image {
    

    
    
    
  }


#s-ac1847fb-ef9f-47a2-976c-ae0219f5b087 .shogun-image-content {
  
    align-items: center;
  
}

#s-619755fc-f3ef-4868-a9d5-8a2a7fee286b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-619755fc-f3ef-4868-a9d5-8a2a7fee286b .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 0.5em;
  
  
}


#s-619755fc-f3ef-4868-a9d5-8a2a7fee286b .shogun-heading-component h1 a {
  color: #000;
}


#s-31a4faad-e97f-409e-87da-5f1b636a94b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31a4faad-e97f-409e-87da-5f1b636a94b4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  
  
}


#s-31a4faad-e97f-409e-87da-5f1b636a94b4 .shogun-heading-component h1 a {
  color: #000;
}


#s-8b263966-1b3e-4943-9612-857cb02cad6d {
  padding-top: 2px;
padding-bottom: 2px;
min-height: 50px;
}








#s-8b263966-1b3e-4943-9612-857cb02cad6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b263966-1b3e-4943-9612-857cb02cad6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e6c4977-0e0f-46bb-9aaf-6c30c4bfaa95 {
  min-height: 50px;
}








#s-5e6c4977-0e0f-46bb-9aaf-6c30c4bfaa95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e6c4977-0e0f-46bb-9aaf-6c30c4bfaa95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92ad2fc3-9a55-4700-98bd-b2631778ddbb {
  min-height: 50px;
background-color: rgba(227, 227, 227, 0.18);
}








#s-92ad2fc3-9a55-4700-98bd-b2631778ddbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92ad2fc3-9a55-4700-98bd-b2631778ddbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba4012aa-31d0-48e3-b4f2-76fdfa61b73e {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 0.18);
border-style: solid;
min-height: 50px;
background-color: rgba(227, 227, 227, 0.18);
}








#s-ba4012aa-31d0-48e3-b4f2-76fdfa61b73e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba4012aa-31d0-48e3-b4f2-76fdfa61b73e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ced4ee69-deb0-4cb8-96a5-5588669c5982 {
  min-height: 50px;
}








#s-ced4ee69-deb0-4cb8-96a5-5588669c5982 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ced4ee69-deb0-4cb8-96a5-5588669c5982.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a654459-b7bd-4e38-934d-7eeea462129b {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 0.18);
border-style: solid;
background-color: rgba(227, 227, 227, 0.18);
}

@media (min-width: 0px) {
[id="s-2a654459-b7bd-4e38-934d-7eeea462129b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a654459-b7bd-4e38-934d-7eeea462129b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2a654459-b7bd-4e38-934d-7eeea462129b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a654459-b7bd-4e38-934d-7eeea462129b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3e7fe73c-695c-4a27-8d93-12342076c9e4 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(32, 32, 32, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-3e7fe73c-695c-4a27-8d93-12342076c9e4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3e7fe73c-695c-4a27-8d93-12342076c9e4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3e7fe73c-695c-4a27-8d93-12342076c9e4-btn-wrapper {
    text-align: center;
  }


#s-3e7fe73c-695c-4a27-8d93-12342076c9e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3e7fe73c-695c-4a27-8d93-12342076c9e4-btn-wrapper {
    text-align: center;
  }


#s-3e7fe73c-695c-4a27-8d93-12342076c9e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e7fe73c-695c-4a27-8d93-12342076c9e4-btn-wrapper {
    text-align: center;
  }


#s-3e7fe73c-695c-4a27-8d93-12342076c9e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e7fe73c-695c-4a27-8d93-12342076c9e4-btn-wrapper {
    text-align: center;
  }


#s-3e7fe73c-695c-4a27-8d93-12342076c9e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3e7fe73c-695c-4a27-8d93-12342076c9e4-btn-wrapper {
    text-align: center;
  }


#s-3e7fe73c-695c-4a27-8d93-12342076c9e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-25d1f590-1750-4755-bceb-f47a81505341 {
  min-height: 50px;
}








#s-25d1f590-1750-4755-bceb-f47a81505341 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25d1f590-1750-4755-bceb-f47a81505341.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f21d6f2-52a4-4a78-958f-6c3128a5179b {
  margin-left: 5%;
margin-right: 5%;
background-color: rgba(227, 227, 227, 0.18);
}

@media (min-width: 0px) {
[id="s-2f21d6f2-52a4-4a78-958f-6c3128a5179b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-2f21d6f2-52a4-4a78-958f-6c3128a5179b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-2f21d6f2-52a4-4a78-958f-6c3128a5179b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-2f21d6f2-52a4-4a78-958f-6c3128a5179b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

#s-a986235b-1735-4cff-9967-6ec4353ac3c2 {
  text-align: center;
}







  #s-a986235b-1735-4cff-9967-6ec4353ac3c2 img.shogun-image {
    

    
    
    
  }


#s-a986235b-1735-4cff-9967-6ec4353ac3c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-ccb448f6-1223-421e-a2c0-49b0e44a131c {
  text-align: center;
}







  #s-ccb448f6-1223-421e-a2c0-49b0e44a131c img.shogun-image {
    

    
    
    
  }


#s-ccb448f6-1223-421e-a2c0-49b0e44a131c .shogun-image-content {
  
    align-items: center;
  
}

#s-47abf815-75c2-4416-87f8-10b1b9a7e500 {
  min-height: 50px;
}








#s-47abf815-75c2-4416-87f8-10b1b9a7e500 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47abf815-75c2-4416-87f8-10b1b9a7e500.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-568015ea-33d8-4cd4-8fbd-fb1fe802da2a {
  min-height: 50px;
}








#s-568015ea-33d8-4cd4-8fbd-fb1fe802da2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-568015ea-33d8-4cd4-8fbd-fb1fe802da2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d51febf4-1479-4126-b9ec-0343595ca5a2 {
  text-align: center;
}







  #s-d51febf4-1479-4126-b9ec-0343595ca5a2 img.shogun-image {
    

    
    
    
  }


#s-d51febf4-1479-4126-b9ec-0343595ca5a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7c4a0f0-0442-4b2f-b0d7-1cb6e680decf {
  text-align: center;
}







  #s-e7c4a0f0-0442-4b2f-b0d7-1cb6e680decf img.shogun-image {
    

    
    
    
  }


#s-e7c4a0f0-0442-4b2f-b0d7-1cb6e680decf .shogun-image-content {
  
    align-items: center;
  
}

#s-13d4b806-489e-48cc-adc2-283d7b1c4200 {
  min-height: 50px;
}








#s-13d4b806-489e-48cc-adc2-283d7b1c4200 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13d4b806-489e-48cc-adc2-283d7b1c4200.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc5827ee-80f7-41cd-8f02-6a8fd198948e {
  min-height: 50px;
}








#s-fc5827ee-80f7-41cd-8f02-6a8fd198948e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc5827ee-80f7-41cd-8f02-6a8fd198948e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3a9a579-47d8-4c87-8a7f-2d6771c542c3 {
  text-align: center;
}

@media (min-width: 1200px){#s-115f105d-ce85-411e-8a21-22c3bb6c8e42 {
  display: none;
}
#s-115f105d-ce85-411e-8a21-22c3bb6c8e42, #wrap-s-115f105d-ce85-411e-8a21-22c3bb6c8e42 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-115f105d-ce85-411e-8a21-22c3bb6c8e42 {
  display: none;
}
#s-115f105d-ce85-411e-8a21-22c3bb6c8e42, #wrap-s-115f105d-ce85-411e-8a21-22c3bb6c8e42 { display:none !important; }}
#s-115f105d-ce85-411e-8a21-22c3bb6c8e42 hr {
  border-top: 8px solid rgba(133, 219, 215, 1);
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
