.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-57e5ab90-a000-407a-a747-7ba190ad294d {
  padding-left: 25px;
padding-right: 25px;
min-height: 50px;
}








#s-57e5ab90-a000-407a-a747-7ba190ad294d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57e5ab90-a000-407a-a747-7ba190ad294d.shg-box.shg-c {
  justify-content: center;
}

#s-3cbf0b92-a1e1-43dc-ad41-5c2cf1666e04 {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3cbf0b92-a1e1-43dc-ad41-5c2cf1666e04 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-3cbf0b92-a1e1-43dc-ad41-5c2cf1666e04 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-3cbf0b92-a1e1-43dc-ad41-5c2cf1666e04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cbf0b92-a1e1-43dc-ad41-5c2cf1666e04.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;
}

#s-34e298a8-d9c3-465e-9d55-eba3e302b344 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-34e298a8-d9c3-465e-9d55-eba3e302b344"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-5e29160b-1c20-4704-93b4-d82bbc9e8461 {
  border-style: solid;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 35px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5e29160b-1c20-4704-93b4-d82bbc9e8461 {
  
}
}@media (max-width: 767px){#s-5e29160b-1c20-4704-93b4-d82bbc9e8461 {
  
}
}
.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-80aafa7b-4be2-4114-92e1-fd148394f6ea {
  background-image: url(none);
background-repeat: no-repeat;
margin-bottom: 15px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(208, 177, 175, 1);
text-decoration: none;
hover-type: color;
}
#s-80aafa7b-4be2-4114-92e1-fd148394f6ea:hover {margin-bottom: 15px !important;
background-color: rgba(4, 0, 2, 1) !important;
text-decoration: none !important;}#s-80aafa7b-4be2-4114-92e1-fd148394f6ea:active {margin-bottom: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-80aafa7b-4be2-4114-92e1-fd148394f6ea-btn-wrapper {
    text-align: center;
  }


#s-80aafa7b-4be2-4114-92e1-fd148394f6ea.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

.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-7f6c4304-fdf8-4297-bdde-4d2da8f88dca {
  text-align: center;
}




  #s-7f6c4304-fdf8-4297-bdde-4d2da8f88dca img.shogun-image {
    
    width: px;
  }


#s-7f6c4304-fdf8-4297-bdde-4d2da8f88dca .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-dd3904ac-3090-431e-8fab-0935813dcf7a {
  margin-left: 15px;
margin-right: 15px;
}

#s-dd3904ac-3090-431e-8fab-0935813dcf7a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-dd3904ac-3090-431e-8fab-0935813dcf7a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-dd3904ac-3090-431e-8fab-0935813dcf7a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(208, 177, 175, 1);
}

#s-dd3904ac-3090-431e-8fab-0935813dcf7a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-dd3904ac-3090-431e-8fab-0935813dcf7a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(208, 177, 175, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-dd3904ac-3090-431e-8fab-0935813dcf7a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-87283d59-bdb7-495e-a0f9-6db29d40571b {
  margin-top: 12px;
margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87283d59-bdb7-495e-a0f9-6db29d40571b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-324d9161-cfd5-4d71-87b1-c3fb25795dc5 {
  border-style: solid;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 35px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-324d9161-cfd5-4d71-87b1-c3fb25795dc5 {
  
}
}@media (max-width: 767px){#s-324d9161-cfd5-4d71-87b1-c3fb25795dc5 {
  
}
}
#s-8583f2bf-08d0-40fa-9d91-83580269ba21 {
  margin-left: 25%;
margin-right: 25%;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}




  #s-8583f2bf-08d0-40fa-9d91-83580269ba21 img.shogun-image {
    
    width: px;
  }


#s-8583f2bf-08d0-40fa-9d91-83580269ba21 .shogun-image-content {
  
    align-items: center;
  
}

#s-7fb82110-4649-4da6-bfec-0cbba88d10f9 {
  border-style: solid;
margin-top: 5px;
margin-left: 25px;
margin-bottom: 5px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: #000;
}

@media (min-width: 0px) {
[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7fb82110-4649-4da6-bfec-0cbba88d10f9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c7bdd55f-3c11-48af-8773-19e6cfb3e3f0 {
  text-align: center;
}




  #s-c7bdd55f-3c11-48af-8773-19e6cfb3e3f0 img.shogun-image {
    
    width: px;
  }


#s-c7bdd55f-3c11-48af-8773-19e6cfb3e3f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-a30f5558-aab2-4a7a-b67e-63eaf1cf22e1 {
  margin-left: 5%;
margin-right: 5%;
}

#s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3d83a1a-6bb0-45a7-bcb8-86804c5e86ab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-463031b0-9269-4fdc-ab56-ca6fd44774a0 {
  text-align: center;
}




  #s-463031b0-9269-4fdc-ab56-ca6fd44774a0 img.shogun-image {
    
    width: px;
  }


#s-463031b0-9269-4fdc-ab56-ca6fd44774a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-15e233f6-69ad-49e9-88fe-1b475b5c8a34 {
  margin-bottom: 20px;
}

#s-b1144a36-4f81-4854-9450-b5fe4fb068bd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b1144a36-4f81-4854-9450-b5fe4fb068bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b1144a36-4f81-4854-9450-b5fe4fb068bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-b1144a36-4f81-4854-9450-b5fe4fb068bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b1144a36-4f81-4854-9450-b5fe4fb068bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-b1144a36-4f81-4854-9450-b5fe4fb068bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b6be97cb-a8d4-4a20-8104-8d3389332c27 {
  text-align: center;
}




  #s-b6be97cb-a8d4-4a20-8104-8d3389332c27 img.shogun-image {
    
    width: px;
  }


#s-b6be97cb-a8d4-4a20-8104-8d3389332c27 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2ed72239-29f7-463e-83fe-76f5d633de8d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-cc79caf5-60a5-46b2-991e-143af1496312 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cc79caf5-60a5-46b2-991e-143af1496312 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Adamina;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-de4e65a0-7959-49bf-a621-3346180a5b8c {
  margin-bottom: 3px;
text-align: center;
}




  #s-de4e65a0-7959-49bf-a621-3346180a5b8c img.shogun-image {
    
    width: px;
  }


#s-de4e65a0-7959-49bf-a621-3346180a5b8c .shogun-image-content {
  
    align-items: center;
  
}

#s-9ac4df84-b427-4b1e-ad66-04fa53cc7367 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9ac4df84-b427-4b1e-ad66-04fa53cc7367 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Adamina;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9341f139-6ce8-4aec-a0b1-c3bc0237df65 {
  text-align: center;
}




  #s-9341f139-6ce8-4aec-a0b1-c3bc0237df65 img.shogun-image {
    
    width: px;
  }


#s-9341f139-6ce8-4aec-a0b1-c3bc0237df65 .shogun-image-content {
  
    align-items: center;
  
}

#s-04155bca-389f-4163-829d-b9dea68599b1 {
  margin-left: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-04155bca-389f-4163-829d-b9dea68599b1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-41e5fcd9-8195-419f-a801-b1744d9c5159 {
  display: none;
}
.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-97bf3c9e-d9ea-4278-b9cd-d53e0fadecd4 {
  margin-bottom: -20px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-97bf3c9e-d9ea-4278-b9cd-d53e0fadecd4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Adamina;
  font-style:   ;
  font-size: 16px;
}

.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-5ce5be2f-9ee8-4fbe-95e5-31df20b58e16 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}


.shg-c#s-5ce5be2f-9ee8-4fbe-95e5-31df20b58e16 {
  max-width: 100%;
}

.shg-c#s-5ce5be2f-9ee8-4fbe-95e5-31df20b58e16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ce5be2f-9ee8-4fbe-95e5-31df20b58e16 .shg-image-zoom,
.shg-c#s-5ce5be2f-9ee8-4fbe-95e5-31df20b58e16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5ce5be2f-9ee8-4fbe-95e5-31df20b58e16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5ce5be2f-9ee8-4fbe-95e5-31df20b58e16 {
  max-width: 100%;
}

.shg-c#s-5ce5be2f-9ee8-4fbe-95e5-31df20b58e16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ce5be2f-9ee8-4fbe-95e5-31df20b58e16 .shg-image-zoom,
.shg-c#s-5ce5be2f-9ee8-4fbe-95e5-31df20b58e16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5ce5be2f-9ee8-4fbe-95e5-31df20b58e16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5ce5be2f-9ee8-4fbe-95e5-31df20b58e16 {
  max-width: 100%;
}

.shg-c#s-5ce5be2f-9ee8-4fbe-95e5-31df20b58e16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ce5be2f-9ee8-4fbe-95e5-31df20b58e16 .shg-image-zoom,
.shg-c#s-5ce5be2f-9ee8-4fbe-95e5-31df20b58e16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5ce5be2f-9ee8-4fbe-95e5-31df20b58e16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5ce5be2f-9ee8-4fbe-95e5-31df20b58e16 {
  max-width: 100%;
}

.shg-c#s-5ce5be2f-9ee8-4fbe-95e5-31df20b58e16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ce5be2f-9ee8-4fbe-95e5-31df20b58e16 .shg-image-zoom,
.shg-c#s-5ce5be2f-9ee8-4fbe-95e5-31df20b58e16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5ce5be2f-9ee8-4fbe-95e5-31df20b58e16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5ce5be2f-9ee8-4fbe-95e5-31df20b58e16 {
  max-width: 100%;
}

.shg-c#s-5ce5be2f-9ee8-4fbe-95e5-31df20b58e16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ce5be2f-9ee8-4fbe-95e5-31df20b58e16 .shg-image-zoom,
.shg-c#s-5ce5be2f-9ee8-4fbe-95e5-31df20b58e16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5ce5be2f-9ee8-4fbe-95e5-31df20b58e16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b99b978b-efbe-4bd2-a1c5-f86a2f5230ad {
  text-align: left;
}

#s-b99b978b-efbe-4bd2-a1c5-f86a2f5230ad .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b99b978b-efbe-4bd2-a1c5-f86a2f5230ad .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b99b978b-efbe-4bd2-a1c5-f86a2f5230ad .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-01fc15ac-77f8-4e88-a9a5-871ee8b8116e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-01fc15ac-77f8-4e88-a9a5-871ee8b8116e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-01fc15ac-77f8-4e88-a9a5-871ee8b8116e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-01fc15ac-77f8-4e88-a9a5-871ee8b8116e {
  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-01fc15ac-77f8-4e88-a9a5-871ee8b8116e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-01fc15ac-77f8-4e88-a9a5-871ee8b8116e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-01fc15ac-77f8-4e88-a9a5-871ee8b8116e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-01fc15ac-77f8-4e88-a9a5-871ee8b8116e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-682ae5f4-a23b-4a5e-be60-8ad0c2231f4e {
  display: none;
}
#s-dec59534-ea04-4a02-8487-9f42aebbf26f {
  margin-bottom: -20px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-dec59534-ea04-4a02-8487-9f42aebbf26f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Adamina;
  font-style:   ;
  font-size: 16px;
}

#s-ad26bade-2d2b-4293-ab04-ad78e7f4a8b2 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}


.shg-c#s-ad26bade-2d2b-4293-ab04-ad78e7f4a8b2 {
  max-width: 100%;
}

.shg-c#s-ad26bade-2d2b-4293-ab04-ad78e7f4a8b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad26bade-2d2b-4293-ab04-ad78e7f4a8b2 .shg-image-zoom,
.shg-c#s-ad26bade-2d2b-4293-ab04-ad78e7f4a8b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad26bade-2d2b-4293-ab04-ad78e7f4a8b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ad26bade-2d2b-4293-ab04-ad78e7f4a8b2 {
  max-width: 100%;
}

.shg-c#s-ad26bade-2d2b-4293-ab04-ad78e7f4a8b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad26bade-2d2b-4293-ab04-ad78e7f4a8b2 .shg-image-zoom,
.shg-c#s-ad26bade-2d2b-4293-ab04-ad78e7f4a8b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad26bade-2d2b-4293-ab04-ad78e7f4a8b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ad26bade-2d2b-4293-ab04-ad78e7f4a8b2 {
  max-width: 100%;
}

.shg-c#s-ad26bade-2d2b-4293-ab04-ad78e7f4a8b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad26bade-2d2b-4293-ab04-ad78e7f4a8b2 .shg-image-zoom,
.shg-c#s-ad26bade-2d2b-4293-ab04-ad78e7f4a8b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad26bade-2d2b-4293-ab04-ad78e7f4a8b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ad26bade-2d2b-4293-ab04-ad78e7f4a8b2 {
  max-width: 100%;
}

.shg-c#s-ad26bade-2d2b-4293-ab04-ad78e7f4a8b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad26bade-2d2b-4293-ab04-ad78e7f4a8b2 .shg-image-zoom,
.shg-c#s-ad26bade-2d2b-4293-ab04-ad78e7f4a8b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad26bade-2d2b-4293-ab04-ad78e7f4a8b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ad26bade-2d2b-4293-ab04-ad78e7f4a8b2 {
  max-width: 100%;
}

.shg-c#s-ad26bade-2d2b-4293-ab04-ad78e7f4a8b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad26bade-2d2b-4293-ab04-ad78e7f4a8b2 .shg-image-zoom,
.shg-c#s-ad26bade-2d2b-4293-ab04-ad78e7f4a8b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad26bade-2d2b-4293-ab04-ad78e7f4a8b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4b207e78-5b15-4f47-aefa-ff836259c4b9 {
  text-align: left;
}

#s-4b207e78-5b15-4f47-aefa-ff836259c4b9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-4b207e78-5b15-4f47-aefa-ff836259c4b9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4b207e78-5b15-4f47-aefa-ff836259c4b9 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-1bc5c320-1129-4939-8c42-fdd02ca871dd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-1bc5c320-1129-4939-8c42-fdd02ca871dd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1bc5c320-1129-4939-8c42-fdd02ca871dd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1bc5c320-1129-4939-8c42-fdd02ca871dd {
  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-1bc5c320-1129-4939-8c42-fdd02ca871dd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bc5c320-1129-4939-8c42-fdd02ca871dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1bc5c320-1129-4939-8c42-fdd02ca871dd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1bc5c320-1129-4939-8c42-fdd02ca871dd.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-6e2a119f-4a98-4fbb-9b06-763b970fb472 {
  display: none;
}
#s-960f6d04-74fa-4809-9e0b-55a8bb142939 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(238, 200, 61, 1);
text-decoration: none;
}
#s-960f6d04-74fa-4809-9e0b-55a8bb142939:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-960f6d04-74fa-4809-9e0b-55a8bb142939:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-960f6d04-74fa-4809-9e0b-55a8bb142939.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-120eca32-616b-489e-8b92-fc9350c7d1ab {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-120eca32-616b-489e-8b92-fc9350c7d1ab .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Adamina;
  font-style:   ;
  font-size: 16px;
}

#s-3bf5496e-6326-4ed3-95f2-24ff4ecb5557 {
  padding-left: 0px;
padding-right: 0px;
text-align: left;
}


.shg-c#s-3bf5496e-6326-4ed3-95f2-24ff4ecb5557 {
  max-width: 100%;
}

.shg-c#s-3bf5496e-6326-4ed3-95f2-24ff4ecb5557 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3bf5496e-6326-4ed3-95f2-24ff4ecb5557 .shg-image-zoom,
.shg-c#s-3bf5496e-6326-4ed3-95f2-24ff4ecb5557 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3bf5496e-6326-4ed3-95f2-24ff4ecb5557 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3bf5496e-6326-4ed3-95f2-24ff4ecb5557 {
  max-width: 100%;
}

.shg-c#s-3bf5496e-6326-4ed3-95f2-24ff4ecb5557 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3bf5496e-6326-4ed3-95f2-24ff4ecb5557 .shg-image-zoom,
.shg-c#s-3bf5496e-6326-4ed3-95f2-24ff4ecb5557 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3bf5496e-6326-4ed3-95f2-24ff4ecb5557 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3bf5496e-6326-4ed3-95f2-24ff4ecb5557 {
  max-width: 100%;
}

.shg-c#s-3bf5496e-6326-4ed3-95f2-24ff4ecb5557 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3bf5496e-6326-4ed3-95f2-24ff4ecb5557 .shg-image-zoom,
.shg-c#s-3bf5496e-6326-4ed3-95f2-24ff4ecb5557 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3bf5496e-6326-4ed3-95f2-24ff4ecb5557 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3bf5496e-6326-4ed3-95f2-24ff4ecb5557 {
  max-width: 100%;
}

.shg-c#s-3bf5496e-6326-4ed3-95f2-24ff4ecb5557 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3bf5496e-6326-4ed3-95f2-24ff4ecb5557 .shg-image-zoom,
.shg-c#s-3bf5496e-6326-4ed3-95f2-24ff4ecb5557 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3bf5496e-6326-4ed3-95f2-24ff4ecb5557 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3bf5496e-6326-4ed3-95f2-24ff4ecb5557 {
  max-width: 100%;
}

.shg-c#s-3bf5496e-6326-4ed3-95f2-24ff4ecb5557 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3bf5496e-6326-4ed3-95f2-24ff4ecb5557 .shg-image-zoom,
.shg-c#s-3bf5496e-6326-4ed3-95f2-24ff4ecb5557 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3bf5496e-6326-4ed3-95f2-24ff4ecb5557 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0cf83400-3a3a-4c66-8a96-ce0d75992193 {
  text-align: left;
}

#s-0cf83400-3a3a-4c66-8a96-ce0d75992193 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-0cf83400-3a3a-4c66-8a96-ce0d75992193 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0cf83400-3a3a-4c66-8a96-ce0d75992193 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-97056a66-6c9b-4626-9b4b-49b1dcb8e964 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-97056a66-6c9b-4626-9b4b-49b1dcb8e964:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-97056a66-6c9b-4626-9b4b-49b1dcb8e964:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-97056a66-6c9b-4626-9b4b-49b1dcb8e964 {
  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-97056a66-6c9b-4626-9b4b-49b1dcb8e964.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97056a66-6c9b-4626-9b4b-49b1dcb8e964.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-97056a66-6c9b-4626-9b4b-49b1dcb8e964.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-97056a66-6c9b-4626-9b4b-49b1dcb8e964.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-382aa685-f07b-4c18-9955-ec587b6455be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-382aa685-f07b-4c18-9955-ec587b6455be .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-96468b36-bd2c-408f-9c9e-65911c04bdc6 {
  display: none;
}
#s-ed4a1dd8-56d5-4fea-bf42-a91a67368fb8 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(232, 99, 163, 1);
text-decoration: none;
hover-type: color;
}
#s-ed4a1dd8-56d5-4fea-bf42-a91a67368fb8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ed4a1dd8-56d5-4fea-bf42-a91a67368fb8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ed4a1dd8-56d5-4fea-bf42-a91a67368fb8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3af8dac2-e505-4689-b94c-91fcd63c7170 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e2d08092-8369-4f97-bb65-1ea7b89e1144 {
  padding-left: 0px;
padding-right: 0px;
text-align: left;
}


.shg-c#s-e2d08092-8369-4f97-bb65-1ea7b89e1144 {
  max-width: 100%;
}

.shg-c#s-e2d08092-8369-4f97-bb65-1ea7b89e1144 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2d08092-8369-4f97-bb65-1ea7b89e1144 .shg-image-zoom,
.shg-c#s-e2d08092-8369-4f97-bb65-1ea7b89e1144 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e2d08092-8369-4f97-bb65-1ea7b89e1144 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e2d08092-8369-4f97-bb65-1ea7b89e1144 {
  max-width: 100%;
}

.shg-c#s-e2d08092-8369-4f97-bb65-1ea7b89e1144 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2d08092-8369-4f97-bb65-1ea7b89e1144 .shg-image-zoom,
.shg-c#s-e2d08092-8369-4f97-bb65-1ea7b89e1144 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e2d08092-8369-4f97-bb65-1ea7b89e1144 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e2d08092-8369-4f97-bb65-1ea7b89e1144 {
  max-width: 100%;
}

.shg-c#s-e2d08092-8369-4f97-bb65-1ea7b89e1144 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2d08092-8369-4f97-bb65-1ea7b89e1144 .shg-image-zoom,
.shg-c#s-e2d08092-8369-4f97-bb65-1ea7b89e1144 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e2d08092-8369-4f97-bb65-1ea7b89e1144 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e2d08092-8369-4f97-bb65-1ea7b89e1144 {
  max-width: 100%;
}

.shg-c#s-e2d08092-8369-4f97-bb65-1ea7b89e1144 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2d08092-8369-4f97-bb65-1ea7b89e1144 .shg-image-zoom,
.shg-c#s-e2d08092-8369-4f97-bb65-1ea7b89e1144 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e2d08092-8369-4f97-bb65-1ea7b89e1144 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e2d08092-8369-4f97-bb65-1ea7b89e1144 {
  max-width: 100%;
}

.shg-c#s-e2d08092-8369-4f97-bb65-1ea7b89e1144 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2d08092-8369-4f97-bb65-1ea7b89e1144 .shg-image-zoom,
.shg-c#s-e2d08092-8369-4f97-bb65-1ea7b89e1144 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e2d08092-8369-4f97-bb65-1ea7b89e1144 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-efa20d84-b1e7-471a-b65e-7a75a58b28ad {
  text-align: left;
}

#s-efa20d84-b1e7-471a-b65e-7a75a58b28ad .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-efa20d84-b1e7-471a-b65e-7a75a58b28ad .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-efa20d84-b1e7-471a-b65e-7a75a58b28ad .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-31cca873-b269-4978-852d-1530571b4979 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-31cca873-b269-4978-852d-1530571b4979:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-31cca873-b269-4978-852d-1530571b4979:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-31cca873-b269-4978-852d-1530571b4979 {
  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-31cca873-b269-4978-852d-1530571b4979.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31cca873-b269-4978-852d-1530571b4979.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-31cca873-b269-4978-852d-1530571b4979.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-31cca873-b269-4978-852d-1530571b4979.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-125e65bf-aabb-4594-80ba-617f8230afe1 {
  padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-125e65bf-aabb-4594-80ba-617f8230afe1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-dd7a3f21-b634-447c-9628-4925c56064ab {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}




  #s-dd7a3f21-b634-447c-9628-4925c56064ab img.shogun-image {
    
    width: px;
  }


#s-dd7a3f21-b634-447c-9628-4925c56064ab .shogun-image-content {
  
    align-items: center;
  
}

#s-705c69d8-7e88-4f1f-a81f-f383424d206c {
  text-align: center;
}




  #s-705c69d8-7e88-4f1f-a81f-f383424d206c img.shogun-image {
    
    width: px;
  }


#s-705c69d8-7e88-4f1f-a81f-f383424d206c .shogun-image-content {
  
    align-items: center;
  
}

#s-e62dea6c-f198-4fc3-87fe-03be38424ed6 {
  text-align: center;
}




  #s-e62dea6c-f198-4fc3-87fe-03be38424ed6 img.shogun-image {
    
    width: px;
  }


#s-e62dea6c-f198-4fc3-87fe-03be38424ed6 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb757bbf-ff5e-4879-a488-9e84588356f4 {
  text-align: center;
}




  #s-bb757bbf-ff5e-4879-a488-9e84588356f4 img.shogun-image {
    
    width: px;
  }


#s-bb757bbf-ff5e-4879-a488-9e84588356f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-536d1b23-bf4a-465c-acd9-91b049ce2ed6 {
  margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-536d1b23-bf4a-465c-acd9-91b049ce2ed6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2b153d71-5fe7-4905-a6a8-537c3b8ebb9a {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
text-align: left;
background-color: rgba(208, 177, 175, 1);
text-decoration: none;
hover-type: color;
}
#s-2b153d71-5fe7-4905-a6a8-537c3b8ebb9a:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-2b153d71-5fe7-4905-a6a8-537c3b8ebb9a:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 0.78) !important;
text-decoration: none !important;}


#s-2b153d71-5fe7-4905-a6a8-537c3b8ebb9a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Adamina;
  display:  block ;
}

#s-09a6099d-c390-43d3-a9db-14039acefa9a {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
text-align: left;
background-color: rgba(208, 177, 175, 1);
text-decoration: none;
hover-type: color;
}
#s-09a6099d-c390-43d3-a9db-14039acefa9a:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-09a6099d-c390-43d3-a9db-14039acefa9a:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 0.78) !important;
text-decoration: none !important;}


#s-09a6099d-c390-43d3-a9db-14039acefa9a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Adamina;
  display:  block ;
}

#s-3fadb46b-ad8d-4394-a91d-f23098aedb8f {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
text-align: left;
background-color: rgba(208, 177, 175, 1);
text-decoration: none;
hover-type: color;
}
#s-3fadb46b-ad8d-4394-a91d-f23098aedb8f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-3fadb46b-ad8d-4394-a91d-f23098aedb8f:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 0.78) !important;
text-decoration: none !important;}


#s-3fadb46b-ad8d-4394-a91d-f23098aedb8f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Adamina;
  display:  block ;
}

#s-30a8c32d-878a-41ec-9baa-58b6d33cb268 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
text-align: left;
background-color: rgba(208, 177, 175, 1);
text-decoration: none;
hover-type: color;
}
#s-30a8c32d-878a-41ec-9baa-58b6d33cb268:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-30a8c32d-878a-41ec-9baa-58b6d33cb268:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 0.78) !important;
text-decoration: none !important;}


#s-30a8c32d-878a-41ec-9baa-58b6d33cb268.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Adamina;
  display:  block ;
}

#s-e9fdbffc-6377-4ffd-ac88-aa130b2e1352 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
text-align: left;
background-color: rgba(208, 177, 175, 1);
text-decoration: none;
hover-type: color;
}
#s-e9fdbffc-6377-4ffd-ac88-aa130b2e1352:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-e9fdbffc-6377-4ffd-ac88-aa130b2e1352:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 0.78) !important;
text-decoration: none !important;}


#s-e9fdbffc-6377-4ffd-ac88-aa130b2e1352.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Adamina;
  display:  block ;
}

#s-a0f45b82-b825-4094-834e-6bb1d31af501 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
text-align: left;
background-color: rgba(208, 177, 175, 1);
text-decoration: none;
hover-type: color;
}
#s-a0f45b82-b825-4094-834e-6bb1d31af501:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-a0f45b82-b825-4094-834e-6bb1d31af501:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 0.78) !important;
text-decoration: none !important;}


#s-a0f45b82-b825-4094-834e-6bb1d31af501.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Adamina;
  display:  block ;
}

#s-cf64675f-3063-4a06-ba77-fd65337ccad0 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
text-align: left;
background-color: rgba(208, 177, 175, 1);
text-decoration: none;
hover-type: color;
}
#s-cf64675f-3063-4a06-ba77-fd65337ccad0:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-cf64675f-3063-4a06-ba77-fd65337ccad0:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 0.78) !important;
text-decoration: none !important;}


#s-cf64675f-3063-4a06-ba77-fd65337ccad0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Adamina;
  display:  block ;
}

#s-fdaac810-660a-4358-a6fb-a0034301c37f {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
text-align: left;
background-color: rgba(208, 177, 175, 1);
text-decoration: none;
hover-type: color;
}
#s-fdaac810-660a-4358-a6fb-a0034301c37f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-fdaac810-660a-4358-a6fb-a0034301c37f:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 0.78) !important;
text-decoration: none !important;}


#s-fdaac810-660a-4358-a6fb-a0034301c37f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Adamina;
  display:  block ;
}

#s-3e3f24df-d0c8-4653-8b40-1bc398ae27bc {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
text-align: left;
background-color: rgba(208, 177, 175, 1);
text-decoration: none;
hover-type: color;
}
#s-3e3f24df-d0c8-4653-8b40-1bc398ae27bc:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-3e3f24df-d0c8-4653-8b40-1bc398ae27bc:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 0.78) !important;
text-decoration: none !important;}


#s-3e3f24df-d0c8-4653-8b40-1bc398ae27bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  font-family: Adamina;
  display:  block ;
}

#s-c4c34980-c2f0-4561-b088-2d1f20059c35 {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c4c34980-c2f0-4561-b088-2d1f20059c35"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e22e70e3-1c57-4d72-ae6d-31063c7e15df {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-e22e70e3-1c57-4d72-ae6d-31063c7e15df .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Adamina;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-47bb8e68-1301-4627-bbc8-909da51e1145 {
  text-align: center;
}




  #s-47bb8e68-1301-4627-bbc8-909da51e1145 img.shogun-image {
    
    width: px;
  }


#s-47bb8e68-1301-4627-bbc8-909da51e1145 .shogun-image-content {
  
    align-items: center;
  
}

#s-584fc612-5c8a-4cd7-a260-ff95f9467cd8 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-584fc612-5c8a-4cd7-a260-ff95f9467cd8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Adamina;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-48c5e31a-005e-40da-bcba-565100c4719a {
  text-align: center;
}




  #s-48c5e31a-005e-40da-bcba-565100c4719a img.shogun-image {
    
    width: px;
  }


#s-48c5e31a-005e-40da-bcba-565100c4719a .shogun-image-content {
  
    align-items: center;
  
}

#s-04a82459-4a2d-45f9-b48b-e1b4ed86102d {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-04a82459-4a2d-45f9-b48b-e1b4ed86102d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Adamina;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bf9e0664-4053-4808-a08c-ef8b31f7cc53 {
  text-align: center;
}




  #s-bf9e0664-4053-4808-a08c-ef8b31f7cc53 img.shogun-image {
    
    width: px;
  }


#s-bf9e0664-4053-4808-a08c-ef8b31f7cc53 .shogun-image-content {
  
    align-items: center;
  
}

#s-4828e081-ff80-4c13-b02c-5accd7c4ce09 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 768px) and (max-width: 991px){#s-5fad95ee-2d54-43eb-bab0-937b3bca513a {
  display: none;
}
#s-5fad95ee-2d54-43eb-bab0-937b3bca513a, #wrap-s-5fad95ee-2d54-43eb-bab0-937b3bca513a { display:none !important; }}@media (max-width: 767px){#s-5fad95ee-2d54-43eb-bab0-937b3bca513a {
  display: none;
}
#s-5fad95ee-2d54-43eb-bab0-937b3bca513a, #wrap-s-5fad95ee-2d54-43eb-bab0-937b3bca513a { display:none !important; }}
@media (min-width: 0px) {
[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5fad95ee-2d54-43eb-bab0-937b3bca513a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1babe135-3561-486f-b898-b0fc33525001 {
  text-align: center;
}




  #s-1babe135-3561-486f-b898-b0fc33525001 img.shogun-image {
    
    width: px;
  }


#s-1babe135-3561-486f-b898-b0fc33525001 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc8a6052-8024-4a7c-bb61-fdbc824a60e6 {
  text-align: center;
}




  #s-bc8a6052-8024-4a7c-bb61-fdbc824a60e6 img.shogun-image {
    
    width: px;
  }


#s-bc8a6052-8024-4a7c-bb61-fdbc824a60e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-9198441f-d3c0-4080-8a4c-56e0134e6efb {
  text-align: center;
}




  #s-9198441f-d3c0-4080-8a4c-56e0134e6efb img.shogun-image {
    
    width: px;
  }


#s-9198441f-d3c0-4080-8a4c-56e0134e6efb .shogun-image-content {
  
    align-items: center;
  
}

#s-19e343f0-f3cc-4900-bb1a-d533554b9986 {
  min-height: 50px;
}








#s-19e343f0-f3cc-4900-bb1a-d533554b9986 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19e343f0-f3cc-4900-bb1a-d533554b9986.shg-box.shg-c {
  justify-content: center;
}

#s-b7a18afd-8cc5-45fd-9188-7679cf750f62 {
  margin-left: 5%;
margin-right: 5%;
}

#s-136762d9-8eab-4d5a-b46e-6ee75185ba19 {
  margin-left: 5%;
margin-right: 5%;
}

#s-5d6ba355-a748-4694-bb0f-de7b7bcbbd26 {
  margin-left: 5%;
margin-right: 5%;
}

#s-cbabc202-e759-4432-bd7b-c551b95dcd28 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 768px) and (max-width: 991px){#s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d {
  display: none;
}
#s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d, #wrap-s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d { display:none !important; }}@media (max-width: 767px){#s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d {
  display: none;
}
#s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d, #wrap-s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d { display:none !important; }}
@media (min-width: 0px) {
[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1875c82e-e6e4-4a90-a82c-2e7e9a01318d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e5d9166e-75d4-4b12-bb18-86c24f38ce36 {
  text-align: center;
}




  #s-e5d9166e-75d4-4b12-bb18-86c24f38ce36 img.shogun-image {
    
    width: px;
  }


#s-e5d9166e-75d4-4b12-bb18-86c24f38ce36 .shogun-image-content {
  
    align-items: center;
  
}

#s-8baa7dc5-5b83-4127-962b-4f2c6bdf3722 {
  text-align: center;
}




  #s-8baa7dc5-5b83-4127-962b-4f2c6bdf3722 img.shogun-image {
    
    width: px;
  }


#s-8baa7dc5-5b83-4127-962b-4f2c6bdf3722 .shogun-image-content {
  
    align-items: center;
  
}

#s-183c4f8e-fd4e-4e0c-a9ce-943f010124e3 {
  text-align: center;
}




  #s-183c4f8e-fd4e-4e0c-a9ce-943f010124e3 img.shogun-image {
    
    width: px;
  }


#s-183c4f8e-fd4e-4e0c-a9ce-943f010124e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ea3993e-59b7-452f-96f2-9a74230e30c5 {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5ea3993e-59b7-452f-96f2-9a74230e30c5 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-5ea3993e-59b7-452f-96f2-9a74230e30c5 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-5ea3993e-59b7-452f-96f2-9a74230e30c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ea3993e-59b7-452f-96f2-9a74230e30c5.shg-box.shg-c {
  justify-content: center;
}

#s-d3520126-43cf-44d5-8061-621d1b7380f5 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-d3520126-43cf-44d5-8061-621d1b7380f5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1b41cffa-e0f7-4eef-aba8-4457b2e2ca2b {
  border-style: solid;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 35px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1b41cffa-e0f7-4eef-aba8-4457b2e2ca2b {
  
}
}@media (max-width: 767px){#s-1b41cffa-e0f7-4eef-aba8-4457b2e2ca2b {
  
}
}
#s-90960af4-8664-48c9-9d4a-3264705ca8d0 {
  background-image: url(none);
background-repeat: no-repeat;
margin-bottom: 15px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(208, 177, 175, 1);
text-decoration: none;
hover-type: color;
}
#s-90960af4-8664-48c9-9d4a-3264705ca8d0:hover {margin-bottom: 15px !important;
background-color: rgba(4, 0, 2, 1) !important;
text-decoration: none !important;}#s-90960af4-8664-48c9-9d4a-3264705ca8d0:active {margin-bottom: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-90960af4-8664-48c9-9d4a-3264705ca8d0-btn-wrapper {
    text-align: center;
  }


#s-90960af4-8664-48c9-9d4a-3264705ca8d0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-221a62e1-41f2-476b-a1c3-b41621707f31 {
  text-align: center;
}




  #s-221a62e1-41f2-476b-a1c3-b41621707f31 img.shogun-image {
    
    width: px;
  }


#s-221a62e1-41f2-476b-a1c3-b41621707f31 .shogun-image-content {
  
    align-items: center;
  
}

#s-9192cd5c-96e6-4e7b-adea-9e301766a873 {
  margin-top: 18px;
margin-left: 0%;
margin-bottom: 18px;
margin-right: 0%;
background-color: rgba(246, 243, 243, 1);
}

@media (min-width: 0px) {
[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9192cd5c-96e6-4e7b-adea-9e301766a873"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5dab746e-7c51-485c-a467-cfebcbfc1f63 {
  text-align: center;
}




  #s-5dab746e-7c51-485c-a467-cfebcbfc1f63 img.shogun-image {
    
    width: px;
  }


#s-5dab746e-7c51-485c-a467-cfebcbfc1f63 .shogun-image-content {
  
    align-items: center;
  
}

#s-3767cd71-dac7-4d2c-9a51-d81d0fc631c3 {
  min-height: 480px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3767cd71-dac7-4d2c-9a51-d81d0fc631c3 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-3767cd71-dac7-4d2c-9a51-d81d0fc631c3 {
  min-height: 300px;
}
}







#s-3767cd71-dac7-4d2c-9a51-d81d0fc631c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3767cd71-dac7-4d2c-9a51-d81d0fc631c3.shg-box.shg-c {
  justify-content: center;
}

#s-4c0a46ab-e9a5-4a40-9641-547635066a20 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4c0a46ab-e9a5-4a40-9641-547635066a20 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



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

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

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

.shogun-root iframe {
  display: initial;
}

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

#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;
}
