.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-d3ab3ae7-4794-4d22-a6e2-a3ec231aeac3 {
  margin-left: auto;
margin-right: auto;
padding-top: 7px;
padding-left: 15px;
padding-bottom: 7px;
padding-right: 15px;
min-height: 50px;
max-width: 1120px;
}








#s-d3ab3ae7-4794-4d22-a6e2-a3ec231aeac3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3ab3ae7-4794-4d22-a6e2-a3ec231aeac3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-cceff892-fb6b-421f-8fc2-f824fd78f492"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cceff892-fb6b-421f-8fc2-f824fd78f492"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cceff892-fb6b-421f-8fc2-f824fd78f492"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cceff892-fb6b-421f-8fc2-f824fd78f492"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cceff892-fb6b-421f-8fc2-f824fd78f492"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cceff892-fb6b-421f-8fc2-f824fd78f492"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cceff892-fb6b-421f-8fc2-f824fd78f492"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

}

#s-bdf039bc-4a7b-4b9a-92f6-8080d8640903 {
  min-height: 50px;
}








#s-bdf039bc-4a7b-4b9a-92f6-8080d8640903 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdf039bc-4a7b-4b9a-92f6-8080d8640903.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-96877351-1515-45f8-bbae-4d13a1d7a5cc {
  max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-96877351-1515-45f8-bbae-4d13a1d7a5cc {
  margin-left: auto;
margin-right: auto;
}
}






  #s-96877351-1515-45f8-bbae-4d13a1d7a5cc img.shogun-image {
    

    
    
    
  }


#s-96877351-1515-45f8-bbae-4d13a1d7a5cc .shogun-image-content {
  
    align-items: center;
  
}

#s-c3c81844-784f-4087-bb2d-69aeaec96760 {
  min-height: 50px;
}








#s-c3c81844-784f-4087-bb2d-69aeaec96760 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3c81844-784f-4087-bb2d-69aeaec96760.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8f120b6-8455-4621-95f5-d569c1a0a0b2 {
  text-align: left;
}

#s-bc4ca42f-4fda-4bc1-9fb4-216ebfabbff6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}

#s-bc4ca42f-4fda-4bc1-9fb4-216ebfabbff6 {
  background-image: url(https://i.shgcdn.com/32d159b0-bb5c-4f98-b11e-0f1ae4803f14/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-bc4ca42f-4fda-4bc1-9fb4-216ebfabbff6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.7;
}#s-bc4ca42f-4fda-4bc1-9fb4-216ebfabbff6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9161d276-2a62-4251-9c1e-2b47944a4009 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 0px;
max-width: 1120px;
background-attachment: scroll;
}








#s-9161d276-2a62-4251-9c1e-2b47944a4009 > .shg-box-overlay {
  background-color: rgba(50, 1, 105, 0);
  opacity: 0;
}#s-9161d276-2a62-4251-9c1e-2b47944a4009.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-a7ffb6d2-1698-4c84-92ee-0aab619ae684 {
  margin-top: 60px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7ffb6d2-1698-4c84-92ee-0aab619ae684 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-f20b4ac8-5513-48c2-a81e-ac0547787b84 {
  text-align: left;
}

#s-1525b474-996d-4986-93b7-a204dae8998d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-1525b474-996d-4986-93b7-a204dae8998d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1525b474-996d-4986-93b7-a204dae8998d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8a1942d2-0800-44b3-ae8a-0b8f878253c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a1942d2-0800-44b3-ae8a-0b8f878253c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-8a1942d2-0800-44b3-ae8a-0b8f878253c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8a1942d2-0800-44b3-ae8a-0b8f878253c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-8a1942d2-0800-44b3-ae8a-0b8f878253c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8a1942d2-0800-44b3-ae8a-0b8f878253c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-8a1942d2-0800-44b3-ae8a-0b8f878253c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

#s-9549ee3e-d896-4159-bafb-e28ffa1e52a1 {
  min-height: 50px;
}








#s-9549ee3e-d896-4159-bafb-e28ffa1e52a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9549ee3e-d896-4159-bafb-e28ffa1e52a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5ed9198-84ce-45a2-897b-bae557302cc5 {
  margin-left: auto;
margin-right: auto;
border-radius: 50px;
max-width: 80px;
text-align: center;
}







  #s-f5ed9198-84ce-45a2-897b-bae557302cc5 img.shogun-image {
    

    
    
    
  }


#s-f5ed9198-84ce-45a2-897b-bae557302cc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-2191930c-4792-4085-901f-e218764d909e {
  min-height: 50px;
}








#s-2191930c-4792-4085-901f-e218764d909e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2191930c-4792-4085-901f-e218764d909e.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-62d041fa-a0d4-41a3-a4e5-8f0a4362a844 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-53b2033b-e866-4277-9ef0-dbd7da4c1db3 {
  min-height: 15px;
}








#s-53b2033b-e866-4277-9ef0-dbd7da4c1db3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53b2033b-e866-4277-9ef0-dbd7da4c1db3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e05c7bd-7c92-4f13-9487-25e09d335185 {
  padding-top: 0px;
padding-bottom: 25px;
min-height: 50px;
}








#s-8e05c7bd-7c92-4f13-9487-25e09d335185 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e05c7bd-7c92-4f13-9487-25e09d335185.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b72fe84-6f25-45c5-a7e7-55df7cfc2565 {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1120px;
}








#s-1b72fe84-6f25-45c5-a7e7-55df7cfc2565 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b72fe84-6f25-45c5-a7e7-55df7cfc2565.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9add98e-d3d5-4852-b2d4-751ef7b58687 {
  margin-top: 15px;
margin-bottom: 0px;
padding-top: 1px;
padding-bottom: 1px;
}

#s-19982c0c-89d1-4d08-bedb-7cca18ab0e6a {
  margin-top: 30px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-19982c0c-89d1-4d08-bedb-7cca18ab0e6a .shogun-heading-component h1 {
  color: rgba(255, 47, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-7beaefc9-484b-4e52-acdb-591135ea6e5f {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-7beaefc9-484b-4e52-acdb-591135ea6e5f img.shogun-image {
    

    
    
    
  }


#s-7beaefc9-484b-4e52-acdb-591135ea6e5f .shogun-image-content {
  
    align-items: center;
  
}

#s-ef6bae62-0c38-43f4-8257-d82a4af6638a {
  margin-top: 30px;
margin-bottom: 15px;
padding-top: 15px;
padding-bottom: 10px;
text-align: left;
}

#s-ef6bae62-0c38-43f4-8257-d82a4af6638a .shogun-heading-component h1 {
  color: rgba(255, 47, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-62b473d8-5a26-4811-a7c8-b4161c6e81ab {
  border-style: solid;
margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
max-width: 800px;
text-align: center;
}







  #s-62b473d8-5a26-4811-a7c8-b4161c6e81ab img.shogun-image {
    

    
    
    
  }


#s-62b473d8-5a26-4811-a7c8-b4161c6e81ab .shogun-image-content {
  
    align-items: center;
  
}

#s-8cfe0ea6-9965-4eb0-8a27-b815bb5d574c {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-e6e4cbbc-35de-4571-b93e-342b29646870 {
  margin-top: 30px;
margin-bottom: 15px;
padding-top: 15px;
padding-bottom: 10px;
text-align: left;
}

#s-e6e4cbbc-35de-4571-b93e-342b29646870 .shogun-heading-component h1 {
  color: rgba(255, 47, 142, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-fdae5dbd-e54e-4727-8929-716c8faece69 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-fdae5dbd-e54e-4727-8929-716c8faece69 img.shogun-image {
    

    
    
    
  }


#s-fdae5dbd-e54e-4727-8929-716c8faece69 .shogun-image-content {
  
    align-items: center;
  
}

#s-a791a45a-2d9f-427f-b8a9-ebf8066ed525 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-117a1a76-a687-434e-be3f-01b5b7936cff {
  padding-top: 30px;
padding-bottom: 60px;
min-height: 50px;
}








#s-117a1a76-a687-434e-be3f-01b5b7936cff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-117a1a76-a687-434e-be3f-01b5b7936cff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbd3b505-9ae4-4f85-a8a6-dd2b8abf42ee {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1120px;
}








#s-bbd3b505-9ae4-4f85-a8a6-dd2b8abf42ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbd3b505-9ae4-4f85-a8a6-dd2b8abf42ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70c028bb-ffbd-417e-b55e-0589a5c99f7c {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70c028bb-ffbd-417e-b55e-0589a5c99f7c .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-783ec450-0460-4e43-99ed-c72b41f0a1b1 {
  margin-bottom: 30px;
}

#s-b0936be4-afc0-46fc-8423-5d6e870b7f7f {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-b0936be4-afc0-46fc-8423-5d6e870b7f7f .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a3c589b5-f062-4afe-8ec4-7a229352e422 {
  margin-bottom: 30px;
}

#s-c86ba904-c394-493f-b41d-1f63bcce087b {
  text-align: center;
}







  #s-c86ba904-c394-493f-b41d-1f63bcce087b img.shogun-image {
    

    
    
    
  }


#s-c86ba904-c394-493f-b41d-1f63bcce087b .shogun-image-content {
  
    align-items: center;
  
}

#s-42854ec0-ea2b-413e-815a-9be3bd32e93c {
  margin-bottom: 30px;
padding-top: 20px;
}

#s-d22eac5a-3c2b-4692-983a-5fe329b07ce2 {
  margin-bottom: 30px;
padding-top: 30px;
padding-bottom: 15px;
text-align: center;
}

#s-d22eac5a-3c2b-4692-983a-5fe329b07ce2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-f9171654-3abb-4410-b4d6-58c87ecbdb7f {
  margin-bottom: 30px;
}

#s-be01fa8c-cb18-428c-89d5-ea5fd32a7e1f {
  margin-bottom: 30px;
padding-top: 30px;
padding-bottom: 0px;
text-align: center;
}

#s-be01fa8c-cb18-428c-89d5-ea5fd32a7e1f .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-5cf80fda-8f16-4062-a4fe-5057786ff20a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1120px;
}








#s-5cf80fda-8f16-4062-a4fe-5057786ff20a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cf80fda-8f16-4062-a4fe-5057786ff20a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1412787d-b32c-4405-954c-215055c884b4 {
  margin-top: 0px;
}

#s-bc7c5d29-f9d1-41d8-8d13-f06664434c3e {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-bc7c5d29-f9d1-41d8-8d13-f06664434c3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc7c5d29-f9d1-41d8-8d13-f06664434c3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-bc7c5d29-f9d1-41d8-8d13-f06664434c3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-bc7c5d29-f9d1-41d8-8d13-f06664434c3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-4336f6c1-b1d0-4a3d-8e77-09676cdd40b7 {
  margin-bottom: 15px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(9, 167, 107, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-4336f6c1-b1d0-4a3d-8e77-09676cdd40b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4336f6c1-b1d0-4a3d-8e77-09676cdd40b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19f1e181-cafa-4a3d-829e-e92c63b27ba2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(9, 167, 107, 1);
}

#s-19f1e181-cafa-4a3d-829e-e92c63b27ba2 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-9dd4c83e-66e7-4ed7-b0ef-d121468770d4 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-9dd4c83e-66e7-4ed7-b0ef-d121468770d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9dd4c83e-66e7-4ed7-b0ef-d121468770d4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9dd4c83e-66e7-4ed7-b0ef-d121468770d4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9dd4c83e-66e7-4ed7-b0ef-d121468770d4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9dd4c83e-66e7-4ed7-b0ef-d121468770d4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9dd4c83e-66e7-4ed7-b0ef-d121468770d4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9dd4c83e-66e7-4ed7-b0ef-d121468770d4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-e42a2697-1d3e-4dcd-9713-d78f4953f95e {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
min-height: 50px;
}








#s-e42a2697-1d3e-4dcd-9713-d78f4953f95e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e42a2697-1d3e-4dcd-9713-d78f4953f95e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82081ed5-223e-4e78-ab57-1d2f5b296fb9 {
  margin-left: auto;
margin-right: auto;
max-width: 90px;
text-align: center;
}







  #s-82081ed5-223e-4e78-ab57-1d2f5b296fb9 img.shogun-image {
    

    
    
    
  }


#s-82081ed5-223e-4e78-ab57-1d2f5b296fb9 .shogun-image-content {
  
    align-items: center;
  
}

#s-cdb7e9c7-5bb9-47df-802d-9339b5ea6e7c {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
min-height: 50px;
}








#s-cdb7e9c7-5bb9-47df-802d-9339b5ea6e7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdb7e9c7-5bb9-47df-802d-9339b5ea6e7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f60fbe13-5ba0-4150-ae7f-2b52b193990d {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-f60fbe13-5ba0-4150-ae7f-2b52b193990d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f60fbe13-5ba0-4150-ae7f-2b52b193990d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f60fbe13-5ba0-4150-ae7f-2b52b193990d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f60fbe13-5ba0-4150-ae7f-2b52b193990d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f60fbe13-5ba0-4150-ae7f-2b52b193990d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f60fbe13-5ba0-4150-ae7f-2b52b193990d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f60fbe13-5ba0-4150-ae7f-2b52b193990d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-d13b6343-9738-4a7d-9191-3a4413b0dfed {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
min-height: 50px;
}








#s-d13b6343-9738-4a7d-9191-3a4413b0dfed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d13b6343-9738-4a7d-9191-3a4413b0dfed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d4d735e-5e63-4a80-bc03-8f1986fdac13 {
  margin-left: auto;
margin-right: auto;
max-width: 90px;
text-align: center;
}







  #s-1d4d735e-5e63-4a80-bc03-8f1986fdac13 img.shogun-image {
    

    
    
    
  }


#s-1d4d735e-5e63-4a80-bc03-8f1986fdac13 .shogun-image-content {
  
    align-items: center;
  
}

#s-4004e69b-bc80-43f5-9108-50c725052444 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
min-height: 50px;
}








#s-4004e69b-bc80-43f5-9108-50c725052444 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4004e69b-bc80-43f5-9108-50c725052444.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9940c61-645c-474e-b9b4-229cf8455c1e {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d9940c61-645c-474e-b9b4-229cf8455c1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9940c61-645c-474e-b9b4-229cf8455c1e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d9940c61-645c-474e-b9b4-229cf8455c1e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d9940c61-645c-474e-b9b4-229cf8455c1e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d9940c61-645c-474e-b9b4-229cf8455c1e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9940c61-645c-474e-b9b4-229cf8455c1e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d9940c61-645c-474e-b9b4-229cf8455c1e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-97e5c352-da3a-4a89-85d5-292817a5c536 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
min-height: 50px;
}








#s-97e5c352-da3a-4a89-85d5-292817a5c536 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97e5c352-da3a-4a89-85d5-292817a5c536.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09986f23-5745-4b47-b134-4b51ed63780f {
  margin-left: auto;
margin-right: auto;
max-width: 90px;
text-align: center;
}







  #s-09986f23-5745-4b47-b134-4b51ed63780f img.shogun-image {
    

    
    
    
  }


#s-09986f23-5745-4b47-b134-4b51ed63780f .shogun-image-content {
  
    align-items: center;
  
}

#s-48debaa2-131f-4448-ba40-03529a7a0b21 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
min-height: 50px;
}








#s-48debaa2-131f-4448-ba40-03529a7a0b21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48debaa2-131f-4448-ba40-03529a7a0b21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-676e3a44-c693-4e06-b688-d919f4654826 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-676e3a44-c693-4e06-b688-d919f4654826"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-676e3a44-c693-4e06-b688-d919f4654826"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-676e3a44-c693-4e06-b688-d919f4654826"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-676e3a44-c693-4e06-b688-d919f4654826"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-676e3a44-c693-4e06-b688-d919f4654826"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-676e3a44-c693-4e06-b688-d919f4654826"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-676e3a44-c693-4e06-b688-d919f4654826"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-73f8223d-7d06-442a-8d9a-9bbafe03f682 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
min-height: 50px;
}








#s-73f8223d-7d06-442a-8d9a-9bbafe03f682 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73f8223d-7d06-442a-8d9a-9bbafe03f682.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54d6f5d8-cda3-40b2-b3f6-27551e1fac67 {
  margin-left: auto;
margin-right: auto;
max-width: 90px;
text-align: center;
}







  #s-54d6f5d8-cda3-40b2-b3f6-27551e1fac67 img.shogun-image {
    

    
    
    
  }


#s-54d6f5d8-cda3-40b2-b3f6-27551e1fac67 .shogun-image-content {
  
    align-items: center;
  
}

#s-01f11d1f-76ba-4c19-9b00-675682c2e702 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
min-height: 50px;
}








#s-01f11d1f-76ba-4c19-9b00-675682c2e702 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01f11d1f-76ba-4c19-9b00-675682c2e702.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a05e7137-1b3a-4c56-8341-552379748da2 {
  margin-bottom: 15px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(9, 167, 107, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-a05e7137-1b3a-4c56-8341-552379748da2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a05e7137-1b3a-4c56-8341-552379748da2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a499f694-641a-418c-8869-2e0d093212c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(9, 167, 107, 1);
}

#s-a499f694-641a-418c-8869-2e0d093212c6 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-aa8c4d31-ef98-4e15-9fb4-d7b9c85fc010 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-aa8c4d31-ef98-4e15-9fb4-d7b9c85fc010"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa8c4d31-ef98-4e15-9fb4-d7b9c85fc010"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aa8c4d31-ef98-4e15-9fb4-d7b9c85fc010"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aa8c4d31-ef98-4e15-9fb4-d7b9c85fc010"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aa8c4d31-ef98-4e15-9fb4-d7b9c85fc010"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa8c4d31-ef98-4e15-9fb4-d7b9c85fc010"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aa8c4d31-ef98-4e15-9fb4-d7b9c85fc010"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-5da257e0-db48-499f-ae40-d448ee91e999 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
min-height: 50px;
}








#s-5da257e0-db48-499f-ae40-d448ee91e999 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5da257e0-db48-499f-ae40-d448ee91e999.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c6baa6e-2c66-4154-8b7f-1f8e91186ad5 {
  margin-left: auto;
margin-right: auto;
max-width: 90px;
text-align: center;
}







  #s-3c6baa6e-2c66-4154-8b7f-1f8e91186ad5 img.shogun-image {
    

    
    
    
  }


#s-3c6baa6e-2c66-4154-8b7f-1f8e91186ad5 .shogun-image-content {
  
    align-items: center;
  
}

#s-e8c58ac2-9f39-49e8-87be-0e3376a621df {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
min-height: 50px;
}








#s-e8c58ac2-9f39-49e8-87be-0e3376a621df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8c58ac2-9f39-49e8-87be-0e3376a621df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4f695a2-e16a-4309-8257-a530c5ccc771 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-c4f695a2-e16a-4309-8257-a530c5ccc771"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4f695a2-e16a-4309-8257-a530c5ccc771"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c4f695a2-e16a-4309-8257-a530c5ccc771"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c4f695a2-e16a-4309-8257-a530c5ccc771"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c4f695a2-e16a-4309-8257-a530c5ccc771"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4f695a2-e16a-4309-8257-a530c5ccc771"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c4f695a2-e16a-4309-8257-a530c5ccc771"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-b97f2376-8c90-4b5f-a343-ea0773866b32 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
min-height: 50px;
}








#s-b97f2376-8c90-4b5f-a343-ea0773866b32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b97f2376-8c90-4b5f-a343-ea0773866b32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7332ad70-163a-45c4-a9df-15d6f25c1775 {
  margin-left: auto;
margin-right: auto;
max-width: 90px;
text-align: center;
}







  #s-7332ad70-163a-45c4-a9df-15d6f25c1775 img.shogun-image {
    

    
    
    
  }


#s-7332ad70-163a-45c4-a9df-15d6f25c1775 .shogun-image-content {
  
    align-items: center;
  
}

#s-6075fd75-6bc9-4ebc-ae59-dc85555d5301 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
min-height: 50px;
}








#s-6075fd75-6bc9-4ebc-ae59-dc85555d5301 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6075fd75-6bc9-4ebc-ae59-dc85555d5301.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e914363-5b07-40b7-bc67-23805f2b6b2a {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-9e914363-5b07-40b7-bc67-23805f2b6b2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e914363-5b07-40b7-bc67-23805f2b6b2a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9e914363-5b07-40b7-bc67-23805f2b6b2a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9e914363-5b07-40b7-bc67-23805f2b6b2a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9e914363-5b07-40b7-bc67-23805f2b6b2a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e914363-5b07-40b7-bc67-23805f2b6b2a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9e914363-5b07-40b7-bc67-23805f2b6b2a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-510c27a7-8bca-412c-857c-42e68cf20d9e {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
min-height: 50px;
}








#s-510c27a7-8bca-412c-857c-42e68cf20d9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-510c27a7-8bca-412c-857c-42e68cf20d9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-244ece9a-89f4-4f18-835b-875c62fd945b {
  margin-left: auto;
margin-right: auto;
max-width: 90px;
text-align: center;
}







  #s-244ece9a-89f4-4f18-835b-875c62fd945b img.shogun-image {
    

    
    
    
  }


#s-244ece9a-89f4-4f18-835b-875c62fd945b .shogun-image-content {
  
    align-items: center;
  
}

#s-7f072d43-3c41-4417-83c8-e9e07a43108f {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
min-height: 50px;
}








#s-7f072d43-3c41-4417-83c8-e9e07a43108f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f072d43-3c41-4417-83c8-e9e07a43108f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-500c67ff-d40f-4d54-94b1-bc5f240b4f53 {
  margin-top: 30px;
}

#s-887181f0-e4be-49d4-bba0-d838af586fbb {
  margin-bottom: 30px;
padding-top: 10px;
}

#s-018f7ad4-2733-4eed-850f-936da28aafa4 {
  text-align: center;
}







  #s-018f7ad4-2733-4eed-850f-936da28aafa4 img.shogun-image {
    

    
    
    
  }


#s-018f7ad4-2733-4eed-850f-936da28aafa4 .shogun-image-content {
  
    align-items: center;
  
}

#s-caa75539-213d-4117-b619-6ea6f8e7f729 {
  margin-bottom: 30px;
}

#s-196da0a8-f53a-4b1e-983b-95cac0ee6f03 {
  margin-top: 0px;
margin-bottom: 24px;
text-align: center;
}







  #s-196da0a8-f53a-4b1e-983b-95cac0ee6f03 img.shogun-image {
    

    
    
    
  }


#s-196da0a8-f53a-4b1e-983b-95cac0ee6f03 .shogun-image-content {
  
    align-items: center;
  
}

#s-0cad3ce0-95a6-4480-902a-8221031d6cec {
  margin-bottom: 30px;
}

#s-4779e55f-e199-4c73-a4a3-103cd1183439 {
  text-align: center;
}







  #s-4779e55f-e199-4c73-a4a3-103cd1183439 img.shogun-image {
    

    
    
    
  }


#s-4779e55f-e199-4c73-a4a3-103cd1183439 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf5e202a-1fef-4c4b-bf01-a2a3c290788c {
  margin-bottom: 30px;
}

#s-2f786727-6459-4b53-a0ca-d2d6143f6f94 {
  padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(250, 252, 253, 1);
}








#s-2f786727-6459-4b53-a0ca-d2d6143f6f94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f786727-6459-4b53-a0ca-d2d6143f6f94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1357219c-5148-4099-bf50-6e8a18093e2b {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1120px;
}








#s-1357219c-5148-4099-bf50-6e8a18093e2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1357219c-5148-4099-bf50-6e8a18093e2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa5cd022-16a4-4385-9536-48aee1f0c99c {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa5cd022-16a4-4385-9536-48aee1f0c99c .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-faec34dd-95c9-45df-8719-43530d955d53 {
  text-align: left;
}

#s-ac0c7356-6eba-4b35-a559-355ca957bbb8 {
  margin-left: 15%;
margin-right: 15%;
}

#s-e17ed89f-a87b-412b-833c-d9047a544da1 {
  padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(255, 223, 238, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e17ed89f-a87b-412b-833c-d9047a544da1 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-e17ed89f-a87b-412b-833c-d9047a544da1 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-e17ed89f-a87b-412b-833c-d9047a544da1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e17ed89f-a87b-412b-833c-d9047a544da1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ba2fcae-35fa-41ef-b732-54021a3b8453 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
min-height: 0px;
max-width: 1120px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-5ba2fcae-35fa-41ef-b732-54021a3b8453 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-5ba2fcae-35fa-41ef-b732-54021a3b8453 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ba2fcae-35fa-41ef-b732-54021a3b8453.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b1c5c5b-d597-42e3-bfb8-8199d54a7881 {
  padding-top: 6px;
padding-bottom: 6px;
text-align: center;
}







  #s-1b1c5c5b-d597-42e3-bfb8-8199d54a7881 img.shogun-image {
    

    
    
    
  }


#s-1b1c5c5b-d597-42e3-bfb8-8199d54a7881 .shogun-image-content {
  
    align-items: center;
  
}

#s-59c7e42d-833d-4fa4-9757-92df65451b22 {
  margin-top: 19px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4cdd4e5e-d527-46c7-b6e8-af78f0d95661 {
  padding-top: 60px;
padding-left: 12%;
padding-bottom: 0px;
padding-right: 12%;
min-height: 50px;
}

#s-4cdd4e5e-d527-46c7-b6e8-af78f0d95661 {
  background-image: url();
}








#s-4cdd4e5e-d527-46c7-b6e8-af78f0d95661 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cdd4e5e-d527-46c7-b6e8-af78f0d95661.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45e924a1-2e8c-404b-9f74-e4237cd7ce5a {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45e924a1-2e8c-404b-9f74-e4237cd7ce5a .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8ef53450-326c-4d34-b55a-b28ea16afb46 {
  margin-bottom: 30px;
}

#s-e0293178-7fb4-494d-9a15-635ff8b7ebb9 {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1120px;
}








#s-e0293178-7fb4-494d-9a15-635ff8b7ebb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0293178-7fb4-494d-9a15-635ff8b7ebb9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e592382b-278a-4a2c-a692-741d1d5ac310 {
  text-align: left;
}

#s-9089ab0b-5c98-48c4-9465-f397bd7defaf {
  padding-top: 0px;
padding-bottom: 60px;
min-height: 50px;
}








#s-9089ab0b-5c98-48c4-9465-f397bd7defaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9089ab0b-5c98-48c4-9465-f397bd7defaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-539af505-5e4e-4641-8646-4181179099f1 {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 900px;
}








#s-539af505-5e4e-4641-8646-4181179099f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-539af505-5e4e-4641-8646-4181179099f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-984eaeaf-7ca2-41ac-a9ae-fe04355b8f66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-984eaeaf-7ca2-41ac-a9ae-fe04355b8f66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-984eaeaf-7ca2-41ac-a9ae-fe04355b8f66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-984eaeaf-7ca2-41ac-a9ae-fe04355b8f66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-b7e01b50-e89f-4582-abd1-b28d004cb94d {
  margin-left: auto;
margin-right: auto;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(239, 239, 239, 1);
border-style: solid;
border-radius: 15px;
min-height: 50px;
max-width: 600px;
}








#s-b7e01b50-e89f-4582-abd1-b28d004cb94d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7e01b50-e89f-4582-abd1-b28d004cb94d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62a4bfdf-2045-41ec-800f-9dc15b0f34b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 84, 155, 1);
}

#s-62a4bfdf-2045-41ec-800f-9dc15b0f34b1 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}



#s-56b20ce2-cc50-44c4-ba2c-3af2d12e28f5 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
min-height: 50px;
}








#s-56b20ce2-cc50-44c4-ba2c-3af2d12e28f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56b20ce2-cc50-44c4-ba2c-3af2d12e28f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a853a373-5c8c-4015-8a46-e5728a71632c {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-a29f733f-4430-4171-8204-11f21bf5f13b {
  text-align: left;
}



.shg-c#s-a29f733f-4430-4171-8204-11f21bf5f13b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a29f733f-4430-4171-8204-11f21bf5f13b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a29f733f-4430-4171-8204-11f21bf5f13b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a29f733f-4430-4171-8204-11f21bf5f13b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a29f733f-4430-4171-8204-11f21bf5f13b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a29f733f-4430-4171-8204-11f21bf5f13b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a29f733f-4430-4171-8204-11f21bf5f13b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a29f733f-4430-4171-8204-11f21bf5f13b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a29f733f-4430-4171-8204-11f21bf5f13b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a29f733f-4430-4171-8204-11f21bf5f13b img.shogun-image {
  width: 100%;
}



}
#s-74a1bf6c-15a4-4a2c-ab5c-8b80b508f86c {
  text-align: left;
}

#s-5c654020-9df5-4fd3-8553-f56b9a60bf5c {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5c654020-9df5-4fd3-8553-f56b9a60bf5c .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  text-align: left;
}



.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

#s-2c66a7e7-d9bb-4df3-8cd7-93039567180d {
  margin-top: 5px;
margin-bottom: 15px;
text-align: left;
}

#s-2c66a7e7-d9bb-4df3-8cd7-93039567180d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2c66a7e7-d9bb-4df3-8cd7-93039567180d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2c66a7e7-d9bb-4df3-8cd7-93039567180d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2c66a7e7-d9bb-4df3-8cd7-93039567180d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-2c66a7e7-d9bb-4df3-8cd7-93039567180d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-2c66a7e7-d9bb-4df3-8cd7-93039567180d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-2c66a7e7-d9bb-4df3-8cd7-93039567180d .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-2c66a7e7-d9bb-4df3-8cd7-93039567180d .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-2c66a7e7-d9bb-4df3-8cd7-93039567180d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2c66a7e7-d9bb-4df3-8cd7-93039567180d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2c66a7e7-d9bb-4df3-8cd7-93039567180d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-2c66a7e7-d9bb-4df3-8cd7-93039567180d-btn-wrapper {
    text-align: center;
  }


#s-2c66a7e7-d9bb-4df3-8cd7-93039567180d .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-2c66a7e7-d9bb-4df3-8cd7-93039567180d .shg-variant-btn:hover {
  background: #252525;
}

#s-2c66a7e7-d9bb-4df3-8cd7-93039567180d .shg-variant-btn:active, #s-2c66a7e7-d9bb-4df3-8cd7-93039567180d .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-2c66a7e7-d9bb-4df3-8cd7-93039567180d .shg-variant-btn.disabled {
  background: #252525;
}

.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-218f3c38-df67-45ef-bb7e-9615078dcea8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(255, 159, 27, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-218f3c38-df67-45ef-bb7e-9615078dcea8:hover {background-color: rgba(235, 147, 26, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-218f3c38-df67-45ef-bb7e-9615078dcea8:active {background-color: rgba(255, 159, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-218f3c38-df67-45ef-bb7e-9615078dcea8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-218f3c38-df67-45ef-bb7e-9615078dcea8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-218f3c38-df67-45ef-bb7e-9615078dcea8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-218f3c38-df67-45ef-bb7e-9615078dcea8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ca4d313a-7c9d-4c57-8a6d-b6fa45da000f {
  margin-top: 15px;
}

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

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

#s-885c9559-a955-46ec-a7b9-13254d12cefe hr {
  border-top: 2px solid #ddd;
}

#s-c2b6eb8b-5bfd-4ddc-9cfc-4fc5d3c85d70 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-c2b6eb8b-5bfd-4ddc-9cfc-4fc5d3c85d70 img.shogun-image {
    

    
    
    
  }


#s-c2b6eb8b-5bfd-4ddc-9cfc-4fc5d3c85d70 .shogun-image-content {
  
    align-items: center;
  
}

#s-988655ac-784e-4250-818b-48500186981c {
  margin-bottom: 30px;
}

#s-e21b65a3-2dc8-4c58-ad16-d544df06305c hr {
  border-top: 2px solid #ddd;
}

#s-7ac58e53-cff4-42ad-a001-ad621a7697f0 {
  margin-top: 0px;
margin-bottom: 30px;
}

#s-1a760a66-3330-4be6-ad48-b12a57332247 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}







  #s-1a760a66-3330-4be6-ad48-b12a57332247 img.shogun-image {
    

    
    
    
  }


#s-1a760a66-3330-4be6-ad48-b12a57332247 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ebea1cb-f1bc-4b60-87f5-0cbc0626bd21 {
  box-shadow:0px 0px 0px 0px rgba(255, 84, 155, 1);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 84, 155, 1);
border-style: solid;
border-radius: 15px;
min-height: 50px;
max-width: 600px;
}








#s-6ebea1cb-f1bc-4b60-87f5-0cbc0626bd21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ebea1cb-f1bc-4b60-87f5-0cbc0626bd21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2af7493c-1822-473d-bc7c-a1306d45fcc4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 84, 155, 1);
}

#s-2af7493c-1822-473d-bc7c-a1306d45fcc4 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}



#s-ea09a06b-a8fb-416c-93a4-1cfbcf03bb5c {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
min-height: 50px;
}








#s-ea09a06b-a8fb-416c-93a4-1cfbcf03bb5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea09a06b-a8fb-416c-93a4-1cfbcf03bb5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f181e9b8-295d-494d-8859-454647ff849d {
  display: none;
}
#s-78627c68-9164-4ca4-977a-d44b54a934af {
  text-align: left;
}



.shg-c#s-78627c68-9164-4ca4-977a-d44b54a934af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78627c68-9164-4ca4-977a-d44b54a934af img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-78627c68-9164-4ca4-977a-d44b54a934af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78627c68-9164-4ca4-977a-d44b54a934af img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78627c68-9164-4ca4-977a-d44b54a934af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78627c68-9164-4ca4-977a-d44b54a934af img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78627c68-9164-4ca4-977a-d44b54a934af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78627c68-9164-4ca4-977a-d44b54a934af img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78627c68-9164-4ca4-977a-d44b54a934af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78627c68-9164-4ca4-977a-d44b54a934af img.shogun-image {
  width: 100%;
}



}
#s-45f8ff85-1e2b-4926-afb9-804dcc8ff338 {
  text-align: left;
}

#s-9c187856-ccf9-4b84-9f9d-a0d7d5f5e61c {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-9c187856-ccf9-4b84-9f9d-a0d7d5f5e61c .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-dbab1519-0cbf-4d2d-b2e1-9533be96142f {
  margin-top: 5px;
margin-bottom: 15px;
text-align: left;
}

#s-dbab1519-0cbf-4d2d-b2e1-9533be96142f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-dbab1519-0cbf-4d2d-b2e1-9533be96142f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-dbab1519-0cbf-4d2d-b2e1-9533be96142f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-dbab1519-0cbf-4d2d-b2e1-9533be96142f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-dbab1519-0cbf-4d2d-b2e1-9533be96142f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-dbab1519-0cbf-4d2d-b2e1-9533be96142f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-dbab1519-0cbf-4d2d-b2e1-9533be96142f .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-dbab1519-0cbf-4d2d-b2e1-9533be96142f .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-dbab1519-0cbf-4d2d-b2e1-9533be96142f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-dbab1519-0cbf-4d2d-b2e1-9533be96142f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-dbab1519-0cbf-4d2d-b2e1-9533be96142f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-dbab1519-0cbf-4d2d-b2e1-9533be96142f-btn-wrapper {
    text-align: center;
  }


#s-dbab1519-0cbf-4d2d-b2e1-9533be96142f .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-dbab1519-0cbf-4d2d-b2e1-9533be96142f .shg-variant-btn:hover {
  background: #252525;
}

#s-dbab1519-0cbf-4d2d-b2e1-9533be96142f .shg-variant-btn:active, #s-dbab1519-0cbf-4d2d-b2e1-9533be96142f .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-dbab1519-0cbf-4d2d-b2e1-9533be96142f .shg-variant-btn.disabled {
  background: #252525;
}

#s-480edc8c-cfc1-45be-83f6-d12f90dd7750 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(255, 159, 27, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-480edc8c-cfc1-45be-83f6-d12f90dd7750:hover {background-color: rgba(235, 147, 26, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-480edc8c-cfc1-45be-83f6-d12f90dd7750:active {background-color: rgba(255, 159, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-480edc8c-cfc1-45be-83f6-d12f90dd7750 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-480edc8c-cfc1-45be-83f6-d12f90dd7750.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-480edc8c-cfc1-45be-83f6-d12f90dd7750.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-480edc8c-cfc1-45be-83f6-d12f90dd7750.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a17588a6-517a-47e8-9764-2e3e18050a63 {
  margin-top: 15px;
}

#s-84a62c6c-7185-4a8d-ae49-3af5da7db899 hr {
  border-top: 2px solid #ddd;
}

#s-73cd4188-480c-4734-be00-42b6e6f37e77 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-73cd4188-480c-4734-be00-42b6e6f37e77 img.shogun-image {
    

    
    
    
  }


#s-73cd4188-480c-4734-be00-42b6e6f37e77 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7882f89-af6c-4119-99da-f69739004eb5 {
  margin-bottom: 30px;
}

#s-6192fc30-ba8e-481c-8415-3ac5ccdf1733 hr {
  border-top: 2px solid #ddd;
}

#s-e81f7b23-fbdb-46f0-9dbd-6348ec3424bb {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}







  #s-e81f7b23-fbdb-46f0-9dbd-6348ec3424bb img.shogun-image {
    

    
    
    
  }


#s-e81f7b23-fbdb-46f0-9dbd-6348ec3424bb .shogun-image-content {
  
    align-items: center;
  
}

#s-08c7a660-c6c0-4b07-85d5-d045b2a298f4 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-24157906-5401-408d-9ca3-6c69c3c3f8e4 {
  text-align: left;
}

#s-69b5ea65-df67-40b9-9f78-fdbb192b0397 hr {
  border-top: 2px solid #ddd;
}

#s-29d9b317-9fd9-4378-b876-2ffc774dc783 {
  margin-top: 0px;
margin-bottom: 30px;
}

#s-968537cd-b43c-4b2c-8253-03c092ddb088 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}







  #s-968537cd-b43c-4b2c-8253-03c092ddb088 img.shogun-image {
    

    
    
    
  }


#s-968537cd-b43c-4b2c-8253-03c092ddb088 .shogun-image-content {
  
    align-items: center;
  
}

#s-799aba92-7f9d-476e-956c-c00094845519 {
  background-repeat: no-repeat;
padding-top: 60px;
padding-left: 15%;
padding-bottom: 60px;
padding-right: 15%;
min-height: 50px;
}

#s-799aba92-7f9d-476e-956c-c00094845519 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWJhYmEzMGUtNGFlNy00ZWNiLTlhNjUtZDlkNDhlMTQxNDc2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjdmN2Y1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhYmFiYTMwZS00YWU3LTRlY2ItOWE2NS1kOWQ0OGUxNDE0NzYpIi8+PC9zdmc+);
}








#s-799aba92-7f9d-476e-956c-c00094845519 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-799aba92-7f9d-476e-956c-c00094845519.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c26f84c-9d61-410a-a855-1bb680036889 {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c26f84c-9d61-410a-a855-1bb680036889 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 33px;
  
  
  
}



#s-93f65901-d25d-4b60-b2df-0ec8260d3ee1 {
  margin-left: 0%;
margin-right: 0%;
}

#s-fe0390f9-5b81-4e21-8201-550930958e02 {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-bottom: 60px;
padding-right: 15px;
min-height: 50px;
max-width: 1120px;
}








#s-fe0390f9-5b81-4e21-8201-550930958e02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe0390f9-5b81-4e21-8201-550930958e02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65ea3da0-79b3-4cea-9dbf-c1ef36ae77c9 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1120px;
text-align: center;
}

#s-65ea3da0-79b3-4cea-9dbf-c1ef36ae77c9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-ac6758bb-037d-42b1-9901-e113a372c1da {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-3480a1b8-8d7b-499d-9743-19ef960c524b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3480a1b8-8d7b-499d-9743-19ef960c524b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3480a1b8-8d7b-499d-9743-19ef960c524b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3480a1b8-8d7b-499d-9743-19ef960c524b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-32e6a64a-9c1f-4ff3-bbb7-c5d3590a6019 {
  margin-bottom: 15px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(206, 206, 206, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-32e6a64a-9c1f-4ff3-bbb7-c5d3590a6019 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32e6a64a-9c1f-4ff3-bbb7-c5d3590a6019.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-978cf30b-74f8-4a57-8ad0-3acca9271694 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
text-align: center;
}







  #s-978cf30b-74f8-4a57-8ad0-3acca9271694 img.shogun-image {
    

    
    
    
  }


#s-978cf30b-74f8-4a57-8ad0-3acca9271694 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1220688-c9fc-419e-9a16-6dd4916c72af {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b1220688-c9fc-419e-9a16-6dd4916c72af .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-6a2bbc23-b08b-4047-9cbc-36de38fc6dde {
  margin-bottom: 15px;
max-width: 120px;
text-align: center;
}







  #s-6a2bbc23-b08b-4047-9cbc-36de38fc6dde img.shogun-image {
    

    
    
    
  }


#s-6a2bbc23-b08b-4047-9cbc-36de38fc6dde .shogun-image-content {
  
    align-items: center;
  
}

#s-1c7164ee-f9b1-4506-bc38-f3cae0c9f4b9 {
  margin-bottom: 15px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(206, 206, 206, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-1c7164ee-f9b1-4506-bc38-f3cae0c9f4b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c7164ee-f9b1-4506-bc38-f3cae0c9f4b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c574a12f-2a12-459a-a314-535ff82dda55 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
text-align: center;
}







  #s-c574a12f-2a12-459a-a314-535ff82dda55 img.shogun-image {
    

    
    
    
  }


#s-c574a12f-2a12-459a-a314-535ff82dda55 .shogun-image-content {
  
    align-items: center;
  
}

#s-755e3771-9c23-4233-88c9-33eb42371349 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-755e3771-9c23-4233-88c9-33eb42371349 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-0a37b927-2a84-4758-93d9-c0f2ae001d90 {
  margin-bottom: 15px;
max-width: 120px;
text-align: center;
}







  #s-0a37b927-2a84-4758-93d9-c0f2ae001d90 img.shogun-image {
    

    
    
    
  }


#s-0a37b927-2a84-4758-93d9-c0f2ae001d90 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c0f6050-2a94-4e7e-8421-a61388ff2e03 {
  margin-bottom: 15px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(206, 206, 206, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-1c0f6050-2a94-4e7e-8421-a61388ff2e03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c0f6050-2a94-4e7e-8421-a61388ff2e03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a1a2c05-44ee-40f3-82ef-dac8447289f7 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
text-align: center;
}







  #s-1a1a2c05-44ee-40f3-82ef-dac8447289f7 img.shogun-image {
    

    
    
    
  }


#s-1a1a2c05-44ee-40f3-82ef-dac8447289f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-33cdd93c-0e32-487d-911c-d67d3065a267 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-33cdd93c-0e32-487d-911c-d67d3065a267 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-974c18bf-0520-40bf-a843-cd72f843d2a6 {
  margin-bottom: 15px;
max-width: 120px;
text-align: center;
}







  #s-974c18bf-0520-40bf-a843-cd72f843d2a6 img.shogun-image {
    

    
    
    
  }


#s-974c18bf-0520-40bf-a843-cd72f843d2a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a70d3567-7e60-4cb7-ab6e-46f9400b68fe {
  margin-bottom: 15px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(206, 206, 206, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-a70d3567-7e60-4cb7-ab6e-46f9400b68fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a70d3567-7e60-4cb7-ab6e-46f9400b68fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92668d01-7cf5-49ed-9fa2-e0ab6563723f {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
text-align: center;
}







  #s-92668d01-7cf5-49ed-9fa2-e0ab6563723f img.shogun-image {
    

    
    
    
  }


#s-92668d01-7cf5-49ed-9fa2-e0ab6563723f .shogun-image-content {
  
    align-items: center;
  
}

#s-7865e947-ab78-4669-96d4-2545e55515f7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7865e947-ab78-4669-96d4-2545e55515f7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-7961643c-8e68-4320-9bf3-ccd7b5310b4c {
  margin-bottom: 15px;
max-width: 120px;
text-align: center;
}







  #s-7961643c-8e68-4320-9bf3-ccd7b5310b4c img.shogun-image {
    

    
    
    
  }


#s-7961643c-8e68-4320-9bf3-ccd7b5310b4c .shogun-image-content {
  
    align-items: center;
  
}

#s-a5554d76-105f-4b4f-a933-9b1f8a9d4513 {
  margin-bottom: 15px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(206, 206, 206, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-a5554d76-105f-4b4f-a933-9b1f8a9d4513 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5554d76-105f-4b4f-a933-9b1f8a9d4513.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1fa0f5e-cd53-41cd-94e0-34e6704e192c {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
text-align: center;
}







  #s-d1fa0f5e-cd53-41cd-94e0-34e6704e192c img.shogun-image {
    

    
    
    
  }


#s-d1fa0f5e-cd53-41cd-94e0-34e6704e192c .shogun-image-content {
  
    align-items: center;
  
}

#s-99925d70-402a-4691-8ace-6eeb8569964b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-99925d70-402a-4691-8ace-6eeb8569964b .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-e9e4aae6-c0fb-46ee-af5d-e4003cfebe07 {
  margin-bottom: 15px;
max-width: 120px;
text-align: center;
}







  #s-e9e4aae6-c0fb-46ee-af5d-e4003cfebe07 img.shogun-image {
    

    
    
    
  }


#s-e9e4aae6-c0fb-46ee-af5d-e4003cfebe07 .shogun-image-content {
  
    align-items: center;
  
}

#s-befecf84-7020-4ba1-a55f-e0afbedc2478 {
  margin-bottom: 15px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(206, 206, 206, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-befecf84-7020-4ba1-a55f-e0afbedc2478 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-befecf84-7020-4ba1-a55f-e0afbedc2478.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4cc1160-c6cb-4434-a7c4-348400793bf0 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
text-align: center;
}







  #s-d4cc1160-c6cb-4434-a7c4-348400793bf0 img.shogun-image {
    

    
    
    
  }


#s-d4cc1160-c6cb-4434-a7c4-348400793bf0 .shogun-image-content {
  
    align-items: center;
  
}

#s-397329e9-b8c3-4237-8567-518ddcbe2829 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-397329e9-b8c3-4237-8567-518ddcbe2829 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-c3271bcc-7fc9-45b9-ae7e-b22e0aba7b7f {
  margin-bottom: 15px;
max-width: 120px;
text-align: center;
}







  #s-c3271bcc-7fc9-45b9-ae7e-b22e0aba7b7f img.shogun-image {
    

    
    
    
  }


#s-c3271bcc-7fc9-45b9-ae7e-b22e0aba7b7f .shogun-image-content {
  
    align-items: center;
  
}

#s-4be1d6a1-51a4-4ba8-8cfa-5e7f376a1329 {
  margin-bottom: 15px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(206, 206, 206, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-4be1d6a1-51a4-4ba8-8cfa-5e7f376a1329 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4be1d6a1-51a4-4ba8-8cfa-5e7f376a1329.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e254b38c-b17c-42f2-bb0b-58df5fe701e1 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
text-align: center;
}







  #s-e254b38c-b17c-42f2-bb0b-58df5fe701e1 img.shogun-image {
    

    
    
    
  }


#s-e254b38c-b17c-42f2-bb0b-58df5fe701e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-74fe6e9f-8007-4467-983b-6279ce5d51d7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-74fe6e9f-8007-4467-983b-6279ce5d51d7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-617aa66f-676e-40bd-b819-22b0883f5fa1 {
  margin-bottom: 15px;
max-width: 120px;
text-align: center;
}







  #s-617aa66f-676e-40bd-b819-22b0883f5fa1 img.shogun-image {
    

    
    
    
  }


#s-617aa66f-676e-40bd-b819-22b0883f5fa1 .shogun-image-content {
  
    align-items: center;
  
}

#s-b32d7895-ae5b-4950-bef0-4626f460efef {
  margin-bottom: 15px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(206, 206, 206, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-b32d7895-ae5b-4950-bef0-4626f460efef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b32d7895-ae5b-4950-bef0-4626f460efef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4d42021-fd41-4c67-ab93-543d3ca1f450 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
text-align: center;
}







  #s-a4d42021-fd41-4c67-ab93-543d3ca1f450 img.shogun-image {
    

    
    
    
  }


#s-a4d42021-fd41-4c67-ab93-543d3ca1f450 .shogun-image-content {
  
    align-items: center;
  
}

#s-d74cfdb9-0700-444b-aa11-db526c4d2f14 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d74cfdb9-0700-444b-aa11-db526c4d2f14 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-3f7839e5-7277-4af6-a92a-070cc6bb5948 {
  margin-bottom: 15px;
max-width: 120px;
text-align: center;
}







  #s-3f7839e5-7277-4af6-a92a-070cc6bb5948 img.shogun-image {
    

    
    
    
  }


#s-3f7839e5-7277-4af6-a92a-070cc6bb5948 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa5ecd7e-1f83-42d3-991d-b2c046a30dfa {
  margin-bottom: 15px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(206, 206, 206, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-fa5ecd7e-1f83-42d3-991d-b2c046a30dfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa5ecd7e-1f83-42d3-991d-b2c046a30dfa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff8203c0-7860-403b-8d27-7c736c243f59 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
text-align: center;
}







  #s-ff8203c0-7860-403b-8d27-7c736c243f59 img.shogun-image {
    

    
    
    
  }


#s-ff8203c0-7860-403b-8d27-7c736c243f59 .shogun-image-content {
  
    align-items: center;
  
}

#s-cdf7ae4f-b344-4600-8bff-3718cd8f5408 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-cdf7ae4f-b344-4600-8bff-3718cd8f5408 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-ebd2a725-e16b-42df-adc3-d30b3be98697 {
  margin-bottom: 15px;
max-width: 120px;
text-align: center;
}







  #s-ebd2a725-e16b-42df-adc3-d30b3be98697 img.shogun-image {
    

    
    
    
  }


#s-ebd2a725-e16b-42df-adc3-d30b3be98697 .shogun-image-content {
  
    align-items: center;
  
}

#s-d082a5c4-3052-431b-8512-9c81dc961db0 {
  margin-bottom: 15px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(206, 206, 206, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-d082a5c4-3052-431b-8512-9c81dc961db0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d082a5c4-3052-431b-8512-9c81dc961db0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c786021-4d3c-447a-ba62-ca9a8df2ab7b {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
text-align: center;
}







  #s-5c786021-4d3c-447a-ba62-ca9a8df2ab7b img.shogun-image {
    

    
    
    
  }


#s-5c786021-4d3c-447a-ba62-ca9a8df2ab7b .shogun-image-content {
  
    align-items: center;
  
}

#s-09d6bfbf-c085-49c7-8fbb-5fc8057892a5 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-09d6bfbf-c085-49c7-8fbb-5fc8057892a5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-5504037d-8cb0-4241-b724-5f762d3ae908 {
  margin-bottom: 15px;
max-width: 120px;
text-align: center;
}







  #s-5504037d-8cb0-4241-b724-5f762d3ae908 img.shogun-image {
    

    
    
    
  }


#s-5504037d-8cb0-4241-b724-5f762d3ae908 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8a153f3-93d1-43ab-9854-ad8dbb1cc1de {
  margin-bottom: 15px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(206, 206, 206, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-f8a153f3-93d1-43ab-9854-ad8dbb1cc1de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8a153f3-93d1-43ab-9854-ad8dbb1cc1de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d30b6ed9-c05c-4ac2-af41-d5ad7aa0925d {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
text-align: center;
}







  #s-d30b6ed9-c05c-4ac2-af41-d5ad7aa0925d img.shogun-image {
    

    
    
    
  }


#s-d30b6ed9-c05c-4ac2-af41-d5ad7aa0925d .shogun-image-content {
  
    align-items: center;
  
}

#s-12707936-9ea0-42bd-a51a-92e7cb6605aa {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-12707936-9ea0-42bd-a51a-92e7cb6605aa .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-e974f7b6-d1c4-4056-bdb7-865ddd422c17 {
  margin-bottom: 15px;
max-width: 120px;
text-align: center;
}







  #s-e974f7b6-d1c4-4056-bdb7-865ddd422c17 img.shogun-image {
    

    
    
    
  }


#s-e974f7b6-d1c4-4056-bdb7-865ddd422c17 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f808fe4-b731-499a-b9f0-6d36590d2006 {
  margin-bottom: 15px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(206, 206, 206, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-8f808fe4-b731-499a-b9f0-6d36590d2006 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f808fe4-b731-499a-b9f0-6d36590d2006.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc38c55f-0c68-403c-a187-3d3f76bf921d {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
text-align: center;
}







  #s-dc38c55f-0c68-403c-a187-3d3f76bf921d img.shogun-image {
    

    
    
    
  }


#s-dc38c55f-0c68-403c-a187-3d3f76bf921d .shogun-image-content {
  
    align-items: center;
  
}

#s-12c5b1fa-7758-465d-b19d-658124d7d7dd {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-12c5b1fa-7758-465d-b19d-658124d7d7dd .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-9c685fa0-636f-4bea-b544-36cd17a0a106 {
  margin-bottom: 15px;
max-width: 120px;
text-align: center;
}







  #s-9c685fa0-636f-4bea-b544-36cd17a0a106 img.shogun-image {
    

    
    
    
  }


#s-9c685fa0-636f-4bea-b544-36cd17a0a106 .shogun-image-content {
  
    align-items: center;
  
}

#s-186eedf2-a214-4f38-9f23-835953f23926 {
  margin-bottom: 15px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(206, 206, 206, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-186eedf2-a214-4f38-9f23-835953f23926 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-186eedf2-a214-4f38-9f23-835953f23926.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1931b87-c7c0-47d6-b5e2-4972fca2a0bf {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
text-align: center;
}







  #s-a1931b87-c7c0-47d6-b5e2-4972fca2a0bf img.shogun-image {
    

    
    
    
  }


#s-a1931b87-c7c0-47d6-b5e2-4972fca2a0bf .shogun-image-content {
  
    align-items: center;
  
}

#s-b6161fc1-4dfe-47d5-aa3e-595c05ef354a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b6161fc1-4dfe-47d5-aa3e-595c05ef354a .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-36d1ed6a-8956-4f5a-b242-4f0864088cae {
  margin-bottom: 15px;
max-width: 120px;
text-align: center;
}







  #s-36d1ed6a-8956-4f5a-b242-4f0864088cae img.shogun-image {
    

    
    
    
  }


#s-36d1ed6a-8956-4f5a-b242-4f0864088cae .shogun-image-content {
  
    align-items: center;
  
}

#s-a6ae53de-9a1a-46d2-ad94-4cd94dbc0bd1 {
  margin-bottom: 15px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(206, 206, 206, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-a6ae53de-9a1a-46d2-ad94-4cd94dbc0bd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6ae53de-9a1a-46d2-ad94-4cd94dbc0bd1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbf8dc69-8239-4bb3-8884-4565c542815f {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
text-align: center;
}







  #s-dbf8dc69-8239-4bb3-8884-4565c542815f img.shogun-image {
    

    
    
    
  }


#s-dbf8dc69-8239-4bb3-8884-4565c542815f .shogun-image-content {
  
    align-items: center;
  
}

#s-877d6e5e-a844-4bf8-9508-71b0b3c53144 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-877d6e5e-a844-4bf8-9508-71b0b3c53144 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-7be4c9cb-7fb1-401b-9893-438b16ad2e49 {
  margin-bottom: 15px;
max-width: 120px;
text-align: center;
}







  #s-7be4c9cb-7fb1-401b-9893-438b16ad2e49 img.shogun-image {
    

    
    
    
  }


#s-7be4c9cb-7fb1-401b-9893-438b16ad2e49 .shogun-image-content {
  
    align-items: center;
  
}

#s-da1cec29-8c95-4c85-bf72-abf038a23de3 {
  padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
}








#s-da1cec29-8c95-4c85-bf72-abf038a23de3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da1cec29-8c95-4c85-bf72-abf038a23de3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bef10949-1260-41cd-a732-0c75075549a4 {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 900px;
}








#s-bef10949-1260-41cd-a732-0c75075549a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bef10949-1260-41cd-a732-0c75075549a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-366d0090-e1a1-46e6-9428-94565a85828a {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-366d0090-e1a1-46e6-9428-94565a85828a .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-2ee4b6f4-8687-45eb-8f00-413628998dac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ee4b6f4-8687-45eb-8f00-413628998dac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2ee4b6f4-8687-45eb-8f00-413628998dac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2ee4b6f4-8687-45eb-8f00-413628998dac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-b640e9c2-e314-4d27-a258-8432b5447d1c {
  margin-left: auto;
margin-right: auto;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(239, 239, 239, 1);
border-style: solid;
border-radius: 15px;
min-height: 50px;
max-width: 600px;
}








#s-b640e9c2-e314-4d27-a258-8432b5447d1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b640e9c2-e314-4d27-a258-8432b5447d1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73c2285e-24d5-4de4-81e0-99f062c710d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 84, 155, 1);
}

#s-73c2285e-24d5-4de4-81e0-99f062c710d8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}



#s-30323a04-2078-440d-9cc5-75229c6456d7 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
min-height: 50px;
}








#s-30323a04-2078-440d-9cc5-75229c6456d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30323a04-2078-440d-9cc5-75229c6456d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdd9d513-a2ca-4b03-9e30-035d50f94f3d {
  display: none;
}
#s-4a309a54-1ff9-4f11-a5f8-949df4ca1302 {
  text-align: left;
}



.shg-c#s-4a309a54-1ff9-4f11-a5f8-949df4ca1302 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a309a54-1ff9-4f11-a5f8-949df4ca1302 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4a309a54-1ff9-4f11-a5f8-949df4ca1302 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a309a54-1ff9-4f11-a5f8-949df4ca1302 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a309a54-1ff9-4f11-a5f8-949df4ca1302 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a309a54-1ff9-4f11-a5f8-949df4ca1302 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a309a54-1ff9-4f11-a5f8-949df4ca1302 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a309a54-1ff9-4f11-a5f8-949df4ca1302 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a309a54-1ff9-4f11-a5f8-949df4ca1302 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a309a54-1ff9-4f11-a5f8-949df4ca1302 img.shogun-image {
  width: 100%;
}



}
#s-3c8a0e7b-9bf3-4813-b128-d8defcd41d23 {
  text-align: left;
}

#s-b43d5c33-0419-4972-87f4-df76228619c4 {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b43d5c33-0419-4972-87f4-df76228619c4 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-0de0ad23-d812-413e-9900-1219a115d7d6 {
  margin-top: 5px;
margin-bottom: 15px;
text-align: left;
}

#s-0de0ad23-d812-413e-9900-1219a115d7d6 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0de0ad23-d812-413e-9900-1219a115d7d6 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0de0ad23-d812-413e-9900-1219a115d7d6 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0de0ad23-d812-413e-9900-1219a115d7d6 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-0de0ad23-d812-413e-9900-1219a115d7d6 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-0de0ad23-d812-413e-9900-1219a115d7d6 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-0de0ad23-d812-413e-9900-1219a115d7d6 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-0de0ad23-d812-413e-9900-1219a115d7d6 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-0de0ad23-d812-413e-9900-1219a115d7d6 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0de0ad23-d812-413e-9900-1219a115d7d6 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0de0ad23-d812-413e-9900-1219a115d7d6 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-0de0ad23-d812-413e-9900-1219a115d7d6-btn-wrapper {
    text-align: center;
  }


#s-0de0ad23-d812-413e-9900-1219a115d7d6 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-0de0ad23-d812-413e-9900-1219a115d7d6 .shg-variant-btn:hover {
  background: #252525;
}

#s-0de0ad23-d812-413e-9900-1219a115d7d6 .shg-variant-btn:active, #s-0de0ad23-d812-413e-9900-1219a115d7d6 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-0de0ad23-d812-413e-9900-1219a115d7d6 .shg-variant-btn.disabled {
  background: #252525;
}

#s-6254c0fd-b325-4b97-b557-96474d9a0560 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(255, 159, 27, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6254c0fd-b325-4b97-b557-96474d9a0560:hover {background-color: rgba(235, 147, 26, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6254c0fd-b325-4b97-b557-96474d9a0560:active {background-color: rgba(255, 159, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-6254c0fd-b325-4b97-b557-96474d9a0560 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6254c0fd-b325-4b97-b557-96474d9a0560.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6254c0fd-b325-4b97-b557-96474d9a0560.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-6254c0fd-b325-4b97-b557-96474d9a0560.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d9d95d2e-15c6-4f5e-8dbf-5f21d3cf3380 {
  margin-top: 15px;
}

#s-61a07802-d450-453f-b670-f1225801a9a2 hr {
  border-top: 2px solid #ddd;
}

#s-97fa7f2f-a43e-419e-af09-a8fbd657cef0 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-97fa7f2f-a43e-419e-af09-a8fbd657cef0 img.shogun-image {
    

    
    
    
  }


#s-97fa7f2f-a43e-419e-af09-a8fbd657cef0 .shogun-image-content {
  
    align-items: center;
  
}

#s-005f61be-89fb-4b5c-b1c1-64d540f2acbb {
  margin-bottom: 30px;
}

#s-6daa012d-ee78-4af0-bd7f-201a6ac72bed hr {
  border-top: 2px solid #ddd;
}

#s-1b23ef95-6e27-4e0f-baea-3efc3cf6ca8a {
  margin-top: 0px;
margin-bottom: 30px;
}

#s-5e4dd117-19e0-40f4-b8e6-8ddc7048087c {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}







  #s-5e4dd117-19e0-40f4-b8e6-8ddc7048087c img.shogun-image {
    

    
    
    
  }


#s-5e4dd117-19e0-40f4-b8e6-8ddc7048087c .shogun-image-content {
  
    align-items: center;
  
}

#s-5b0ab63d-5bdb-4610-b35e-402f6cd401d5 {
  box-shadow:0px 0px 0px 0px rgba(255, 84, 155, 1);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 84, 155, 1);
border-style: solid;
border-radius: 15px;
min-height: 50px;
max-width: 600px;
}








#s-5b0ab63d-5bdb-4610-b35e-402f6cd401d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b0ab63d-5bdb-4610-b35e-402f6cd401d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a8514c8-b5a1-4ca6-b896-44808adc922d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 84, 155, 1);
}

#s-7a8514c8-b5a1-4ca6-b896-44808adc922d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}



#s-72362c8f-cfd9-44a5-84f0-177105c7bb5e {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
min-height: 50px;
}








#s-72362c8f-cfd9-44a5-84f0-177105c7bb5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72362c8f-cfd9-44a5-84f0-177105c7bb5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22dc7998-ecad-48a0-8a54-b3124d9e9521 {
  display: none;
}
#s-4eef211d-906e-4de6-b4aa-b3a61a069110 {
  text-align: left;
}



.shg-c#s-4eef211d-906e-4de6-b4aa-b3a61a069110 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4eef211d-906e-4de6-b4aa-b3a61a069110 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4eef211d-906e-4de6-b4aa-b3a61a069110 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4eef211d-906e-4de6-b4aa-b3a61a069110 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4eef211d-906e-4de6-b4aa-b3a61a069110 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4eef211d-906e-4de6-b4aa-b3a61a069110 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4eef211d-906e-4de6-b4aa-b3a61a069110 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4eef211d-906e-4de6-b4aa-b3a61a069110 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4eef211d-906e-4de6-b4aa-b3a61a069110 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4eef211d-906e-4de6-b4aa-b3a61a069110 img.shogun-image {
  width: 100%;
}



}
#s-a61e22fa-d765-4391-ac11-c2cf616dab45 {
  text-align: left;
}

#s-3a45c690-e9ba-436b-bf52-24c9d463eb00 {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3a45c690-e9ba-436b-bf52-24c9d463eb00 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-25def013-a424-463d-83e7-9471b1070b6c {
  margin-top: 5px;
margin-bottom: 15px;
text-align: left;
}

#s-25def013-a424-463d-83e7-9471b1070b6c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-25def013-a424-463d-83e7-9471b1070b6c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-25def013-a424-463d-83e7-9471b1070b6c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-25def013-a424-463d-83e7-9471b1070b6c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-25def013-a424-463d-83e7-9471b1070b6c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-25def013-a424-463d-83e7-9471b1070b6c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-25def013-a424-463d-83e7-9471b1070b6c .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-25def013-a424-463d-83e7-9471b1070b6c .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-25def013-a424-463d-83e7-9471b1070b6c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-25def013-a424-463d-83e7-9471b1070b6c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-25def013-a424-463d-83e7-9471b1070b6c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-25def013-a424-463d-83e7-9471b1070b6c-btn-wrapper {
    text-align: center;
  }


#s-25def013-a424-463d-83e7-9471b1070b6c .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-25def013-a424-463d-83e7-9471b1070b6c .shg-variant-btn:hover {
  background: #252525;
}

#s-25def013-a424-463d-83e7-9471b1070b6c .shg-variant-btn:active, #s-25def013-a424-463d-83e7-9471b1070b6c .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-25def013-a424-463d-83e7-9471b1070b6c .shg-variant-btn.disabled {
  background: #252525;
}

#s-7ce9f3db-0bd7-4aa1-abee-c8617273daed {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(255, 159, 27, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7ce9f3db-0bd7-4aa1-abee-c8617273daed:hover {background-color: rgba(235, 147, 26, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7ce9f3db-0bd7-4aa1-abee-c8617273daed:active {background-color: rgba(255, 159, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-7ce9f3db-0bd7-4aa1-abee-c8617273daed {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7ce9f3db-0bd7-4aa1-abee-c8617273daed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7ce9f3db-0bd7-4aa1-abee-c8617273daed.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-7ce9f3db-0bd7-4aa1-abee-c8617273daed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9b6a5d16-72ac-42ca-9575-b0e199331e63 {
  margin-top: 15px;
}

#s-49461a29-0987-4c34-9d0d-b125849e6221 hr {
  border-top: 2px solid #ddd;
}

#s-3e9afc95-15a0-4282-a949-4c6527228415 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-3e9afc95-15a0-4282-a949-4c6527228415 img.shogun-image {
    

    
    
    
  }


#s-3e9afc95-15a0-4282-a949-4c6527228415 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d747794-3dd8-4713-9410-cef798ed92bc {
  margin-bottom: 30px;
}

#s-be448488-de9c-41b7-aa37-70a9bce7902a hr {
  border-top: 2px solid #ddd;
}

#s-573211c3-cdb8-4d62-8b40-3f3409fd645f {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}







  #s-573211c3-cdb8-4d62-8b40-3f3409fd645f img.shogun-image {
    

    
    
    
  }


#s-573211c3-cdb8-4d62-8b40-3f3409fd645f .shogun-image-content {
  
    align-items: center;
  
}

#s-7b8185e2-5ecc-4218-ae8e-6f92b3202949 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-66bcaa10-7089-4c45-86da-214f26fec04b {
  text-align: left;
}

#s-b838a58e-1a87-427d-a189-111ff2ab5b7c hr {
  border-top: 2px solid #ddd;
}

#s-2cfa2778-9d53-49d3-98fd-9820f6b0cdf0 {
  margin-top: 0px;
margin-bottom: 30px;
}

#s-1f72a3d8-6710-4b5f-86ed-84a88ea8aed2 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}







  #s-1f72a3d8-6710-4b5f-86ed-84a88ea8aed2 img.shogun-image {
    

    
    
    
  }


#s-1f72a3d8-6710-4b5f-86ed-84a88ea8aed2 .shogun-image-content {
  
    align-items: center;
  
}

#s-876ca4eb-674e-4e55-a365-6c6be65e3069 {
  min-height: 50px;
background-color: rgba(242, 254, 242, 1);
}








#s-876ca4eb-674e-4e55-a365-6c6be65e3069 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-876ca4eb-674e-4e55-a365-6c6be65e3069.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbc0279f-ee3c-4f24-b71c-39a9758f7136 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 15px;
padding-bottom: 60px;
padding-right: 15px;
min-height: 50px;
max-width: 1120px;
background-color: rgba(0, 0, 0, 0);
}








#s-bbc0279f-ee3c-4f24-b71c-39a9758f7136 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbc0279f-ee3c-4f24-b71c-39a9758f7136.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a3245b1-9050-4571-b905-64398f4c4740 {
  margin-bottom: 30px;
text-align: center;
}

#s-7a3245b1-9050-4571-b905-64398f4c4740 .shogun-heading-component h2 {
  color: rgba(5, 5, 5, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



@media (min-width: 0px) {
[id="s-c9f29b61-05be-49e5-b3a0-aacdaa1041fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9f29b61-05be-49e5-b3a0-aacdaa1041fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c9f29b61-05be-49e5-b3a0-aacdaa1041fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9f29b61-05be-49e5-b3a0-aacdaa1041fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

.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-d5f2a6d9-f400-4410-8bc7-f20abdd1ac12 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-d5f2a6d9-f400-4410-8bc7-f20abdd1ac12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 15px;
}

#s-d5f2a6d9-f400-4410-8bc7-f20abdd1ac12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(36, 36, 36, 1);
}

#s-d5f2a6d9-f400-4410-8bc7-f20abdd1ac12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-d5f2a6d9-f400-4410-8bc7-f20abdd1ac12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(36, 36, 36, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-d5f2a6d9-f400-4410-8bc7-f20abdd1ac12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-705da409-8ac3-44d1-b2ae-d1b00b4504d0 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
min-height: 50px;
}








#s-705da409-8ac3-44d1-b2ae-d1b00b4504d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-705da409-8ac3-44d1-b2ae-d1b00b4504d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-649bb7e2-13b3-420e-bbb4-0cf33a2931a5 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
min-height: 50px;
}








#s-649bb7e2-13b3-420e-bbb4-0cf33a2931a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-649bb7e2-13b3-420e-bbb4-0cf33a2931a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21009abd-0c9d-4c53-858a-fad45952fcd7 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
min-height: 50px;
}








#s-21009abd-0c9d-4c53-858a-fad45952fcd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21009abd-0c9d-4c53-858a-fad45952fcd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17172343-6582-4ee1-b195-f7c786644c61 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
min-height: 50px;
}








#s-17172343-6582-4ee1-b195-f7c786644c61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17172343-6582-4ee1-b195-f7c786644c61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-854abc10-63e9-4de7-9d9e-76d5552afe4d {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
min-height: 50px;
}








#s-854abc10-63e9-4de7-9d9e-76d5552afe4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-854abc10-63e9-4de7-9d9e-76d5552afe4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-915f5ba0-0ba0-4733-9508-03949aca2bfa {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
min-height: 50px;
}








#s-915f5ba0-0ba0-4733-9508-03949aca2bfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-915f5ba0-0ba0-4733-9508-03949aca2bfa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcda99c4-b091-43c9-899e-3b7ebe0a5909 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
min-height: 50px;
}








#s-bcda99c4-b091-43c9-899e-3b7ebe0a5909 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcda99c4-b091-43c9-899e-3b7ebe0a5909.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1203db69-da29-4f9a-8a9f-c9392e9eef02 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-1203db69-da29-4f9a-8a9f-c9392e9eef02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1203db69-da29-4f9a-8a9f-c9392e9eef02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67aa4e8e-f34a-459b-9a38-4d7eddde8526 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-67aa4e8e-f34a-459b-9a38-4d7eddde8526 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 15px;
}

#s-67aa4e8e-f34a-459b-9a38-4d7eddde8526 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(36, 36, 36, 1);
}

#s-67aa4e8e-f34a-459b-9a38-4d7eddde8526 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-67aa4e8e-f34a-459b-9a38-4d7eddde8526 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(36, 36, 36, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-67aa4e8e-f34a-459b-9a38-4d7eddde8526 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-c65d05a6-1d22-49bd-96ce-018b27074093 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
min-height: 50px;
}








#s-c65d05a6-1d22-49bd-96ce-018b27074093 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c65d05a6-1d22-49bd-96ce-018b27074093.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a2fd09a-a1c8-48ff-888e-3d4a5067bec7 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
min-height: 50px;
}








#s-5a2fd09a-a1c8-48ff-888e-3d4a5067bec7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a2fd09a-a1c8-48ff-888e-3d4a5067bec7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48651d69-77e5-40cd-bc77-835e794d8cc8 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
min-height: 50px;
}








#s-48651d69-77e5-40cd-bc77-835e794d8cc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48651d69-77e5-40cd-bc77-835e794d8cc8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-974d5c65-8847-4187-9bcc-1c1b39e2254c {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
min-height: 50px;
}








#s-974d5c65-8847-4187-9bcc-1c1b39e2254c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-974d5c65-8847-4187-9bcc-1c1b39e2254c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c24e68fd-1ee3-4997-ad1a-f46ec33c35ed {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
min-height: 50px;
}








#s-c24e68fd-1ee3-4997-ad1a-f46ec33c35ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c24e68fd-1ee3-4997-ad1a-f46ec33c35ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6656e1e2-f7f9-4ef5-aad8-76b341b58719 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
min-height: 50px;
}








#s-6656e1e2-f7f9-4ef5-aad8-76b341b58719 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6656e1e2-f7f9-4ef5-aad8-76b341b58719.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f47513cb-050e-48e6-bf45-fc00ea1cb34e {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
min-height: 50px;
}








#s-f47513cb-050e-48e6-bf45-fc00ea1cb34e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f47513cb-050e-48e6-bf45-fc00ea1cb34e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9de393e-d92b-4275-b15c-35f2e7155069 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-7a31781b-d29e-4ed8-ab28-2af684f43a6d {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-7a31781b-d29e-4ed8-ab28-2af684f43a6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a31781b-d29e-4ed8-ab28-2af684f43a6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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