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

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

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

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

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

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

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

.shg-box-video-wrapper {
  /*
    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-a7e5f29a-5bf4-460f-a45c-648e55b46b9e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(14, 14, 14, 1);
}








#s-a7e5f29a-5bf4-460f-a45c-648e55b46b9e > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-a7e5f29a-5bf4-460f-a45c-648e55b46b9e.shg-box.shg-c {
  justify-content: center;
}

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

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

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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-d287cfd4-9788-4067-89bb-c0c8b72f5aee {
  background-image: url(https://i.shgcdn.com/5634bab3-2cd0-49f1-8f78-6a6668a0725e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
background-color: rgba(0, 0, 0, 1);
background-position: 100px top;
}

@media (min-width: 0px) {
[id="s-d287cfd4-9788-4067-89bb-c0c8b72f5aee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d287cfd4-9788-4067-89bb-c0c8b72f5aee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.0px);
}

[id="s-d287cfd4-9788-4067-89bb-c0c8b72f5aee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-d287cfd4-9788-4067-89bb-c0c8b72f5aee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.0px);
}

[id="s-d287cfd4-9788-4067-89bb-c0c8b72f5aee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-d287cfd4-9788-4067-89bb-c0c8b72f5aee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.0px);
}

[id="s-d287cfd4-9788-4067-89bb-c0c8b72f5aee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

#s-61eb084c-8dde-4cb1-ae2f-31de3ebb7ae1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

.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-596c8d0b-3a2a-4bfd-97f4-5e6892cadbbe {
  margin-top: 0px;
margin-left: 0px;
margin-right: 20px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
max-width: 1200px;
text-align: left;
background-color: rgba(37, 37, 37, 0.5);
}
@media (min-width: 1200px){#s-596c8d0b-3a2a-4bfd-97f4-5e6892cadbbe {
  margin-top: 60px;
margin-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-596c8d0b-3a2a-4bfd-97f4-5e6892cadbbe {
  margin-top: 60px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-596c8d0b-3a2a-4bfd-97f4-5e6892cadbbe {
  margin-top: 110px;
margin-left: 20px;
margin-right: 20px;
text-align: center;
}
}@media (max-width: 767px){#s-596c8d0b-3a2a-4bfd-97f4-5e6892cadbbe {
  margin-top: 110px;
margin-left: 20px;
margin-right: 20px;
text-align: center;
}
}
#s-596c8d0b-3a2a-4bfd-97f4-5e6892cadbbe .shogun-heading-component h2 {
  color: rgba(215, 215, 215, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 0.8em;
  letter-spacing: 3px;
  
}


@media (min-width: 1200px){#s-596c8d0b-3a2a-4bfd-97f4-5e6892cadbbe .shogun-heading-component h2 {
  color: rgba(215, 215, 215, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-596c8d0b-3a2a-4bfd-97f4-5e6892cadbbe .shogun-heading-component h2 {
  color: rgba(215, 215, 215, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}@media (max-width: 767px){#s-596c8d0b-3a2a-4bfd-97f4-5e6892cadbbe .shogun-heading-component h2 {
  color: rgba(215, 215, 215, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}
#s-992fb639-6aa3-4f2e-9482-97e37a9d72fc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-992fb639-6aa3-4f2e-9482-97e37a9d72fc {
  margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-992fb639-6aa3-4f2e-9482-97e37a9d72fc {
  margin-top: 0px;
margin-left: 0px;
margin-right: 30px;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-992fb639-6aa3-4f2e-9482-97e37a9d72fc {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
text-align: center;
}
}@media (max-width: 767px){#s-992fb639-6aa3-4f2e-9482-97e37a9d72fc {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
text-align: center;
}
}
#s-992fb639-6aa3-4f2e-9482-97e37a9d72fc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}



#s-13243055-c3cf-4672-b365-2335b2f02ebf {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 30px;
max-width: 600px;
text-align: center;
}
@media (min-width: 1200px){#s-13243055-c3cf-4672-b365-2335b2f02ebf {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13243055-c3cf-4672-b365-2335b2f02ebf {
  margin-left: 0px;
margin-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-13243055-c3cf-4672-b365-2335b2f02ebf {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
}@media (max-width: 767px){#s-13243055-c3cf-4672-b365-2335b2f02ebf {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}
}
.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-ec5081ac-1c91-4125-898c-36348bc5d4a1 {
  border-style: solid;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 16px;
padding-left: 20px;
padding-bottom: 16px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ec5081ac-1c91-4125-898c-36348bc5d4a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ec5081ac-1c91-4125-898c-36348bc5d4a1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ec5081ac-1c91-4125-898c-36348bc5d4a1 {
  display: none;
}
#s-ec5081ac-1c91-4125-898c-36348bc5d4a1, #wrap-s-ec5081ac-1c91-4125-898c-36348bc5d4a1, #wrap-content-s-ec5081ac-1c91-4125-898c-36348bc5d4a1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec5081ac-1c91-4125-898c-36348bc5d4a1 {
  display: none;
}
#s-ec5081ac-1c91-4125-898c-36348bc5d4a1, #wrap-s-ec5081ac-1c91-4125-898c-36348bc5d4a1, #wrap-content-s-ec5081ac-1c91-4125-898c-36348bc5d4a1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec5081ac-1c91-4125-898c-36348bc5d4a1 {
  display: none;
}
#s-ec5081ac-1c91-4125-898c-36348bc5d4a1, #wrap-s-ec5081ac-1c91-4125-898c-36348bc5d4a1, #wrap-content-s-ec5081ac-1c91-4125-898c-36348bc5d4a1 { display: none !important; }}@media (max-width: 767px){#s-ec5081ac-1c91-4125-898c-36348bc5d4a1 {
  display: none;
}
#s-ec5081ac-1c91-4125-898c-36348bc5d4a1, #wrap-s-ec5081ac-1c91-4125-898c-36348bc5d4a1, #wrap-content-s-ec5081ac-1c91-4125-898c-36348bc5d4a1 { display: none !important; }}

  #s-ec5081ac-1c91-4125-898c-36348bc5d4a1-root {
    text-align: left;
  }


#s-ec5081ac-1c91-4125-898c-36348bc5d4a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ec5081ac-1c91-4125-898c-36348bc5d4a1-root {
    text-align: left;
  }


#s-ec5081ac-1c91-4125-898c-36348bc5d4a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ec5081ac-1c91-4125-898c-36348bc5d4a1-root {
    text-align: left;
  }


#s-ec5081ac-1c91-4125-898c-36348bc5d4a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ec5081ac-1c91-4125-898c-36348bc5d4a1-root {
    text-align: left;
  }


#s-ec5081ac-1c91-4125-898c-36348bc5d4a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ec5081ac-1c91-4125-898c-36348bc5d4a1-root {
    text-align: left;
  }


#s-ec5081ac-1c91-4125-898c-36348bc5d4a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a48d4ba6-b23c-4504-ae29-6e11be722292 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.3em;
letter-spacing: 2px;
}
#s-a48d4ba6-b23c-4504-ae29-6e11be722292:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a48d4ba6-b23c-4504-ae29-6e11be722292:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 992px) and (max-width: 1199px){#s-a48d4ba6-b23c-4504-ae29-6e11be722292 {
  margin-left: 20px;
margin-bottom: 40px;
margin-right: 40px;
max-width: 1200px;
text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a48d4ba6-b23c-4504-ae29-6e11be722292 {
  margin-top: 0px;
margin-bottom: 20px;
text-align: center;
}
}@media (max-width: 767px){#s-a48d4ba6-b23c-4504-ae29-6e11be722292 {
  margin-bottom: 20px;
text-align: center;
}
}

  #s-a48d4ba6-b23c-4504-ae29-6e11be722292-root {
    text-align: left;
  }


#s-a48d4ba6-b23c-4504-ae29-6e11be722292.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a48d4ba6-b23c-4504-ae29-6e11be722292-root {
    text-align: left;
  }


#s-a48d4ba6-b23c-4504-ae29-6e11be722292.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a48d4ba6-b23c-4504-ae29-6e11be722292-root {
    text-align: center;
  }


#s-a48d4ba6-b23c-4504-ae29-6e11be722292.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a48d4ba6-b23c-4504-ae29-6e11be722292-root {
    text-align: center;
  }


#s-a48d4ba6-b23c-4504-ae29-6e11be722292.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a48d4ba6-b23c-4504-ae29-6e11be722292-root {
    text-align: center;
  }


#s-a48d4ba6-b23c-4504-ae29-6e11be722292.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-2d4642f7-66c0-4ad2-a446-db27c85b08c2 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 1000px;
background-color: rgba(0, 0, 0, 0);
}








#s-2d4642f7-66c0-4ad2-a446-db27c85b08c2 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
  display: block;
}#s-2d4642f7-66c0-4ad2-a446-db27c85b08c2.shg-box.shg-c {
  justify-content: center;
}

#s-596722d3-3348-46f7-8098-cab01150bbd2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-59d270ff-646d-42cb-821f-70da1a3ddeac {
  margin-top: 120px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-59d270ff-646d-42cb-821f-70da1a3ddeac {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-59d270ff-646d-42cb-821f-70da1a3ddeac {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-59d270ff-646d-42cb-821f-70da1a3ddeac {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-59d270ff-646d-42cb-821f-70da1a3ddeac {
  margin-top: 0px;
}
}
#s-230a3fd4-7ea8-4e99-bb22-11d15a8cd1da {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
min-height: 1px;
max-width: 1160px;
}








#s-230a3fd4-7ea8-4e99-bb22-11d15a8cd1da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-230a3fd4-7ea8-4e99-bb22-11d15a8cd1da.shg-box.shg-c {
  justify-content: center;
}

#s-8ddb52c3-7032-46e2-9603-3604725019a0 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-8ddb52c3-7032-46e2-9603-3604725019a0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8ddb52c3-7032-46e2-9603-3604725019a0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8ddb52c3-7032-46e2-9603-3604725019a0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8ddb52c3-7032-46e2-9603-3604725019a0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a480309f-318a-4f32-bcda-363a41f77c84 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(53, 152, 219, 1);
border-style: solid;
border-radius: 8px;
min-height: 150px;
max-width: 150px;
background-position: center center;
}

#s-a480309f-318a-4f32-bcda-363a41f77c84 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a480309f-318a-4f32-bcda-363a41f77c84 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-a480309f-318a-4f32-bcda-363a41f77c84.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a480309f-318a-4f32-bcda-363a41f77c84 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-a480309f-318a-4f32-bcda-363a41f77c84.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a480309f-318a-4f32-bcda-363a41f77c84 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-a480309f-318a-4f32-bcda-363a41f77c84.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a480309f-318a-4f32-bcda-363a41f77c84 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-a480309f-318a-4f32-bcda-363a41f77c84.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a480309f-318a-4f32-bcda-363a41f77c84 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-a480309f-318a-4f32-bcda-363a41f77c84.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a480309f-318a-4f32-bcda-363a41f77c84 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-a480309f-318a-4f32-bcda-363a41f77c84.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a480309f-318a-4f32-bcda-363a41f77c84 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-a480309f-318a-4f32-bcda-363a41f77c84.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a480309f-318a-4f32-bcda-363a41f77c84 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-a480309f-318a-4f32-bcda-363a41f77c84.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-a480309f-318a-4f32-bcda-363a41f77c84 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
  display: block;
}#s-a480309f-318a-4f32-bcda-363a41f77c84.shg-box.shg-c {
  justify-content: center;
}

#s-2201519f-07d1-4cb9-ad61-2ed83be714ee {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2201519f-07d1-4cb9-ad61-2ed83be714ee .shogun-heading-component h4 {
  color: rgba(252, 252, 252, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



.shg-align-container {
  box-sizing: border-box;
}

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

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

.shg-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-956b8c0c-3a58-40d7-9404-24297e0ff434 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-956b8c0c-3a58-40d7-9404-24297e0ff434 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-956b8c0c-3a58-40d7-9404-24297e0ff434-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-956b8c0c-3a58-40d7-9404-24297e0ff434 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-956b8c0c-3a58-40d7-9404-24297e0ff434 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-956b8c0c-3a58-40d7-9404-24297e0ff434 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-956b8c0c-3a58-40d7-9404-24297e0ff434 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

      
    max-width: 250px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-956b8c0c-3a58-40d7-9404-24297e0ff434 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-956b8c0c-3a58-40d7-9404-24297e0ff434.shg-align-container {
  display: flex;
  justify-content: center
}

.s-956b8c0c-3a58-40d7-9404-24297e0ff434.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-956b8c0c-3a58-40d7-9404-24297e0ff434.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-956b8c0c-3a58-40d7-9404-24297e0ff434 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-956b8c0c-3a58-40d7-9404-24297e0ff434-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-956b8c0c-3a58-40d7-9404-24297e0ff434 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-956b8c0c-3a58-40d7-9404-24297e0ff434 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-956b8c0c-3a58-40d7-9404-24297e0ff434 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-956b8c0c-3a58-40d7-9404-24297e0ff434 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

      
    max-width: 250px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-956b8c0c-3a58-40d7-9404-24297e0ff434 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-956b8c0c-3a58-40d7-9404-24297e0ff434.shg-align-container {
  display: flex;
  justify-content: center
}

.s-956b8c0c-3a58-40d7-9404-24297e0ff434.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-956b8c0c-3a58-40d7-9404-24297e0ff434.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-956b8c0c-3a58-40d7-9404-24297e0ff434 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-956b8c0c-3a58-40d7-9404-24297e0ff434-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-956b8c0c-3a58-40d7-9404-24297e0ff434 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-956b8c0c-3a58-40d7-9404-24297e0ff434 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-956b8c0c-3a58-40d7-9404-24297e0ff434 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-956b8c0c-3a58-40d7-9404-24297e0ff434 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

      
    max-width: 250px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-956b8c0c-3a58-40d7-9404-24297e0ff434 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-956b8c0c-3a58-40d7-9404-24297e0ff434.shg-align-container {
  display: flex;
  justify-content: center
}

.s-956b8c0c-3a58-40d7-9404-24297e0ff434.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-956b8c0c-3a58-40d7-9404-24297e0ff434.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-956b8c0c-3a58-40d7-9404-24297e0ff434 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-956b8c0c-3a58-40d7-9404-24297e0ff434-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-956b8c0c-3a58-40d7-9404-24297e0ff434 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-956b8c0c-3a58-40d7-9404-24297e0ff434 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-956b8c0c-3a58-40d7-9404-24297e0ff434 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-956b8c0c-3a58-40d7-9404-24297e0ff434 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

      
    max-width: 250px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-956b8c0c-3a58-40d7-9404-24297e0ff434 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-956b8c0c-3a58-40d7-9404-24297e0ff434.shg-align-container {
  display: flex;
  justify-content: center
}

.s-956b8c0c-3a58-40d7-9404-24297e0ff434.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-956b8c0c-3a58-40d7-9404-24297e0ff434.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-956b8c0c-3a58-40d7-9404-24297e0ff434 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-956b8c0c-3a58-40d7-9404-24297e0ff434-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-956b8c0c-3a58-40d7-9404-24297e0ff434 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-956b8c0c-3a58-40d7-9404-24297e0ff434 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-956b8c0c-3a58-40d7-9404-24297e0ff434 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-956b8c0c-3a58-40d7-9404-24297e0ff434 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

      
    max-width: 250px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-956b8c0c-3a58-40d7-9404-24297e0ff434 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-956b8c0c-3a58-40d7-9404-24297e0ff434.shg-align-container {
  display: flex;
  justify-content: center
}

.s-956b8c0c-3a58-40d7-9404-24297e0ff434.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-956b8c0c-3a58-40d7-9404-24297e0ff434.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ddf5e716-e489-4b62-a37d-e5b7b685be6a {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(53, 152, 219, 1);
border-style: solid;
border-radius: 8px;
min-height: 150px;
max-width: 150px;
background-position: center center;
}

#s-ddf5e716-e489-4b62-a37d-e5b7b685be6a {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ddf5e716-e489-4b62-a37d-e5b7b685be6a {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-ddf5e716-e489-4b62-a37d-e5b7b685be6a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ddf5e716-e489-4b62-a37d-e5b7b685be6a {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-ddf5e716-e489-4b62-a37d-e5b7b685be6a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ddf5e716-e489-4b62-a37d-e5b7b685be6a {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-ddf5e716-e489-4b62-a37d-e5b7b685be6a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ddf5e716-e489-4b62-a37d-e5b7b685be6a {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-ddf5e716-e489-4b62-a37d-e5b7b685be6a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ddf5e716-e489-4b62-a37d-e5b7b685be6a {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-ddf5e716-e489-4b62-a37d-e5b7b685be6a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ddf5e716-e489-4b62-a37d-e5b7b685be6a {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-ddf5e716-e489-4b62-a37d-e5b7b685be6a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ddf5e716-e489-4b62-a37d-e5b7b685be6a {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-ddf5e716-e489-4b62-a37d-e5b7b685be6a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ddf5e716-e489-4b62-a37d-e5b7b685be6a {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-ddf5e716-e489-4b62-a37d-e5b7b685be6a.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-ddf5e716-e489-4b62-a37d-e5b7b685be6a > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
  display: block;
}#s-ddf5e716-e489-4b62-a37d-e5b7b685be6a.shg-box.shg-c {
  justify-content: center;
}

#s-d57398f6-626d-4d80-a46f-7aaa1ea35132 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d57398f6-626d-4d80-a46f-7aaa1ea35132 .shogun-heading-component h4 {
  color: rgba(252, 252, 252, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}



#s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 {
  margin-left: auto;
margin-bottom: -27px;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: -27px;
}

#s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  padding-bottom: 0px;
}


.shg-image-content-margin-container-s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

      
    max-width: 250px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

      
    max-width: 250px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

      
    max-width: 250px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

      
    max-width: 250px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

      
    max-width: 250px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39eb8f03-2bb3-4e6f-8251-8c43e9deb9f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cb41db6e-930e-4674-8354-31c130ea849d {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(53, 152, 219, 1);
border-style: solid;
border-radius: 8px;
min-height: 150px;
max-width: 150px;
background-position: center center;
}

#s-cb41db6e-930e-4674-8354-31c130ea849d {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cb41db6e-930e-4674-8354-31c130ea849d {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-cb41db6e-930e-4674-8354-31c130ea849d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cb41db6e-930e-4674-8354-31c130ea849d {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-cb41db6e-930e-4674-8354-31c130ea849d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cb41db6e-930e-4674-8354-31c130ea849d {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-cb41db6e-930e-4674-8354-31c130ea849d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cb41db6e-930e-4674-8354-31c130ea849d {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-cb41db6e-930e-4674-8354-31c130ea849d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cb41db6e-930e-4674-8354-31c130ea849d {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-cb41db6e-930e-4674-8354-31c130ea849d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cb41db6e-930e-4674-8354-31c130ea849d {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-cb41db6e-930e-4674-8354-31c130ea849d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cb41db6e-930e-4674-8354-31c130ea849d {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-cb41db6e-930e-4674-8354-31c130ea849d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cb41db6e-930e-4674-8354-31c130ea849d {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-cb41db6e-930e-4674-8354-31c130ea849d.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-cb41db6e-930e-4674-8354-31c130ea849d > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
  display: block;
}#s-cb41db6e-930e-4674-8354-31c130ea849d.shg-box.shg-c {
  justify-content: center;
}

#s-613b500a-3848-4340-bc1c-c45f770d2753 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 9px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-613b500a-3848-4340-bc1c-c45f770d2753 .shogun-heading-component h4 {
  color: rgba(252, 252, 252, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae {
  margin-left: auto;
margin-bottom: -27px;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: -27px;
}

#s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  padding-bottom: 0px;
}


.shg-image-content-margin-container-s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

      
    max-width: 250px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

      
    max-width: 250px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

      
    max-width: 250px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

      
    max-width: 250px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

      
    max-width: 250px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24ff6e31-3d1d-49c1-b7a9-8d7c198c57ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-636d0e9a-0444-4b9a-bb63-2951a02196c8 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(53, 152, 219, 1);
border-style: solid;
border-radius: 8px;
min-height: 150px;
max-width: 150px;
background-position: center center;
}

#s-636d0e9a-0444-4b9a-bb63-2951a02196c8 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-636d0e9a-0444-4b9a-bb63-2951a02196c8 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-636d0e9a-0444-4b9a-bb63-2951a02196c8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-636d0e9a-0444-4b9a-bb63-2951a02196c8 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-636d0e9a-0444-4b9a-bb63-2951a02196c8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-636d0e9a-0444-4b9a-bb63-2951a02196c8 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-636d0e9a-0444-4b9a-bb63-2951a02196c8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-636d0e9a-0444-4b9a-bb63-2951a02196c8 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-636d0e9a-0444-4b9a-bb63-2951a02196c8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-636d0e9a-0444-4b9a-bb63-2951a02196c8 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-636d0e9a-0444-4b9a-bb63-2951a02196c8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-636d0e9a-0444-4b9a-bb63-2951a02196c8 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-636d0e9a-0444-4b9a-bb63-2951a02196c8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-636d0e9a-0444-4b9a-bb63-2951a02196c8 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-636d0e9a-0444-4b9a-bb63-2951a02196c8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-636d0e9a-0444-4b9a-bb63-2951a02196c8 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-636d0e9a-0444-4b9a-bb63-2951a02196c8.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-636d0e9a-0444-4b9a-bb63-2951a02196c8 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
  display: block;
}#s-636d0e9a-0444-4b9a-bb63-2951a02196c8.shg-box.shg-c {
  justify-content: center;
}

#s-be5a18ce-c797-477c-b803-f175bd81427b {
  margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be5a18ce-c797-477c-b803-f175bd81427b .shogun-heading-component h4 {
  color: rgba(252, 252, 252, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}



#s-a8e6f1b2-c59d-477b-875f-21971b0b947d {
  margin-left: auto;
margin-bottom: -4px;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-a8e6f1b2-c59d-477b-875f-21971b0b947d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a8e6f1b2-c59d-477b-875f-21971b0b947d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a8e6f1b2-c59d-477b-875f-21971b0b947d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: -4px;
}

#s-a8e6f1b2-c59d-477b-875f-21971b0b947d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a8e6f1b2-c59d-477b-875f-21971b0b947d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a8e6f1b2-c59d-477b-875f-21971b0b947d img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

      
    max-width: 250px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a8e6f1b2-c59d-477b-875f-21971b0b947d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a8e6f1b2-c59d-477b-875f-21971b0b947d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8e6f1b2-c59d-477b-875f-21971b0b947d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8e6f1b2-c59d-477b-875f-21971b0b947d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a8e6f1b2-c59d-477b-875f-21971b0b947d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a8e6f1b2-c59d-477b-875f-21971b0b947d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a8e6f1b2-c59d-477b-875f-21971b0b947d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a8e6f1b2-c59d-477b-875f-21971b0b947d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a8e6f1b2-c59d-477b-875f-21971b0b947d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a8e6f1b2-c59d-477b-875f-21971b0b947d img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

      
    max-width: 250px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a8e6f1b2-c59d-477b-875f-21971b0b947d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a8e6f1b2-c59d-477b-875f-21971b0b947d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8e6f1b2-c59d-477b-875f-21971b0b947d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8e6f1b2-c59d-477b-875f-21971b0b947d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a8e6f1b2-c59d-477b-875f-21971b0b947d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a8e6f1b2-c59d-477b-875f-21971b0b947d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a8e6f1b2-c59d-477b-875f-21971b0b947d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a8e6f1b2-c59d-477b-875f-21971b0b947d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a8e6f1b2-c59d-477b-875f-21971b0b947d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a8e6f1b2-c59d-477b-875f-21971b0b947d img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

      
    max-width: 250px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a8e6f1b2-c59d-477b-875f-21971b0b947d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a8e6f1b2-c59d-477b-875f-21971b0b947d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8e6f1b2-c59d-477b-875f-21971b0b947d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8e6f1b2-c59d-477b-875f-21971b0b947d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a8e6f1b2-c59d-477b-875f-21971b0b947d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a8e6f1b2-c59d-477b-875f-21971b0b947d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a8e6f1b2-c59d-477b-875f-21971b0b947d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a8e6f1b2-c59d-477b-875f-21971b0b947d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a8e6f1b2-c59d-477b-875f-21971b0b947d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a8e6f1b2-c59d-477b-875f-21971b0b947d img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

      
    max-width: 250px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a8e6f1b2-c59d-477b-875f-21971b0b947d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a8e6f1b2-c59d-477b-875f-21971b0b947d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8e6f1b2-c59d-477b-875f-21971b0b947d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8e6f1b2-c59d-477b-875f-21971b0b947d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a8e6f1b2-c59d-477b-875f-21971b0b947d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a8e6f1b2-c59d-477b-875f-21971b0b947d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a8e6f1b2-c59d-477b-875f-21971b0b947d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a8e6f1b2-c59d-477b-875f-21971b0b947d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a8e6f1b2-c59d-477b-875f-21971b0b947d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a8e6f1b2-c59d-477b-875f-21971b0b947d img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

      
    max-width: 250px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a8e6f1b2-c59d-477b-875f-21971b0b947d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a8e6f1b2-c59d-477b-875f-21971b0b947d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8e6f1b2-c59d-477b-875f-21971b0b947d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8e6f1b2-c59d-477b-875f-21971b0b947d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-1e7908d3-a4b8-4b43-916c-eae6c51fd544 {
  margin-left: auto;
margin-right: auto;
}

#s-1e7908d3-a4b8-4b43-916c-eae6c51fd544 hr {
  border-top: 1px solid #ddd;
}

#s-0a41b260-259b-400f-87f8-44234dcb4a3d {
  margin-left: 0px;
margin-right: 16px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-0a41b260-259b-400f-87f8-44234dcb4a3d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a41b260-259b-400f-87f8-44234dcb4a3d {
  
}
}@media (max-width: 767px){#s-0a41b260-259b-400f-87f8-44234dcb4a3d {
  
}
}







#s-0a41b260-259b-400f-87f8-44234dcb4a3d > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
  display: block;
}#s-0a41b260-259b-400f-87f8-44234dcb4a3d.shg-box.shg-c {
  justify-content: center;
}

#s-6d99e7ce-487e-48d2-9199-c1e420c25c17 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
min-height: 120px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-e70a9064-60e6-44e1-a2b9-95dcbc4ed8fe {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (max-width: 767px){#s-e70a9064-60e6-44e1-a2b9-95dcbc4ed8fe {
  display: none;
}
#s-e70a9064-60e6-44e1-a2b9-95dcbc4ed8fe, #wrap-s-e70a9064-60e6-44e1-a2b9-95dcbc4ed8fe, #wrap-content-s-e70a9064-60e6-44e1-a2b9-95dcbc4ed8fe { display: none !important; }}
@media (min-width: 0px) {
[id="s-e70a9064-60e6-44e1-a2b9-95dcbc4ed8fe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e70a9064-60e6-44e1-a2b9-95dcbc4ed8fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e70a9064-60e6-44e1-a2b9-95dcbc4ed8fe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e70a9064-60e6-44e1-a2b9-95dcbc4ed8fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e70a9064-60e6-44e1-a2b9-95dcbc4ed8fe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e70a9064-60e6-44e1-a2b9-95dcbc4ed8fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e70a9064-60e6-44e1-a2b9-95dcbc4ed8fe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.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);
  max-width: -moz-max-content;
  max-width: max-content;
}

.shg-product-image-wrapper {
  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-b4749709-6099-4894-89d6-5aec7e099a21 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 {
  max-width:  100%;
}

.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 .shg-image-zoom,
.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 img.shogun-image,
.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 .shg-image-zoom,
.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 img.shogun-image {
  aspect-ratio: 1400/760;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 8px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 {
  max-width:  100%;
}

.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 .shg-image-zoom,
.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 img.shogun-image,
.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 .shg-image-zoom,
.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 img.shogun-image {
  aspect-ratio: 1400/760;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 8px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 {
  max-width:  100%;
}

.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 .shg-image-zoom,
.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 img.shogun-image,
.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 .shg-image-zoom,
.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 img.shogun-image {
  aspect-ratio: 1400/760;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 8px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 {
  max-width:  100%;
}

.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 .shg-image-zoom,
.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 img.shogun-image,
.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 .shg-image-zoom,
.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 img.shogun-image {
  aspect-ratio: 1400/760;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 8px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 {
  max-width:  100%;
}

.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 .shg-image-zoom,
.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 img.shogun-image,
.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 .shg-image-zoom,
.shg-c#s-b4749709-6099-4894-89d6-5aec7e099a21 img.shogun-image {
  aspect-ratio: 1400/760;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 8px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-689660ee-7235-4157-bbf0-688dcee7182b {
  margin-top: 54px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-689660ee-7235-4157-bbf0-688dcee7182b {
  margin-top: 10px;
}
}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  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-64c72cef-0106-429b-b795-5c4d43f9723d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-64c72cef-0106-429b-b795-5c4d43f9723d .shg-product-title-component h2 span {
  color: rgba(34, 34, 34, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}

#s-cddde509-ce8e-4321-a392-3e150adbe5cc {
  margin-top: 54px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-cddde509-ce8e-4321-a392-3e150adbe5cc {
  margin-top: 10px;
}
}
#s-bc683e76-4701-4feb-a596-501224e2ed30 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 5px;
text-align: left;
}

#s-bc683e76-4701-4feb-a596-501224e2ed30 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-bc683e76-4701-4feb-a596-501224e2ed30 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-bc683e76-4701-4feb-a596-501224e2ed30 .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;
}

.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-left {
  text-align: left;
}

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

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

#s-aaac51fb-af26-4d64-a931-ea023b1fd1f0 {
  margin-left: auto;
margin-right: auto;
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: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: #252525;
background-image: none;
hover-type: color;
}
#s-aaac51fb-af26-4d64-a931-ea023b1fd1f0:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-aaac51fb-af26-4d64-a931-ea023b1fd1f0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-aaac51fb-af26-4d64-a931-ea023b1fd1f0 {
  margin-top: 60px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aaac51fb-af26-4d64-a931-ea023b1fd1f0 {
  margin-top: 60px;
margin-bottom: 60px;
}
}

  #s-aaac51fb-af26-4d64-a931-ea023b1fd1f0-atc-btn-wrapper {
    text-align: center;
  }


#s-aaac51fb-af26-4d64-a931-ea023b1fd1f0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aaac51fb-af26-4d64-a931-ea023b1fd1f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aaac51fb-af26-4d64-a931-ea023b1fd1f0.shg-btn {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-aaac51fb-af26-4d64-a931-ea023b1fd1f0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-aaac51fb-af26-4d64-a931-ea023b1fd1f0-atc-btn-wrapper {
    text-align: center;
  }


#s-aaac51fb-af26-4d64-a931-ea023b1fd1f0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aaac51fb-af26-4d64-a931-ea023b1fd1f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aaac51fb-af26-4d64-a931-ea023b1fd1f0.shg-btn {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-aaac51fb-af26-4d64-a931-ea023b1fd1f0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-aaac51fb-af26-4d64-a931-ea023b1fd1f0-atc-btn-wrapper {
    text-align: center;
  }


#s-aaac51fb-af26-4d64-a931-ea023b1fd1f0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aaac51fb-af26-4d64-a931-ea023b1fd1f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aaac51fb-af26-4d64-a931-ea023b1fd1f0.shg-btn {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-aaac51fb-af26-4d64-a931-ea023b1fd1f0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-aaac51fb-af26-4d64-a931-ea023b1fd1f0-atc-btn-wrapper {
    text-align: center;
  }


#s-aaac51fb-af26-4d64-a931-ea023b1fd1f0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aaac51fb-af26-4d64-a931-ea023b1fd1f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aaac51fb-af26-4d64-a931-ea023b1fd1f0.shg-btn {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-aaac51fb-af26-4d64-a931-ea023b1fd1f0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-aaac51fb-af26-4d64-a931-ea023b1fd1f0-atc-btn-wrapper {
    text-align: center;
  }


#s-aaac51fb-af26-4d64-a931-ea023b1fd1f0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aaac51fb-af26-4d64-a931-ea023b1fd1f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aaac51fb-af26-4d64-a931-ea023b1fd1f0.shg-btn {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-aaac51fb-af26-4d64-a931-ea023b1fd1f0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-0c2bf534-ca2a-4646-a423-0117fe37cf79 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-0c2bf534-ca2a-4646-a423-0117fe37cf79 {
  display: none;
}
#s-0c2bf534-ca2a-4646-a423-0117fe37cf79, #wrap-s-0c2bf534-ca2a-4646-a423-0117fe37cf79, #wrap-content-s-0c2bf534-ca2a-4646-a423-0117fe37cf79 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c2bf534-ca2a-4646-a423-0117fe37cf79 {
  display: none;
}
#s-0c2bf534-ca2a-4646-a423-0117fe37cf79, #wrap-s-0c2bf534-ca2a-4646-a423-0117fe37cf79, #wrap-content-s-0c2bf534-ca2a-4646-a423-0117fe37cf79 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c2bf534-ca2a-4646-a423-0117fe37cf79 {
  display: none;
}
#s-0c2bf534-ca2a-4646-a423-0117fe37cf79, #wrap-s-0c2bf534-ca2a-4646-a423-0117fe37cf79, #wrap-content-s-0c2bf534-ca2a-4646-a423-0117fe37cf79 { display: none !important; }}







#s-0c2bf534-ca2a-4646-a423-0117fe37cf79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c2bf534-ca2a-4646-a423-0117fe37cf79.shg-box.shg-c {
  justify-content: center;
}

#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}


.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 {
  max-width:  100%;
}

.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 .shg-image-zoom,
.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 img.shogun-image,
.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 .shg-image-zoom,
.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 img.shogun-image {
  aspect-ratio: 1400/760;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 8px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 {
  max-width:  100%;
}

.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 .shg-image-zoom,
.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 img.shogun-image,
.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 .shg-image-zoom,
.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 img.shogun-image {
  aspect-ratio: 1400/760;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 8px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 {
  max-width:  100%;
}

.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 .shg-image-zoom,
.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 img.shogun-image,
.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 .shg-image-zoom,
.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 img.shogun-image {
  aspect-ratio: 1400/760;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 8px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 {
  max-width:  100%;
}

.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 .shg-image-zoom,
.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 img.shogun-image,
.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 .shg-image-zoom,
.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 img.shogun-image {
  aspect-ratio: 1400/760;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 8px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 {
  max-width:  100%;
}

.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 .shg-image-zoom,
.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 img.shogun-image,
.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 .shg-image-zoom,
.shg-c#s-ca8ef291-7320-4fec-8c5d-4f187fa51a05 img.shogun-image {
  aspect-ratio: 1400/760;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 8px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8ca75cb6-0755-4fae-ba6f-045cc0ffaaad {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8ca75cb6-0755-4fae-ba6f-045cc0ffaaad .shg-product-title-component h2 span {
  color: rgba(34, 34, 34, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}

#s-2ed00d03-811f-4d16-bc91-fa1012093bcb {
  margin-left: auto;
margin-right: auto;
padding-bottom: 5px;
text-align: center;
}

#s-2ed00d03-811f-4d16-bc91-fa1012093bcb .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2ed00d03-811f-4d16-bc91-fa1012093bcb .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-2ed00d03-811f-4d16-bc91-fa1012093bcb .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-bcdcfedc-36c4-4a34-890d-925e63a35587 {
  margin-left: auto;
margin-right: auto;
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: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: #252525;
background-image: none;
hover-type: color;
}
#s-bcdcfedc-36c4-4a34-890d-925e63a35587:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-bcdcfedc-36c4-4a34-890d-925e63a35587:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bcdcfedc-36c4-4a34-890d-925e63a35587 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bcdcfedc-36c4-4a34-890d-925e63a35587 {
  margin-top: 0px;
margin-bottom: 0px;
}
}

  #s-bcdcfedc-36c4-4a34-890d-925e63a35587-atc-btn-wrapper {
    text-align: center;
  }


#s-bcdcfedc-36c4-4a34-890d-925e63a35587 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bcdcfedc-36c4-4a34-890d-925e63a35587.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bcdcfedc-36c4-4a34-890d-925e63a35587.shg-btn {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-bcdcfedc-36c4-4a34-890d-925e63a35587.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-bcdcfedc-36c4-4a34-890d-925e63a35587-atc-btn-wrapper {
    text-align: center;
  }


#s-bcdcfedc-36c4-4a34-890d-925e63a35587 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bcdcfedc-36c4-4a34-890d-925e63a35587.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bcdcfedc-36c4-4a34-890d-925e63a35587.shg-btn {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-bcdcfedc-36c4-4a34-890d-925e63a35587.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-bcdcfedc-36c4-4a34-890d-925e63a35587-atc-btn-wrapper {
    text-align: center;
  }


#s-bcdcfedc-36c4-4a34-890d-925e63a35587 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bcdcfedc-36c4-4a34-890d-925e63a35587.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bcdcfedc-36c4-4a34-890d-925e63a35587.shg-btn {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-bcdcfedc-36c4-4a34-890d-925e63a35587.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-bcdcfedc-36c4-4a34-890d-925e63a35587-atc-btn-wrapper {
    text-align: center;
  }


#s-bcdcfedc-36c4-4a34-890d-925e63a35587 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bcdcfedc-36c4-4a34-890d-925e63a35587.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bcdcfedc-36c4-4a34-890d-925e63a35587.shg-btn {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-bcdcfedc-36c4-4a34-890d-925e63a35587.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-bcdcfedc-36c4-4a34-890d-925e63a35587-atc-btn-wrapper {
    text-align: center;
  }


#s-bcdcfedc-36c4-4a34-890d-925e63a35587 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bcdcfedc-36c4-4a34-890d-925e63a35587.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bcdcfedc-36c4-4a34-890d-925e63a35587.shg-btn {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-bcdcfedc-36c4-4a34-890d-925e63a35587.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-05e680bb-7bf1-418a-a0a1-48872464d2e6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1000px;
}

#s-05e680bb-7bf1-418a-a0a1-48872464d2e6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-05e680bb-7bf1-418a-a0a1-48872464d2e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(1, 95, 169, 1);
  padding: 10px;
}

#s-05e680bb-7bf1-418a-a0a1-48872464d2e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-05e680bb-7bf1-418a-a0a1-48872464d2e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-05e680bb-7bf1-418a-a0a1-48872464d2e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 700;
  font-style: ;
  font-size: 16px;
}

#s-05e680bb-7bf1-418a-a0a1-48872464d2e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-34a03441-dd0a-44bb-ac79-5c8e273d839a {
  box-shadow:1px 1px 20px 10px rgba(204, 204, 204, 1);
margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
text-align: left;
}
@media (max-width: 767px){#s-34a03441-dd0a-44bb-ac79-5c8e273d839a {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 20px;
}
}
#s-e3fedb78-2b78-4ee0-b575-f34272e01a61 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e3fedb78-2b78-4ee0-b575-f34272e01a61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3fedb78-2b78-4ee0-b575-f34272e01a61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e3fedb78-2b78-4ee0-b575-f34272e01a61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3fedb78-2b78-4ee0-b575-f34272e01a61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d721240e-c35f-4a53-b3c3-2ee894212926 {
  box-shadow:1px 1px 20px 10px rgba(204, 204, 204, 1);
margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
text-align: left;
}
@media (max-width: 767px){#s-d721240e-c35f-4a53-b3c3-2ee894212926 {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 20px;
}
}
#s-dc35e3e5-9f45-4883-a0c6-138ac9309b2d {
  box-shadow:1px 1px 20px 10px rgba(204, 204, 204, 1);
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
text-align: left;
}
@media (max-width: 767px){#s-dc35e3e5-9f45-4883-a0c6-138ac9309b2d {
  margin-top: 0px;
margin-left: 20px;
}
}
#s-adc97884-f6ec-4425-85f9-db0d14e07f36 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-2617dd72-e22b-43b7-8488-84da6792e7f9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-2617dd72-e22b-43b7-8488-84da6792e7f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2617dd72-e22b-43b7-8488-84da6792e7f9.shg-box.shg-c {
  justify-content: center;
}

#s-e124d81e-3d69-4dda-8509-83ee301fa1f3 {
  margin-left: auto;
margin-right: auto;
}

#s-e124d81e-3d69-4dda-8509-83ee301fa1f3 hr {
  border-top: 1px solid #ddd;
}

#s-9ff1e5b5-894b-4bf5-bc20-f8ae87b5ced3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9ff1e5b5-894b-4bf5-bc20-f8ae87b5ced3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ff1e5b5-894b-4bf5-bc20-f8ae87b5ced3.shg-box.shg-c {
  justify-content: center;
}

#s-4a4553f7-daac-4335-899d-9e315f7e301c {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 600px;
}
@media (max-width: 767px){#s-4a4553f7-daac-4335-899d-9e315f7e301c {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-16c2d719-b936-4ba5-89df-bc68618034fd {
  border-style: solid;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
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: 8px;
background-color: rgba(1, 95, 169, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-16c2d719-b936-4ba5-89df-bc68618034fd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-16c2d719-b936-4ba5-89df-bc68618034fd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-16c2d719-b936-4ba5-89df-bc68618034fd-root {
    text-align: center;
  }


#s-16c2d719-b936-4ba5-89df-bc68618034fd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-16c2d719-b936-4ba5-89df-bc68618034fd-root {
    text-align: center;
  }


#s-16c2d719-b936-4ba5-89df-bc68618034fd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-16c2d719-b936-4ba5-89df-bc68618034fd-root {
    text-align: center;
  }


#s-16c2d719-b936-4ba5-89df-bc68618034fd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-16c2d719-b936-4ba5-89df-bc68618034fd-root {
    text-align: center;
  }


#s-16c2d719-b936-4ba5-89df-bc68618034fd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-16c2d719-b936-4ba5-89df-bc68618034fd-root {
    text-align: center;
  }


#s-16c2d719-b936-4ba5-89df-bc68618034fd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-540796e9-ff96-470b-895d-1bcad7fbec55 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
