.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-8c292069-e11c-4988-b906-5b172b8fb83c {
  margin-top: -20px;
margin-bottom: 0px;
min-height: 50px;
}








#s-8c292069-e11c-4988-b906-5b172b8fb83c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c292069-e11c-4988-b906-5b172b8fb83c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7100cf8-0344-4f56-8365-ff77c89d40e6 {
  margin-top: 0px;
padding-top: 5px;
padding-bottom: 0px;
min-height: 30px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-b7100cf8-0344-4f56-8365-ff77c89d40e6 {
  display: none;
}
#s-b7100cf8-0344-4f56-8365-ff77c89d40e6, #wrap-s-b7100cf8-0344-4f56-8365-ff77c89d40e6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7100cf8-0344-4f56-8365-ff77c89d40e6 {
  display: none;
}
#s-b7100cf8-0344-4f56-8365-ff77c89d40e6, #wrap-s-b7100cf8-0344-4f56-8365-ff77c89d40e6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7100cf8-0344-4f56-8365-ff77c89d40e6 {
  display: none;
}
#s-b7100cf8-0344-4f56-8365-ff77c89d40e6, #wrap-s-b7100cf8-0344-4f56-8365-ff77c89d40e6 { display:none !important; }}@media (max-width: 767px){#s-b7100cf8-0344-4f56-8365-ff77c89d40e6 {
  display: none;
}
#s-b7100cf8-0344-4f56-8365-ff77c89d40e6, #wrap-s-b7100cf8-0344-4f56-8365-ff77c89d40e6 { display:none !important; }}







#s-b7100cf8-0344-4f56-8365-ff77c89d40e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7100cf8-0344-4f56-8365-ff77c89d40e6.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-4f38eb98-d387-4fdf-b5b5-cea6dbc761cc {
  padding-top: 10px;
}

#s-4815985f-3d2b-49ce-9db6-737b4507504f {
  margin-top: -10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(183, 232, 7, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4815985f-3d2b-49ce-9db6-737b4507504f {
  display: none;
}
#s-4815985f-3d2b-49ce-9db6-737b4507504f, #wrap-s-4815985f-3d2b-49ce-9db6-737b4507504f { display:none !important; }}@media (max-width: 767px){#s-4815985f-3d2b-49ce-9db6-737b4507504f {
  display: none;
}
#s-4815985f-3d2b-49ce-9db6-737b4507504f, #wrap-s-4815985f-3d2b-49ce-9db6-737b4507504f { display:none !important; }}







#s-4815985f-3d2b-49ce-9db6-737b4507504f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4815985f-3d2b-49ce-9db6-737b4507504f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-4b3b4e48-6b90-453f-b38a-fd58bd1ee4b1 {
  margin-left: auto;
margin-right: auto;
padding-top: 2px;
max-width: 498px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4b3b4e48-6b90-453f-b38a-fd58bd1ee4b1 {
  display: none;
}
#s-4b3b4e48-6b90-453f-b38a-fd58bd1ee4b1, #wrap-s-4b3b4e48-6b90-453f-b38a-fd58bd1ee4b1 { display:none !important; }}@media (max-width: 767px){#s-4b3b4e48-6b90-453f-b38a-fd58bd1ee4b1 {
  display: none;
}
#s-4b3b4e48-6b90-453f-b38a-fd58bd1ee4b1, #wrap-s-4b3b4e48-6b90-453f-b38a-fd58bd1ee4b1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4b3b4e48-6b90-453f-b38a-fd58bd1ee4b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b3b4e48-6b90-453f-b38a-fd58bd1ee4b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-4b3b4e48-6b90-453f-b38a-fd58bd1ee4b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-4b3b4e48-6b90-453f-b38a-fd58bd1ee4b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-55fdfbda-de23-4c18-a2e8-cdd583e8a9cc {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-55fdfbda-de23-4c18-a2e8-cdd583e8a9cc {
  display: none;
}
#s-55fdfbda-de23-4c18-a2e8-cdd583e8a9cc, #wrap-s-55fdfbda-de23-4c18-a2e8-cdd583e8a9cc { display:none !important; }}@media (max-width: 767px){#s-55fdfbda-de23-4c18-a2e8-cdd583e8a9cc {
  display: none;
}
#s-55fdfbda-de23-4c18-a2e8-cdd583e8a9cc, #wrap-s-55fdfbda-de23-4c18-a2e8-cdd583e8a9cc { display:none !important; }}
#s-28410f63-2506-46d7-a3f8-0ebb2247b22b {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-28410f63-2506-46d7-a3f8-0ebb2247b22b {
  display: none;
}
#s-28410f63-2506-46d7-a3f8-0ebb2247b22b, #wrap-s-28410f63-2506-46d7-a3f8-0ebb2247b22b { display:none !important; }}@media (max-width: 767px){#s-28410f63-2506-46d7-a3f8-0ebb2247b22b {
  display: none;
}
#s-28410f63-2506-46d7-a3f8-0ebb2247b22b, #wrap-s-28410f63-2506-46d7-a3f8-0ebb2247b22b { display:none !important; }}
#s-d57858dd-07a5-493a-8eca-2b7ee5390871 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d57858dd-07a5-493a-8eca-2b7ee5390871 {
  display: none;
}
#s-d57858dd-07a5-493a-8eca-2b7ee5390871, #wrap-s-d57858dd-07a5-493a-8eca-2b7ee5390871 { display:none !important; }}@media (max-width: 767px){#s-d57858dd-07a5-493a-8eca-2b7ee5390871 {
  display: none;
}
#s-d57858dd-07a5-493a-8eca-2b7ee5390871, #wrap-s-d57858dd-07a5-493a-8eca-2b7ee5390871 { display:none !important; }}
#s-9101d19c-efbd-4429-8313-ba4069e06310 {
  margin-top: -10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(183, 232, 7, 1);
}
@media (min-width: 1200px){#s-9101d19c-efbd-4429-8313-ba4069e06310 {
  display: none;
}
#s-9101d19c-efbd-4429-8313-ba4069e06310, #wrap-s-9101d19c-efbd-4429-8313-ba4069e06310 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9101d19c-efbd-4429-8313-ba4069e06310 {
  display: none;
}
#s-9101d19c-efbd-4429-8313-ba4069e06310, #wrap-s-9101d19c-efbd-4429-8313-ba4069e06310 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9101d19c-efbd-4429-8313-ba4069e06310 {
  
}
}







#s-9101d19c-efbd-4429-8313-ba4069e06310 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9101d19c-efbd-4429-8313-ba4069e06310.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdf9d233-4247-44fe-b5d9-271f75d6f1f2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
}
@media (min-width: 1200px){#s-cdf9d233-4247-44fe-b5d9-271f75d6f1f2 {
  display: none;
}
#s-cdf9d233-4247-44fe-b5d9-271f75d6f1f2, #wrap-s-cdf9d233-4247-44fe-b5d9-271f75d6f1f2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cdf9d233-4247-44fe-b5d9-271f75d6f1f2 {
  display: none;
}
#s-cdf9d233-4247-44fe-b5d9-271f75d6f1f2, #wrap-s-cdf9d233-4247-44fe-b5d9-271f75d6f1f2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-cdf9d233-4247-44fe-b5d9-271f75d6f1f2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 768px) {
[id="s-cdf9d233-4247-44fe-b5d9-271f75d6f1f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-cdf9d233-4247-44fe-b5d9-271f75d6f1f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-cdf9d233-4247-44fe-b5d9-271f75d6f1f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

#s-2f1a8eef-d42b-4a09-a4ee-e31ef505f504 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-2f1a8eef-d42b-4a09-a4ee-e31ef505f504 {
  display: none;
}
#s-2f1a8eef-d42b-4a09-a4ee-e31ef505f504, #wrap-s-2f1a8eef-d42b-4a09-a4ee-e31ef505f504 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f1a8eef-d42b-4a09-a4ee-e31ef505f504 {
  display: none;
}
#s-2f1a8eef-d42b-4a09-a4ee-e31ef505f504, #wrap-s-2f1a8eef-d42b-4a09-a4ee-e31ef505f504 { display:none !important; }}
#s-96288a2c-349c-4145-8e04-6e0aaab845c5 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-96288a2c-349c-4145-8e04-6e0aaab845c5 {
  display: none;
}
#s-96288a2c-349c-4145-8e04-6e0aaab845c5, #wrap-s-96288a2c-349c-4145-8e04-6e0aaab845c5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96288a2c-349c-4145-8e04-6e0aaab845c5 {
  display: none;
}
#s-96288a2c-349c-4145-8e04-6e0aaab845c5, #wrap-s-96288a2c-349c-4145-8e04-6e0aaab845c5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-96288a2c-349c-4145-8e04-6e0aaab845c5 {
  
}
}@media (max-width: 767px){#s-96288a2c-349c-4145-8e04-6e0aaab845c5 {
  
}
}
#s-6dec7428-b47b-4ca8-9af7-de06a7c8f999 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-6dec7428-b47b-4ca8-9af7-de06a7c8f999 {
  display: none;
}
#s-6dec7428-b47b-4ca8-9af7-de06a7c8f999, #wrap-s-6dec7428-b47b-4ca8-9af7-de06a7c8f999 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6dec7428-b47b-4ca8-9af7-de06a7c8f999 {
  display: none;
}
#s-6dec7428-b47b-4ca8-9af7-de06a7c8f999, #wrap-s-6dec7428-b47b-4ca8-9af7-de06a7c8f999 { display:none !important; }}
#s-ed01ac14-9c80-4519-9e0a-a0a557ce0f64 {
  padding-bottom: 12px;
min-height: 0px;
background-color: rgba(0, 0, 0, 1);
}








#s-ed01ac14-9c80-4519-9e0a-a0a557ce0f64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed01ac14-9c80-4519-9e0a-a0a557ce0f64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-image-content-wrapper {
  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;
  height: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-9091f8ba-1e94-4e77-86df-b92400de4a0e {
  text-align: center;
}







  img.s-9091f8ba-1e94-4e77-86df-b92400de4a0e.shogun-image {
    
    
  }


.s-9091f8ba-1e94-4e77-86df-b92400de4a0e .shogun-image-content {
  
    align-items: center;
  
}

.s-9091f8ba-1e94-4e77-86df-b92400de4a0e.shg-align-container {
  text-align: center
}

.s-9091f8ba-1e94-4e77-86df-b92400de4a0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9091f8ba-1e94-4e77-86df-b92400de4a0e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9091f8ba-1e94-4e77-86df-b92400de4a0e.shogun-image {
    
    
  }


.s-9091f8ba-1e94-4e77-86df-b92400de4a0e .shogun-image-content {
  
    align-items: center;
  
}

.s-9091f8ba-1e94-4e77-86df-b92400de4a0e.shg-align-container {
  text-align: center
}

.s-9091f8ba-1e94-4e77-86df-b92400de4a0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9091f8ba-1e94-4e77-86df-b92400de4a0e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9091f8ba-1e94-4e77-86df-b92400de4a0e.shogun-image {
    
    
  }


.s-9091f8ba-1e94-4e77-86df-b92400de4a0e .shogun-image-content {
  
    align-items: center;
  
}

.s-9091f8ba-1e94-4e77-86df-b92400de4a0e.shg-align-container {
  text-align: center
}

.s-9091f8ba-1e94-4e77-86df-b92400de4a0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9091f8ba-1e94-4e77-86df-b92400de4a0e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9091f8ba-1e94-4e77-86df-b92400de4a0e.shogun-image {
    
    
  }


.s-9091f8ba-1e94-4e77-86df-b92400de4a0e .shogun-image-content {
  
    align-items: center;
  
}

.s-9091f8ba-1e94-4e77-86df-b92400de4a0e.shg-align-container {
  text-align: center
}

.s-9091f8ba-1e94-4e77-86df-b92400de4a0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9091f8ba-1e94-4e77-86df-b92400de4a0e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9091f8ba-1e94-4e77-86df-b92400de4a0e.shogun-image {
    
    
  }


.s-9091f8ba-1e94-4e77-86df-b92400de4a0e .shogun-image-content {
  
    align-items: center;
  
}

.s-9091f8ba-1e94-4e77-86df-b92400de4a0e.shg-align-container {
  text-align: center
}

.s-9091f8ba-1e94-4e77-86df-b92400de4a0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9091f8ba-1e94-4e77-86df-b92400de4a0e.shogun-image {
  box-sizing: border-box;
}


}
#s-9f4199ba-f00b-40f6-817a-d662aadc1e89 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9f4199ba-f00b-40f6-817a-d662aadc1e89 {
  
}
}







#s-9f4199ba-f00b-40f6-817a-d662aadc1e89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f4199ba-f00b-40f6-817a-d662aadc1e89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9b63ada-faa0-4e9c-926c-97f93fcb4df0 {
  text-align: center;
}








.s-e9b63ada-faa0-4e9c-926c-97f93fcb4df0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9b63ada-faa0-4e9c-926c-97f93fcb4df0.shg-align-container {
  text-align: center
}

.s-e9b63ada-faa0-4e9c-926c-97f93fcb4df0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9b63ada-faa0-4e9c-926c-97f93fcb4df0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-e9b63ada-faa0-4e9c-926c-97f93fcb4df0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9b63ada-faa0-4e9c-926c-97f93fcb4df0.shg-align-container {
  text-align: center
}

.s-e9b63ada-faa0-4e9c-926c-97f93fcb4df0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9b63ada-faa0-4e9c-926c-97f93fcb4df0.shogun-image {
  box-sizing: border-box;
}


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






.s-e9b63ada-faa0-4e9c-926c-97f93fcb4df0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9b63ada-faa0-4e9c-926c-97f93fcb4df0.shg-align-container {
  text-align: center
}

.s-e9b63ada-faa0-4e9c-926c-97f93fcb4df0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9b63ada-faa0-4e9c-926c-97f93fcb4df0.shogun-image {
  box-sizing: border-box;
}


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






.s-e9b63ada-faa0-4e9c-926c-97f93fcb4df0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9b63ada-faa0-4e9c-926c-97f93fcb4df0.shg-align-container {
  text-align: center
}

.s-e9b63ada-faa0-4e9c-926c-97f93fcb4df0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9b63ada-faa0-4e9c-926c-97f93fcb4df0.shogun-image {
  box-sizing: border-box;
}


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






.s-e9b63ada-faa0-4e9c-926c-97f93fcb4df0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9b63ada-faa0-4e9c-926c-97f93fcb4df0.shg-align-container {
  text-align: center
}

.s-e9b63ada-faa0-4e9c-926c-97f93fcb4df0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9b63ada-faa0-4e9c-926c-97f93fcb4df0.shogun-image {
  box-sizing: border-box;
}


}
#s-135c9d73-00b3-4bb1-8117-18a17230900b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(183, 232, 7, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-135c9d73-00b3-4bb1-8117-18a17230900b {
  display: none;
}
#s-135c9d73-00b3-4bb1-8117-18a17230900b, #wrap-s-135c9d73-00b3-4bb1-8117-18a17230900b { display:none !important; }}@media (max-width: 767px){#s-135c9d73-00b3-4bb1-8117-18a17230900b {
  display: none;
}
#s-135c9d73-00b3-4bb1-8117-18a17230900b, #wrap-s-135c9d73-00b3-4bb1-8117-18a17230900b { display:none !important; }}







#s-135c9d73-00b3-4bb1-8117-18a17230900b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-135c9d73-00b3-4bb1-8117-18a17230900b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-e91e058b-8118-4e31-ad99-17287a032c45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e91e058b-8118-4e31-ad99-17287a032c45 .shogun-heading-component h3 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-472c96d8-4b03-4541-86cd-6b2604a8a54c {
  margin-left: auto;
margin-right: auto;
max-width: 15%;
}

@media (min-width: 0px) {
[id="s-472c96d8-4b03-4541-86cd-6b2604a8a54c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 4.5px);
}

}

@media (min-width: 768px) {
[id="s-472c96d8-4b03-4541-86cd-6b2604a8a54c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.75px);
}

}

@media (min-width: 992px) {
[id="s-472c96d8-4b03-4541-86cd-6b2604a8a54c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.75px);
}

}

@media (min-width: 1200px) {
[id="s-472c96d8-4b03-4541-86cd-6b2604a8a54c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.75px);
}

}

#s-d2de5fd9-5369-4352-9072-f736f9b405f0 {
  text-align: center;
}







  img.s-d2de5fd9-5369-4352-9072-f736f9b405f0.shogun-image {
    
    
  }


.s-d2de5fd9-5369-4352-9072-f736f9b405f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2de5fd9-5369-4352-9072-f736f9b405f0.shg-align-container {
  text-align: center
}

.s-d2de5fd9-5369-4352-9072-f736f9b405f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2de5fd9-5369-4352-9072-f736f9b405f0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d2de5fd9-5369-4352-9072-f736f9b405f0.shogun-image {
    
    
  }


.s-d2de5fd9-5369-4352-9072-f736f9b405f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2de5fd9-5369-4352-9072-f736f9b405f0.shg-align-container {
  text-align: center
}

.s-d2de5fd9-5369-4352-9072-f736f9b405f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2de5fd9-5369-4352-9072-f736f9b405f0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d2de5fd9-5369-4352-9072-f736f9b405f0.shogun-image {
    
    
  }


.s-d2de5fd9-5369-4352-9072-f736f9b405f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2de5fd9-5369-4352-9072-f736f9b405f0.shg-align-container {
  text-align: center
}

.s-d2de5fd9-5369-4352-9072-f736f9b405f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2de5fd9-5369-4352-9072-f736f9b405f0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d2de5fd9-5369-4352-9072-f736f9b405f0.shogun-image {
    
    
  }


.s-d2de5fd9-5369-4352-9072-f736f9b405f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2de5fd9-5369-4352-9072-f736f9b405f0.shg-align-container {
  text-align: center
}

.s-d2de5fd9-5369-4352-9072-f736f9b405f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2de5fd9-5369-4352-9072-f736f9b405f0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d2de5fd9-5369-4352-9072-f736f9b405f0.shogun-image {
    
    
  }


.s-d2de5fd9-5369-4352-9072-f736f9b405f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2de5fd9-5369-4352-9072-f736f9b405f0.shg-align-container {
  text-align: center
}

.s-d2de5fd9-5369-4352-9072-f736f9b405f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2de5fd9-5369-4352-9072-f736f9b405f0.shogun-image {
  box-sizing: border-box;
}


}
#s-6b9a45b7-d0ec-4731-b8c5-e845ac77759e {
  text-align: center;
}







  img.s-6b9a45b7-d0ec-4731-b8c5-e845ac77759e.shogun-image {
    
    
  }


.s-6b9a45b7-d0ec-4731-b8c5-e845ac77759e .shogun-image-content {
  
    align-items: center;
  
}

.s-6b9a45b7-d0ec-4731-b8c5-e845ac77759e.shg-align-container {
  text-align: center
}

.s-6b9a45b7-d0ec-4731-b8c5-e845ac77759e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b9a45b7-d0ec-4731-b8c5-e845ac77759e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6b9a45b7-d0ec-4731-b8c5-e845ac77759e.shogun-image {
    
    
  }


.s-6b9a45b7-d0ec-4731-b8c5-e845ac77759e .shogun-image-content {
  
    align-items: center;
  
}

.s-6b9a45b7-d0ec-4731-b8c5-e845ac77759e.shg-align-container {
  text-align: center
}

.s-6b9a45b7-d0ec-4731-b8c5-e845ac77759e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b9a45b7-d0ec-4731-b8c5-e845ac77759e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6b9a45b7-d0ec-4731-b8c5-e845ac77759e.shogun-image {
    
    
  }


.s-6b9a45b7-d0ec-4731-b8c5-e845ac77759e .shogun-image-content {
  
    align-items: center;
  
}

.s-6b9a45b7-d0ec-4731-b8c5-e845ac77759e.shg-align-container {
  text-align: center
}

.s-6b9a45b7-d0ec-4731-b8c5-e845ac77759e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b9a45b7-d0ec-4731-b8c5-e845ac77759e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6b9a45b7-d0ec-4731-b8c5-e845ac77759e.shogun-image {
    
    
  }


.s-6b9a45b7-d0ec-4731-b8c5-e845ac77759e .shogun-image-content {
  
    align-items: center;
  
}

.s-6b9a45b7-d0ec-4731-b8c5-e845ac77759e.shg-align-container {
  text-align: center
}

.s-6b9a45b7-d0ec-4731-b8c5-e845ac77759e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b9a45b7-d0ec-4731-b8c5-e845ac77759e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6b9a45b7-d0ec-4731-b8c5-e845ac77759e.shogun-image {
    
    
  }


.s-6b9a45b7-d0ec-4731-b8c5-e845ac77759e .shogun-image-content {
  
    align-items: center;
  
}

.s-6b9a45b7-d0ec-4731-b8c5-e845ac77759e.shg-align-container {
  text-align: center
}

.s-6b9a45b7-d0ec-4731-b8c5-e845ac77759e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b9a45b7-d0ec-4731-b8c5-e845ac77759e.shogun-image {
  box-sizing: border-box;
}


}
#s-7a5a2307-673a-4415-8a1b-9ff2f1cc6f8f {
  text-align: center;
}







  img.s-7a5a2307-673a-4415-8a1b-9ff2f1cc6f8f.shogun-image {
    
    
  }


.s-7a5a2307-673a-4415-8a1b-9ff2f1cc6f8f .shogun-image-content {
  
    align-items: center;
  
}

.s-7a5a2307-673a-4415-8a1b-9ff2f1cc6f8f.shg-align-container {
  text-align: center
}

.s-7a5a2307-673a-4415-8a1b-9ff2f1cc6f8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a5a2307-673a-4415-8a1b-9ff2f1cc6f8f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7a5a2307-673a-4415-8a1b-9ff2f1cc6f8f.shogun-image {
    
    
  }


.s-7a5a2307-673a-4415-8a1b-9ff2f1cc6f8f .shogun-image-content {
  
    align-items: center;
  
}

.s-7a5a2307-673a-4415-8a1b-9ff2f1cc6f8f.shg-align-container {
  text-align: center
}

.s-7a5a2307-673a-4415-8a1b-9ff2f1cc6f8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a5a2307-673a-4415-8a1b-9ff2f1cc6f8f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7a5a2307-673a-4415-8a1b-9ff2f1cc6f8f.shogun-image {
    
    
  }


.s-7a5a2307-673a-4415-8a1b-9ff2f1cc6f8f .shogun-image-content {
  
    align-items: center;
  
}

.s-7a5a2307-673a-4415-8a1b-9ff2f1cc6f8f.shg-align-container {
  text-align: center
}

.s-7a5a2307-673a-4415-8a1b-9ff2f1cc6f8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a5a2307-673a-4415-8a1b-9ff2f1cc6f8f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7a5a2307-673a-4415-8a1b-9ff2f1cc6f8f.shogun-image {
    
    
  }


.s-7a5a2307-673a-4415-8a1b-9ff2f1cc6f8f .shogun-image-content {
  
    align-items: center;
  
}

.s-7a5a2307-673a-4415-8a1b-9ff2f1cc6f8f.shg-align-container {
  text-align: center
}

.s-7a5a2307-673a-4415-8a1b-9ff2f1cc6f8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a5a2307-673a-4415-8a1b-9ff2f1cc6f8f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7a5a2307-673a-4415-8a1b-9ff2f1cc6f8f.shogun-image {
    
    
  }


.s-7a5a2307-673a-4415-8a1b-9ff2f1cc6f8f .shogun-image-content {
  
    align-items: center;
  
}

.s-7a5a2307-673a-4415-8a1b-9ff2f1cc6f8f.shg-align-container {
  text-align: center
}

.s-7a5a2307-673a-4415-8a1b-9ff2f1cc6f8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a5a2307-673a-4415-8a1b-9ff2f1cc6f8f.shogun-image {
  box-sizing: border-box;
}


}
#s-7970e8ba-9620-4122-908d-acf48360db02 {
  text-align: center;
}







  img.s-7970e8ba-9620-4122-908d-acf48360db02.shogun-image {
    
    
  }


.s-7970e8ba-9620-4122-908d-acf48360db02 .shogun-image-content {
  
    align-items: center;
  
}

.s-7970e8ba-9620-4122-908d-acf48360db02.shg-align-container {
  text-align: center
}

.s-7970e8ba-9620-4122-908d-acf48360db02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7970e8ba-9620-4122-908d-acf48360db02.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7970e8ba-9620-4122-908d-acf48360db02.shogun-image {
    
    
  }


.s-7970e8ba-9620-4122-908d-acf48360db02 .shogun-image-content {
  
    align-items: center;
  
}

.s-7970e8ba-9620-4122-908d-acf48360db02.shg-align-container {
  text-align: center
}

.s-7970e8ba-9620-4122-908d-acf48360db02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7970e8ba-9620-4122-908d-acf48360db02.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7970e8ba-9620-4122-908d-acf48360db02.shogun-image {
    
    
  }


.s-7970e8ba-9620-4122-908d-acf48360db02 .shogun-image-content {
  
    align-items: center;
  
}

.s-7970e8ba-9620-4122-908d-acf48360db02.shg-align-container {
  text-align: center
}

.s-7970e8ba-9620-4122-908d-acf48360db02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7970e8ba-9620-4122-908d-acf48360db02.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7970e8ba-9620-4122-908d-acf48360db02.shogun-image {
    
    
  }


.s-7970e8ba-9620-4122-908d-acf48360db02 .shogun-image-content {
  
    align-items: center;
  
}

.s-7970e8ba-9620-4122-908d-acf48360db02.shg-align-container {
  text-align: center
}

.s-7970e8ba-9620-4122-908d-acf48360db02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7970e8ba-9620-4122-908d-acf48360db02.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7970e8ba-9620-4122-908d-acf48360db02.shogun-image {
    
    
  }


.s-7970e8ba-9620-4122-908d-acf48360db02 .shogun-image-content {
  
    align-items: center;
  
}

.s-7970e8ba-9620-4122-908d-acf48360db02.shg-align-container {
  text-align: center
}

.s-7970e8ba-9620-4122-908d-acf48360db02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7970e8ba-9620-4122-908d-acf48360db02.shogun-image {
  box-sizing: border-box;
}


}
#s-b354b5df-e298-4e73-8686-51af6cf99df9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(183, 232, 7, 1);
}
@media (min-width: 1200px){#s-b354b5df-e298-4e73-8686-51af6cf99df9 {
  display: none;
}
#s-b354b5df-e298-4e73-8686-51af6cf99df9, #wrap-s-b354b5df-e298-4e73-8686-51af6cf99df9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b354b5df-e298-4e73-8686-51af6cf99df9 {
  display: none;
}
#s-b354b5df-e298-4e73-8686-51af6cf99df9, #wrap-s-b354b5df-e298-4e73-8686-51af6cf99df9 { display:none !important; }}@media (max-width: 767px){#s-b354b5df-e298-4e73-8686-51af6cf99df9 {
  display: none;
}
#s-b354b5df-e298-4e73-8686-51af6cf99df9, #wrap-s-b354b5df-e298-4e73-8686-51af6cf99df9 { display:none !important; }}







#s-b354b5df-e298-4e73-8686-51af6cf99df9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b354b5df-e298-4e73-8686-51af6cf99df9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f320b807-3e9a-4b06-a75f-f879f6f091f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f320b807-3e9a-4b06-a75f-f879f6f091f8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2a0ca488-effe-476b-bd22-21bfef33f834 {
  margin-left: auto;
margin-right: auto;
max-width: 25%;
}

@media (min-width: 0px) {
[id="s-2a0ca488-effe-476b-bd22-21bfef33f834"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 4.5px);
}

}

@media (min-width: 768px) {
[id="s-2a0ca488-effe-476b-bd22-21bfef33f834"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.75px);
}

}

@media (min-width: 992px) {
[id="s-2a0ca488-effe-476b-bd22-21bfef33f834"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.75px);
}

}

@media (min-width: 1200px) {
[id="s-2a0ca488-effe-476b-bd22-21bfef33f834"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.75px);
}

}

#s-dfec8ef3-bedf-4395-bae7-73633365111f {
  text-align: center;
}







  img.s-dfec8ef3-bedf-4395-bae7-73633365111f.shogun-image {
    
    
  }


.s-dfec8ef3-bedf-4395-bae7-73633365111f .shogun-image-content {
  
    align-items: center;
  
}

.s-dfec8ef3-bedf-4395-bae7-73633365111f.shg-align-container {
  text-align: center
}

.s-dfec8ef3-bedf-4395-bae7-73633365111f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfec8ef3-bedf-4395-bae7-73633365111f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-dfec8ef3-bedf-4395-bae7-73633365111f.shogun-image {
    
    
  }


.s-dfec8ef3-bedf-4395-bae7-73633365111f .shogun-image-content {
  
    align-items: center;
  
}

.s-dfec8ef3-bedf-4395-bae7-73633365111f.shg-align-container {
  text-align: center
}

.s-dfec8ef3-bedf-4395-bae7-73633365111f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfec8ef3-bedf-4395-bae7-73633365111f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dfec8ef3-bedf-4395-bae7-73633365111f.shogun-image {
    
    
  }


.s-dfec8ef3-bedf-4395-bae7-73633365111f .shogun-image-content {
  
    align-items: center;
  
}

.s-dfec8ef3-bedf-4395-bae7-73633365111f.shg-align-container {
  text-align: center
}

.s-dfec8ef3-bedf-4395-bae7-73633365111f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfec8ef3-bedf-4395-bae7-73633365111f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dfec8ef3-bedf-4395-bae7-73633365111f.shogun-image {
    
    
  }


.s-dfec8ef3-bedf-4395-bae7-73633365111f .shogun-image-content {
  
    align-items: center;
  
}

.s-dfec8ef3-bedf-4395-bae7-73633365111f.shg-align-container {
  text-align: center
}

.s-dfec8ef3-bedf-4395-bae7-73633365111f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfec8ef3-bedf-4395-bae7-73633365111f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dfec8ef3-bedf-4395-bae7-73633365111f.shogun-image {
    
    
  }


.s-dfec8ef3-bedf-4395-bae7-73633365111f .shogun-image-content {
  
    align-items: center;
  
}

.s-dfec8ef3-bedf-4395-bae7-73633365111f.shg-align-container {
  text-align: center
}

.s-dfec8ef3-bedf-4395-bae7-73633365111f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfec8ef3-bedf-4395-bae7-73633365111f.shogun-image {
  box-sizing: border-box;
}


}
#s-4f36f83a-499e-42fc-836f-1e8a2a449715 {
  text-align: center;
}







  img.s-4f36f83a-499e-42fc-836f-1e8a2a449715.shogun-image {
    
    
  }


.s-4f36f83a-499e-42fc-836f-1e8a2a449715 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f36f83a-499e-42fc-836f-1e8a2a449715.shg-align-container {
  text-align: center
}

.s-4f36f83a-499e-42fc-836f-1e8a2a449715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f36f83a-499e-42fc-836f-1e8a2a449715.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4f36f83a-499e-42fc-836f-1e8a2a449715.shogun-image {
    
    
  }


.s-4f36f83a-499e-42fc-836f-1e8a2a449715 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f36f83a-499e-42fc-836f-1e8a2a449715.shg-align-container {
  text-align: center
}

.s-4f36f83a-499e-42fc-836f-1e8a2a449715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f36f83a-499e-42fc-836f-1e8a2a449715.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4f36f83a-499e-42fc-836f-1e8a2a449715.shogun-image {
    
    
  }


.s-4f36f83a-499e-42fc-836f-1e8a2a449715 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f36f83a-499e-42fc-836f-1e8a2a449715.shg-align-container {
  text-align: center
}

.s-4f36f83a-499e-42fc-836f-1e8a2a449715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f36f83a-499e-42fc-836f-1e8a2a449715.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4f36f83a-499e-42fc-836f-1e8a2a449715.shogun-image {
    
    
  }


.s-4f36f83a-499e-42fc-836f-1e8a2a449715 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f36f83a-499e-42fc-836f-1e8a2a449715.shg-align-container {
  text-align: center
}

.s-4f36f83a-499e-42fc-836f-1e8a2a449715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f36f83a-499e-42fc-836f-1e8a2a449715.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4f36f83a-499e-42fc-836f-1e8a2a449715.shogun-image {
    
    
  }


.s-4f36f83a-499e-42fc-836f-1e8a2a449715 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f36f83a-499e-42fc-836f-1e8a2a449715.shg-align-container {
  text-align: center
}

.s-4f36f83a-499e-42fc-836f-1e8a2a449715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f36f83a-499e-42fc-836f-1e8a2a449715.shogun-image {
  box-sizing: border-box;
}


}
#s-2b2da508-3bc3-44c7-9fb7-eb7f5666e439 {
  text-align: center;
}







  img.s-2b2da508-3bc3-44c7-9fb7-eb7f5666e439.shogun-image {
    
    
  }


.s-2b2da508-3bc3-44c7-9fb7-eb7f5666e439 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b2da508-3bc3-44c7-9fb7-eb7f5666e439.shg-align-container {
  text-align: center
}

.s-2b2da508-3bc3-44c7-9fb7-eb7f5666e439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b2da508-3bc3-44c7-9fb7-eb7f5666e439.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2b2da508-3bc3-44c7-9fb7-eb7f5666e439.shogun-image {
    
    
  }


.s-2b2da508-3bc3-44c7-9fb7-eb7f5666e439 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b2da508-3bc3-44c7-9fb7-eb7f5666e439.shg-align-container {
  text-align: center
}

.s-2b2da508-3bc3-44c7-9fb7-eb7f5666e439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b2da508-3bc3-44c7-9fb7-eb7f5666e439.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2b2da508-3bc3-44c7-9fb7-eb7f5666e439.shogun-image {
    
    
  }


.s-2b2da508-3bc3-44c7-9fb7-eb7f5666e439 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b2da508-3bc3-44c7-9fb7-eb7f5666e439.shg-align-container {
  text-align: center
}

.s-2b2da508-3bc3-44c7-9fb7-eb7f5666e439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b2da508-3bc3-44c7-9fb7-eb7f5666e439.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2b2da508-3bc3-44c7-9fb7-eb7f5666e439.shogun-image {
    
    
  }


.s-2b2da508-3bc3-44c7-9fb7-eb7f5666e439 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b2da508-3bc3-44c7-9fb7-eb7f5666e439.shg-align-container {
  text-align: center
}

.s-2b2da508-3bc3-44c7-9fb7-eb7f5666e439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b2da508-3bc3-44c7-9fb7-eb7f5666e439.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2b2da508-3bc3-44c7-9fb7-eb7f5666e439.shogun-image {
    
    
  }


.s-2b2da508-3bc3-44c7-9fb7-eb7f5666e439 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b2da508-3bc3-44c7-9fb7-eb7f5666e439.shg-align-container {
  text-align: center
}

.s-2b2da508-3bc3-44c7-9fb7-eb7f5666e439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b2da508-3bc3-44c7-9fb7-eb7f5666e439.shogun-image {
  box-sizing: border-box;
}


}
#s-34b7d7f3-9013-4c49-a186-b2b84c6c985d {
  text-align: center;
}







  img.s-34b7d7f3-9013-4c49-a186-b2b84c6c985d.shogun-image {
    
    
  }


.s-34b7d7f3-9013-4c49-a186-b2b84c6c985d .shogun-image-content {
  
    align-items: center;
  
}

.s-34b7d7f3-9013-4c49-a186-b2b84c6c985d.shg-align-container {
  text-align: center
}

.s-34b7d7f3-9013-4c49-a186-b2b84c6c985d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34b7d7f3-9013-4c49-a186-b2b84c6c985d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-34b7d7f3-9013-4c49-a186-b2b84c6c985d.shogun-image {
    
    
  }


.s-34b7d7f3-9013-4c49-a186-b2b84c6c985d .shogun-image-content {
  
    align-items: center;
  
}

.s-34b7d7f3-9013-4c49-a186-b2b84c6c985d.shg-align-container {
  text-align: center
}

.s-34b7d7f3-9013-4c49-a186-b2b84c6c985d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34b7d7f3-9013-4c49-a186-b2b84c6c985d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-34b7d7f3-9013-4c49-a186-b2b84c6c985d.shogun-image {
    
    
  }


.s-34b7d7f3-9013-4c49-a186-b2b84c6c985d .shogun-image-content {
  
    align-items: center;
  
}

.s-34b7d7f3-9013-4c49-a186-b2b84c6c985d.shg-align-container {
  text-align: center
}

.s-34b7d7f3-9013-4c49-a186-b2b84c6c985d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34b7d7f3-9013-4c49-a186-b2b84c6c985d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-34b7d7f3-9013-4c49-a186-b2b84c6c985d.shogun-image {
    
    
  }


.s-34b7d7f3-9013-4c49-a186-b2b84c6c985d .shogun-image-content {
  
    align-items: center;
  
}

.s-34b7d7f3-9013-4c49-a186-b2b84c6c985d.shg-align-container {
  text-align: center
}

.s-34b7d7f3-9013-4c49-a186-b2b84c6c985d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34b7d7f3-9013-4c49-a186-b2b84c6c985d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-34b7d7f3-9013-4c49-a186-b2b84c6c985d.shogun-image {
    
    
  }


.s-34b7d7f3-9013-4c49-a186-b2b84c6c985d .shogun-image-content {
  
    align-items: center;
  
}

.s-34b7d7f3-9013-4c49-a186-b2b84c6c985d.shg-align-container {
  text-align: center
}

.s-34b7d7f3-9013-4c49-a186-b2b84c6c985d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34b7d7f3-9013-4c49-a186-b2b84c6c985d.shogun-image {
  box-sizing: border-box;
}


}
#s-70c9d1e3-bfd8-4473-a5a8-884dcb43ccc8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(183, 232, 7, 1);
}
@media (min-width: 1200px){#s-70c9d1e3-bfd8-4473-a5a8-884dcb43ccc8 {
  display: none;
}
#s-70c9d1e3-bfd8-4473-a5a8-884dcb43ccc8, #wrap-s-70c9d1e3-bfd8-4473-a5a8-884dcb43ccc8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70c9d1e3-bfd8-4473-a5a8-884dcb43ccc8 {
  display: none;
}
#s-70c9d1e3-bfd8-4473-a5a8-884dcb43ccc8, #wrap-s-70c9d1e3-bfd8-4473-a5a8-884dcb43ccc8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-70c9d1e3-bfd8-4473-a5a8-884dcb43ccc8 {
  display: none;
}
#s-70c9d1e3-bfd8-4473-a5a8-884dcb43ccc8, #wrap-s-70c9d1e3-bfd8-4473-a5a8-884dcb43ccc8 { display:none !important; }}@media (max-width: 767px){#s-70c9d1e3-bfd8-4473-a5a8-884dcb43ccc8 {
  
}
}







#s-70c9d1e3-bfd8-4473-a5a8-884dcb43ccc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70c9d1e3-bfd8-4473-a5a8-884dcb43ccc8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ed1933d-33bb-4f2b-bb61-fa4da5dfe95e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ed1933d-33bb-4f2b-bb61-fa4da5dfe95e .shogun-heading-component h3 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4bc498c2-c03f-4551-997b-bf96b5662cf2 {
  margin-left: auto;
margin-right: auto;
max-width: 40%;
}

@media (min-width: 0px) {
[id="s-4bc498c2-c03f-4551-997b-bf96b5662cf2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 6.75px);
}

}

@media (min-width: 768px) {
[id="s-4bc498c2-c03f-4551-997b-bf96b5662cf2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.75px);
}

}

@media (min-width: 992px) {
[id="s-4bc498c2-c03f-4551-997b-bf96b5662cf2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.75px);
}

}

@media (min-width: 1200px) {
[id="s-4bc498c2-c03f-4551-997b-bf96b5662cf2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.75px);
}

}

#s-3e19a834-4f77-42e3-b8ac-5d2187bd50ff {
  text-align: center;
}







  img.s-3e19a834-4f77-42e3-b8ac-5d2187bd50ff.shogun-image {
    
    
  }


.s-3e19a834-4f77-42e3-b8ac-5d2187bd50ff .shogun-image-content {
  
    align-items: center;
  
}

.s-3e19a834-4f77-42e3-b8ac-5d2187bd50ff.shg-align-container {
  text-align: center
}

.s-3e19a834-4f77-42e3-b8ac-5d2187bd50ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e19a834-4f77-42e3-b8ac-5d2187bd50ff.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3e19a834-4f77-42e3-b8ac-5d2187bd50ff.shogun-image {
    
    
  }


.s-3e19a834-4f77-42e3-b8ac-5d2187bd50ff .shogun-image-content {
  
    align-items: center;
  
}

.s-3e19a834-4f77-42e3-b8ac-5d2187bd50ff.shg-align-container {
  text-align: center
}

.s-3e19a834-4f77-42e3-b8ac-5d2187bd50ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e19a834-4f77-42e3-b8ac-5d2187bd50ff.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3e19a834-4f77-42e3-b8ac-5d2187bd50ff.shogun-image {
    
    
  }


.s-3e19a834-4f77-42e3-b8ac-5d2187bd50ff .shogun-image-content {
  
    align-items: center;
  
}

.s-3e19a834-4f77-42e3-b8ac-5d2187bd50ff.shg-align-container {
  text-align: center
}

.s-3e19a834-4f77-42e3-b8ac-5d2187bd50ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e19a834-4f77-42e3-b8ac-5d2187bd50ff.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3e19a834-4f77-42e3-b8ac-5d2187bd50ff.shogun-image {
    
    
  }


.s-3e19a834-4f77-42e3-b8ac-5d2187bd50ff .shogun-image-content {
  
    align-items: center;
  
}

.s-3e19a834-4f77-42e3-b8ac-5d2187bd50ff.shg-align-container {
  text-align: center
}

.s-3e19a834-4f77-42e3-b8ac-5d2187bd50ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e19a834-4f77-42e3-b8ac-5d2187bd50ff.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3e19a834-4f77-42e3-b8ac-5d2187bd50ff.shogun-image {
    
    
  }


.s-3e19a834-4f77-42e3-b8ac-5d2187bd50ff .shogun-image-content {
  
    align-items: center;
  
}

.s-3e19a834-4f77-42e3-b8ac-5d2187bd50ff.shg-align-container {
  text-align: center
}

.s-3e19a834-4f77-42e3-b8ac-5d2187bd50ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e19a834-4f77-42e3-b8ac-5d2187bd50ff.shogun-image {
  box-sizing: border-box;
}


}
#s-84ee78d0-dd65-46c2-8088-e5709e3796c6 {
  text-align: center;
}







  img.s-84ee78d0-dd65-46c2-8088-e5709e3796c6.shogun-image {
    
    
  }


.s-84ee78d0-dd65-46c2-8088-e5709e3796c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-84ee78d0-dd65-46c2-8088-e5709e3796c6.shg-align-container {
  text-align: center
}

.s-84ee78d0-dd65-46c2-8088-e5709e3796c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84ee78d0-dd65-46c2-8088-e5709e3796c6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-84ee78d0-dd65-46c2-8088-e5709e3796c6.shogun-image {
    
    
  }


.s-84ee78d0-dd65-46c2-8088-e5709e3796c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-84ee78d0-dd65-46c2-8088-e5709e3796c6.shg-align-container {
  text-align: center
}

.s-84ee78d0-dd65-46c2-8088-e5709e3796c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84ee78d0-dd65-46c2-8088-e5709e3796c6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-84ee78d0-dd65-46c2-8088-e5709e3796c6.shogun-image {
    
    
  }


.s-84ee78d0-dd65-46c2-8088-e5709e3796c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-84ee78d0-dd65-46c2-8088-e5709e3796c6.shg-align-container {
  text-align: center
}

.s-84ee78d0-dd65-46c2-8088-e5709e3796c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84ee78d0-dd65-46c2-8088-e5709e3796c6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-84ee78d0-dd65-46c2-8088-e5709e3796c6.shogun-image {
    
    
  }


.s-84ee78d0-dd65-46c2-8088-e5709e3796c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-84ee78d0-dd65-46c2-8088-e5709e3796c6.shg-align-container {
  text-align: center
}

.s-84ee78d0-dd65-46c2-8088-e5709e3796c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84ee78d0-dd65-46c2-8088-e5709e3796c6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-84ee78d0-dd65-46c2-8088-e5709e3796c6.shogun-image {
    
    
  }


.s-84ee78d0-dd65-46c2-8088-e5709e3796c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-84ee78d0-dd65-46c2-8088-e5709e3796c6.shg-align-container {
  text-align: center
}

.s-84ee78d0-dd65-46c2-8088-e5709e3796c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84ee78d0-dd65-46c2-8088-e5709e3796c6.shogun-image {
  box-sizing: border-box;
}


}
#s-500c973e-bf29-4a74-9175-f462e0cdc1c6 {
  text-align: center;
}







  img.s-500c973e-bf29-4a74-9175-f462e0cdc1c6.shogun-image {
    
    
  }


.s-500c973e-bf29-4a74-9175-f462e0cdc1c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-500c973e-bf29-4a74-9175-f462e0cdc1c6.shg-align-container {
  text-align: center
}

.s-500c973e-bf29-4a74-9175-f462e0cdc1c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-500c973e-bf29-4a74-9175-f462e0cdc1c6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-500c973e-bf29-4a74-9175-f462e0cdc1c6.shogun-image {
    
    
  }


.s-500c973e-bf29-4a74-9175-f462e0cdc1c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-500c973e-bf29-4a74-9175-f462e0cdc1c6.shg-align-container {
  text-align: center
}

.s-500c973e-bf29-4a74-9175-f462e0cdc1c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-500c973e-bf29-4a74-9175-f462e0cdc1c6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-500c973e-bf29-4a74-9175-f462e0cdc1c6.shogun-image {
    
    
  }


.s-500c973e-bf29-4a74-9175-f462e0cdc1c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-500c973e-bf29-4a74-9175-f462e0cdc1c6.shg-align-container {
  text-align: center
}

.s-500c973e-bf29-4a74-9175-f462e0cdc1c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-500c973e-bf29-4a74-9175-f462e0cdc1c6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-500c973e-bf29-4a74-9175-f462e0cdc1c6.shogun-image {
    
    
  }


.s-500c973e-bf29-4a74-9175-f462e0cdc1c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-500c973e-bf29-4a74-9175-f462e0cdc1c6.shg-align-container {
  text-align: center
}

.s-500c973e-bf29-4a74-9175-f462e0cdc1c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-500c973e-bf29-4a74-9175-f462e0cdc1c6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-500c973e-bf29-4a74-9175-f462e0cdc1c6.shogun-image {
    
    
  }


.s-500c973e-bf29-4a74-9175-f462e0cdc1c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-500c973e-bf29-4a74-9175-f462e0cdc1c6.shg-align-container {
  text-align: center
}

.s-500c973e-bf29-4a74-9175-f462e0cdc1c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-500c973e-bf29-4a74-9175-f462e0cdc1c6.shogun-image {
  box-sizing: border-box;
}


}
#s-38591316-c6a1-4eb0-8837-2b0735ce7fb2 {
  text-align: center;
}







  img.s-38591316-c6a1-4eb0-8837-2b0735ce7fb2.shogun-image {
    
    
  }


.s-38591316-c6a1-4eb0-8837-2b0735ce7fb2 .shogun-image-content {
  
    align-items: center;
  
}

.s-38591316-c6a1-4eb0-8837-2b0735ce7fb2.shg-align-container {
  text-align: center
}

.s-38591316-c6a1-4eb0-8837-2b0735ce7fb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38591316-c6a1-4eb0-8837-2b0735ce7fb2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-38591316-c6a1-4eb0-8837-2b0735ce7fb2.shogun-image {
    
    
  }


.s-38591316-c6a1-4eb0-8837-2b0735ce7fb2 .shogun-image-content {
  
    align-items: center;
  
}

.s-38591316-c6a1-4eb0-8837-2b0735ce7fb2.shg-align-container {
  text-align: center
}

.s-38591316-c6a1-4eb0-8837-2b0735ce7fb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38591316-c6a1-4eb0-8837-2b0735ce7fb2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-38591316-c6a1-4eb0-8837-2b0735ce7fb2.shogun-image {
    
    
  }


.s-38591316-c6a1-4eb0-8837-2b0735ce7fb2 .shogun-image-content {
  
    align-items: center;
  
}

.s-38591316-c6a1-4eb0-8837-2b0735ce7fb2.shg-align-container {
  text-align: center
}

.s-38591316-c6a1-4eb0-8837-2b0735ce7fb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38591316-c6a1-4eb0-8837-2b0735ce7fb2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-38591316-c6a1-4eb0-8837-2b0735ce7fb2.shogun-image {
    
    
  }


.s-38591316-c6a1-4eb0-8837-2b0735ce7fb2 .shogun-image-content {
  
    align-items: center;
  
}

.s-38591316-c6a1-4eb0-8837-2b0735ce7fb2.shg-align-container {
  text-align: center
}

.s-38591316-c6a1-4eb0-8837-2b0735ce7fb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38591316-c6a1-4eb0-8837-2b0735ce7fb2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-38591316-c6a1-4eb0-8837-2b0735ce7fb2.shogun-image {
    
    
  }


.s-38591316-c6a1-4eb0-8837-2b0735ce7fb2 .shogun-image-content {
  
    align-items: center;
  
}

.s-38591316-c6a1-4eb0-8837-2b0735ce7fb2.shg-align-container {
  text-align: center
}

.s-38591316-c6a1-4eb0-8837-2b0735ce7fb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38591316-c6a1-4eb0-8837-2b0735ce7fb2.shogun-image {
  box-sizing: border-box;
}


}
#s-b0823a18-74a4-4b0b-bd09-5faf7d618701 {
  min-height: 50px;
}








#s-b0823a18-74a4-4b0b-bd09-5faf7d618701 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0823a18-74a4-4b0b-bd09-5faf7d618701.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1ded77c-5698-44bc-b2c7-e77666360de6 {
  text-align: center;
}







  img.s-e1ded77c-5698-44bc-b2c7-e77666360de6.shogun-image {
    
    
  }


.s-e1ded77c-5698-44bc-b2c7-e77666360de6 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1ded77c-5698-44bc-b2c7-e77666360de6.shg-align-container {
  text-align: center
}

.s-e1ded77c-5698-44bc-b2c7-e77666360de6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1ded77c-5698-44bc-b2c7-e77666360de6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e1ded77c-5698-44bc-b2c7-e77666360de6.shogun-image {
    
    
  }


.s-e1ded77c-5698-44bc-b2c7-e77666360de6 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1ded77c-5698-44bc-b2c7-e77666360de6.shg-align-container {
  text-align: center
}

.s-e1ded77c-5698-44bc-b2c7-e77666360de6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1ded77c-5698-44bc-b2c7-e77666360de6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e1ded77c-5698-44bc-b2c7-e77666360de6.shogun-image {
    
    
  }


.s-e1ded77c-5698-44bc-b2c7-e77666360de6 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1ded77c-5698-44bc-b2c7-e77666360de6.shg-align-container {
  text-align: center
}

.s-e1ded77c-5698-44bc-b2c7-e77666360de6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1ded77c-5698-44bc-b2c7-e77666360de6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e1ded77c-5698-44bc-b2c7-e77666360de6.shogun-image {
    
    
  }


.s-e1ded77c-5698-44bc-b2c7-e77666360de6 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1ded77c-5698-44bc-b2c7-e77666360de6.shg-align-container {
  text-align: center
}

.s-e1ded77c-5698-44bc-b2c7-e77666360de6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1ded77c-5698-44bc-b2c7-e77666360de6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e1ded77c-5698-44bc-b2c7-e77666360de6.shogun-image {
    
    
  }


.s-e1ded77c-5698-44bc-b2c7-e77666360de6 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1ded77c-5698-44bc-b2c7-e77666360de6.shg-align-container {
  text-align: center
}

.s-e1ded77c-5698-44bc-b2c7-e77666360de6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1ded77c-5698-44bc-b2c7-e77666360de6.shogun-image {
  box-sizing: border-box;
}


}
#s-c968b28e-efef-492f-a376-53e701f458f1 {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 1200px){#s-c968b28e-efef-492f-a376-53e701f458f1 {
  display: none;
}
#s-c968b28e-efef-492f-a376-53e701f458f1, #wrap-s-c968b28e-efef-492f-a376-53e701f458f1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c968b28e-efef-492f-a376-53e701f458f1 {
  display: none;
}
#s-c968b28e-efef-492f-a376-53e701f458f1, #wrap-s-c968b28e-efef-492f-a376-53e701f458f1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c968b28e-efef-492f-a376-53e701f458f1 {
  display: none;
}
#s-c968b28e-efef-492f-a376-53e701f458f1, #wrap-s-c968b28e-efef-492f-a376-53e701f458f1 { display:none !important; }}@media (max-width: 767px){#s-c968b28e-efef-492f-a376-53e701f458f1 {
  display: none;
}
#s-c968b28e-efef-492f-a376-53e701f458f1, #wrap-s-c968b28e-efef-492f-a376-53e701f458f1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c968b28e-efef-492f-a376-53e701f458f1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-c968b28e-efef-492f-a376-53e701f458f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c968b28e-efef-492f-a376-53e701f458f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c968b28e-efef-492f-a376-53e701f458f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c968b28e-efef-492f-a376-53e701f458f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c968b28e-efef-492f-a376-53e701f458f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c968b28e-efef-492f-a376-53e701f458f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-ebb36573-aec3-4e91-8a41-6dafbfe7dced {
  max-width: 200px;
text-align: center;
}








.s-ebb36573-aec3-4e91-8a41-6dafbfe7dced .shogun-image-content {
  
    align-items: center;
  
}

.s-ebb36573-aec3-4e91-8a41-6dafbfe7dced.shg-align-container {
  text-align: center
}

.s-ebb36573-aec3-4e91-8a41-6dafbfe7dced.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb36573-aec3-4e91-8a41-6dafbfe7dced.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-ebb36573-aec3-4e91-8a41-6dafbfe7dced .shogun-image-content {
  
    align-items: center;
  
}

.s-ebb36573-aec3-4e91-8a41-6dafbfe7dced.shg-align-container {
  text-align: center
}

.s-ebb36573-aec3-4e91-8a41-6dafbfe7dced.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb36573-aec3-4e91-8a41-6dafbfe7dced.shogun-image {
  box-sizing: border-box;
}


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






.s-ebb36573-aec3-4e91-8a41-6dafbfe7dced .shogun-image-content {
  
    align-items: center;
  
}

.s-ebb36573-aec3-4e91-8a41-6dafbfe7dced.shg-align-container {
  text-align: center
}

.s-ebb36573-aec3-4e91-8a41-6dafbfe7dced.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb36573-aec3-4e91-8a41-6dafbfe7dced.shogun-image {
  box-sizing: border-box;
}


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






.s-ebb36573-aec3-4e91-8a41-6dafbfe7dced .shogun-image-content {
  
    align-items: center;
  
}

.s-ebb36573-aec3-4e91-8a41-6dafbfe7dced.shg-align-container {
  text-align: center
}

.s-ebb36573-aec3-4e91-8a41-6dafbfe7dced.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb36573-aec3-4e91-8a41-6dafbfe7dced.shogun-image {
  box-sizing: border-box;
}


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






.s-ebb36573-aec3-4e91-8a41-6dafbfe7dced .shogun-image-content {
  
    align-items: center;
  
}

.s-ebb36573-aec3-4e91-8a41-6dafbfe7dced.shg-align-container {
  text-align: center
}

.s-ebb36573-aec3-4e91-8a41-6dafbfe7dced.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb36573-aec3-4e91-8a41-6dafbfe7dced.shogun-image {
  box-sizing: border-box;
}


}
#s-a27feb8d-61ac-4100-8ab2-abba0e017784 {
  margin-top: 60px;
margin-bottom: 0px;
}

#s-9db6c815-8329-4ecc-bd48-fbd8e740a867 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 200px;
}
@media (min-width: 1200px){#s-9db6c815-8329-4ecc-bd48-fbd8e740a867 {
  display: none;
}
#s-9db6c815-8329-4ecc-bd48-fbd8e740a867, #wrap-s-9db6c815-8329-4ecc-bd48-fbd8e740a867 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9db6c815-8329-4ecc-bd48-fbd8e740a867 {
  display: none;
}
#s-9db6c815-8329-4ecc-bd48-fbd8e740a867, #wrap-s-9db6c815-8329-4ecc-bd48-fbd8e740a867 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9db6c815-8329-4ecc-bd48-fbd8e740a867 {
  display: none;
}
#s-9db6c815-8329-4ecc-bd48-fbd8e740a867, #wrap-s-9db6c815-8329-4ecc-bd48-fbd8e740a867 { display:none !important; }}@media (max-width: 767px){#s-9db6c815-8329-4ecc-bd48-fbd8e740a867 {
  display: none;
}
#s-9db6c815-8329-4ecc-bd48-fbd8e740a867, #wrap-s-9db6c815-8329-4ecc-bd48-fbd8e740a867 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9db6c815-8329-4ecc-bd48-fbd8e740a867"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9db6c815-8329-4ecc-bd48-fbd8e740a867"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9db6c815-8329-4ecc-bd48-fbd8e740a867"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9db6c815-8329-4ecc-bd48-fbd8e740a867"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c2001abc-5fd8-4438-820f-32cf11582b8a {
  text-align: center;
}







  img.s-c2001abc-5fd8-4438-820f-32cf11582b8a.shogun-image {
    
    
  }


.s-c2001abc-5fd8-4438-820f-32cf11582b8a .shogun-image-content {
  
    align-items: center;
  
}

.s-c2001abc-5fd8-4438-820f-32cf11582b8a.shg-align-container {
  text-align: center
}

.s-c2001abc-5fd8-4438-820f-32cf11582b8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2001abc-5fd8-4438-820f-32cf11582b8a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c2001abc-5fd8-4438-820f-32cf11582b8a.shogun-image {
    
    
  }


.s-c2001abc-5fd8-4438-820f-32cf11582b8a .shogun-image-content {
  
    align-items: center;
  
}

.s-c2001abc-5fd8-4438-820f-32cf11582b8a.shg-align-container {
  text-align: center
}

.s-c2001abc-5fd8-4438-820f-32cf11582b8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2001abc-5fd8-4438-820f-32cf11582b8a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c2001abc-5fd8-4438-820f-32cf11582b8a.shogun-image {
    
    
  }


.s-c2001abc-5fd8-4438-820f-32cf11582b8a .shogun-image-content {
  
    align-items: center;
  
}

.s-c2001abc-5fd8-4438-820f-32cf11582b8a.shg-align-container {
  text-align: center
}

.s-c2001abc-5fd8-4438-820f-32cf11582b8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2001abc-5fd8-4438-820f-32cf11582b8a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c2001abc-5fd8-4438-820f-32cf11582b8a.shogun-image {
    
    
  }


.s-c2001abc-5fd8-4438-820f-32cf11582b8a .shogun-image-content {
  
    align-items: center;
  
}

.s-c2001abc-5fd8-4438-820f-32cf11582b8a.shg-align-container {
  text-align: center
}

.s-c2001abc-5fd8-4438-820f-32cf11582b8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2001abc-5fd8-4438-820f-32cf11582b8a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c2001abc-5fd8-4438-820f-32cf11582b8a.shogun-image {
    
    
  }


.s-c2001abc-5fd8-4438-820f-32cf11582b8a .shogun-image-content {
  
    align-items: center;
  
}

.s-c2001abc-5fd8-4438-820f-32cf11582b8a.shg-align-container {
  text-align: center
}

.s-c2001abc-5fd8-4438-820f-32cf11582b8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2001abc-5fd8-4438-820f-32cf11582b8a.shogun-image {
  box-sizing: border-box;
}


}
.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-6db0d0c4-bf03-4167-b28e-c40768d5900f {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-6db0d0c4-bf03-4167-b28e-c40768d5900f {
  display: none;
}
#s-6db0d0c4-bf03-4167-b28e-c40768d5900f, #wrap-s-6db0d0c4-bf03-4167-b28e-c40768d5900f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6db0d0c4-bf03-4167-b28e-c40768d5900f {
  display: none;
}
#s-6db0d0c4-bf03-4167-b28e-c40768d5900f, #wrap-s-6db0d0c4-bf03-4167-b28e-c40768d5900f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6db0d0c4-bf03-4167-b28e-c40768d5900f {
  display: none;
}
#s-6db0d0c4-bf03-4167-b28e-c40768d5900f, #wrap-s-6db0d0c4-bf03-4167-b28e-c40768d5900f { display:none !important; }}@media (max-width: 767px){#s-6db0d0c4-bf03-4167-b28e-c40768d5900f {
  display: none;
}
#s-6db0d0c4-bf03-4167-b28e-c40768d5900f, #wrap-s-6db0d0c4-bf03-4167-b28e-c40768d5900f { display:none !important; }}
#s-6db0d0c4-bf03-4167-b28e-c40768d5900f .shogun-countdown span, #s-6db0d0c4-bf03-4167-b28e-c40768d5900f .shogun-countdown label {
  color: rgba(0, 0, 0, 1);
}
#s-52737018-55c2-4a23-912d-de3e96aadc28 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-8c471433-17c4-4ed7-a788-e4866601640e {
  max-width: 200px;
text-align: center;
}








.s-8c471433-17c4-4ed7-a788-e4866601640e .shogun-image-content {
  
    align-items: center;
  
}

.s-8c471433-17c4-4ed7-a788-e4866601640e.shg-align-container {
  text-align: center
}

.s-8c471433-17c4-4ed7-a788-e4866601640e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c471433-17c4-4ed7-a788-e4866601640e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-8c471433-17c4-4ed7-a788-e4866601640e .shogun-image-content {
  
    align-items: center;
  
}

.s-8c471433-17c4-4ed7-a788-e4866601640e.shg-align-container {
  text-align: center
}

.s-8c471433-17c4-4ed7-a788-e4866601640e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c471433-17c4-4ed7-a788-e4866601640e.shogun-image {
  box-sizing: border-box;
}


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






.s-8c471433-17c4-4ed7-a788-e4866601640e .shogun-image-content {
  
    align-items: center;
  
}

.s-8c471433-17c4-4ed7-a788-e4866601640e.shg-align-container {
  text-align: center
}

.s-8c471433-17c4-4ed7-a788-e4866601640e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c471433-17c4-4ed7-a788-e4866601640e.shogun-image {
  box-sizing: border-box;
}


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






.s-8c471433-17c4-4ed7-a788-e4866601640e .shogun-image-content {
  
    align-items: center;
  
}

.s-8c471433-17c4-4ed7-a788-e4866601640e.shg-align-container {
  text-align: center
}

.s-8c471433-17c4-4ed7-a788-e4866601640e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c471433-17c4-4ed7-a788-e4866601640e.shogun-image {
  box-sizing: border-box;
}


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






.s-8c471433-17c4-4ed7-a788-e4866601640e .shogun-image-content {
  
    align-items: center;
  
}

.s-8c471433-17c4-4ed7-a788-e4866601640e.shg-align-container {
  text-align: center
}

.s-8c471433-17c4-4ed7-a788-e4866601640e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c471433-17c4-4ed7-a788-e4866601640e.shogun-image {
  box-sizing: border-box;
}


}
#s-b8ad7775-6706-4f1b-8df1-54b2579a09c5 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-b8ad7775-6706-4f1b-8df1-54b2579a09c5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b8ad7775-6706-4f1b-8df1-54b2579a09c5 {
  display: none;
}
#s-b8ad7775-6706-4f1b-8df1-54b2579a09c5, #wrap-s-b8ad7775-6706-4f1b-8df1-54b2579a09c5 { display:none !important; }}@media (max-width: 767px){#s-b8ad7775-6706-4f1b-8df1-54b2579a09c5 {
  display: none;
}
#s-b8ad7775-6706-4f1b-8df1-54b2579a09c5, #wrap-s-b8ad7775-6706-4f1b-8df1-54b2579a09c5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b8ad7775-6706-4f1b-8df1-54b2579a09c5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b8ad7775-6706-4f1b-8df1-54b2579a09c5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b8ad7775-6706-4f1b-8df1-54b2579a09c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b8ad7775-6706-4f1b-8df1-54b2579a09c5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b8ad7775-6706-4f1b-8df1-54b2579a09c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8ad7775-6706-4f1b-8df1-54b2579a09c5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b8ad7775-6706-4f1b-8df1-54b2579a09c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-a8220fa2-6ddd-48ee-b75f-e11d568c9715 {
  max-width: 200px;
text-align: center;
}








.s-a8220fa2-6ddd-48ee-b75f-e11d568c9715 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8220fa2-6ddd-48ee-b75f-e11d568c9715.shg-align-container {
  text-align: center
}

.s-a8220fa2-6ddd-48ee-b75f-e11d568c9715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8220fa2-6ddd-48ee-b75f-e11d568c9715.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-a8220fa2-6ddd-48ee-b75f-e11d568c9715 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8220fa2-6ddd-48ee-b75f-e11d568c9715.shg-align-container {
  text-align: center
}

.s-a8220fa2-6ddd-48ee-b75f-e11d568c9715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8220fa2-6ddd-48ee-b75f-e11d568c9715.shogun-image {
  box-sizing: border-box;
}


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






.s-a8220fa2-6ddd-48ee-b75f-e11d568c9715 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8220fa2-6ddd-48ee-b75f-e11d568c9715.shg-align-container {
  text-align: center
}

.s-a8220fa2-6ddd-48ee-b75f-e11d568c9715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8220fa2-6ddd-48ee-b75f-e11d568c9715.shogun-image {
  box-sizing: border-box;
}


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






.s-a8220fa2-6ddd-48ee-b75f-e11d568c9715 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8220fa2-6ddd-48ee-b75f-e11d568c9715.shg-align-container {
  text-align: center
}

.s-a8220fa2-6ddd-48ee-b75f-e11d568c9715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8220fa2-6ddd-48ee-b75f-e11d568c9715.shogun-image {
  box-sizing: border-box;
}


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






.s-a8220fa2-6ddd-48ee-b75f-e11d568c9715 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8220fa2-6ddd-48ee-b75f-e11d568c9715.shg-align-container {
  text-align: center
}

.s-a8220fa2-6ddd-48ee-b75f-e11d568c9715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8220fa2-6ddd-48ee-b75f-e11d568c9715.shogun-image {
  box-sizing: border-box;
}


}
#s-60b5701a-985b-45fa-9229-27ff28b33131 {
  margin-top: 60px;
margin-bottom: 0px;
}

#s-99af6741-b3a8-4864-a61c-5d270604c2cd {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 200px;
}
@media (min-width: 1200px){#s-99af6741-b3a8-4864-a61c-5d270604c2cd {
  display: none;
}
#s-99af6741-b3a8-4864-a61c-5d270604c2cd, #wrap-s-99af6741-b3a8-4864-a61c-5d270604c2cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99af6741-b3a8-4864-a61c-5d270604c2cd {
  display: none;
}
#s-99af6741-b3a8-4864-a61c-5d270604c2cd, #wrap-s-99af6741-b3a8-4864-a61c-5d270604c2cd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-99af6741-b3a8-4864-a61c-5d270604c2cd {
  display: none;
}
#s-99af6741-b3a8-4864-a61c-5d270604c2cd, #wrap-s-99af6741-b3a8-4864-a61c-5d270604c2cd { display:none !important; }}@media (max-width: 767px){#s-99af6741-b3a8-4864-a61c-5d270604c2cd {
  display: none;
}
#s-99af6741-b3a8-4864-a61c-5d270604c2cd, #wrap-s-99af6741-b3a8-4864-a61c-5d270604c2cd { display:none !important; }}
@media (min-width: 0px) {
[id="s-99af6741-b3a8-4864-a61c-5d270604c2cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99af6741-b3a8-4864-a61c-5d270604c2cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-99af6741-b3a8-4864-a61c-5d270604c2cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-99af6741-b3a8-4864-a61c-5d270604c2cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-410aa541-8540-42f0-be0e-5e90232af9be {
  text-align: center;
}







  img.s-410aa541-8540-42f0-be0e-5e90232af9be.shogun-image {
    
    
  }


.s-410aa541-8540-42f0-be0e-5e90232af9be .shogun-image-content {
  
    align-items: center;
  
}

.s-410aa541-8540-42f0-be0e-5e90232af9be.shg-align-container {
  text-align: center
}

.s-410aa541-8540-42f0-be0e-5e90232af9be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-410aa541-8540-42f0-be0e-5e90232af9be.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-410aa541-8540-42f0-be0e-5e90232af9be.shogun-image {
    
    
  }


.s-410aa541-8540-42f0-be0e-5e90232af9be .shogun-image-content {
  
    align-items: center;
  
}

.s-410aa541-8540-42f0-be0e-5e90232af9be.shg-align-container {
  text-align: center
}

.s-410aa541-8540-42f0-be0e-5e90232af9be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-410aa541-8540-42f0-be0e-5e90232af9be.shogun-image {
  box-sizing: border-box;
}


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





  img.s-410aa541-8540-42f0-be0e-5e90232af9be.shogun-image {
    
    
  }


.s-410aa541-8540-42f0-be0e-5e90232af9be .shogun-image-content {
  
    align-items: center;
  
}

.s-410aa541-8540-42f0-be0e-5e90232af9be.shg-align-container {
  text-align: center
}

.s-410aa541-8540-42f0-be0e-5e90232af9be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-410aa541-8540-42f0-be0e-5e90232af9be.shogun-image {
  box-sizing: border-box;
}


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





  img.s-410aa541-8540-42f0-be0e-5e90232af9be.shogun-image {
    
    
  }


.s-410aa541-8540-42f0-be0e-5e90232af9be .shogun-image-content {
  
    align-items: center;
  
}

.s-410aa541-8540-42f0-be0e-5e90232af9be.shg-align-container {
  text-align: center
}

.s-410aa541-8540-42f0-be0e-5e90232af9be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-410aa541-8540-42f0-be0e-5e90232af9be.shogun-image {
  box-sizing: border-box;
}


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





  img.s-410aa541-8540-42f0-be0e-5e90232af9be.shogun-image {
    
    
  }


.s-410aa541-8540-42f0-be0e-5e90232af9be .shogun-image-content {
  
    align-items: center;
  
}

.s-410aa541-8540-42f0-be0e-5e90232af9be.shg-align-container {
  text-align: center
}

.s-410aa541-8540-42f0-be0e-5e90232af9be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-410aa541-8540-42f0-be0e-5e90232af9be.shogun-image {
  box-sizing: border-box;
}


}
#s-2bd3622e-bc8e-4736-9849-e08b8e0c35da {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-2bd3622e-bc8e-4736-9849-e08b8e0c35da {
  display: none;
}
#s-2bd3622e-bc8e-4736-9849-e08b8e0c35da, #wrap-s-2bd3622e-bc8e-4736-9849-e08b8e0c35da { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2bd3622e-bc8e-4736-9849-e08b8e0c35da {
  display: none;
}
#s-2bd3622e-bc8e-4736-9849-e08b8e0c35da, #wrap-s-2bd3622e-bc8e-4736-9849-e08b8e0c35da { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2bd3622e-bc8e-4736-9849-e08b8e0c35da {
  display: none;
}
#s-2bd3622e-bc8e-4736-9849-e08b8e0c35da, #wrap-s-2bd3622e-bc8e-4736-9849-e08b8e0c35da { display:none !important; }}@media (max-width: 767px){#s-2bd3622e-bc8e-4736-9849-e08b8e0c35da {
  display: none;
}
#s-2bd3622e-bc8e-4736-9849-e08b8e0c35da, #wrap-s-2bd3622e-bc8e-4736-9849-e08b8e0c35da { display:none !important; }}
#s-2bd3622e-bc8e-4736-9849-e08b8e0c35da .shogun-countdown span, #s-2bd3622e-bc8e-4736-9849-e08b8e0c35da .shogun-countdown label {
  color: rgba(0, 0, 0, 1);
}
#s-6763c496-3876-4742-a950-50ab43c56321 {
  max-width: 200px;
text-align: center;
}








.s-6763c496-3876-4742-a950-50ab43c56321 .shogun-image-content {
  
    align-items: center;
  
}

.s-6763c496-3876-4742-a950-50ab43c56321.shg-align-container {
  text-align: center
}

.s-6763c496-3876-4742-a950-50ab43c56321.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6763c496-3876-4742-a950-50ab43c56321.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-6763c496-3876-4742-a950-50ab43c56321 .shogun-image-content {
  
    align-items: center;
  
}

.s-6763c496-3876-4742-a950-50ab43c56321.shg-align-container {
  text-align: center
}

.s-6763c496-3876-4742-a950-50ab43c56321.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6763c496-3876-4742-a950-50ab43c56321.shogun-image {
  box-sizing: border-box;
}


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






.s-6763c496-3876-4742-a950-50ab43c56321 .shogun-image-content {
  
    align-items: center;
  
}

.s-6763c496-3876-4742-a950-50ab43c56321.shg-align-container {
  text-align: center
}

.s-6763c496-3876-4742-a950-50ab43c56321.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6763c496-3876-4742-a950-50ab43c56321.shogun-image {
  box-sizing: border-box;
}


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






.s-6763c496-3876-4742-a950-50ab43c56321 .shogun-image-content {
  
    align-items: center;
  
}

.s-6763c496-3876-4742-a950-50ab43c56321.shg-align-container {
  text-align: center
}

.s-6763c496-3876-4742-a950-50ab43c56321.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6763c496-3876-4742-a950-50ab43c56321.shogun-image {
  box-sizing: border-box;
}


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






.s-6763c496-3876-4742-a950-50ab43c56321 .shogun-image-content {
  
    align-items: center;
  
}

.s-6763c496-3876-4742-a950-50ab43c56321.shg-align-container {
  text-align: center
}

.s-6763c496-3876-4742-a950-50ab43c56321.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6763c496-3876-4742-a950-50ab43c56321.shogun-image {
  box-sizing: border-box;
}


}
#s-8a81b572-a029-4e1c-a3c7-edf6a5acb24b {
  margin-top: 20px;
margin-bottom: 40px;
}
@media (min-width: 1200px){#s-8a81b572-a029-4e1c-a3c7-edf6a5acb24b {
  display: none;
}
#s-8a81b572-a029-4e1c-a3c7-edf6a5acb24b, #wrap-s-8a81b572-a029-4e1c-a3c7-edf6a5acb24b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a81b572-a029-4e1c-a3c7-edf6a5acb24b {
  display: none;
}
#s-8a81b572-a029-4e1c-a3c7-edf6a5acb24b, #wrap-s-8a81b572-a029-4e1c-a3c7-edf6a5acb24b { display:none !important; }}@media (max-width: 767px){#s-8a81b572-a029-4e1c-a3c7-edf6a5acb24b {
  display: none;
}
#s-8a81b572-a029-4e1c-a3c7-edf6a5acb24b, #wrap-s-8a81b572-a029-4e1c-a3c7-edf6a5acb24b { display:none !important; }}
@media (min-width: 0px) {
[id="s-8a81b572-a029-4e1c-a3c7-edf6a5acb24b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-8a81b572-a029-4e1c-a3c7-edf6a5acb24b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8a81b572-a029-4e1c-a3c7-edf6a5acb24b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8a81b572-a029-4e1c-a3c7-edf6a5acb24b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8a81b572-a029-4e1c-a3c7-edf6a5acb24b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a81b572-a029-4e1c-a3c7-edf6a5acb24b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8a81b572-a029-4e1c-a3c7-edf6a5acb24b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-26981db0-73f2-4d8e-beee-74b4eb939cce {
  padding-top: 50px;
padding-bottom: 50px;
text-align: center;
}








.s-26981db0-73f2-4d8e-beee-74b4eb939cce .shogun-image-content {
  
    align-items: center;
  
}

.s-26981db0-73f2-4d8e-beee-74b4eb939cce.shg-align-container {
  text-align: center
}

.s-26981db0-73f2-4d8e-beee-74b4eb939cce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26981db0-73f2-4d8e-beee-74b4eb939cce.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-26981db0-73f2-4d8e-beee-74b4eb939cce .shogun-image-content {
  
    align-items: center;
  
}

.s-26981db0-73f2-4d8e-beee-74b4eb939cce.shg-align-container {
  text-align: center
}

.s-26981db0-73f2-4d8e-beee-74b4eb939cce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26981db0-73f2-4d8e-beee-74b4eb939cce.shogun-image {
  box-sizing: border-box;
}


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






.s-26981db0-73f2-4d8e-beee-74b4eb939cce .shogun-image-content {
  
    align-items: center;
  
}

.s-26981db0-73f2-4d8e-beee-74b4eb939cce.shg-align-container {
  text-align: center
}

.s-26981db0-73f2-4d8e-beee-74b4eb939cce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26981db0-73f2-4d8e-beee-74b4eb939cce.shogun-image {
  box-sizing: border-box;
}


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






.s-26981db0-73f2-4d8e-beee-74b4eb939cce .shogun-image-content {
  
    align-items: center;
  
}

.s-26981db0-73f2-4d8e-beee-74b4eb939cce.shg-align-container {
  text-align: center
}

.s-26981db0-73f2-4d8e-beee-74b4eb939cce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26981db0-73f2-4d8e-beee-74b4eb939cce.shogun-image {
  box-sizing: border-box;
}


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






.s-26981db0-73f2-4d8e-beee-74b4eb939cce .shogun-image-content {
  
    align-items: center;
  
}

.s-26981db0-73f2-4d8e-beee-74b4eb939cce.shg-align-container {
  text-align: center
}

.s-26981db0-73f2-4d8e-beee-74b4eb939cce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26981db0-73f2-4d8e-beee-74b4eb939cce.shogun-image {
  box-sizing: border-box;
}


}
#s-13e447bf-f060-4830-806b-0d221c4e4c69 {
  margin-top: 60px;
margin-bottom: 0px;
}

#s-c8d0f313-6bec-44c7-a6c7-1d66b7b7e4ad {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
@media (min-width: 1200px){#s-c8d0f313-6bec-44c7-a6c7-1d66b7b7e4ad {
  display: none;
}
#s-c8d0f313-6bec-44c7-a6c7-1d66b7b7e4ad, #wrap-s-c8d0f313-6bec-44c7-a6c7-1d66b7b7e4ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c8d0f313-6bec-44c7-a6c7-1d66b7b7e4ad {
  display: none;
}
#s-c8d0f313-6bec-44c7-a6c7-1d66b7b7e4ad, #wrap-s-c8d0f313-6bec-44c7-a6c7-1d66b7b7e4ad { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c8d0f313-6bec-44c7-a6c7-1d66b7b7e4ad {
  display: none;
}
#s-c8d0f313-6bec-44c7-a6c7-1d66b7b7e4ad, #wrap-s-c8d0f313-6bec-44c7-a6c7-1d66b7b7e4ad { display:none !important; }}@media (max-width: 767px){#s-c8d0f313-6bec-44c7-a6c7-1d66b7b7e4ad {
  display: none;
}
#s-c8d0f313-6bec-44c7-a6c7-1d66b7b7e4ad, #wrap-s-c8d0f313-6bec-44c7-a6c7-1d66b7b7e4ad { display:none !important; }}
@media (min-width: 0px) {
[id="s-c8d0f313-6bec-44c7-a6c7-1d66b7b7e4ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8d0f313-6bec-44c7-a6c7-1d66b7b7e4ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c8d0f313-6bec-44c7-a6c7-1d66b7b7e4ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8d0f313-6bec-44c7-a6c7-1d66b7b7e4ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e2b5ece4-15b7-4d98-8b34-b8e63c1f5a7c {
  text-align: center;
}







  img.s-e2b5ece4-15b7-4d98-8b34-b8e63c1f5a7c.shogun-image {
    
    
  }


.s-e2b5ece4-15b7-4d98-8b34-b8e63c1f5a7c .shogun-image-content {
  
    align-items: center;
  
}

.s-e2b5ece4-15b7-4d98-8b34-b8e63c1f5a7c.shg-align-container {
  text-align: center
}

.s-e2b5ece4-15b7-4d98-8b34-b8e63c1f5a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2b5ece4-15b7-4d98-8b34-b8e63c1f5a7c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e2b5ece4-15b7-4d98-8b34-b8e63c1f5a7c.shogun-image {
    
    
  }


.s-e2b5ece4-15b7-4d98-8b34-b8e63c1f5a7c .shogun-image-content {
  
    align-items: center;
  
}

.s-e2b5ece4-15b7-4d98-8b34-b8e63c1f5a7c.shg-align-container {
  text-align: center
}

.s-e2b5ece4-15b7-4d98-8b34-b8e63c1f5a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2b5ece4-15b7-4d98-8b34-b8e63c1f5a7c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e2b5ece4-15b7-4d98-8b34-b8e63c1f5a7c.shogun-image {
    
    
  }


.s-e2b5ece4-15b7-4d98-8b34-b8e63c1f5a7c .shogun-image-content {
  
    align-items: center;
  
}

.s-e2b5ece4-15b7-4d98-8b34-b8e63c1f5a7c.shg-align-container {
  text-align: center
}

.s-e2b5ece4-15b7-4d98-8b34-b8e63c1f5a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2b5ece4-15b7-4d98-8b34-b8e63c1f5a7c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e2b5ece4-15b7-4d98-8b34-b8e63c1f5a7c.shogun-image {
    
    
  }


.s-e2b5ece4-15b7-4d98-8b34-b8e63c1f5a7c .shogun-image-content {
  
    align-items: center;
  
}

.s-e2b5ece4-15b7-4d98-8b34-b8e63c1f5a7c.shg-align-container {
  text-align: center
}

.s-e2b5ece4-15b7-4d98-8b34-b8e63c1f5a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2b5ece4-15b7-4d98-8b34-b8e63c1f5a7c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e2b5ece4-15b7-4d98-8b34-b8e63c1f5a7c.shogun-image {
    
    
  }


.s-e2b5ece4-15b7-4d98-8b34-b8e63c1f5a7c .shogun-image-content {
  
    align-items: center;
  
}

.s-e2b5ece4-15b7-4d98-8b34-b8e63c1f5a7c.shg-align-container {
  text-align: center
}

.s-e2b5ece4-15b7-4d98-8b34-b8e63c1f5a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2b5ece4-15b7-4d98-8b34-b8e63c1f5a7c.shogun-image {
  box-sizing: border-box;
}


}
#s-e0902ae9-0193-4344-9f3e-61f7ec72c0fd {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-e0902ae9-0193-4344-9f3e-61f7ec72c0fd {
  display: none;
}
#s-e0902ae9-0193-4344-9f3e-61f7ec72c0fd, #wrap-s-e0902ae9-0193-4344-9f3e-61f7ec72c0fd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0902ae9-0193-4344-9f3e-61f7ec72c0fd {
  display: none;
}
#s-e0902ae9-0193-4344-9f3e-61f7ec72c0fd, #wrap-s-e0902ae9-0193-4344-9f3e-61f7ec72c0fd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0902ae9-0193-4344-9f3e-61f7ec72c0fd {
  display: none;
}
#s-e0902ae9-0193-4344-9f3e-61f7ec72c0fd, #wrap-s-e0902ae9-0193-4344-9f3e-61f7ec72c0fd { display:none !important; }}@media (max-width: 767px){#s-e0902ae9-0193-4344-9f3e-61f7ec72c0fd {
  display: none;
}
#s-e0902ae9-0193-4344-9f3e-61f7ec72c0fd, #wrap-s-e0902ae9-0193-4344-9f3e-61f7ec72c0fd { display:none !important; }}
#s-e0902ae9-0193-4344-9f3e-61f7ec72c0fd .shogun-countdown span, #s-e0902ae9-0193-4344-9f3e-61f7ec72c0fd .shogun-countdown label {
  color: rgba(0, 0, 0, 1);
}
#s-78fc0728-543c-4c8e-849a-e52227b88edb {
  margin-top: 50px;
margin-bottom: 50px;
text-align: center;
}








.s-78fc0728-543c-4c8e-849a-e52227b88edb .shogun-image-content {
  
    align-items: center;
  
}

.s-78fc0728-543c-4c8e-849a-e52227b88edb.shg-align-container {
  text-align: center
}

.s-78fc0728-543c-4c8e-849a-e52227b88edb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78fc0728-543c-4c8e-849a-e52227b88edb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-78fc0728-543c-4c8e-849a-e52227b88edb .shogun-image-content {
  
    align-items: center;
  
}

.s-78fc0728-543c-4c8e-849a-e52227b88edb.shg-align-container {
  text-align: center
}

.s-78fc0728-543c-4c8e-849a-e52227b88edb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78fc0728-543c-4c8e-849a-e52227b88edb.shogun-image {
  box-sizing: border-box;
}


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






.s-78fc0728-543c-4c8e-849a-e52227b88edb .shogun-image-content {
  
    align-items: center;
  
}

.s-78fc0728-543c-4c8e-849a-e52227b88edb.shg-align-container {
  text-align: center
}

.s-78fc0728-543c-4c8e-849a-e52227b88edb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78fc0728-543c-4c8e-849a-e52227b88edb.shogun-image {
  box-sizing: border-box;
}


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






.s-78fc0728-543c-4c8e-849a-e52227b88edb .shogun-image-content {
  
    align-items: center;
  
}

.s-78fc0728-543c-4c8e-849a-e52227b88edb.shg-align-container {
  text-align: center
}

.s-78fc0728-543c-4c8e-849a-e52227b88edb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78fc0728-543c-4c8e-849a-e52227b88edb.shogun-image {
  box-sizing: border-box;
}


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






.s-78fc0728-543c-4c8e-849a-e52227b88edb .shogun-image-content {
  
    align-items: center;
  
}

.s-78fc0728-543c-4c8e-849a-e52227b88edb.shg-align-container {
  text-align: center
}

.s-78fc0728-543c-4c8e-849a-e52227b88edb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78fc0728-543c-4c8e-849a-e52227b88edb.shogun-image {
  box-sizing: border-box;
}


}
#s-daa8f9d9-491a-4de6-8b5b-8ac9f4f6c359 {
  margin-top: 0px;
min-height: 0px;
}
@media (min-width: 1200px){#s-daa8f9d9-491a-4de6-8b5b-8ac9f4f6c359 {
  display: none;
}
#s-daa8f9d9-491a-4de6-8b5b-8ac9f4f6c359, #wrap-s-daa8f9d9-491a-4de6-8b5b-8ac9f4f6c359 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-daa8f9d9-491a-4de6-8b5b-8ac9f4f6c359 {
  display: none;
}
#s-daa8f9d9-491a-4de6-8b5b-8ac9f4f6c359, #wrap-s-daa8f9d9-491a-4de6-8b5b-8ac9f4f6c359 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-daa8f9d9-491a-4de6-8b5b-8ac9f4f6c359 {
  display: none;
}
#s-daa8f9d9-491a-4de6-8b5b-8ac9f4f6c359, #wrap-s-daa8f9d9-491a-4de6-8b5b-8ac9f4f6c359 { display:none !important; }}







#s-daa8f9d9-491a-4de6-8b5b-8ac9f4f6c359 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-daa8f9d9-491a-4de6-8b5b-8ac9f4f6c359.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93251993-cfa4-4352-890a-2019b2078865 {
  margin-top: 20px;
margin-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 991px){#s-b203fe97-140d-44ea-9dfc-c16af061de25 {
  display: none;
}
#s-b203fe97-140d-44ea-9dfc-c16af061de25, #wrap-s-b203fe97-140d-44ea-9dfc-c16af061de25 { display:none !important; }}@media (max-width: 767px){#s-b203fe97-140d-44ea-9dfc-c16af061de25 {
  display: none;
}
#s-b203fe97-140d-44ea-9dfc-c16af061de25, #wrap-s-b203fe97-140d-44ea-9dfc-c16af061de25 { display:none !important; }}
#s-23d99f7b-ad25-46c2-ad74-9912935733bf {
  margin-top: 0px;
margin-bottom: -15px;
padding-top: 15px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
}
@media (min-width: 1200px){#s-23d99f7b-ad25-46c2-ad74-9912935733bf {
  display: none;
}
#s-23d99f7b-ad25-46c2-ad74-9912935733bf, #wrap-s-23d99f7b-ad25-46c2-ad74-9912935733bf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23d99f7b-ad25-46c2-ad74-9912935733bf {
  display: none;
}
#s-23d99f7b-ad25-46c2-ad74-9912935733bf, #wrap-s-23d99f7b-ad25-46c2-ad74-9912935733bf { display:none !important; }}
#s-0216dbd0-b6d3-49a9-98ad-6d733cedc082 {
  max-width: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-0216dbd0-b6d3-49a9-98ad-6d733cedc082 {
  display: none;
}
#s-0216dbd0-b6d3-49a9-98ad-6d733cedc082, #wrap-s-0216dbd0-b6d3-49a9-98ad-6d733cedc082 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0216dbd0-b6d3-49a9-98ad-6d733cedc082 {
  display: none;
}
#s-0216dbd0-b6d3-49a9-98ad-6d733cedc082, #wrap-s-0216dbd0-b6d3-49a9-98ad-6d733cedc082 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0216dbd0-b6d3-49a9-98ad-6d733cedc082 {
  display: none;
}
#s-0216dbd0-b6d3-49a9-98ad-6d733cedc082, #wrap-s-0216dbd0-b6d3-49a9-98ad-6d733cedc082 { display:none !important; }}@media (max-width: 767px){#s-0216dbd0-b6d3-49a9-98ad-6d733cedc082 {
  display: none;
}
#s-0216dbd0-b6d3-49a9-98ad-6d733cedc082, #wrap-s-0216dbd0-b6d3-49a9-98ad-6d733cedc082 { display:none !important; }}






  img.s-0216dbd0-b6d3-49a9-98ad-6d733cedc082.shogun-image {
    
    
  }


.s-0216dbd0-b6d3-49a9-98ad-6d733cedc082 .shogun-image-content {
  
    align-items: center;
  
}

.s-0216dbd0-b6d3-49a9-98ad-6d733cedc082.shg-align-container {
  text-align: center
}

.s-0216dbd0-b6d3-49a9-98ad-6d733cedc082.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0216dbd0-b6d3-49a9-98ad-6d733cedc082.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0216dbd0-b6d3-49a9-98ad-6d733cedc082.shogun-image {
    
    
  }


.s-0216dbd0-b6d3-49a9-98ad-6d733cedc082 .shogun-image-content {
  
    align-items: center;
  
}

.s-0216dbd0-b6d3-49a9-98ad-6d733cedc082.shg-align-container {
  text-align: center
}

.s-0216dbd0-b6d3-49a9-98ad-6d733cedc082.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0216dbd0-b6d3-49a9-98ad-6d733cedc082.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0216dbd0-b6d3-49a9-98ad-6d733cedc082.shogun-image {
    
    
  }


.s-0216dbd0-b6d3-49a9-98ad-6d733cedc082 .shogun-image-content {
  
    align-items: center;
  
}

.s-0216dbd0-b6d3-49a9-98ad-6d733cedc082.shg-align-container {
  text-align: center
}

.s-0216dbd0-b6d3-49a9-98ad-6d733cedc082.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0216dbd0-b6d3-49a9-98ad-6d733cedc082.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0216dbd0-b6d3-49a9-98ad-6d733cedc082.shogun-image {
    
    
  }


.s-0216dbd0-b6d3-49a9-98ad-6d733cedc082 .shogun-image-content {
  
    align-items: center;
  
}

.s-0216dbd0-b6d3-49a9-98ad-6d733cedc082.shg-align-container {
  text-align: center
}

.s-0216dbd0-b6d3-49a9-98ad-6d733cedc082.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0216dbd0-b6d3-49a9-98ad-6d733cedc082.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0216dbd0-b6d3-49a9-98ad-6d733cedc082.shogun-image {
    
    
  }


.s-0216dbd0-b6d3-49a9-98ad-6d733cedc082 .shogun-image-content {
  
    align-items: center;
  
}

.s-0216dbd0-b6d3-49a9-98ad-6d733cedc082.shg-align-container {
  text-align: center
}

.s-0216dbd0-b6d3-49a9-98ad-6d733cedc082.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0216dbd0-b6d3-49a9-98ad-6d733cedc082.shogun-image {
  box-sizing: border-box;
}


}
#s-a7d8babd-9a14-45d2-af85-ba3d9c32409d {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-a7d8babd-9a14-45d2-af85-ba3d9c32409d {
  display: none;
}
#s-a7d8babd-9a14-45d2-af85-ba3d9c32409d, #wrap-s-a7d8babd-9a14-45d2-af85-ba3d9c32409d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7d8babd-9a14-45d2-af85-ba3d9c32409d {
  display: none;
}
#s-a7d8babd-9a14-45d2-af85-ba3d9c32409d, #wrap-s-a7d8babd-9a14-45d2-af85-ba3d9c32409d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a7d8babd-9a14-45d2-af85-ba3d9c32409d {
  display: none;
}
#s-a7d8babd-9a14-45d2-af85-ba3d9c32409d, #wrap-s-a7d8babd-9a14-45d2-af85-ba3d9c32409d { display:none !important; }}@media (max-width: 767px){#s-a7d8babd-9a14-45d2-af85-ba3d9c32409d {
  display: none;
}
#s-a7d8babd-9a14-45d2-af85-ba3d9c32409d, #wrap-s-a7d8babd-9a14-45d2-af85-ba3d9c32409d { display:none !important; }}
#s-a7d8babd-9a14-45d2-af85-ba3d9c32409d .shogun-countdown span, #s-a7d8babd-9a14-45d2-af85-ba3d9c32409d .shogun-countdown label {
  color: rgba(0, 0, 0, 1);
}
#s-b623998f-6dd5-4f83-b581-4ef569842d4d {
  text-align: left;
}

#s-a779f3b6-054f-404d-8905-e36c14621dca {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a779f3b6-054f-404d-8905-e36c14621dca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a779f3b6-054f-404d-8905-e36c14621dca {
  
}
}@media (max-width: 767px){#s-a779f3b6-054f-404d-8905-e36c14621dca {
  display: none;
}
#s-a779f3b6-054f-404d-8905-e36c14621dca, #wrap-s-a779f3b6-054f-404d-8905-e36c14621dca { display:none !important; }}







#s-a779f3b6-054f-404d-8905-e36c14621dca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a779f3b6-054f-404d-8905-e36c14621dca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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;
  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-1f029c0a-8edc-4720-ac16-3d055f33b3ba {
  margin-left: 40px;
margin-right: 40px;
padding-left: 0%;
padding-right: 0%;
}

#s-1f029c0a-8edc-4720-ac16-3d055f33b3ba > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-1f029c0a-8edc-4720-ac16-3d055f33b3ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(183, 232, 7, 1);
  padding: 20px;
}

#s-1f029c0a-8edc-4720-ac16-3d055f33b3ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1f029c0a-8edc-4720-ac16-3d055f33b3ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-1f029c0a-8edc-4720-ac16-3d055f33b3ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: ;
}

#s-1f029c0a-8edc-4720-ac16-3d055f33b3ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-ebcaec9f-0a1b-4a0a-ba9a-26055f042b0c {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-ebcaec9f-0a1b-4a0a-ba9a-26055f042b0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebcaec9f-0a1b-4a0a-ba9a-26055f042b0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93866d28-9d76-41a6-b4cd-5f06f03e36e4 {
  padding-top: 10px;
padding-bottom: 0px;
}

#s-70fce55f-1762-4f9e-87cf-1b22d3a68b89 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-70fce55f-1762-4f9e-87cf-1b22d3a68b89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70fce55f-1762-4f9e-87cf-1b22d3a68b89"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-70fce55f-1762-4f9e-87cf-1b22d3a68b89"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-70fce55f-1762-4f9e-87cf-1b22d3a68b89"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-70fce55f-1762-4f9e-87cf-1b22d3a68b89"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-70fce55f-1762-4f9e-87cf-1b22d3a68b89"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-70fce55f-1762-4f9e-87cf-1b22d3a68b89"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-70fce55f-1762-4f9e-87cf-1b22d3a68b89"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-70fce55f-1762-4f9e-87cf-1b22d3a68b89"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-70fce55f-1762-4f9e-87cf-1b22d3a68b89"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

#s-74266702-b430-447f-9460-e60f6a8e7d1f {
  text-align: left;
}



.shg-c#s-74266702-b430-447f-9460-e60f6a8e7d1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74266702-b430-447f-9460-e60f6a8e7d1f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-74266702-b430-447f-9460-e60f6a8e7d1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74266702-b430-447f-9460-e60f6a8e7d1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74266702-b430-447f-9460-e60f6a8e7d1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74266702-b430-447f-9460-e60f6a8e7d1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74266702-b430-447f-9460-e60f6a8e7d1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74266702-b430-447f-9460-e60f6a8e7d1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74266702-b430-447f-9460-e60f6a8e7d1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74266702-b430-447f-9460-e60f6a8e7d1f 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-38606187-81de-43f1-ada8-3f720c9b28a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-38606187-81de-43f1-ada8-3f720c9b28a9 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-385f34f5-c7a3-46ab-abc6-5c8b58f24dfa {
  text-align: left;
}

#s-b755af91-97f2-4903-bda3-b5b09dbfa9f4 {
  margin-top: 10px;
}

#s-18a4f988-da2e-44c6-85e2-f7233c8293f5 {
  padding-right: 2px;
}

#s-0713f299-756e-4054-aef9-a623a9521ec7 {
  padding-right: 2px;
}

#s-f28cc475-ce0d-4f12-ba0f-d1dfffe6b9e2 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 18px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(183, 232, 7, 1);
}








#s-f28cc475-ce0d-4f12-ba0f-d1dfffe6b9e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f28cc475-ce0d-4f12-ba0f-d1dfffe6b9e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-893a7e0d-9580-4db8-bd5c-2c961bc4c239 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-2450a271-c9c3-4720-9d10-805c62293c5a {
  text-align: center;
}

#s-2450a271-c9c3-4720-9d10-805c62293c5a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
}

#s-2450a271-c9c3-4720-9d10-805c62293c5a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
  font-size: 20px;
}

#s-2450a271-c9c3-4720-9d10-805c62293c5a .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-e52ba51f-e48d-4fc3-a96a-69f3bd4fa820 {
  text-align: left;
}

#s-e52ba51f-e48d-4fc3-a96a-69f3bd4fa820 .shg-product-quantity-wrapper {
  display: flex;
}

#s-e52ba51f-e48d-4fc3-a96a-69f3bd4fa820 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-e52ba51f-e48d-4fc3-a96a-69f3bd4fa820 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-e52ba51f-e48d-4fc3-a96a-69f3bd4fa820 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-e52ba51f-e48d-4fc3-a96a-69f3bd4fa820 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




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

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

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

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

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

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

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

#s-de25b65b-b599-4ef9-8203-3037aab288c1 {
  margin-top: 20px;
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: 100px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-de25b65b-b599-4ef9-8203-3037aab288c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de25b65b-b599-4ef9-8203-3037aab288c1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-de25b65b-b599-4ef9-8203-3037aab288c1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de25b65b-b599-4ef9-8203-3037aab288c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de25b65b-b599-4ef9-8203-3037aab288c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-de25b65b-b599-4ef9-8203-3037aab288c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f8a3d305-ffef-471e-8658-dc9f046747a4 {
  text-align: left;
}

#s-1b23274a-271e-46fb-bd77-5bcd3a272a24 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-1b23274a-271e-46fb-bd77-5bcd3a272a24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b23274a-271e-46fb-bd77-5bcd3a272a24"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1b23274a-271e-46fb-bd77-5bcd3a272a24"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1b23274a-271e-46fb-bd77-5bcd3a272a24"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1b23274a-271e-46fb-bd77-5bcd3a272a24"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1b23274a-271e-46fb-bd77-5bcd3a272a24"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1b23274a-271e-46fb-bd77-5bcd3a272a24"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b23274a-271e-46fb-bd77-5bcd3a272a24"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1b23274a-271e-46fb-bd77-5bcd3a272a24"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1b23274a-271e-46fb-bd77-5bcd3a272a24"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-448702af-480f-4f49-851e-812116f8e8e8 {
  text-align: left;
}



.shg-c#s-448702af-480f-4f49-851e-812116f8e8e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-448702af-480f-4f49-851e-812116f8e8e8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-448702af-480f-4f49-851e-812116f8e8e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-448702af-480f-4f49-851e-812116f8e8e8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-448702af-480f-4f49-851e-812116f8e8e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-448702af-480f-4f49-851e-812116f8e8e8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-448702af-480f-4f49-851e-812116f8e8e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-448702af-480f-4f49-851e-812116f8e8e8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-448702af-480f-4f49-851e-812116f8e8e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-448702af-480f-4f49-851e-812116f8e8e8 img.shogun-image {
  width: 100%;
}



}
#s-2c8e686d-3ea1-4ac1-b533-99c704bc4b73 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2c8e686d-3ea1-4ac1-b533-99c704bc4b73 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-64e1892b-5da6-4da6-bd62-0163f8aed32b {
  text-align: left;
}

#s-642c94e8-053b-4c40-bdd6-d5ee7614a671 {
  margin-top: 10px;
}

#s-285bd54d-4529-40d6-8808-3632e717a575 {
  padding-right: 2px;
}

#s-dc37ff9d-45a8-43d1-9f69-4ca904f78385 {
  padding-right: 2px;
}

#s-2d693b1a-51d0-4c08-ac45-74b30e01e934 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 18px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(183, 232, 7, 1);
}








#s-2d693b1a-51d0-4c08-ac45-74b30e01e934 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d693b1a-51d0-4c08-ac45-74b30e01e934.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4e45747-0409-498b-bc90-550ecb28df58 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-25cc67b9-9864-4e59-b737-0fb063a63c16 {
  text-align: center;
}

#s-25cc67b9-9864-4e59-b737-0fb063a63c16 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
}

#s-25cc67b9-9864-4e59-b737-0fb063a63c16 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
  font-size: 20px;
}

#s-25cc67b9-9864-4e59-b737-0fb063a63c16 .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-2edb4248-020c-4202-adc3-0cc6aa7b40c6 {
  text-align: left;
}

#s-2edb4248-020c-4202-adc3-0cc6aa7b40c6 .shg-product-quantity-wrapper {
  display: flex;
}

#s-2edb4248-020c-4202-adc3-0cc6aa7b40c6 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-2edb4248-020c-4202-adc3-0cc6aa7b40c6 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-2edb4248-020c-4202-adc3-0cc6aa7b40c6 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-2edb4248-020c-4202-adc3-0cc6aa7b40c6 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-8c759c48-5c38-4487-a78e-1fc676200cc0 {
  margin-top: 20px;
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: 100px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8c759c48-5c38-4487-a78e-1fc676200cc0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8c759c48-5c38-4487-a78e-1fc676200cc0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8c759c48-5c38-4487-a78e-1fc676200cc0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8c759c48-5c38-4487-a78e-1fc676200cc0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8c759c48-5c38-4487-a78e-1fc676200cc0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8c759c48-5c38-4487-a78e-1fc676200cc0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4a539c24-3848-4779-982c-c27fc37416fa {
  margin-top: 10px;
margin-left: 40px;
margin-right: 40px;
padding-left: 0%;
padding-right: 0%;
}

#s-4a539c24-3848-4779-982c-c27fc37416fa > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-4a539c24-3848-4779-982c-c27fc37416fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 242, 9, 1);
  padding: 20px;
}

#s-4a539c24-3848-4779-982c-c27fc37416fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-4a539c24-3848-4779-982c-c27fc37416fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-4a539c24-3848-4779-982c-c27fc37416fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: ;
}

#s-4a539c24-3848-4779-982c-c27fc37416fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-6fbe5c78-9bef-43c4-b9e2-84c12fa619d8 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-6fbe5c78-9bef-43c4-b9e2-84c12fa619d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fbe5c78-9bef-43c4-b9e2-84c12fa619d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a134ae18-7840-4833-8961-ad8c29220edd {
  padding-top: 10px;
}

#s-b4e19196-a399-4f35-a55b-9cbbcb0c1bb3 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-b4e19196-a399-4f35-a55b-9cbbcb0c1bb3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4e19196-a399-4f35-a55b-9cbbcb0c1bb3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b4e19196-a399-4f35-a55b-9cbbcb0c1bb3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b4e19196-a399-4f35-a55b-9cbbcb0c1bb3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b4e19196-a399-4f35-a55b-9cbbcb0c1bb3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b4e19196-a399-4f35-a55b-9cbbcb0c1bb3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b4e19196-a399-4f35-a55b-9cbbcb0c1bb3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4e19196-a399-4f35-a55b-9cbbcb0c1bb3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b4e19196-a399-4f35-a55b-9cbbcb0c1bb3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b4e19196-a399-4f35-a55b-9cbbcb0c1bb3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-51d7e0ef-58cb-48e8-a851-a03dc132243d {
  text-align: left;
}



.shg-c#s-51d7e0ef-58cb-48e8-a851-a03dc132243d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51d7e0ef-58cb-48e8-a851-a03dc132243d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-51d7e0ef-58cb-48e8-a851-a03dc132243d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51d7e0ef-58cb-48e8-a851-a03dc132243d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-51d7e0ef-58cb-48e8-a851-a03dc132243d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51d7e0ef-58cb-48e8-a851-a03dc132243d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-51d7e0ef-58cb-48e8-a851-a03dc132243d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51d7e0ef-58cb-48e8-a851-a03dc132243d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-51d7e0ef-58cb-48e8-a851-a03dc132243d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51d7e0ef-58cb-48e8-a851-a03dc132243d img.shogun-image {
  width: 100%;
}



}
#s-51538309-1a86-4c5d-85f0-b3d16703fafa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-51538309-1a86-4c5d-85f0-b3d16703fafa .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-bd3affa5-d781-486a-a9c6-0e5aa8c673ad {
  text-align: left;
}

#s-94c24258-d8b7-4a0d-8e12-e8bb2ed13e86 {
  margin-top: 10px;
}

#s-45b753d4-7776-451d-baad-ebeac39f81df {
  padding-right: 2px;
}

#s-78177907-223e-495c-b51f-ec30e5dbd17f {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 18px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 242, 9, 1);
}








#s-78177907-223e-495c-b51f-ec30e5dbd17f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78177907-223e-495c-b51f-ec30e5dbd17f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8886fce-35de-4996-b038-2d62e4b68658 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-13af8430-3293-4b49-8122-999bf951de43 {
  text-align: center;
}

#s-13af8430-3293-4b49-8122-999bf951de43 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
}

#s-13af8430-3293-4b49-8122-999bf951de43 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
  font-size: 20px;
}

#s-13af8430-3293-4b49-8122-999bf951de43 .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-0f898b71-0ecb-4911-9cc3-f76d83c4c8b1 {
  text-align: left;
}

#s-0f898b71-0ecb-4911-9cc3-f76d83c4c8b1 .shg-product-quantity-wrapper {
  display: flex;
}

#s-0f898b71-0ecb-4911-9cc3-f76d83c4c8b1 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-0f898b71-0ecb-4911-9cc3-f76d83c4c8b1 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-0f898b71-0ecb-4911-9cc3-f76d83c4c8b1 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-0f898b71-0ecb-4911-9cc3-f76d83c4c8b1 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-ab6fba3e-12e0-4db0-92cc-d246cd3ed284 {
  margin-top: 20px;
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: 100px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ab6fba3e-12e0-4db0-92cc-d246cd3ed284:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ab6fba3e-12e0-4db0-92cc-d246cd3ed284:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ab6fba3e-12e0-4db0-92cc-d246cd3ed284 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab6fba3e-12e0-4db0-92cc-d246cd3ed284.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab6fba3e-12e0-4db0-92cc-d246cd3ed284.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ab6fba3e-12e0-4db0-92cc-d246cd3ed284.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a34de9f9-f765-48f2-965e-f83b8346de66 {
  text-align: left;
}

#s-11790479-356a-4250-97c5-e64143881d48 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-11790479-356a-4250-97c5-e64143881d48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11790479-356a-4250-97c5-e64143881d48"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-11790479-356a-4250-97c5-e64143881d48"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-11790479-356a-4250-97c5-e64143881d48"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-11790479-356a-4250-97c5-e64143881d48"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-11790479-356a-4250-97c5-e64143881d48"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-11790479-356a-4250-97c5-e64143881d48"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-11790479-356a-4250-97c5-e64143881d48"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-11790479-356a-4250-97c5-e64143881d48"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-11790479-356a-4250-97c5-e64143881d48"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-3aff3bbd-a2f2-4d77-8f8c-be590acfac9f {
  text-align: left;
}



.shg-c#s-3aff3bbd-a2f2-4d77-8f8c-be590acfac9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3aff3bbd-a2f2-4d77-8f8c-be590acfac9f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3aff3bbd-a2f2-4d77-8f8c-be590acfac9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3aff3bbd-a2f2-4d77-8f8c-be590acfac9f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3aff3bbd-a2f2-4d77-8f8c-be590acfac9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3aff3bbd-a2f2-4d77-8f8c-be590acfac9f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3aff3bbd-a2f2-4d77-8f8c-be590acfac9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3aff3bbd-a2f2-4d77-8f8c-be590acfac9f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3aff3bbd-a2f2-4d77-8f8c-be590acfac9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3aff3bbd-a2f2-4d77-8f8c-be590acfac9f img.shogun-image {
  width: 100%;
}



}
#s-9c78e450-bfb0-404f-9fe5-52115f6c79cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9c78e450-bfb0-404f-9fe5-52115f6c79cb .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-a2f3b7b8-fc33-4741-bc9d-6b8a02529c2e {
  text-align: left;
}

#s-faeeac91-a3a7-4cf5-9065-da04db5792dd {
  margin-top: 10px;
}

#s-88978732-9293-450e-a223-1c0839b42f4d {
  padding-right: 2px;
}

#s-8dd7e8fa-0add-4077-864a-569cd13afaa3 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 18px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 242, 9, 1);
}








#s-8dd7e8fa-0add-4077-864a-569cd13afaa3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dd7e8fa-0add-4077-864a-569cd13afaa3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f74bb62-27c3-4862-8c29-64e188f57ada {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-d269084e-b012-416f-a91d-014ac2493186 {
  text-align: center;
}

#s-d269084e-b012-416f-a91d-014ac2493186 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
}

#s-d269084e-b012-416f-a91d-014ac2493186 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
  font-size: 20px;
}

#s-d269084e-b012-416f-a91d-014ac2493186 .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-fc817f80-777e-4643-b726-2592b0a64b80 {
  text-align: left;
}

#s-fc817f80-777e-4643-b726-2592b0a64b80 .shg-product-quantity-wrapper {
  display: flex;
}

#s-fc817f80-777e-4643-b726-2592b0a64b80 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-fc817f80-777e-4643-b726-2592b0a64b80 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-fc817f80-777e-4643-b726-2592b0a64b80 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-fc817f80-777e-4643-b726-2592b0a64b80 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-559a7ab6-d93f-450e-9eb2-b3f4b3092665 {
  margin-top: 20px;
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: 100px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-559a7ab6-d93f-450e-9eb2-b3f4b3092665:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-559a7ab6-d93f-450e-9eb2-b3f4b3092665:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-559a7ab6-d93f-450e-9eb2-b3f4b3092665 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-559a7ab6-d93f-450e-9eb2-b3f4b3092665.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-559a7ab6-d93f-450e-9eb2-b3f4b3092665.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-559a7ab6-d93f-450e-9eb2-b3f4b3092665.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-17213032-7b03-4988-8b68-cebb4fd6f5f4 {
  margin-top: 10px;
margin-left: 40px;
margin-right: 40px;
padding-left: 0%;
padding-right: 0%;
}

#s-17213032-7b03-4988-8b68-cebb4fd6f5f4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-17213032-7b03-4988-8b68-cebb4fd6f5f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(249, 140, 2, 1);
  padding: 20px;
}

#s-17213032-7b03-4988-8b68-cebb4fd6f5f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-17213032-7b03-4988-8b68-cebb4fd6f5f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-17213032-7b03-4988-8b68-cebb4fd6f5f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: ;
}

#s-17213032-7b03-4988-8b68-cebb4fd6f5f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-2dee02c6-7df2-4963-8741-8623f5318448 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-2dee02c6-7df2-4963-8741-8623f5318448"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2dee02c6-7df2-4963-8741-8623f5318448"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2dee02c6-7df2-4963-8741-8623f5318448"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2dee02c6-7df2-4963-8741-8623f5318448"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2dee02c6-7df2-4963-8741-8623f5318448"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2dee02c6-7df2-4963-8741-8623f5318448"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2dee02c6-7df2-4963-8741-8623f5318448"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2dee02c6-7df2-4963-8741-8623f5318448"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2dee02c6-7df2-4963-8741-8623f5318448"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2dee02c6-7df2-4963-8741-8623f5318448"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-1565ab98-5069-49e9-92df-a31fa22937a0 {
  text-align: left;
}



.shg-c#s-1565ab98-5069-49e9-92df-a31fa22937a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1565ab98-5069-49e9-92df-a31fa22937a0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1565ab98-5069-49e9-92df-a31fa22937a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1565ab98-5069-49e9-92df-a31fa22937a0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1565ab98-5069-49e9-92df-a31fa22937a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1565ab98-5069-49e9-92df-a31fa22937a0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1565ab98-5069-49e9-92df-a31fa22937a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1565ab98-5069-49e9-92df-a31fa22937a0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1565ab98-5069-49e9-92df-a31fa22937a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1565ab98-5069-49e9-92df-a31fa22937a0 img.shogun-image {
  width: 100%;
}



}
#s-87faedba-aea4-4d21-bb13-0c44f4206a39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-87faedba-aea4-4d21-bb13-0c44f4206a39 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-1e8a85c8-bb4c-4ea0-8496-8e1b6208d820 {
  text-align: left;
}

#s-cb225af9-302c-48f9-87f0-81807eca0224 {
  margin-top: 10px;
}

#s-2aab38d7-5e52-444d-b94f-0406cdec9528 {
  padding-right: 2px;
}

#s-f9d63bb0-53c0-492b-a472-111704653fb5 {
  padding-right: 2px;
}

#s-b724488b-1c55-4e9a-8394-e5cc76700327 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 18px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(249, 140, 2, 1);
}








#s-b724488b-1c55-4e9a-8394-e5cc76700327 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b724488b-1c55-4e9a-8394-e5cc76700327.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0368ee02-51ba-47e3-a96c-060f577f0c96 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-421b563a-84e5-49eb-b52e-ea41a8d3c1e9 {
  text-align: center;
}

#s-421b563a-84e5-49eb-b52e-ea41a8d3c1e9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
}

#s-421b563a-84e5-49eb-b52e-ea41a8d3c1e9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
  font-size: 20px;
}

#s-421b563a-84e5-49eb-b52e-ea41a8d3c1e9 .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-dfec8e1f-d638-47d4-8a72-d47ad828e59b {
  text-align: left;
}

#s-dfec8e1f-d638-47d4-8a72-d47ad828e59b .shg-product-quantity-wrapper {
  display: flex;
}

#s-dfec8e1f-d638-47d4-8a72-d47ad828e59b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-dfec8e1f-d638-47d4-8a72-d47ad828e59b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-dfec8e1f-d638-47d4-8a72-d47ad828e59b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-dfec8e1f-d638-47d4-8a72-d47ad828e59b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-f3b421d6-1a61-4c20-b392-234707c7bfce {
  margin-top: 20px;
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: 100px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f3b421d6-1a61-4c20-b392-234707c7bfce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f3b421d6-1a61-4c20-b392-234707c7bfce:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f3b421d6-1a61-4c20-b392-234707c7bfce {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f3b421d6-1a61-4c20-b392-234707c7bfce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f3b421d6-1a61-4c20-b392-234707c7bfce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f3b421d6-1a61-4c20-b392-234707c7bfce.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8941ee36-503c-460e-b9d6-a4aada888fa0 {
  margin-top: 40px;
margin-bottom: 0px;
min-height: 50px;
}








#s-8941ee36-503c-460e-b9d6-a4aada888fa0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8941ee36-503c-460e-b9d6-a4aada888fa0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac8a618a-7b91-4ba9-b417-50e3f1913f79 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 24px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(56, 7, 232, 1);
}








#s-ac8a618a-7b91-4ba9-b417-50e3f1913f79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac8a618a-7b91-4ba9-b417-50e3f1913f79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a5dd0fb-1a9b-4b68-a6c8-6092ea06fad8 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-b9c07124-beee-40df-bdd2-fd6e0670696d {
  text-align: center;
}

#s-b9c07124-beee-40df-bdd2-fd6e0670696d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
}

#s-b9c07124-beee-40df-bdd2-fd6e0670696d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
  font-size: 20px;
}

#s-b9c07124-beee-40df-bdd2-fd6e0670696d .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-f72d407e-413e-4a6d-81da-60bbee4cb3cb {
  text-align: left;
}

#s-f72d407e-413e-4a6d-81da-60bbee4cb3cb .shg-product-quantity-wrapper {
  display: flex;
}

#s-f72d407e-413e-4a6d-81da-60bbee4cb3cb .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-f72d407e-413e-4a6d-81da-60bbee4cb3cb .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-f72d407e-413e-4a6d-81da-60bbee4cb3cb .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-f72d407e-413e-4a6d-81da-60bbee4cb3cb .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-fb1219b3-4d09-42a7-a20c-c71892af7e82 {
  margin-top: 20px;
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: 100px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fb1219b3-4d09-42a7-a20c-c71892af7e82:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fb1219b3-4d09-42a7-a20c-c71892af7e82:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fb1219b3-4d09-42a7-a20c-c71892af7e82 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb1219b3-4d09-42a7-a20c-c71892af7e82.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb1219b3-4d09-42a7-a20c-c71892af7e82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb1219b3-4d09-42a7-a20c-c71892af7e82.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9306dab7-84dc-4105-9f9a-b597948f857f {
  text-align: left;
}

#s-5a73e7ed-fba2-4825-9927-b5ff189b7a4f {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-5a73e7ed-fba2-4825-9927-b5ff189b7a4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a73e7ed-fba2-4825-9927-b5ff189b7a4f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5a73e7ed-fba2-4825-9927-b5ff189b7a4f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5a73e7ed-fba2-4825-9927-b5ff189b7a4f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5a73e7ed-fba2-4825-9927-b5ff189b7a4f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5a73e7ed-fba2-4825-9927-b5ff189b7a4f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5a73e7ed-fba2-4825-9927-b5ff189b7a4f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a73e7ed-fba2-4825-9927-b5ff189b7a4f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5a73e7ed-fba2-4825-9927-b5ff189b7a4f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5a73e7ed-fba2-4825-9927-b5ff189b7a4f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-85406eda-8ba2-4b79-8a51-417b32d2c9ba {
  text-align: left;
}



.shg-c#s-85406eda-8ba2-4b79-8a51-417b32d2c9ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85406eda-8ba2-4b79-8a51-417b32d2c9ba img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-85406eda-8ba2-4b79-8a51-417b32d2c9ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85406eda-8ba2-4b79-8a51-417b32d2c9ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-85406eda-8ba2-4b79-8a51-417b32d2c9ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85406eda-8ba2-4b79-8a51-417b32d2c9ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-85406eda-8ba2-4b79-8a51-417b32d2c9ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85406eda-8ba2-4b79-8a51-417b32d2c9ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-85406eda-8ba2-4b79-8a51-417b32d2c9ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85406eda-8ba2-4b79-8a51-417b32d2c9ba img.shogun-image {
  width: 100%;
}



}
#s-07ac1ef0-3ea4-4704-a2e4-5b192b308c85 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-07ac1ef0-3ea4-4704-a2e4-5b192b308c85 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-dd9b002e-1e68-4767-adc8-acc227f80259 {
  text-align: left;
}

#s-fdc707db-f75f-4817-b0f8-75ce90950aa2 {
  margin-top: 10px;
}

#s-e8c1b1b6-a278-413f-aa24-381c9516c9f1 {
  padding-right: 2px;
}

#s-de4bc2bc-570a-4664-b22e-1ed9e81bffe2 {
  padding-right: 2px;
}

#s-39f4fc1e-08d3-47c6-bffd-064bebfd1a6e {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 18px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(249, 140, 2, 1);
}








#s-39f4fc1e-08d3-47c6-bffd-064bebfd1a6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39f4fc1e-08d3-47c6-bffd-064bebfd1a6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49535780-4324-47d8-9eef-d9ce4adf15b2 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-96894aaa-82fd-4e44-81ef-f94e32490bcd {
  text-align: center;
}

#s-96894aaa-82fd-4e44-81ef-f94e32490bcd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
}

#s-96894aaa-82fd-4e44-81ef-f94e32490bcd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
  font-size: 20px;
}

#s-96894aaa-82fd-4e44-81ef-f94e32490bcd .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-b6778699-7d12-45e0-ba67-0e5930cafc4a {
  text-align: left;
}

#s-b6778699-7d12-45e0-ba67-0e5930cafc4a .shg-product-quantity-wrapper {
  display: flex;
}

#s-b6778699-7d12-45e0-ba67-0e5930cafc4a .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-b6778699-7d12-45e0-ba67-0e5930cafc4a .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-b6778699-7d12-45e0-ba67-0e5930cafc4a .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-b6778699-7d12-45e0-ba67-0e5930cafc4a .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-5e5c074f-790d-457c-b55a-c225addb58c9 {
  margin-top: 20px;
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: 100px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5e5c074f-790d-457c-b55a-c225addb58c9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5e5c074f-790d-457c-b55a-c225addb58c9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5e5c074f-790d-457c-b55a-c225addb58c9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e5c074f-790d-457c-b55a-c225addb58c9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e5c074f-790d-457c-b55a-c225addb58c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5e5c074f-790d-457c-b55a-c225addb58c9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-207b1527-0cad-4aa4-ae80-0f7734d347cb {
  margin-top: 40px;
margin-bottom: 0px;
min-height: 50px;
}








#s-207b1527-0cad-4aa4-ae80-0f7734d347cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-207b1527-0cad-4aa4-ae80-0f7734d347cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb89f78b-a102-422e-82aa-756852b42b8b {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 24px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(56, 7, 232, 1);
}








#s-fb89f78b-a102-422e-82aa-756852b42b8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb89f78b-a102-422e-82aa-756852b42b8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3e73961-11ca-493f-8a57-e4c86c5fa846 {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(56, 7, 232, 0);
}

#s-25105260-fe3a-4508-aa58-5d380ac73287 {
  text-align: center;
}

#s-25105260-fe3a-4508-aa58-5d380ac73287 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
}

#s-25105260-fe3a-4508-aa58-5d380ac73287 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
  font-size: 20px;
}

#s-25105260-fe3a-4508-aa58-5d380ac73287 .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-6d9b2237-ae80-4d06-a10d-cbf35d3311a9 {
  text-align: left;
}

#s-6d9b2237-ae80-4d06-a10d-cbf35d3311a9 .shg-product-quantity-wrapper {
  display: flex;
}

#s-6d9b2237-ae80-4d06-a10d-cbf35d3311a9 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-6d9b2237-ae80-4d06-a10d-cbf35d3311a9 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-6d9b2237-ae80-4d06-a10d-cbf35d3311a9 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-6d9b2237-ae80-4d06-a10d-cbf35d3311a9 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-75fda3b7-c34b-4b92-a8d2-a5542ff9f264 {
  margin-top: 20px;
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: 100px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-75fda3b7-c34b-4b92-a8d2-a5542ff9f264:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-75fda3b7-c34b-4b92-a8d2-a5542ff9f264:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-75fda3b7-c34b-4b92-a8d2-a5542ff9f264 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-75fda3b7-c34b-4b92-a8d2-a5542ff9f264.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-75fda3b7-c34b-4b92-a8d2-a5542ff9f264.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-75fda3b7-c34b-4b92-a8d2-a5542ff9f264.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8caefa1f-fb1a-4e3d-b962-5b6f8dfa5230 {
  margin-top: 10px;
margin-left: 40px;
margin-right: 40px;
padding-left: 0%;
padding-right: 0%;
}

#s-8caefa1f-fb1a-4e3d-b962-5b6f8dfa5230 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-8caefa1f-fb1a-4e3d-b962-5b6f8dfa5230 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(184, 11, 207, 1);
  padding: 20px;
}

#s-8caefa1f-fb1a-4e3d-b962-5b6f8dfa5230 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-8caefa1f-fb1a-4e3d-b962-5b6f8dfa5230 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-8caefa1f-fb1a-4e3d-b962-5b6f8dfa5230 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: ;
}

#s-8caefa1f-fb1a-4e3d-b962-5b6f8dfa5230 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-799b566b-f86b-4935-9521-ba0d7003cd14 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-799b566b-f86b-4935-9521-ba0d7003cd14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-799b566b-f86b-4935-9521-ba0d7003cd14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d48a4c4-3dcf-4197-a1cf-02240dbd668d {
  padding-top: 10px;
}

#s-a4bc8675-0853-49d6-8f2a-52e190f9c90c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-a4bc8675-0853-49d6-8f2a-52e190f9c90c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4bc8675-0853-49d6-8f2a-52e190f9c90c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a4bc8675-0853-49d6-8f2a-52e190f9c90c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a4bc8675-0853-49d6-8f2a-52e190f9c90c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a4bc8675-0853-49d6-8f2a-52e190f9c90c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a4bc8675-0853-49d6-8f2a-52e190f9c90c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a4bc8675-0853-49d6-8f2a-52e190f9c90c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4bc8675-0853-49d6-8f2a-52e190f9c90c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a4bc8675-0853-49d6-8f2a-52e190f9c90c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a4bc8675-0853-49d6-8f2a-52e190f9c90c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-3229016b-f1a2-4f12-bfff-795b34378789 {
  text-align: left;
}



.shg-c#s-3229016b-f1a2-4f12-bfff-795b34378789 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3229016b-f1a2-4f12-bfff-795b34378789 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3229016b-f1a2-4f12-bfff-795b34378789 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3229016b-f1a2-4f12-bfff-795b34378789 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3229016b-f1a2-4f12-bfff-795b34378789 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3229016b-f1a2-4f12-bfff-795b34378789 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3229016b-f1a2-4f12-bfff-795b34378789 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3229016b-f1a2-4f12-bfff-795b34378789 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3229016b-f1a2-4f12-bfff-795b34378789 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3229016b-f1a2-4f12-bfff-795b34378789 img.shogun-image {
  width: 100%;
}



}
#s-0a9e550b-2d96-409b-8ba1-21ee17a4364c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0a9e550b-2d96-409b-8ba1-21ee17a4364c .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-437783d5-9beb-466f-8cba-b47ef80216ea {
  text-align: left;
}

#s-34af1564-e36b-416e-ae91-9c0ec08827a6 {
  margin-top: 10px;
}

#s-fdd7ab84-5d66-44b7-afca-958079b0858f {
  padding-right: 2px;
}

#s-3bb832c5-3103-4ec3-b7c0-50e4eb180060 {
  padding-right: 2px;
}

#s-18f5f3a4-a613-466d-a59f-5b5e20853e00 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 18px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(184, 11, 207, 1);
}








#s-18f5f3a4-a613-466d-a59f-5b5e20853e00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18f5f3a4-a613-466d-a59f-5b5e20853e00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd70d8b0-8624-4640-ade4-49bd03ef5bb4 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-e79f32f3-fb39-4aa2-884b-254c5fc8458e {
  text-align: center;
}

#s-e79f32f3-fb39-4aa2-884b-254c5fc8458e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
}

#s-e79f32f3-fb39-4aa2-884b-254c5fc8458e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
  font-size: 20px;
}

#s-e79f32f3-fb39-4aa2-884b-254c5fc8458e .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-0a0953f6-3d73-4f12-ad1a-d3c2caecfbb5 {
  text-align: left;
}

#s-0a0953f6-3d73-4f12-ad1a-d3c2caecfbb5 .shg-product-quantity-wrapper {
  display: flex;
}

#s-0a0953f6-3d73-4f12-ad1a-d3c2caecfbb5 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-0a0953f6-3d73-4f12-ad1a-d3c2caecfbb5 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-0a0953f6-3d73-4f12-ad1a-d3c2caecfbb5 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-0a0953f6-3d73-4f12-ad1a-d3c2caecfbb5 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-f6945570-fb4b-4978-a6fa-3c9873147a8e {
  margin-top: 20px;
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: 100px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f6945570-fb4b-4978-a6fa-3c9873147a8e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f6945570-fb4b-4978-a6fa-3c9873147a8e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f6945570-fb4b-4978-a6fa-3c9873147a8e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f6945570-fb4b-4978-a6fa-3c9873147a8e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f6945570-fb4b-4978-a6fa-3c9873147a8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f6945570-fb4b-4978-a6fa-3c9873147a8e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b18f18b0-0f35-4bf6-ac39-2d8347471b6a {
  text-align: left;
}

#s-64d74169-acdf-420a-90b8-7f3ee12607c6 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-64d74169-acdf-420a-90b8-7f3ee12607c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64d74169-acdf-420a-90b8-7f3ee12607c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-64d74169-acdf-420a-90b8-7f3ee12607c6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-64d74169-acdf-420a-90b8-7f3ee12607c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-64d74169-acdf-420a-90b8-7f3ee12607c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-64d74169-acdf-420a-90b8-7f3ee12607c6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-64d74169-acdf-420a-90b8-7f3ee12607c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-64d74169-acdf-420a-90b8-7f3ee12607c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-64d74169-acdf-420a-90b8-7f3ee12607c6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-64d74169-acdf-420a-90b8-7f3ee12607c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-6ab43df5-6f40-493d-9c1b-97a995f48b99 {
  text-align: left;
}



.shg-c#s-6ab43df5-6f40-493d-9c1b-97a995f48b99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ab43df5-6f40-493d-9c1b-97a995f48b99 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6ab43df5-6f40-493d-9c1b-97a995f48b99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ab43df5-6f40-493d-9c1b-97a995f48b99 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ab43df5-6f40-493d-9c1b-97a995f48b99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ab43df5-6f40-493d-9c1b-97a995f48b99 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ab43df5-6f40-493d-9c1b-97a995f48b99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ab43df5-6f40-493d-9c1b-97a995f48b99 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ab43df5-6f40-493d-9c1b-97a995f48b99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ab43df5-6f40-493d-9c1b-97a995f48b99 img.shogun-image {
  width: 100%;
}



}
#s-c21d080f-ffe9-42f2-8b4a-c482f8c8d20a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c21d080f-ffe9-42f2-8b4a-c482f8c8d20a .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-ffe523b3-2b21-45fb-8a89-8640ad610ad0 {
  text-align: left;
}

#s-afd827b4-c9e2-41a0-a752-8577d8ed1da5 {
  margin-top: 10px;
}

#s-6251d1bc-a45e-4152-b0c0-739fc34c4dee {
  padding-right: 2px;
}

#s-d0b84791-822c-4d22-950d-4175355abbbd {
  padding-right: 2px;
}

#s-d5582fcb-26c9-4a3c-8181-7969c8af7dec {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 18px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(184, 11, 207, 1);
}








#s-d5582fcb-26c9-4a3c-8181-7969c8af7dec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5582fcb-26c9-4a3c-8181-7969c8af7dec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33d8ee19-21d1-4a58-a27b-32ab5a6f8df5 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-d82e46e0-b131-4164-be27-66139c49d6c2 {
  text-align: center;
}

#s-d82e46e0-b131-4164-be27-66139c49d6c2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
}

#s-d82e46e0-b131-4164-be27-66139c49d6c2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
  font-size: 20px;
}

#s-d82e46e0-b131-4164-be27-66139c49d6c2 .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-e1a06c08-4525-4d91-89d0-ad534f436660 {
  text-align: left;
}

#s-e1a06c08-4525-4d91-89d0-ad534f436660 .shg-product-quantity-wrapper {
  display: flex;
}

#s-e1a06c08-4525-4d91-89d0-ad534f436660 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-e1a06c08-4525-4d91-89d0-ad534f436660 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-e1a06c08-4525-4d91-89d0-ad534f436660 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-e1a06c08-4525-4d91-89d0-ad534f436660 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-f5d56f73-37b0-4fc3-9903-c9eb1762bbc9 {
  margin-top: 20px;
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: 100px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f5d56f73-37b0-4fc3-9903-c9eb1762bbc9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f5d56f73-37b0-4fc3-9903-c9eb1762bbc9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f5d56f73-37b0-4fc3-9903-c9eb1762bbc9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f5d56f73-37b0-4fc3-9903-c9eb1762bbc9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f5d56f73-37b0-4fc3-9903-c9eb1762bbc9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f5d56f73-37b0-4fc3-9903-c9eb1762bbc9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3a5958d2-813e-4f8b-96e6-da0926346690 {
  margin-top: 10px;
margin-left: 40px;
margin-right: 40px;
padding-left: 0%;
padding-right: 0%;
}

#s-3a5958d2-813e-4f8b-96e6-da0926346690 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-3a5958d2-813e-4f8b-96e6-da0926346690 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(226, 180, 69, 1);
  padding: 20px;
}

#s-3a5958d2-813e-4f8b-96e6-da0926346690 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3a5958d2-813e-4f8b-96e6-da0926346690 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-3a5958d2-813e-4f8b-96e6-da0926346690 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: ;
}

#s-3a5958d2-813e-4f8b-96e6-da0926346690 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-292329c9-b02f-440a-9dc7-34b37a9c06af {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-292329c9-b02f-440a-9dc7-34b37a9c06af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-292329c9-b02f-440a-9dc7-34b37a9c06af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9357cf54-5d7d-4e8c-b6da-e6a8bd863cdc {
  padding-top: 10px;
}

#s-1011869f-d742-493b-a212-1b915336f786 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1011869f-d742-493b-a212-1b915336f786"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1011869f-d742-493b-a212-1b915336f786"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1011869f-d742-493b-a212-1b915336f786"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1011869f-d742-493b-a212-1b915336f786"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1011869f-d742-493b-a212-1b915336f786"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1011869f-d742-493b-a212-1b915336f786"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1011869f-d742-493b-a212-1b915336f786"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1011869f-d742-493b-a212-1b915336f786"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1011869f-d742-493b-a212-1b915336f786"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1011869f-d742-493b-a212-1b915336f786"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-52c75c24-acf8-4811-958f-31dba9617f97 {
  text-align: left;
}



.shg-c#s-52c75c24-acf8-4811-958f-31dba9617f97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52c75c24-acf8-4811-958f-31dba9617f97 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-52c75c24-acf8-4811-958f-31dba9617f97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52c75c24-acf8-4811-958f-31dba9617f97 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52c75c24-acf8-4811-958f-31dba9617f97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52c75c24-acf8-4811-958f-31dba9617f97 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52c75c24-acf8-4811-958f-31dba9617f97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52c75c24-acf8-4811-958f-31dba9617f97 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52c75c24-acf8-4811-958f-31dba9617f97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52c75c24-acf8-4811-958f-31dba9617f97 img.shogun-image {
  width: 100%;
}



}
#s-3eee477e-f342-49b0-b18a-bea05cc1954b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3eee477e-f342-49b0-b18a-bea05cc1954b .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-8b574f12-3585-4656-adc5-05625ddd436a {
  text-align: left;
}

#s-8a9f79b2-3943-4021-ac04-006aa069dea9 {
  margin-top: 10px;
}

#s-53f7d98f-d845-4391-9315-084ff4492fca {
  padding-right: 2px;
}

#s-69c70a00-c409-4084-a46f-cfae7044070b {
  padding-right: 2px;
}

#s-fd0501d0-335a-4f76-adae-72eeb80efe73 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 18px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(226, 180, 69, 1);
}








#s-fd0501d0-335a-4f76-adae-72eeb80efe73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd0501d0-335a-4f76-adae-72eeb80efe73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73bb94b3-4b87-4f32-81c6-ca60d4c2de12 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-4a1009c1-5b37-4a5f-a846-82c221c4fbe7 {
  text-align: center;
}

#s-4a1009c1-5b37-4a5f-a846-82c221c4fbe7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
}

#s-4a1009c1-5b37-4a5f-a846-82c221c4fbe7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
  font-size: 20px;
}

#s-4a1009c1-5b37-4a5f-a846-82c221c4fbe7 .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-2fb2fe69-8069-486e-9515-c3ea18dac75c {
  text-align: left;
}

#s-2fb2fe69-8069-486e-9515-c3ea18dac75c .shg-product-quantity-wrapper {
  display: flex;
}

#s-2fb2fe69-8069-486e-9515-c3ea18dac75c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-2fb2fe69-8069-486e-9515-c3ea18dac75c .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-2fb2fe69-8069-486e-9515-c3ea18dac75c .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-2fb2fe69-8069-486e-9515-c3ea18dac75c .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-d06120c6-6fe1-42b0-aed6-5325671d2076 {
  margin-top: 20px;
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: 100px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d06120c6-6fe1-42b0-aed6-5325671d2076:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d06120c6-6fe1-42b0-aed6-5325671d2076:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d06120c6-6fe1-42b0-aed6-5325671d2076 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d06120c6-6fe1-42b0-aed6-5325671d2076.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d06120c6-6fe1-42b0-aed6-5325671d2076.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d06120c6-6fe1-42b0-aed6-5325671d2076.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ab7c0c61-fd23-4c2f-8789-5fc7acd67898 {
  text-align: left;
}

#s-8b43cc17-6a3e-4682-813a-aff7302d82ae {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-8b43cc17-6a3e-4682-813a-aff7302d82ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b43cc17-6a3e-4682-813a-aff7302d82ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8b43cc17-6a3e-4682-813a-aff7302d82ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8b43cc17-6a3e-4682-813a-aff7302d82ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8b43cc17-6a3e-4682-813a-aff7302d82ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8b43cc17-6a3e-4682-813a-aff7302d82ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8b43cc17-6a3e-4682-813a-aff7302d82ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b43cc17-6a3e-4682-813a-aff7302d82ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8b43cc17-6a3e-4682-813a-aff7302d82ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8b43cc17-6a3e-4682-813a-aff7302d82ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-c12fc326-ae1b-431d-b9e1-aa5e47abf138 {
  text-align: left;
}



.shg-c#s-c12fc326-ae1b-431d-b9e1-aa5e47abf138 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c12fc326-ae1b-431d-b9e1-aa5e47abf138 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c12fc326-ae1b-431d-b9e1-aa5e47abf138 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c12fc326-ae1b-431d-b9e1-aa5e47abf138 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c12fc326-ae1b-431d-b9e1-aa5e47abf138 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c12fc326-ae1b-431d-b9e1-aa5e47abf138 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c12fc326-ae1b-431d-b9e1-aa5e47abf138 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c12fc326-ae1b-431d-b9e1-aa5e47abf138 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c12fc326-ae1b-431d-b9e1-aa5e47abf138 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c12fc326-ae1b-431d-b9e1-aa5e47abf138 img.shogun-image {
  width: 100%;
}



}
#s-688771f8-9ca5-4904-b205-eb2206dd134e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-688771f8-9ca5-4904-b205-eb2206dd134e .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-139232f8-8daa-4bfe-ae88-78c221749581 {
  text-align: left;
}

#s-aff9598f-70f2-4ef6-9152-8e76b582b98a {
  margin-top: 10px;
}

#s-2a0240be-7804-48d9-bb32-cf5f08ce928b {
  padding-right: 2px;
}

#s-b0c0dbea-ea4b-4f41-a4c5-1ee1f3febd92 {
  padding-right: 2px;
}

#s-9f4c1bad-73bb-403a-864f-15182a90b42c {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 18px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(226, 180, 69, 1);
}








#s-9f4c1bad-73bb-403a-864f-15182a90b42c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f4c1bad-73bb-403a-864f-15182a90b42c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-501f9abd-4e86-4f2f-b6c5-1ae2b2638e22 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-714e118d-adf7-48bb-8b60-6b34fac618c6 {
  text-align: center;
}

#s-714e118d-adf7-48bb-8b60-6b34fac618c6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
}

#s-714e118d-adf7-48bb-8b60-6b34fac618c6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
  font-size: 20px;
}

#s-714e118d-adf7-48bb-8b60-6b34fac618c6 .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-88e69171-7631-4ef1-9dc1-73cc0cdca0c7 {
  text-align: left;
}

#s-88e69171-7631-4ef1-9dc1-73cc0cdca0c7 .shg-product-quantity-wrapper {
  display: flex;
}

#s-88e69171-7631-4ef1-9dc1-73cc0cdca0c7 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-88e69171-7631-4ef1-9dc1-73cc0cdca0c7 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-88e69171-7631-4ef1-9dc1-73cc0cdca0c7 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-88e69171-7631-4ef1-9dc1-73cc0cdca0c7 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-31091d0d-b16a-4089-b58b-82b156c5ff00 {
  margin-top: 20px;
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: 100px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-31091d0d-b16a-4089-b58b-82b156c5ff00:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-31091d0d-b16a-4089-b58b-82b156c5ff00:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-31091d0d-b16a-4089-b58b-82b156c5ff00 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31091d0d-b16a-4089-b58b-82b156c5ff00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31091d0d-b16a-4089-b58b-82b156c5ff00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-31091d0d-b16a-4089-b58b-82b156c5ff00.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e17f4fd3-b934-4625-ae15-062040ec24de {
  margin-left: 20px;
margin-right: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e17f4fd3-b934-4625-ae15-062040ec24de {
  display: none;
}
#s-e17f4fd3-b934-4625-ae15-062040ec24de, #wrap-s-e17f4fd3-b934-4625-ae15-062040ec24de { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e17f4fd3-b934-4625-ae15-062040ec24de {
  display: none;
}
#s-e17f4fd3-b934-4625-ae15-062040ec24de, #wrap-s-e17f4fd3-b934-4625-ae15-062040ec24de { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e17f4fd3-b934-4625-ae15-062040ec24de {
  display: none;
}
#s-e17f4fd3-b934-4625-ae15-062040ec24de, #wrap-s-e17f4fd3-b934-4625-ae15-062040ec24de { display:none !important; }}







#s-e17f4fd3-b934-4625-ae15-062040ec24de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e17f4fd3-b934-4625-ae15-062040ec24de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5241db36-b826-41cd-abd0-52324aeb9471 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
}

#s-5241db36-b826-41cd-abd0-52324aeb9471 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-5241db36-b826-41cd-abd0-52324aeb9471 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(183, 232, 7, 1);
  padding: 20px;
}

#s-5241db36-b826-41cd-abd0-52324aeb9471 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-5241db36-b826-41cd-abd0-52324aeb9471 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-5241db36-b826-41cd-abd0-52324aeb9471 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-5241db36-b826-41cd-abd0-52324aeb9471 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-185eafb1-f705-41a4-ac6f-9f100e551480 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-185eafb1-f705-41a4-ac6f-9f100e551480 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-185eafb1-f705-41a4-ac6f-9f100e551480.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc0c8fb3-8833-4a70-857b-187b8c42200e {
  padding-top: 10px;
}

#s-0321b297-cab7-4f6d-8a1f-373f000dae29 {
  text-align: left;
}

#s-e4a2c1eb-e0ec-4918-b342-6d842b4658f4 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e4a2c1eb-e0ec-4918-b342-6d842b4658f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4a2c1eb-e0ec-4918-b342-6d842b4658f4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e4a2c1eb-e0ec-4918-b342-6d842b4658f4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e4a2c1eb-e0ec-4918-b342-6d842b4658f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e4a2c1eb-e0ec-4918-b342-6d842b4658f4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e4a2c1eb-e0ec-4918-b342-6d842b4658f4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e4a2c1eb-e0ec-4918-b342-6d842b4658f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4a2c1eb-e0ec-4918-b342-6d842b4658f4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e4a2c1eb-e0ec-4918-b342-6d842b4658f4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e4a2c1eb-e0ec-4918-b342-6d842b4658f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-71e16fb5-c006-4ebc-b662-5f8caf225b23 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 50%;
}

#s-da901b3f-dd7d-4b49-8152-b4de9e81e6cd {
  text-align: left;
}



.shg-c#s-da901b3f-dd7d-4b49-8152-b4de9e81e6cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da901b3f-dd7d-4b49-8152-b4de9e81e6cd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-da901b3f-dd7d-4b49-8152-b4de9e81e6cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da901b3f-dd7d-4b49-8152-b4de9e81e6cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da901b3f-dd7d-4b49-8152-b4de9e81e6cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da901b3f-dd7d-4b49-8152-b4de9e81e6cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da901b3f-dd7d-4b49-8152-b4de9e81e6cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da901b3f-dd7d-4b49-8152-b4de9e81e6cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da901b3f-dd7d-4b49-8152-b4de9e81e6cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da901b3f-dd7d-4b49-8152-b4de9e81e6cd img.shogun-image {
  width: 100%;
}



}
#s-3898e882-ae58-4462-b1b3-b32546a3fb6b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3898e882-ae58-4462-b1b3-b32546a3fb6b .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-834d2245-ea47-476d-b533-f949715f54dd {
  text-align: left;
}

#s-968141b5-4554-441b-843d-2e080be2fa2f {
  margin-top: 10px;
margin-left: 15%;
}

#s-e74a1927-0156-4fdf-b51b-5de2559f2ac7 {
  margin-left: 15%;
margin-right: 0%;
}

#s-9f29e022-d86b-43b1-822b-199fb7cd6488 {
  margin-left: 15%;
margin-right: 0%;
padding-right: 2px;
}

#s-bc904e77-6db6-467a-a524-6490e973a573 {
  margin-left: 15%;
margin-right: 0%;
}

#s-5f5efdab-6754-4f48-b362-9a0e29d7b0a3 {
  margin-left: 15%;
margin-bottom: 10px;
margin-right: 0%;
padding-right: 2px;
}

#s-93769912-2548-4b20-a566-1189794488c1 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 18px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(183, 232, 7, 1);
}








#s-93769912-2548-4b20-a566-1189794488c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93769912-2548-4b20-a566-1189794488c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2576b815-9e77-42ed-9777-c1ef620d9299 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-6dbdf7ce-c932-46ed-95db-9abe9678a5ae {
  text-align: center;
}

#s-6dbdf7ce-c932-46ed-95db-9abe9678a5ae .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
}

#s-6dbdf7ce-c932-46ed-95db-9abe9678a5ae .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
  font-size: 20px;
}

#s-6dbdf7ce-c932-46ed-95db-9abe9678a5ae .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-943b9944-5474-4b29-981b-3c944664191a {
  text-align: left;
}

#s-943b9944-5474-4b29-981b-3c944664191a .shg-product-quantity-wrapper {
  display: flex;
}

#s-943b9944-5474-4b29-981b-3c944664191a .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-943b9944-5474-4b29-981b-3c944664191a .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-943b9944-5474-4b29-981b-3c944664191a .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-943b9944-5474-4b29-981b-3c944664191a .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-01f3ea92-9e72-4e81-ad51-da4fb3945540 {
  margin-top: 20px;
margin-bottom: 20px;
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: 100px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-01f3ea92-9e72-4e81-ad51-da4fb3945540:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-01f3ea92-9e72-4e81-ad51-da4fb3945540:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-01f3ea92-9e72-4e81-ad51-da4fb3945540 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-01f3ea92-9e72-4e81-ad51-da4fb3945540.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-01f3ea92-9e72-4e81-ad51-da4fb3945540.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-01f3ea92-9e72-4e81-ad51-da4fb3945540.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9fca238f-5b3a-4a06-9245-3c68b241d8d7 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-9fca238f-5b3a-4a06-9245-3c68b241d8d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9fca238f-5b3a-4a06-9245-3c68b241d8d7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9fca238f-5b3a-4a06-9245-3c68b241d8d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9fca238f-5b3a-4a06-9245-3c68b241d8d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9fca238f-5b3a-4a06-9245-3c68b241d8d7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9fca238f-5b3a-4a06-9245-3c68b241d8d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9fca238f-5b3a-4a06-9245-3c68b241d8d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9fca238f-5b3a-4a06-9245-3c68b241d8d7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9fca238f-5b3a-4a06-9245-3c68b241d8d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9fca238f-5b3a-4a06-9245-3c68b241d8d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-0a7defc9-bcf7-4db2-a506-bf5846f88dc1 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 50%;
}

#s-95ea3be7-cece-40fd-8cbc-8af5e771b71a {
  text-align: left;
}



.shg-c#s-95ea3be7-cece-40fd-8cbc-8af5e771b71a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95ea3be7-cece-40fd-8cbc-8af5e771b71a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-95ea3be7-cece-40fd-8cbc-8af5e771b71a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95ea3be7-cece-40fd-8cbc-8af5e771b71a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-95ea3be7-cece-40fd-8cbc-8af5e771b71a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95ea3be7-cece-40fd-8cbc-8af5e771b71a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-95ea3be7-cece-40fd-8cbc-8af5e771b71a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95ea3be7-cece-40fd-8cbc-8af5e771b71a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-95ea3be7-cece-40fd-8cbc-8af5e771b71a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95ea3be7-cece-40fd-8cbc-8af5e771b71a img.shogun-image {
  width: 100%;
}



}
#s-cc12da8d-309e-4b41-b107-65ffe3a8d392 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc12da8d-309e-4b41-b107-65ffe3a8d392 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-08b1a9d2-d70a-4547-88c8-5d86d4c9b31c {
  text-align: left;
}

#s-474bbeed-10c6-481c-8be7-6fd8bb0e95c8 {
  margin-top: 10px;
margin-left: 15%;
}

#s-8c9a9fe0-e97c-4bda-9244-828a26f53e9e {
  margin-left: 15%;
margin-right: 0%;
}

#s-6b318ac4-ff51-492d-86ac-6a594bdf5fba {
  margin-left: 15%;
margin-right: 0%;
padding-right: 2px;
}

#s-bf318639-64ae-4440-b44f-9de6cd2f97cf {
  margin-left: 15%;
margin-right: 0%;
}

#s-a76ec5d7-e7e4-44db-9f60-52457f02212d {
  margin-left: 15%;
margin-bottom: 10px;
margin-right: 0%;
padding-right: 2px;
}

#s-01d34286-24aa-4e2b-9781-209b469d7f0a {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 18px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(183, 232, 7, 1);
}








#s-01d34286-24aa-4e2b-9781-209b469d7f0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01d34286-24aa-4e2b-9781-209b469d7f0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f67dd2b4-6788-448b-ba1b-d3addc0e61c7 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-d2be4d78-d9c1-43a8-8490-63a115404f01 {
  text-align: center;
}

#s-d2be4d78-d9c1-43a8-8490-63a115404f01 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
}

#s-d2be4d78-d9c1-43a8-8490-63a115404f01 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
  font-size: 20px;
}

#s-d2be4d78-d9c1-43a8-8490-63a115404f01 .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-846064fa-c8fb-40a2-a222-5511be1e1ba1 {
  text-align: left;
}

#s-846064fa-c8fb-40a2-a222-5511be1e1ba1 .shg-product-quantity-wrapper {
  display: flex;
}

#s-846064fa-c8fb-40a2-a222-5511be1e1ba1 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-846064fa-c8fb-40a2-a222-5511be1e1ba1 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-846064fa-c8fb-40a2-a222-5511be1e1ba1 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-846064fa-c8fb-40a2-a222-5511be1e1ba1 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-d0f94e8d-a291-4bdf-a40a-5f913262b92e {
  margin-top: 20px;
margin-bottom: 20px;
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: 100px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d0f94e8d-a291-4bdf-a40a-5f913262b92e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d0f94e8d-a291-4bdf-a40a-5f913262b92e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d0f94e8d-a291-4bdf-a40a-5f913262b92e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0f94e8d-a291-4bdf-a40a-5f913262b92e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0f94e8d-a291-4bdf-a40a-5f913262b92e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d0f94e8d-a291-4bdf-a40a-5f913262b92e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8b56100a-bf36-47b7-aa22-80f9fed5f2ad {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
}

#s-8b56100a-bf36-47b7-aa22-80f9fed5f2ad > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-8b56100a-bf36-47b7-aa22-80f9fed5f2ad > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 242, 9, 1);
  padding: 20px;
}

#s-8b56100a-bf36-47b7-aa22-80f9fed5f2ad > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-8b56100a-bf36-47b7-aa22-80f9fed5f2ad > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-8b56100a-bf36-47b7-aa22-80f9fed5f2ad > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-8b56100a-bf36-47b7-aa22-80f9fed5f2ad > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-42974ad1-425b-4469-9450-baf6975092c6 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-42974ad1-425b-4469-9450-baf6975092c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42974ad1-425b-4469-9450-baf6975092c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1a6eabd-8c28-42df-9427-f8f47d4df01b {
  padding-top: 10px;
}

#s-e2a4749c-caf7-4185-a176-8f27906bf9ff {
  text-align: left;
}

#s-868ddd89-6199-4908-b71c-d3cd8fd73208 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-868ddd89-6199-4908-b71c-d3cd8fd73208"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-868ddd89-6199-4908-b71c-d3cd8fd73208"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-868ddd89-6199-4908-b71c-d3cd8fd73208"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-868ddd89-6199-4908-b71c-d3cd8fd73208"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-868ddd89-6199-4908-b71c-d3cd8fd73208"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-868ddd89-6199-4908-b71c-d3cd8fd73208"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-868ddd89-6199-4908-b71c-d3cd8fd73208"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-868ddd89-6199-4908-b71c-d3cd8fd73208"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-868ddd89-6199-4908-b71c-d3cd8fd73208"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-868ddd89-6199-4908-b71c-d3cd8fd73208"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-7503bdf3-d0d8-4ea4-b08f-952edc74ad92 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 50%;
}

#s-46b1f048-e6c8-48b4-be12-1be985a834ae {
  text-align: left;
}



.shg-c#s-46b1f048-e6c8-48b4-be12-1be985a834ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46b1f048-e6c8-48b4-be12-1be985a834ae img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-46b1f048-e6c8-48b4-be12-1be985a834ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46b1f048-e6c8-48b4-be12-1be985a834ae img.shogun-image {
  width: 100%;
}



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

.shg-c#s-46b1f048-e6c8-48b4-be12-1be985a834ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46b1f048-e6c8-48b4-be12-1be985a834ae img.shogun-image {
  width: 100%;
}



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

.shg-c#s-46b1f048-e6c8-48b4-be12-1be985a834ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46b1f048-e6c8-48b4-be12-1be985a834ae img.shogun-image {
  width: 100%;
}



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

.shg-c#s-46b1f048-e6c8-48b4-be12-1be985a834ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46b1f048-e6c8-48b4-be12-1be985a834ae img.shogun-image {
  width: 100%;
}



}
#s-a16d4c6b-78cb-4973-aea9-a20057c7ce9c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a16d4c6b-78cb-4973-aea9-a20057c7ce9c .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-4b57c975-04f7-4d31-ad89-3639b8b7534b {
  text-align: left;
}

#s-012cdea6-3cf2-421f-b304-05d77bfe3816 {
  margin-top: 10px;
margin-left: 15%;
}

#s-f91b41a5-1fe4-4434-933b-659739d6f957 {
  margin-left: 15%;
margin-right: 0%;
}

#s-f25c8f93-cdff-426e-97de-62e634fb064a {
  margin-left: 15%;
margin-bottom: 10px;
margin-right: 0%;
padding-right: 2px;
}

#s-d713d467-b4df-45d8-8fa4-e824f69102fa {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 18px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 242, 9, 1);
}








#s-d713d467-b4df-45d8-8fa4-e824f69102fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d713d467-b4df-45d8-8fa4-e824f69102fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1981b58-a641-4f45-b784-951481e43413 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-11f89c0c-eb1e-4d4b-b05d-ee655cd52768 {
  text-align: center;
}

#s-11f89c0c-eb1e-4d4b-b05d-ee655cd52768 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
}

#s-11f89c0c-eb1e-4d4b-b05d-ee655cd52768 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
  font-size: 20px;
}

#s-11f89c0c-eb1e-4d4b-b05d-ee655cd52768 .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-ae602278-0169-4b07-821f-b776ee15f7ff {
  text-align: left;
}

#s-ae602278-0169-4b07-821f-b776ee15f7ff .shg-product-quantity-wrapper {
  display: flex;
}

#s-ae602278-0169-4b07-821f-b776ee15f7ff .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-ae602278-0169-4b07-821f-b776ee15f7ff .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-ae602278-0169-4b07-821f-b776ee15f7ff .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-ae602278-0169-4b07-821f-b776ee15f7ff .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-47bdc50d-d01c-4320-bbdd-7d16585a0515 {
  margin-top: 20px;
margin-bottom: 20px;
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: 100px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-47bdc50d-d01c-4320-bbdd-7d16585a0515:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-47bdc50d-d01c-4320-bbdd-7d16585a0515:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-47bdc50d-d01c-4320-bbdd-7d16585a0515 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-47bdc50d-d01c-4320-bbdd-7d16585a0515.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-47bdc50d-d01c-4320-bbdd-7d16585a0515.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-47bdc50d-d01c-4320-bbdd-7d16585a0515.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e37256c5-3f6a-4582-9bd1-14dfa8295547 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e37256c5-3f6a-4582-9bd1-14dfa8295547"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e37256c5-3f6a-4582-9bd1-14dfa8295547"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e37256c5-3f6a-4582-9bd1-14dfa8295547"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e37256c5-3f6a-4582-9bd1-14dfa8295547"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e37256c5-3f6a-4582-9bd1-14dfa8295547"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e37256c5-3f6a-4582-9bd1-14dfa8295547"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e37256c5-3f6a-4582-9bd1-14dfa8295547"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e37256c5-3f6a-4582-9bd1-14dfa8295547"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e37256c5-3f6a-4582-9bd1-14dfa8295547"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e37256c5-3f6a-4582-9bd1-14dfa8295547"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-4200e923-c365-4906-8277-2fcee7b292d0 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 50%;
}

#s-9316ee71-62c4-47e2-b01c-07a391a17776 {
  text-align: left;
}



.shg-c#s-9316ee71-62c4-47e2-b01c-07a391a17776 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9316ee71-62c4-47e2-b01c-07a391a17776 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9316ee71-62c4-47e2-b01c-07a391a17776 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9316ee71-62c4-47e2-b01c-07a391a17776 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9316ee71-62c4-47e2-b01c-07a391a17776 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9316ee71-62c4-47e2-b01c-07a391a17776 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9316ee71-62c4-47e2-b01c-07a391a17776 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9316ee71-62c4-47e2-b01c-07a391a17776 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9316ee71-62c4-47e2-b01c-07a391a17776 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9316ee71-62c4-47e2-b01c-07a391a17776 img.shogun-image {
  width: 100%;
}



}
#s-b41eb96a-d3fa-4d4d-90a4-202c5cdf918f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b41eb96a-d3fa-4d4d-90a4-202c5cdf918f .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-b0c9a393-7e27-4acd-a6bb-4ebfec9155c6 {
  text-align: left;
}

#s-6e5b6bf2-abc6-4f29-90a3-9238df9c1b08 {
  margin-top: 10px;
margin-left: 15%;
}

#s-619791a2-61f2-4e57-9f16-47bd16627ef6 {
  margin-left: 15%;
margin-right: 0%;
}

#s-64d6df35-ffe2-4a6a-94a3-d3a916b86ecd {
  margin-left: 15%;
margin-bottom: 10px;
margin-right: 0%;
padding-right: 2px;
}

#s-ecc803b9-1a93-41b9-8908-5508164a3169 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 18px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 242, 9, 1);
}








#s-ecc803b9-1a93-41b9-8908-5508164a3169 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecc803b9-1a93-41b9-8908-5508164a3169.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0d5322f-a554-41f7-8585-b3e502345443 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-dace5e2c-d03a-4bc6-8249-312bf2ce18c0 {
  text-align: center;
}

#s-dace5e2c-d03a-4bc6-8249-312bf2ce18c0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
}

#s-dace5e2c-d03a-4bc6-8249-312bf2ce18c0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
  font-size: 20px;
}

#s-dace5e2c-d03a-4bc6-8249-312bf2ce18c0 .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-cda50ae5-0fbb-4cfd-b4ae-98a4868ed105 {
  text-align: left;
}

#s-cda50ae5-0fbb-4cfd-b4ae-98a4868ed105 .shg-product-quantity-wrapper {
  display: flex;
}

#s-cda50ae5-0fbb-4cfd-b4ae-98a4868ed105 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-cda50ae5-0fbb-4cfd-b4ae-98a4868ed105 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-cda50ae5-0fbb-4cfd-b4ae-98a4868ed105 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-cda50ae5-0fbb-4cfd-b4ae-98a4868ed105 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-ccb70a53-c4a1-4a94-844c-3b6ade32adb5 {
  margin-top: 20px;
margin-bottom: 20px;
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: 100px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ccb70a53-c4a1-4a94-844c-3b6ade32adb5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ccb70a53-c4a1-4a94-844c-3b6ade32adb5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ccb70a53-c4a1-4a94-844c-3b6ade32adb5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccb70a53-c4a1-4a94-844c-3b6ade32adb5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccb70a53-c4a1-4a94-844c-3b6ade32adb5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ccb70a53-c4a1-4a94-844c-3b6ade32adb5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-65450efe-4691-465a-a3da-50e3d96eb048 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
}

#s-65450efe-4691-465a-a3da-50e3d96eb048 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-65450efe-4691-465a-a3da-50e3d96eb048 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(249, 140, 2, 1);
  padding: 20px;
}

#s-65450efe-4691-465a-a3da-50e3d96eb048 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-65450efe-4691-465a-a3da-50e3d96eb048 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-65450efe-4691-465a-a3da-50e3d96eb048 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-65450efe-4691-465a-a3da-50e3d96eb048 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-53f64b24-57d5-4b41-a7f2-4c7814b4dc9a {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-53f64b24-57d5-4b41-a7f2-4c7814b4dc9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53f64b24-57d5-4b41-a7f2-4c7814b4dc9a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-53f64b24-57d5-4b41-a7f2-4c7814b4dc9a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-53f64b24-57d5-4b41-a7f2-4c7814b4dc9a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-53f64b24-57d5-4b41-a7f2-4c7814b4dc9a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-53f64b24-57d5-4b41-a7f2-4c7814b4dc9a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-53f64b24-57d5-4b41-a7f2-4c7814b4dc9a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-53f64b24-57d5-4b41-a7f2-4c7814b4dc9a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-53f64b24-57d5-4b41-a7f2-4c7814b4dc9a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-53f64b24-57d5-4b41-a7f2-4c7814b4dc9a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-4ea4ce81-c0ce-4046-bdc7-8e089095c088 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 50%;
}

#s-2a8f8e41-1323-4b5d-bc9f-ccc09c81fe67 {
  text-align: left;
}



.shg-c#s-2a8f8e41-1323-4b5d-bc9f-ccc09c81fe67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a8f8e41-1323-4b5d-bc9f-ccc09c81fe67 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2a8f8e41-1323-4b5d-bc9f-ccc09c81fe67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a8f8e41-1323-4b5d-bc9f-ccc09c81fe67 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2a8f8e41-1323-4b5d-bc9f-ccc09c81fe67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a8f8e41-1323-4b5d-bc9f-ccc09c81fe67 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2a8f8e41-1323-4b5d-bc9f-ccc09c81fe67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a8f8e41-1323-4b5d-bc9f-ccc09c81fe67 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2a8f8e41-1323-4b5d-bc9f-ccc09c81fe67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a8f8e41-1323-4b5d-bc9f-ccc09c81fe67 img.shogun-image {
  width: 100%;
}



}
#s-9157f279-f531-4f51-aae2-1e71e25dd6f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9157f279-f531-4f51-aae2-1e71e25dd6f3 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-7d01faba-d11e-4a59-adb6-da2d80757ce6 {
  text-align: left;
}

#s-5ce57033-9c78-4f66-8ea5-59a5e66046c9 {
  margin-top: 10px;
margin-left: 15%;
}

#s-50908076-3c1e-44f7-8adc-f1bbc7c83ec7 {
  margin-left: 15%;
margin-right: 0%;
}

#s-ea7f3cc4-3301-479f-982c-300050c0ea6b {
  margin-left: 15%;
margin-right: 0%;
padding-right: 2px;
}

#s-e328f1e3-6153-4220-8108-5afd405b5157 {
  margin-left: 15%;
margin-right: 0%;
}

#s-8ce8216f-7309-4a28-9279-c6da041d7b0d {
  margin-left: 15%;
margin-bottom: 10px;
margin-right: 0%;
padding-right: 2px;
}

#s-aca45a30-5a9b-4388-b46b-f5d1369f0551 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 18px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(249, 140, 2, 1);
}








#s-aca45a30-5a9b-4388-b46b-f5d1369f0551 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aca45a30-5a9b-4388-b46b-f5d1369f0551.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1cd02a60-f10f-4efd-bc7f-5447b4654edd {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-76563bb0-df58-470b-a719-9e5e61a2a566 {
  text-align: center;
}

#s-76563bb0-df58-470b-a719-9e5e61a2a566 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
}

#s-76563bb0-df58-470b-a719-9e5e61a2a566 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
  font-size: 20px;
}

#s-76563bb0-df58-470b-a719-9e5e61a2a566 .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-1c28d7b0-ce58-4723-9092-5cb52c487655 {
  text-align: left;
}

#s-1c28d7b0-ce58-4723-9092-5cb52c487655 .shg-product-quantity-wrapper {
  display: flex;
}

#s-1c28d7b0-ce58-4723-9092-5cb52c487655 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-1c28d7b0-ce58-4723-9092-5cb52c487655 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-1c28d7b0-ce58-4723-9092-5cb52c487655 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-1c28d7b0-ce58-4723-9092-5cb52c487655 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-4283e3b7-a321-4b34-bfc8-409f7566be70 {
  margin-top: 20px;
margin-bottom: 15px;
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: 100px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4283e3b7-a321-4b34-bfc8-409f7566be70:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4283e3b7-a321-4b34-bfc8-409f7566be70:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4283e3b7-a321-4b34-bfc8-409f7566be70 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4283e3b7-a321-4b34-bfc8-409f7566be70.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4283e3b7-a321-4b34-bfc8-409f7566be70.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4283e3b7-a321-4b34-bfc8-409f7566be70.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7502adfd-84dc-4cdc-88cc-e4c868a55e82 {
  margin-top: 20px;
margin-bottom: 10px;
min-height: 50px;
}








#s-7502adfd-84dc-4cdc-88cc-e4c868a55e82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7502adfd-84dc-4cdc-88cc-e4c868a55e82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1cdb3684-b3d4-46ab-ba0a-b715b2e59f0c {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 24px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(56, 7, 232, 1);
}








#s-1cdb3684-b3d4-46ab-ba0a-b715b2e59f0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cdb3684-b3d4-46ab-ba0a-b715b2e59f0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-104b3363-8dd7-4a2f-a1d5-2a951248470c {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-c3557173-6995-4ee2-ac12-e4fa1dcedea8 {
  text-align: center;
}

#s-c3557173-6995-4ee2-ac12-e4fa1dcedea8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
}

#s-c3557173-6995-4ee2-ac12-e4fa1dcedea8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
  font-size: 20px;
}

#s-c3557173-6995-4ee2-ac12-e4fa1dcedea8 .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-211f2a62-5c95-4b6b-bb41-362a2f72ee5f {
  text-align: left;
}

#s-211f2a62-5c95-4b6b-bb41-362a2f72ee5f .shg-product-quantity-wrapper {
  display: flex;
}

#s-211f2a62-5c95-4b6b-bb41-362a2f72ee5f .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-211f2a62-5c95-4b6b-bb41-362a2f72ee5f .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-211f2a62-5c95-4b6b-bb41-362a2f72ee5f .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-211f2a62-5c95-4b6b-bb41-362a2f72ee5f .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-3c4cfc10-b041-4141-8b4c-3ec0501bdf84 {
  margin-top: 20px;
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: 100px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3c4cfc10-b041-4141-8b4c-3ec0501bdf84:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3c4cfc10-b041-4141-8b4c-3ec0501bdf84:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3c4cfc10-b041-4141-8b4c-3ec0501bdf84 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c4cfc10-b041-4141-8b4c-3ec0501bdf84.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c4cfc10-b041-4141-8b4c-3ec0501bdf84.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3c4cfc10-b041-4141-8b4c-3ec0501bdf84.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-358fffd1-85e4-450a-aaa9-9c5375d29918 {
  text-align: left;
}

#s-df2e1089-6ad9-4a4c-8668-a31154e6ec80 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-df2e1089-6ad9-4a4c-8668-a31154e6ec80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df2e1089-6ad9-4a4c-8668-a31154e6ec80"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-df2e1089-6ad9-4a4c-8668-a31154e6ec80"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-df2e1089-6ad9-4a4c-8668-a31154e6ec80"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-df2e1089-6ad9-4a4c-8668-a31154e6ec80"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-df2e1089-6ad9-4a4c-8668-a31154e6ec80"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-df2e1089-6ad9-4a4c-8668-a31154e6ec80"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-df2e1089-6ad9-4a4c-8668-a31154e6ec80"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-df2e1089-6ad9-4a4c-8668-a31154e6ec80"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-df2e1089-6ad9-4a4c-8668-a31154e6ec80"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-4cb44aa3-8569-486f-9978-5e41c26ea169 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 50%;
}

#s-4c9dd77f-fb83-4c9b-98b5-c672071458a5 {
  text-align: left;
}



.shg-c#s-4c9dd77f-fb83-4c9b-98b5-c672071458a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c9dd77f-fb83-4c9b-98b5-c672071458a5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4c9dd77f-fb83-4c9b-98b5-c672071458a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c9dd77f-fb83-4c9b-98b5-c672071458a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c9dd77f-fb83-4c9b-98b5-c672071458a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c9dd77f-fb83-4c9b-98b5-c672071458a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c9dd77f-fb83-4c9b-98b5-c672071458a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c9dd77f-fb83-4c9b-98b5-c672071458a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c9dd77f-fb83-4c9b-98b5-c672071458a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c9dd77f-fb83-4c9b-98b5-c672071458a5 img.shogun-image {
  width: 100%;
}



}
#s-e5eb3972-e488-47e1-80b0-0817b73d9b87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5eb3972-e488-47e1-80b0-0817b73d9b87 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-80ed7035-ec78-4d63-9b07-ed25803090fc {
  text-align: left;
}

#s-0060c12f-5479-4351-bcb3-d0fd6fded5df {
  margin-top: 10px;
margin-left: 15%;
}

#s-1e3326ff-b88a-423c-a8c2-c8c0f1242efd {
  margin-left: 15%;
margin-right: 0%;
}

#s-7bc93e25-4612-43f9-afeb-e8e2dd56fb6f {
  margin-left: 15%;
margin-right: 0%;
padding-right: 2px;
}

#s-aa2eaaa9-8ea5-4718-9f25-5d80337510b2 {
  margin-left: 15%;
margin-right: 0%;
}

#s-08d61f6e-d912-40e5-87b0-93611193d7ef {
  margin-left: 15%;
margin-bottom: 10px;
margin-right: 0%;
padding-right: 2px;
}

#s-657b92bf-693c-4b78-9f1c-147592398e3d {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 18px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(249, 140, 2, 1);
}








#s-657b92bf-693c-4b78-9f1c-147592398e3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-657b92bf-693c-4b78-9f1c-147592398e3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4586b15b-3f8d-451a-ba40-132a2703292a {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-acba93f7-0853-4cdb-8498-e0236d993dbe {
  text-align: center;
}

#s-acba93f7-0853-4cdb-8498-e0236d993dbe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
}

#s-acba93f7-0853-4cdb-8498-e0236d993dbe .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
  font-size: 20px;
}

#s-acba93f7-0853-4cdb-8498-e0236d993dbe .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-0c206c51-71f6-4f43-9a7b-95b3ff8be529 {
  text-align: left;
}

#s-0c206c51-71f6-4f43-9a7b-95b3ff8be529 .shg-product-quantity-wrapper {
  display: flex;
}

#s-0c206c51-71f6-4f43-9a7b-95b3ff8be529 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-0c206c51-71f6-4f43-9a7b-95b3ff8be529 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-0c206c51-71f6-4f43-9a7b-95b3ff8be529 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-0c206c51-71f6-4f43-9a7b-95b3ff8be529 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-55667838-8597-4530-a326-4e77969366be {
  margin-top: 20px;
margin-bottom: 20px;
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: 100px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-55667838-8597-4530-a326-4e77969366be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-55667838-8597-4530-a326-4e77969366be:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-55667838-8597-4530-a326-4e77969366be {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-55667838-8597-4530-a326-4e77969366be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-55667838-8597-4530-a326-4e77969366be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-55667838-8597-4530-a326-4e77969366be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a60dc930-6574-4b3d-bec7-5a13b896acac {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-a60dc930-6574-4b3d-bec7-5a13b896acac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a60dc930-6574-4b3d-bec7-5a13b896acac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b81b948e-52e1-49ae-8dcf-76cca332a8e2 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 24px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(56, 7, 232, 1);
}








#s-b81b948e-52e1-49ae-8dcf-76cca332a8e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b81b948e-52e1-49ae-8dcf-76cca332a8e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d442972-3f31-48c2-9caf-4f8a3f3bf866 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-3ebfd12a-5da9-4289-adf8-6600bd78321d {
  text-align: center;
}

#s-3ebfd12a-5da9-4289-adf8-6600bd78321d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
}

#s-3ebfd12a-5da9-4289-adf8-6600bd78321d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
  font-size: 20px;
}

#s-3ebfd12a-5da9-4289-adf8-6600bd78321d .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-ca946fa4-b8c5-4995-8189-2c4f2ca2e0e3 {
  text-align: left;
}

#s-ca946fa4-b8c5-4995-8189-2c4f2ca2e0e3 .shg-product-quantity-wrapper {
  display: flex;
}

#s-ca946fa4-b8c5-4995-8189-2c4f2ca2e0e3 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-ca946fa4-b8c5-4995-8189-2c4f2ca2e0e3 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-ca946fa4-b8c5-4995-8189-2c4f2ca2e0e3 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-ca946fa4-b8c5-4995-8189-2c4f2ca2e0e3 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-bdb5d7c1-c0f0-4eb0-a50e-1c9600b720d7 {
  margin-top: 20px;
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: 100px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bdb5d7c1-c0f0-4eb0-a50e-1c9600b720d7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bdb5d7c1-c0f0-4eb0-a50e-1c9600b720d7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bdb5d7c1-c0f0-4eb0-a50e-1c9600b720d7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bdb5d7c1-c0f0-4eb0-a50e-1c9600b720d7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bdb5d7c1-c0f0-4eb0-a50e-1c9600b720d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bdb5d7c1-c0f0-4eb0-a50e-1c9600b720d7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-92d82473-677a-4188-a539-433c2dac79c5 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-92d82473-677a-4188-a539-433c2dac79c5 {
  margin-top: 10px;
padding-top: 0px;
}
}
#s-92d82473-677a-4188-a539-433c2dac79c5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-92d82473-677a-4188-a539-433c2dac79c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(184, 11, 207, 1);
  padding: 20px;
}

#s-92d82473-677a-4188-a539-433c2dac79c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-92d82473-677a-4188-a539-433c2dac79c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-92d82473-677a-4188-a539-433c2dac79c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-92d82473-677a-4188-a539-433c2dac79c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-37a5745d-4152-4a74-9e47-86a3a2e5ed60 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-37a5745d-4152-4a74-9e47-86a3a2e5ed60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37a5745d-4152-4a74-9e47-86a3a2e5ed60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c0387e0-8105-4855-9384-afdcaf08cdca {
  padding-top: 10px;
}

#s-2c9183ea-2685-4efc-ad28-dc9cb48b53a6 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-2c9183ea-2685-4efc-ad28-dc9cb48b53a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c9183ea-2685-4efc-ad28-dc9cb48b53a6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2c9183ea-2685-4efc-ad28-dc9cb48b53a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2c9183ea-2685-4efc-ad28-dc9cb48b53a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2c9183ea-2685-4efc-ad28-dc9cb48b53a6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2c9183ea-2685-4efc-ad28-dc9cb48b53a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2c9183ea-2685-4efc-ad28-dc9cb48b53a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c9183ea-2685-4efc-ad28-dc9cb48b53a6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2c9183ea-2685-4efc-ad28-dc9cb48b53a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2c9183ea-2685-4efc-ad28-dc9cb48b53a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-3dd576ae-3a9a-4641-bf58-a359fd743dfc {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 50%;
}

#s-2707311e-6c8b-4434-91af-44aa8a1295a5 {
  text-align: left;
}



.shg-c#s-2707311e-6c8b-4434-91af-44aa8a1295a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2707311e-6c8b-4434-91af-44aa8a1295a5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2707311e-6c8b-4434-91af-44aa8a1295a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2707311e-6c8b-4434-91af-44aa8a1295a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2707311e-6c8b-4434-91af-44aa8a1295a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2707311e-6c8b-4434-91af-44aa8a1295a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2707311e-6c8b-4434-91af-44aa8a1295a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2707311e-6c8b-4434-91af-44aa8a1295a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2707311e-6c8b-4434-91af-44aa8a1295a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2707311e-6c8b-4434-91af-44aa8a1295a5 img.shogun-image {
  width: 100%;
}



}
#s-89cd0ef5-cec8-49aa-b2c3-9cbe862c957d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89cd0ef5-cec8-49aa-b2c3-9cbe862c957d .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-0c7ed93c-f14a-499b-b4af-ffd2ab780e26 {
  text-align: left;
}

#s-27a5824a-ef8d-4b31-a975-3393ada1f394 {
  margin-top: 10px;
padding-left: 15%;
padding-right: 15%;
}

#s-1572530a-25cd-4561-9724-e9b1549dc3cc {
  margin-left: 15%;
margin-right: 0%;
}

#s-3ba1739e-c2c6-43e2-b096-a951a7ba2bc8 {
  margin-left: 15%;
margin-right: 0%;
padding-right: 2px;
}

#s-d09a5ead-1b8c-4013-b6d0-9d7c89d00ee1 {
  margin-left: 15%;
margin-right: 0%;
}

#s-da3e7d55-3be5-40b7-a48f-27ac0284beeb {
  margin-left: 15%;
margin-bottom: 10px;
margin-right: 0%;
padding-right: 2px;
}

#s-2a764f5f-3702-476d-9302-36511bc086e2 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 18px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(184, 11, 207, 1);
}








#s-2a764f5f-3702-476d-9302-36511bc086e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a764f5f-3702-476d-9302-36511bc086e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebfa5778-6a98-4d7e-a80e-28b8032b2bbd {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-c5735470-686a-498e-a95a-ca985a6d7121 {
  text-align: center;
}

#s-c5735470-686a-498e-a95a-ca985a6d7121 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
}

#s-c5735470-686a-498e-a95a-ca985a6d7121 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
  font-size: 20px;
}

#s-c5735470-686a-498e-a95a-ca985a6d7121 .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-8bb1f2cc-1477-439d-b2bf-28e0098ff4aa {
  text-align: left;
}

#s-8bb1f2cc-1477-439d-b2bf-28e0098ff4aa .shg-product-quantity-wrapper {
  display: flex;
}

#s-8bb1f2cc-1477-439d-b2bf-28e0098ff4aa .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-8bb1f2cc-1477-439d-b2bf-28e0098ff4aa .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-8bb1f2cc-1477-439d-b2bf-28e0098ff4aa .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-8bb1f2cc-1477-439d-b2bf-28e0098ff4aa .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-df9877c4-2ae2-4afc-add8-b4531a1a8ff6 {
  margin-top: 20px;
margin-bottom: 15px;
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: 100px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-df9877c4-2ae2-4afc-add8-b4531a1a8ff6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-df9877c4-2ae2-4afc-add8-b4531a1a8ff6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-df9877c4-2ae2-4afc-add8-b4531a1a8ff6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df9877c4-2ae2-4afc-add8-b4531a1a8ff6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df9877c4-2ae2-4afc-add8-b4531a1a8ff6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-df9877c4-2ae2-4afc-add8-b4531a1a8ff6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6770a6bb-1b75-442a-b1cd-92ceb9182e8d {
  text-align: left;
}

#s-1a1f9b97-b743-4bcf-a362-51c2c304ba4a {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-1a1f9b97-b743-4bcf-a362-51c2c304ba4a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a1f9b97-b743-4bcf-a362-51c2c304ba4a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1a1f9b97-b743-4bcf-a362-51c2c304ba4a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1a1f9b97-b743-4bcf-a362-51c2c304ba4a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1a1f9b97-b743-4bcf-a362-51c2c304ba4a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1a1f9b97-b743-4bcf-a362-51c2c304ba4a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1a1f9b97-b743-4bcf-a362-51c2c304ba4a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a1f9b97-b743-4bcf-a362-51c2c304ba4a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1a1f9b97-b743-4bcf-a362-51c2c304ba4a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1a1f9b97-b743-4bcf-a362-51c2c304ba4a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-d8735fe3-3bf4-4e9c-ad0f-80768d5890fd {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 50%;
}

#s-a3512ac8-af9f-48be-bd08-4187dee79f62 {
  text-align: left;
}



.shg-c#s-a3512ac8-af9f-48be-bd08-4187dee79f62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3512ac8-af9f-48be-bd08-4187dee79f62 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a3512ac8-af9f-48be-bd08-4187dee79f62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3512ac8-af9f-48be-bd08-4187dee79f62 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3512ac8-af9f-48be-bd08-4187dee79f62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3512ac8-af9f-48be-bd08-4187dee79f62 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3512ac8-af9f-48be-bd08-4187dee79f62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3512ac8-af9f-48be-bd08-4187dee79f62 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3512ac8-af9f-48be-bd08-4187dee79f62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3512ac8-af9f-48be-bd08-4187dee79f62 img.shogun-image {
  width: 100%;
}



}
#s-1a95c577-fe9c-4387-b4b0-ad250b9b3882 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a95c577-fe9c-4387-b4b0-ad250b9b3882 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-c4cdb441-9712-4757-98f0-cd1e7423a841 {
  text-align: left;
}

#s-166cff43-8194-4c5b-aca3-4bb2a5003cfd {
  margin-top: 10px;
margin-left: 15%;
}

#s-031e012f-4a9e-4715-9ff1-f742e1432203 {
  margin-left: 15%;
margin-right: 0%;
}

#s-60fb6ac1-a184-4031-aeb1-65a21c6771d6 {
  margin-left: 15%;
margin-right: 0%;
padding-right: 2px;
}

#s-27ca5147-ffd0-45e5-92f0-172fdb96a499 {
  margin-left: 15%;
margin-right: 0%;
}

#s-458a0f8d-3db7-40fa-9302-4bda97e7496f {
  margin-left: 15%;
margin-bottom: 10px;
margin-right: 0%;
padding-right: 2px;
}

#s-1fea27cf-e613-44da-8bd5-3a330b051e06 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 18px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(184, 11, 207, 1);
}








#s-1fea27cf-e613-44da-8bd5-3a330b051e06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fea27cf-e613-44da-8bd5-3a330b051e06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7346302-3a42-4504-810c-482d348e1367 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-62173fa6-da15-43fc-a0e7-a8f69c55bfb0 {
  text-align: center;
}

#s-62173fa6-da15-43fc-a0e7-a8f69c55bfb0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
}

#s-62173fa6-da15-43fc-a0e7-a8f69c55bfb0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
  font-size: 20px;
}

#s-62173fa6-da15-43fc-a0e7-a8f69c55bfb0 .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-a7a40ead-1db3-48f4-9511-d4bcbfc61b91 {
  text-align: left;
}

#s-a7a40ead-1db3-48f4-9511-d4bcbfc61b91 .shg-product-quantity-wrapper {
  display: flex;
}

#s-a7a40ead-1db3-48f4-9511-d4bcbfc61b91 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-a7a40ead-1db3-48f4-9511-d4bcbfc61b91 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-a7a40ead-1db3-48f4-9511-d4bcbfc61b91 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-a7a40ead-1db3-48f4-9511-d4bcbfc61b91 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-e9a3bd97-4156-420f-9f56-30d5a0e3564b {
  margin-top: 20px;
margin-bottom: 20px;
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: 100px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e9a3bd97-4156-420f-9f56-30d5a0e3564b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e9a3bd97-4156-420f-9f56-30d5a0e3564b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e9a3bd97-4156-420f-9f56-30d5a0e3564b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e9a3bd97-4156-420f-9f56-30d5a0e3564b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e9a3bd97-4156-420f-9f56-30d5a0e3564b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e9a3bd97-4156-420f-9f56-30d5a0e3564b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-46ff35e1-3e52-489b-b1d1-099d6c490fd9 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
}

#s-46ff35e1-3e52-489b-b1d1-099d6c490fd9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-46ff35e1-3e52-489b-b1d1-099d6c490fd9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(226, 180, 69, 1);
  padding: 20px;
}

#s-46ff35e1-3e52-489b-b1d1-099d6c490fd9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-46ff35e1-3e52-489b-b1d1-099d6c490fd9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-46ff35e1-3e52-489b-b1d1-099d6c490fd9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-46ff35e1-3e52-489b-b1d1-099d6c490fd9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a2b1758d-004e-417e-8511-56ca0ee00d4c {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-a2b1758d-004e-417e-8511-56ca0ee00d4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2b1758d-004e-417e-8511-56ca0ee00d4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4292a81d-6507-4b3f-af2b-721f9661a5b8 {
  padding-top: 10px;
}

#s-2e4212d7-b7a3-4183-bfdb-0de953f2b7cf {
  text-align: left;
}

#s-b62ac0d2-0b1a-48a3-b4b1-c147bf1b10ad {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-b62ac0d2-0b1a-48a3-b4b1-c147bf1b10ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b62ac0d2-0b1a-48a3-b4b1-c147bf1b10ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b62ac0d2-0b1a-48a3-b4b1-c147bf1b10ad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b62ac0d2-0b1a-48a3-b4b1-c147bf1b10ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b62ac0d2-0b1a-48a3-b4b1-c147bf1b10ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b62ac0d2-0b1a-48a3-b4b1-c147bf1b10ad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b62ac0d2-0b1a-48a3-b4b1-c147bf1b10ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b62ac0d2-0b1a-48a3-b4b1-c147bf1b10ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b62ac0d2-0b1a-48a3-b4b1-c147bf1b10ad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b62ac0d2-0b1a-48a3-b4b1-c147bf1b10ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-1499c359-f5e1-4911-b58a-de8db21b938b {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 50%;
}

#s-78d4fef8-7c13-47ab-9a80-3148cb126a88 {
  text-align: left;
}



.shg-c#s-78d4fef8-7c13-47ab-9a80-3148cb126a88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78d4fef8-7c13-47ab-9a80-3148cb126a88 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-78d4fef8-7c13-47ab-9a80-3148cb126a88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78d4fef8-7c13-47ab-9a80-3148cb126a88 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78d4fef8-7c13-47ab-9a80-3148cb126a88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78d4fef8-7c13-47ab-9a80-3148cb126a88 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78d4fef8-7c13-47ab-9a80-3148cb126a88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78d4fef8-7c13-47ab-9a80-3148cb126a88 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78d4fef8-7c13-47ab-9a80-3148cb126a88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78d4fef8-7c13-47ab-9a80-3148cb126a88 img.shogun-image {
  width: 100%;
}



}
#s-a991f772-d22a-4edf-8190-180d4b42cef5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a991f772-d22a-4edf-8190-180d4b42cef5 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-84719538-dd5b-4447-aeb9-578eb7783577 {
  text-align: left;
}

#s-0a4df408-2e54-49aa-a24c-ea9c0ab0a037 {
  margin-top: 10px;
margin-left: 15%;
}

#s-da71ba30-3359-4232-8670-97f3d068ebaa {
  margin-left: 15%;
}

#s-bea41cb0-cd53-4b97-8a59-161ea2cc5a63 {
  margin-left: 15%;
padding-right: 2px;
}

#s-17d5152c-da0c-4faf-bd4f-a4f13ac9fcb1 {
  margin-left: 15%;
}

#s-ba459ce5-1bd7-4e99-83ee-55aa7586aab2 {
  margin-left: 15%;
margin-bottom: 10px;
padding-right: 2px;
}

#s-43fc1c1b-9f2c-4ecb-ae99-351199f234f6 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 18px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(226, 180, 69, 1);
}








#s-43fc1c1b-9f2c-4ecb-ae99-351199f234f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43fc1c1b-9f2c-4ecb-ae99-351199f234f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55e4f4d5-03ae-4cc0-8653-c66c79d380de {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-5cc2d1a5-9f66-4ea9-8ce3-7f3cf4357760 {
  text-align: center;
}

#s-5cc2d1a5-9f66-4ea9-8ce3-7f3cf4357760 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
}

#s-5cc2d1a5-9f66-4ea9-8ce3-7f3cf4357760 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
  font-size: 20px;
}

#s-5cc2d1a5-9f66-4ea9-8ce3-7f3cf4357760 .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-1da21600-bfa9-4438-8bf2-02a399d1c075 {
  text-align: left;
}

#s-1da21600-bfa9-4438-8bf2-02a399d1c075 .shg-product-quantity-wrapper {
  display: flex;
}

#s-1da21600-bfa9-4438-8bf2-02a399d1c075 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-1da21600-bfa9-4438-8bf2-02a399d1c075 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-1da21600-bfa9-4438-8bf2-02a399d1c075 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-1da21600-bfa9-4438-8bf2-02a399d1c075 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-c1181bb3-3bd7-4634-a6f0-29fad6b131e1 {
  margin-top: 20px;
margin-bottom: 20px;
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: 100px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c1181bb3-3bd7-4634-a6f0-29fad6b131e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1181bb3-3bd7-4634-a6f0-29fad6b131e1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c1181bb3-3bd7-4634-a6f0-29fad6b131e1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c1181bb3-3bd7-4634-a6f0-29fad6b131e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c1181bb3-3bd7-4634-a6f0-29fad6b131e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c1181bb3-3bd7-4634-a6f0-29fad6b131e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ba8d32c4-ebc7-4049-bb99-45bc0351070c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-ba8d32c4-ebc7-4049-bb99-45bc0351070c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba8d32c4-ebc7-4049-bb99-45bc0351070c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ba8d32c4-ebc7-4049-bb99-45bc0351070c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ba8d32c4-ebc7-4049-bb99-45bc0351070c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ba8d32c4-ebc7-4049-bb99-45bc0351070c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ba8d32c4-ebc7-4049-bb99-45bc0351070c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ba8d32c4-ebc7-4049-bb99-45bc0351070c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba8d32c4-ebc7-4049-bb99-45bc0351070c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ba8d32c4-ebc7-4049-bb99-45bc0351070c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ba8d32c4-ebc7-4049-bb99-45bc0351070c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-abff8673-196f-4547-978a-98bfc39868c2 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 50%;
}

#s-abf772a8-bd38-46d4-8a61-178f32c3d6a4 {
  text-align: left;
}



.shg-c#s-abf772a8-bd38-46d4-8a61-178f32c3d6a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abf772a8-bd38-46d4-8a61-178f32c3d6a4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-abf772a8-bd38-46d4-8a61-178f32c3d6a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abf772a8-bd38-46d4-8a61-178f32c3d6a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-abf772a8-bd38-46d4-8a61-178f32c3d6a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abf772a8-bd38-46d4-8a61-178f32c3d6a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-abf772a8-bd38-46d4-8a61-178f32c3d6a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abf772a8-bd38-46d4-8a61-178f32c3d6a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-abf772a8-bd38-46d4-8a61-178f32c3d6a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abf772a8-bd38-46d4-8a61-178f32c3d6a4 img.shogun-image {
  width: 100%;
}



}
#s-85041b72-2423-491d-9422-98494e75f3d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85041b72-2423-491d-9422-98494e75f3d7 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-8b61254d-3626-4ccf-b12f-b2bf020a8ec1 {
  text-align: left;
}

#s-a6277c86-e4ed-4ef7-bfc8-a93375fd530c {
  margin-top: 10px;
margin-left: 15%;
}

#s-d58003a2-e628-4e08-bb70-7036731ebc97 {
  margin-left: 15%;
}

#s-1e093ed1-7e84-44fc-8d88-b02ce84ed06b {
  margin-left: 15%;
padding-right: 2px;
}

#s-73728bb1-e4f6-4f96-b5a7-39e9d7ef4355 {
  margin-left: 15%;
}

#s-bbbdaa86-b533-47b3-a1ea-8c426e511bee {
  margin-left: 15%;
margin-bottom: 10px;
padding-right: 2px;
}

#s-40aa1558-a462-4082-b8f5-27de3a0e2c75 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 18px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(226, 180, 69, 1);
}








#s-40aa1558-a462-4082-b8f5-27de3a0e2c75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40aa1558-a462-4082-b8f5-27de3a0e2c75.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5915bbb5-5f01-4f3e-999a-d41819a0ea2a {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-53772d40-6fdd-4227-9850-2ee7b599b52a {
  text-align: center;
}

#s-53772d40-6fdd-4227-9850-2ee7b599b52a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
}

#s-53772d40-6fdd-4227-9850-2ee7b599b52a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Fjalla One;
  font-style:  normal ;
  font-size: 20px;
}

#s-53772d40-6fdd-4227-9850-2ee7b599b52a .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-1f9779bf-ecb6-47fc-8c94-604c1f72d57f {
  text-align: left;
}

#s-1f9779bf-ecb6-47fc-8c94-604c1f72d57f .shg-product-quantity-wrapper {
  display: flex;
}

#s-1f9779bf-ecb6-47fc-8c94-604c1f72d57f .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-1f9779bf-ecb6-47fc-8c94-604c1f72d57f .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-1f9779bf-ecb6-47fc-8c94-604c1f72d57f .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-1f9779bf-ecb6-47fc-8c94-604c1f72d57f .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-0dc5df87-439a-45ac-9fd7-8434ca0a57e7 {
  margin-top: 20px;
margin-bottom: 20px;
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: 100px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0dc5df87-439a-45ac-9fd7-8434ca0a57e7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0dc5df87-439a-45ac-9fd7-8434ca0a57e7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0dc5df87-439a-45ac-9fd7-8434ca0a57e7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0dc5df87-439a-45ac-9fd7-8434ca0a57e7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0dc5df87-439a-45ac-9fd7-8434ca0a57e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0dc5df87-439a-45ac-9fd7-8434ca0a57e7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d7283dda-679e-4bc8-9c7d-318b0b5b9982 {
  margin-top: 40px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d7283dda-679e-4bc8-9c7d-318b0b5b9982 {
  display: none;
}
#s-d7283dda-679e-4bc8-9c7d-318b0b5b9982, #wrap-s-d7283dda-679e-4bc8-9c7d-318b0b5b9982 { display:none !important; }}@media (max-width: 767px){#s-d7283dda-679e-4bc8-9c7d-318b0b5b9982 {
  display: none;
}
#s-d7283dda-679e-4bc8-9c7d-318b0b5b9982, #wrap-s-d7283dda-679e-4bc8-9c7d-318b0b5b9982 { display:none !important; }}







#s-d7283dda-679e-4bc8-9c7d-318b0b5b9982 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7283dda-679e-4bc8-9c7d-318b0b5b9982.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52504a6b-a9d6-4551-b884-d9913bc499a3 {
  margin-top: 80px;
margin-bottom: 60px;
}

.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-7ce51670-2fe5-4b29-91c2-7a07ba1f7bc2 {
  margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
}

#s-9835bd5c-680b-4e92-be43-ba2b730c6526 {
  margin-top: 40px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-9835bd5c-680b-4e92-be43-ba2b730c6526 {
  display: none;
}
#s-9835bd5c-680b-4e92-be43-ba2b730c6526, #wrap-s-9835bd5c-680b-4e92-be43-ba2b730c6526 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9835bd5c-680b-4e92-be43-ba2b730c6526 {
  display: none;
}
#s-9835bd5c-680b-4e92-be43-ba2b730c6526, #wrap-s-9835bd5c-680b-4e92-be43-ba2b730c6526 { display:none !important; }}@media (max-width: 767px){#s-9835bd5c-680b-4e92-be43-ba2b730c6526 {
  display: none;
}
#s-9835bd5c-680b-4e92-be43-ba2b730c6526, #wrap-s-9835bd5c-680b-4e92-be43-ba2b730c6526 { display:none !important; }}







#s-9835bd5c-680b-4e92-be43-ba2b730c6526 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9835bd5c-680b-4e92-be43-ba2b730c6526.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-062875c9-16fe-4440-a52b-06983aa0e212 {
  margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
}

#s-8e3bb946-09a2-4cb0-be29-0c1b2eef03b8 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(183, 232, 7, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-8e3bb946-09a2-4cb0-be29-0c1b2eef03b8 {
  
}
}@media (max-width: 767px){#s-8e3bb946-09a2-4cb0-be29-0c1b2eef03b8 {
  display: none;
}
#s-8e3bb946-09a2-4cb0-be29-0c1b2eef03b8, #wrap-s-8e3bb946-09a2-4cb0-be29-0c1b2eef03b8 { display:none !important; }}







#s-8e3bb946-09a2-4cb0-be29-0c1b2eef03b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e3bb946-09a2-4cb0-be29-0c1b2eef03b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f6a02e7-7a41-462f-81fe-716f930354ce {
  max-width: 80%;
text-align: center;
}







  img.s-3f6a02e7-7a41-462f-81fe-716f930354ce.shogun-image {
    
    
  }


.s-3f6a02e7-7a41-462f-81fe-716f930354ce .shogun-image-content {
  
    align-items: center;
  
}

.s-3f6a02e7-7a41-462f-81fe-716f930354ce.shg-align-container {
  text-align: center
}

.s-3f6a02e7-7a41-462f-81fe-716f930354ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f6a02e7-7a41-462f-81fe-716f930354ce.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3f6a02e7-7a41-462f-81fe-716f930354ce.shogun-image {
    
    
  }


.s-3f6a02e7-7a41-462f-81fe-716f930354ce .shogun-image-content {
  
    align-items: center;
  
}

.s-3f6a02e7-7a41-462f-81fe-716f930354ce.shg-align-container {
  text-align: center
}

.s-3f6a02e7-7a41-462f-81fe-716f930354ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f6a02e7-7a41-462f-81fe-716f930354ce.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3f6a02e7-7a41-462f-81fe-716f930354ce.shogun-image {
    
    
  }


.s-3f6a02e7-7a41-462f-81fe-716f930354ce .shogun-image-content {
  
    align-items: center;
  
}

.s-3f6a02e7-7a41-462f-81fe-716f930354ce.shg-align-container {
  text-align: center
}

.s-3f6a02e7-7a41-462f-81fe-716f930354ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f6a02e7-7a41-462f-81fe-716f930354ce.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3f6a02e7-7a41-462f-81fe-716f930354ce.shogun-image {
    
    
  }


.s-3f6a02e7-7a41-462f-81fe-716f930354ce .shogun-image-content {
  
    align-items: center;
  
}

.s-3f6a02e7-7a41-462f-81fe-716f930354ce.shg-align-container {
  text-align: center
}

.s-3f6a02e7-7a41-462f-81fe-716f930354ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f6a02e7-7a41-462f-81fe-716f930354ce.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3f6a02e7-7a41-462f-81fe-716f930354ce.shogun-image {
    
    
  }


.s-3f6a02e7-7a41-462f-81fe-716f930354ce .shogun-image-content {
  
    align-items: center;
  
}

.s-3f6a02e7-7a41-462f-81fe-716f930354ce.shg-align-container {
  text-align: center
}

.s-3f6a02e7-7a41-462f-81fe-716f930354ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f6a02e7-7a41-462f-81fe-716f930354ce.shogun-image {
  box-sizing: border-box;
}


}
#s-4325ae36-b184-4755-9981-6e5e6393cb04 {
  min-height: 50px;
}
@media (max-width: 767px){#s-4325ae36-b184-4755-9981-6e5e6393cb04 {
  display: none;
}
#s-4325ae36-b184-4755-9981-6e5e6393cb04, #wrap-s-4325ae36-b184-4755-9981-6e5e6393cb04 { display:none !important; }}







#s-4325ae36-b184-4755-9981-6e5e6393cb04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4325ae36-b184-4755-9981-6e5e6393cb04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-424c7875-bbb1-4b6e-9271-0a09e85c1b0b {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-424c7875-bbb1-4b6e-9271-0a09e85c1b0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-424c7875-bbb1-4b6e-9271-0a09e85c1b0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2011a2b1-9488-440c-bd02-e2682c05385a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2011a2b1-9488-440c-bd02-e2682c05385a .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b7f59fae-1e51-4e21-9521-b13241f36e3e {
  margin-left: 40px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-b7f59fae-1e51-4e21-9521-b13241f36e3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7f59fae-1e51-4e21-9521-b13241f36e3e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-b7f59fae-1e51-4e21-9521-b13241f36e3e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-b7f59fae-1e51-4e21-9521-b13241f36e3e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-19f27309-f02f-49f2-85f0-19df2f1ed4f1 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(254, 254, 254, 1);
border-style: solid;
border-radius: 10px;
text-align: center;
}
#s-19f27309-f02f-49f2-85f0-19df2f1ed4f1:hover {border-style: solid !important;
border-color: rgba(220, 220, 224, 1) !important;}






  img.s-19f27309-f02f-49f2-85f0-19df2f1ed4f1.shogun-image {
    
    
  }


.s-19f27309-f02f-49f2-85f0-19df2f1ed4f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-19f27309-f02f-49f2-85f0-19df2f1ed4f1.shg-align-container {
  text-align: center
}

.s-19f27309-f02f-49f2-85f0-19df2f1ed4f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19f27309-f02f-49f2-85f0-19df2f1ed4f1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-19f27309-f02f-49f2-85f0-19df2f1ed4f1.shogun-image {
    
    
  }


.s-19f27309-f02f-49f2-85f0-19df2f1ed4f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-19f27309-f02f-49f2-85f0-19df2f1ed4f1.shg-align-container {
  text-align: center
}

.s-19f27309-f02f-49f2-85f0-19df2f1ed4f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19f27309-f02f-49f2-85f0-19df2f1ed4f1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-19f27309-f02f-49f2-85f0-19df2f1ed4f1.shogun-image {
    
    
  }


.s-19f27309-f02f-49f2-85f0-19df2f1ed4f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-19f27309-f02f-49f2-85f0-19df2f1ed4f1.shg-align-container {
  text-align: center
}

.s-19f27309-f02f-49f2-85f0-19df2f1ed4f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19f27309-f02f-49f2-85f0-19df2f1ed4f1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-19f27309-f02f-49f2-85f0-19df2f1ed4f1.shogun-image {
    
    
  }


.s-19f27309-f02f-49f2-85f0-19df2f1ed4f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-19f27309-f02f-49f2-85f0-19df2f1ed4f1.shg-align-container {
  text-align: center
}

.s-19f27309-f02f-49f2-85f0-19df2f1ed4f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19f27309-f02f-49f2-85f0-19df2f1ed4f1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-19f27309-f02f-49f2-85f0-19df2f1ed4f1.shogun-image {
    
    
  }


.s-19f27309-f02f-49f2-85f0-19df2f1ed4f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-19f27309-f02f-49f2-85f0-19df2f1ed4f1.shg-align-container {
  text-align: center
}

.s-19f27309-f02f-49f2-85f0-19df2f1ed4f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19f27309-f02f-49f2-85f0-19df2f1ed4f1.shogun-image {
  box-sizing: border-box;
}


}
#s-179ae54b-87f8-4de3-84f6-5a06041eb2e8 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-179ae54b-87f8-4de3-84f6-5a06041eb2e8.shogun-image {
    
    
  }


.s-179ae54b-87f8-4de3-84f6-5a06041eb2e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-179ae54b-87f8-4de3-84f6-5a06041eb2e8.shg-align-container {
  text-align: center
}

.s-179ae54b-87f8-4de3-84f6-5a06041eb2e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-179ae54b-87f8-4de3-84f6-5a06041eb2e8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-179ae54b-87f8-4de3-84f6-5a06041eb2e8.shogun-image {
    
    
  }


.s-179ae54b-87f8-4de3-84f6-5a06041eb2e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-179ae54b-87f8-4de3-84f6-5a06041eb2e8.shg-align-container {
  text-align: center
}

.s-179ae54b-87f8-4de3-84f6-5a06041eb2e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-179ae54b-87f8-4de3-84f6-5a06041eb2e8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-179ae54b-87f8-4de3-84f6-5a06041eb2e8.shogun-image {
    
    
  }


.s-179ae54b-87f8-4de3-84f6-5a06041eb2e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-179ae54b-87f8-4de3-84f6-5a06041eb2e8.shg-align-container {
  text-align: center
}

.s-179ae54b-87f8-4de3-84f6-5a06041eb2e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-179ae54b-87f8-4de3-84f6-5a06041eb2e8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-179ae54b-87f8-4de3-84f6-5a06041eb2e8.shogun-image {
    
    
  }


.s-179ae54b-87f8-4de3-84f6-5a06041eb2e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-179ae54b-87f8-4de3-84f6-5a06041eb2e8.shg-align-container {
  text-align: center
}

.s-179ae54b-87f8-4de3-84f6-5a06041eb2e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-179ae54b-87f8-4de3-84f6-5a06041eb2e8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-179ae54b-87f8-4de3-84f6-5a06041eb2e8.shogun-image {
    
    
  }


.s-179ae54b-87f8-4de3-84f6-5a06041eb2e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-179ae54b-87f8-4de3-84f6-5a06041eb2e8.shg-align-container {
  text-align: center
}

.s-179ae54b-87f8-4de3-84f6-5a06041eb2e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-179ae54b-87f8-4de3-84f6-5a06041eb2e8.shogun-image {
  box-sizing: border-box;
}


}
#s-51a8a387-9956-43c3-bc8f-c4f6bae25957 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-51a8a387-9956-43c3-bc8f-c4f6bae25957.shogun-image {
    
    
  }


.s-51a8a387-9956-43c3-bc8f-c4f6bae25957 .shogun-image-content {
  
    align-items: center;
  
}

.s-51a8a387-9956-43c3-bc8f-c4f6bae25957.shg-align-container {
  text-align: center
}

.s-51a8a387-9956-43c3-bc8f-c4f6bae25957.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a8a387-9956-43c3-bc8f-c4f6bae25957.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-51a8a387-9956-43c3-bc8f-c4f6bae25957.shogun-image {
    
    
  }


.s-51a8a387-9956-43c3-bc8f-c4f6bae25957 .shogun-image-content {
  
    align-items: center;
  
}

.s-51a8a387-9956-43c3-bc8f-c4f6bae25957.shg-align-container {
  text-align: center
}

.s-51a8a387-9956-43c3-bc8f-c4f6bae25957.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a8a387-9956-43c3-bc8f-c4f6bae25957.shogun-image {
  box-sizing: border-box;
}


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





  img.s-51a8a387-9956-43c3-bc8f-c4f6bae25957.shogun-image {
    
    
  }


.s-51a8a387-9956-43c3-bc8f-c4f6bae25957 .shogun-image-content {
  
    align-items: center;
  
}

.s-51a8a387-9956-43c3-bc8f-c4f6bae25957.shg-align-container {
  text-align: center
}

.s-51a8a387-9956-43c3-bc8f-c4f6bae25957.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a8a387-9956-43c3-bc8f-c4f6bae25957.shogun-image {
  box-sizing: border-box;
}


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





  img.s-51a8a387-9956-43c3-bc8f-c4f6bae25957.shogun-image {
    
    
  }


.s-51a8a387-9956-43c3-bc8f-c4f6bae25957 .shogun-image-content {
  
    align-items: center;
  
}

.s-51a8a387-9956-43c3-bc8f-c4f6bae25957.shg-align-container {
  text-align: center
}

.s-51a8a387-9956-43c3-bc8f-c4f6bae25957.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a8a387-9956-43c3-bc8f-c4f6bae25957.shogun-image {
  box-sizing: border-box;
}


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





  img.s-51a8a387-9956-43c3-bc8f-c4f6bae25957.shogun-image {
    
    
  }


.s-51a8a387-9956-43c3-bc8f-c4f6bae25957 .shogun-image-content {
  
    align-items: center;
  
}

.s-51a8a387-9956-43c3-bc8f-c4f6bae25957.shg-align-container {
  text-align: center
}

.s-51a8a387-9956-43c3-bc8f-c4f6bae25957.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a8a387-9956-43c3-bc8f-c4f6bae25957.shogun-image {
  box-sizing: border-box;
}


}
#s-5c045729-a8af-4db8-bb01-ec767db599ef {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-5c045729-a8af-4db8-bb01-ec767db599ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c045729-a8af-4db8-bb01-ec767db599ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4bf841e5-bc93-4116-bedb-f37e7fba8dcc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4bf841e5-bc93-4116-bedb-f37e7fba8dcc .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-cd882fc4-23d1-445b-8896-75ae004c6112 {
  margin-left: 40px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-cd882fc4-23d1-445b-8896-75ae004c6112"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd882fc4-23d1-445b-8896-75ae004c6112"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-cd882fc4-23d1-445b-8896-75ae004c6112"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-cd882fc4-23d1-445b-8896-75ae004c6112"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-d030c4c0-24cd-4db0-b541-dced97ddd2da {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(254, 254, 254, 1);
border-style: solid;
border-radius: 10px;
text-align: center;
}
#s-d030c4c0-24cd-4db0-b541-dced97ddd2da:hover {border-style: solid !important;
border-color: rgba(220, 220, 224, 1) !important;}






  img.s-d030c4c0-24cd-4db0-b541-dced97ddd2da.shogun-image {
    
    
  }


.s-d030c4c0-24cd-4db0-b541-dced97ddd2da .shogun-image-content {
  
    align-items: center;
  
}

.s-d030c4c0-24cd-4db0-b541-dced97ddd2da.shg-align-container {
  text-align: center
}

.s-d030c4c0-24cd-4db0-b541-dced97ddd2da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d030c4c0-24cd-4db0-b541-dced97ddd2da.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d030c4c0-24cd-4db0-b541-dced97ddd2da.shogun-image {
    
    
  }


.s-d030c4c0-24cd-4db0-b541-dced97ddd2da .shogun-image-content {
  
    align-items: center;
  
}

.s-d030c4c0-24cd-4db0-b541-dced97ddd2da.shg-align-container {
  text-align: center
}

.s-d030c4c0-24cd-4db0-b541-dced97ddd2da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d030c4c0-24cd-4db0-b541-dced97ddd2da.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d030c4c0-24cd-4db0-b541-dced97ddd2da.shogun-image {
    
    
  }


.s-d030c4c0-24cd-4db0-b541-dced97ddd2da .shogun-image-content {
  
    align-items: center;
  
}

.s-d030c4c0-24cd-4db0-b541-dced97ddd2da.shg-align-container {
  text-align: center
}

.s-d030c4c0-24cd-4db0-b541-dced97ddd2da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d030c4c0-24cd-4db0-b541-dced97ddd2da.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d030c4c0-24cd-4db0-b541-dced97ddd2da.shogun-image {
    
    
  }


.s-d030c4c0-24cd-4db0-b541-dced97ddd2da .shogun-image-content {
  
    align-items: center;
  
}

.s-d030c4c0-24cd-4db0-b541-dced97ddd2da.shg-align-container {
  text-align: center
}

.s-d030c4c0-24cd-4db0-b541-dced97ddd2da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d030c4c0-24cd-4db0-b541-dced97ddd2da.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d030c4c0-24cd-4db0-b541-dced97ddd2da.shogun-image {
    
    
  }


.s-d030c4c0-24cd-4db0-b541-dced97ddd2da .shogun-image-content {
  
    align-items: center;
  
}

.s-d030c4c0-24cd-4db0-b541-dced97ddd2da.shg-align-container {
  text-align: center
}

.s-d030c4c0-24cd-4db0-b541-dced97ddd2da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d030c4c0-24cd-4db0-b541-dced97ddd2da.shogun-image {
  box-sizing: border-box;
}


}
#s-b97548bd-1d78-4495-bff6-de4461690cf5 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-b97548bd-1d78-4495-bff6-de4461690cf5.shogun-image {
    
    
  }


.s-b97548bd-1d78-4495-bff6-de4461690cf5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b97548bd-1d78-4495-bff6-de4461690cf5.shg-align-container {
  text-align: center
}

.s-b97548bd-1d78-4495-bff6-de4461690cf5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b97548bd-1d78-4495-bff6-de4461690cf5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b97548bd-1d78-4495-bff6-de4461690cf5.shogun-image {
    
    
  }


.s-b97548bd-1d78-4495-bff6-de4461690cf5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b97548bd-1d78-4495-bff6-de4461690cf5.shg-align-container {
  text-align: center
}

.s-b97548bd-1d78-4495-bff6-de4461690cf5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b97548bd-1d78-4495-bff6-de4461690cf5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b97548bd-1d78-4495-bff6-de4461690cf5.shogun-image {
    
    
  }


.s-b97548bd-1d78-4495-bff6-de4461690cf5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b97548bd-1d78-4495-bff6-de4461690cf5.shg-align-container {
  text-align: center
}

.s-b97548bd-1d78-4495-bff6-de4461690cf5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b97548bd-1d78-4495-bff6-de4461690cf5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b97548bd-1d78-4495-bff6-de4461690cf5.shogun-image {
    
    
  }


.s-b97548bd-1d78-4495-bff6-de4461690cf5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b97548bd-1d78-4495-bff6-de4461690cf5.shg-align-container {
  text-align: center
}

.s-b97548bd-1d78-4495-bff6-de4461690cf5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b97548bd-1d78-4495-bff6-de4461690cf5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b97548bd-1d78-4495-bff6-de4461690cf5.shogun-image {
    
    
  }


.s-b97548bd-1d78-4495-bff6-de4461690cf5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b97548bd-1d78-4495-bff6-de4461690cf5.shg-align-container {
  text-align: center
}

.s-b97548bd-1d78-4495-bff6-de4461690cf5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b97548bd-1d78-4495-bff6-de4461690cf5.shogun-image {
  box-sizing: border-box;
}


}
#s-d3019d1e-786f-487c-9269-befa082a19d1 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-d3019d1e-786f-487c-9269-befa082a19d1.shogun-image {
    
    
  }


.s-d3019d1e-786f-487c-9269-befa082a19d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3019d1e-786f-487c-9269-befa082a19d1.shg-align-container {
  text-align: center
}

.s-d3019d1e-786f-487c-9269-befa082a19d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3019d1e-786f-487c-9269-befa082a19d1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d3019d1e-786f-487c-9269-befa082a19d1.shogun-image {
    
    
  }


.s-d3019d1e-786f-487c-9269-befa082a19d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3019d1e-786f-487c-9269-befa082a19d1.shg-align-container {
  text-align: center
}

.s-d3019d1e-786f-487c-9269-befa082a19d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3019d1e-786f-487c-9269-befa082a19d1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d3019d1e-786f-487c-9269-befa082a19d1.shogun-image {
    
    
  }


.s-d3019d1e-786f-487c-9269-befa082a19d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3019d1e-786f-487c-9269-befa082a19d1.shg-align-container {
  text-align: center
}

.s-d3019d1e-786f-487c-9269-befa082a19d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3019d1e-786f-487c-9269-befa082a19d1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d3019d1e-786f-487c-9269-befa082a19d1.shogun-image {
    
    
  }


.s-d3019d1e-786f-487c-9269-befa082a19d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3019d1e-786f-487c-9269-befa082a19d1.shg-align-container {
  text-align: center
}

.s-d3019d1e-786f-487c-9269-befa082a19d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3019d1e-786f-487c-9269-befa082a19d1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d3019d1e-786f-487c-9269-befa082a19d1.shogun-image {
    
    
  }


.s-d3019d1e-786f-487c-9269-befa082a19d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3019d1e-786f-487c-9269-befa082a19d1.shg-align-container {
  text-align: center
}

.s-d3019d1e-786f-487c-9269-befa082a19d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3019d1e-786f-487c-9269-befa082a19d1.shogun-image {
  box-sizing: border-box;
}


}
#s-996aebee-dc66-4d8f-b7fa-e2da13ae8fa0 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-996aebee-dc66-4d8f-b7fa-e2da13ae8fa0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-996aebee-dc66-4d8f-b7fa-e2da13ae8fa0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8293e0e1-912b-436d-b72b-699676df9d03 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8293e0e1-912b-436d-b72b-699676df9d03 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-5584d25c-2f20-46ae-b94c-6b8c232f5e31 {
  margin-left: 40px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-5584d25c-2f20-46ae-b94c-6b8c232f5e31"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5584d25c-2f20-46ae-b94c-6b8c232f5e31"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-5584d25c-2f20-46ae-b94c-6b8c232f5e31"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-5584d25c-2f20-46ae-b94c-6b8c232f5e31"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-ac851066-5766-454b-99e7-e13a1cf53218 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(254, 254, 254, 1);
border-style: solid;
border-radius: 10px;
text-align: center;
}
#s-ac851066-5766-454b-99e7-e13a1cf53218:hover {border-style: solid !important;
border-color: rgba(220, 220, 224, 1) !important;}






  img.s-ac851066-5766-454b-99e7-e13a1cf53218.shogun-image {
    
    
  }


.s-ac851066-5766-454b-99e7-e13a1cf53218 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac851066-5766-454b-99e7-e13a1cf53218.shg-align-container {
  text-align: center
}

.s-ac851066-5766-454b-99e7-e13a1cf53218.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac851066-5766-454b-99e7-e13a1cf53218.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ac851066-5766-454b-99e7-e13a1cf53218.shogun-image {
    
    
  }


.s-ac851066-5766-454b-99e7-e13a1cf53218 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac851066-5766-454b-99e7-e13a1cf53218.shg-align-container {
  text-align: center
}

.s-ac851066-5766-454b-99e7-e13a1cf53218.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac851066-5766-454b-99e7-e13a1cf53218.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ac851066-5766-454b-99e7-e13a1cf53218.shogun-image {
    
    
  }


.s-ac851066-5766-454b-99e7-e13a1cf53218 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac851066-5766-454b-99e7-e13a1cf53218.shg-align-container {
  text-align: center
}

.s-ac851066-5766-454b-99e7-e13a1cf53218.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac851066-5766-454b-99e7-e13a1cf53218.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ac851066-5766-454b-99e7-e13a1cf53218.shogun-image {
    
    
  }


.s-ac851066-5766-454b-99e7-e13a1cf53218 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac851066-5766-454b-99e7-e13a1cf53218.shg-align-container {
  text-align: center
}

.s-ac851066-5766-454b-99e7-e13a1cf53218.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac851066-5766-454b-99e7-e13a1cf53218.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ac851066-5766-454b-99e7-e13a1cf53218.shogun-image {
    
    
  }


.s-ac851066-5766-454b-99e7-e13a1cf53218 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac851066-5766-454b-99e7-e13a1cf53218.shg-align-container {
  text-align: center
}

.s-ac851066-5766-454b-99e7-e13a1cf53218.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac851066-5766-454b-99e7-e13a1cf53218.shogun-image {
  box-sizing: border-box;
}


}
#s-a3c02996-7969-4676-b210-a2e86b9be8db {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-a3c02996-7969-4676-b210-a2e86b9be8db.shogun-image {
    
    
  }


.s-a3c02996-7969-4676-b210-a2e86b9be8db .shogun-image-content {
  
    align-items: center;
  
}

.s-a3c02996-7969-4676-b210-a2e86b9be8db.shg-align-container {
  text-align: center
}

.s-a3c02996-7969-4676-b210-a2e86b9be8db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3c02996-7969-4676-b210-a2e86b9be8db.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a3c02996-7969-4676-b210-a2e86b9be8db.shogun-image {
    
    
  }


.s-a3c02996-7969-4676-b210-a2e86b9be8db .shogun-image-content {
  
    align-items: center;
  
}

.s-a3c02996-7969-4676-b210-a2e86b9be8db.shg-align-container {
  text-align: center
}

.s-a3c02996-7969-4676-b210-a2e86b9be8db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3c02996-7969-4676-b210-a2e86b9be8db.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a3c02996-7969-4676-b210-a2e86b9be8db.shogun-image {
    
    
  }


.s-a3c02996-7969-4676-b210-a2e86b9be8db .shogun-image-content {
  
    align-items: center;
  
}

.s-a3c02996-7969-4676-b210-a2e86b9be8db.shg-align-container {
  text-align: center
}

.s-a3c02996-7969-4676-b210-a2e86b9be8db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3c02996-7969-4676-b210-a2e86b9be8db.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a3c02996-7969-4676-b210-a2e86b9be8db.shogun-image {
    
    
  }


.s-a3c02996-7969-4676-b210-a2e86b9be8db .shogun-image-content {
  
    align-items: center;
  
}

.s-a3c02996-7969-4676-b210-a2e86b9be8db.shg-align-container {
  text-align: center
}

.s-a3c02996-7969-4676-b210-a2e86b9be8db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3c02996-7969-4676-b210-a2e86b9be8db.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a3c02996-7969-4676-b210-a2e86b9be8db.shogun-image {
    
    
  }


.s-a3c02996-7969-4676-b210-a2e86b9be8db .shogun-image-content {
  
    align-items: center;
  
}

.s-a3c02996-7969-4676-b210-a2e86b9be8db.shg-align-container {
  text-align: center
}

.s-a3c02996-7969-4676-b210-a2e86b9be8db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3c02996-7969-4676-b210-a2e86b9be8db.shogun-image {
  box-sizing: border-box;
}


}
#s-829b3de8-f5fc-4b8c-9452-c7c1d17ef132 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-829b3de8-f5fc-4b8c-9452-c7c1d17ef132.shogun-image {
    
    
  }


.s-829b3de8-f5fc-4b8c-9452-c7c1d17ef132 .shogun-image-content {
  
    align-items: center;
  
}

.s-829b3de8-f5fc-4b8c-9452-c7c1d17ef132.shg-align-container {
  text-align: center
}

.s-829b3de8-f5fc-4b8c-9452-c7c1d17ef132.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-829b3de8-f5fc-4b8c-9452-c7c1d17ef132.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-829b3de8-f5fc-4b8c-9452-c7c1d17ef132.shogun-image {
    
    
  }


.s-829b3de8-f5fc-4b8c-9452-c7c1d17ef132 .shogun-image-content {
  
    align-items: center;
  
}

.s-829b3de8-f5fc-4b8c-9452-c7c1d17ef132.shg-align-container {
  text-align: center
}

.s-829b3de8-f5fc-4b8c-9452-c7c1d17ef132.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-829b3de8-f5fc-4b8c-9452-c7c1d17ef132.shogun-image {
  box-sizing: border-box;
}


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





  img.s-829b3de8-f5fc-4b8c-9452-c7c1d17ef132.shogun-image {
    
    
  }


.s-829b3de8-f5fc-4b8c-9452-c7c1d17ef132 .shogun-image-content {
  
    align-items: center;
  
}

.s-829b3de8-f5fc-4b8c-9452-c7c1d17ef132.shg-align-container {
  text-align: center
}

.s-829b3de8-f5fc-4b8c-9452-c7c1d17ef132.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-829b3de8-f5fc-4b8c-9452-c7c1d17ef132.shogun-image {
  box-sizing: border-box;
}


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





  img.s-829b3de8-f5fc-4b8c-9452-c7c1d17ef132.shogun-image {
    
    
  }


.s-829b3de8-f5fc-4b8c-9452-c7c1d17ef132 .shogun-image-content {
  
    align-items: center;
  
}

.s-829b3de8-f5fc-4b8c-9452-c7c1d17ef132.shg-align-container {
  text-align: center
}

.s-829b3de8-f5fc-4b8c-9452-c7c1d17ef132.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-829b3de8-f5fc-4b8c-9452-c7c1d17ef132.shogun-image {
  box-sizing: border-box;
}


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





  img.s-829b3de8-f5fc-4b8c-9452-c7c1d17ef132.shogun-image {
    
    
  }


.s-829b3de8-f5fc-4b8c-9452-c7c1d17ef132 .shogun-image-content {
  
    align-items: center;
  
}

.s-829b3de8-f5fc-4b8c-9452-c7c1d17ef132.shg-align-container {
  text-align: center
}

.s-829b3de8-f5fc-4b8c-9452-c7c1d17ef132.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-829b3de8-f5fc-4b8c-9452-c7c1d17ef132.shogun-image {
  box-sizing: border-box;
}


}
#s-f8b2e873-0d7e-4d2e-8cad-d5e6ae8c30ef {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-f8b2e873-0d7e-4d2e-8cad-d5e6ae8c30ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8b2e873-0d7e-4d2e-8cad-d5e6ae8c30ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2f87cf7-af49-4482-8821-63f43dd5189d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2f87cf7-af49-4482-8821-63f43dd5189d .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-21588d95-e1dc-4ab2-8f9a-2e88ae500326 {
  margin-left: 40px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-21588d95-e1dc-4ab2-8f9a-2e88ae500326"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21588d95-e1dc-4ab2-8f9a-2e88ae500326"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-21588d95-e1dc-4ab2-8f9a-2e88ae500326"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-21588d95-e1dc-4ab2-8f9a-2e88ae500326"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-55a260f3-2c80-4700-87ab-28ec8e77fe67 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(254, 254, 254, 1);
border-style: solid;
border-radius: 10px;
text-align: center;
}
#s-55a260f3-2c80-4700-87ab-28ec8e77fe67:hover {border-style: solid !important;
border-color: rgba(220, 220, 224, 1) !important;}






  img.s-55a260f3-2c80-4700-87ab-28ec8e77fe67.shogun-image {
    
    
  }


.s-55a260f3-2c80-4700-87ab-28ec8e77fe67 .shogun-image-content {
  
    align-items: center;
  
}

.s-55a260f3-2c80-4700-87ab-28ec8e77fe67.shg-align-container {
  text-align: center
}

.s-55a260f3-2c80-4700-87ab-28ec8e77fe67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55a260f3-2c80-4700-87ab-28ec8e77fe67.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-55a260f3-2c80-4700-87ab-28ec8e77fe67.shogun-image {
    
    
  }


.s-55a260f3-2c80-4700-87ab-28ec8e77fe67 .shogun-image-content {
  
    align-items: center;
  
}

.s-55a260f3-2c80-4700-87ab-28ec8e77fe67.shg-align-container {
  text-align: center
}

.s-55a260f3-2c80-4700-87ab-28ec8e77fe67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55a260f3-2c80-4700-87ab-28ec8e77fe67.shogun-image {
  box-sizing: border-box;
}


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





  img.s-55a260f3-2c80-4700-87ab-28ec8e77fe67.shogun-image {
    
    
  }


.s-55a260f3-2c80-4700-87ab-28ec8e77fe67 .shogun-image-content {
  
    align-items: center;
  
}

.s-55a260f3-2c80-4700-87ab-28ec8e77fe67.shg-align-container {
  text-align: center
}

.s-55a260f3-2c80-4700-87ab-28ec8e77fe67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55a260f3-2c80-4700-87ab-28ec8e77fe67.shogun-image {
  box-sizing: border-box;
}


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





  img.s-55a260f3-2c80-4700-87ab-28ec8e77fe67.shogun-image {
    
    
  }


.s-55a260f3-2c80-4700-87ab-28ec8e77fe67 .shogun-image-content {
  
    align-items: center;
  
}

.s-55a260f3-2c80-4700-87ab-28ec8e77fe67.shg-align-container {
  text-align: center
}

.s-55a260f3-2c80-4700-87ab-28ec8e77fe67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55a260f3-2c80-4700-87ab-28ec8e77fe67.shogun-image {
  box-sizing: border-box;
}


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





  img.s-55a260f3-2c80-4700-87ab-28ec8e77fe67.shogun-image {
    
    
  }


.s-55a260f3-2c80-4700-87ab-28ec8e77fe67 .shogun-image-content {
  
    align-items: center;
  
}

.s-55a260f3-2c80-4700-87ab-28ec8e77fe67.shg-align-container {
  text-align: center
}

.s-55a260f3-2c80-4700-87ab-28ec8e77fe67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55a260f3-2c80-4700-87ab-28ec8e77fe67.shogun-image {
  box-sizing: border-box;
}


}
#s-d6486f45-5884-4fb4-9928-d6893301524f {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-d6486f45-5884-4fb4-9928-d6893301524f.shogun-image {
    
    
  }


.s-d6486f45-5884-4fb4-9928-d6893301524f .shogun-image-content {
  
    align-items: center;
  
}

.s-d6486f45-5884-4fb4-9928-d6893301524f.shg-align-container {
  text-align: center
}

.s-d6486f45-5884-4fb4-9928-d6893301524f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6486f45-5884-4fb4-9928-d6893301524f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d6486f45-5884-4fb4-9928-d6893301524f.shogun-image {
    
    
  }


.s-d6486f45-5884-4fb4-9928-d6893301524f .shogun-image-content {
  
    align-items: center;
  
}

.s-d6486f45-5884-4fb4-9928-d6893301524f.shg-align-container {
  text-align: center
}

.s-d6486f45-5884-4fb4-9928-d6893301524f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6486f45-5884-4fb4-9928-d6893301524f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d6486f45-5884-4fb4-9928-d6893301524f.shogun-image {
    
    
  }


.s-d6486f45-5884-4fb4-9928-d6893301524f .shogun-image-content {
  
    align-items: center;
  
}

.s-d6486f45-5884-4fb4-9928-d6893301524f.shg-align-container {
  text-align: center
}

.s-d6486f45-5884-4fb4-9928-d6893301524f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6486f45-5884-4fb4-9928-d6893301524f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d6486f45-5884-4fb4-9928-d6893301524f.shogun-image {
    
    
  }


.s-d6486f45-5884-4fb4-9928-d6893301524f .shogun-image-content {
  
    align-items: center;
  
}

.s-d6486f45-5884-4fb4-9928-d6893301524f.shg-align-container {
  text-align: center
}

.s-d6486f45-5884-4fb4-9928-d6893301524f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6486f45-5884-4fb4-9928-d6893301524f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d6486f45-5884-4fb4-9928-d6893301524f.shogun-image {
    
    
  }


.s-d6486f45-5884-4fb4-9928-d6893301524f .shogun-image-content {
  
    align-items: center;
  
}

.s-d6486f45-5884-4fb4-9928-d6893301524f.shg-align-container {
  text-align: center
}

.s-d6486f45-5884-4fb4-9928-d6893301524f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6486f45-5884-4fb4-9928-d6893301524f.shogun-image {
  box-sizing: border-box;
}


}
#s-17ca6030-6719-49e9-82a2-3cf278f48c01 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-17ca6030-6719-49e9-82a2-3cf278f48c01.shogun-image {
    
    
  }


.s-17ca6030-6719-49e9-82a2-3cf278f48c01 .shogun-image-content {
  
    align-items: center;
  
}

.s-17ca6030-6719-49e9-82a2-3cf278f48c01.shg-align-container {
  text-align: center
}

.s-17ca6030-6719-49e9-82a2-3cf278f48c01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17ca6030-6719-49e9-82a2-3cf278f48c01.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-17ca6030-6719-49e9-82a2-3cf278f48c01.shogun-image {
    
    
  }


.s-17ca6030-6719-49e9-82a2-3cf278f48c01 .shogun-image-content {
  
    align-items: center;
  
}

.s-17ca6030-6719-49e9-82a2-3cf278f48c01.shg-align-container {
  text-align: center
}

.s-17ca6030-6719-49e9-82a2-3cf278f48c01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17ca6030-6719-49e9-82a2-3cf278f48c01.shogun-image {
  box-sizing: border-box;
}


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





  img.s-17ca6030-6719-49e9-82a2-3cf278f48c01.shogun-image {
    
    
  }


.s-17ca6030-6719-49e9-82a2-3cf278f48c01 .shogun-image-content {
  
    align-items: center;
  
}

.s-17ca6030-6719-49e9-82a2-3cf278f48c01.shg-align-container {
  text-align: center
}

.s-17ca6030-6719-49e9-82a2-3cf278f48c01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17ca6030-6719-49e9-82a2-3cf278f48c01.shogun-image {
  box-sizing: border-box;
}


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





  img.s-17ca6030-6719-49e9-82a2-3cf278f48c01.shogun-image {
    
    
  }


.s-17ca6030-6719-49e9-82a2-3cf278f48c01 .shogun-image-content {
  
    align-items: center;
  
}

.s-17ca6030-6719-49e9-82a2-3cf278f48c01.shg-align-container {
  text-align: center
}

.s-17ca6030-6719-49e9-82a2-3cf278f48c01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17ca6030-6719-49e9-82a2-3cf278f48c01.shogun-image {
  box-sizing: border-box;
}


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





  img.s-17ca6030-6719-49e9-82a2-3cf278f48c01.shogun-image {
    
    
  }


.s-17ca6030-6719-49e9-82a2-3cf278f48c01 .shogun-image-content {
  
    align-items: center;
  
}

.s-17ca6030-6719-49e9-82a2-3cf278f48c01.shg-align-container {
  text-align: center
}

.s-17ca6030-6719-49e9-82a2-3cf278f48c01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17ca6030-6719-49e9-82a2-3cf278f48c01.shogun-image {
  box-sizing: border-box;
}


}
#s-55902c9c-2263-4be5-b1d2-66aab35fff7b {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-55902c9c-2263-4be5-b1d2-66aab35fff7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55902c9c-2263-4be5-b1d2-66aab35fff7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8650635-8326-4e48-9fbe-7bd3a9ad14e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8650635-8326-4e48-9fbe-7bd3a9ad14e8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e8707935-30bc-46e3-82f3-c7aeaa7b9fe4 {
  margin-left: 40px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-e8707935-30bc-46e3-82f3-c7aeaa7b9fe4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8707935-30bc-46e3-82f3-c7aeaa7b9fe4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-e8707935-30bc-46e3-82f3-c7aeaa7b9fe4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-e8707935-30bc-46e3-82f3-c7aeaa7b9fe4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-56ab7670-2c2c-4715-8e52-60af9f9dd295 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(254, 254, 254, 1);
border-style: solid;
border-radius: 10px;
text-align: center;
}
#s-56ab7670-2c2c-4715-8e52-60af9f9dd295:hover {border-style: solid !important;
border-color: rgba(220, 220, 224, 1) !important;}






  img.s-56ab7670-2c2c-4715-8e52-60af9f9dd295.shogun-image {
    
    
  }


.s-56ab7670-2c2c-4715-8e52-60af9f9dd295 .shogun-image-content {
  
    align-items: center;
  
}

.s-56ab7670-2c2c-4715-8e52-60af9f9dd295.shg-align-container {
  text-align: center
}

.s-56ab7670-2c2c-4715-8e52-60af9f9dd295.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56ab7670-2c2c-4715-8e52-60af9f9dd295.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-56ab7670-2c2c-4715-8e52-60af9f9dd295.shogun-image {
    
    
  }


.s-56ab7670-2c2c-4715-8e52-60af9f9dd295 .shogun-image-content {
  
    align-items: center;
  
}

.s-56ab7670-2c2c-4715-8e52-60af9f9dd295.shg-align-container {
  text-align: center
}

.s-56ab7670-2c2c-4715-8e52-60af9f9dd295.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56ab7670-2c2c-4715-8e52-60af9f9dd295.shogun-image {
  box-sizing: border-box;
}


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





  img.s-56ab7670-2c2c-4715-8e52-60af9f9dd295.shogun-image {
    
    
  }


.s-56ab7670-2c2c-4715-8e52-60af9f9dd295 .shogun-image-content {
  
    align-items: center;
  
}

.s-56ab7670-2c2c-4715-8e52-60af9f9dd295.shg-align-container {
  text-align: center
}

.s-56ab7670-2c2c-4715-8e52-60af9f9dd295.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56ab7670-2c2c-4715-8e52-60af9f9dd295.shogun-image {
  box-sizing: border-box;
}


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





  img.s-56ab7670-2c2c-4715-8e52-60af9f9dd295.shogun-image {
    
    
  }


.s-56ab7670-2c2c-4715-8e52-60af9f9dd295 .shogun-image-content {
  
    align-items: center;
  
}

.s-56ab7670-2c2c-4715-8e52-60af9f9dd295.shg-align-container {
  text-align: center
}

.s-56ab7670-2c2c-4715-8e52-60af9f9dd295.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56ab7670-2c2c-4715-8e52-60af9f9dd295.shogun-image {
  box-sizing: border-box;
}


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





  img.s-56ab7670-2c2c-4715-8e52-60af9f9dd295.shogun-image {
    
    
  }


.s-56ab7670-2c2c-4715-8e52-60af9f9dd295 .shogun-image-content {
  
    align-items: center;
  
}

.s-56ab7670-2c2c-4715-8e52-60af9f9dd295.shg-align-container {
  text-align: center
}

.s-56ab7670-2c2c-4715-8e52-60af9f9dd295.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56ab7670-2c2c-4715-8e52-60af9f9dd295.shogun-image {
  box-sizing: border-box;
}


}
#s-b5c9f31b-de7c-4042-b57a-a224ee59334a {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-b5c9f31b-de7c-4042-b57a-a224ee59334a.shogun-image {
    
    
  }


.s-b5c9f31b-de7c-4042-b57a-a224ee59334a .shogun-image-content {
  
    align-items: center;
  
}

.s-b5c9f31b-de7c-4042-b57a-a224ee59334a.shg-align-container {
  text-align: center
}

.s-b5c9f31b-de7c-4042-b57a-a224ee59334a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5c9f31b-de7c-4042-b57a-a224ee59334a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b5c9f31b-de7c-4042-b57a-a224ee59334a.shogun-image {
    
    
  }


.s-b5c9f31b-de7c-4042-b57a-a224ee59334a .shogun-image-content {
  
    align-items: center;
  
}

.s-b5c9f31b-de7c-4042-b57a-a224ee59334a.shg-align-container {
  text-align: center
}

.s-b5c9f31b-de7c-4042-b57a-a224ee59334a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5c9f31b-de7c-4042-b57a-a224ee59334a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b5c9f31b-de7c-4042-b57a-a224ee59334a.shogun-image {
    
    
  }


.s-b5c9f31b-de7c-4042-b57a-a224ee59334a .shogun-image-content {
  
    align-items: center;
  
}

.s-b5c9f31b-de7c-4042-b57a-a224ee59334a.shg-align-container {
  text-align: center
}

.s-b5c9f31b-de7c-4042-b57a-a224ee59334a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5c9f31b-de7c-4042-b57a-a224ee59334a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b5c9f31b-de7c-4042-b57a-a224ee59334a.shogun-image {
    
    
  }


.s-b5c9f31b-de7c-4042-b57a-a224ee59334a .shogun-image-content {
  
    align-items: center;
  
}

.s-b5c9f31b-de7c-4042-b57a-a224ee59334a.shg-align-container {
  text-align: center
}

.s-b5c9f31b-de7c-4042-b57a-a224ee59334a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5c9f31b-de7c-4042-b57a-a224ee59334a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b5c9f31b-de7c-4042-b57a-a224ee59334a.shogun-image {
    
    
  }


.s-b5c9f31b-de7c-4042-b57a-a224ee59334a .shogun-image-content {
  
    align-items: center;
  
}

.s-b5c9f31b-de7c-4042-b57a-a224ee59334a.shg-align-container {
  text-align: center
}

.s-b5c9f31b-de7c-4042-b57a-a224ee59334a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5c9f31b-de7c-4042-b57a-a224ee59334a.shogun-image {
  box-sizing: border-box;
}


}
#s-254a6eb4-fac6-413b-a54f-96260eeab948 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-254a6eb4-fac6-413b-a54f-96260eeab948.shogun-image {
    
    
  }


.s-254a6eb4-fac6-413b-a54f-96260eeab948 .shogun-image-content {
  
    align-items: center;
  
}

.s-254a6eb4-fac6-413b-a54f-96260eeab948.shg-align-container {
  text-align: center
}

.s-254a6eb4-fac6-413b-a54f-96260eeab948.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-254a6eb4-fac6-413b-a54f-96260eeab948.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-254a6eb4-fac6-413b-a54f-96260eeab948.shogun-image {
    
    
  }


.s-254a6eb4-fac6-413b-a54f-96260eeab948 .shogun-image-content {
  
    align-items: center;
  
}

.s-254a6eb4-fac6-413b-a54f-96260eeab948.shg-align-container {
  text-align: center
}

.s-254a6eb4-fac6-413b-a54f-96260eeab948.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-254a6eb4-fac6-413b-a54f-96260eeab948.shogun-image {
  box-sizing: border-box;
}


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





  img.s-254a6eb4-fac6-413b-a54f-96260eeab948.shogun-image {
    
    
  }


.s-254a6eb4-fac6-413b-a54f-96260eeab948 .shogun-image-content {
  
    align-items: center;
  
}

.s-254a6eb4-fac6-413b-a54f-96260eeab948.shg-align-container {
  text-align: center
}

.s-254a6eb4-fac6-413b-a54f-96260eeab948.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-254a6eb4-fac6-413b-a54f-96260eeab948.shogun-image {
  box-sizing: border-box;
}


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





  img.s-254a6eb4-fac6-413b-a54f-96260eeab948.shogun-image {
    
    
  }


.s-254a6eb4-fac6-413b-a54f-96260eeab948 .shogun-image-content {
  
    align-items: center;
  
}

.s-254a6eb4-fac6-413b-a54f-96260eeab948.shg-align-container {
  text-align: center
}

.s-254a6eb4-fac6-413b-a54f-96260eeab948.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-254a6eb4-fac6-413b-a54f-96260eeab948.shogun-image {
  box-sizing: border-box;
}


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





  img.s-254a6eb4-fac6-413b-a54f-96260eeab948.shogun-image {
    
    
  }


.s-254a6eb4-fac6-413b-a54f-96260eeab948 .shogun-image-content {
  
    align-items: center;
  
}

.s-254a6eb4-fac6-413b-a54f-96260eeab948.shg-align-container {
  text-align: center
}

.s-254a6eb4-fac6-413b-a54f-96260eeab948.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-254a6eb4-fac6-413b-a54f-96260eeab948.shogun-image {
  box-sizing: border-box;
}


}
#s-10afad43-1943-447f-80f4-36be935a3b90 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-10afad43-1943-447f-80f4-36be935a3b90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10afad43-1943-447f-80f4-36be935a3b90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-949b7093-41f5-4a8e-a88a-fa8bfa7f7bd3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-949b7093-41f5-4a8e-a88a-fa8bfa7f7bd3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b248b637-e461-41b6-af35-a22c7d3c19b7 {
  margin-left: 40px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-b248b637-e461-41b6-af35-a22c7d3c19b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b248b637-e461-41b6-af35-a22c7d3c19b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-b248b637-e461-41b6-af35-a22c7d3c19b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-b248b637-e461-41b6-af35-a22c7d3c19b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-32253b64-f6a3-4a24-b037-de26ba82ab22 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(254, 254, 254, 1);
border-style: solid;
border-radius: 10px;
text-align: center;
}
#s-32253b64-f6a3-4a24-b037-de26ba82ab22:hover {border-style: solid !important;
border-color: rgba(220, 220, 224, 1) !important;}






  img.s-32253b64-f6a3-4a24-b037-de26ba82ab22.shogun-image {
    
    
  }


.s-32253b64-f6a3-4a24-b037-de26ba82ab22 .shogun-image-content {
  
    align-items: center;
  
}

.s-32253b64-f6a3-4a24-b037-de26ba82ab22.shg-align-container {
  text-align: center
}

.s-32253b64-f6a3-4a24-b037-de26ba82ab22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32253b64-f6a3-4a24-b037-de26ba82ab22.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-32253b64-f6a3-4a24-b037-de26ba82ab22.shogun-image {
    
    
  }


.s-32253b64-f6a3-4a24-b037-de26ba82ab22 .shogun-image-content {
  
    align-items: center;
  
}

.s-32253b64-f6a3-4a24-b037-de26ba82ab22.shg-align-container {
  text-align: center
}

.s-32253b64-f6a3-4a24-b037-de26ba82ab22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32253b64-f6a3-4a24-b037-de26ba82ab22.shogun-image {
  box-sizing: border-box;
}


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





  img.s-32253b64-f6a3-4a24-b037-de26ba82ab22.shogun-image {
    
    
  }


.s-32253b64-f6a3-4a24-b037-de26ba82ab22 .shogun-image-content {
  
    align-items: center;
  
}

.s-32253b64-f6a3-4a24-b037-de26ba82ab22.shg-align-container {
  text-align: center
}

.s-32253b64-f6a3-4a24-b037-de26ba82ab22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32253b64-f6a3-4a24-b037-de26ba82ab22.shogun-image {
  box-sizing: border-box;
}


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





  img.s-32253b64-f6a3-4a24-b037-de26ba82ab22.shogun-image {
    
    
  }


.s-32253b64-f6a3-4a24-b037-de26ba82ab22 .shogun-image-content {
  
    align-items: center;
  
}

.s-32253b64-f6a3-4a24-b037-de26ba82ab22.shg-align-container {
  text-align: center
}

.s-32253b64-f6a3-4a24-b037-de26ba82ab22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32253b64-f6a3-4a24-b037-de26ba82ab22.shogun-image {
  box-sizing: border-box;
}


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





  img.s-32253b64-f6a3-4a24-b037-de26ba82ab22.shogun-image {
    
    
  }


.s-32253b64-f6a3-4a24-b037-de26ba82ab22 .shogun-image-content {
  
    align-items: center;
  
}

.s-32253b64-f6a3-4a24-b037-de26ba82ab22.shg-align-container {
  text-align: center
}

.s-32253b64-f6a3-4a24-b037-de26ba82ab22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32253b64-f6a3-4a24-b037-de26ba82ab22.shogun-image {
  box-sizing: border-box;
}


}
#s-236525f7-4097-4f24-9d2a-d3c37c08b392 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-236525f7-4097-4f24-9d2a-d3c37c08b392.shogun-image {
    
    
  }


.s-236525f7-4097-4f24-9d2a-d3c37c08b392 .shogun-image-content {
  
    align-items: center;
  
}

.s-236525f7-4097-4f24-9d2a-d3c37c08b392.shg-align-container {
  text-align: center
}

.s-236525f7-4097-4f24-9d2a-d3c37c08b392.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-236525f7-4097-4f24-9d2a-d3c37c08b392.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-236525f7-4097-4f24-9d2a-d3c37c08b392.shogun-image {
    
    
  }


.s-236525f7-4097-4f24-9d2a-d3c37c08b392 .shogun-image-content {
  
    align-items: center;
  
}

.s-236525f7-4097-4f24-9d2a-d3c37c08b392.shg-align-container {
  text-align: center
}

.s-236525f7-4097-4f24-9d2a-d3c37c08b392.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-236525f7-4097-4f24-9d2a-d3c37c08b392.shogun-image {
  box-sizing: border-box;
}


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





  img.s-236525f7-4097-4f24-9d2a-d3c37c08b392.shogun-image {
    
    
  }


.s-236525f7-4097-4f24-9d2a-d3c37c08b392 .shogun-image-content {
  
    align-items: center;
  
}

.s-236525f7-4097-4f24-9d2a-d3c37c08b392.shg-align-container {
  text-align: center
}

.s-236525f7-4097-4f24-9d2a-d3c37c08b392.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-236525f7-4097-4f24-9d2a-d3c37c08b392.shogun-image {
  box-sizing: border-box;
}


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





  img.s-236525f7-4097-4f24-9d2a-d3c37c08b392.shogun-image {
    
    
  }


.s-236525f7-4097-4f24-9d2a-d3c37c08b392 .shogun-image-content {
  
    align-items: center;
  
}

.s-236525f7-4097-4f24-9d2a-d3c37c08b392.shg-align-container {
  text-align: center
}

.s-236525f7-4097-4f24-9d2a-d3c37c08b392.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-236525f7-4097-4f24-9d2a-d3c37c08b392.shogun-image {
  box-sizing: border-box;
}


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





  img.s-236525f7-4097-4f24-9d2a-d3c37c08b392.shogun-image {
    
    
  }


.s-236525f7-4097-4f24-9d2a-d3c37c08b392 .shogun-image-content {
  
    align-items: center;
  
}

.s-236525f7-4097-4f24-9d2a-d3c37c08b392.shg-align-container {
  text-align: center
}

.s-236525f7-4097-4f24-9d2a-d3c37c08b392.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-236525f7-4097-4f24-9d2a-d3c37c08b392.shogun-image {
  box-sizing: border-box;
}


}
#s-cff75b6f-113a-43a7-aac7-1842ab3860db {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-cff75b6f-113a-43a7-aac7-1842ab3860db.shogun-image {
    
    
  }


.s-cff75b6f-113a-43a7-aac7-1842ab3860db .shogun-image-content {
  
    align-items: center;
  
}

.s-cff75b6f-113a-43a7-aac7-1842ab3860db.shg-align-container {
  text-align: center
}

.s-cff75b6f-113a-43a7-aac7-1842ab3860db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cff75b6f-113a-43a7-aac7-1842ab3860db.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-cff75b6f-113a-43a7-aac7-1842ab3860db.shogun-image {
    
    
  }


.s-cff75b6f-113a-43a7-aac7-1842ab3860db .shogun-image-content {
  
    align-items: center;
  
}

.s-cff75b6f-113a-43a7-aac7-1842ab3860db.shg-align-container {
  text-align: center
}

.s-cff75b6f-113a-43a7-aac7-1842ab3860db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cff75b6f-113a-43a7-aac7-1842ab3860db.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cff75b6f-113a-43a7-aac7-1842ab3860db.shogun-image {
    
    
  }


.s-cff75b6f-113a-43a7-aac7-1842ab3860db .shogun-image-content {
  
    align-items: center;
  
}

.s-cff75b6f-113a-43a7-aac7-1842ab3860db.shg-align-container {
  text-align: center
}

.s-cff75b6f-113a-43a7-aac7-1842ab3860db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cff75b6f-113a-43a7-aac7-1842ab3860db.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cff75b6f-113a-43a7-aac7-1842ab3860db.shogun-image {
    
    
  }


.s-cff75b6f-113a-43a7-aac7-1842ab3860db .shogun-image-content {
  
    align-items: center;
  
}

.s-cff75b6f-113a-43a7-aac7-1842ab3860db.shg-align-container {
  text-align: center
}

.s-cff75b6f-113a-43a7-aac7-1842ab3860db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cff75b6f-113a-43a7-aac7-1842ab3860db.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cff75b6f-113a-43a7-aac7-1842ab3860db.shogun-image {
    
    
  }


.s-cff75b6f-113a-43a7-aac7-1842ab3860db .shogun-image-content {
  
    align-items: center;
  
}

.s-cff75b6f-113a-43a7-aac7-1842ab3860db.shg-align-container {
  text-align: center
}

.s-cff75b6f-113a-43a7-aac7-1842ab3860db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cff75b6f-113a-43a7-aac7-1842ab3860db.shogun-image {
  box-sizing: border-box;
}


}
#s-647eb732-8114-4f1b-95e4-5853f7754547 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-647eb732-8114-4f1b-95e4-5853f7754547 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-647eb732-8114-4f1b-95e4-5853f7754547.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c62d153-3830-4d35-a99c-9d73d51f162b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c62d153-3830-4d35-a99c-9d73d51f162b .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-980026a2-e9db-4ee7-9e1c-1c3ee325da49 {
  margin-left: 40px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-980026a2-e9db-4ee7-9e1c-1c3ee325da49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-980026a2-e9db-4ee7-9e1c-1c3ee325da49"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-980026a2-e9db-4ee7-9e1c-1c3ee325da49"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-980026a2-e9db-4ee7-9e1c-1c3ee325da49"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-a838e475-20c5-4f99-a641-6a51ca2d0da7 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(254, 254, 254, 1);
border-style: solid;
border-radius: 10px;
text-align: center;
}
#s-a838e475-20c5-4f99-a641-6a51ca2d0da7:hover {border-style: solid !important;
border-color: rgba(220, 220, 224, 1) !important;}






  img.s-a838e475-20c5-4f99-a641-6a51ca2d0da7.shogun-image {
    
    
  }


.s-a838e475-20c5-4f99-a641-6a51ca2d0da7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a838e475-20c5-4f99-a641-6a51ca2d0da7.shg-align-container {
  text-align: center
}

.s-a838e475-20c5-4f99-a641-6a51ca2d0da7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a838e475-20c5-4f99-a641-6a51ca2d0da7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a838e475-20c5-4f99-a641-6a51ca2d0da7.shogun-image {
    
    
  }


.s-a838e475-20c5-4f99-a641-6a51ca2d0da7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a838e475-20c5-4f99-a641-6a51ca2d0da7.shg-align-container {
  text-align: center
}

.s-a838e475-20c5-4f99-a641-6a51ca2d0da7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a838e475-20c5-4f99-a641-6a51ca2d0da7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a838e475-20c5-4f99-a641-6a51ca2d0da7.shogun-image {
    
    
  }


.s-a838e475-20c5-4f99-a641-6a51ca2d0da7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a838e475-20c5-4f99-a641-6a51ca2d0da7.shg-align-container {
  text-align: center
}

.s-a838e475-20c5-4f99-a641-6a51ca2d0da7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a838e475-20c5-4f99-a641-6a51ca2d0da7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a838e475-20c5-4f99-a641-6a51ca2d0da7.shogun-image {
    
    
  }


.s-a838e475-20c5-4f99-a641-6a51ca2d0da7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a838e475-20c5-4f99-a641-6a51ca2d0da7.shg-align-container {
  text-align: center
}

.s-a838e475-20c5-4f99-a641-6a51ca2d0da7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a838e475-20c5-4f99-a641-6a51ca2d0da7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a838e475-20c5-4f99-a641-6a51ca2d0da7.shogun-image {
    
    
  }


.s-a838e475-20c5-4f99-a641-6a51ca2d0da7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a838e475-20c5-4f99-a641-6a51ca2d0da7.shg-align-container {
  text-align: center
}

.s-a838e475-20c5-4f99-a641-6a51ca2d0da7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a838e475-20c5-4f99-a641-6a51ca2d0da7.shogun-image {
  box-sizing: border-box;
}


}
#s-6f8bcef0-9eed-49d9-9b7d-eea38d600d9d {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-6f8bcef0-9eed-49d9-9b7d-eea38d600d9d.shogun-image {
    
    
  }


.s-6f8bcef0-9eed-49d9-9b7d-eea38d600d9d .shogun-image-content {
  
    align-items: center;
  
}

.s-6f8bcef0-9eed-49d9-9b7d-eea38d600d9d.shg-align-container {
  text-align: center
}

.s-6f8bcef0-9eed-49d9-9b7d-eea38d600d9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f8bcef0-9eed-49d9-9b7d-eea38d600d9d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6f8bcef0-9eed-49d9-9b7d-eea38d600d9d.shogun-image {
    
    
  }


.s-6f8bcef0-9eed-49d9-9b7d-eea38d600d9d .shogun-image-content {
  
    align-items: center;
  
}

.s-6f8bcef0-9eed-49d9-9b7d-eea38d600d9d.shg-align-container {
  text-align: center
}

.s-6f8bcef0-9eed-49d9-9b7d-eea38d600d9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f8bcef0-9eed-49d9-9b7d-eea38d600d9d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6f8bcef0-9eed-49d9-9b7d-eea38d600d9d.shogun-image {
    
    
  }


.s-6f8bcef0-9eed-49d9-9b7d-eea38d600d9d .shogun-image-content {
  
    align-items: center;
  
}

.s-6f8bcef0-9eed-49d9-9b7d-eea38d600d9d.shg-align-container {
  text-align: center
}

.s-6f8bcef0-9eed-49d9-9b7d-eea38d600d9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f8bcef0-9eed-49d9-9b7d-eea38d600d9d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6f8bcef0-9eed-49d9-9b7d-eea38d600d9d.shogun-image {
    
    
  }


.s-6f8bcef0-9eed-49d9-9b7d-eea38d600d9d .shogun-image-content {
  
    align-items: center;
  
}

.s-6f8bcef0-9eed-49d9-9b7d-eea38d600d9d.shg-align-container {
  text-align: center
}

.s-6f8bcef0-9eed-49d9-9b7d-eea38d600d9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f8bcef0-9eed-49d9-9b7d-eea38d600d9d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6f8bcef0-9eed-49d9-9b7d-eea38d600d9d.shogun-image {
    
    
  }


.s-6f8bcef0-9eed-49d9-9b7d-eea38d600d9d .shogun-image-content {
  
    align-items: center;
  
}

.s-6f8bcef0-9eed-49d9-9b7d-eea38d600d9d.shg-align-container {
  text-align: center
}

.s-6f8bcef0-9eed-49d9-9b7d-eea38d600d9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f8bcef0-9eed-49d9-9b7d-eea38d600d9d.shogun-image {
  box-sizing: border-box;
}


}
#s-5f50d3e6-a1ce-4928-ac8d-6f4f88fcf534 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-5f50d3e6-a1ce-4928-ac8d-6f4f88fcf534.shogun-image {
    
    
  }


.s-5f50d3e6-a1ce-4928-ac8d-6f4f88fcf534 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f50d3e6-a1ce-4928-ac8d-6f4f88fcf534.shg-align-container {
  text-align: center
}

.s-5f50d3e6-a1ce-4928-ac8d-6f4f88fcf534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f50d3e6-a1ce-4928-ac8d-6f4f88fcf534.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5f50d3e6-a1ce-4928-ac8d-6f4f88fcf534.shogun-image {
    
    
  }


.s-5f50d3e6-a1ce-4928-ac8d-6f4f88fcf534 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f50d3e6-a1ce-4928-ac8d-6f4f88fcf534.shg-align-container {
  text-align: center
}

.s-5f50d3e6-a1ce-4928-ac8d-6f4f88fcf534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f50d3e6-a1ce-4928-ac8d-6f4f88fcf534.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5f50d3e6-a1ce-4928-ac8d-6f4f88fcf534.shogun-image {
    
    
  }


.s-5f50d3e6-a1ce-4928-ac8d-6f4f88fcf534 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f50d3e6-a1ce-4928-ac8d-6f4f88fcf534.shg-align-container {
  text-align: center
}

.s-5f50d3e6-a1ce-4928-ac8d-6f4f88fcf534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f50d3e6-a1ce-4928-ac8d-6f4f88fcf534.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5f50d3e6-a1ce-4928-ac8d-6f4f88fcf534.shogun-image {
    
    
  }


.s-5f50d3e6-a1ce-4928-ac8d-6f4f88fcf534 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f50d3e6-a1ce-4928-ac8d-6f4f88fcf534.shg-align-container {
  text-align: center
}

.s-5f50d3e6-a1ce-4928-ac8d-6f4f88fcf534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f50d3e6-a1ce-4928-ac8d-6f4f88fcf534.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5f50d3e6-a1ce-4928-ac8d-6f4f88fcf534.shogun-image {
    
    
  }


.s-5f50d3e6-a1ce-4928-ac8d-6f4f88fcf534 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f50d3e6-a1ce-4928-ac8d-6f4f88fcf534.shg-align-container {
  text-align: center
}

.s-5f50d3e6-a1ce-4928-ac8d-6f4f88fcf534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f50d3e6-a1ce-4928-ac8d-6f4f88fcf534.shogun-image {
  box-sizing: border-box;
}


}
#s-d307ed9b-5b32-44a0-8e9d-a05d057513f2 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-d307ed9b-5b32-44a0-8e9d-a05d057513f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d307ed9b-5b32-44a0-8e9d-a05d057513f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13ed679e-aad9-49b6-a798-b0321ab5ffaf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13ed679e-aad9-49b6-a798-b0321ab5ffaf .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-1c60fcc1-11db-4509-89df-d37f3d8e6221 {
  margin-left: 40px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-1c60fcc1-11db-4509-89df-d37f3d8e6221"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c60fcc1-11db-4509-89df-d37f3d8e6221"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-1c60fcc1-11db-4509-89df-d37f3d8e6221"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-1c60fcc1-11db-4509-89df-d37f3d8e6221"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-27e68abb-ce78-4e15-a4fe-a936db24ef28 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(254, 254, 254, 1);
border-style: solid;
border-radius: 10px;
text-align: center;
}
#s-27e68abb-ce78-4e15-a4fe-a936db24ef28:hover {border-style: solid !important;
border-color: rgba(220, 220, 224, 1) !important;}






  img.s-27e68abb-ce78-4e15-a4fe-a936db24ef28.shogun-image {
    
    
  }


.s-27e68abb-ce78-4e15-a4fe-a936db24ef28 .shogun-image-content {
  
    align-items: center;
  
}

.s-27e68abb-ce78-4e15-a4fe-a936db24ef28.shg-align-container {
  text-align: center
}

.s-27e68abb-ce78-4e15-a4fe-a936db24ef28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27e68abb-ce78-4e15-a4fe-a936db24ef28.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-27e68abb-ce78-4e15-a4fe-a936db24ef28.shogun-image {
    
    
  }


.s-27e68abb-ce78-4e15-a4fe-a936db24ef28 .shogun-image-content {
  
    align-items: center;
  
}

.s-27e68abb-ce78-4e15-a4fe-a936db24ef28.shg-align-container {
  text-align: center
}

.s-27e68abb-ce78-4e15-a4fe-a936db24ef28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27e68abb-ce78-4e15-a4fe-a936db24ef28.shogun-image {
  box-sizing: border-box;
}


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





  img.s-27e68abb-ce78-4e15-a4fe-a936db24ef28.shogun-image {
    
    
  }


.s-27e68abb-ce78-4e15-a4fe-a936db24ef28 .shogun-image-content {
  
    align-items: center;
  
}

.s-27e68abb-ce78-4e15-a4fe-a936db24ef28.shg-align-container {
  text-align: center
}

.s-27e68abb-ce78-4e15-a4fe-a936db24ef28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27e68abb-ce78-4e15-a4fe-a936db24ef28.shogun-image {
  box-sizing: border-box;
}


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





  img.s-27e68abb-ce78-4e15-a4fe-a936db24ef28.shogun-image {
    
    
  }


.s-27e68abb-ce78-4e15-a4fe-a936db24ef28 .shogun-image-content {
  
    align-items: center;
  
}

.s-27e68abb-ce78-4e15-a4fe-a936db24ef28.shg-align-container {
  text-align: center
}

.s-27e68abb-ce78-4e15-a4fe-a936db24ef28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27e68abb-ce78-4e15-a4fe-a936db24ef28.shogun-image {
  box-sizing: border-box;
}


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





  img.s-27e68abb-ce78-4e15-a4fe-a936db24ef28.shogun-image {
    
    
  }


.s-27e68abb-ce78-4e15-a4fe-a936db24ef28 .shogun-image-content {
  
    align-items: center;
  
}

.s-27e68abb-ce78-4e15-a4fe-a936db24ef28.shg-align-container {
  text-align: center
}

.s-27e68abb-ce78-4e15-a4fe-a936db24ef28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27e68abb-ce78-4e15-a4fe-a936db24ef28.shogun-image {
  box-sizing: border-box;
}


}
#s-e6c6f4aa-75e9-4e1f-b1d4-b24bc6166d0d {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-e6c6f4aa-75e9-4e1f-b1d4-b24bc6166d0d.shogun-image {
    
    
  }


.s-e6c6f4aa-75e9-4e1f-b1d4-b24bc6166d0d .shogun-image-content {
  
    align-items: center;
  
}

.s-e6c6f4aa-75e9-4e1f-b1d4-b24bc6166d0d.shg-align-container {
  text-align: center
}

.s-e6c6f4aa-75e9-4e1f-b1d4-b24bc6166d0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6c6f4aa-75e9-4e1f-b1d4-b24bc6166d0d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e6c6f4aa-75e9-4e1f-b1d4-b24bc6166d0d.shogun-image {
    
    
  }


.s-e6c6f4aa-75e9-4e1f-b1d4-b24bc6166d0d .shogun-image-content {
  
    align-items: center;
  
}

.s-e6c6f4aa-75e9-4e1f-b1d4-b24bc6166d0d.shg-align-container {
  text-align: center
}

.s-e6c6f4aa-75e9-4e1f-b1d4-b24bc6166d0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6c6f4aa-75e9-4e1f-b1d4-b24bc6166d0d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e6c6f4aa-75e9-4e1f-b1d4-b24bc6166d0d.shogun-image {
    
    
  }


.s-e6c6f4aa-75e9-4e1f-b1d4-b24bc6166d0d .shogun-image-content {
  
    align-items: center;
  
}

.s-e6c6f4aa-75e9-4e1f-b1d4-b24bc6166d0d.shg-align-container {
  text-align: center
}

.s-e6c6f4aa-75e9-4e1f-b1d4-b24bc6166d0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6c6f4aa-75e9-4e1f-b1d4-b24bc6166d0d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e6c6f4aa-75e9-4e1f-b1d4-b24bc6166d0d.shogun-image {
    
    
  }


.s-e6c6f4aa-75e9-4e1f-b1d4-b24bc6166d0d .shogun-image-content {
  
    align-items: center;
  
}

.s-e6c6f4aa-75e9-4e1f-b1d4-b24bc6166d0d.shg-align-container {
  text-align: center
}

.s-e6c6f4aa-75e9-4e1f-b1d4-b24bc6166d0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6c6f4aa-75e9-4e1f-b1d4-b24bc6166d0d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e6c6f4aa-75e9-4e1f-b1d4-b24bc6166d0d.shogun-image {
    
    
  }


.s-e6c6f4aa-75e9-4e1f-b1d4-b24bc6166d0d .shogun-image-content {
  
    align-items: center;
  
}

.s-e6c6f4aa-75e9-4e1f-b1d4-b24bc6166d0d.shg-align-container {
  text-align: center
}

.s-e6c6f4aa-75e9-4e1f-b1d4-b24bc6166d0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6c6f4aa-75e9-4e1f-b1d4-b24bc6166d0d.shogun-image {
  box-sizing: border-box;
}


}
#s-8c44e1a0-2af5-483a-b7d3-7d53d9f84d65 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-8c44e1a0-2af5-483a-b7d3-7d53d9f84d65.shogun-image {
    
    
  }


.s-8c44e1a0-2af5-483a-b7d3-7d53d9f84d65 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c44e1a0-2af5-483a-b7d3-7d53d9f84d65.shg-align-container {
  text-align: center
}

.s-8c44e1a0-2af5-483a-b7d3-7d53d9f84d65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c44e1a0-2af5-483a-b7d3-7d53d9f84d65.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8c44e1a0-2af5-483a-b7d3-7d53d9f84d65.shogun-image {
    
    
  }


.s-8c44e1a0-2af5-483a-b7d3-7d53d9f84d65 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c44e1a0-2af5-483a-b7d3-7d53d9f84d65.shg-align-container {
  text-align: center
}

.s-8c44e1a0-2af5-483a-b7d3-7d53d9f84d65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c44e1a0-2af5-483a-b7d3-7d53d9f84d65.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8c44e1a0-2af5-483a-b7d3-7d53d9f84d65.shogun-image {
    
    
  }


.s-8c44e1a0-2af5-483a-b7d3-7d53d9f84d65 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c44e1a0-2af5-483a-b7d3-7d53d9f84d65.shg-align-container {
  text-align: center
}

.s-8c44e1a0-2af5-483a-b7d3-7d53d9f84d65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c44e1a0-2af5-483a-b7d3-7d53d9f84d65.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8c44e1a0-2af5-483a-b7d3-7d53d9f84d65.shogun-image {
    
    
  }


.s-8c44e1a0-2af5-483a-b7d3-7d53d9f84d65 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c44e1a0-2af5-483a-b7d3-7d53d9f84d65.shg-align-container {
  text-align: center
}

.s-8c44e1a0-2af5-483a-b7d3-7d53d9f84d65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c44e1a0-2af5-483a-b7d3-7d53d9f84d65.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8c44e1a0-2af5-483a-b7d3-7d53d9f84d65.shogun-image {
    
    
  }


.s-8c44e1a0-2af5-483a-b7d3-7d53d9f84d65 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c44e1a0-2af5-483a-b7d3-7d53d9f84d65.shg-align-container {
  text-align: center
}

.s-8c44e1a0-2af5-483a-b7d3-7d53d9f84d65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c44e1a0-2af5-483a-b7d3-7d53d9f84d65.shogun-image {
  box-sizing: border-box;
}


}
#s-e624cbf7-084f-4dcc-92b0-80788822db13 {
  margin-top: 20px;
margin-bottom: 60px;
min-height: 50px;
}








#s-e624cbf7-084f-4dcc-92b0-80788822db13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e624cbf7-084f-4dcc-92b0-80788822db13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-478d5945-a212-4794-b8c3-c437cef3a987 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-478d5945-a212-4794-b8c3-c437cef3a987 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-d472dd56-0828-4944-a514-77841d6a85dc {
  margin-left: 40px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-d472dd56-0828-4944-a514-77841d6a85dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d472dd56-0828-4944-a514-77841d6a85dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-d472dd56-0828-4944-a514-77841d6a85dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-d472dd56-0828-4944-a514-77841d6a85dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(254, 254, 254, 1);
border-style: solid;
border-radius: 10px;
text-align: center;
}
#s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3:hover {border-style: solid !important;
border-color: rgba(220, 220, 224, 1) !important;}






  img.s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3.shogun-image {
    
    
  }


.s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3.shg-align-container {
  text-align: center
}

.s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3.shogun-image {
    
    
  }


.s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3.shg-align-container {
  text-align: center
}

.s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3.shogun-image {
    
    
  }


.s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3.shg-align-container {
  text-align: center
}

.s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3.shogun-image {
    
    
  }


.s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3.shg-align-container {
  text-align: center
}

.s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3.shogun-image {
    
    
  }


.s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3.shg-align-container {
  text-align: center
}

.s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2df1b8f-b91e-474a-bda9-e78b3ea6f9e3.shogun-image {
  box-sizing: border-box;
}


}
#s-9032e197-722d-4d4a-9eff-dc302c17b193 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-9032e197-722d-4d4a-9eff-dc302c17b193.shogun-image {
    
    
  }


.s-9032e197-722d-4d4a-9eff-dc302c17b193 .shogun-image-content {
  
    align-items: center;
  
}

.s-9032e197-722d-4d4a-9eff-dc302c17b193.shg-align-container {
  text-align: center
}

.s-9032e197-722d-4d4a-9eff-dc302c17b193.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9032e197-722d-4d4a-9eff-dc302c17b193.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9032e197-722d-4d4a-9eff-dc302c17b193.shogun-image {
    
    
  }


.s-9032e197-722d-4d4a-9eff-dc302c17b193 .shogun-image-content {
  
    align-items: center;
  
}

.s-9032e197-722d-4d4a-9eff-dc302c17b193.shg-align-container {
  text-align: center
}

.s-9032e197-722d-4d4a-9eff-dc302c17b193.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9032e197-722d-4d4a-9eff-dc302c17b193.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9032e197-722d-4d4a-9eff-dc302c17b193.shogun-image {
    
    
  }


.s-9032e197-722d-4d4a-9eff-dc302c17b193 .shogun-image-content {
  
    align-items: center;
  
}

.s-9032e197-722d-4d4a-9eff-dc302c17b193.shg-align-container {
  text-align: center
}

.s-9032e197-722d-4d4a-9eff-dc302c17b193.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9032e197-722d-4d4a-9eff-dc302c17b193.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9032e197-722d-4d4a-9eff-dc302c17b193.shogun-image {
    
    
  }


.s-9032e197-722d-4d4a-9eff-dc302c17b193 .shogun-image-content {
  
    align-items: center;
  
}

.s-9032e197-722d-4d4a-9eff-dc302c17b193.shg-align-container {
  text-align: center
}

.s-9032e197-722d-4d4a-9eff-dc302c17b193.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9032e197-722d-4d4a-9eff-dc302c17b193.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9032e197-722d-4d4a-9eff-dc302c17b193.shogun-image {
    
    
  }


.s-9032e197-722d-4d4a-9eff-dc302c17b193 .shogun-image-content {
  
    align-items: center;
  
}

.s-9032e197-722d-4d4a-9eff-dc302c17b193.shg-align-container {
  text-align: center
}

.s-9032e197-722d-4d4a-9eff-dc302c17b193.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9032e197-722d-4d4a-9eff-dc302c17b193.shogun-image {
  box-sizing: border-box;
}


}
#s-08e99e13-f74f-41b6-a592-b40df5076c1d {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-08e99e13-f74f-41b6-a592-b40df5076c1d.shogun-image {
    
    
  }


.s-08e99e13-f74f-41b6-a592-b40df5076c1d .shogun-image-content {
  
    align-items: center;
  
}

.s-08e99e13-f74f-41b6-a592-b40df5076c1d.shg-align-container {
  text-align: center
}

.s-08e99e13-f74f-41b6-a592-b40df5076c1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08e99e13-f74f-41b6-a592-b40df5076c1d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-08e99e13-f74f-41b6-a592-b40df5076c1d.shogun-image {
    
    
  }


.s-08e99e13-f74f-41b6-a592-b40df5076c1d .shogun-image-content {
  
    align-items: center;
  
}

.s-08e99e13-f74f-41b6-a592-b40df5076c1d.shg-align-container {
  text-align: center
}

.s-08e99e13-f74f-41b6-a592-b40df5076c1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08e99e13-f74f-41b6-a592-b40df5076c1d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-08e99e13-f74f-41b6-a592-b40df5076c1d.shogun-image {
    
    
  }


.s-08e99e13-f74f-41b6-a592-b40df5076c1d .shogun-image-content {
  
    align-items: center;
  
}

.s-08e99e13-f74f-41b6-a592-b40df5076c1d.shg-align-container {
  text-align: center
}

.s-08e99e13-f74f-41b6-a592-b40df5076c1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08e99e13-f74f-41b6-a592-b40df5076c1d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-08e99e13-f74f-41b6-a592-b40df5076c1d.shogun-image {
    
    
  }


.s-08e99e13-f74f-41b6-a592-b40df5076c1d .shogun-image-content {
  
    align-items: center;
  
}

.s-08e99e13-f74f-41b6-a592-b40df5076c1d.shg-align-container {
  text-align: center
}

.s-08e99e13-f74f-41b6-a592-b40df5076c1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08e99e13-f74f-41b6-a592-b40df5076c1d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-08e99e13-f74f-41b6-a592-b40df5076c1d.shogun-image {
    
    
  }


.s-08e99e13-f74f-41b6-a592-b40df5076c1d .shogun-image-content {
  
    align-items: center;
  
}

.s-08e99e13-f74f-41b6-a592-b40df5076c1d.shg-align-container {
  text-align: center
}

.s-08e99e13-f74f-41b6-a592-b40df5076c1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08e99e13-f74f-41b6-a592-b40df5076c1d.shogun-image {
  box-sizing: border-box;
}


}
#s-70f40893-e793-495e-ab4f-526710097495 {
  min-height: 50px;
background-color: rgba(183, 232, 7, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-70f40893-e793-495e-ab4f-526710097495 {
  display: none;
}
#s-70f40893-e793-495e-ab4f-526710097495, #wrap-s-70f40893-e793-495e-ab4f-526710097495 { display:none !important; }}@media (max-width: 767px){#s-70f40893-e793-495e-ab4f-526710097495 {
  display: none;
}
#s-70f40893-e793-495e-ab4f-526710097495, #wrap-s-70f40893-e793-495e-ab4f-526710097495 { display:none !important; }}







#s-70f40893-e793-495e-ab4f-526710097495 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70f40893-e793-495e-ab4f-526710097495.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a9bb2d7-a912-4e3a-bda4-cc6f0a6f6171 {
  margin-top: -10px;
margin-bottom: 0px;
text-align: left;
}

#s-9f5fc985-ca0f-4a89-bf0b-c56b504f0639 {
  margin-top: 0px;
padding-top: 40px;
padding-bottom: 30px;
}

.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-d3d9918d-7abd-4866-bc38-98b371492683 {
  margin-bottom: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 100px;
background-color: rgba(56, 7, 232, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-d3d9918d-7abd-4866-bc38-98b371492683:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d3d9918d-7abd-4866-bc38-98b371492683:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d3d9918d-7abd-4866-bc38-98b371492683-root {
    text-align: center;
  }


#s-d3d9918d-7abd-4866-bc38-98b371492683.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d3d9918d-7abd-4866-bc38-98b371492683-root {
    text-align: center;
  }


#s-d3d9918d-7abd-4866-bc38-98b371492683.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d3d9918d-7abd-4866-bc38-98b371492683-root {
    text-align: center;
  }


#s-d3d9918d-7abd-4866-bc38-98b371492683.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d3d9918d-7abd-4866-bc38-98b371492683-root {
    text-align: center;
  }


#s-d3d9918d-7abd-4866-bc38-98b371492683.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d3d9918d-7abd-4866-bc38-98b371492683-root {
    text-align: center;
  }


#s-d3d9918d-7abd-4866-bc38-98b371492683.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
#s-f1c2f480-7cdd-4f15-aed5-6ed57247cace {
  min-height: 50px;
background-color: rgba(183, 232, 7, 1);
}
@media (min-width: 1200px){#s-f1c2f480-7cdd-4f15-aed5-6ed57247cace {
  display: none;
}
#s-f1c2f480-7cdd-4f15-aed5-6ed57247cace, #wrap-s-f1c2f480-7cdd-4f15-aed5-6ed57247cace { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f1c2f480-7cdd-4f15-aed5-6ed57247cace {
  display: none;
}
#s-f1c2f480-7cdd-4f15-aed5-6ed57247cace, #wrap-s-f1c2f480-7cdd-4f15-aed5-6ed57247cace { display:none !important; }}@media (max-width: 767px){#s-f1c2f480-7cdd-4f15-aed5-6ed57247cace {
  display: none;
}
#s-f1c2f480-7cdd-4f15-aed5-6ed57247cace, #wrap-s-f1c2f480-7cdd-4f15-aed5-6ed57247cace { display:none !important; }}







#s-f1c2f480-7cdd-4f15-aed5-6ed57247cace > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1c2f480-7cdd-4f15-aed5-6ed57247cace.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3883cd1d-bcfe-4d8d-9869-1ecf9125f752 {
  margin-top: -10px;
margin-bottom: 0px;
text-align: left;
}

#s-8f934996-0de9-4a59-8084-1142bcd6b371 {
  margin-top: 0px;
padding-top: 40px;
padding-bottom: 30px;
}

#s-d7acd05e-968c-464b-a6d0-dbfd898c837a {
  margin-bottom: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 100px;
background-color: rgba(56, 7, 232, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-d7acd05e-968c-464b-a6d0-dbfd898c837a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d7acd05e-968c-464b-a6d0-dbfd898c837a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d7acd05e-968c-464b-a6d0-dbfd898c837a-root {
    text-align: center;
  }


#s-d7acd05e-968c-464b-a6d0-dbfd898c837a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d7acd05e-968c-464b-a6d0-dbfd898c837a-root {
    text-align: center;
  }


#s-d7acd05e-968c-464b-a6d0-dbfd898c837a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d7acd05e-968c-464b-a6d0-dbfd898c837a-root {
    text-align: center;
  }


#s-d7acd05e-968c-464b-a6d0-dbfd898c837a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d7acd05e-968c-464b-a6d0-dbfd898c837a-root {
    text-align: center;
  }


#s-d7acd05e-968c-464b-a6d0-dbfd898c837a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d7acd05e-968c-464b-a6d0-dbfd898c837a-root {
    text-align: center;
  }


#s-d7acd05e-968c-464b-a6d0-dbfd898c837a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
#s-f30110fa-94a4-45ad-999c-3a0fe5aa4946 {
  padding-top: 40px;
padding-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f30110fa-94a4-45ad-999c-3a0fe5aa4946 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f30110fa-94a4-45ad-999c-3a0fe5aa4946 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f30110fa-94a4-45ad-999c-3a0fe5aa4946 {
  display: none;
}
#s-f30110fa-94a4-45ad-999c-3a0fe5aa4946, #wrap-s-f30110fa-94a4-45ad-999c-3a0fe5aa4946 { display:none !important; }}@media (max-width: 767px){#s-f30110fa-94a4-45ad-999c-3a0fe5aa4946 {
  display: none;
}
#s-f30110fa-94a4-45ad-999c-3a0fe5aa4946, #wrap-s-f30110fa-94a4-45ad-999c-3a0fe5aa4946 { display:none !important; }}







#s-f30110fa-94a4-45ad-999c-3a0fe5aa4946 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f30110fa-94a4-45ad-999c-3a0fe5aa4946.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b2503e5-be1e-49bc-842a-34528cc3f354 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b2503e5-be1e-49bc-842a-34528cc3f354 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b0ffa7ef-e101-4601-b710-5d885a963065 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b0ffa7ef-e101-4601-b710-5d885a963065 {
  padding-top: 8%;
padding-bottom: 8%;
}
}
@media (min-width: 0px) {
[id="s-b0ffa7ef-e101-4601-b710-5d885a963065"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-b0ffa7ef-e101-4601-b710-5d885a963065"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 41.666666666666664px);
}

}

@media (min-width: 992px) {
[id="s-b0ffa7ef-e101-4601-b710-5d885a963065"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 41.666666666666664px);
}

}

@media (min-width: 1200px) {
[id="s-b0ffa7ef-e101-4601-b710-5d885a963065"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 41.666666666666664px);
}

}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-3005730c-a927-41c0-a7bc-e77c6bd9f046 {
  padding-left: 0px;
padding-right: 0px;
text-align: center;
}







  #s-3005730c-a927-41c0-a7bc-e77c6bd9f046 img.shogun-image {
    

    
    
    
  }


#s-3005730c-a927-41c0-a7bc-e77c6bd9f046 .shogun-image-content {
  
    align-items: center;
  
}

#s-2193ed3b-e869-4987-aa79-64b0f06dafa5 {
  text-align: center;
}







  #s-2193ed3b-e869-4987-aa79-64b0f06dafa5 img.shogun-image {
    

    
    
    
  }


#s-2193ed3b-e869-4987-aa79-64b0f06dafa5 .shogun-image-content {
  
    align-items: center;
  
}

#s-62596b9f-cfd7-4a9d-8432-4b2c4cd853b4 {
  text-align: center;
}







  #s-62596b9f-cfd7-4a9d-8432-4b2c4cd853b4 img.shogun-image {
    

    
    
    
  }


#s-62596b9f-cfd7-4a9d-8432-4b2c4cd853b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-da05da36-f894-4f43-b1dc-c155cf9f8fa0 {
  text-align: center;
}







  #s-da05da36-f894-4f43-b1dc-c155cf9f8fa0 img.shogun-image {
    

    
    
    
  }


#s-da05da36-f894-4f43-b1dc-c155cf9f8fa0 .shogun-image-content {
  
    align-items: center;
  
}

#s-af554569-ec7c-4eab-a5ae-df60c346f72d {
  text-align: center;
}







  img.s-af554569-ec7c-4eab-a5ae-df60c346f72d.shogun-image {
    
    
  }


.s-af554569-ec7c-4eab-a5ae-df60c346f72d .shogun-image-content {
  
    align-items: center;
  
}

.s-af554569-ec7c-4eab-a5ae-df60c346f72d.shg-align-container {
  text-align: center
}

.s-af554569-ec7c-4eab-a5ae-df60c346f72d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af554569-ec7c-4eab-a5ae-df60c346f72d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-af554569-ec7c-4eab-a5ae-df60c346f72d.shogun-image {
    
    
  }


.s-af554569-ec7c-4eab-a5ae-df60c346f72d .shogun-image-content {
  
    align-items: center;
  
}

.s-af554569-ec7c-4eab-a5ae-df60c346f72d.shg-align-container {
  text-align: center
}

.s-af554569-ec7c-4eab-a5ae-df60c346f72d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af554569-ec7c-4eab-a5ae-df60c346f72d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-af554569-ec7c-4eab-a5ae-df60c346f72d.shogun-image {
    
    
  }


.s-af554569-ec7c-4eab-a5ae-df60c346f72d .shogun-image-content {
  
    align-items: center;
  
}

.s-af554569-ec7c-4eab-a5ae-df60c346f72d.shg-align-container {
  text-align: center
}

.s-af554569-ec7c-4eab-a5ae-df60c346f72d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af554569-ec7c-4eab-a5ae-df60c346f72d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-af554569-ec7c-4eab-a5ae-df60c346f72d.shogun-image {
    
    
  }


.s-af554569-ec7c-4eab-a5ae-df60c346f72d .shogun-image-content {
  
    align-items: center;
  
}

.s-af554569-ec7c-4eab-a5ae-df60c346f72d.shg-align-container {
  text-align: center
}

.s-af554569-ec7c-4eab-a5ae-df60c346f72d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af554569-ec7c-4eab-a5ae-df60c346f72d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-af554569-ec7c-4eab-a5ae-df60c346f72d.shogun-image {
    
    
  }


.s-af554569-ec7c-4eab-a5ae-df60c346f72d .shogun-image-content {
  
    align-items: center;
  
}

.s-af554569-ec7c-4eab-a5ae-df60c346f72d.shg-align-container {
  text-align: center
}

.s-af554569-ec7c-4eab-a5ae-df60c346f72d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af554569-ec7c-4eab-a5ae-df60c346f72d.shogun-image {
  box-sizing: border-box;
}


}
#s-278047b9-21f0-4509-b2dd-ca6d41788746 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}







  #s-278047b9-21f0-4509-b2dd-ca6d41788746 img.shogun-image {
    

    
    
    
  }


#s-278047b9-21f0-4509-b2dd-ca6d41788746 .shogun-image-content {
  
    align-items: center;
  
}

#s-1bc2dd19-a7b2-46ed-b94b-0318569b582c {
  text-align: left;
}

#s-ac5e02c2-1c5b-4e18-8955-bc4b829051ec {
  padding-top: 40px;
padding-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ac5e02c2-1c5b-4e18-8955-bc4b829051ec {
  display: none;
}
#s-ac5e02c2-1c5b-4e18-8955-bc4b829051ec, #wrap-s-ac5e02c2-1c5b-4e18-8955-bc4b829051ec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac5e02c2-1c5b-4e18-8955-bc4b829051ec {
  display: none;
}
#s-ac5e02c2-1c5b-4e18-8955-bc4b829051ec, #wrap-s-ac5e02c2-1c5b-4e18-8955-bc4b829051ec { display:none !important; }}@media (max-width: 767px){#s-ac5e02c2-1c5b-4e18-8955-bc4b829051ec {
  display: none;
}
#s-ac5e02c2-1c5b-4e18-8955-bc4b829051ec, #wrap-s-ac5e02c2-1c5b-4e18-8955-bc4b829051ec { display:none !important; }}







#s-ac5e02c2-1c5b-4e18-8955-bc4b829051ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac5e02c2-1c5b-4e18-8955-bc4b829051ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02885378-d44f-4d16-8de8-87d2206b0091 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-02885378-d44f-4d16-8de8-87d2206b0091 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-0a460a79-1b08-4d64-b099-9ecdb41181a7 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0a460a79-1b08-4d64-b099-9ecdb41181a7 {
  padding-top: 8%;
padding-bottom: 8%;
}
}
@media (min-width: 0px) {
[id="s-0a460a79-1b08-4d64-b099-9ecdb41181a7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0a460a79-1b08-4d64-b099-9ecdb41181a7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-0a460a79-1b08-4d64-b099-9ecdb41181a7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a460a79-1b08-4d64-b099-9ecdb41181a7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-ab6f5064-cb4e-4e34-8d34-5ef94aa01845 {
  padding-left: 0px;
padding-right: 0px;
text-align: center;
}







  #s-ab6f5064-cb4e-4e34-8d34-5ef94aa01845 img.shogun-image {
    

    
    
    
  }


#s-ab6f5064-cb4e-4e34-8d34-5ef94aa01845 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd343c39-a0d5-4f67-a293-b4b6c0026170 {
  text-align: center;
}







  #s-dd343c39-a0d5-4f67-a293-b4b6c0026170 img.shogun-image {
    

    
    
    
  }


#s-dd343c39-a0d5-4f67-a293-b4b6c0026170 .shogun-image-content {
  
    align-items: center;
  
}

#s-118c0401-8170-4ff0-8973-f6bb9d4712e4 {
  text-align: center;
}







  #s-118c0401-8170-4ff0-8973-f6bb9d4712e4 img.shogun-image {
    

    
    
    
  }


#s-118c0401-8170-4ff0-8973-f6bb9d4712e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1e7f1cb-f320-43d0-9804-9a6ce172e9df {
  text-align: center;
}







  #s-d1e7f1cb-f320-43d0-9804-9a6ce172e9df img.shogun-image {
    

    
    
    
  }


#s-d1e7f1cb-f320-43d0-9804-9a6ce172e9df .shogun-image-content {
  
    align-items: center;
  
}

#s-d5d23aaf-f6b9-420a-9cd3-0df014a1aba8 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
text-align: center;
}







  #s-d5d23aaf-f6b9-420a-9cd3-0df014a1aba8 img.shogun-image {
    

    
    
    
  }


#s-d5d23aaf-f6b9-420a-9cd3-0df014a1aba8 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e56d877-74b5-428a-ba07-5c3dc707af0f {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}







  #s-9e56d877-74b5-428a-ba07-5c3dc707af0f img.shogun-image {
    

    
    
    
  }


#s-9e56d877-74b5-428a-ba07-5c3dc707af0f .shogun-image-content {
  
    align-items: center;
  
}

#s-dc2122c8-2970-4b99-9a4d-c29c55ccf892 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(183, 232, 7, 1);
}
@media (min-width: 1200px){#s-dc2122c8-2970-4b99-9a4d-c29c55ccf892 {
  display: none;
}
#s-dc2122c8-2970-4b99-9a4d-c29c55ccf892, #wrap-s-dc2122c8-2970-4b99-9a4d-c29c55ccf892 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc2122c8-2970-4b99-9a4d-c29c55ccf892 {
  display: none;
}
#s-dc2122c8-2970-4b99-9a4d-c29c55ccf892, #wrap-s-dc2122c8-2970-4b99-9a4d-c29c55ccf892 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc2122c8-2970-4b99-9a4d-c29c55ccf892 {
  display: none;
}
#s-dc2122c8-2970-4b99-9a4d-c29c55ccf892, #wrap-s-dc2122c8-2970-4b99-9a4d-c29c55ccf892 { display:none !important; }}@media (max-width: 767px){#s-dc2122c8-2970-4b99-9a4d-c29c55ccf892 {
  
}
}







#s-dc2122c8-2970-4b99-9a4d-c29c55ccf892 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc2122c8-2970-4b99-9a4d-c29c55ccf892.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2551d722-89e6-4392-b6ce-bbaf266ad19a {
  max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-2551d722-89e6-4392-b6ce-bbaf266ad19a {
  padding-left: 0%;
padding-right: 0%;
}
}






  img.s-2551d722-89e6-4392-b6ce-bbaf266ad19a.shogun-image {
    
    
  }


.s-2551d722-89e6-4392-b6ce-bbaf266ad19a .shogun-image-content {
  
    align-items: center;
  
}

.s-2551d722-89e6-4392-b6ce-bbaf266ad19a.shg-align-container {
  text-align: center
}

.s-2551d722-89e6-4392-b6ce-bbaf266ad19a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2551d722-89e6-4392-b6ce-bbaf266ad19a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2551d722-89e6-4392-b6ce-bbaf266ad19a.shogun-image {
    
    
  }


.s-2551d722-89e6-4392-b6ce-bbaf266ad19a .shogun-image-content {
  
    align-items: center;
  
}

.s-2551d722-89e6-4392-b6ce-bbaf266ad19a.shg-align-container {
  text-align: center
}

.s-2551d722-89e6-4392-b6ce-bbaf266ad19a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2551d722-89e6-4392-b6ce-bbaf266ad19a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2551d722-89e6-4392-b6ce-bbaf266ad19a.shogun-image {
    
    
  }


.s-2551d722-89e6-4392-b6ce-bbaf266ad19a .shogun-image-content {
  
    align-items: center;
  
}

.s-2551d722-89e6-4392-b6ce-bbaf266ad19a.shg-align-container {
  text-align: center
}

.s-2551d722-89e6-4392-b6ce-bbaf266ad19a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2551d722-89e6-4392-b6ce-bbaf266ad19a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2551d722-89e6-4392-b6ce-bbaf266ad19a.shogun-image {
    
    
  }


.s-2551d722-89e6-4392-b6ce-bbaf266ad19a .shogun-image-content {
  
    align-items: center;
  
}

.s-2551d722-89e6-4392-b6ce-bbaf266ad19a.shg-align-container {
  text-align: center
}

.s-2551d722-89e6-4392-b6ce-bbaf266ad19a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2551d722-89e6-4392-b6ce-bbaf266ad19a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2551d722-89e6-4392-b6ce-bbaf266ad19a.shogun-image {
    
    
  }


.s-2551d722-89e6-4392-b6ce-bbaf266ad19a .shogun-image-content {
  
    align-items: center;
  
}

.s-2551d722-89e6-4392-b6ce-bbaf266ad19a.shg-align-container {
  text-align: center
}

.s-2551d722-89e6-4392-b6ce-bbaf266ad19a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2551d722-89e6-4392-b6ce-bbaf266ad19a.shogun-image {
  box-sizing: border-box;
}


}
#s-aed99269-7660-4a8b-8813-94885f938fa2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-aed99269-7660-4a8b-8813-94885f938fa2 {
  display: none;
}
#s-aed99269-7660-4a8b-8813-94885f938fa2, #wrap-s-aed99269-7660-4a8b-8813-94885f938fa2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aed99269-7660-4a8b-8813-94885f938fa2 {
  display: none;
}
#s-aed99269-7660-4a8b-8813-94885f938fa2, #wrap-s-aed99269-7660-4a8b-8813-94885f938fa2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aed99269-7660-4a8b-8813-94885f938fa2 {
  display: none;
}
#s-aed99269-7660-4a8b-8813-94885f938fa2, #wrap-s-aed99269-7660-4a8b-8813-94885f938fa2 { display:none !important; }}







#s-aed99269-7660-4a8b-8813-94885f938fa2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aed99269-7660-4a8b-8813-94885f938fa2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bfa7063a-a9c2-465b-8ec4-584b6d513143 {
  margin-top: 20px;
margin-bottom: 0px;
min-height: 50px;
}








#s-bfa7063a-a9c2-465b-8ec4-584b6d513143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfa7063a-a9c2-465b-8ec4-584b6d513143.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10836745-f602-4613-af59-05fd244fe84b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10836745-f602-4613-af59-05fd244fe84b .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.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-341c9a41-b1e1-4ecf-872e-a78192a29f41 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-341c9a41-b1e1-4ecf-872e-a78192a29f41 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-341c9a41-b1e1-4ecf-872e-a78192a29f41 .shg-sld-nav-button.shg-sld-left,
#s-341c9a41-b1e1-4ecf-872e-a78192a29f41 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-68cd638b-7dc2-42c3-9332-341f501e6d74 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-68cd638b-7dc2-42c3-9332-341f501e6d74.shogun-image {
    
    
  }


.s-68cd638b-7dc2-42c3-9332-341f501e6d74 .shogun-image-content {
  
    align-items: center;
  
}

.s-68cd638b-7dc2-42c3-9332-341f501e6d74.shg-align-container {
  text-align: center
}

.s-68cd638b-7dc2-42c3-9332-341f501e6d74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68cd638b-7dc2-42c3-9332-341f501e6d74.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-68cd638b-7dc2-42c3-9332-341f501e6d74.shogun-image {
    
    
  }


.s-68cd638b-7dc2-42c3-9332-341f501e6d74 .shogun-image-content {
  
    align-items: center;
  
}

.s-68cd638b-7dc2-42c3-9332-341f501e6d74.shg-align-container {
  text-align: center
}

.s-68cd638b-7dc2-42c3-9332-341f501e6d74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68cd638b-7dc2-42c3-9332-341f501e6d74.shogun-image {
  box-sizing: border-box;
}


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





  img.s-68cd638b-7dc2-42c3-9332-341f501e6d74.shogun-image {
    
    
  }


.s-68cd638b-7dc2-42c3-9332-341f501e6d74 .shogun-image-content {
  
    align-items: center;
  
}

.s-68cd638b-7dc2-42c3-9332-341f501e6d74.shg-align-container {
  text-align: center
}

.s-68cd638b-7dc2-42c3-9332-341f501e6d74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68cd638b-7dc2-42c3-9332-341f501e6d74.shogun-image {
  box-sizing: border-box;
}


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





  img.s-68cd638b-7dc2-42c3-9332-341f501e6d74.shogun-image {
    
    
  }


.s-68cd638b-7dc2-42c3-9332-341f501e6d74 .shogun-image-content {
  
    align-items: center;
  
}

.s-68cd638b-7dc2-42c3-9332-341f501e6d74.shg-align-container {
  text-align: center
}

.s-68cd638b-7dc2-42c3-9332-341f501e6d74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68cd638b-7dc2-42c3-9332-341f501e6d74.shogun-image {
  box-sizing: border-box;
}


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





  img.s-68cd638b-7dc2-42c3-9332-341f501e6d74.shogun-image {
    
    
  }


.s-68cd638b-7dc2-42c3-9332-341f501e6d74 .shogun-image-content {
  
    align-items: center;
  
}

.s-68cd638b-7dc2-42c3-9332-341f501e6d74.shg-align-container {
  text-align: center
}

.s-68cd638b-7dc2-42c3-9332-341f501e6d74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68cd638b-7dc2-42c3-9332-341f501e6d74.shogun-image {
  box-sizing: border-box;
}


}
#s-71e82fc3-1343-4ac5-bf31-80aaa7756270 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 9px;
text-align: center;
}







  img.s-71e82fc3-1343-4ac5-bf31-80aaa7756270.shogun-image {
    
    
  }


.s-71e82fc3-1343-4ac5-bf31-80aaa7756270 .shogun-image-content {
  
    align-items: center;
  
}

.s-71e82fc3-1343-4ac5-bf31-80aaa7756270.shg-align-container {
  text-align: center
}

.s-71e82fc3-1343-4ac5-bf31-80aaa7756270.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71e82fc3-1343-4ac5-bf31-80aaa7756270.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-71e82fc3-1343-4ac5-bf31-80aaa7756270.shogun-image {
    
    
  }


.s-71e82fc3-1343-4ac5-bf31-80aaa7756270 .shogun-image-content {
  
    align-items: center;
  
}

.s-71e82fc3-1343-4ac5-bf31-80aaa7756270.shg-align-container {
  text-align: center
}

.s-71e82fc3-1343-4ac5-bf31-80aaa7756270.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71e82fc3-1343-4ac5-bf31-80aaa7756270.shogun-image {
  box-sizing: border-box;
}


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





  img.s-71e82fc3-1343-4ac5-bf31-80aaa7756270.shogun-image {
    
    
  }


.s-71e82fc3-1343-4ac5-bf31-80aaa7756270 .shogun-image-content {
  
    align-items: center;
  
}

.s-71e82fc3-1343-4ac5-bf31-80aaa7756270.shg-align-container {
  text-align: center
}

.s-71e82fc3-1343-4ac5-bf31-80aaa7756270.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71e82fc3-1343-4ac5-bf31-80aaa7756270.shogun-image {
  box-sizing: border-box;
}


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





  img.s-71e82fc3-1343-4ac5-bf31-80aaa7756270.shogun-image {
    
    
  }


.s-71e82fc3-1343-4ac5-bf31-80aaa7756270 .shogun-image-content {
  
    align-items: center;
  
}

.s-71e82fc3-1343-4ac5-bf31-80aaa7756270.shg-align-container {
  text-align: center
}

.s-71e82fc3-1343-4ac5-bf31-80aaa7756270.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71e82fc3-1343-4ac5-bf31-80aaa7756270.shogun-image {
  box-sizing: border-box;
}


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





  img.s-71e82fc3-1343-4ac5-bf31-80aaa7756270.shogun-image {
    
    
  }


.s-71e82fc3-1343-4ac5-bf31-80aaa7756270 .shogun-image-content {
  
    align-items: center;
  
}

.s-71e82fc3-1343-4ac5-bf31-80aaa7756270.shg-align-container {
  text-align: center
}

.s-71e82fc3-1343-4ac5-bf31-80aaa7756270.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71e82fc3-1343-4ac5-bf31-80aaa7756270.shogun-image {
  box-sizing: border-box;
}


}
#s-a9a948c9-af18-4261-b205-e1a7f0c54678 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-a9a948c9-af18-4261-b205-e1a7f0c54678.shogun-image {
    
    
  }


.s-a9a948c9-af18-4261-b205-e1a7f0c54678 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9a948c9-af18-4261-b205-e1a7f0c54678.shg-align-container {
  text-align: center
}

.s-a9a948c9-af18-4261-b205-e1a7f0c54678.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9a948c9-af18-4261-b205-e1a7f0c54678.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a9a948c9-af18-4261-b205-e1a7f0c54678.shogun-image {
    
    
  }


.s-a9a948c9-af18-4261-b205-e1a7f0c54678 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9a948c9-af18-4261-b205-e1a7f0c54678.shg-align-container {
  text-align: center
}

.s-a9a948c9-af18-4261-b205-e1a7f0c54678.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9a948c9-af18-4261-b205-e1a7f0c54678.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a9a948c9-af18-4261-b205-e1a7f0c54678.shogun-image {
    
    
  }


.s-a9a948c9-af18-4261-b205-e1a7f0c54678 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9a948c9-af18-4261-b205-e1a7f0c54678.shg-align-container {
  text-align: center
}

.s-a9a948c9-af18-4261-b205-e1a7f0c54678.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9a948c9-af18-4261-b205-e1a7f0c54678.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a9a948c9-af18-4261-b205-e1a7f0c54678.shogun-image {
    
    
  }


.s-a9a948c9-af18-4261-b205-e1a7f0c54678 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9a948c9-af18-4261-b205-e1a7f0c54678.shg-align-container {
  text-align: center
}

.s-a9a948c9-af18-4261-b205-e1a7f0c54678.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9a948c9-af18-4261-b205-e1a7f0c54678.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a9a948c9-af18-4261-b205-e1a7f0c54678.shogun-image {
    
    
  }


.s-a9a948c9-af18-4261-b205-e1a7f0c54678 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9a948c9-af18-4261-b205-e1a7f0c54678.shg-align-container {
  text-align: center
}

.s-a9a948c9-af18-4261-b205-e1a7f0c54678.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9a948c9-af18-4261-b205-e1a7f0c54678.shogun-image {
  box-sizing: border-box;
}


}
#s-7be2591d-1db4-4cf5-9049-c350f88c4860 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-7be2591d-1db4-4cf5-9049-c350f88c4860 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7be2591d-1db4-4cf5-9049-c350f88c4860.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ca1ad3f-de29-4ef0-8d74-d5c8e1236490 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ca1ad3f-de29-4ef0-8d74-d5c8e1236490 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-41b9b620-8950-4a00-9a6c-b86043269556 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-41b9b620-8950-4a00-9a6c-b86043269556 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-41b9b620-8950-4a00-9a6c-b86043269556 .shg-sld-nav-button.shg-sld-left,
#s-41b9b620-8950-4a00-9a6c-b86043269556 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-75787504-cf7a-4590-b03a-3e1bb05a1936 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-75787504-cf7a-4590-b03a-3e1bb05a1936.shogun-image {
    
    
  }


.s-75787504-cf7a-4590-b03a-3e1bb05a1936 .shogun-image-content {
  
    align-items: center;
  
}

.s-75787504-cf7a-4590-b03a-3e1bb05a1936.shg-align-container {
  text-align: center
}

.s-75787504-cf7a-4590-b03a-3e1bb05a1936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75787504-cf7a-4590-b03a-3e1bb05a1936.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-75787504-cf7a-4590-b03a-3e1bb05a1936.shogun-image {
    
    
  }


.s-75787504-cf7a-4590-b03a-3e1bb05a1936 .shogun-image-content {
  
    align-items: center;
  
}

.s-75787504-cf7a-4590-b03a-3e1bb05a1936.shg-align-container {
  text-align: center
}

.s-75787504-cf7a-4590-b03a-3e1bb05a1936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75787504-cf7a-4590-b03a-3e1bb05a1936.shogun-image {
  box-sizing: border-box;
}


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





  img.s-75787504-cf7a-4590-b03a-3e1bb05a1936.shogun-image {
    
    
  }


.s-75787504-cf7a-4590-b03a-3e1bb05a1936 .shogun-image-content {
  
    align-items: center;
  
}

.s-75787504-cf7a-4590-b03a-3e1bb05a1936.shg-align-container {
  text-align: center
}

.s-75787504-cf7a-4590-b03a-3e1bb05a1936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75787504-cf7a-4590-b03a-3e1bb05a1936.shogun-image {
  box-sizing: border-box;
}


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





  img.s-75787504-cf7a-4590-b03a-3e1bb05a1936.shogun-image {
    
    
  }


.s-75787504-cf7a-4590-b03a-3e1bb05a1936 .shogun-image-content {
  
    align-items: center;
  
}

.s-75787504-cf7a-4590-b03a-3e1bb05a1936.shg-align-container {
  text-align: center
}

.s-75787504-cf7a-4590-b03a-3e1bb05a1936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75787504-cf7a-4590-b03a-3e1bb05a1936.shogun-image {
  box-sizing: border-box;
}


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





  img.s-75787504-cf7a-4590-b03a-3e1bb05a1936.shogun-image {
    
    
  }


.s-75787504-cf7a-4590-b03a-3e1bb05a1936 .shogun-image-content {
  
    align-items: center;
  
}

.s-75787504-cf7a-4590-b03a-3e1bb05a1936.shg-align-container {
  text-align: center
}

.s-75787504-cf7a-4590-b03a-3e1bb05a1936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75787504-cf7a-4590-b03a-3e1bb05a1936.shogun-image {
  box-sizing: border-box;
}


}
#s-2a54e700-8226-42dd-b449-4a0c187abda6 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 9px;
text-align: center;
}







  img.s-2a54e700-8226-42dd-b449-4a0c187abda6.shogun-image {
    
    
  }


.s-2a54e700-8226-42dd-b449-4a0c187abda6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a54e700-8226-42dd-b449-4a0c187abda6.shg-align-container {
  text-align: center
}

.s-2a54e700-8226-42dd-b449-4a0c187abda6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a54e700-8226-42dd-b449-4a0c187abda6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2a54e700-8226-42dd-b449-4a0c187abda6.shogun-image {
    
    
  }


.s-2a54e700-8226-42dd-b449-4a0c187abda6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a54e700-8226-42dd-b449-4a0c187abda6.shg-align-container {
  text-align: center
}

.s-2a54e700-8226-42dd-b449-4a0c187abda6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a54e700-8226-42dd-b449-4a0c187abda6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2a54e700-8226-42dd-b449-4a0c187abda6.shogun-image {
    
    
  }


.s-2a54e700-8226-42dd-b449-4a0c187abda6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a54e700-8226-42dd-b449-4a0c187abda6.shg-align-container {
  text-align: center
}

.s-2a54e700-8226-42dd-b449-4a0c187abda6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a54e700-8226-42dd-b449-4a0c187abda6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2a54e700-8226-42dd-b449-4a0c187abda6.shogun-image {
    
    
  }


.s-2a54e700-8226-42dd-b449-4a0c187abda6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a54e700-8226-42dd-b449-4a0c187abda6.shg-align-container {
  text-align: center
}

.s-2a54e700-8226-42dd-b449-4a0c187abda6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a54e700-8226-42dd-b449-4a0c187abda6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2a54e700-8226-42dd-b449-4a0c187abda6.shogun-image {
    
    
  }


.s-2a54e700-8226-42dd-b449-4a0c187abda6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a54e700-8226-42dd-b449-4a0c187abda6.shg-align-container {
  text-align: center
}

.s-2a54e700-8226-42dd-b449-4a0c187abda6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a54e700-8226-42dd-b449-4a0c187abda6.shogun-image {
  box-sizing: border-box;
}


}
#s-be957e5f-b81a-4cf6-b2f3-3f49ae008380 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-be957e5f-b81a-4cf6-b2f3-3f49ae008380.shogun-image {
    
    
  }


.s-be957e5f-b81a-4cf6-b2f3-3f49ae008380 .shogun-image-content {
  
    align-items: center;
  
}

.s-be957e5f-b81a-4cf6-b2f3-3f49ae008380.shg-align-container {
  text-align: center
}

.s-be957e5f-b81a-4cf6-b2f3-3f49ae008380.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be957e5f-b81a-4cf6-b2f3-3f49ae008380.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-be957e5f-b81a-4cf6-b2f3-3f49ae008380.shogun-image {
    
    
  }


.s-be957e5f-b81a-4cf6-b2f3-3f49ae008380 .shogun-image-content {
  
    align-items: center;
  
}

.s-be957e5f-b81a-4cf6-b2f3-3f49ae008380.shg-align-container {
  text-align: center
}

.s-be957e5f-b81a-4cf6-b2f3-3f49ae008380.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be957e5f-b81a-4cf6-b2f3-3f49ae008380.shogun-image {
  box-sizing: border-box;
}


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





  img.s-be957e5f-b81a-4cf6-b2f3-3f49ae008380.shogun-image {
    
    
  }


.s-be957e5f-b81a-4cf6-b2f3-3f49ae008380 .shogun-image-content {
  
    align-items: center;
  
}

.s-be957e5f-b81a-4cf6-b2f3-3f49ae008380.shg-align-container {
  text-align: center
}

.s-be957e5f-b81a-4cf6-b2f3-3f49ae008380.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be957e5f-b81a-4cf6-b2f3-3f49ae008380.shogun-image {
  box-sizing: border-box;
}


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





  img.s-be957e5f-b81a-4cf6-b2f3-3f49ae008380.shogun-image {
    
    
  }


.s-be957e5f-b81a-4cf6-b2f3-3f49ae008380 .shogun-image-content {
  
    align-items: center;
  
}

.s-be957e5f-b81a-4cf6-b2f3-3f49ae008380.shg-align-container {
  text-align: center
}

.s-be957e5f-b81a-4cf6-b2f3-3f49ae008380.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be957e5f-b81a-4cf6-b2f3-3f49ae008380.shogun-image {
  box-sizing: border-box;
}


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





  img.s-be957e5f-b81a-4cf6-b2f3-3f49ae008380.shogun-image {
    
    
  }


.s-be957e5f-b81a-4cf6-b2f3-3f49ae008380 .shogun-image-content {
  
    align-items: center;
  
}

.s-be957e5f-b81a-4cf6-b2f3-3f49ae008380.shg-align-container {
  text-align: center
}

.s-be957e5f-b81a-4cf6-b2f3-3f49ae008380.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be957e5f-b81a-4cf6-b2f3-3f49ae008380.shogun-image {
  box-sizing: border-box;
}


}
#s-e04eaebe-d7a5-404c-8e8d-c59cadb956a0 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-e04eaebe-d7a5-404c-8e8d-c59cadb956a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e04eaebe-d7a5-404c-8e8d-c59cadb956a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cd18a8d-3e3b-401f-a519-d1a4c4c7b1a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3cd18a8d-3e3b-401f-a519-d1a4c4c7b1a4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b8bd4824-b4c0-441a-9a18-f203e83399a1 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-b8bd4824-b4c0-441a-9a18-f203e83399a1 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b8bd4824-b4c0-441a-9a18-f203e83399a1 .shg-sld-nav-button.shg-sld-left,
#s-b8bd4824-b4c0-441a-9a18-f203e83399a1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-79887bf3-3f8c-4ab8-bb3b-90c662a99432 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-79887bf3-3f8c-4ab8-bb3b-90c662a99432.shogun-image {
    
    
  }


.s-79887bf3-3f8c-4ab8-bb3b-90c662a99432 .shogun-image-content {
  
    align-items: center;
  
}

.s-79887bf3-3f8c-4ab8-bb3b-90c662a99432.shg-align-container {
  text-align: center
}

.s-79887bf3-3f8c-4ab8-bb3b-90c662a99432.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79887bf3-3f8c-4ab8-bb3b-90c662a99432.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-79887bf3-3f8c-4ab8-bb3b-90c662a99432.shogun-image {
    
    
  }


.s-79887bf3-3f8c-4ab8-bb3b-90c662a99432 .shogun-image-content {
  
    align-items: center;
  
}

.s-79887bf3-3f8c-4ab8-bb3b-90c662a99432.shg-align-container {
  text-align: center
}

.s-79887bf3-3f8c-4ab8-bb3b-90c662a99432.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79887bf3-3f8c-4ab8-bb3b-90c662a99432.shogun-image {
  box-sizing: border-box;
}


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





  img.s-79887bf3-3f8c-4ab8-bb3b-90c662a99432.shogun-image {
    
    
  }


.s-79887bf3-3f8c-4ab8-bb3b-90c662a99432 .shogun-image-content {
  
    align-items: center;
  
}

.s-79887bf3-3f8c-4ab8-bb3b-90c662a99432.shg-align-container {
  text-align: center
}

.s-79887bf3-3f8c-4ab8-bb3b-90c662a99432.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79887bf3-3f8c-4ab8-bb3b-90c662a99432.shogun-image {
  box-sizing: border-box;
}


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





  img.s-79887bf3-3f8c-4ab8-bb3b-90c662a99432.shogun-image {
    
    
  }


.s-79887bf3-3f8c-4ab8-bb3b-90c662a99432 .shogun-image-content {
  
    align-items: center;
  
}

.s-79887bf3-3f8c-4ab8-bb3b-90c662a99432.shg-align-container {
  text-align: center
}

.s-79887bf3-3f8c-4ab8-bb3b-90c662a99432.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79887bf3-3f8c-4ab8-bb3b-90c662a99432.shogun-image {
  box-sizing: border-box;
}


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





  img.s-79887bf3-3f8c-4ab8-bb3b-90c662a99432.shogun-image {
    
    
  }


.s-79887bf3-3f8c-4ab8-bb3b-90c662a99432 .shogun-image-content {
  
    align-items: center;
  
}

.s-79887bf3-3f8c-4ab8-bb3b-90c662a99432.shg-align-container {
  text-align: center
}

.s-79887bf3-3f8c-4ab8-bb3b-90c662a99432.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79887bf3-3f8c-4ab8-bb3b-90c662a99432.shogun-image {
  box-sizing: border-box;
}


}
#s-f82eb844-e866-41ea-ae1b-f8b5129c84f6 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 9px;
text-align: center;
}







  img.s-f82eb844-e866-41ea-ae1b-f8b5129c84f6.shogun-image {
    
    
  }


.s-f82eb844-e866-41ea-ae1b-f8b5129c84f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-f82eb844-e866-41ea-ae1b-f8b5129c84f6.shg-align-container {
  text-align: center
}

.s-f82eb844-e866-41ea-ae1b-f8b5129c84f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f82eb844-e866-41ea-ae1b-f8b5129c84f6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f82eb844-e866-41ea-ae1b-f8b5129c84f6.shogun-image {
    
    
  }


.s-f82eb844-e866-41ea-ae1b-f8b5129c84f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-f82eb844-e866-41ea-ae1b-f8b5129c84f6.shg-align-container {
  text-align: center
}

.s-f82eb844-e866-41ea-ae1b-f8b5129c84f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f82eb844-e866-41ea-ae1b-f8b5129c84f6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f82eb844-e866-41ea-ae1b-f8b5129c84f6.shogun-image {
    
    
  }


.s-f82eb844-e866-41ea-ae1b-f8b5129c84f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-f82eb844-e866-41ea-ae1b-f8b5129c84f6.shg-align-container {
  text-align: center
}

.s-f82eb844-e866-41ea-ae1b-f8b5129c84f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f82eb844-e866-41ea-ae1b-f8b5129c84f6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f82eb844-e866-41ea-ae1b-f8b5129c84f6.shogun-image {
    
    
  }


.s-f82eb844-e866-41ea-ae1b-f8b5129c84f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-f82eb844-e866-41ea-ae1b-f8b5129c84f6.shg-align-container {
  text-align: center
}

.s-f82eb844-e866-41ea-ae1b-f8b5129c84f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f82eb844-e866-41ea-ae1b-f8b5129c84f6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f82eb844-e866-41ea-ae1b-f8b5129c84f6.shogun-image {
    
    
  }


.s-f82eb844-e866-41ea-ae1b-f8b5129c84f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-f82eb844-e866-41ea-ae1b-f8b5129c84f6.shg-align-container {
  text-align: center
}

.s-f82eb844-e866-41ea-ae1b-f8b5129c84f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f82eb844-e866-41ea-ae1b-f8b5129c84f6.shogun-image {
  box-sizing: border-box;
}


}
#s-acd49714-5518-41de-aa9b-a19b664cba8a {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-acd49714-5518-41de-aa9b-a19b664cba8a.shogun-image {
    
    
  }


.s-acd49714-5518-41de-aa9b-a19b664cba8a .shogun-image-content {
  
    align-items: center;
  
}

.s-acd49714-5518-41de-aa9b-a19b664cba8a.shg-align-container {
  text-align: center
}

.s-acd49714-5518-41de-aa9b-a19b664cba8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acd49714-5518-41de-aa9b-a19b664cba8a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-acd49714-5518-41de-aa9b-a19b664cba8a.shogun-image {
    
    
  }


.s-acd49714-5518-41de-aa9b-a19b664cba8a .shogun-image-content {
  
    align-items: center;
  
}

.s-acd49714-5518-41de-aa9b-a19b664cba8a.shg-align-container {
  text-align: center
}

.s-acd49714-5518-41de-aa9b-a19b664cba8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acd49714-5518-41de-aa9b-a19b664cba8a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-acd49714-5518-41de-aa9b-a19b664cba8a.shogun-image {
    
    
  }


.s-acd49714-5518-41de-aa9b-a19b664cba8a .shogun-image-content {
  
    align-items: center;
  
}

.s-acd49714-5518-41de-aa9b-a19b664cba8a.shg-align-container {
  text-align: center
}

.s-acd49714-5518-41de-aa9b-a19b664cba8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acd49714-5518-41de-aa9b-a19b664cba8a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-acd49714-5518-41de-aa9b-a19b664cba8a.shogun-image {
    
    
  }


.s-acd49714-5518-41de-aa9b-a19b664cba8a .shogun-image-content {
  
    align-items: center;
  
}

.s-acd49714-5518-41de-aa9b-a19b664cba8a.shg-align-container {
  text-align: center
}

.s-acd49714-5518-41de-aa9b-a19b664cba8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acd49714-5518-41de-aa9b-a19b664cba8a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-acd49714-5518-41de-aa9b-a19b664cba8a.shogun-image {
    
    
  }


.s-acd49714-5518-41de-aa9b-a19b664cba8a .shogun-image-content {
  
    align-items: center;
  
}

.s-acd49714-5518-41de-aa9b-a19b664cba8a.shg-align-container {
  text-align: center
}

.s-acd49714-5518-41de-aa9b-a19b664cba8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acd49714-5518-41de-aa9b-a19b664cba8a.shogun-image {
  box-sizing: border-box;
}


}
#s-f0804ae2-80c7-4ed8-841e-6bf4c02ae715 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-f0804ae2-80c7-4ed8-841e-6bf4c02ae715 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0804ae2-80c7-4ed8-841e-6bf4c02ae715.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d324ead9-b8f3-454e-a0ee-c2f56551667d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d324ead9-b8f3-454e-a0ee-c2f56551667d .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-cafcefbb-8250-4dfe-9511-0e53268e14a5 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-cafcefbb-8250-4dfe-9511-0e53268e14a5 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-cafcefbb-8250-4dfe-9511-0e53268e14a5 .shg-sld-nav-button.shg-sld-left,
#s-cafcefbb-8250-4dfe-9511-0e53268e14a5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-8f412b4f-54ec-4f7b-b5b3-e7a483f96600 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-8f412b4f-54ec-4f7b-b5b3-e7a483f96600.shogun-image {
    
    
  }


.s-8f412b4f-54ec-4f7b-b5b3-e7a483f96600 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f412b4f-54ec-4f7b-b5b3-e7a483f96600.shg-align-container {
  text-align: center
}

.s-8f412b4f-54ec-4f7b-b5b3-e7a483f96600.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f412b4f-54ec-4f7b-b5b3-e7a483f96600.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8f412b4f-54ec-4f7b-b5b3-e7a483f96600.shogun-image {
    
    
  }


.s-8f412b4f-54ec-4f7b-b5b3-e7a483f96600 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f412b4f-54ec-4f7b-b5b3-e7a483f96600.shg-align-container {
  text-align: center
}

.s-8f412b4f-54ec-4f7b-b5b3-e7a483f96600.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f412b4f-54ec-4f7b-b5b3-e7a483f96600.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8f412b4f-54ec-4f7b-b5b3-e7a483f96600.shogun-image {
    
    
  }


.s-8f412b4f-54ec-4f7b-b5b3-e7a483f96600 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f412b4f-54ec-4f7b-b5b3-e7a483f96600.shg-align-container {
  text-align: center
}

.s-8f412b4f-54ec-4f7b-b5b3-e7a483f96600.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f412b4f-54ec-4f7b-b5b3-e7a483f96600.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8f412b4f-54ec-4f7b-b5b3-e7a483f96600.shogun-image {
    
    
  }


.s-8f412b4f-54ec-4f7b-b5b3-e7a483f96600 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f412b4f-54ec-4f7b-b5b3-e7a483f96600.shg-align-container {
  text-align: center
}

.s-8f412b4f-54ec-4f7b-b5b3-e7a483f96600.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f412b4f-54ec-4f7b-b5b3-e7a483f96600.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8f412b4f-54ec-4f7b-b5b3-e7a483f96600.shogun-image {
    
    
  }


.s-8f412b4f-54ec-4f7b-b5b3-e7a483f96600 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f412b4f-54ec-4f7b-b5b3-e7a483f96600.shg-align-container {
  text-align: center
}

.s-8f412b4f-54ec-4f7b-b5b3-e7a483f96600.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f412b4f-54ec-4f7b-b5b3-e7a483f96600.shogun-image {
  box-sizing: border-box;
}


}
#s-7f11ccc6-bc0d-40b7-9deb-f729935178e5 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 9px;
text-align: center;
}







  img.s-7f11ccc6-bc0d-40b7-9deb-f729935178e5.shogun-image {
    
    
  }


.s-7f11ccc6-bc0d-40b7-9deb-f729935178e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f11ccc6-bc0d-40b7-9deb-f729935178e5.shg-align-container {
  text-align: center
}

.s-7f11ccc6-bc0d-40b7-9deb-f729935178e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f11ccc6-bc0d-40b7-9deb-f729935178e5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7f11ccc6-bc0d-40b7-9deb-f729935178e5.shogun-image {
    
    
  }


.s-7f11ccc6-bc0d-40b7-9deb-f729935178e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f11ccc6-bc0d-40b7-9deb-f729935178e5.shg-align-container {
  text-align: center
}

.s-7f11ccc6-bc0d-40b7-9deb-f729935178e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f11ccc6-bc0d-40b7-9deb-f729935178e5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7f11ccc6-bc0d-40b7-9deb-f729935178e5.shogun-image {
    
    
  }


.s-7f11ccc6-bc0d-40b7-9deb-f729935178e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f11ccc6-bc0d-40b7-9deb-f729935178e5.shg-align-container {
  text-align: center
}

.s-7f11ccc6-bc0d-40b7-9deb-f729935178e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f11ccc6-bc0d-40b7-9deb-f729935178e5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7f11ccc6-bc0d-40b7-9deb-f729935178e5.shogun-image {
    
    
  }


.s-7f11ccc6-bc0d-40b7-9deb-f729935178e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f11ccc6-bc0d-40b7-9deb-f729935178e5.shg-align-container {
  text-align: center
}

.s-7f11ccc6-bc0d-40b7-9deb-f729935178e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f11ccc6-bc0d-40b7-9deb-f729935178e5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7f11ccc6-bc0d-40b7-9deb-f729935178e5.shogun-image {
    
    
  }


.s-7f11ccc6-bc0d-40b7-9deb-f729935178e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f11ccc6-bc0d-40b7-9deb-f729935178e5.shg-align-container {
  text-align: center
}

.s-7f11ccc6-bc0d-40b7-9deb-f729935178e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f11ccc6-bc0d-40b7-9deb-f729935178e5.shogun-image {
  box-sizing: border-box;
}


}
#s-ecb12b42-4add-492d-ad0d-b0acce76d650 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-ecb12b42-4add-492d-ad0d-b0acce76d650.shogun-image {
    
    
  }


.s-ecb12b42-4add-492d-ad0d-b0acce76d650 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecb12b42-4add-492d-ad0d-b0acce76d650.shg-align-container {
  text-align: center
}

.s-ecb12b42-4add-492d-ad0d-b0acce76d650.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecb12b42-4add-492d-ad0d-b0acce76d650.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ecb12b42-4add-492d-ad0d-b0acce76d650.shogun-image {
    
    
  }


.s-ecb12b42-4add-492d-ad0d-b0acce76d650 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecb12b42-4add-492d-ad0d-b0acce76d650.shg-align-container {
  text-align: center
}

.s-ecb12b42-4add-492d-ad0d-b0acce76d650.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecb12b42-4add-492d-ad0d-b0acce76d650.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ecb12b42-4add-492d-ad0d-b0acce76d650.shogun-image {
    
    
  }


.s-ecb12b42-4add-492d-ad0d-b0acce76d650 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecb12b42-4add-492d-ad0d-b0acce76d650.shg-align-container {
  text-align: center
}

.s-ecb12b42-4add-492d-ad0d-b0acce76d650.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecb12b42-4add-492d-ad0d-b0acce76d650.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ecb12b42-4add-492d-ad0d-b0acce76d650.shogun-image {
    
    
  }


.s-ecb12b42-4add-492d-ad0d-b0acce76d650 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecb12b42-4add-492d-ad0d-b0acce76d650.shg-align-container {
  text-align: center
}

.s-ecb12b42-4add-492d-ad0d-b0acce76d650.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecb12b42-4add-492d-ad0d-b0acce76d650.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ecb12b42-4add-492d-ad0d-b0acce76d650.shogun-image {
    
    
  }


.s-ecb12b42-4add-492d-ad0d-b0acce76d650 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecb12b42-4add-492d-ad0d-b0acce76d650.shg-align-container {
  text-align: center
}

.s-ecb12b42-4add-492d-ad0d-b0acce76d650.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecb12b42-4add-492d-ad0d-b0acce76d650.shogun-image {
  box-sizing: border-box;
}


}
#s-887fb324-fae4-4a4d-a1d5-88d381707d1b {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-887fb324-fae4-4a4d-a1d5-88d381707d1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-887fb324-fae4-4a4d-a1d5-88d381707d1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a860718d-84b8-45a1-a2b6-b282473b8217 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a860718d-84b8-45a1-a2b6-b282473b8217 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-7a27a9bf-6e27-4019-87fb-a2e03ae61ebc {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-7a27a9bf-6e27-4019-87fb-a2e03ae61ebc .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7a27a9bf-6e27-4019-87fb-a2e03ae61ebc .shg-sld-nav-button.shg-sld-left,
#s-7a27a9bf-6e27-4019-87fb-a2e03ae61ebc .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-7aa24a4c-639e-4b6a-83f6-5c8887a4752b {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-7aa24a4c-639e-4b6a-83f6-5c8887a4752b.shogun-image {
    
    
  }


.s-7aa24a4c-639e-4b6a-83f6-5c8887a4752b .shogun-image-content {
  
    align-items: center;
  
}

.s-7aa24a4c-639e-4b6a-83f6-5c8887a4752b.shg-align-container {
  text-align: center
}

.s-7aa24a4c-639e-4b6a-83f6-5c8887a4752b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7aa24a4c-639e-4b6a-83f6-5c8887a4752b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7aa24a4c-639e-4b6a-83f6-5c8887a4752b.shogun-image {
    
    
  }


.s-7aa24a4c-639e-4b6a-83f6-5c8887a4752b .shogun-image-content {
  
    align-items: center;
  
}

.s-7aa24a4c-639e-4b6a-83f6-5c8887a4752b.shg-align-container {
  text-align: center
}

.s-7aa24a4c-639e-4b6a-83f6-5c8887a4752b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7aa24a4c-639e-4b6a-83f6-5c8887a4752b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7aa24a4c-639e-4b6a-83f6-5c8887a4752b.shogun-image {
    
    
  }


.s-7aa24a4c-639e-4b6a-83f6-5c8887a4752b .shogun-image-content {
  
    align-items: center;
  
}

.s-7aa24a4c-639e-4b6a-83f6-5c8887a4752b.shg-align-container {
  text-align: center
}

.s-7aa24a4c-639e-4b6a-83f6-5c8887a4752b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7aa24a4c-639e-4b6a-83f6-5c8887a4752b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7aa24a4c-639e-4b6a-83f6-5c8887a4752b.shogun-image {
    
    
  }


.s-7aa24a4c-639e-4b6a-83f6-5c8887a4752b .shogun-image-content {
  
    align-items: center;
  
}

.s-7aa24a4c-639e-4b6a-83f6-5c8887a4752b.shg-align-container {
  text-align: center
}

.s-7aa24a4c-639e-4b6a-83f6-5c8887a4752b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7aa24a4c-639e-4b6a-83f6-5c8887a4752b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7aa24a4c-639e-4b6a-83f6-5c8887a4752b.shogun-image {
    
    
  }


.s-7aa24a4c-639e-4b6a-83f6-5c8887a4752b .shogun-image-content {
  
    align-items: center;
  
}

.s-7aa24a4c-639e-4b6a-83f6-5c8887a4752b.shg-align-container {
  text-align: center
}

.s-7aa24a4c-639e-4b6a-83f6-5c8887a4752b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7aa24a4c-639e-4b6a-83f6-5c8887a4752b.shogun-image {
  box-sizing: border-box;
}


}
#s-3b0e1295-5c26-4756-bd75-e5acfca8ce00 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 9px;
text-align: center;
}







  img.s-3b0e1295-5c26-4756-bd75-e5acfca8ce00.shogun-image {
    
    
  }


.s-3b0e1295-5c26-4756-bd75-e5acfca8ce00 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b0e1295-5c26-4756-bd75-e5acfca8ce00.shg-align-container {
  text-align: center
}

.s-3b0e1295-5c26-4756-bd75-e5acfca8ce00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b0e1295-5c26-4756-bd75-e5acfca8ce00.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3b0e1295-5c26-4756-bd75-e5acfca8ce00.shogun-image {
    
    
  }


.s-3b0e1295-5c26-4756-bd75-e5acfca8ce00 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b0e1295-5c26-4756-bd75-e5acfca8ce00.shg-align-container {
  text-align: center
}

.s-3b0e1295-5c26-4756-bd75-e5acfca8ce00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b0e1295-5c26-4756-bd75-e5acfca8ce00.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3b0e1295-5c26-4756-bd75-e5acfca8ce00.shogun-image {
    
    
  }


.s-3b0e1295-5c26-4756-bd75-e5acfca8ce00 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b0e1295-5c26-4756-bd75-e5acfca8ce00.shg-align-container {
  text-align: center
}

.s-3b0e1295-5c26-4756-bd75-e5acfca8ce00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b0e1295-5c26-4756-bd75-e5acfca8ce00.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3b0e1295-5c26-4756-bd75-e5acfca8ce00.shogun-image {
    
    
  }


.s-3b0e1295-5c26-4756-bd75-e5acfca8ce00 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b0e1295-5c26-4756-bd75-e5acfca8ce00.shg-align-container {
  text-align: center
}

.s-3b0e1295-5c26-4756-bd75-e5acfca8ce00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b0e1295-5c26-4756-bd75-e5acfca8ce00.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3b0e1295-5c26-4756-bd75-e5acfca8ce00.shogun-image {
    
    
  }


.s-3b0e1295-5c26-4756-bd75-e5acfca8ce00 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b0e1295-5c26-4756-bd75-e5acfca8ce00.shg-align-container {
  text-align: center
}

.s-3b0e1295-5c26-4756-bd75-e5acfca8ce00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b0e1295-5c26-4756-bd75-e5acfca8ce00.shogun-image {
  box-sizing: border-box;
}


}
#s-fc4e3c08-3ef5-4181-b5e4-58d6359d981e {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-fc4e3c08-3ef5-4181-b5e4-58d6359d981e.shogun-image {
    
    
  }


.s-fc4e3c08-3ef5-4181-b5e4-58d6359d981e .shogun-image-content {
  
    align-items: center;
  
}

.s-fc4e3c08-3ef5-4181-b5e4-58d6359d981e.shg-align-container {
  text-align: center
}

.s-fc4e3c08-3ef5-4181-b5e4-58d6359d981e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc4e3c08-3ef5-4181-b5e4-58d6359d981e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fc4e3c08-3ef5-4181-b5e4-58d6359d981e.shogun-image {
    
    
  }


.s-fc4e3c08-3ef5-4181-b5e4-58d6359d981e .shogun-image-content {
  
    align-items: center;
  
}

.s-fc4e3c08-3ef5-4181-b5e4-58d6359d981e.shg-align-container {
  text-align: center
}

.s-fc4e3c08-3ef5-4181-b5e4-58d6359d981e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc4e3c08-3ef5-4181-b5e4-58d6359d981e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fc4e3c08-3ef5-4181-b5e4-58d6359d981e.shogun-image {
    
    
  }


.s-fc4e3c08-3ef5-4181-b5e4-58d6359d981e .shogun-image-content {
  
    align-items: center;
  
}

.s-fc4e3c08-3ef5-4181-b5e4-58d6359d981e.shg-align-container {
  text-align: center
}

.s-fc4e3c08-3ef5-4181-b5e4-58d6359d981e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc4e3c08-3ef5-4181-b5e4-58d6359d981e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fc4e3c08-3ef5-4181-b5e4-58d6359d981e.shogun-image {
    
    
  }


.s-fc4e3c08-3ef5-4181-b5e4-58d6359d981e .shogun-image-content {
  
    align-items: center;
  
}

.s-fc4e3c08-3ef5-4181-b5e4-58d6359d981e.shg-align-container {
  text-align: center
}

.s-fc4e3c08-3ef5-4181-b5e4-58d6359d981e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc4e3c08-3ef5-4181-b5e4-58d6359d981e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fc4e3c08-3ef5-4181-b5e4-58d6359d981e.shogun-image {
    
    
  }


.s-fc4e3c08-3ef5-4181-b5e4-58d6359d981e .shogun-image-content {
  
    align-items: center;
  
}

.s-fc4e3c08-3ef5-4181-b5e4-58d6359d981e.shg-align-container {
  text-align: center
}

.s-fc4e3c08-3ef5-4181-b5e4-58d6359d981e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc4e3c08-3ef5-4181-b5e4-58d6359d981e.shogun-image {
  box-sizing: border-box;
}


}
#s-0dfeed1a-d35c-41a6-9b0a-41b4e960f01a {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-0dfeed1a-d35c-41a6-9b0a-41b4e960f01a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0dfeed1a-d35c-41a6-9b0a-41b4e960f01a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d29e6690-1974-4835-9b2f-1ae88f6b0bcb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d29e6690-1974-4835-9b2f-1ae88f6b0bcb .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-3d38a5bd-7570-45a3-b1ca-6326ffc69eb4 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-3d38a5bd-7570-45a3-b1ca-6326ffc69eb4 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3d38a5bd-7570-45a3-b1ca-6326ffc69eb4 .shg-sld-nav-button.shg-sld-left,
#s-3d38a5bd-7570-45a3-b1ca-6326ffc69eb4 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d914878d-95de-4ff7-afff-d96f6ab147b5 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-d914878d-95de-4ff7-afff-d96f6ab147b5.shogun-image {
    
    
  }


.s-d914878d-95de-4ff7-afff-d96f6ab147b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-d914878d-95de-4ff7-afff-d96f6ab147b5.shg-align-container {
  text-align: center
}

.s-d914878d-95de-4ff7-afff-d96f6ab147b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d914878d-95de-4ff7-afff-d96f6ab147b5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d914878d-95de-4ff7-afff-d96f6ab147b5.shogun-image {
    
    
  }


.s-d914878d-95de-4ff7-afff-d96f6ab147b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-d914878d-95de-4ff7-afff-d96f6ab147b5.shg-align-container {
  text-align: center
}

.s-d914878d-95de-4ff7-afff-d96f6ab147b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d914878d-95de-4ff7-afff-d96f6ab147b5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d914878d-95de-4ff7-afff-d96f6ab147b5.shogun-image {
    
    
  }


.s-d914878d-95de-4ff7-afff-d96f6ab147b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-d914878d-95de-4ff7-afff-d96f6ab147b5.shg-align-container {
  text-align: center
}

.s-d914878d-95de-4ff7-afff-d96f6ab147b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d914878d-95de-4ff7-afff-d96f6ab147b5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d914878d-95de-4ff7-afff-d96f6ab147b5.shogun-image {
    
    
  }


.s-d914878d-95de-4ff7-afff-d96f6ab147b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-d914878d-95de-4ff7-afff-d96f6ab147b5.shg-align-container {
  text-align: center
}

.s-d914878d-95de-4ff7-afff-d96f6ab147b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d914878d-95de-4ff7-afff-d96f6ab147b5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d914878d-95de-4ff7-afff-d96f6ab147b5.shogun-image {
    
    
  }


.s-d914878d-95de-4ff7-afff-d96f6ab147b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-d914878d-95de-4ff7-afff-d96f6ab147b5.shg-align-container {
  text-align: center
}

.s-d914878d-95de-4ff7-afff-d96f6ab147b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d914878d-95de-4ff7-afff-d96f6ab147b5.shogun-image {
  box-sizing: border-box;
}


}
#s-8e1fbd01-c65c-49eb-989b-85ac300ab365 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 9px;
text-align: center;
}







  img.s-8e1fbd01-c65c-49eb-989b-85ac300ab365.shogun-image {
    
    
  }


.s-8e1fbd01-c65c-49eb-989b-85ac300ab365 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e1fbd01-c65c-49eb-989b-85ac300ab365.shg-align-container {
  text-align: center
}

.s-8e1fbd01-c65c-49eb-989b-85ac300ab365.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e1fbd01-c65c-49eb-989b-85ac300ab365.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8e1fbd01-c65c-49eb-989b-85ac300ab365.shogun-image {
    
    
  }


.s-8e1fbd01-c65c-49eb-989b-85ac300ab365 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e1fbd01-c65c-49eb-989b-85ac300ab365.shg-align-container {
  text-align: center
}

.s-8e1fbd01-c65c-49eb-989b-85ac300ab365.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e1fbd01-c65c-49eb-989b-85ac300ab365.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8e1fbd01-c65c-49eb-989b-85ac300ab365.shogun-image {
    
    
  }


.s-8e1fbd01-c65c-49eb-989b-85ac300ab365 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e1fbd01-c65c-49eb-989b-85ac300ab365.shg-align-container {
  text-align: center
}

.s-8e1fbd01-c65c-49eb-989b-85ac300ab365.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e1fbd01-c65c-49eb-989b-85ac300ab365.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8e1fbd01-c65c-49eb-989b-85ac300ab365.shogun-image {
    
    
  }


.s-8e1fbd01-c65c-49eb-989b-85ac300ab365 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e1fbd01-c65c-49eb-989b-85ac300ab365.shg-align-container {
  text-align: center
}

.s-8e1fbd01-c65c-49eb-989b-85ac300ab365.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e1fbd01-c65c-49eb-989b-85ac300ab365.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8e1fbd01-c65c-49eb-989b-85ac300ab365.shogun-image {
    
    
  }


.s-8e1fbd01-c65c-49eb-989b-85ac300ab365 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e1fbd01-c65c-49eb-989b-85ac300ab365.shg-align-container {
  text-align: center
}

.s-8e1fbd01-c65c-49eb-989b-85ac300ab365.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e1fbd01-c65c-49eb-989b-85ac300ab365.shogun-image {
  box-sizing: border-box;
}


}
#s-7bfe606c-62f7-4918-ba09-1e82f7bff2a3 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-7bfe606c-62f7-4918-ba09-1e82f7bff2a3.shogun-image {
    
    
  }


.s-7bfe606c-62f7-4918-ba09-1e82f7bff2a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-7bfe606c-62f7-4918-ba09-1e82f7bff2a3.shg-align-container {
  text-align: center
}

.s-7bfe606c-62f7-4918-ba09-1e82f7bff2a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bfe606c-62f7-4918-ba09-1e82f7bff2a3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7bfe606c-62f7-4918-ba09-1e82f7bff2a3.shogun-image {
    
    
  }


.s-7bfe606c-62f7-4918-ba09-1e82f7bff2a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-7bfe606c-62f7-4918-ba09-1e82f7bff2a3.shg-align-container {
  text-align: center
}

.s-7bfe606c-62f7-4918-ba09-1e82f7bff2a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bfe606c-62f7-4918-ba09-1e82f7bff2a3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7bfe606c-62f7-4918-ba09-1e82f7bff2a3.shogun-image {
    
    
  }


.s-7bfe606c-62f7-4918-ba09-1e82f7bff2a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-7bfe606c-62f7-4918-ba09-1e82f7bff2a3.shg-align-container {
  text-align: center
}

.s-7bfe606c-62f7-4918-ba09-1e82f7bff2a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bfe606c-62f7-4918-ba09-1e82f7bff2a3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7bfe606c-62f7-4918-ba09-1e82f7bff2a3.shogun-image {
    
    
  }


.s-7bfe606c-62f7-4918-ba09-1e82f7bff2a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-7bfe606c-62f7-4918-ba09-1e82f7bff2a3.shg-align-container {
  text-align: center
}

.s-7bfe606c-62f7-4918-ba09-1e82f7bff2a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bfe606c-62f7-4918-ba09-1e82f7bff2a3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7bfe606c-62f7-4918-ba09-1e82f7bff2a3.shogun-image {
    
    
  }


.s-7bfe606c-62f7-4918-ba09-1e82f7bff2a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-7bfe606c-62f7-4918-ba09-1e82f7bff2a3.shg-align-container {
  text-align: center
}

.s-7bfe606c-62f7-4918-ba09-1e82f7bff2a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bfe606c-62f7-4918-ba09-1e82f7bff2a3.shogun-image {
  box-sizing: border-box;
}


}
#s-795cf001-394d-48cb-aa8a-29382d2fe85a {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-795cf001-394d-48cb-aa8a-29382d2fe85a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-795cf001-394d-48cb-aa8a-29382d2fe85a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57939568-08ca-4da5-b205-5a5a2eef9456 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57939568-08ca-4da5-b205-5a5a2eef9456 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b3fe5880-46d3-4d1e-ad91-e20a1ac43a1f {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-b3fe5880-46d3-4d1e-ad91-e20a1ac43a1f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b3fe5880-46d3-4d1e-ad91-e20a1ac43a1f .shg-sld-nav-button.shg-sld-left,
#s-b3fe5880-46d3-4d1e-ad91-e20a1ac43a1f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-1bab7c6b-0c61-4253-b3b0-4ff0ac5d3155 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-1bab7c6b-0c61-4253-b3b0-4ff0ac5d3155.shogun-image {
    
    
  }


.s-1bab7c6b-0c61-4253-b3b0-4ff0ac5d3155 .shogun-image-content {
  
    align-items: center;
  
}

.s-1bab7c6b-0c61-4253-b3b0-4ff0ac5d3155.shg-align-container {
  text-align: center
}

.s-1bab7c6b-0c61-4253-b3b0-4ff0ac5d3155.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bab7c6b-0c61-4253-b3b0-4ff0ac5d3155.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1bab7c6b-0c61-4253-b3b0-4ff0ac5d3155.shogun-image {
    
    
  }


.s-1bab7c6b-0c61-4253-b3b0-4ff0ac5d3155 .shogun-image-content {
  
    align-items: center;
  
}

.s-1bab7c6b-0c61-4253-b3b0-4ff0ac5d3155.shg-align-container {
  text-align: center
}

.s-1bab7c6b-0c61-4253-b3b0-4ff0ac5d3155.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bab7c6b-0c61-4253-b3b0-4ff0ac5d3155.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1bab7c6b-0c61-4253-b3b0-4ff0ac5d3155.shogun-image {
    
    
  }


.s-1bab7c6b-0c61-4253-b3b0-4ff0ac5d3155 .shogun-image-content {
  
    align-items: center;
  
}

.s-1bab7c6b-0c61-4253-b3b0-4ff0ac5d3155.shg-align-container {
  text-align: center
}

.s-1bab7c6b-0c61-4253-b3b0-4ff0ac5d3155.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bab7c6b-0c61-4253-b3b0-4ff0ac5d3155.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1bab7c6b-0c61-4253-b3b0-4ff0ac5d3155.shogun-image {
    
    
  }


.s-1bab7c6b-0c61-4253-b3b0-4ff0ac5d3155 .shogun-image-content {
  
    align-items: center;
  
}

.s-1bab7c6b-0c61-4253-b3b0-4ff0ac5d3155.shg-align-container {
  text-align: center
}

.s-1bab7c6b-0c61-4253-b3b0-4ff0ac5d3155.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bab7c6b-0c61-4253-b3b0-4ff0ac5d3155.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1bab7c6b-0c61-4253-b3b0-4ff0ac5d3155.shogun-image {
    
    
  }


.s-1bab7c6b-0c61-4253-b3b0-4ff0ac5d3155 .shogun-image-content {
  
    align-items: center;
  
}

.s-1bab7c6b-0c61-4253-b3b0-4ff0ac5d3155.shg-align-container {
  text-align: center
}

.s-1bab7c6b-0c61-4253-b3b0-4ff0ac5d3155.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bab7c6b-0c61-4253-b3b0-4ff0ac5d3155.shogun-image {
  box-sizing: border-box;
}


}
#s-95dd73c7-6290-46fd-b67f-3a8ebe2dc5ce {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 9px;
text-align: center;
}







  img.s-95dd73c7-6290-46fd-b67f-3a8ebe2dc5ce.shogun-image {
    
    
  }


.s-95dd73c7-6290-46fd-b67f-3a8ebe2dc5ce .shogun-image-content {
  
    align-items: center;
  
}

.s-95dd73c7-6290-46fd-b67f-3a8ebe2dc5ce.shg-align-container {
  text-align: center
}

.s-95dd73c7-6290-46fd-b67f-3a8ebe2dc5ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95dd73c7-6290-46fd-b67f-3a8ebe2dc5ce.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-95dd73c7-6290-46fd-b67f-3a8ebe2dc5ce.shogun-image {
    
    
  }


.s-95dd73c7-6290-46fd-b67f-3a8ebe2dc5ce .shogun-image-content {
  
    align-items: center;
  
}

.s-95dd73c7-6290-46fd-b67f-3a8ebe2dc5ce.shg-align-container {
  text-align: center
}

.s-95dd73c7-6290-46fd-b67f-3a8ebe2dc5ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95dd73c7-6290-46fd-b67f-3a8ebe2dc5ce.shogun-image {
  box-sizing: border-box;
}


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





  img.s-95dd73c7-6290-46fd-b67f-3a8ebe2dc5ce.shogun-image {
    
    
  }


.s-95dd73c7-6290-46fd-b67f-3a8ebe2dc5ce .shogun-image-content {
  
    align-items: center;
  
}

.s-95dd73c7-6290-46fd-b67f-3a8ebe2dc5ce.shg-align-container {
  text-align: center
}

.s-95dd73c7-6290-46fd-b67f-3a8ebe2dc5ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95dd73c7-6290-46fd-b67f-3a8ebe2dc5ce.shogun-image {
  box-sizing: border-box;
}


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





  img.s-95dd73c7-6290-46fd-b67f-3a8ebe2dc5ce.shogun-image {
    
    
  }


.s-95dd73c7-6290-46fd-b67f-3a8ebe2dc5ce .shogun-image-content {
  
    align-items: center;
  
}

.s-95dd73c7-6290-46fd-b67f-3a8ebe2dc5ce.shg-align-container {
  text-align: center
}

.s-95dd73c7-6290-46fd-b67f-3a8ebe2dc5ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95dd73c7-6290-46fd-b67f-3a8ebe2dc5ce.shogun-image {
  box-sizing: border-box;
}


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





  img.s-95dd73c7-6290-46fd-b67f-3a8ebe2dc5ce.shogun-image {
    
    
  }


.s-95dd73c7-6290-46fd-b67f-3a8ebe2dc5ce .shogun-image-content {
  
    align-items: center;
  
}

.s-95dd73c7-6290-46fd-b67f-3a8ebe2dc5ce.shg-align-container {
  text-align: center
}

.s-95dd73c7-6290-46fd-b67f-3a8ebe2dc5ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95dd73c7-6290-46fd-b67f-3a8ebe2dc5ce.shogun-image {
  box-sizing: border-box;
}


}
#s-a2b25cbe-8010-4e29-9bfe-2ea6d1a5fe0e {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-a2b25cbe-8010-4e29-9bfe-2ea6d1a5fe0e.shogun-image {
    
    
  }


.s-a2b25cbe-8010-4e29-9bfe-2ea6d1a5fe0e .shogun-image-content {
  
    align-items: center;
  
}

.s-a2b25cbe-8010-4e29-9bfe-2ea6d1a5fe0e.shg-align-container {
  text-align: center
}

.s-a2b25cbe-8010-4e29-9bfe-2ea6d1a5fe0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2b25cbe-8010-4e29-9bfe-2ea6d1a5fe0e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a2b25cbe-8010-4e29-9bfe-2ea6d1a5fe0e.shogun-image {
    
    
  }


.s-a2b25cbe-8010-4e29-9bfe-2ea6d1a5fe0e .shogun-image-content {
  
    align-items: center;
  
}

.s-a2b25cbe-8010-4e29-9bfe-2ea6d1a5fe0e.shg-align-container {
  text-align: center
}

.s-a2b25cbe-8010-4e29-9bfe-2ea6d1a5fe0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2b25cbe-8010-4e29-9bfe-2ea6d1a5fe0e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a2b25cbe-8010-4e29-9bfe-2ea6d1a5fe0e.shogun-image {
    
    
  }


.s-a2b25cbe-8010-4e29-9bfe-2ea6d1a5fe0e .shogun-image-content {
  
    align-items: center;
  
}

.s-a2b25cbe-8010-4e29-9bfe-2ea6d1a5fe0e.shg-align-container {
  text-align: center
}

.s-a2b25cbe-8010-4e29-9bfe-2ea6d1a5fe0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2b25cbe-8010-4e29-9bfe-2ea6d1a5fe0e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a2b25cbe-8010-4e29-9bfe-2ea6d1a5fe0e.shogun-image {
    
    
  }


.s-a2b25cbe-8010-4e29-9bfe-2ea6d1a5fe0e .shogun-image-content {
  
    align-items: center;
  
}

.s-a2b25cbe-8010-4e29-9bfe-2ea6d1a5fe0e.shg-align-container {
  text-align: center
}

.s-a2b25cbe-8010-4e29-9bfe-2ea6d1a5fe0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2b25cbe-8010-4e29-9bfe-2ea6d1a5fe0e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a2b25cbe-8010-4e29-9bfe-2ea6d1a5fe0e.shogun-image {
    
    
  }


.s-a2b25cbe-8010-4e29-9bfe-2ea6d1a5fe0e .shogun-image-content {
  
    align-items: center;
  
}

.s-a2b25cbe-8010-4e29-9bfe-2ea6d1a5fe0e.shg-align-container {
  text-align: center
}

.s-a2b25cbe-8010-4e29-9bfe-2ea6d1a5fe0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2b25cbe-8010-4e29-9bfe-2ea6d1a5fe0e.shogun-image {
  box-sizing: border-box;
}


}
#s-d8bd7d49-34ca-44c3-b210-815b48ff2a68 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-d8bd7d49-34ca-44c3-b210-815b48ff2a68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8bd7d49-34ca-44c3-b210-815b48ff2a68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c79b180d-b5a2-489d-8029-a6c3f8a8b593 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c79b180d-b5a2-489d-8029-a6c3f8a8b593 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-839d4210-0e52-4f3c-9202-81a5ee59cf69 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-839d4210-0e52-4f3c-9202-81a5ee59cf69 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-839d4210-0e52-4f3c-9202-81a5ee59cf69 .shg-sld-nav-button.shg-sld-left,
#s-839d4210-0e52-4f3c-9202-81a5ee59cf69 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f4c61a33-cf9d-4220-9d28-e22692e7a709 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-f4c61a33-cf9d-4220-9d28-e22692e7a709.shogun-image {
    
    
  }


.s-f4c61a33-cf9d-4220-9d28-e22692e7a709 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4c61a33-cf9d-4220-9d28-e22692e7a709.shg-align-container {
  text-align: center
}

.s-f4c61a33-cf9d-4220-9d28-e22692e7a709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4c61a33-cf9d-4220-9d28-e22692e7a709.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f4c61a33-cf9d-4220-9d28-e22692e7a709.shogun-image {
    
    
  }


.s-f4c61a33-cf9d-4220-9d28-e22692e7a709 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4c61a33-cf9d-4220-9d28-e22692e7a709.shg-align-container {
  text-align: center
}

.s-f4c61a33-cf9d-4220-9d28-e22692e7a709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4c61a33-cf9d-4220-9d28-e22692e7a709.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f4c61a33-cf9d-4220-9d28-e22692e7a709.shogun-image {
    
    
  }


.s-f4c61a33-cf9d-4220-9d28-e22692e7a709 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4c61a33-cf9d-4220-9d28-e22692e7a709.shg-align-container {
  text-align: center
}

.s-f4c61a33-cf9d-4220-9d28-e22692e7a709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4c61a33-cf9d-4220-9d28-e22692e7a709.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f4c61a33-cf9d-4220-9d28-e22692e7a709.shogun-image {
    
    
  }


.s-f4c61a33-cf9d-4220-9d28-e22692e7a709 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4c61a33-cf9d-4220-9d28-e22692e7a709.shg-align-container {
  text-align: center
}

.s-f4c61a33-cf9d-4220-9d28-e22692e7a709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4c61a33-cf9d-4220-9d28-e22692e7a709.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f4c61a33-cf9d-4220-9d28-e22692e7a709.shogun-image {
    
    
  }


.s-f4c61a33-cf9d-4220-9d28-e22692e7a709 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4c61a33-cf9d-4220-9d28-e22692e7a709.shg-align-container {
  text-align: center
}

.s-f4c61a33-cf9d-4220-9d28-e22692e7a709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4c61a33-cf9d-4220-9d28-e22692e7a709.shogun-image {
  box-sizing: border-box;
}


}
#s-3a212b07-741e-479f-b04f-ea61e479b49d {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 9px;
text-align: center;
}







  img.s-3a212b07-741e-479f-b04f-ea61e479b49d.shogun-image {
    
    
  }


.s-3a212b07-741e-479f-b04f-ea61e479b49d .shogun-image-content {
  
    align-items: center;
  
}

.s-3a212b07-741e-479f-b04f-ea61e479b49d.shg-align-container {
  text-align: center
}

.s-3a212b07-741e-479f-b04f-ea61e479b49d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a212b07-741e-479f-b04f-ea61e479b49d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3a212b07-741e-479f-b04f-ea61e479b49d.shogun-image {
    
    
  }


.s-3a212b07-741e-479f-b04f-ea61e479b49d .shogun-image-content {
  
    align-items: center;
  
}

.s-3a212b07-741e-479f-b04f-ea61e479b49d.shg-align-container {
  text-align: center
}

.s-3a212b07-741e-479f-b04f-ea61e479b49d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a212b07-741e-479f-b04f-ea61e479b49d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3a212b07-741e-479f-b04f-ea61e479b49d.shogun-image {
    
    
  }


.s-3a212b07-741e-479f-b04f-ea61e479b49d .shogun-image-content {
  
    align-items: center;
  
}

.s-3a212b07-741e-479f-b04f-ea61e479b49d.shg-align-container {
  text-align: center
}

.s-3a212b07-741e-479f-b04f-ea61e479b49d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a212b07-741e-479f-b04f-ea61e479b49d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3a212b07-741e-479f-b04f-ea61e479b49d.shogun-image {
    
    
  }


.s-3a212b07-741e-479f-b04f-ea61e479b49d .shogun-image-content {
  
    align-items: center;
  
}

.s-3a212b07-741e-479f-b04f-ea61e479b49d.shg-align-container {
  text-align: center
}

.s-3a212b07-741e-479f-b04f-ea61e479b49d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a212b07-741e-479f-b04f-ea61e479b49d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3a212b07-741e-479f-b04f-ea61e479b49d.shogun-image {
    
    
  }


.s-3a212b07-741e-479f-b04f-ea61e479b49d .shogun-image-content {
  
    align-items: center;
  
}

.s-3a212b07-741e-479f-b04f-ea61e479b49d.shg-align-container {
  text-align: center
}

.s-3a212b07-741e-479f-b04f-ea61e479b49d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a212b07-741e-479f-b04f-ea61e479b49d.shogun-image {
  box-sizing: border-box;
}


}
#s-2e2c61fe-57c3-4bc1-9f4a-0f200f1f5acb {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-2e2c61fe-57c3-4bc1-9f4a-0f200f1f5acb.shogun-image {
    
    
  }


.s-2e2c61fe-57c3-4bc1-9f4a-0f200f1f5acb .shogun-image-content {
  
    align-items: center;
  
}

.s-2e2c61fe-57c3-4bc1-9f4a-0f200f1f5acb.shg-align-container {
  text-align: center
}

.s-2e2c61fe-57c3-4bc1-9f4a-0f200f1f5acb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e2c61fe-57c3-4bc1-9f4a-0f200f1f5acb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2e2c61fe-57c3-4bc1-9f4a-0f200f1f5acb.shogun-image {
    
    
  }


.s-2e2c61fe-57c3-4bc1-9f4a-0f200f1f5acb .shogun-image-content {
  
    align-items: center;
  
}

.s-2e2c61fe-57c3-4bc1-9f4a-0f200f1f5acb.shg-align-container {
  text-align: center
}

.s-2e2c61fe-57c3-4bc1-9f4a-0f200f1f5acb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e2c61fe-57c3-4bc1-9f4a-0f200f1f5acb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2e2c61fe-57c3-4bc1-9f4a-0f200f1f5acb.shogun-image {
    
    
  }


.s-2e2c61fe-57c3-4bc1-9f4a-0f200f1f5acb .shogun-image-content {
  
    align-items: center;
  
}

.s-2e2c61fe-57c3-4bc1-9f4a-0f200f1f5acb.shg-align-container {
  text-align: center
}

.s-2e2c61fe-57c3-4bc1-9f4a-0f200f1f5acb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e2c61fe-57c3-4bc1-9f4a-0f200f1f5acb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2e2c61fe-57c3-4bc1-9f4a-0f200f1f5acb.shogun-image {
    
    
  }


.s-2e2c61fe-57c3-4bc1-9f4a-0f200f1f5acb .shogun-image-content {
  
    align-items: center;
  
}

.s-2e2c61fe-57c3-4bc1-9f4a-0f200f1f5acb.shg-align-container {
  text-align: center
}

.s-2e2c61fe-57c3-4bc1-9f4a-0f200f1f5acb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e2c61fe-57c3-4bc1-9f4a-0f200f1f5acb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2e2c61fe-57c3-4bc1-9f4a-0f200f1f5acb.shogun-image {
    
    
  }


.s-2e2c61fe-57c3-4bc1-9f4a-0f200f1f5acb .shogun-image-content {
  
    align-items: center;
  
}

.s-2e2c61fe-57c3-4bc1-9f4a-0f200f1f5acb.shg-align-container {
  text-align: center
}

.s-2e2c61fe-57c3-4bc1-9f4a-0f200f1f5acb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e2c61fe-57c3-4bc1-9f4a-0f200f1f5acb.shogun-image {
  box-sizing: border-box;
}


}
#s-1bbfb574-652c-44f3-a668-51a42ecc01f8 {
  margin-top: 0px;
margin-bottom: 60px;
min-height: 50px;
}








#s-1bbfb574-652c-44f3-a668-51a42ecc01f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bbfb574-652c-44f3-a668-51a42ecc01f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c38411a5-8df8-47b7-bd8f-af0c82951cfb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c38411a5-8df8-47b7-bd8f-af0c82951cfb .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-feb1f6df-4058-419b-bdc5-25e505849893 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-feb1f6df-4058-419b-bdc5-25e505849893 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-feb1f6df-4058-419b-bdc5-25e505849893 .shg-sld-nav-button.shg-sld-left,
#s-feb1f6df-4058-419b-bdc5-25e505849893 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-0fad07c5-8899-4867-9918-38877380eeab {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-0fad07c5-8899-4867-9918-38877380eeab.shogun-image {
    
    
  }


.s-0fad07c5-8899-4867-9918-38877380eeab .shogun-image-content {
  
    align-items: center;
  
}

.s-0fad07c5-8899-4867-9918-38877380eeab.shg-align-container {
  text-align: center
}

.s-0fad07c5-8899-4867-9918-38877380eeab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fad07c5-8899-4867-9918-38877380eeab.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0fad07c5-8899-4867-9918-38877380eeab.shogun-image {
    
    
  }


.s-0fad07c5-8899-4867-9918-38877380eeab .shogun-image-content {
  
    align-items: center;
  
}

.s-0fad07c5-8899-4867-9918-38877380eeab.shg-align-container {
  text-align: center
}

.s-0fad07c5-8899-4867-9918-38877380eeab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fad07c5-8899-4867-9918-38877380eeab.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0fad07c5-8899-4867-9918-38877380eeab.shogun-image {
    
    
  }


.s-0fad07c5-8899-4867-9918-38877380eeab .shogun-image-content {
  
    align-items: center;
  
}

.s-0fad07c5-8899-4867-9918-38877380eeab.shg-align-container {
  text-align: center
}

.s-0fad07c5-8899-4867-9918-38877380eeab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fad07c5-8899-4867-9918-38877380eeab.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0fad07c5-8899-4867-9918-38877380eeab.shogun-image {
    
    
  }


.s-0fad07c5-8899-4867-9918-38877380eeab .shogun-image-content {
  
    align-items: center;
  
}

.s-0fad07c5-8899-4867-9918-38877380eeab.shg-align-container {
  text-align: center
}

.s-0fad07c5-8899-4867-9918-38877380eeab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fad07c5-8899-4867-9918-38877380eeab.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0fad07c5-8899-4867-9918-38877380eeab.shogun-image {
    
    
  }


.s-0fad07c5-8899-4867-9918-38877380eeab .shogun-image-content {
  
    align-items: center;
  
}

.s-0fad07c5-8899-4867-9918-38877380eeab.shg-align-container {
  text-align: center
}

.s-0fad07c5-8899-4867-9918-38877380eeab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fad07c5-8899-4867-9918-38877380eeab.shogun-image {
  box-sizing: border-box;
}


}
#s-2eb4ed2a-eb15-4d2a-ab3c-bff00f7209ff {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 9px;
text-align: center;
}







  img.s-2eb4ed2a-eb15-4d2a-ab3c-bff00f7209ff.shogun-image {
    
    
  }


.s-2eb4ed2a-eb15-4d2a-ab3c-bff00f7209ff .shogun-image-content {
  
    align-items: center;
  
}

.s-2eb4ed2a-eb15-4d2a-ab3c-bff00f7209ff.shg-align-container {
  text-align: center
}

.s-2eb4ed2a-eb15-4d2a-ab3c-bff00f7209ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2eb4ed2a-eb15-4d2a-ab3c-bff00f7209ff.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2eb4ed2a-eb15-4d2a-ab3c-bff00f7209ff.shogun-image {
    
    
  }


.s-2eb4ed2a-eb15-4d2a-ab3c-bff00f7209ff .shogun-image-content {
  
    align-items: center;
  
}

.s-2eb4ed2a-eb15-4d2a-ab3c-bff00f7209ff.shg-align-container {
  text-align: center
}

.s-2eb4ed2a-eb15-4d2a-ab3c-bff00f7209ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2eb4ed2a-eb15-4d2a-ab3c-bff00f7209ff.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2eb4ed2a-eb15-4d2a-ab3c-bff00f7209ff.shogun-image {
    
    
  }


.s-2eb4ed2a-eb15-4d2a-ab3c-bff00f7209ff .shogun-image-content {
  
    align-items: center;
  
}

.s-2eb4ed2a-eb15-4d2a-ab3c-bff00f7209ff.shg-align-container {
  text-align: center
}

.s-2eb4ed2a-eb15-4d2a-ab3c-bff00f7209ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2eb4ed2a-eb15-4d2a-ab3c-bff00f7209ff.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2eb4ed2a-eb15-4d2a-ab3c-bff00f7209ff.shogun-image {
    
    
  }


.s-2eb4ed2a-eb15-4d2a-ab3c-bff00f7209ff .shogun-image-content {
  
    align-items: center;
  
}

.s-2eb4ed2a-eb15-4d2a-ab3c-bff00f7209ff.shg-align-container {
  text-align: center
}

.s-2eb4ed2a-eb15-4d2a-ab3c-bff00f7209ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2eb4ed2a-eb15-4d2a-ab3c-bff00f7209ff.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2eb4ed2a-eb15-4d2a-ab3c-bff00f7209ff.shogun-image {
    
    
  }


.s-2eb4ed2a-eb15-4d2a-ab3c-bff00f7209ff .shogun-image-content {
  
    align-items: center;
  
}

.s-2eb4ed2a-eb15-4d2a-ab3c-bff00f7209ff.shg-align-container {
  text-align: center
}

.s-2eb4ed2a-eb15-4d2a-ab3c-bff00f7209ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2eb4ed2a-eb15-4d2a-ab3c-bff00f7209ff.shogun-image {
  box-sizing: border-box;
}


}
#s-f0bbf56d-7951-488a-815d-3432c2c29da8 {
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 10px;
text-align: center;
}







  img.s-f0bbf56d-7951-488a-815d-3432c2c29da8.shogun-image {
    
    
  }


.s-f0bbf56d-7951-488a-815d-3432c2c29da8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0bbf56d-7951-488a-815d-3432c2c29da8.shg-align-container {
  text-align: center
}

.s-f0bbf56d-7951-488a-815d-3432c2c29da8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0bbf56d-7951-488a-815d-3432c2c29da8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f0bbf56d-7951-488a-815d-3432c2c29da8.shogun-image {
    
    
  }


.s-f0bbf56d-7951-488a-815d-3432c2c29da8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0bbf56d-7951-488a-815d-3432c2c29da8.shg-align-container {
  text-align: center
}

.s-f0bbf56d-7951-488a-815d-3432c2c29da8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0bbf56d-7951-488a-815d-3432c2c29da8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f0bbf56d-7951-488a-815d-3432c2c29da8.shogun-image {
    
    
  }


.s-f0bbf56d-7951-488a-815d-3432c2c29da8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0bbf56d-7951-488a-815d-3432c2c29da8.shg-align-container {
  text-align: center
}

.s-f0bbf56d-7951-488a-815d-3432c2c29da8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0bbf56d-7951-488a-815d-3432c2c29da8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f0bbf56d-7951-488a-815d-3432c2c29da8.shogun-image {
    
    
  }


.s-f0bbf56d-7951-488a-815d-3432c2c29da8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0bbf56d-7951-488a-815d-3432c2c29da8.shg-align-container {
  text-align: center
}

.s-f0bbf56d-7951-488a-815d-3432c2c29da8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0bbf56d-7951-488a-815d-3432c2c29da8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f0bbf56d-7951-488a-815d-3432c2c29da8.shogun-image {
    
    
  }


.s-f0bbf56d-7951-488a-815d-3432c2c29da8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0bbf56d-7951-488a-815d-3432c2c29da8.shg-align-container {
  text-align: center
}

.s-f0bbf56d-7951-488a-815d-3432c2c29da8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0bbf56d-7951-488a-815d-3432c2c29da8.shogun-image {
  box-sizing: border-box;
}


}
#s-68b2cee9-a259-44a8-953d-a41634dd2546 {
  min-height: 50px;
background-color: rgba(183, 232, 7, 1);
}
@media (min-width: 1200px){#s-68b2cee9-a259-44a8-953d-a41634dd2546 {
  display: none;
}
#s-68b2cee9-a259-44a8-953d-a41634dd2546, #wrap-s-68b2cee9-a259-44a8-953d-a41634dd2546 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68b2cee9-a259-44a8-953d-a41634dd2546 {
  display: none;
}
#s-68b2cee9-a259-44a8-953d-a41634dd2546, #wrap-s-68b2cee9-a259-44a8-953d-a41634dd2546 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-68b2cee9-a259-44a8-953d-a41634dd2546 {
  display: none;
}
#s-68b2cee9-a259-44a8-953d-a41634dd2546, #wrap-s-68b2cee9-a259-44a8-953d-a41634dd2546 { display:none !important; }}@media (max-width: 767px){#s-68b2cee9-a259-44a8-953d-a41634dd2546 {
  
}
}







#s-68b2cee9-a259-44a8-953d-a41634dd2546 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68b2cee9-a259-44a8-953d-a41634dd2546.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0a3dac5-c010-4025-a052-96acae07660f {
  margin-top: -10px;
margin-bottom: 0px;
text-align: left;
}

#s-b2fead19-9256-43e5-8eb9-8cfa0c61ab2b {
  margin-top: 0px;
padding-top: 40px;
padding-bottom: 30px;
}

#s-455baf7a-c142-42b1-bd0c-3fd63ab64ee7 {
  margin-bottom: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 100px;
background-color: rgba(56, 7, 232, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-455baf7a-c142-42b1-bd0c-3fd63ab64ee7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-455baf7a-c142-42b1-bd0c-3fd63ab64ee7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-455baf7a-c142-42b1-bd0c-3fd63ab64ee7-root {
    text-align: center;
  }


#s-455baf7a-c142-42b1-bd0c-3fd63ab64ee7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-455baf7a-c142-42b1-bd0c-3fd63ab64ee7-root {
    text-align: center;
  }


#s-455baf7a-c142-42b1-bd0c-3fd63ab64ee7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-455baf7a-c142-42b1-bd0c-3fd63ab64ee7-root {
    text-align: center;
  }


#s-455baf7a-c142-42b1-bd0c-3fd63ab64ee7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-455baf7a-c142-42b1-bd0c-3fd63ab64ee7-root {
    text-align: center;
  }


#s-455baf7a-c142-42b1-bd0c-3fd63ab64ee7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-455baf7a-c142-42b1-bd0c-3fd63ab64ee7-root {
    text-align: center;
  }


#s-455baf7a-c142-42b1-bd0c-3fd63ab64ee7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Fjalla One;
  display:  inline-block ;
}
}
#s-8f636cf8-8494-4ca4-b74c-830f0bc1f28c {
  padding-top: 40px;
padding-bottom: 60px;
min-height: 50px;
}
@media (min-width: 1200px){#s-8f636cf8-8494-4ca4-b74c-830f0bc1f28c {
  display: none;
}
#s-8f636cf8-8494-4ca4-b74c-830f0bc1f28c, #wrap-s-8f636cf8-8494-4ca4-b74c-830f0bc1f28c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f636cf8-8494-4ca4-b74c-830f0bc1f28c {
  display: none;
}
#s-8f636cf8-8494-4ca4-b74c-830f0bc1f28c, #wrap-s-8f636cf8-8494-4ca4-b74c-830f0bc1f28c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8f636cf8-8494-4ca4-b74c-830f0bc1f28c {
  display: none;
}
#s-8f636cf8-8494-4ca4-b74c-830f0bc1f28c, #wrap-s-8f636cf8-8494-4ca4-b74c-830f0bc1f28c { display:none !important; }}@media (max-width: 767px){#s-8f636cf8-8494-4ca4-b74c-830f0bc1f28c {
  
}
}







#s-8f636cf8-8494-4ca4-b74c-830f0bc1f28c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f636cf8-8494-4ca4-b74c-830f0bc1f28c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83aa1182-88a0-4fb3-bedb-a7d2792af271 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-83aa1182-88a0-4fb3-bedb-a7d2792af271 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e4e59bcb-2549-4ee3-889e-3e9ca5211e9c {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e4e59bcb-2549-4ee3-889e-3e9ca5211e9c {
  padding-top: 8%;
padding-bottom: 8%;
}
}
@media (min-width: 0px) {
[id="s-e4e59bcb-2549-4ee3-889e-3e9ca5211e9c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 768px) {
[id="s-e4e59bcb-2549-4ee3-889e-3e9ca5211e9c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-e4e59bcb-2549-4ee3-889e-3e9ca5211e9c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4e59bcb-2549-4ee3-889e-3e9ca5211e9c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

#s-150b379b-7b25-427e-a991-659c23d8f95e {
  padding-left: 0px;
padding-right: 0px;
text-align: center;
}







  #s-150b379b-7b25-427e-a991-659c23d8f95e img.shogun-image {
    

    
    
    
  }


#s-150b379b-7b25-427e-a991-659c23d8f95e .shogun-image-content {
  
    align-items: center;
  
}

#s-660a951b-0ceb-4b95-9134-1a95f02677e8 {
  text-align: center;
}







  #s-660a951b-0ceb-4b95-9134-1a95f02677e8 img.shogun-image {
    

    
    
    
  }


#s-660a951b-0ceb-4b95-9134-1a95f02677e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb212a28-e430-4879-a3dc-e5e31039322d {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bb212a28-e430-4879-a3dc-e5e31039322d {
  padding-top: 8%;
padding-bottom: 8%;
}
}
@media (min-width: 0px) {
[id="s-bb212a28-e430-4879-a3dc-e5e31039322d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 768px) {
[id="s-bb212a28-e430-4879-a3dc-e5e31039322d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-bb212a28-e430-4879-a3dc-e5e31039322d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb212a28-e430-4879-a3dc-e5e31039322d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

#s-0a70f4a3-0c17-4bbc-a90d-2eb2013507bf {
  text-align: center;
}







  #s-0a70f4a3-0c17-4bbc-a90d-2eb2013507bf img.shogun-image {
    

    
    
    
  }


#s-0a70f4a3-0c17-4bbc-a90d-2eb2013507bf .shogun-image-content {
  
    align-items: center;
  
}

#s-1127e6e9-3cdd-4a55-a7c3-e9f562e9a01c {
  text-align: center;
}







  #s-1127e6e9-3cdd-4a55-a7c3-e9f562e9a01c img.shogun-image {
    

    
    
    
  }


#s-1127e6e9-3cdd-4a55-a7c3-e9f562e9a01c .shogun-image-content {
  
    align-items: center;
  
}

#s-e8643dcb-a997-4695-a91c-430d7cb98dd6 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e8643dcb-a997-4695-a91c-430d7cb98dd6 {
  padding-top: 8%;
padding-bottom: 8%;
}
}
@media (min-width: 0px) {
[id="s-e8643dcb-a997-4695-a91c-430d7cb98dd6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 768px) {
[id="s-e8643dcb-a997-4695-a91c-430d7cb98dd6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-e8643dcb-a997-4695-a91c-430d7cb98dd6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8643dcb-a997-4695-a91c-430d7cb98dd6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

#s-36521be8-8bae-40f8-a516-9f28ae80e759 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
text-align: center;
}







  #s-36521be8-8bae-40f8-a516-9f28ae80e759 img.shogun-image {
    

    
    
    
  }


#s-36521be8-8bae-40f8-a516-9f28ae80e759 .shogun-image-content {
  
    align-items: center;
  
}

#s-a32de766-05a7-4027-ae6b-af3b0664ce1c {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}







  #s-a32de766-05a7-4027-ae6b-af3b0664ce1c img.shogun-image {
    

    
    
    
  }


#s-a32de766-05a7-4027-ae6b-af3b0664ce1c .shogun-image-content {
  
    align-items: center;
  
}

#s-69d44181-350e-4e04-b21e-d20eb5c83772 {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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