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

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

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

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

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

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

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

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

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

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

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

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

#s-b87f2ea1-9db1-4138-9fbc-29e6af25e14e {
  min-height: 50px;
}








#s-b87f2ea1-9db1-4138-9fbc-29e6af25e14e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b87f2ea1-9db1-4138-9fbc-29e6af25e14e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

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

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-468ddfce-09d9-45e3-9ef8-24ba42f03281 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-468ddfce-09d9-45e3-9ef8-24ba42f03281 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-468ddfce-09d9-45e3-9ef8-24ba42f03281 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-468ddfce-09d9-45e3-9ef8-24ba42f03281 {
  
}
}







#s-468ddfce-09d9-45e3-9ef8-24ba42f03281 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 1;
}#s-468ddfce-09d9-45e3-9ef8-24ba42f03281.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f091f7b-b726-40e2-b711-a6c85e66896c {
  margin-top: 20px;
margin-bottom: 20px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5f091f7b-b726-40e2-b711-a6c85e66896c {
  display: none;
}
#s-5f091f7b-b726-40e2-b711-a6c85e66896c, #wrap-s-5f091f7b-b726-40e2-b711-a6c85e66896c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5f091f7b-b726-40e2-b711-a6c85e66896c {
  display: none;
}
#s-5f091f7b-b726-40e2-b711-a6c85e66896c, #wrap-s-5f091f7b-b726-40e2-b711-a6c85e66896c { display:none !important; }}@media (max-width: 767px){#s-5f091f7b-b726-40e2-b711-a6c85e66896c {
  
}
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

#s-1ca403a8-0de3-454e-ac1a-70cdaad4f1e8 {
  padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-1ca403a8-0de3-454e-ac1a-70cdaad4f1e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ca403a8-0de3-454e-ac1a-70cdaad4f1e8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1ca403a8-0de3-454e-ac1a-70cdaad4f1e8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1ca403a8-0de3-454e-ac1a-70cdaad4f1e8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1ca403a8-0de3-454e-ac1a-70cdaad4f1e8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ca403a8-0de3-454e-ac1a-70cdaad4f1e8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1ca403a8-0de3-454e-ac1a-70cdaad4f1e8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

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

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

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

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

#s-6d565a2a-b510-4d28-be4f-7efccc573ebf {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
max-width: 800px;
}

#s-78589b04-8df4-4af4-be23-e7f8940777ee {
  padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-78589b04-8df4-4af4-be23-e7f8940777ee {
  display: none;
}
#s-78589b04-8df4-4af4-be23-e7f8940777ee, #wrap-s-78589b04-8df4-4af4-be23-e7f8940777ee { display:none !important; }}@media (max-width: 767px){#s-78589b04-8df4-4af4-be23-e7f8940777ee {
  display: none;
}
#s-78589b04-8df4-4af4-be23-e7f8940777ee, #wrap-s-78589b04-8df4-4af4-be23-e7f8940777ee { display:none !important; }}
#s-3f051f8e-fc99-4761-b18d-614fbcd93235 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-3f051f8e-fc99-4761-b18d-614fbcd93235 {
  display: none;
}
#s-3f051f8e-fc99-4761-b18d-614fbcd93235, #wrap-s-3f051f8e-fc99-4761-b18d-614fbcd93235 { display:none !important; }}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-0085a6d8-35b1-4489-8540-f4a4e0fc9935 {
  padding-top: 10px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}
@media (max-width: 767px){#s-0085a6d8-35b1-4489-8540-f4a4e0fc9935 {
  display: none;
}
#s-0085a6d8-35b1-4489-8540-f4a4e0fc9935, #wrap-s-0085a6d8-35b1-4489-8540-f4a4e0fc9935 { display:none !important; }}






  #s-0085a6d8-35b1-4489-8540-f4a4e0fc9935 img.shogun-image {
    

    
    
    
  }


#s-0085a6d8-35b1-4489-8540-f4a4e0fc9935 .shogun-image-content {
  
    align-items: center;
  
}

#s-d968ad1d-3e6c-423d-a7c9-36505e38a93a {
  padding-top: 20px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d968ad1d-3e6c-423d-a7c9-36505e38a93a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d968ad1d-3e6c-423d-a7c9-36505e38a93a {
  
}
}@media (max-width: 767px){#s-d968ad1d-3e6c-423d-a7c9-36505e38a93a {
  
}
}
#s-44f863dd-3d27-4982-a3b5-bab6888859f8 {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-44f863dd-3d27-4982-a3b5-bab6888859f8 {
  display: none;
}
#s-44f863dd-3d27-4982-a3b5-bab6888859f8, #wrap-s-44f863dd-3d27-4982-a3b5-bab6888859f8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44f863dd-3d27-4982-a3b5-bab6888859f8 {
  display: none;
}
#s-44f863dd-3d27-4982-a3b5-bab6888859f8, #wrap-s-44f863dd-3d27-4982-a3b5-bab6888859f8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44f863dd-3d27-4982-a3b5-bab6888859f8 {
  display: none;
}
#s-44f863dd-3d27-4982-a3b5-bab6888859f8, #wrap-s-44f863dd-3d27-4982-a3b5-bab6888859f8 { display:none !important; }}
#s-67ee1b2a-14f7-4d3c-a434-37fa652e3b51 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-67ee1b2a-14f7-4d3c-a434-37fa652e3b51 {
  display: none;
}
#s-67ee1b2a-14f7-4d3c-a434-37fa652e3b51, #wrap-s-67ee1b2a-14f7-4d3c-a434-37fa652e3b51 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67ee1b2a-14f7-4d3c-a434-37fa652e3b51 {
  display: none;
}
#s-67ee1b2a-14f7-4d3c-a434-37fa652e3b51, #wrap-s-67ee1b2a-14f7-4d3c-a434-37fa652e3b51 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67ee1b2a-14f7-4d3c-a434-37fa652e3b51 {
  display: none;
}
#s-67ee1b2a-14f7-4d3c-a434-37fa652e3b51, #wrap-s-67ee1b2a-14f7-4d3c-a434-37fa652e3b51 { display:none !important; }}







#s-67ee1b2a-14f7-4d3c-a434-37fa652e3b51 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-67ee1b2a-14f7-4d3c-a434-37fa652e3b51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26763bfc-98ea-4557-a606-658102f0acd5 {
  margin-left: auto;
margin-right: auto;
max-width: 320px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-26763bfc-98ea-4557-a606-658102f0acd5 {
  display: none;
}
#s-26763bfc-98ea-4557-a606-658102f0acd5, #wrap-s-26763bfc-98ea-4557-a606-658102f0acd5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26763bfc-98ea-4557-a606-658102f0acd5 {
  display: none;
}
#s-26763bfc-98ea-4557-a606-658102f0acd5, #wrap-s-26763bfc-98ea-4557-a606-658102f0acd5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-26763bfc-98ea-4557-a606-658102f0acd5 {
  display: none;
}
#s-26763bfc-98ea-4557-a606-658102f0acd5, #wrap-s-26763bfc-98ea-4557-a606-658102f0acd5 { display:none !important; }}






  #s-26763bfc-98ea-4557-a606-658102f0acd5 img.shogun-image {
    

    
    
    
  }


#s-26763bfc-98ea-4557-a606-658102f0acd5 .shogun-image-content {
  
    align-items: center;
  
}

#s-20423b06-a8fe-4e31-9d8d-33c190591824 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-2c2a1939-0df5-4192-9041-ccd6fba20c2f {
  min-height: 50px;
}








#s-2c2a1939-0df5-4192-9041-ccd6fba20c2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c2a1939-0df5-4192-9041-ccd6fba20c2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e4f2d795-592d-4328-97d2-e2285d29b52d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-e4f2d795-592d-4328-97d2-e2285d29b52d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-e4f2d795-592d-4328-97d2-e2285d29b52d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-e4f2d795-592d-4328-97d2-e2285d29b52d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-b21ff929-0b94-4fd7-9ff3-10055ff877a4 {
  border-radius: 25px;
text-align: center;
}







  #s-b21ff929-0b94-4fd7-9ff3-10055ff877a4 img.shogun-image {
    

    
    
    
  }


#s-b21ff929-0b94-4fd7-9ff3-10055ff877a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-35f76066-a092-41ce-bd28-978e53b4e9cc {
  border-radius: 25px;
text-align: center;
}







  #s-35f76066-a092-41ce-bd28-978e53b4e9cc img.shogun-image {
    

    
    
    
  }


#s-35f76066-a092-41ce-bd28-978e53b4e9cc .shogun-image-content {
  
    align-items: center;
  
}

#s-fcce7cce-77db-42b3-a416-93376d1302c1 {
  border-radius: 25px;
text-align: center;
}







  #s-fcce7cce-77db-42b3-a416-93376d1302c1 img.shogun-image {
    

    
    
    
  }


#s-fcce7cce-77db-42b3-a416-93376d1302c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-9fbc0417-eb98-4e04-a4a9-53f76fd042d8 {
  padding-top: 10px;
}

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

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

#s-dd24033d-9633-4588-a6ea-988ba4c2e4c7 hr {
  border-top: 2px solid #ddd;
}

#s-e324a52e-0d39-4a20-8fe8-450516a83f30 {
  min-height: 50px;
}








#s-e324a52e-0d39-4a20-8fe8-450516a83f30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e324a52e-0d39-4a20-8fe8-450516a83f30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-73f83f3e-211d-4155-ab9a-d6c3ace6e31c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-73f83f3e-211d-4155-ab9a-d6c3ace6e31c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-73f83f3e-211d-4155-ab9a-d6c3ace6e31c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-73f83f3e-211d-4155-ab9a-d6c3ace6e31c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-8f72a130-35c4-4a4d-a30f-0e0d7097dd4e {
  border-radius: 25px;
text-align: center;
}







  #s-8f72a130-35c4-4a4d-a30f-0e0d7097dd4e img.shogun-image {
    

    
    
    
  }


#s-8f72a130-35c4-4a4d-a30f-0e0d7097dd4e .shogun-image-content {
  
    align-items: center;
  
}

#s-d237b026-aeb8-4955-b3f9-172ad1d5b5ec {
  border-radius: 25px;
text-align: center;
}







  #s-d237b026-aeb8-4955-b3f9-172ad1d5b5ec img.shogun-image {
    

    
    
    
  }


#s-d237b026-aeb8-4955-b3f9-172ad1d5b5ec .shogun-image-content {
  
    align-items: center;
  
}

#s-c8849464-fcbb-433f-b0f5-72d834a6b7eb {
  border-radius: 25px;
text-align: center;
}







  #s-c8849464-fcbb-433f-b0f5-72d834a6b7eb img.shogun-image {
    

    
    
    
  }


#s-c8849464-fcbb-433f-b0f5-72d834a6b7eb .shogun-image-content {
  
    align-items: center;
  
}

#s-e6c8c77c-8926-43e5-bbd3-d5075e80b66b {
  padding-top: 10px;
}

#s-51b4bf60-1dfd-4ed2-a715-f4d85345c617 hr {
  border-top: 2px solid #ddd;
}

#s-5fd05d5e-5c8e-475f-9720-c9333ba61948 {
  min-height: 50px;
}








#s-5fd05d5e-5c8e-475f-9720-c9333ba61948 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fd05d5e-5c8e-475f-9720-c9333ba61948.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9dfd9c15-febd-4fd2-96c2-b5914200de17"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-9dfd9c15-febd-4fd2-96c2-b5914200de17"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-9dfd9c15-febd-4fd2-96c2-b5914200de17"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-9dfd9c15-febd-4fd2-96c2-b5914200de17"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-266f150d-f51c-4f46-9538-a6a0905555c4 {
  border-radius: 25px;
text-align: center;
}







  #s-266f150d-f51c-4f46-9538-a6a0905555c4 img.shogun-image {
    

    
    
    
  }


#s-266f150d-f51c-4f46-9538-a6a0905555c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e58f7fd-2794-402c-9c29-9b58abdd1760 {
  border-radius: 25px;
text-align: center;
}







  #s-6e58f7fd-2794-402c-9c29-9b58abdd1760 img.shogun-image {
    

    
    
    
  }


#s-6e58f7fd-2794-402c-9c29-9b58abdd1760 .shogun-image-content {
  
    align-items: center;
  
}

#s-76fce3c1-4fce-4eaa-b1a3-4692953e3d7e {
  border-radius: 25px;
text-align: center;
}







  #s-76fce3c1-4fce-4eaa-b1a3-4692953e3d7e img.shogun-image {
    

    
    
    
  }


#s-76fce3c1-4fce-4eaa-b1a3-4692953e3d7e .shogun-image-content {
  
    align-items: center;
  
}

#s-7d9eb0a5-dd52-433c-852c-9492e556e9af {
  padding-top: 10px;
}

#s-83063f43-a66b-4765-8fae-08f2ac58efd9 hr {
  border-top: 2px solid #ddd;
}

#s-bd97bf10-a60c-4974-b706-e7d3b5efd22b {
  min-height: 50px;
}








#s-bd97bf10-a60c-4974-b706-e7d3b5efd22b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd97bf10-a60c-4974-b706-e7d3b5efd22b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d1785ad4-813f-4cc2-afcd-3d19c3f4df5c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-d1785ad4-813f-4cc2-afcd-3d19c3f4df5c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-d1785ad4-813f-4cc2-afcd-3d19c3f4df5c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-d1785ad4-813f-4cc2-afcd-3d19c3f4df5c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-44b283ff-02a9-4cea-a39c-d34fcdbc5971 {
  border-radius: 25px;
text-align: center;
}







  #s-44b283ff-02a9-4cea-a39c-d34fcdbc5971 img.shogun-image {
    

    
    
    
  }


#s-44b283ff-02a9-4cea-a39c-d34fcdbc5971 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a6d4c79-a486-4506-b83e-d3295a6823ca {
  border-radius: 25px;
text-align: center;
}







  #s-8a6d4c79-a486-4506-b83e-d3295a6823ca img.shogun-image {
    

    
    
    
  }


#s-8a6d4c79-a486-4506-b83e-d3295a6823ca .shogun-image-content {
  
    align-items: center;
  
}

#s-29982d09-8fad-4237-86f8-67e4aa18e00c {
  padding-top: 10px;
}

#s-e814bf24-edb8-4933-a890-285f69f2610a {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-21e11af1-3281-411a-b1a8-478d8b777348 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-21e11af1-3281-411a-b1a8-478d8b777348 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-21e11af1-3281-411a-b1a8-478d8b777348 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-21e11af1-3281-411a-b1a8-478d8b777348 {
  
}
}







#s-21e11af1-3281-411a-b1a8-478d8b777348 > .shg-box-overlay {
  background-color: rgba(243, 232, 222, 1);
  opacity: 1;
}#s-21e11af1-3281-411a-b1a8-478d8b777348.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f87a863a-13f0-4e27-a150-50b6d8314a9b {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f87a863a-13f0-4e27-a150-50b6d8314a9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f87a863a-13f0-4e27-a150-50b6d8314a9b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f87a863a-13f0-4e27-a150-50b6d8314a9b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f87a863a-13f0-4e27-a150-50b6d8314a9b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f87a863a-13f0-4e27-a150-50b6d8314a9b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f87a863a-13f0-4e27-a150-50b6d8314a9b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f87a863a-13f0-4e27-a150-50b6d8314a9b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-8fc218d7-e371-44ac-972e-366b27c20a33 {
  padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8fc218d7-e371-44ac-972e-366b27c20a33 {
  display: none;
}
#s-8fc218d7-e371-44ac-972e-366b27c20a33, #wrap-s-8fc218d7-e371-44ac-972e-366b27c20a33 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8fc218d7-e371-44ac-972e-366b27c20a33 {
  display: none;
}
#s-8fc218d7-e371-44ac-972e-366b27c20a33, #wrap-s-8fc218d7-e371-44ac-972e-366b27c20a33 { display:none !important; }}@media (max-width: 767px){#s-8fc218d7-e371-44ac-972e-366b27c20a33 {
  
}
}
#s-a87baab1-7d69-4eb0-976f-5ffa3ea28ef1 {
  padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a87baab1-7d69-4eb0-976f-5ffa3ea28ef1 {
  display: none;
}
#s-a87baab1-7d69-4eb0-976f-5ffa3ea28ef1, #wrap-s-a87baab1-7d69-4eb0-976f-5ffa3ea28ef1 { display:none !important; }}@media (max-width: 767px){#s-a87baab1-7d69-4eb0-976f-5ffa3ea28ef1 {
  display: none;
}
#s-a87baab1-7d69-4eb0-976f-5ffa3ea28ef1, #wrap-s-a87baab1-7d69-4eb0-976f-5ffa3ea28ef1 { display:none !important; }}
#s-806e22ec-15f5-4868-a6e5-8905c097f21a hr {
  border-top: 2px solid #ddd;
}

#s-d0937991-7ddb-48cb-aaab-962526526f59 {
  min-height: 50px;
}








#s-d0937991-7ddb-48cb-aaab-962526526f59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0937991-7ddb-48cb-aaab-962526526f59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c92ebe72-511b-409a-9133-f14b413d5e81"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-c92ebe72-511b-409a-9133-f14b413d5e81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-c92ebe72-511b-409a-9133-f14b413d5e81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-c92ebe72-511b-409a-9133-f14b413d5e81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-dccb3ef2-0d0b-4738-b7bb-f58dee946584 {
  border-radius: 25px;
text-align: center;
}







  #s-dccb3ef2-0d0b-4738-b7bb-f58dee946584 img.shogun-image {
    

    
    
    
  }


#s-dccb3ef2-0d0b-4738-b7bb-f58dee946584 .shogun-image-content {
  
    align-items: center;
  
}

#s-092d770f-cc24-48ca-8ce9-661ff795daf5 {
  border-radius: 25px;
text-align: center;
}







  #s-092d770f-cc24-48ca-8ce9-661ff795daf5 img.shogun-image {
    

    
    
    
  }


#s-092d770f-cc24-48ca-8ce9-661ff795daf5 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdb8c11f-1202-4590-8583-e61d75ff3343 {
  border-style: solid;
border-color: rgba(255, 255, 255, 1);
border-radius: 25px;
text-align: center;
}
#s-fdb8c11f-1202-4590-8583-e61d75ff3343:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;}






  #s-fdb8c11f-1202-4590-8583-e61d75ff3343 img.shogun-image {
    

    
    
    
  }


#s-fdb8c11f-1202-4590-8583-e61d75ff3343 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4ad67f5-ff4b-4990-9f9d-1c6034e670b7 {
  padding-top: 10px;
}

#s-85753672-949c-45c8-bdb6-ac309fe2487f hr {
  border-top: 2px solid #ddd;
}

#s-d50d8b02-306c-426c-a338-4d42a1d056f7 {
  min-height: 50px;
}








#s-d50d8b02-306c-426c-a338-4d42a1d056f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d50d8b02-306c-426c-a338-4d42a1d056f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cd78a1e2-bd9a-456d-b447-4e74aaf929bf"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-cd78a1e2-bd9a-456d-b447-4e74aaf929bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-cd78a1e2-bd9a-456d-b447-4e74aaf929bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-cd78a1e2-bd9a-456d-b447-4e74aaf929bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-0a2523d0-1bd1-4aa9-9f9f-a442e99fdb89 {
  border-radius: 25px;
text-align: center;
}







  #s-0a2523d0-1bd1-4aa9-9f9f-a442e99fdb89 img.shogun-image {
    

    
    
    
  }


#s-0a2523d0-1bd1-4aa9-9f9f-a442e99fdb89 .shogun-image-content {
  
    align-items: center;
  
}

#s-08c5a965-3538-4284-bd64-ab67b4769edb {
  border-radius: 25px;
text-align: center;
}







  #s-08c5a965-3538-4284-bd64-ab67b4769edb img.shogun-image {
    

    
    
    
  }


#s-08c5a965-3538-4284-bd64-ab67b4769edb .shogun-image-content {
  
    align-items: center;
  
}

#s-7e28d0e8-d451-4dc5-b358-710bcc398358 {
  border-radius: 25px;
text-align: center;
}







  #s-7e28d0e8-d451-4dc5-b358-710bcc398358 img.shogun-image {
    

    
    
    
  }


#s-7e28d0e8-d451-4dc5-b358-710bcc398358 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad56292d-85eb-451f-8fe9-480562f406e7 {
  padding-top: 10px;
}

#s-8fb6a4bb-ebbb-4d97-884b-a048b2e87b60 hr {
  border-top: 2px solid #ddd;
}

#s-fc1c3f07-938d-46b6-96e6-66303e47ccb6 {
  min-height: 50px;
}








#s-fc1c3f07-938d-46b6-96e6-66303e47ccb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc1c3f07-938d-46b6-96e6-66303e47ccb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c5391a3b-cb80-48f7-a13e-5e608a599a13"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-c5391a3b-cb80-48f7-a13e-5e608a599a13"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-c5391a3b-cb80-48f7-a13e-5e608a599a13"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-c5391a3b-cb80-48f7-a13e-5e608a599a13"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-e2a7d46d-20e3-4249-89d9-96801767e2d8 {
  border-radius: 25px;
text-align: center;
}







  #s-e2a7d46d-20e3-4249-89d9-96801767e2d8 img.shogun-image {
    

    
    
    
  }


#s-e2a7d46d-20e3-4249-89d9-96801767e2d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d57215ce-c95f-4dbd-a3af-e798b8df0dd1 {
  border-radius: 25px;
text-align: center;
}







  #s-d57215ce-c95f-4dbd-a3af-e798b8df0dd1 img.shogun-image {
    

    
    
    
  }


#s-d57215ce-c95f-4dbd-a3af-e798b8df0dd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-15373893-3c4a-4ca3-90b0-b2cd76c2f3ea {
  padding-top: 10px;
}

#s-0bb5f2d3-7ae4-41ed-b3a1-913e6fa857cd {
  min-height: 50px;
}








#s-0bb5f2d3-7ae4-41ed-b3a1-913e6fa857cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bb5f2d3-7ae4-41ed-b3a1-913e6fa857cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80573509-a0a7-4d52-9599-ef77a061b056 {
  min-height: 50px;
}








#s-80573509-a0a7-4d52-9599-ef77a061b056 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80573509-a0a7-4d52-9599-ef77a061b056.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6bb7eb2-8cd8-4c2b-8d90-b929163a83af hr {
  border-top: 2px solid #ddd;
}

#s-9b0485c4-ee74-4af0-9a12-673f38c06a46 {
  min-height: 50px;
}








#s-9b0485c4-ee74-4af0-9a12-673f38c06a46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b0485c4-ee74-4af0-9a12-673f38c06a46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c6f123f7-4081-4088-b59d-1f46184d2783"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-c6f123f7-4081-4088-b59d-1f46184d2783"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-c6f123f7-4081-4088-b59d-1f46184d2783"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-c6f123f7-4081-4088-b59d-1f46184d2783"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-7f1c54ca-7bd3-457a-9500-3968d1ac98bc {
  border-radius: 25px;
text-align: center;
}







  #s-7f1c54ca-7bd3-457a-9500-3968d1ac98bc img.shogun-image {
    

    
    
    
  }


#s-7f1c54ca-7bd3-457a-9500-3968d1ac98bc .shogun-image-content {
  
    align-items: center;
  
}

#s-21417676-f713-4de1-aa05-a245cf5d4690 {
  border-radius: 25px;
text-align: center;
}







  #s-21417676-f713-4de1-aa05-a245cf5d4690 img.shogun-image {
    

    
    
    
  }


#s-21417676-f713-4de1-aa05-a245cf5d4690 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ee8d4b8-4989-4ba5-91d8-5ae9e30f0b91 {
  border-radius: 25px;
text-align: center;
}







  #s-7ee8d4b8-4989-4ba5-91d8-5ae9e30f0b91 img.shogun-image {
    

    
    
    
  }


#s-7ee8d4b8-4989-4ba5-91d8-5ae9e30f0b91 .shogun-image-content {
  
    align-items: center;
  
}

#s-74d96ef0-9ea3-4edc-90b0-a9d0dd5b6ca9 {
  padding-top: 10px;
}

#s-9c1b1ed0-c521-4bcc-b865-48b99bbbeb71 hr {
  border-top: 2px solid #ddd;
}

#s-cd89a5c0-6de7-4c1d-b8ef-130fa566ee83 {
  min-height: 50px;
}








#s-cd89a5c0-6de7-4c1d-b8ef-130fa566ee83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd89a5c0-6de7-4c1d-b8ef-130fa566ee83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ed74a86a-dfe1-4943-a297-653cae996865"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-ed74a86a-dfe1-4943-a297-653cae996865"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-ed74a86a-dfe1-4943-a297-653cae996865"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-ed74a86a-dfe1-4943-a297-653cae996865"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-5d183091-dfd9-4aa8-9237-4c82a973198c {
  border-radius: 25px;
text-align: center;
}







  #s-5d183091-dfd9-4aa8-9237-4c82a973198c img.shogun-image {
    

    
    
    
  }


#s-5d183091-dfd9-4aa8-9237-4c82a973198c .shogun-image-content {
  
    align-items: center;
  
}

#s-db6aab5d-a7ee-453e-9c56-e494c44dc777 {
  border-radius: 25px;
text-align: center;
}







  #s-db6aab5d-a7ee-453e-9c56-e494c44dc777 img.shogun-image {
    

    
    
    
  }


#s-db6aab5d-a7ee-453e-9c56-e494c44dc777 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ac2db0c-4351-4a51-98eb-63a3af507a50 {
  border-radius: 25px;
text-align: center;
}







  #s-5ac2db0c-4351-4a51-98eb-63a3af507a50 img.shogun-image {
    

    
    
    
  }


#s-5ac2db0c-4351-4a51-98eb-63a3af507a50 .shogun-image-content {
  
    align-items: center;
  
}

#s-11797808-f1c7-4f23-960b-cad25a6b9525 {
  padding-top: 10px;
}

#s-6d7b2273-8534-4e38-8325-0602bb6f48a1 hr {
  border-top: 2px solid #ddd;
}

#s-25704885-c28e-40a8-b20c-705ac3107b3c {
  min-height: 50px;
}








#s-25704885-c28e-40a8-b20c-705ac3107b3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25704885-c28e-40a8-b20c-705ac3107b3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-90d94434-b084-400f-84d2-8f3cf3e9276e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-90d94434-b084-400f-84d2-8f3cf3e9276e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-90d94434-b084-400f-84d2-8f3cf3e9276e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-90d94434-b084-400f-84d2-8f3cf3e9276e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-0bda82f4-2999-4e34-9508-eb148eb9c0b4 {
  border-radius: 25px;
text-align: center;
}







  #s-0bda82f4-2999-4e34-9508-eb148eb9c0b4 img.shogun-image {
    

    
    
    
  }


#s-0bda82f4-2999-4e34-9508-eb148eb9c0b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c2cdd16-ccc3-41c3-8bd1-315540cc9768 {
  border-radius: 25px;
text-align: center;
}







  #s-2c2cdd16-ccc3-41c3-8bd1-315540cc9768 img.shogun-image {
    

    
    
    
  }


#s-2c2cdd16-ccc3-41c3-8bd1-315540cc9768 .shogun-image-content {
  
    align-items: center;
  
}

#s-131f6fd9-b849-4958-9f3a-15b826a39b1d {
  border-radius: 25px;
text-align: center;
}







  #s-131f6fd9-b849-4958-9f3a-15b826a39b1d img.shogun-image {
    

    
    
    
  }


#s-131f6fd9-b849-4958-9f3a-15b826a39b1d .shogun-image-content {
  
    align-items: center;
  
}

#s-fbbaf7d5-4229-45c5-95f3-38af13d07a19 {
  padding-top: 10px;
}

#s-e77963f4-0817-4a51-8280-1564c73cef5a {
  min-height: 50px;
}








#s-e77963f4-0817-4a51-8280-1564c73cef5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e77963f4-0817-4a51-8280-1564c73cef5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88319c69-ff9a-469b-b127-8e1ff6c9bfff {
  min-height: 50px;
}








#s-88319c69-ff9a-469b-b127-8e1ff6c9bfff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88319c69-ff9a-469b-b127-8e1ff6c9bfff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cec967b-6234-48d9-8d1e-a6a6494aa59e hr {
  border-top: 2px solid #ddd;
}

#s-6ddb2cdb-1a3b-47ae-b9d1-337b58001552 {
  min-height: 50px;
}








#s-6ddb2cdb-1a3b-47ae-b9d1-337b58001552 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ddb2cdb-1a3b-47ae-b9d1-337b58001552.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd3522cd-da1d-49dd-9c43-8789cc03c93b {
  margin-top: 10px;
margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-f021f81a-39ec-4e98-9698-ac631ab9e2fa {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f021f81a-39ec-4e98-9698-ac631ab9e2fa .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f021f81a-39ec-4e98-9698-ac631ab9e2fa .shg-sld-nav-button.shg-sld-left,
#s-f021f81a-39ec-4e98-9698-ac631ab9e2fa .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-0fa40eaa-b6fa-4927-9524-5c8e37e94ac7 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-0fa40eaa-b6fa-4927-9524-5c8e37e94ac7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0fa40eaa-b6fa-4927-9524-5c8e37e94ac7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-0fa40eaa-b6fa-4927-9524-5c8e37e94ac7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-0fa40eaa-b6fa-4927-9524-5c8e37e94ac7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-47c05270-3fba-4ed1-81cc-429962d618d4 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}







  #s-47c05270-3fba-4ed1-81cc-429962d618d4 img.shogun-image {
    

    
    
    
  }


#s-47c05270-3fba-4ed1-81cc-429962d618d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-aecf7e41-d8d7-4981-8cf8-5f082cfae77a {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}







  #s-aecf7e41-d8d7-4981-8cf8-5f082cfae77a img.shogun-image {
    

    
    
    
  }


#s-aecf7e41-d8d7-4981-8cf8-5f082cfae77a .shogun-image-content {
  
    align-items: center;
  
}

#s-77db037a-0c7f-43fd-98b5-86a68bea688f {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}







  #s-77db037a-0c7f-43fd-98b5-86a68bea688f img.shogun-image {
    

    
    
    
  }


#s-77db037a-0c7f-43fd-98b5-86a68bea688f .shogun-image-content {
  
    align-items: center;
  
}

#s-d304a9b5-8cfe-4c8d-852a-1b11639deb58 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}







  #s-d304a9b5-8cfe-4c8d-852a-1b11639deb58 img.shogun-image {
    

    
    
    
  }


#s-d304a9b5-8cfe-4c8d-852a-1b11639deb58 .shogun-image-content {
  
    align-items: center;
  
}

#s-74d8fcdf-3229-4a93-a3e1-d1efb0adc07a {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-74d8fcdf-3229-4a93-a3e1-d1efb0adc07a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-74d8fcdf-3229-4a93-a3e1-d1efb0adc07a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-74d8fcdf-3229-4a93-a3e1-d1efb0adc07a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-74d8fcdf-3229-4a93-a3e1-d1efb0adc07a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-3419d0b8-16c5-4e96-8651-216aefd49bce {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}







  #s-3419d0b8-16c5-4e96-8651-216aefd49bce img.shogun-image {
    

    
    
    
  }


#s-3419d0b8-16c5-4e96-8651-216aefd49bce .shogun-image-content {
  
    align-items: center;
  
}

#s-e812ea72-2b57-424e-95ad-fb93ae528bba {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}







  #s-e812ea72-2b57-424e-95ad-fb93ae528bba img.shogun-image {
    

    
    
    
  }


#s-e812ea72-2b57-424e-95ad-fb93ae528bba .shogun-image-content {
  
    align-items: center;
  
}

#s-abae0c53-a4b1-49e7-be84-64b20b458dc8 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}







  #s-abae0c53-a4b1-49e7-be84-64b20b458dc8 img.shogun-image {
    

    
    
    
  }


#s-abae0c53-a4b1-49e7-be84-64b20b458dc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e240f91b-ad57-4eaa-bfe7-56752677e752 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}







  #s-e240f91b-ad57-4eaa-bfe7-56752677e752 img.shogun-image {
    

    
    
    
  }


#s-e240f91b-ad57-4eaa-bfe7-56752677e752 .shogun-image-content {
  
    align-items: center;
  
}

#s-17ffbd24-213e-4095-a528-77444d476f9a {
  min-height: 50px;
}








#s-17ffbd24-213e-4095-a528-77444d476f9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17ffbd24-213e-4095-a528-77444d476f9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34e1b307-2967-4f19-8a4b-df20bfdc9c0c {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-34e1b307-2967-4f19-8a4b-df20bfdc9c0c {
  
}
}







#s-34e1b307-2967-4f19-8a4b-df20bfdc9c0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34e1b307-2967-4f19-8a4b-df20bfdc9c0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-040d916e-f291-4e72-80d0-34f0953651af {
  min-height: 50px;
}








#s-040d916e-f291-4e72-80d0-34f0953651af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-040d916e-f291-4e72-80d0-34f0953651af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-54fe9648-a45f-49db-b914-90fce3e4bc05 {
  
}
}
#s-54fe9648-a45f-49db-b914-90fce3e4bc05 hr {
  border-top: 2px solid #ddd;
}

#s-6665a61b-c229-473d-a93e-b662835e9932 {
  padding-top: 30px;
}

@media (min-width: 0px) {
[id="s-daa8f8d4-4a16-4890-8737-6f8c8766fd2b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-daa8f8d4-4a16-4890-8737-6f8c8766fd2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-daa8f8d4-4a16-4890-8737-6f8c8766fd2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-daa8f8d4-4a16-4890-8737-6f8c8766fd2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-66355f91-c3e2-4e6d-a124-5859cc520f66 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(234, 234, 233, 1);
border-style: solid;
}

#s-66355f91-c3e2-4e6d-a124-5859cc520f66 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-e25dac6c-3e93-41df-a506-4df49c0df849 {
  text-align: center;
}


.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 {
  max-width:  100%;
}

.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 .shg-image-zoom,
.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 {
  max-width:  100%;
}

.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 .shg-image-zoom,
.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 {
  max-width:  100%;
}

.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 .shg-image-zoom,
.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 {
  max-width:  100%;
}

.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 .shg-image-zoom,
.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 {
  max-width:  100%;
}

.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 .shg-image-zoom,
.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e25dac6c-3e93-41df-a506-4df49c0df849 img.shogun-image {
  width: 100%;
}



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

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

#s-9eabba30-833b-495e-9416-3f15a869deb8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9eabba30-833b-495e-9416-3f15a869deb8 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-852f864f-cac2-4b9e-9ac8-9529554e69e4 {
  text-align: left;
}

#s-852f864f-cac2-4b9e-9ac8-9529554e69e4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
}

#s-852f864f-cac2-4b9e-9ac8-9529554e69e4 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 15px;
}

#s-852f864f-cac2-4b9e-9ac8-9529554e69e4 .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-9b64c93f-fa70-42f3-9198-d8a669b1799d {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(234, 234, 233, 1);
border-style: solid;
}

#s-9b64c93f-fa70-42f3-9198-d8a669b1799d {
  display: none;
}
#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 {
  text-align: center;
}


.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 {
  max-width:  100%;
}

.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 .shg-image-zoom,
.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 {
  max-width:  100%;
}

.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 .shg-image-zoom,
.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 {
  max-width:  100%;
}

.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 .shg-image-zoom,
.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 {
  max-width:  100%;
}

.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 .shg-image-zoom,
.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 {
  max-width:  100%;
}

.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 .shg-image-zoom,
.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d110caa0-4505-42ee-8a1c-f90226d4ac71 img.shogun-image {
  width: 100%;
}



}
#s-ae0ef0be-b782-40d7-a2cd-2adb02f66926 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ae0ef0be-b782-40d7-a2cd-2adb02f66926 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-9b842f95-470e-473f-a015-33cb33c4058a {
  text-align: left;
}

#s-9b842f95-470e-473f-a015-33cb33c4058a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
}

#s-9b842f95-470e-473f-a015-33cb33c4058a .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 15px;
}

#s-9b842f95-470e-473f-a015-33cb33c4058a .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-5db11c8b-73d0-4369-ae2e-047b9949a24b {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(234, 234, 233, 1);
border-style: solid;
}

#s-5db11c8b-73d0-4369-ae2e-047b9949a24b {
  display: none;
}
#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f {
  text-align: center;
}


.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f {
  max-width:  100%;
}

.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f .shg-image-zoom,
.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f {
  max-width:  100%;
}

.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f .shg-image-zoom,
.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f {
  max-width:  100%;
}

.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f .shg-image-zoom,
.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f {
  max-width:  100%;
}

.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f .shg-image-zoom,
.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f {
  max-width:  100%;
}

.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f .shg-image-zoom,
.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f813926-9ccb-43f3-b5c7-6b968a670a3f img.shogun-image {
  width: 100%;
}



}
#s-502bc7f8-7737-4c75-840d-fccc26ca52e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-502bc7f8-7737-4c75-840d-fccc26ca52e2 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-1d84b032-7d12-4022-b572-9bd358da263e {
  text-align: left;
}

#s-1d84b032-7d12-4022-b572-9bd358da263e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
}

#s-1d84b032-7d12-4022-b572-9bd358da263e .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 15px;
}

#s-1d84b032-7d12-4022-b572-9bd358da263e .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-f99fc93f-7e22-4805-916b-4bce78edbf19 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(234, 234, 233, 1);
border-style: solid;
}

#s-f99fc93f-7e22-4805-916b-4bce78edbf19 {
  display: none;
}
#s-e44529b4-60a2-4da1-b4a7-3186c5761091 {
  text-align: center;
}


.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 {
  max-width:  100%;
}

.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 .shg-image-zoom,
.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 {
  max-width:  100%;
}

.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 .shg-image-zoom,
.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 {
  max-width:  100%;
}

.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 .shg-image-zoom,
.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 {
  max-width:  100%;
}

.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 .shg-image-zoom,
.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 {
  max-width:  100%;
}

.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 .shg-image-zoom,
.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e44529b4-60a2-4da1-b4a7-3186c5761091 img.shogun-image {
  width: 100%;
}



}
#s-9e6ace7c-ae00-4e83-bcfe-522b27edc095 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9e6ace7c-ae00-4e83-bcfe-522b27edc095 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-1f094b99-9f63-4b47-9954-a5380495d909 {
  text-align: left;
}

#s-1f094b99-9f63-4b47-9954-a5380495d909 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
}

#s-1f094b99-9f63-4b47-9954-a5380495d909 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 15px;
}

#s-1f094b99-9f63-4b47-9954-a5380495d909 .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-510aa213-e94f-451e-85df-9ec90035414d {
  min-height: 50px;
}








#s-510aa213-e94f-451e-85df-9ec90035414d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-510aa213-e94f-451e-85df-9ec90035414d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e38ef5c-fa3c-45a5-85c1-a4a41ead856e hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 1200px){#s-907252d6-9b03-42d1-a82b-cf1d059e0847 {
  display: none;
}
#s-907252d6-9b03-42d1-a82b-cf1d059e0847, #wrap-s-907252d6-9b03-42d1-a82b-cf1d059e0847 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-907252d6-9b03-42d1-a82b-cf1d059e0847 {
  display: none;
}
#s-907252d6-9b03-42d1-a82b-cf1d059e0847, #wrap-s-907252d6-9b03-42d1-a82b-cf1d059e0847 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-907252d6-9b03-42d1-a82b-cf1d059e0847 {
  display: none;
}
#s-907252d6-9b03-42d1-a82b-cf1d059e0847, #wrap-s-907252d6-9b03-42d1-a82b-cf1d059e0847 { display:none !important; }}@media (max-width: 767px){#s-907252d6-9b03-42d1-a82b-cf1d059e0847 {
  
}
}
@media (min-width: 0px) {
[id="s-907252d6-9b03-42d1-a82b-cf1d059e0847"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-907252d6-9b03-42d1-a82b-cf1d059e0847"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-907252d6-9b03-42d1-a82b-cf1d059e0847"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-907252d6-9b03-42d1-a82b-cf1d059e0847"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-0219f51c-b1ec-4908-a2b2-4d219d6f1d9b {
  text-align: center;
}
@media (max-width: 767px){#s-0219f51c-b1ec-4908-a2b2-4d219d6f1d9b {
  
}
}






  #s-0219f51c-b1ec-4908-a2b2-4d219d6f1d9b img.shogun-image {
    

    
    
    
  }


#s-0219f51c-b1ec-4908-a2b2-4d219d6f1d9b .shogun-image-content {
  
    align-items: center;
  
}

.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

@media (max-width: 767px){#s-0a398b04-ae90-4440-9d19-647451f87b63 {
  display: none;
}
#s-0a398b04-ae90-4440-9d19-647451f87b63, #wrap-s-0a398b04-ae90-4440-9d19-647451f87b63 { display:none !important; }}
[id="s-0a398b04-ae90-4440-9d19-647451f87b63"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 10px;
}

.shg-ig-posts-container {
  width: calc(100% + 10px) !important;
}

@media (min-width: 768px) {
  [id="s-0a398b04-ae90-4440-9d19-647451f87b63"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 10px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 10px) !important;
  }
}

@media (min-width: 1200px){#s-ed5163e1-59ba-4f45-af32-cd77e0c8b1b5 {
  display: none;
}
#s-ed5163e1-59ba-4f45-af32-cd77e0c8b1b5, #wrap-s-ed5163e1-59ba-4f45-af32-cd77e0c8b1b5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed5163e1-59ba-4f45-af32-cd77e0c8b1b5 {
  display: none;
}
#s-ed5163e1-59ba-4f45-af32-cd77e0c8b1b5, #wrap-s-ed5163e1-59ba-4f45-af32-cd77e0c8b1b5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ed5163e1-59ba-4f45-af32-cd77e0c8b1b5 {
  display: none;
}
#s-ed5163e1-59ba-4f45-af32-cd77e0c8b1b5, #wrap-s-ed5163e1-59ba-4f45-af32-cd77e0c8b1b5 { display:none !important; }}@media (max-width: 767px){#s-ed5163e1-59ba-4f45-af32-cd77e0c8b1b5 {
  
}
}
[id="s-ed5163e1-59ba-4f45-af32-cd77e0c8b1b5"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 10px;
}

.shg-ig-posts-container {
  width: calc(100% + 10px) !important;
}

@media (min-width: 768px) {
  [id="s-ed5163e1-59ba-4f45-af32-cd77e0c8b1b5"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 10px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 10px) !important;
  }
}

@media (min-width: 0px) {
[id="s-b0c73703-d252-4144-a569-6c423276bf08"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0c73703-d252-4144-a569-6c423276bf08"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b0c73703-d252-4144-a569-6c423276bf08"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b0c73703-d252-4144-a569-6c423276bf08"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b0c73703-d252-4144-a569-6c423276bf08"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0c73703-d252-4144-a569-6c423276bf08"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b0c73703-d252-4144-a569-6c423276bf08"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-02ad7e1b-dcc4-4573-8dbc-64a691ee187a {
  text-align: center;
}
@media (max-width: 767px){#s-02ad7e1b-dcc4-4573-8dbc-64a691ee187a {
  display: none;
}
#s-02ad7e1b-dcc4-4573-8dbc-64a691ee187a, #wrap-s-02ad7e1b-dcc4-4573-8dbc-64a691ee187a { display:none !important; }}






  #s-02ad7e1b-dcc4-4573-8dbc-64a691ee187a img.shogun-image {
    

    
    
    
  }


#s-02ad7e1b-dcc4-4573-8dbc-64a691ee187a .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-0099234c-6265-421e-880a-ea9b16db54ff {
  display: none;
}
#s-0099234c-6265-421e-880a-ea9b16db54ff, #wrap-s-0099234c-6265-421e-880a-ea9b16db54ff { display:none !important; }}
[id="s-0099234c-6265-421e-880a-ea9b16db54ff"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 10px;
}

.shg-ig-posts-container {
  width: calc(100% + 10px) !important;
}

@media (min-width: 768px) {
  [id="s-0099234c-6265-421e-880a-ea9b16db54ff"] .shg-ig-posts-container > .shg-ig-posts {
    width: 20.0%;
    padding-right: 10px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 10px) !important;
  }
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

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

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
