.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-c2926d24-4d78-4a17-a7b4-05aaa2cd61ee {
  margin-bottom: 30px;
text-align: center;
}




  #s-c2926d24-4d78-4a17-a7b4-05aaa2cd61ee img.shogun-image {
    
    width: px;
  }


#s-c2926d24-4d78-4a17-a7b4-05aaa2cd61ee .shogun-image-content {
  
    align-items: center;
  
}

.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-a845d376-7295-47fa-b2f0-f16a78ab97a8 {
  margin-bottom: 30px;
min-height: 50px;
}








#s-a845d376-7295-47fa-b2f0-f16a78ab97a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a845d376-7295-47fa-b2f0-f16a78ab97a8.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ab80e003-5c8b-4ed8-a7a1-10678c9a21f2 {
  margin-left: 10px;
margin-right: 10px;
}

.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-249fdc4c-d40e-44b2-a901-ed4129b4ae6b {
  margin-top: 30px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-249fdc4c-d40e-44b2-a901-ed4129b4ae6b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6ed8ffd1-4b48-4901-89a3-70e36b542b91 {
  margin-bottom: 10px;
text-align: center;
}




  #s-6ed8ffd1-4b48-4901-89a3-70e36b542b91 img.shogun-image {
    
    width: px;
  }


#s-6ed8ffd1-4b48-4901-89a3-70e36b542b91 .shogun-image-content {
  
    align-items: center;
  
}

#s-293cdff4-5d10-4561-9f31-e1b64582b6b6 {
  text-align: center;
}




  #s-293cdff4-5d10-4561-9f31-e1b64582b6b6 img.shogun-image {
    
    width: px;
  }


#s-293cdff4-5d10-4561-9f31-e1b64582b6b6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8c4d556c-a65f-4c76-8291-8771b50131b6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e5dfaccd-71b7-4c2b-a87d-035d678f574d {
  margin-bottom: 10px;
text-align: center;
}




  #s-e5dfaccd-71b7-4c2b-a87d-035d678f574d img.shogun-image {
    
    width: px;
  }


#s-e5dfaccd-71b7-4c2b-a87d-035d678f574d .shogun-image-content {
  
    align-items: center;
  
}

#s-b50f7558-11e3-49bc-b4cf-ca0dd46d0586 {
  text-align: center;
}




  #s-b50f7558-11e3-49bc-b4cf-ca0dd46d0586 img.shogun-image {
    
    width: px;
  }


#s-b50f7558-11e3-49bc-b4cf-ca0dd46d0586 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd399e36-689d-48c3-b53f-d3a12b1d759e {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-fd399e36-689d-48c3-b53f-d3a12b1d759e img.shogun-image {
    
    width: px;
  }


#s-fd399e36-689d-48c3-b53f-d3a12b1d759e .shogun-image-content {
  
    align-items: center;
  
}

#s-4e7d648f-8c32-46a2-926d-6f5ba6f106d6 {
  margin-top: 50px;
margin-bottom: 20px;
}

#s-5399c116-038f-4b67-80b1-de111a3b4fe1 {
  margin-top: 10px;
text-align: center;
}




  #s-5399c116-038f-4b67-80b1-de111a3b4fe1 img.shogun-image {
    
    width: px;
  }


#s-5399c116-038f-4b67-80b1-de111a3b4fe1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac8b5f89-3683-40be-8dff-f938a0dbf08d {
  margin-top: 30px;
text-align: center;
}




  #s-ac8b5f89-3683-40be-8dff-f938a0dbf08d img.shogun-image {
    
    width: px;
  }


#s-ac8b5f89-3683-40be-8dff-f938a0dbf08d .shogun-image-content {
  
    align-items: center;
  
}

#s-7ec0f90e-c334-4663-8c33-a54da212de33 {
  margin-top: 50px;
margin-bottom: 20px;
}

#s-f2d219f9-3ce4-4b91-be2d-3959e0338276 {
  margin-bottom: 50px;
padding-top: 60px;
min-height: 50px;
background-color: rgba(190, 182, 165, 0.27);
}








#s-f2d219f9-3ce4-4b91-be2d-3959e0338276 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2d219f9-3ce4-4b91-be2d-3959e0338276.shg-box.shg-c {
  justify-content: center;
}

#s-eb9671c1-121c-4042-8eba-3a36bb364fa8 {
  margin-left: auto;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-eb9671c1-121c-4042-8eba-3a36bb364fa8 {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-b4763990-6b5e-4f32-8c02-8cf6d3c5ded6 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-b4763990-6b5e-4f32-8c02-8cf6d3c5ded6 {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-27d0b256-bfa9-40a3-a562-18c3e5ccf4c5 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (min-width: 768px) and (max-width: 991px){#s-27d0b256-bfa9-40a3-a562-18c3e5ccf4c5 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-27d0b256-bfa9-40a3-a562-18c3e5ccf4c5 {
  padding-left: 30px;
padding-right: 30px;
}
}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-756e7440-7f69-486f-a1b4-ec27ee722ac3 {
  margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-756e7440-7f69-486f-a1b4-ec27ee722ac3 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-756e7440-7f69-486f-a1b4-ec27ee722ac3 .shg-sld-nav-button.shg-sld-left,
#s-756e7440-7f69-486f-a1b4-ec27ee722ac3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-dbebeda9-87ff-446c-939c-2d7e1d0ac679 {
  text-align: center;
}




  #s-dbebeda9-87ff-446c-939c-2d7e1d0ac679 img.shogun-image {
    
    width: px;
  }


#s-dbebeda9-87ff-446c-939c-2d7e1d0ac679 .shogun-image-content {
  
    align-items: center;
  
}

#s-b745f881-7567-4ac2-84d9-2e34b3eda505 {
  text-align: center;
}




  #s-b745f881-7567-4ac2-84d9-2e34b3eda505 img.shogun-image {
    
    width: px;
  }


#s-b745f881-7567-4ac2-84d9-2e34b3eda505 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fbbbf1d-37dc-4ba3-b8a5-11370d8c339c {
  text-align: center;
}




  #s-2fbbbf1d-37dc-4ba3-b8a5-11370d8c339c img.shogun-image {
    
    width: px;
  }


#s-2fbbbf1d-37dc-4ba3-b8a5-11370d8c339c .shogun-image-content {
  
    align-items: center;
  
}

#s-f8a535ae-a1c8-4e37-9601-e6670999ad42 {
  text-align: center;
}




  #s-f8a535ae-a1c8-4e37-9601-e6670999ad42 img.shogun-image {
    
    width: px;
  }


#s-f8a535ae-a1c8-4e37-9601-e6670999ad42 .shogun-image-content {
  
    align-items: center;
  
}

#s-036f004a-efbf-4059-b4e8-5b96028e3018 {
  margin-bottom: 15px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-036f004a-efbf-4059-b4e8-5b96028e3018 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-036f004a-efbf-4059-b4e8-5b96028e3018 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-b07e551c-aa4f-48cb-822f-f3db3ab2c0de {
  margin-bottom: 80px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b07e551c-aa4f-48cb-822f-f3db3ab2c0de {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-b07e551c-aa4f-48cb-822f-f3db3ab2c0de {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-df016256-8a84-41c4-87cc-aececb691762 {
  margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-df016256-8a84-41c4-87cc-aececb691762 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-df016256-8a84-41c4-87cc-aececb691762 .shg-sld-nav-button.shg-sld-left,
#s-df016256-8a84-41c4-87cc-aececb691762 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-7109d795-b0ee-474f-9c19-f53118254d77 {
  text-align: center;
}




  #s-7109d795-b0ee-474f-9c19-f53118254d77 img.shogun-image {
    
    width: px;
  }


#s-7109d795-b0ee-474f-9c19-f53118254d77 .shogun-image-content {
  
    align-items: center;
  
}

#s-ceaf967e-4ce4-4272-89b8-24d1804bc541 {
  text-align: center;
}




  #s-ceaf967e-4ce4-4272-89b8-24d1804bc541 img.shogun-image {
    
    width: px;
  }


#s-ceaf967e-4ce4-4272-89b8-24d1804bc541 .shogun-image-content {
  
    align-items: center;
  
}

#s-850d909c-dddc-4207-b270-51b79770f0bd {
  text-align: center;
}




  #s-850d909c-dddc-4207-b270-51b79770f0bd img.shogun-image {
    
    width: px;
  }


#s-850d909c-dddc-4207-b270-51b79770f0bd .shogun-image-content {
  
    align-items: center;
  
}

#s-772e6df0-da8f-49ad-aec7-e8cbff8b0fdf {
  text-align: center;
}




  #s-772e6df0-da8f-49ad-aec7-e8cbff8b0fdf img.shogun-image {
    
    width: px;
  }


#s-772e6df0-da8f-49ad-aec7-e8cbff8b0fdf .shogun-image-content {
  
    align-items: center;
  
}

#s-c583ad18-48c8-4cf0-98fc-7493fffc9ece {
  margin-bottom: 15px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c583ad18-48c8-4cf0-98fc-7493fffc9ece {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-c583ad18-48c8-4cf0-98fc-7493fffc9ece {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-7082f677-12a4-498c-b5d4-5734a0324a2a {
  margin-bottom: 80px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7082f677-12a4-498c-b5d4-5734a0324a2a {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-7082f677-12a4-498c-b5d4-5734a0324a2a {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-a5c0a8b1-f923-4fb6-8572-54bff759a4e3 {
  margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a5c0a8b1-f923-4fb6-8572-54bff759a4e3 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a5c0a8b1-f923-4fb6-8572-54bff759a4e3 .shg-sld-nav-button.shg-sld-left,
#s-a5c0a8b1-f923-4fb6-8572-54bff759a4e3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c8626c84-64b5-403f-9c92-f2c653811c82 {
  text-align: center;
}




  #s-c8626c84-64b5-403f-9c92-f2c653811c82 img.shogun-image {
    
    width: px;
  }


#s-c8626c84-64b5-403f-9c92-f2c653811c82 .shogun-image-content {
  
    align-items: center;
  
}

#s-71444637-273e-4f40-8ae2-722c58cd1c0c {
  text-align: center;
}




  #s-71444637-273e-4f40-8ae2-722c58cd1c0c img.shogun-image {
    
    width: px;
  }


#s-71444637-273e-4f40-8ae2-722c58cd1c0c .shogun-image-content {
  
    align-items: center;
  
}

#s-68990d12-c5af-4311-aae3-8cffc8fbfbe2 {
  text-align: center;
}




  #s-68990d12-c5af-4311-aae3-8cffc8fbfbe2 img.shogun-image {
    
    width: px;
  }


#s-68990d12-c5af-4311-aae3-8cffc8fbfbe2 .shogun-image-content {
  
    align-items: center;
  
}

#s-395e8cdc-a1e7-4e1d-8bd6-1ef9d6f37629 {
  text-align: center;
}




  #s-395e8cdc-a1e7-4e1d-8bd6-1ef9d6f37629 img.shogun-image {
    
    width: px;
  }


#s-395e8cdc-a1e7-4e1d-8bd6-1ef9d6f37629 .shogun-image-content {
  
    align-items: center;
  
}

#s-81272138-a7a0-40cd-99c6-1145de8dba97 {
  margin-bottom: 15px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-81272138-a7a0-40cd-99c6-1145de8dba97 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-81272138-a7a0-40cd-99c6-1145de8dba97 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-9fc61a63-f04b-45a8-955f-4b948388957a {
  margin-bottom: 80px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9fc61a63-f04b-45a8-955f-4b948388957a {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-9fc61a63-f04b-45a8-955f-4b948388957a {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-21912875-5b41-4092-9e61-a2374317b0aa {
  border-style: solid;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(0, 0, 0, 1);
}








#s-21912875-5b41-4092-9e61-a2374317b0aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21912875-5b41-4092-9e61-a2374317b0aa.shg-box.shg-c {
  justify-content: center;
}

#s-6a65dde8-f8b3-4815-ad08-535b938db9cf {
  margin-left: 20px;
margin-right: 20px;
}

#s-c3f78df4-cfff-43bd-9cbc-35ad07b06e27 {
  margin-bottom: 15px;
}

#s-96d3577a-da51-47a0-bd32-90f9d1a47e46 {
  margin-bottom: 30px;
}

#s-5d162217-caab-409f-9023-5e8cd117d765 {
  margin-bottom: 60px;
text-align: center;
}




  #s-5d162217-caab-409f-9023-5e8cd117d765 img.shogun-image {
    
    width: px;
  }


#s-5d162217-caab-409f-9023-5e8cd117d765 .shogun-image-content {
  
    align-items: center;
  
}

#s-bdfb30a5-25a8-4f5f-8fac-3074a2f15b2f {
  border-style: solid;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(0, 0, 0, 1);
}








#s-bdfb30a5-25a8-4f5f-8fac-3074a2f15b2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdfb30a5-25a8-4f5f-8fac-3074a2f15b2f.shg-box.shg-c {
  justify-content: center;
}

#s-47f11f49-d527-46c5-8a52-512f9ce3f1d3 {
  margin-left: 20px;
margin-right: 20px;
}

#s-56bab87e-6d2e-484f-b7f3-8d9e0cced5b7 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f58a5520-3406-43e0-aace-409a9de456c2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a7480c03-f796-46d9-ad72-84cbd3a8f0db {
  margin-bottom: 30px;
text-align: center;
}




  #s-a7480c03-f796-46d9-ad72-84cbd3a8f0db img.shogun-image {
    
    width: px;
  }


#s-a7480c03-f796-46d9-ad72-84cbd3a8f0db .shogun-image-content {
  
    align-items: center;
  
}

#s-876ed5f8-4a94-4c8d-afc9-6861e9197fc1 {
  margin-bottom: 30px;
text-align: center;
}




  #s-876ed5f8-4a94-4c8d-afc9-6861e9197fc1 img.shogun-image {
    
    width: px;
  }


#s-876ed5f8-4a94-4c8d-afc9-6861e9197fc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-86a81582-e1d6-436b-b148-3a1d35c0d03d {
  margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-86a81582-e1d6-436b-b148-3a1d35c0d03d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-611125b1-07b4-42de-a774-660e7dd8ee12 {
  margin-bottom: 30px;
text-align: center;
}




  #s-611125b1-07b4-42de-a774-660e7dd8ee12 img.shogun-image {
    
    width: px;
  }


#s-611125b1-07b4-42de-a774-660e7dd8ee12 .shogun-image-content {
  
    align-items: center;
  
}

#s-34e619ae-2db1-4948-8c91-163725252a19 {
  margin-bottom: 30px;
text-align: center;
}




  #s-34e619ae-2db1-4948-8c91-163725252a19 img.shogun-image {
    
    width: px;
  }


#s-34e619ae-2db1-4948-8c91-163725252a19 .shogun-image-content {
  
    align-items: center;
  
}

#s-78fc0b96-4952-4327-9f3b-1a0964988fff {
  border-style: solid;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(0, 0, 0, 1);
}








#s-78fc0b96-4952-4327-9f3b-1a0964988fff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78fc0b96-4952-4327-9f3b-1a0964988fff.shg-box.shg-c {
  justify-content: center;
}

#s-8244364d-d713-4687-b8d6-c3f475e72e9a {
  margin-left: 20px;
margin-right: 20px;
}

#s-0430cd5d-f27d-4d06-8f38-7af0d051045b {
  margin-bottom: 30px;
}

#s-1c70c1a0-a838-47c8-b19c-e2cbf2ff6d83 {
  margin-bottom: 20px;
}

#s-774c8706-07d8-4562-a5cd-b30f63f9534a {
  margin-bottom: 30px;
text-align: center;
}




  #s-774c8706-07d8-4562-a5cd-b30f63f9534a img.shogun-image {
    
    width: px;
  }


#s-774c8706-07d8-4562-a5cd-b30f63f9534a .shogun-image-content {
  
    align-items: center;
  
}

#s-58791008-bf6d-4351-b9b1-bf89558fd08d {
  border-style: solid;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(0, 0, 0, 1);
}








#s-58791008-bf6d-4351-b9b1-bf89558fd08d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58791008-bf6d-4351-b9b1-bf89558fd08d.shg-box.shg-c {
  justify-content: center;
}

#s-958d6c6c-d02d-4c70-9d2b-03acbbb1a894 {
  margin-left: 20px;
margin-right: 20px;
}

#s-3f44de49-957e-4600-a2a4-f62c64981413 {
  margin-bottom: 30px;
}

#s-947f4a67-5206-47a3-9b06-4f67d9e42ea8 {
  margin-bottom: 30px;
text-align: center;
}




  #s-947f4a67-5206-47a3-9b06-4f67d9e42ea8 img.shogun-image {
    
    width: px;
  }


#s-947f4a67-5206-47a3-9b06-4f67d9e42ea8 .shogun-image-content {
  
    align-items: center;
  
}

#s-70e18b6b-d41d-4bdd-ab45-3f9fb796ab49 {
  margin-bottom: 30px;
}

#s-e7188132-f8bb-4283-a050-6a486208993f {
  margin-bottom: 50px;
text-align: center;
}




  #s-e7188132-f8bb-4283-a050-6a486208993f img.shogun-image {
    
    width: px;
  }


#s-e7188132-f8bb-4283-a050-6a486208993f .shogun-image-content {
  
    align-items: center;
  
}

#s-fdffa979-ec1f-4601-8478-85d21c4b8c4d {
  min-height: 50px;
}








#s-fdffa979-ec1f-4601-8478-85d21c4b8c4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdffa979-ec1f-4601-8478-85d21c4b8c4d.shg-box.shg-c {
  justify-content: center;
}

#s-96fcce01-e379-41a7-9808-52c18b267cee {
  border-style: solid;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
}








#s-96fcce01-e379-41a7-9808-52c18b267cee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96fcce01-e379-41a7-9808-52c18b267cee.shg-box.shg-c {
  justify-content: center;
}

#s-f84c8527-fad4-49f5-bc2c-0335a49695a1 {
  margin-left: 20px;
margin-right: 20px;
}

#s-75a49119-c514-4b43-a32b-c6fea37a4a38 {
  margin-bottom: 30px;
}

#s-dccfc1da-be76-4851-a03e-e1a133bda0b6 {
  margin-bottom: 30px;
text-align: center;
}




  #s-dccfc1da-be76-4851-a03e-e1a133bda0b6 img.shogun-image {
    
    width: px;
  }


#s-dccfc1da-be76-4851-a03e-e1a133bda0b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b962b535-588a-49b3-b874-09d5420bb04c {
  margin-bottom: 30px;
text-align: center;
}




  #s-b962b535-588a-49b3-b874-09d5420bb04c img.shogun-image {
    
    width: px;
  }


#s-b962b535-588a-49b3-b874-09d5420bb04c .shogun-image-content {
  
    align-items: center;
  
}

#s-eccb59ca-9a95-4dd7-9486-d605a9b50148 {
  margin-bottom: 90px;
min-height: 50px;
background-color: rgba(240, 238, 237, 1);
}








#s-eccb59ca-9a95-4dd7-9486-d605a9b50148 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eccb59ca-9a95-4dd7-9486-d605a9b50148.shg-box.shg-c {
  justify-content: center;
}

#s-47bcb33e-bd80-4e18-af65-bfacf7e47d73 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (min-width: 768px) and (max-width: 991px){#s-47bcb33e-bd80-4e18-af65-bfacf7e47d73 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-47bcb33e-bd80-4e18-af65-bfacf7e47d73 {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-40708536-c0e4-46e9-990a-cb9032423649 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(5, 5, 5, 1);
}








#s-40708536-c0e4-46e9-990a-cb9032423649 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40708536-c0e4-46e9-990a-cb9032423649.shg-box.shg-c {
  justify-content: center;
}

#s-ec786137-9c77-450e-b1eb-8b405d12851c {
  margin-left: 20px;
margin-right: 20px;
}

#s-b8ea157e-83a3-4466-9265-4044dc1eef81 {
  margin-bottom: 30px;
}

#s-bfb273a5-09e3-4250-93ff-46e6e2edb616 {
  margin-bottom: 40px;
}

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

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

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

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

#s-ac18c3a0-dd29-451a-9cf5-f5f26d15a4a0 {
  margin-bottom: 15px;
}

#s-69b42679-49e2-4051-9d5c-41268afc9346 {
  margin-bottom: 50px;
}

#s-362007d1-b7a9-454d-b65d-a332836bfd2f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-54d958ab-4d53-455f-9536-1469b90569a2 {
  min-height: 50px;
}








#s-54d958ab-4d53-455f-9536-1469b90569a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54d958ab-4d53-455f-9536-1469b90569a2.shg-box.shg-c {
  justify-content: center;
}

#s-86b69972-e1a9-4d00-9e71-acc8f9c75714 {
  border-style: solid;
margin-top: 60px;
margin-bottom: 30px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(0, 0, 0, 1);
}








#s-86b69972-e1a9-4d00-9e71-acc8f9c75714 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86b69972-e1a9-4d00-9e71-acc8f9c75714.shg-box.shg-c {
  justify-content: center;
}

#s-2c177e58-9203-4baf-9e61-84e8e6d07c2f {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f5cda155-3242-4804-a3d3-b4b71fff1523"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b1270252-6ce0-4967-b00c-e7d10bdcfaba {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-b1270252-6ce0-4967-b00c-e7d10bdcfaba img.shogun-image {
    
    width: px;
  }


#s-b1270252-6ce0-4967-b00c-e7d10bdcfaba .shogun-image-content {
  
    align-items: center;
  
}

#s-f8d7b1c7-f5e7-40d9-af63-cb1cb481b2b1 {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-27ecdcb8-a65e-4dd2-9fa9-085fa5740191 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b6b3a37e-87cb-4f82-acb4-68db37ee9925"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-556262ac-907d-45f7-ad4c-f213b61d6e65 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-556262ac-907d-45f7-ad4c-f213b61d6e65 img.shogun-image {
    
    width: px;
  }


#s-556262ac-907d-45f7-ad4c-f213b61d6e65 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3826bb8-90d2-4dbc-85a3-b7da63b54a65 {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-d3bda7ae-d119-486b-85a7-25cc735297ab hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-8c6727d1-5f7e-490b-82b5-87c61e14661f {
  margin-bottom: 50px;
}

#s-b04c9f06-e0c1-4e96-a0fd-51f7226fc74d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b04c9f06-e0c1-4e96-a0fd-51f7226fc74d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-e1bee9a1-760a-4093-b854-5100a8c42caa {
  min-height: 50px;
}








#s-e1bee9a1-760a-4093-b854-5100a8c42caa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1bee9a1-760a-4093-b854-5100a8c42caa.shg-box.shg-c {
  justify-content: center;
}

#s-6774caea-af42-4f81-9dda-1ecf99fa96a6 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-6774caea-af42-4f81-9dda-1ecf99fa96a6 {
  padding-left: 22px;
padding-right: 22px;
}
}
.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-f62f344d-fea2-4887-9ff6-792dc8612a72 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-f62f344d-fea2-4887-9ff6-792dc8612a72 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f62f344d-fea2-4887-9ff6-792dc8612a72 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 15px;
}

#s-f62f344d-fea2-4887-9ff6-792dc8612a72 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(77, 77, 77, 1);
}

#s-f62f344d-fea2-4887-9ff6-792dc8612a72 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f62f344d-fea2-4887-9ff6-792dc8612a72 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(77, 77, 77, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 15px;
}

#s-f62f344d-fea2-4887-9ff6-792dc8612a72 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-8d8225c7-0d7d-4cf5-b090-94501f184d27 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-5b395047-cb8d-4e74-b6f6-ecd390dcab6e {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-c528bf80-242a-4726-bef8-6030bfee4599 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-af13e975-24ab-49d8-977f-2d57eceb5b5a {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-dd97863a-8939-4939-894a-3b21e30b7d55 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-a94cc1fe-40c4-4740-b005-59179acece19 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-7deaaf5a-13a0-4c9d-b810-2a6c8cf06228 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16f1615c-9c0f-4ecc-92b8-188eae39cb35"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2fd1b5dd-5a08-427c-b4a6-e33424daae74 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

#s-07175ed7-a898-47c1-ba81-8b61d91a2b73 {
  text-align: left;
}


.shg-c#s-07175ed7-a898-47c1-ba81-8b61d91a2b73 {
  max-width: 100%;
}

.shg-c#s-07175ed7-a898-47c1-ba81-8b61d91a2b73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07175ed7-a898-47c1-ba81-8b61d91a2b73 .shg-image-zoom,
.shg-c#s-07175ed7-a898-47c1-ba81-8b61d91a2b73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07175ed7-a898-47c1-ba81-8b61d91a2b73 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-07175ed7-a898-47c1-ba81-8b61d91a2b73 {
  max-width: 100%;
}

.shg-c#s-07175ed7-a898-47c1-ba81-8b61d91a2b73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07175ed7-a898-47c1-ba81-8b61d91a2b73 .shg-image-zoom,
.shg-c#s-07175ed7-a898-47c1-ba81-8b61d91a2b73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07175ed7-a898-47c1-ba81-8b61d91a2b73 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-07175ed7-a898-47c1-ba81-8b61d91a2b73 {
  max-width: 100%;
}

.shg-c#s-07175ed7-a898-47c1-ba81-8b61d91a2b73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07175ed7-a898-47c1-ba81-8b61d91a2b73 .shg-image-zoom,
.shg-c#s-07175ed7-a898-47c1-ba81-8b61d91a2b73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07175ed7-a898-47c1-ba81-8b61d91a2b73 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-07175ed7-a898-47c1-ba81-8b61d91a2b73 {
  max-width: 100%;
}

.shg-c#s-07175ed7-a898-47c1-ba81-8b61d91a2b73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07175ed7-a898-47c1-ba81-8b61d91a2b73 .shg-image-zoom,
.shg-c#s-07175ed7-a898-47c1-ba81-8b61d91a2b73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07175ed7-a898-47c1-ba81-8b61d91a2b73 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-07175ed7-a898-47c1-ba81-8b61d91a2b73 {
  max-width: 100%;
}

.shg-c#s-07175ed7-a898-47c1-ba81-8b61d91a2b73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07175ed7-a898-47c1-ba81-8b61d91a2b73 .shg-image-zoom,
.shg-c#s-07175ed7-a898-47c1-ba81-8b61d91a2b73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07175ed7-a898-47c1-ba81-8b61d91a2b73 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5fcd570b-9a9b-44fa-9b15-ddf00b80344b {
  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-64f50a91-10d0-4a78-82d1-35f0912dc5f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-64f50a91-10d0-4a78-82d1-35f0912dc5f5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-14aa80c1-e4c8-4f98-994f-1367289f729f {
  text-align: left;
}

#s-14aa80c1-e4c8-4f98-994f-1367289f729f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-14aa80c1-e4c8-4f98-994f-1367289f729f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-14aa80c1-e4c8-4f98-994f-1367289f729f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-14aa80c1-e4c8-4f98-994f-1367289f729f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-2d6d9dc5-f051-41fb-bace-4533f1d8d81b {
  text-align: left;
}

#s-2d6d9dc5-f051-41fb-bace-4533f1d8d81b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2d6d9dc5-f051-41fb-bace-4533f1d8d81b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2d6d9dc5-f051-41fb-bace-4533f1d8d81b .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-1a14cbb0-0ef3-4cb4-9132-e803f82ce474 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1a14cbb0-0ef3-4cb4-9132-e803f82ce474:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1a14cbb0-0ef3-4cb4-9132-e803f82ce474:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1a14cbb0-0ef3-4cb4-9132-e803f82ce474 {
  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-1a14cbb0-0ef3-4cb4-9132-e803f82ce474.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1a14cbb0-0ef3-4cb4-9132-e803f82ce474.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1a14cbb0-0ef3-4cb4-9132-e803f82ce474.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

#s-5e763795-3437-4205-9985-f68590afeb95 {
  margin-top: 30px;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-5e763795-3437-4205-9985-f68590afeb95 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-5e763795-3437-4205-9985-f68590afeb95 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-7fcb9885-4dc0-4230-8fe7-e0e3528a14b5 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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