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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * 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: flex;
  width: 100%;
}

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

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

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

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

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-f09029ad-deba-4b48-b988-ac1732431c94 {
  min-height: 50px;
}








#s-f09029ad-deba-4b48-b988-ac1732431c94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f09029ad-deba-4b48-b988-ac1732431c94.shg-box.shg-c {
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-8c6033aa-91e0-4151-b7a5-989626b9a397 {
  text-align: center;
}




  #s-8c6033aa-91e0-4151-b7a5-989626b9a397 img.shogun-image {
    
    width: px;
  }


#s-8c6033aa-91e0-4151-b7a5-989626b9a397 .shogun-image-content {
  
    align-items: 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: #000;
  text-transform: none;
  font-weight: normal;
  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-3dcae314-5be9-4e56-848d-7c4750f7af6b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3dcae314-5be9-4e56-848d-7c4750f7af6b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Dancing Script;
  font-style:   ;
  font-size: 55px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-43aab1a1-4b6a-4e5d-95ad-6136544ebc93 {
  min-height: 50px;
}








#s-43aab1a1-4b6a-4e5d-95ad-6136544ebc93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43aab1a1-4b6a-4e5d-95ad-6136544ebc93.shg-box.shg-c {
  justify-content: center;
}

#s-83f5bfef-5cbf-43d9-8a3a-fb16fb42d023 {
  min-height: 50px;
}








#s-83f5bfef-5cbf-43d9-8a3a-fb16fb42d023 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83f5bfef-5cbf-43d9-8a3a-fb16fb42d023.shg-box.shg-c {
  justify-content: center;
}

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

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e1a8ccf2-e9ac-43bb-b37d-45410ede4240"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-47e81b93-2def-416c-a223-363ab19431f9 {
  text-align: center;
}




  #s-47e81b93-2def-416c-a223-363ab19431f9 img.shogun-image {
    
    width: px;
  }


#s-47e81b93-2def-416c-a223-363ab19431f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-35fd6832-ab46-4ea6-9318-3bdba1e96111 {
  text-align: center;
}




  #s-35fd6832-ab46-4ea6-9318-3bdba1e96111 img.shogun-image {
    
    width: px;
  }


#s-35fd6832-ab46-4ea6-9318-3bdba1e96111 .shogun-image-content {
  
    align-items: center;
  
}

#s-ceb34693-87a3-48d5-bca0-cdb9f9621677 {
  min-height: 50px;
}








#s-ceb34693-87a3-48d5-bca0-cdb9f9621677 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ceb34693-87a3-48d5-bca0-cdb9f9621677.shg-box.shg-c {
  justify-content: center;
}

#s-899b5d3a-79a8-4dcb-93b7-3f1c336c0973 {
  min-height: 50px;
}








#s-899b5d3a-79a8-4dcb-93b7-3f1c336c0973 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-899b5d3a-79a8-4dcb-93b7-3f1c336c0973.shg-box.shg-c {
  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 a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

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

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

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

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

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

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-e71d10b8-4528-41a9-9f0b-8aa01cd9299d {
  min-height: 50px;
}








#s-e71d10b8-4528-41a9-9f0b-8aa01cd9299d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e71d10b8-4528-41a9-9f0b-8aa01cd9299d.shg-box.shg-c {
  justify-content: center;
}

#s-b58da121-a2e9-4587-9031-291d5019e0d3 {
  min-height: 50px;
}








#s-b58da121-a2e9-4587-9031-291d5019e0d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b58da121-a2e9-4587-9031-291d5019e0d3.shg-box.shg-c {
  justify-content: center;
}

#s-15fe313e-fe14-4ea8-8624-338fd2686f5f {
  text-align: center;
}




  #s-15fe313e-fe14-4ea8-8624-338fd2686f5f img.shogun-image {
    
    width: px;
  }


#s-15fe313e-fe14-4ea8-8624-338fd2686f5f .shogun-image-content {
  
    align-items: center;
  
}

#s-8dd774ca-9280-42d0-8a51-78d6e8fb67c4 {
  min-height: 50px;
}








#s-8dd774ca-9280-42d0-8a51-78d6e8fb67c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dd774ca-9280-42d0-8a51-78d6e8fb67c4.shg-box.shg-c {
  justify-content: center;
}

#s-addc33f6-d391-4004-8214-a5e1022d4a99 {
  min-height: 50px;
}








#s-addc33f6-d391-4004-8214-a5e1022d4a99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-addc33f6-d391-4004-8214-a5e1022d4a99.shg-box.shg-c {
  justify-content: center;
}

#s-e7ca48dd-9694-4126-b5da-e3b604dfa07d {
  min-height: 50px;
}








#s-e7ca48dd-9694-4126-b5da-e3b604dfa07d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7ca48dd-9694-4126-b5da-e3b604dfa07d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d86b4e37-735f-447c-bfc2-c15766786613"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-36629a38-f02c-4d3c-bf1f-1c45c032d149 {
  text-align: center;
}




  #s-36629a38-f02c-4d3c-bf1f-1c45c032d149 img.shogun-image {
    
    width: px;
  }


#s-36629a38-f02c-4d3c-bf1f-1c45c032d149 .shogun-image-content {
  
    align-items: center;
  
}

#s-da4342b9-f122-4ff6-980c-aaa700563bff {
  text-align: center;
}




  #s-da4342b9-f122-4ff6-980c-aaa700563bff img.shogun-image {
    
    width: px;
  }


#s-da4342b9-f122-4ff6-980c-aaa700563bff .shogun-image-content {
  
    align-items: center;
  
}

#s-01b83023-2c1e-4bb1-9e37-21fa6f77253a {
  min-height: 50px;
}








#s-01b83023-2c1e-4bb1-9e37-21fa6f77253a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01b83023-2c1e-4bb1-9e37-21fa6f77253a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-27d8d2b0-3eb4-4bd9-90ce-2bd5f6cb6a10"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-181aa368-b99a-4637-b4f4-1a9eccaf7d2e {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.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;
  width: 100%;
  height: 100%;
  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-2c592d64-8b37-45a7-86fe-38a0aace8036 {
  text-align: left;
}


.shg-c#s-2c592d64-8b37-45a7-86fe-38a0aace8036 {
  max-width: 100%;
}

.shg-c#s-2c592d64-8b37-45a7-86fe-38a0aace8036 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c592d64-8b37-45a7-86fe-38a0aace8036 .shg-image-zoom,
.shg-c#s-2c592d64-8b37-45a7-86fe-38a0aace8036 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c592d64-8b37-45a7-86fe-38a0aace8036 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2c592d64-8b37-45a7-86fe-38a0aace8036 {
  max-width: 100%;
}

.shg-c#s-2c592d64-8b37-45a7-86fe-38a0aace8036 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c592d64-8b37-45a7-86fe-38a0aace8036 .shg-image-zoom,
.shg-c#s-2c592d64-8b37-45a7-86fe-38a0aace8036 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c592d64-8b37-45a7-86fe-38a0aace8036 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2c592d64-8b37-45a7-86fe-38a0aace8036 {
  max-width: 100%;
}

.shg-c#s-2c592d64-8b37-45a7-86fe-38a0aace8036 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c592d64-8b37-45a7-86fe-38a0aace8036 .shg-image-zoom,
.shg-c#s-2c592d64-8b37-45a7-86fe-38a0aace8036 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c592d64-8b37-45a7-86fe-38a0aace8036 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2c592d64-8b37-45a7-86fe-38a0aace8036 {
  max-width: 100%;
}

.shg-c#s-2c592d64-8b37-45a7-86fe-38a0aace8036 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c592d64-8b37-45a7-86fe-38a0aace8036 .shg-image-zoom,
.shg-c#s-2c592d64-8b37-45a7-86fe-38a0aace8036 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c592d64-8b37-45a7-86fe-38a0aace8036 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2c592d64-8b37-45a7-86fe-38a0aace8036 {
  max-width: 100%;
}

.shg-c#s-2c592d64-8b37-45a7-86fe-38a0aace8036 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c592d64-8b37-45a7-86fe-38a0aace8036 .shg-image-zoom,
.shg-c#s-2c592d64-8b37-45a7-86fe-38a0aace8036 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c592d64-8b37-45a7-86fe-38a0aace8036 .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

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

#s-7fe890fa-618f-4eb7-a04d-b8376270c26c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7fe890fa-618f-4eb7-a04d-b8376270c26c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Dancing Script;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

.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-61ffd574-8bfe-454c-b51a-b94b8bb5cd3b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-61ffd574-8bfe-454c-b51a-b94b8bb5cd3b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-61ffd574-8bfe-454c-b51a-b94b8bb5cd3b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-61ffd574-8bfe-454c-b51a-b94b8bb5cd3b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-61ffd574-8bfe-454c-b51a-b94b8bb5cd3b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-61ffd574-8bfe-454c-b51a-b94b8bb5cd3b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Dancing Script;
  display:  inline-block ;
}

#s-61ffd574-8bfe-454c-b51a-b94b8bb5cd3b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e2d77855-4221-43e6-982f-52e322e8ded5 {
  display: none;
}
#s-6d6e056e-062e-48b5-b149-b0237dceda8b {
  text-align: left;
}


.shg-c#s-6d6e056e-062e-48b5-b149-b0237dceda8b {
  max-width: 100%;
}

.shg-c#s-6d6e056e-062e-48b5-b149-b0237dceda8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d6e056e-062e-48b5-b149-b0237dceda8b .shg-image-zoom,
.shg-c#s-6d6e056e-062e-48b5-b149-b0237dceda8b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d6e056e-062e-48b5-b149-b0237dceda8b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6d6e056e-062e-48b5-b149-b0237dceda8b {
  max-width: 100%;
}

.shg-c#s-6d6e056e-062e-48b5-b149-b0237dceda8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d6e056e-062e-48b5-b149-b0237dceda8b .shg-image-zoom,
.shg-c#s-6d6e056e-062e-48b5-b149-b0237dceda8b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d6e056e-062e-48b5-b149-b0237dceda8b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6d6e056e-062e-48b5-b149-b0237dceda8b {
  max-width: 100%;
}

.shg-c#s-6d6e056e-062e-48b5-b149-b0237dceda8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d6e056e-062e-48b5-b149-b0237dceda8b .shg-image-zoom,
.shg-c#s-6d6e056e-062e-48b5-b149-b0237dceda8b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d6e056e-062e-48b5-b149-b0237dceda8b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6d6e056e-062e-48b5-b149-b0237dceda8b {
  max-width: 100%;
}

.shg-c#s-6d6e056e-062e-48b5-b149-b0237dceda8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d6e056e-062e-48b5-b149-b0237dceda8b .shg-image-zoom,
.shg-c#s-6d6e056e-062e-48b5-b149-b0237dceda8b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d6e056e-062e-48b5-b149-b0237dceda8b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6d6e056e-062e-48b5-b149-b0237dceda8b {
  max-width: 100%;
}

.shg-c#s-6d6e056e-062e-48b5-b149-b0237dceda8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d6e056e-062e-48b5-b149-b0237dceda8b .shg-image-zoom,
.shg-c#s-6d6e056e-062e-48b5-b149-b0237dceda8b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d6e056e-062e-48b5-b149-b0237dceda8b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d703ba55-df15-49da-8e83-2d256d915d52 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d703ba55-df15-49da-8e83-2d256d915d52 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Dancing Script;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-c3cc3509-239d-4df8-9ba8-36bb3f873bdb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c3cc3509-239d-4df8-9ba8-36bb3f873bdb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c3cc3509-239d-4df8-9ba8-36bb3f873bdb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c3cc3509-239d-4df8-9ba8-36bb3f873bdb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c3cc3509-239d-4df8-9ba8-36bb3f873bdb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c3cc3509-239d-4df8-9ba8-36bb3f873bdb.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Dancing Script;
  display:  inline-block ;
}

#s-c3cc3509-239d-4df8-9ba8-36bb3f873bdb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b344aa5b-28e9-4b46-a053-807fa6c4e115 {
  display: none;
}
#s-39f76d0e-c750-44ab-90d0-2f1ffacd0807 {
  text-align: left;
}


.shg-c#s-39f76d0e-c750-44ab-90d0-2f1ffacd0807 {
  max-width: 100%;
}

.shg-c#s-39f76d0e-c750-44ab-90d0-2f1ffacd0807 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39f76d0e-c750-44ab-90d0-2f1ffacd0807 .shg-image-zoom,
.shg-c#s-39f76d0e-c750-44ab-90d0-2f1ffacd0807 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39f76d0e-c750-44ab-90d0-2f1ffacd0807 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-39f76d0e-c750-44ab-90d0-2f1ffacd0807 {
  max-width: 100%;
}

.shg-c#s-39f76d0e-c750-44ab-90d0-2f1ffacd0807 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39f76d0e-c750-44ab-90d0-2f1ffacd0807 .shg-image-zoom,
.shg-c#s-39f76d0e-c750-44ab-90d0-2f1ffacd0807 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39f76d0e-c750-44ab-90d0-2f1ffacd0807 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-39f76d0e-c750-44ab-90d0-2f1ffacd0807 {
  max-width: 100%;
}

.shg-c#s-39f76d0e-c750-44ab-90d0-2f1ffacd0807 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39f76d0e-c750-44ab-90d0-2f1ffacd0807 .shg-image-zoom,
.shg-c#s-39f76d0e-c750-44ab-90d0-2f1ffacd0807 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39f76d0e-c750-44ab-90d0-2f1ffacd0807 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-39f76d0e-c750-44ab-90d0-2f1ffacd0807 {
  max-width: 100%;
}

.shg-c#s-39f76d0e-c750-44ab-90d0-2f1ffacd0807 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39f76d0e-c750-44ab-90d0-2f1ffacd0807 .shg-image-zoom,
.shg-c#s-39f76d0e-c750-44ab-90d0-2f1ffacd0807 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39f76d0e-c750-44ab-90d0-2f1ffacd0807 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-39f76d0e-c750-44ab-90d0-2f1ffacd0807 {
  max-width: 100%;
}

.shg-c#s-39f76d0e-c750-44ab-90d0-2f1ffacd0807 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39f76d0e-c750-44ab-90d0-2f1ffacd0807 .shg-image-zoom,
.shg-c#s-39f76d0e-c750-44ab-90d0-2f1ffacd0807 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39f76d0e-c750-44ab-90d0-2f1ffacd0807 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-25d5ae4a-2e8f-451f-ab54-322f4ec06c75 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25d5ae4a-2e8f-451f-ab54-322f4ec06c75 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Dancing Script;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-0e6a891a-1f0c-4c77-af5b-9ed8a17e3aa5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0e6a891a-1f0c-4c77-af5b-9ed8a17e3aa5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0e6a891a-1f0c-4c77-af5b-9ed8a17e3aa5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0e6a891a-1f0c-4c77-af5b-9ed8a17e3aa5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e6a891a-1f0c-4c77-af5b-9ed8a17e3aa5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e6a891a-1f0c-4c77-af5b-9ed8a17e3aa5.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Dancing Script;
  display:  inline-block ;
}

#s-0e6a891a-1f0c-4c77-af5b-9ed8a17e3aa5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

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

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

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

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

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

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

#s-5d78051b-7bd9-4185-99db-1b68446e14ef {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-5d78051b-7bd9-4185-99db-1b68446e14ef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5d78051b-7bd9-4185-99db-1b68446e14ef:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5d78051b-7bd9-4185-99db-1b68446e14ef.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Dancing Script;
  display:  inline-block ;
}

#s-be938769-2c65-48e0-a839-eae3332957f8 {
  min-height: 50px;
}








#s-be938769-2c65-48e0-a839-eae3332957f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be938769-2c65-48e0-a839-eae3332957f8.shg-box.shg-c {
  justify-content: center;
}

#s-79ee6f3d-a7bb-4a25-8838-59ade0f8b9a0 {
  min-height: 50px;
}








#s-79ee6f3d-a7bb-4a25-8838-59ade0f8b9a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79ee6f3d-a7bb-4a25-8838-59ade0f8b9a0.shg-box.shg-c {
  justify-content: center;
}

#s-4efbf65b-3c1b-4bd8-b727-23b17a0634d5 {
  text-align: center;
}




  #s-4efbf65b-3c1b-4bd8-b727-23b17a0634d5 img.shogun-image {
    
    width: px;
  }


#s-4efbf65b-3c1b-4bd8-b727-23b17a0634d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbb4f8fa-dd5f-4cb2-a5fe-ef9629968007 {
  min-height: 50px;
}








#s-cbb4f8fa-dd5f-4cb2-a5fe-ef9629968007 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbb4f8fa-dd5f-4cb2-a5fe-ef9629968007.shg-box.shg-c {
  justify-content: center;
}

#s-39aef403-68ce-4cbc-937b-583dc3cabf37 {
  min-height: 50px;
}








#s-39aef403-68ce-4cbc-937b-583dc3cabf37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39aef403-68ce-4cbc-937b-583dc3cabf37.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-953a600d-1ad1-46bf-ab67-02c6df5cbc4c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-c91fdacb-0bd7-4fe4-bd4d-405abd80ea50 {
  display: none;
}
#s-bb2f441d-b26f-42e6-815b-0a8fce02ab62 {
  text-align: left;
}


.shg-c#s-bb2f441d-b26f-42e6-815b-0a8fce02ab62 {
  max-width: 100%;
}

.shg-c#s-bb2f441d-b26f-42e6-815b-0a8fce02ab62 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb2f441d-b26f-42e6-815b-0a8fce02ab62 .shg-image-zoom,
.shg-c#s-bb2f441d-b26f-42e6-815b-0a8fce02ab62 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb2f441d-b26f-42e6-815b-0a8fce02ab62 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bb2f441d-b26f-42e6-815b-0a8fce02ab62 {
  max-width: 100%;
}

.shg-c#s-bb2f441d-b26f-42e6-815b-0a8fce02ab62 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb2f441d-b26f-42e6-815b-0a8fce02ab62 .shg-image-zoom,
.shg-c#s-bb2f441d-b26f-42e6-815b-0a8fce02ab62 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb2f441d-b26f-42e6-815b-0a8fce02ab62 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bb2f441d-b26f-42e6-815b-0a8fce02ab62 {
  max-width: 100%;
}

.shg-c#s-bb2f441d-b26f-42e6-815b-0a8fce02ab62 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb2f441d-b26f-42e6-815b-0a8fce02ab62 .shg-image-zoom,
.shg-c#s-bb2f441d-b26f-42e6-815b-0a8fce02ab62 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb2f441d-b26f-42e6-815b-0a8fce02ab62 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bb2f441d-b26f-42e6-815b-0a8fce02ab62 {
  max-width: 100%;
}

.shg-c#s-bb2f441d-b26f-42e6-815b-0a8fce02ab62 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb2f441d-b26f-42e6-815b-0a8fce02ab62 .shg-image-zoom,
.shg-c#s-bb2f441d-b26f-42e6-815b-0a8fce02ab62 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb2f441d-b26f-42e6-815b-0a8fce02ab62 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bb2f441d-b26f-42e6-815b-0a8fce02ab62 {
  max-width: 100%;
}

.shg-c#s-bb2f441d-b26f-42e6-815b-0a8fce02ab62 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb2f441d-b26f-42e6-815b-0a8fce02ab62 .shg-image-zoom,
.shg-c#s-bb2f441d-b26f-42e6-815b-0a8fce02ab62 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb2f441d-b26f-42e6-815b-0a8fce02ab62 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-137e3be3-3c1a-4599-bcb7-da1b4e263cef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-137e3be3-3c1a-4599-bcb7-da1b4e263cef .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Dancing Script;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-435cc0b7-4995-4f80-b34c-1937a5f3320b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-435cc0b7-4995-4f80-b34c-1937a5f3320b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-435cc0b7-4995-4f80-b34c-1937a5f3320b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-435cc0b7-4995-4f80-b34c-1937a5f3320b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-435cc0b7-4995-4f80-b34c-1937a5f3320b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-435cc0b7-4995-4f80-b34c-1937a5f3320b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Dancing Script;
  display:  inline-block ;
}

#s-435cc0b7-4995-4f80-b34c-1937a5f3320b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-109b7195-0828-409e-b8a3-ebcc53fd4b9f {
  display: none;
}
#s-5d231b2a-e8b6-453c-9520-0c0937e6d3b8 {
  text-align: left;
}


.shg-c#s-5d231b2a-e8b6-453c-9520-0c0937e6d3b8 {
  max-width: 100%;
}

.shg-c#s-5d231b2a-e8b6-453c-9520-0c0937e6d3b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d231b2a-e8b6-453c-9520-0c0937e6d3b8 .shg-image-zoom,
.shg-c#s-5d231b2a-e8b6-453c-9520-0c0937e6d3b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d231b2a-e8b6-453c-9520-0c0937e6d3b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5d231b2a-e8b6-453c-9520-0c0937e6d3b8 {
  max-width: 100%;
}

.shg-c#s-5d231b2a-e8b6-453c-9520-0c0937e6d3b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d231b2a-e8b6-453c-9520-0c0937e6d3b8 .shg-image-zoom,
.shg-c#s-5d231b2a-e8b6-453c-9520-0c0937e6d3b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d231b2a-e8b6-453c-9520-0c0937e6d3b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5d231b2a-e8b6-453c-9520-0c0937e6d3b8 {
  max-width: 100%;
}

.shg-c#s-5d231b2a-e8b6-453c-9520-0c0937e6d3b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d231b2a-e8b6-453c-9520-0c0937e6d3b8 .shg-image-zoom,
.shg-c#s-5d231b2a-e8b6-453c-9520-0c0937e6d3b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d231b2a-e8b6-453c-9520-0c0937e6d3b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5d231b2a-e8b6-453c-9520-0c0937e6d3b8 {
  max-width: 100%;
}

.shg-c#s-5d231b2a-e8b6-453c-9520-0c0937e6d3b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d231b2a-e8b6-453c-9520-0c0937e6d3b8 .shg-image-zoom,
.shg-c#s-5d231b2a-e8b6-453c-9520-0c0937e6d3b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d231b2a-e8b6-453c-9520-0c0937e6d3b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5d231b2a-e8b6-453c-9520-0c0937e6d3b8 {
  max-width: 100%;
}

.shg-c#s-5d231b2a-e8b6-453c-9520-0c0937e6d3b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d231b2a-e8b6-453c-9520-0c0937e6d3b8 .shg-image-zoom,
.shg-c#s-5d231b2a-e8b6-453c-9520-0c0937e6d3b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d231b2a-e8b6-453c-9520-0c0937e6d3b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-68dbda82-e2d0-458a-8472-9a67eab08883 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68dbda82-e2d0-458a-8472-9a67eab08883 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Dancing Script;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-c3036ca8-44de-461a-98f1-1abc14a052b0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c3036ca8-44de-461a-98f1-1abc14a052b0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c3036ca8-44de-461a-98f1-1abc14a052b0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c3036ca8-44de-461a-98f1-1abc14a052b0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c3036ca8-44de-461a-98f1-1abc14a052b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c3036ca8-44de-461a-98f1-1abc14a052b0.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Dancing Script;
  display:  inline-block ;
}

#s-c3036ca8-44de-461a-98f1-1abc14a052b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6b6823bc-8828-4e45-a524-635f6c3e4593 {
  display: none;
}
#s-d336ed53-28ae-402e-8d65-8eb6aae5cdfe {
  text-align: left;
}


.shg-c#s-d336ed53-28ae-402e-8d65-8eb6aae5cdfe {
  max-width: 100%;
}

.shg-c#s-d336ed53-28ae-402e-8d65-8eb6aae5cdfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d336ed53-28ae-402e-8d65-8eb6aae5cdfe .shg-image-zoom,
.shg-c#s-d336ed53-28ae-402e-8d65-8eb6aae5cdfe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d336ed53-28ae-402e-8d65-8eb6aae5cdfe .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d336ed53-28ae-402e-8d65-8eb6aae5cdfe {
  max-width: 100%;
}

.shg-c#s-d336ed53-28ae-402e-8d65-8eb6aae5cdfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d336ed53-28ae-402e-8d65-8eb6aae5cdfe .shg-image-zoom,
.shg-c#s-d336ed53-28ae-402e-8d65-8eb6aae5cdfe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d336ed53-28ae-402e-8d65-8eb6aae5cdfe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d336ed53-28ae-402e-8d65-8eb6aae5cdfe {
  max-width: 100%;
}

.shg-c#s-d336ed53-28ae-402e-8d65-8eb6aae5cdfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d336ed53-28ae-402e-8d65-8eb6aae5cdfe .shg-image-zoom,
.shg-c#s-d336ed53-28ae-402e-8d65-8eb6aae5cdfe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d336ed53-28ae-402e-8d65-8eb6aae5cdfe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d336ed53-28ae-402e-8d65-8eb6aae5cdfe {
  max-width: 100%;
}

.shg-c#s-d336ed53-28ae-402e-8d65-8eb6aae5cdfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d336ed53-28ae-402e-8d65-8eb6aae5cdfe .shg-image-zoom,
.shg-c#s-d336ed53-28ae-402e-8d65-8eb6aae5cdfe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d336ed53-28ae-402e-8d65-8eb6aae5cdfe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d336ed53-28ae-402e-8d65-8eb6aae5cdfe {
  max-width: 100%;
}

.shg-c#s-d336ed53-28ae-402e-8d65-8eb6aae5cdfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d336ed53-28ae-402e-8d65-8eb6aae5cdfe .shg-image-zoom,
.shg-c#s-d336ed53-28ae-402e-8d65-8eb6aae5cdfe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d336ed53-28ae-402e-8d65-8eb6aae5cdfe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c45ff50d-b21e-47c4-a8c8-5ffbfb10761b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c45ff50d-b21e-47c4-a8c8-5ffbfb10761b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Dancing Script;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-d4c9ec2b-cc89-4020-b2b4-0d6966c6df23 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d4c9ec2b-cc89-4020-b2b4-0d6966c6df23:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d4c9ec2b-cc89-4020-b2b4-0d6966c6df23:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d4c9ec2b-cc89-4020-b2b4-0d6966c6df23 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d4c9ec2b-cc89-4020-b2b4-0d6966c6df23.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4c9ec2b-cc89-4020-b2b4-0d6966c6df23.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Dancing Script;
  display:  inline-block ;
}

#s-d4c9ec2b-cc89-4020-b2b4-0d6966c6df23.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-945f3c7d-5fb5-4446-9c57-be69eaeabc04 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-945f3c7d-5fb5-4446-9c57-be69eaeabc04:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-945f3c7d-5fb5-4446-9c57-be69eaeabc04:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-945f3c7d-5fb5-4446-9c57-be69eaeabc04.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Dancing Script;
  display:  inline-block ;
}

#s-d92b7a07-dff5-4f3e-b251-a4a8aa2794ca {
  min-height: 50px;
}








#s-d92b7a07-dff5-4f3e-b251-a4a8aa2794ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d92b7a07-dff5-4f3e-b251-a4a8aa2794ca.shg-box.shg-c {
  justify-content: center;
}

#s-1a1deb44-ce0c-4e6b-9c8d-16d792d8c04c {
  min-height: 50px;
}








#s-1a1deb44-ce0c-4e6b-9c8d-16d792d8c04c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a1deb44-ce0c-4e6b-9c8d-16d792d8c04c.shg-box.shg-c {
  justify-content: center;
}

#s-7e236f14-69c7-4e62-a86c-1a0d4ee1a5aa {
  text-align: center;
}




  #s-7e236f14-69c7-4e62-a86c-1a0d4ee1a5aa img.shogun-image {
    
    width: px;
  }


#s-7e236f14-69c7-4e62-a86c-1a0d4ee1a5aa .shogun-image-content {
  
    align-items: center;
  
}

#s-53d459a6-e8ce-4a41-a93c-07346de3cf4c {
  min-height: 50px;
}








#s-53d459a6-e8ce-4a41-a93c-07346de3cf4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53d459a6-e8ce-4a41-a93c-07346de3cf4c.shg-box.shg-c {
  justify-content: center;
}

#s-2a38134d-5833-430c-a805-a6084d4cdbbd {
  min-height: 50px;
}








#s-2a38134d-5833-430c-a805-a6084d4cdbbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a38134d-5833-430c-a805-a6084d4cdbbd.shg-box.shg-c {
  justify-content: center;
}

#s-401280f2-4072-4343-a12e-25c7369f8938 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-401280f2-4072-4343-a12e-25c7369f8938:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-401280f2-4072-4343-a12e-25c7369f8938:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-401280f2-4072-4343-a12e-25c7369f8938.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Dancing Script;
  display:  inline-block ;
}

#s-a21f0846-4638-4890-98df-72ec636369b9 {
  min-height: 50px;
}








#s-a21f0846-4638-4890-98df-72ec636369b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a21f0846-4638-4890-98df-72ec636369b9.shg-box.shg-c {
  justify-content: center;
}

#s-d323a039-12db-40b1-9e2c-5bea88a8ac81 {
  min-height: 50px;
}








#s-d323a039-12db-40b1-9e2c-5bea88a8ac81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d323a039-12db-40b1-9e2c-5bea88a8ac81.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-75ac9f13-8cb0-48d8-87e5-bafa47784d92"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-7dcebfee-da82-4b1b-9ada-6692b13cbc39 {
  text-align: center;
}




  #s-7dcebfee-da82-4b1b-9ada-6692b13cbc39 img.shogun-image {
    
    width: px;
  }


#s-7dcebfee-da82-4b1b-9ada-6692b13cbc39 .shogun-image-content {
  
    align-items: center;
  
}

#s-54516ff0-e585-498e-b0b9-935ae0422a85 {
  text-align: center;
}




  #s-54516ff0-e585-498e-b0b9-935ae0422a85 img.shogun-image {
    
    width: px;
  }


#s-54516ff0-e585-498e-b0b9-935ae0422a85 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f79bfc8-43e4-4453-a2db-58984563508e {
  min-height: 50px;
}








#s-2f79bfc8-43e4-4453-a2db-58984563508e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f79bfc8-43e4-4453-a2db-58984563508e.shg-box.shg-c {
  justify-content: center;
}

#s-9bdd9e33-89d3-4f86-b49b-03d8f06ce4f7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9bdd9e33-89d3-4f86-b49b-03d8f06ce4f7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9bdd9e33-89d3-4f86-b49b-03d8f06ce4f7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9bdd9e33-89d3-4f86-b49b-03d8f06ce4f7.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Dancing Script;
  display:  inline-block ;
}

#s-55aa8cf7-9145-45b8-b554-26236403417b {
  min-height: 50px;
}








#s-55aa8cf7-9145-45b8-b554-26236403417b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55aa8cf7-9145-45b8-b554-26236403417b.shg-box.shg-c {
  justify-content: center;
}

#s-76240e66-5bb8-48c1-bf48-e32c7851ac2e {
  min-height: 50px;
}








#s-76240e66-5bb8-48c1-bf48-e32c7851ac2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76240e66-5bb8-48c1-bf48-e32c7851ac2e.shg-box.shg-c {
  justify-content: center;
}

#s-3b5e599d-dff8-4572-92e0-e8f20cdc89d8 {
  text-align: center;
}




  #s-3b5e599d-dff8-4572-92e0-e8f20cdc89d8 img.shogun-image {
    
    width: px;
  }


#s-3b5e599d-dff8-4572-92e0-e8f20cdc89d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f2856fb-32bb-4452-9362-8e273c29d3ce {
  min-height: 50px;
}








#s-1f2856fb-32bb-4452-9362-8e273c29d3ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f2856fb-32bb-4452-9362-8e273c29d3ce.shg-box.shg-c {
  justify-content: center;
}

#s-d1ea58cf-2b7b-402b-a275-2dc5f203b19b {
  min-height: 50px;
}








#s-d1ea58cf-2b7b-402b-a275-2dc5f203b19b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1ea58cf-2b7b-402b-a275-2dc5f203b19b.shg-box.shg-c {
  justify-content: center;
}

#s-01c845e7-f33b-4ecc-ac6a-a2a6855906e5 {
  min-height: 50px;
}








#s-01c845e7-f33b-4ecc-ac6a-a2a6855906e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01c845e7-f33b-4ecc-ac6a-a2a6855906e5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-daf6ff27-e3a8-46b1-af1b-e693b5014fc2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-cd182393-7c38-4ad0-9906-153c1c928942 {
  text-align: center;
}




  #s-cd182393-7c38-4ad0-9906-153c1c928942 img.shogun-image {
    
    width: px;
  }


#s-cd182393-7c38-4ad0-9906-153c1c928942 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e03db64-96b7-4d8d-804d-98a0d433f52b {
  text-align: center;
}




  #s-4e03db64-96b7-4d8d-804d-98a0d433f52b img.shogun-image {
    
    width: px;
  }


#s-4e03db64-96b7-4d8d-804d-98a0d433f52b .shogun-image-content {
  
    align-items: center;
  
}

#s-d4663722-ad11-4904-b371-e4911bc4bd23 {
  min-height: 50px;
}








#s-d4663722-ad11-4904-b371-e4911bc4bd23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4663722-ad11-4904-b371-e4911bc4bd23.shg-box.shg-c {
  justify-content: center;
}

#s-7ec15376-97eb-44a1-b463-9bc19ea7c986 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7ec15376-97eb-44a1-b463-9bc19ea7c986:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7ec15376-97eb-44a1-b463-9bc19ea7c986:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7ec15376-97eb-44a1-b463-9bc19ea7c986.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Dancing Script;
  display:  inline-block ;
}

#s-476f7b8e-cd7b-4d13-b68a-e20df41b64a2 {
  min-height: 50px;
}








#s-476f7b8e-cd7b-4d13-b68a-e20df41b64a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-476f7b8e-cd7b-4d13-b68a-e20df41b64a2.shg-box.shg-c {
  justify-content: center;
}

#s-a3c9ad37-b57d-492d-8485-bd104edf9324 {
  min-height: 50px;
}








#s-a3c9ad37-b57d-492d-8485-bd104edf9324 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3c9ad37-b57d-492d-8485-bd104edf9324.shg-box.shg-c {
  justify-content: center;
}

#s-4de40e61-aca3-4054-940b-497a1b68565a {
  text-align: center;
}




  #s-4de40e61-aca3-4054-940b-497a1b68565a img.shogun-image {
    
    width: px;
  }


#s-4de40e61-aca3-4054-940b-497a1b68565a .shogun-image-content {
  
    align-items: center;
  
}

#s-9f4ecc71-50dc-42fd-b333-f330ab49a842 {
  min-height: 50px;
}








#s-9f4ecc71-50dc-42fd-b333-f330ab49a842 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f4ecc71-50dc-42fd-b333-f330ab49a842.shg-box.shg-c {
  justify-content: center;
}

#s-82f8897a-2b2b-4f77-9f15-91d687010951 {
  min-height: 50px;
}








#s-82f8897a-2b2b-4f77-9f15-91d687010951 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82f8897a-2b2b-4f77-9f15-91d687010951.shg-box.shg-c {
  justify-content: center;
}

#s-a061123b-3f20-4e66-b239-52247f9319a3 {
  min-height: 50px;
}








#s-a061123b-3f20-4e66-b239-52247f9319a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a061123b-3f20-4e66-b239-52247f9319a3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d57133bf-e986-4af9-8e44-7323ac91435a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-13ad261a-1e57-4ec3-ab95-114280be2c40 {
  text-align: center;
}




  #s-13ad261a-1e57-4ec3-ab95-114280be2c40 img.shogun-image {
    
    width: px;
  }


#s-13ad261a-1e57-4ec3-ab95-114280be2c40 .shogun-image-content {
  
    align-items: center;
  
}

#s-1905d5e1-aa57-4ac9-92c3-e5b5bd93eb70 {
  text-align: center;
}




  #s-1905d5e1-aa57-4ac9-92c3-e5b5bd93eb70 img.shogun-image {
    
    width: px;
  }


#s-1905d5e1-aa57-4ac9-92c3-e5b5bd93eb70 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7e10612-0efd-44b2-ba6a-57ef93baa626 {
  min-height: 50px;
}








#s-a7e10612-0efd-44b2-ba6a-57ef93baa626 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7e10612-0efd-44b2-ba6a-57ef93baa626.shg-box.shg-c {
  justify-content: center;
}

#s-5c1b83a7-c2df-47a4-9942-4eaa57c690b6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-5c1b83a7-c2df-47a4-9942-4eaa57c690b6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5c1b83a7-c2df-47a4-9942-4eaa57c690b6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5c1b83a7-c2df-47a4-9942-4eaa57c690b6.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Dancing Script;
  display:  inline-block ;
}

#s-981204cb-79a1-44a8-a757-aecb010c3d1b {
  min-height: 50px;
}








#s-981204cb-79a1-44a8-a757-aecb010c3d1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-981204cb-79a1-44a8-a757-aecb010c3d1b.shg-box.shg-c {
  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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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