.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: -webkit-box;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: 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: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-769954f6-60a9-42d2-943e-97e39ae760df {
  text-align: center;
}




  #s-769954f6-60a9-42d2-943e-97e39ae760df img.shogun-image {
    
    width: px;
  }


#s-769954f6-60a9-42d2-943e-97e39ae760df .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: 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-6ed565ea-2386-42ef-8dc4-4a1be164beda {
  margin-top: 5px;
padding-left: 10px;
padding-right: 10px;
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

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

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

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

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

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

#s-26056490-8c1c-4468-bcce-a7571dd03431 {
  min-height: 50px;
}








#s-26056490-8c1c-4468-bcce-a7571dd03431 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26056490-8c1c-4468-bcce-a7571dd03431.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

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

.shogun-accordion-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          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;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

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

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

.shogun-accordion-icon > span {
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-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 {
  -webkit-transform: rotate(90deg);
          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 {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

#s-3b4c64cb-e453-4687-b698-91f4ebf1bf7c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3b4c64cb-e453-4687-b698-91f4ebf1bf7c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-3b4c64cb-e453-4687-b698-91f4ebf1bf7c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(202, 136, 129, 1);
}

#s-3b4c64cb-e453-4687-b698-91f4ebf1bf7c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-3b4c64cb-e453-4687-b698-91f4ebf1bf7c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(202, 136, 129, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-3b4c64cb-e453-4687-b698-91f4ebf1bf7c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
.shg-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
   justify-content: space-between;
}

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

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

@media (min-width: 0px) {
[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-abc1b571-31f7-4bd6-ab71-ca5c35723918"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-06f7018e-b850-4b54-9f99-31e5f5ff4bd0 {
  padding-top: 4px;
padding-left: 6px;
padding-bottom: 4px;
padding-right: 6px;
}

#s-313245a5-43a8-4344-9e8d-ceda208751a0 {
  text-align: center;
}




  #s-313245a5-43a8-4344-9e8d-ceda208751a0 img.shogun-image {
    
    width: px;
  }


#s-313245a5-43a8-4344-9e8d-ceda208751a0 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a58e4cdd-bd82-4ebd-b049-3fdc1bc169a6 {
  padding-left: 5px;
padding-right: 5px;
}

#s-7d1b1925-a2a5-449f-94a4-b222c040a3ee {
  padding-top: 0px;
padding-left: 1px;
padding-bottom: 0px;
padding-right: 1px;
}

@media (min-width: 0px) {
[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7d1b1925-a2a5-449f-94a4-b222c040a3ee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-fa338c5f-971e-4fb8-88d0-62dcd4c1d081 {
  padding-top: 0px;
padding-left: 11px;
padding-right: 0px;
}

#s-a955af3e-15f7-4614-8c5b-85b385e3f248 {
  margin-top: 31px;
margin-left: 2px;
margin-bottom: 31px;
margin-right: 0px;
padding-top: 5px;
padding-left: 12px;
padding-bottom: 5px;
padding-right: 12px;
}

#s-a4d4a06f-98d1-4041-933a-bd4439e4d49a {
  padding-left: 5px;
padding-right: 5px;
}

#s-abaeba03-0219-494e-97a2-645bb7e0730d {
  margin-bottom: 6px;
text-align: center;
}




  #s-abaeba03-0219-494e-97a2-645bb7e0730d img.shogun-image {
    
    width: px;
  }


#s-abaeba03-0219-494e-97a2-645bb7e0730d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2b1bb79a-ceed-45ab-9afc-cfe666aa0e58 {
  padding-top: 7px;
padding-left: 5px;
padding-bottom: 7px;
padding-right: 5px;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: -webkit-box;
  display: flex;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  -webkit-transform: translateZ(1000px);
          transform: translateZ(1000px);
}

#s-79f6f61f-e542-4dae-a9cb-b408f55c941a {
  margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-79f6f61f-e542-4dae-a9cb-b408f55c941a .shogun-tabs {
  -webkit-box-pack: start;
          justify-content: flex-start;
}


  #s-79f6f61f-e542-4dae-a9cb-b408f55c941a .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 2px solid #DDDDDD;
  }
  #s-79f6f61f-e542-4dae-a9cb-b408f55c941a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 2px solid #ddd;
  }
#s-79f6f61f-e542-4dae-a9cb-b408f55c941a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(224, 146, 127, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-79f6f61f-e542-4dae-a9cb-b408f55c941a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-79f6f61f-e542-4dae-a9cb-b408f55c941a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: #F4F4F4;
}

#s-79f6f61f-e542-4dae-a9cb-b408f55c941a .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid #ddd;
}

#s-79f6f61f-e542-4dae-a9cb-b408f55c941a .shogun-tab {
  max-width: calc(100% / 5 - (5 - 2) * 2px / 5);
}

#s-72dbefac-5be6-413f-a58f-4fe649bf5dc9 {
  padding-left: 6px;
padding-right: 6px;
}

#s-b0952a87-e8b4-437b-98c1-d09056b947a1 {
  padding-left: 5px;
padding-right: 5px;
}

#s-15c02147-3f1d-4b4e-ad08-c2b44d0c6cf7 {
  margin-left: 6px;
margin-right: 6px;
padding-left: 6px;
padding-right: 6px;
}

#s-2f35221e-ca51-469a-9dfb-30aa6005809f {
  padding-left: 6px;
padding-right: 6px;
}

#s-6ef4af43-5331-4949-bd4c-5a33f68b71b8 {
  padding-left: 6px;
padding-right: 6px;
}

#s-e4a58fee-6c2b-4efb-960d-d2e7b91352df {
  text-align: center;
}




  #s-e4a58fee-6c2b-4efb-960d-d2e7b91352df img.shogun-image {
    
    width: px;
  }


#s-e4a58fee-6c2b-4efb-960d-d2e7b91352df .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ee1f7f02-5619-4aa8-beaf-aa603e0d771f {
  min-height: 50px;
}








#s-ee1f7f02-5619-4aa8-beaf-aa603e0d771f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee1f7f02-5619-4aa8-beaf-aa603e0d771f.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.0px);
}

[id="s-dd1d5fc0-f318-44c1-b5d3-968698181cef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.0px);
}

}

#s-4e6170e9-5437-4d58-b449-825e63430064 {
  text-align: center;
}





#s-4e6170e9-5437-4d58-b449-825e63430064 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-9b03b29e-d187-407b-ad66-f350cae10868 {
  text-align: center;
}




  #s-9b03b29e-d187-407b-ad66-f350cae10868 img.shogun-image {
    
    width: px;
  }


#s-9b03b29e-d187-407b-ad66-f350cae10868 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a9244196-7e6c-4e6a-891a-390d0b09bc1c {
  min-height: 50px;
}








#s-a9244196-7e6c-4e6a-891a-390d0b09bc1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9244196-7e6c-4e6a-891a-390d0b09bc1c.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2cd33834-be55-4b53-a6d8-550d8b2fa368"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8aa27624-5e28-4cf3-b0ff-83251f8a21e3 {
  padding-left: 6px;
padding-right: 6px;
}

#s-4054a3cd-2ee3-4086-ae94-5ff2e734a598 {
  text-align: center;
}




  #s-4054a3cd-2ee3-4086-ae94-5ff2e734a598 img.shogun-image {
    
    width: px;
  }


#s-4054a3cd-2ee3-4086-ae94-5ff2e734a598 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-31aac9e8-e9e5-4192-9b89-8116583e1371 {
  min-height: 50px;
}








#s-31aac9e8-e9e5-4192-9b89-8116583e1371 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31aac9e8-e9e5-4192-9b89-8116583e1371.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a673d762-f52d-48ae-9587-ca8cab528acb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6234798c-027a-4478-bce0-38fafc6e94ad {
  margin-left: 6px;
margin-right: 6px;
padding-left: 5px;
padding-right: 5px;
}

#s-9eb0a549-d1fb-483d-a993-676f09acad69 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}




  #s-9eb0a549-d1fb-483d-a993-676f09acad69 img.shogun-image {
    
    width: px;
  }


#s-9eb0a549-d1fb-483d-a993-676f09acad69 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-94aeb0e3-bc94-4c18-87fe-e10b5f29d3cc {
  padding-left: 6px;
padding-right: 6px;
}

#s-a3d90f81-cbc0-4209-acdd-3eb7c332df9c {
  min-height: 50px;
}








#s-a3d90f81-cbc0-4209-acdd-3eb7c332df9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3d90f81-cbc0-4209-acdd-3eb7c332df9c.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-55d7e731-2c6d-4165-992e-5df1ab389fce {
  padding-top: 7px;
padding-left: 6px;
padding-bottom: 7px;
padding-right: 6px;
}

#s-231b08fc-a730-45a7-80d5-e2dd51c153de {
  margin-left: 6px;
margin-right: 6px;
padding-top: 11px;
padding-left: 6px;
padding-bottom: 11px;
padding-right: 6px;
}

#s-f01eb452-c5cc-4cfd-9703-c13f8a1949cc {
  padding-left: 12px;
padding-right: 12px;
}

#s-157ecd54-438c-4fb4-b1f9-2155945e4472 {
  text-align: center;
}




  #s-157ecd54-438c-4fb4-b1f9-2155945e4472 img.shogun-image {
    
    width: px;
  }


#s-157ecd54-438c-4fb4-b1f9-2155945e4472 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d79eb18d-f2d8-4887-bac6-c0146f677591 {
  padding-left: 6px;
padding-right: 6px;
}

#s-f6d095f0-ec5f-46c6-a32e-0073bd2d6777 {
  margin-top: -35px;
margin-bottom: -35px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-f6d095f0-ec5f-46c6-a32e-0073bd2d6777 hr {
  border: 0;
  width: 100%;
  border-top: 3px solid rgba(202, 136, 129, 1);
}

#s-98e4e731-58e0-4150-9be9-cc8a1ee1fcfa {
  min-height: 50px;
}








#s-98e4e731-58e0-4150-9be9-cc8a1ee1fcfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98e4e731-58e0-4150-9be9-cc8a1ee1fcfa.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-49015c1a-8a6d-4f30-9a2c-24c5921d452d {
  margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-49015c1a-8a6d-4f30-9a2c-24c5921d452d .shogun-tabs {
  -webkit-box-pack: start;
          justify-content: flex-start;
}


  #s-49015c1a-8a6d-4f30-9a2c-24c5921d452d .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 2px solid #DDDDDD;
  }
  #s-49015c1a-8a6d-4f30-9a2c-24c5921d452d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 2px solid #ddd;
  }
#s-49015c1a-8a6d-4f30-9a2c-24c5921d452d .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(224, 146, 127, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-49015c1a-8a6d-4f30-9a2c-24c5921d452d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-49015c1a-8a6d-4f30-9a2c-24c5921d452d .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: #F4F4F4;
}

#s-49015c1a-8a6d-4f30-9a2c-24c5921d452d .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid #ddd;
}

#s-49015c1a-8a6d-4f30-9a2c-24c5921d452d .shogun-tab {
  max-width: calc(100% / 3 - (3 - 2) * 2px / 3);
}

#s-b4e22704-04bb-495c-baad-198b01d5d6db {
  padding-left: 6px;
padding-right: 6px;
}

#s-40d8ed80-bb1c-4719-870a-6a2c532ee710 {
  padding-left: 5px;
padding-right: 5px;
}

#s-e33c889e-2463-4260-a8a6-459f45f12cc5 {
  padding-left: 5px;
padding-right: 5px;
}

#s-723d8634-49e1-4939-9e57-f75d98b431ee {
  padding-top: 6px;
padding-left: 6px;
padding-bottom: 6px;
padding-right: 6px;
}

@media (min-width: 0px) {
[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-64479ea3-1855-4279-89e2-44c8c393f666"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-57af7881-9e19-4bd6-b5d4-096de5c27695 {
  padding-left: 5px;
padding-right: 5px;
}

#s-b968ac2b-d06c-468a-821c-c3b09a04dad9 {
  margin-top: -10px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 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-f2d61a9d-7130-48a3-8a58-519ad34bc465 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f2d61a9d-7130-48a3-8a58-519ad34bc465 .shogun-heading-component h2 {
  color: rgba(202, 136, 129, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-4fd6e2b5-76f8-41b6-8a1f-23796be93db2 {
  margin-top: -35px;
margin-bottom: -35px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-4fd6e2b5-76f8-41b6-8a1f-23796be93db2 hr {
  border: 0;
  width: 100%;
  border-top: 3px solid rgba(202, 136, 129, 1);
}

#s-0cd28760-4de9-4010-88af-8c206c22357f {
  min-height: 50px;
}








#s-0cd28760-4de9-4010-88af-8c206c22357f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cd28760-4de9-4010-88af-8c206c22357f.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-7bf2a7f7-aaa6-4369-96eb-54ec3dee51d3 {
  margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-7bf2a7f7-aaa6-4369-96eb-54ec3dee51d3 .shogun-tabs {
  -webkit-box-pack: start;
          justify-content: flex-start;
}


  #s-7bf2a7f7-aaa6-4369-96eb-54ec3dee51d3 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 2px solid #DDDDDD;
  }
  #s-7bf2a7f7-aaa6-4369-96eb-54ec3dee51d3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 2px solid #ddd;
  }
#s-7bf2a7f7-aaa6-4369-96eb-54ec3dee51d3 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(224, 146, 127, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-7bf2a7f7-aaa6-4369-96eb-54ec3dee51d3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-7bf2a7f7-aaa6-4369-96eb-54ec3dee51d3 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: #F4F4F4;
}

#s-7bf2a7f7-aaa6-4369-96eb-54ec3dee51d3 .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid #ddd;
}

#s-7bf2a7f7-aaa6-4369-96eb-54ec3dee51d3 .shogun-tab {
  max-width: calc(100% / 4 - (4 - 2) * 2px / 4);
}

#s-c3f45c43-8abf-424e-8edb-9bc920359b9a {
  padding-left: 6px;
padding-right: 6px;
}

#s-16233b14-8265-4e16-b8e4-c286c0aaffa7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-16233b14-8265-4e16-b8e4-c286c0aaffa7 .shogun-heading-component h3 {
  color: rgba(202, 136, 129, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b7f1dd0b-f494-44cc-af66-81f1ced8f0ec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-aac9bc5d-2324-41a3-a405-ed22fdc94485 {
  padding-left: 5px;
padding-right: 5px;
}

#s-b5761144-44f5-4f9b-b4ca-d933eaf01c38 {
  padding-left: 5px;
padding-right: 5px;
}

#s-c5e35f24-8187-4896-815b-eda5d273c413 {
  padding-left: 6px;
padding-right: 6px;
}

#s-05d8d8be-2ee9-4d9c-8a39-48df9096fbe8 {
  margin-left: 6px;
margin-right: 6px;
padding-left: 6px;
padding-right: 6px;
}

#s-2d13ba4a-ce32-4b16-8fa3-908ae94ac9e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2d13ba4a-ce32-4b16-8fa3-908ae94ac9e7 .shogun-heading-component h2 {
  color: rgba(202, 136, 129, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-fc0438c5-aded-41a9-8a3b-d881f11ed7c8 {
  min-height: 50px;
}








#s-fc0438c5-aded-41a9-8a3b-d881f11ed7c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc0438c5-aded-41a9-8a3b-d881f11ed7c8.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-9de56f29-0c84-4841-a645-57e530d35fe1 {
  margin-top: -35px;
margin-bottom: -35px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-9de56f29-0c84-4841-a645-57e530d35fe1 hr {
  border: 0;
  width: 100%;
  border-top: 3px solid rgba(202, 136, 129, 1);
}

#s-363a8d74-01f4-46b9-8081-5d710f4c33e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-363a8d74-01f4-46b9-8081-5d710f4c33e2 .shogun-heading-component h2 {
  color: rgba(202, 136, 129, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-ab9505f4-e95c-43a7-9af5-2846ca7eb3a4 {
  margin-top: 9px;
margin-bottom: 9px;
padding-left: 6px;
padding-right: 6px;
}

#s-923aff70-4022-47a5-8d4c-da54ee2b3e78 {
  padding-left: 5px;
padding-right: 5px;
}

#s-b1daeb73-3e6c-45d8-93a2-fff12256753c {
  min-height: 50px;
}








#s-b1daeb73-3e6c-45d8-93a2-fff12256753c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1daeb73-3e6c-45d8-93a2-fff12256753c.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-ec4f422e-e4bf-48ee-b470-841dd5010d98 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec4f422e-e4bf-48ee-b470-841dd5010d98 .shogun-heading-component h1 {
  color: rgba(202, 136, 129, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.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-cd904b9a-cdd5-4dde-9cbd-72aceec30099 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(239, 200, 192, 1);
text-decoration: none;
}
#s-cd904b9a-cdd5-4dde-9cbd-72aceec30099:hover {background-color: rgba(237, 181, 167, 1) !important;
text-decoration: none !important;}#s-cd904b9a-cdd5-4dde-9cbd-72aceec30099:active {background-color: rgba(202, 136, 129, 1) !important;
text-decoration: none !important;}


#s-cd904b9a-cdd5-4dde-9cbd-72aceec30099.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  block ;
}

#s-fce983de-2a61-48e1-ad20-4494ff54ac83 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fce983de-2a61-48e1-ad20-4494ff54ac83 .shogun-heading-component h1 {
  color: rgba(202, 136, 129, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-899dc3bf-5b2e-4086-b6cc-bf361215cdb5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ec514a49-c9dd-4985-888c-c9617b41b620 {
  text-align: center;
}




  #s-ec514a49-c9dd-4985-888c-c9617b41b620 img.shogun-image {
    
    width: px;
  }


#s-ec514a49-c9dd-4985-888c-c9617b41b620 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-aea1136b-4d30-414f-9b8d-47a78cd2b135 {
  text-align: center;
}




  #s-aea1136b-4d30-414f-9b8d-47a78cd2b135 img.shogun-image {
    
    width: px;
  }


#s-aea1136b-4d30-414f-9b8d-47a78cd2b135 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-74d89acc-2a50-4a8a-b88f-acbd98f0cc93 {
  text-align: center;
}




  #s-74d89acc-2a50-4a8a-b88f-acbd98f0cc93 img.shogun-image {
    
    width: px;
  }


#s-74d89acc-2a50-4a8a-b88f-acbd98f0cc93 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-eff1a4a4-ce65-4184-823d-e151f5e63db2 {
  min-height: 50px;
}








#s-eff1a4a4-ce65-4184-823d-e151f5e63db2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eff1a4a4-ce65-4184-823d-e151f5e63db2.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
}

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

.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.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-149276fe-2a10-4790-9eed-79689331e850 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-71c8ef54-89a4-405c-9a37-5588b2c091cc {
  display: none;
}
#s-0a2179c6-cb3c-484a-aa02-e3de1e5aa127 {
  display: none;
}
@media (min-width: 0px) {
[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d4ec0a88-4fe6-452b-83cf-e99c8797d46a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scale(1);
          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-37da3d0e-01a0-4ea4-b328-93ae679ec940 {
  text-align: left;
}


.shg-c#s-37da3d0e-01a0-4ea4-b328-93ae679ec940 {
  max-width: 100%;
}

.shg-c#s-37da3d0e-01a0-4ea4-b328-93ae679ec940 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37da3d0e-01a0-4ea4-b328-93ae679ec940 .shg-image-zoom,
.shg-c#s-37da3d0e-01a0-4ea4-b328-93ae679ec940 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-37da3d0e-01a0-4ea4-b328-93ae679ec940 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-37da3d0e-01a0-4ea4-b328-93ae679ec940 {
  max-width: 100%;
}

.shg-c#s-37da3d0e-01a0-4ea4-b328-93ae679ec940 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37da3d0e-01a0-4ea4-b328-93ae679ec940 .shg-image-zoom,
.shg-c#s-37da3d0e-01a0-4ea4-b328-93ae679ec940 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-37da3d0e-01a0-4ea4-b328-93ae679ec940 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-37da3d0e-01a0-4ea4-b328-93ae679ec940 {
  max-width: 100%;
}

.shg-c#s-37da3d0e-01a0-4ea4-b328-93ae679ec940 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37da3d0e-01a0-4ea4-b328-93ae679ec940 .shg-image-zoom,
.shg-c#s-37da3d0e-01a0-4ea4-b328-93ae679ec940 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-37da3d0e-01a0-4ea4-b328-93ae679ec940 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-37da3d0e-01a0-4ea4-b328-93ae679ec940 {
  max-width: 100%;
}

.shg-c#s-37da3d0e-01a0-4ea4-b328-93ae679ec940 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37da3d0e-01a0-4ea4-b328-93ae679ec940 .shg-image-zoom,
.shg-c#s-37da3d0e-01a0-4ea4-b328-93ae679ec940 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-37da3d0e-01a0-4ea4-b328-93ae679ec940 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-37da3d0e-01a0-4ea4-b328-93ae679ec940 {
  max-width: 100%;
}

.shg-c#s-37da3d0e-01a0-4ea4-b328-93ae679ec940 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37da3d0e-01a0-4ea4-b328-93ae679ec940 .shg-image-zoom,
.shg-c#s-37da3d0e-01a0-4ea4-b328-93ae679ec940 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-37da3d0e-01a0-4ea4-b328-93ae679ec940 .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

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

#s-134b11f6-9c6e-4290-aeca-9172c51d32fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-134b11f6-9c6e-4290-aeca-9172c51d32fc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-02c84a86-05ba-477f-a3a6-9d0151af0be5 {
  margin-top: 16px;
margin-bottom: 16px;
text-align: center;
}

#s-02c84a86-05ba-477f-a3a6-9d0151af0be5 .shg-product-sold-out {
  display: none;
  color: rgba(202, 136, 129, 1);
  font-size: 20px;
}

#s-02c84a86-05ba-477f-a3a6-9d0151af0be5 .shg-product-price {
  color: rgba(202, 136, 129, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-02c84a86-05ba-477f-a3a6-9d0151af0be5 .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-gallery-thumb-list {
  display: -webkit-box;
  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: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-box-pack: center;
          justify-content: center;
  align-items: center;
}

#s-9d412657-3d68-4d7a-91fd-b1a3beba5216 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-9d412657-3d68-4d7a-91fd-b1a3beba5216 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 33.333333333333336%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-9d412657-3d68-4d7a-91fd-b1a3beba5216 .shg-gallery-thumb-list-margin {
  margin-right: -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;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  opacity: 1;
}

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

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: 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-90158795-4009-4324-9e38-a66dbd32adcd {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(237, 181, 167, 1);
}
#s-90158795-4009-4324-9e38-a66dbd32adcd:hover {background-color: rgba(239, 200, 192, 1) !important;
text-decoration: none !important;}#s-90158795-4009-4324-9e38-a66dbd32adcd:active {background-color: rgba(239, 200, 192, 1) !important;
text-decoration: none !important;}


#s-90158795-4009-4324-9e38-a66dbd32adcd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-90158795-4009-4324-9e38-a66dbd32adcd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90158795-4009-4324-9e38-a66dbd32adcd.shg-btn {
  color: rgba(242, 238, 238, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-90158795-4009-4324-9e38-a66dbd32adcd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-abe3b5bf-8ec9-4d20-80fb-40d258304fed {
  display: none;
}
#s-753eefc1-aa2b-4a3b-af83-437f96db56db {
  display: none;
}
@media (min-width: 0px) {
[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-30a43279-0445-4bb5-8296-ce7f51f09d28"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ca76a91a-2a5f-42de-8173-f487fb170eae {
  text-align: left;
}


.shg-c#s-ca76a91a-2a5f-42de-8173-f487fb170eae {
  max-width: 100%;
}

.shg-c#s-ca76a91a-2a5f-42de-8173-f487fb170eae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca76a91a-2a5f-42de-8173-f487fb170eae .shg-image-zoom,
.shg-c#s-ca76a91a-2a5f-42de-8173-f487fb170eae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca76a91a-2a5f-42de-8173-f487fb170eae .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ca76a91a-2a5f-42de-8173-f487fb170eae {
  max-width: 100%;
}

.shg-c#s-ca76a91a-2a5f-42de-8173-f487fb170eae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca76a91a-2a5f-42de-8173-f487fb170eae .shg-image-zoom,
.shg-c#s-ca76a91a-2a5f-42de-8173-f487fb170eae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca76a91a-2a5f-42de-8173-f487fb170eae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ca76a91a-2a5f-42de-8173-f487fb170eae {
  max-width: 100%;
}

.shg-c#s-ca76a91a-2a5f-42de-8173-f487fb170eae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca76a91a-2a5f-42de-8173-f487fb170eae .shg-image-zoom,
.shg-c#s-ca76a91a-2a5f-42de-8173-f487fb170eae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca76a91a-2a5f-42de-8173-f487fb170eae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ca76a91a-2a5f-42de-8173-f487fb170eae {
  max-width: 100%;
}

.shg-c#s-ca76a91a-2a5f-42de-8173-f487fb170eae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca76a91a-2a5f-42de-8173-f487fb170eae .shg-image-zoom,
.shg-c#s-ca76a91a-2a5f-42de-8173-f487fb170eae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca76a91a-2a5f-42de-8173-f487fb170eae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ca76a91a-2a5f-42de-8173-f487fb170eae {
  max-width: 100%;
}

.shg-c#s-ca76a91a-2a5f-42de-8173-f487fb170eae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca76a91a-2a5f-42de-8173-f487fb170eae .shg-image-zoom,
.shg-c#s-ca76a91a-2a5f-42de-8173-f487fb170eae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca76a91a-2a5f-42de-8173-f487fb170eae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a7f8c6eb-0768-49cf-9b7a-183f7955d5fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7f8c6eb-0768-49cf-9b7a-183f7955d5fc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-15513a1b-8206-4f9b-bbb0-303be06d6b79 {
  margin-top: 16px;
margin-bottom: 16px;
text-align: center;
}

#s-15513a1b-8206-4f9b-bbb0-303be06d6b79 .shg-product-sold-out {
  display: none;
  color: rgba(202, 136, 129, 1);
  font-size: 20px;
}

#s-15513a1b-8206-4f9b-bbb0-303be06d6b79 .shg-product-price {
  color: rgba(202, 136, 129, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-15513a1b-8206-4f9b-bbb0-303be06d6b79 .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-a92b2678-27cc-42a1-b96f-86becf60c986 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-a92b2678-27cc-42a1-b96f-86becf60c986 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 33.333333333333336%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-a92b2678-27cc-42a1-b96f-86becf60c986 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-4d1fb4dc-c54f-4a2a-8045-3ded5892bd0b {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(237, 181, 167, 1);
}
#s-4d1fb4dc-c54f-4a2a-8045-3ded5892bd0b:hover {background-color: rgba(239, 200, 192, 1) !important;
text-decoration: none !important;}#s-4d1fb4dc-c54f-4a2a-8045-3ded5892bd0b:active {background-color: rgba(239, 200, 192, 1) !important;
text-decoration: none !important;}


#s-4d1fb4dc-c54f-4a2a-8045-3ded5892bd0b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-4d1fb4dc-c54f-4a2a-8045-3ded5892bd0b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d1fb4dc-c54f-4a2a-8045-3ded5892bd0b.shg-btn {
  color: rgba(242, 238, 238, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4d1fb4dc-c54f-4a2a-8045-3ded5892bd0b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e149eb24-6e3c-47be-ac07-fccc680cffd7 {
  display: none;
}
#s-c5a89deb-17ee-42c9-a62c-c0ebcc55efe4 {
  display: none;
}
@media (min-width: 0px) {
[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-48d53f27-0c2a-468a-bc2c-dc74e2dcf35c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e74b52f0-8bd7-4b29-b4ca-cba6e1f65389 {
  text-align: left;
}


.shg-c#s-e74b52f0-8bd7-4b29-b4ca-cba6e1f65389 {
  max-width: 100%;
}

.shg-c#s-e74b52f0-8bd7-4b29-b4ca-cba6e1f65389 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e74b52f0-8bd7-4b29-b4ca-cba6e1f65389 .shg-image-zoom,
.shg-c#s-e74b52f0-8bd7-4b29-b4ca-cba6e1f65389 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e74b52f0-8bd7-4b29-b4ca-cba6e1f65389 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e74b52f0-8bd7-4b29-b4ca-cba6e1f65389 {
  max-width: 100%;
}

.shg-c#s-e74b52f0-8bd7-4b29-b4ca-cba6e1f65389 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e74b52f0-8bd7-4b29-b4ca-cba6e1f65389 .shg-image-zoom,
.shg-c#s-e74b52f0-8bd7-4b29-b4ca-cba6e1f65389 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e74b52f0-8bd7-4b29-b4ca-cba6e1f65389 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e74b52f0-8bd7-4b29-b4ca-cba6e1f65389 {
  max-width: 100%;
}

.shg-c#s-e74b52f0-8bd7-4b29-b4ca-cba6e1f65389 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e74b52f0-8bd7-4b29-b4ca-cba6e1f65389 .shg-image-zoom,
.shg-c#s-e74b52f0-8bd7-4b29-b4ca-cba6e1f65389 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e74b52f0-8bd7-4b29-b4ca-cba6e1f65389 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e74b52f0-8bd7-4b29-b4ca-cba6e1f65389 {
  max-width: 100%;
}

.shg-c#s-e74b52f0-8bd7-4b29-b4ca-cba6e1f65389 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e74b52f0-8bd7-4b29-b4ca-cba6e1f65389 .shg-image-zoom,
.shg-c#s-e74b52f0-8bd7-4b29-b4ca-cba6e1f65389 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e74b52f0-8bd7-4b29-b4ca-cba6e1f65389 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e74b52f0-8bd7-4b29-b4ca-cba6e1f65389 {
  max-width: 100%;
}

.shg-c#s-e74b52f0-8bd7-4b29-b4ca-cba6e1f65389 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e74b52f0-8bd7-4b29-b4ca-cba6e1f65389 .shg-image-zoom,
.shg-c#s-e74b52f0-8bd7-4b29-b4ca-cba6e1f65389 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e74b52f0-8bd7-4b29-b4ca-cba6e1f65389 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3273da1b-07d7-459a-8828-30a7bf0719c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3273da1b-07d7-459a-8828-30a7bf0719c6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-e1b98cf7-4244-4623-9fbb-73a5b1382d9f {
  margin-top: 16px;
margin-bottom: 16px;
text-align: center;
}

#s-e1b98cf7-4244-4623-9fbb-73a5b1382d9f .shg-product-sold-out {
  display: none;
  color: rgba(202, 136, 129, 1);
  font-size: 20px;
}

#s-e1b98cf7-4244-4623-9fbb-73a5b1382d9f .shg-product-price {
  color: rgba(202, 136, 129, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-e1b98cf7-4244-4623-9fbb-73a5b1382d9f .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-99b5977f-998a-4be0-a95a-e6805e0f09d6 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-99b5977f-998a-4be0-a95a-e6805e0f09d6 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 33.333333333333336%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-99b5977f-998a-4be0-a95a-e6805e0f09d6 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-8d775114-6e48-44e4-833b-2bd64ef7d0c4 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(237, 181, 167, 1);
}
#s-8d775114-6e48-44e4-833b-2bd64ef7d0c4:hover {background-color: rgba(239, 200, 192, 1) !important;
text-decoration: none !important;}#s-8d775114-6e48-44e4-833b-2bd64ef7d0c4:active {background-color: rgba(239, 200, 192, 1) !important;
text-decoration: none !important;}


#s-8d775114-6e48-44e4-833b-2bd64ef7d0c4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-8d775114-6e48-44e4-833b-2bd64ef7d0c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8d775114-6e48-44e4-833b-2bd64ef7d0c4.shg-btn {
  color: rgba(242, 238, 238, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8d775114-6e48-44e4-833b-2bd64ef7d0c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e6a8d1f6-9483-46a9-8e65-61d158107afe {
  display: none;
}
#s-fd24923b-ff5e-430c-8fb3-935133ff973f {
  display: none;
}
#s-c41db23b-0b4a-435e-b660-d65cc34a4002 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c41db23b-0b4a-435e-b660-d65cc34a4002 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-3cceb357-08fa-4409-bf60-c6ab6789c9e4 {
  text-align: left;
}


.shg-c#s-3cceb357-08fa-4409-bf60-c6ab6789c9e4 {
  max-width: 100%;
}

.shg-c#s-3cceb357-08fa-4409-bf60-c6ab6789c9e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cceb357-08fa-4409-bf60-c6ab6789c9e4 .shg-image-zoom,
.shg-c#s-3cceb357-08fa-4409-bf60-c6ab6789c9e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3cceb357-08fa-4409-bf60-c6ab6789c9e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3cceb357-08fa-4409-bf60-c6ab6789c9e4 {
  max-width: 100%;
}

.shg-c#s-3cceb357-08fa-4409-bf60-c6ab6789c9e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cceb357-08fa-4409-bf60-c6ab6789c9e4 .shg-image-zoom,
.shg-c#s-3cceb357-08fa-4409-bf60-c6ab6789c9e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3cceb357-08fa-4409-bf60-c6ab6789c9e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3cceb357-08fa-4409-bf60-c6ab6789c9e4 {
  max-width: 100%;
}

.shg-c#s-3cceb357-08fa-4409-bf60-c6ab6789c9e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cceb357-08fa-4409-bf60-c6ab6789c9e4 .shg-image-zoom,
.shg-c#s-3cceb357-08fa-4409-bf60-c6ab6789c9e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3cceb357-08fa-4409-bf60-c6ab6789c9e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3cceb357-08fa-4409-bf60-c6ab6789c9e4 {
  max-width: 100%;
}

.shg-c#s-3cceb357-08fa-4409-bf60-c6ab6789c9e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cceb357-08fa-4409-bf60-c6ab6789c9e4 .shg-image-zoom,
.shg-c#s-3cceb357-08fa-4409-bf60-c6ab6789c9e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3cceb357-08fa-4409-bf60-c6ab6789c9e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3cceb357-08fa-4409-bf60-c6ab6789c9e4 {
  max-width: 100%;
}

.shg-c#s-3cceb357-08fa-4409-bf60-c6ab6789c9e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cceb357-08fa-4409-bf60-c6ab6789c9e4 .shg-image-zoom,
.shg-c#s-3cceb357-08fa-4409-bf60-c6ab6789c9e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3cceb357-08fa-4409-bf60-c6ab6789c9e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5c4c45a4-659d-4df5-a544-88c6894390c5 {
  text-align: center;
}

#s-5c4c45a4-659d-4df5-a544-88c6894390c5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-5c4c45a4-659d-4df5-a544-88c6894390c5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-5c4c45a4-659d-4df5-a544-88c6894390c5 .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-84a701a1-9b1c-499f-8deb-45f12b6cc2d1 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(237, 181, 167, 1);
}
#s-84a701a1-9b1c-499f-8deb-45f12b6cc2d1:hover {background-color: rgba(239, 200, 192, 1) !important;
text-decoration: none !important;}#s-84a701a1-9b1c-499f-8deb-45f12b6cc2d1:active {background-color: rgba(239, 200, 192, 1) !important;
text-decoration: none !important;}


#s-84a701a1-9b1c-499f-8deb-45f12b6cc2d1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-84a701a1-9b1c-499f-8deb-45f12b6cc2d1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84a701a1-9b1c-499f-8deb-45f12b6cc2d1.shg-btn {
  color: rgba(242, 238, 238, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-84a701a1-9b1c-499f-8deb-45f12b6cc2d1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-98cba6e9-e794-4e8f-875c-00af9aa948f7 {
  display: none;
}
#s-dde2b4c7-6853-4eef-99c4-6ce5cd87daf9 {
  display: none;
}
#s-7a9f2de4-3753-4ee1-811c-750a8b783f18 {
  display: none;
}
@media (min-width: 0px) {
[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6cd18515-93ce-4eb6-bc79-58bdfb58ba9f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-42085a03-81c9-41bb-8bc0-571b40061c68 {
  text-align: left;
}


.shg-c#s-42085a03-81c9-41bb-8bc0-571b40061c68 {
  max-width: 100%;
}

.shg-c#s-42085a03-81c9-41bb-8bc0-571b40061c68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42085a03-81c9-41bb-8bc0-571b40061c68 .shg-image-zoom,
.shg-c#s-42085a03-81c9-41bb-8bc0-571b40061c68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-42085a03-81c9-41bb-8bc0-571b40061c68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-42085a03-81c9-41bb-8bc0-571b40061c68 {
  max-width: 100%;
}

.shg-c#s-42085a03-81c9-41bb-8bc0-571b40061c68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42085a03-81c9-41bb-8bc0-571b40061c68 .shg-image-zoom,
.shg-c#s-42085a03-81c9-41bb-8bc0-571b40061c68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-42085a03-81c9-41bb-8bc0-571b40061c68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-42085a03-81c9-41bb-8bc0-571b40061c68 {
  max-width: 100%;
}

.shg-c#s-42085a03-81c9-41bb-8bc0-571b40061c68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42085a03-81c9-41bb-8bc0-571b40061c68 .shg-image-zoom,
.shg-c#s-42085a03-81c9-41bb-8bc0-571b40061c68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-42085a03-81c9-41bb-8bc0-571b40061c68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-42085a03-81c9-41bb-8bc0-571b40061c68 {
  max-width: 100%;
}

.shg-c#s-42085a03-81c9-41bb-8bc0-571b40061c68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42085a03-81c9-41bb-8bc0-571b40061c68 .shg-image-zoom,
.shg-c#s-42085a03-81c9-41bb-8bc0-571b40061c68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-42085a03-81c9-41bb-8bc0-571b40061c68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-42085a03-81c9-41bb-8bc0-571b40061c68 {
  max-width: 100%;
}

.shg-c#s-42085a03-81c9-41bb-8bc0-571b40061c68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42085a03-81c9-41bb-8bc0-571b40061c68 .shg-image-zoom,
.shg-c#s-42085a03-81c9-41bb-8bc0-571b40061c68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-42085a03-81c9-41bb-8bc0-571b40061c68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-118fc3e6-4149-4fe1-9738-ca79d422a7e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-118fc3e6-4149-4fe1-9738-ca79d422a7e0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-efb06a70-2835-4fc0-a4bd-9fce2f44c928 {
  margin-top: 16px;
margin-bottom: 16px;
text-align: center;
}

#s-efb06a70-2835-4fc0-a4bd-9fce2f44c928 .shg-product-sold-out {
  display: none;
  color: rgba(202, 136, 129, 1);
  font-size: 20px;
}

#s-efb06a70-2835-4fc0-a4bd-9fce2f44c928 .shg-product-price {
  color: rgba(202, 136, 129, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-efb06a70-2835-4fc0-a4bd-9fce2f44c928 .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-057b467e-fe68-420c-af0b-0713a2795bf7 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-057b467e-fe68-420c-af0b-0713a2795bf7 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 33.333333333333336%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-057b467e-fe68-420c-af0b-0713a2795bf7 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-51b91379-b23b-4c93-af02-469001026554 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(237, 181, 167, 1);
}
#s-51b91379-b23b-4c93-af02-469001026554:hover {background-color: rgba(239, 200, 192, 1) !important;
text-decoration: none !important;}#s-51b91379-b23b-4c93-af02-469001026554:active {background-color: rgba(239, 200, 192, 1) !important;
text-decoration: none !important;}


#s-51b91379-b23b-4c93-af02-469001026554 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-51b91379-b23b-4c93-af02-469001026554.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51b91379-b23b-4c93-af02-469001026554.shg-btn {
  color: rgba(242, 238, 238, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-51b91379-b23b-4c93-af02-469001026554.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5840be20-d096-4028-ada7-cdfa613ba62a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5840be20-d096-4028-ada7-cdfa613ba62a .shogun-heading-component h1 {
  color: rgba(202, 136, 129, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2f888043-8c79-4f3c-8f42-733d832f42fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-27f4be1c-175f-4412-95d2-adc476d601ae {
  text-align: center;
}




  #s-27f4be1c-175f-4412-95d2-adc476d601ae img.shogun-image {
    
    width: px;
  }


#s-27f4be1c-175f-4412-95d2-adc476d601ae .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0a895842-a709-4820-8dbf-97dae4ae1984 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(237, 181, 167, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-0a895842-a709-4820-8dbf-97dae4ae1984:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(239, 200, 192, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-0a895842-a709-4820-8dbf-97dae4ae1984:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(105, 105, 105, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-0a895842-a709-4820-8dbf-97dae4ae1984.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}

#s-0e8c2ec3-f610-4fd9-926a-5159b9395aff {
  text-align: center;
}




  #s-0e8c2ec3-f610-4fd9-926a-5159b9395aff img.shogun-image {
    
    width: px;
  }


#s-0e8c2ec3-f610-4fd9-926a-5159b9395aff .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7f6bd1b5-96a2-4976-8e33-e3180bc917ef {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(237, 181, 167, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-7f6bd1b5-96a2-4976-8e33-e3180bc917ef:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(239, 200, 192, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-7f6bd1b5-96a2-4976-8e33-e3180bc917ef:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(105, 105, 105, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-7f6bd1b5-96a2-4976-8e33-e3180bc917ef.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}

#s-e6f513a2-52b7-4701-8274-ca37117a2272 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e6f513a2-52b7-4701-8274-ca37117a2272 .shogun-heading-component h2 {
  color: rgba(202, 136, 129, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  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%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
