.shg-box {
  position: relative;
}

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

.shg-box-vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.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-7a360828-4ad8-4568-8b4e-d10432bd2d38 { min-height: 50px; }
#s-7a360828-4ad8-4568-8b4e-d10432bd2d38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lightbox-item {
  cursor: pointer;
  min-height: inherit;
  max-height: inherit;
}

.shogun-lightbox {
  display: none;
  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);
}

.shogun-lightbox-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.shogun-lightbox-close {
  color: #fff;
  font-size: 45px;
  align-self: flex-end;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.shogun-lightbox-image-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 10px;
}

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

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

img.shogun-image {
  max-width: 100% !important;
  margin: 0 !important;
}

#s-2fce9616-e43a-4e42-835a-21391d18a7df { text-align: center; }
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

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

#s-d8ac17a3-fb38-483e-90c6-a1befb04328e { padding-top: 30px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d8ac17a3-fb38-483e-90c6-a1befb04328e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-48f70c24-8748-461f-a41d-715aa513fa26 { padding-right: 15px; }
#s-0e80e8ed-4b93-4e1b-957b-5fbbb0f32c37 { text-align: center; }
#s-23f3d3bb-90a7-4d32-83a3-82866f587314 { padding-top: 0px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-23f3d3bb-90a7-4d32-83a3-82866f587314"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8571d463-ae30-4aee-a699-57e808f414df { text-align: center; }
#s-e8a54146-3e5e-424c-a86b-bf8d4d2ccdba { padding-top: 15px;
padding-left: 15px; }
#s-3967f2fa-59d2-4407-9ff2-588ff613dae1 { padding-top: 0px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3967f2fa-59d2-4407-9ff2-588ff613dae1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ccb4af2c-ea94-4ba6-9131-d8fdbb0dbb0b { padding-top: 15px;
padding-right: 15px; }
#s-7682c74b-e51c-4752-a0fa-07cd1cb69207 { text-align: center; }
#s-2dd98f3e-4042-4c81-b2da-ddc35622cd55 { padding-top: 0px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2dd98f3e-4042-4c81-b2da-ddc35622cd55"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bb420b95-a4f6-44a3-a24e-c1aaa210a383 { text-align: center; }
#s-781d3ef3-82c0-438a-95a2-005da7dcfcca { padding-top: 40px;
padding-left: 15px;
padding-bottom: 0px; }
#s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5 { padding-top: 0px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-a7b22b00-a0ef-43a2-9a6b-cacfe2a9d7b5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ee9a479a-0696-41d0-8ae2-6abba49be9ec { padding-top: 40px;
padding-right: 15px; }
#s-75c1d49d-3359-403d-9cbf-93792021ab97 { text-align: center; }
#s-28f9415d-4cd0-4b5d-b293-e4109dd187ff { text-align: center; }
#s-e6d605b3-1e16-4e13-9368-e9c26b9d150e { padding-top: 0px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e6d605b3-1e16-4e13-9368-e9c26b9d150e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7a0ff84b-0136-44a0-be96-c45922b2eebf { text-align: center; }
#s-8f2ccd09-f403-4bd2-bace-07ae314ced42 { padding-top: 15px;
padding-left: 15px; }
#s-9b517b90-6cab-449a-a21a-50103868d84b { padding-top: 0px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-9b517b90-6cab-449a-a21a-50103868d84b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-566c0d56-fd7c-4bf1-9dad-a5c59caea0e5 { padding-top: 15px;
padding-right: 15px; }
#s-40da1fee-b000-4856-a368-69ecce182a9d { text-align: center; }
#s-b47f9b39-99fa-4174-bc3f-91e281fe7de3 { padding-top: 0px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b47f9b39-99fa-4174-bc3f-91e281fe7de3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c4b65ce7-eaad-4404-8166-14017205a87a { text-align: center; }
#s-a7b9ca38-e31f-4d2a-81c5-e1fdc8531882 { text-align: center; }
#s-da9450c5-adb1-4171-93f3-c70fb989e5ab { padding-top: 15px;
padding-left: 15px; }
#s-d6fb7711-1dae-436d-aac5-ff7e77914a12 { padding-top: 0px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d6fb7711-1dae-436d-aac5-ff7e77914a12"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-04a09b8a-7f7f-4963-a9eb-a3140ad405e9 { padding-top: 15px;
padding-left: 15px; }
#s-8062b7a7-d9c8-4b41-8c56-78b8b2408510 { text-align: center; }
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row {
    display: block;
  }

  .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

#s-78c5220d-7030-4103-941d-af5f8fede3d1 { padding-top: 0px;
padding-bottom: 0px; }
#s-66e20ea6-a2ea-4f8a-ad37-27872ede0a21 {
  display: none;
}
.shg-product-image-wrapper {
  display: none;
}

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

#s-d0c43a3c-53a0-4ff0-917a-c92143184b72 { text-align: left; }
.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-b7c67b93-f68b-4485-a5af-b9192dba45c8 { padding-top: 5px;
padding-bottom: 5px;
text-align: left; }
#s-b7c67b93-f68b-4485-a5af-b9192dba45c8 .shg-product-title-component h1 {
  color: rgba(61, 66, 70, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}
#s-b0b08cdc-8ea7-497d-a4ee-f68a16d2414d { text-align: left; }
#s-b0b08cdc-8ea7-497d-a4ee-f68a16d2414d .shg-product-sold-out {
  display: none;
}

#s-b0b08cdc-8ea7-497d-a4ee-f68a16d2414d .shg-product-price {
  color: rgba(105, 114, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b0b08cdc-8ea7-497d-a4ee-f68a16d2414d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-b8532c50-85d1-4289-b2a1-4a09a68cae7a {
  display: none;
}
#s-6844fb11-4530-423b-a94c-7e1a5680144a { text-align: left; }
#s-90a433f6-d312-4839-bc2b-20c35b73ed43 { padding-top: 5px;
padding-bottom: 5px;
text-align: left; }
#s-90a433f6-d312-4839-bc2b-20c35b73ed43 .shg-product-title-component h1 {
  color: rgba(61, 66, 70, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}
#s-c85e3cf2-5be5-46fb-ac17-76b4daafb459 { text-align: left; }
#s-c85e3cf2-5be5-46fb-ac17-76b4daafb459 .shg-product-sold-out {
  display: none;
}

#s-c85e3cf2-5be5-46fb-ac17-76b4daafb459 .shg-product-price {
  color: rgba(105, 114, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c85e3cf2-5be5-46fb-ac17-76b4daafb459 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-04ea1c05-c6b6-4f0b-87af-0f931e6543cc {
  display: none;
}
#s-f32b528c-b701-4b75-8d76-a3cfd60db750 { text-align: left; }
#s-8a38786f-75d9-4b4e-b3d6-b2a6de8988b9 { padding-top: 5px;
padding-bottom: 5px;
text-align: left; }
#s-8a38786f-75d9-4b4e-b3d6-b2a6de8988b9 .shg-product-title-component h1 {
  color: rgba(61, 66, 70, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}
#s-207b5dcf-2a09-4bed-915e-7156d992d88f { text-align: left; }
#s-207b5dcf-2a09-4bed-915e-7156d992d88f .shg-product-sold-out {
  display: none;
}

#s-207b5dcf-2a09-4bed-915e-7156d992d88f .shg-product-price {
  color: rgba(105, 114, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-207b5dcf-2a09-4bed-915e-7156d992d88f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-baaaf186-8673-41f9-a0de-66812050121f {
  display: none;
}
#s-3d658ab6-f815-4b97-be4a-edf5142ae077 { text-align: left; }
#s-a1eeee25-88e3-4eb8-84fa-379a2d2a98ee { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a1eeee25-88e3-4eb8-84fa-379a2d2a98ee .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-56846c89-602f-47a3-ad41-c6b4e2c535cb { text-align: left; }
#s-56846c89-602f-47a3-ad41-c6b4e2c535cb .shg-product-sold-out {
  display: none;
}

#s-56846c89-602f-47a3-ad41-c6b4e2c535cb .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-56846c89-602f-47a3-ad41-c6b4e2c535cb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-product-atc-wrapper {
  position: relative;
}

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

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

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

#s-09ba6692-addc-4b59-b279-7d5dde95b94f { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-09ba6692-addc-4b59-b279-7d5dde95b94f:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-09ba6692-addc-4b59-b279-7d5dde95b94f:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-09ba6692-addc-4b59-b279-7d5dde95b94f {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-09ba6692-addc-4b59-b279-7d5dde95b94f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-09ba6692-addc-4b59-b279-7d5dde95b94f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-09ba6692-addc-4b59-b279-7d5dde95b94f.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-81632043-d29c-41a8-8cf5-c764b689c4d5 {
  display: none;
}
#s-fb207f8a-0f00-4731-b4c9-4a5cf23c0b3c { text-align: left; }
#s-0cabd40e-7673-4c7d-843a-becdffbd1c63 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0cabd40e-7673-4c7d-843a-becdffbd1c63 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-00a6da2e-a6f9-4997-a98a-6e7d3fdff972 { text-align: left; }
#s-00a6da2e-a6f9-4997-a98a-6e7d3fdff972 .shg-product-sold-out {
  display: none;
}

#s-00a6da2e-a6f9-4997-a98a-6e7d3fdff972 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-00a6da2e-a6f9-4997-a98a-6e7d3fdff972 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-39bb7620-2289-4bdd-9874-99ce921e0951 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-39bb7620-2289-4bdd-9874-99ce921e0951:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-39bb7620-2289-4bdd-9874-99ce921e0951:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-39bb7620-2289-4bdd-9874-99ce921e0951 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-39bb7620-2289-4bdd-9874-99ce921e0951.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-39bb7620-2289-4bdd-9874-99ce921e0951.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-39bb7620-2289-4bdd-9874-99ce921e0951.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-e5476b50-d795-4457-b3a1-204ecdd26066 {
  display: none;
}
#s-feccb703-93a5-4c38-8d89-39209d0990e8 { text-align: left; }
#s-c4d01f18-37d2-4d45-866d-12e7b167e939 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c4d01f18-37d2-4d45-866d-12e7b167e939 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-4289cd4a-ce39-4127-993a-1e52803c9ac1 { text-align: left; }
#s-4289cd4a-ce39-4127-993a-1e52803c9ac1 .shg-product-sold-out {
  display: none;
}

#s-4289cd4a-ce39-4127-993a-1e52803c9ac1 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4289cd4a-ce39-4127-993a-1e52803c9ac1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-b0213020-4977-48f0-bf0d-dea5dddcaa2a { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-b0213020-4977-48f0-bf0d-dea5dddcaa2a:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-b0213020-4977-48f0-bf0d-dea5dddcaa2a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b0213020-4977-48f0-bf0d-dea5dddcaa2a {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b0213020-4977-48f0-bf0d-dea5dddcaa2a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b0213020-4977-48f0-bf0d-dea5dddcaa2a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b0213020-4977-48f0-bf0d-dea5dddcaa2a.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-ccaf11ca-7566-4f25-9970-6b560dfbfa45 {
  display: none;
}
#s-c19661e6-0c1a-4169-9f85-61f8166e6893 { text-align: left; }
#s-9a9721e7-3f2e-4963-8e5b-a43a50ae84de { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-9a9721e7-3f2e-4963-8e5b-a43a50ae84de .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-6dbdc3ee-fa16-4f53-a34f-162be205937c { text-align: left; }
#s-6dbdc3ee-fa16-4f53-a34f-162be205937c .shg-product-sold-out {
  display: none;
}

#s-6dbdc3ee-fa16-4f53-a34f-162be205937c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6dbdc3ee-fa16-4f53-a34f-162be205937c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-2bbf8e75-ca43-47c4-9196-511cace9025c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-2bbf8e75-ca43-47c4-9196-511cace9025c:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-2bbf8e75-ca43-47c4-9196-511cace9025c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2bbf8e75-ca43-47c4-9196-511cace9025c {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2bbf8e75-ca43-47c4-9196-511cace9025c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2bbf8e75-ca43-47c4-9196-511cace9025c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2bbf8e75-ca43-47c4-9196-511cace9025c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-aef32790-9085-47f3-aef6-1614f7d3d408 {
  display: none;
}
#s-a406f2d1-a1a5-43a4-9267-623de3827e86 { text-align: left; }
#s-ea53b3ac-824f-480e-bcaa-d002945a0430 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ea53b3ac-824f-480e-bcaa-d002945a0430 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-8d2f33a8-fab5-4519-bd93-9e5f98896499 { text-align: left; }
#s-8d2f33a8-fab5-4519-bd93-9e5f98896499 .shg-product-sold-out {
  display: none;
}

#s-8d2f33a8-fab5-4519-bd93-9e5f98896499 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8d2f33a8-fab5-4519-bd93-9e5f98896499 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-632170cb-f93e-427f-a725-ef73d78f4694 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-632170cb-f93e-427f-a725-ef73d78f4694:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-632170cb-f93e-427f-a725-ef73d78f4694:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-632170cb-f93e-427f-a725-ef73d78f4694 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-632170cb-f93e-427f-a725-ef73d78f4694.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-632170cb-f93e-427f-a725-ef73d78f4694.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-632170cb-f93e-427f-a725-ef73d78f4694.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-78ba02e2-6e2a-491b-a73b-dc29b420754f {
  display: none;
}
#s-34241c00-d4cb-4701-89f3-45dc3c5b9323 { text-align: left; }
#s-34796abe-0cd3-4a4e-a09a-345c64f566ac { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-34796abe-0cd3-4a4e-a09a-345c64f566ac .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-9bc4ab29-b310-4bf4-be89-1bba48066ffb { text-align: left; }
#s-9bc4ab29-b310-4bf4-be89-1bba48066ffb .shg-product-sold-out {
  display: none;
}

#s-9bc4ab29-b310-4bf4-be89-1bba48066ffb .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9bc4ab29-b310-4bf4-be89-1bba48066ffb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-459aa6b4-eef3-47d5-b3c6-00d82ba42859 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-459aa6b4-eef3-47d5-b3c6-00d82ba42859:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-459aa6b4-eef3-47d5-b3c6-00d82ba42859:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-459aa6b4-eef3-47d5-b3c6-00d82ba42859 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-459aa6b4-eef3-47d5-b3c6-00d82ba42859.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-459aa6b4-eef3-47d5-b3c6-00d82ba42859.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-459aa6b4-eef3-47d5-b3c6-00d82ba42859.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-87885a41-972b-4c3a-b095-a19077c998ce {
  display: none;
}
#s-f2bc2dac-be66-4eb8-8a90-a3f0322b656f { text-align: left; }
#s-f2afa804-ddaf-4cdd-ba00-7b6afd772622 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f2afa804-ddaf-4cdd-ba00-7b6afd772622 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-f7167c0d-87b0-461b-98eb-5a7747ce7d75 { text-align: left; }
#s-f7167c0d-87b0-461b-98eb-5a7747ce7d75 .shg-product-sold-out {
  display: none;
}

#s-f7167c0d-87b0-461b-98eb-5a7747ce7d75 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f7167c0d-87b0-461b-98eb-5a7747ce7d75 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-3b708f22-139f-4d41-9b06-110788bd34c2 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-3b708f22-139f-4d41-9b06-110788bd34c2:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-3b708f22-139f-4d41-9b06-110788bd34c2:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3b708f22-139f-4d41-9b06-110788bd34c2 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3b708f22-139f-4d41-9b06-110788bd34c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3b708f22-139f-4d41-9b06-110788bd34c2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3b708f22-139f-4d41-9b06-110788bd34c2.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-939f2448-2a91-4980-803d-7fdbca14b84b {
  display: none;
}
#s-11364234-4000-46a3-8902-b2e135af9f12 { text-align: left; }
#s-731884e4-a3f4-4cbd-be8b-d69acc8931fe { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-731884e4-a3f4-4cbd-be8b-d69acc8931fe .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-16f92b77-3038-4038-8fa3-633d3635168a { text-align: left; }
#s-16f92b77-3038-4038-8fa3-633d3635168a .shg-product-sold-out {
  display: none;
}

#s-16f92b77-3038-4038-8fa3-633d3635168a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-16f92b77-3038-4038-8fa3-633d3635168a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-ddf1ebfa-bc98-4010-8b83-3d6b691e1339 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-ddf1ebfa-bc98-4010-8b83-3d6b691e1339:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-ddf1ebfa-bc98-4010-8b83-3d6b691e1339:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ddf1ebfa-bc98-4010-8b83-3d6b691e1339 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ddf1ebfa-bc98-4010-8b83-3d6b691e1339.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ddf1ebfa-bc98-4010-8b83-3d6b691e1339.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ddf1ebfa-bc98-4010-8b83-3d6b691e1339.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-0894e4f6-293c-4fbf-9bef-d361fde57e44 {
  display: none;
}
#s-b0654d38-dbbd-45cd-a392-d5b7bd83e756 { text-align: left; }
#s-1dc45725-7e24-45ec-93b4-486f180d2250 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1dc45725-7e24-45ec-93b4-486f180d2250 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-256becb6-bc37-4288-b80b-62cf4fd77740 { text-align: left; }
#s-256becb6-bc37-4288-b80b-62cf4fd77740 .shg-product-sold-out {
  display: none;
}

#s-256becb6-bc37-4288-b80b-62cf4fd77740 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-256becb6-bc37-4288-b80b-62cf4fd77740 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-5fc0939c-88a3-4113-b3d0-5c48f2dfbc14 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-5fc0939c-88a3-4113-b3d0-5c48f2dfbc14:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-5fc0939c-88a3-4113-b3d0-5c48f2dfbc14:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-5fc0939c-88a3-4113-b3d0-5c48f2dfbc14 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5fc0939c-88a3-4113-b3d0-5c48f2dfbc14.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5fc0939c-88a3-4113-b3d0-5c48f2dfbc14.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5fc0939c-88a3-4113-b3d0-5c48f2dfbc14.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-37a8398a-c0ab-44a2-90ef-6372c2eac233 {
  display: none;
}
#s-574940e4-97ed-44c3-b0fd-4bd23d0d564f { text-align: left; }
#s-c3cdb69d-62fd-4e6b-b6f3-c7f542dff8d6 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c3cdb69d-62fd-4e6b-b6f3-c7f542dff8d6 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-de4e193a-9fb5-43b4-9773-ca20e1cccca7 { text-align: left; }
#s-de4e193a-9fb5-43b4-9773-ca20e1cccca7 .shg-product-sold-out {
  display: none;
}

#s-de4e193a-9fb5-43b4-9773-ca20e1cccca7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-de4e193a-9fb5-43b4-9773-ca20e1cccca7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-81c2ab33-465c-489a-8679-559399a26c11 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-81c2ab33-465c-489a-8679-559399a26c11:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-81c2ab33-465c-489a-8679-559399a26c11:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-81c2ab33-465c-489a-8679-559399a26c11 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81c2ab33-465c-489a-8679-559399a26c11.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81c2ab33-465c-489a-8679-559399a26c11.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-81c2ab33-465c-489a-8679-559399a26c11.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-72872b0d-ce0b-46b7-82fa-d8cbac3ec5a2 {
  display: none;
}
#s-df833aef-f138-444f-b5f8-ee32f44c0704 { text-align: left; }
#s-85d72141-fef2-483b-b0ce-5c219f3b1f5f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-85d72141-fef2-483b-b0ce-5c219f3b1f5f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-129be1d3-e7a1-4308-a222-97cc858d7e32 { text-align: left; }
#s-129be1d3-e7a1-4308-a222-97cc858d7e32 .shg-product-sold-out {
  display: none;
}

#s-129be1d3-e7a1-4308-a222-97cc858d7e32 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-129be1d3-e7a1-4308-a222-97cc858d7e32 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a8415742-ae3f-45b9-87d1-a2a58f103547 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-a8415742-ae3f-45b9-87d1-a2a58f103547:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-a8415742-ae3f-45b9-87d1-a2a58f103547:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a8415742-ae3f-45b9-87d1-a2a58f103547 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a8415742-ae3f-45b9-87d1-a2a58f103547.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a8415742-ae3f-45b9-87d1-a2a58f103547.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a8415742-ae3f-45b9-87d1-a2a58f103547.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-6eb0c733-2956-44c0-b4a4-74c89b362bbf {
  display: none;
}
#s-842d95aa-f99a-4354-b33d-c0e5cbf82a17 { text-align: left; }
#s-407ce30f-45d4-4b8a-ae8c-d9ec161041f7 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-407ce30f-45d4-4b8a-ae8c-d9ec161041f7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-f53a9690-783b-425b-b933-0eb87c8a3a8f { text-align: left; }
#s-f53a9690-783b-425b-b933-0eb87c8a3a8f .shg-product-sold-out {
  display: none;
}

#s-f53a9690-783b-425b-b933-0eb87c8a3a8f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f53a9690-783b-425b-b933-0eb87c8a3a8f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-e8e73415-642e-494b-ae37-a896d30ac6bd { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-e8e73415-642e-494b-ae37-a896d30ac6bd:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-e8e73415-642e-494b-ae37-a896d30ac6bd:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e8e73415-642e-494b-ae37-a896d30ac6bd {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e8e73415-642e-494b-ae37-a896d30ac6bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8e73415-642e-494b-ae37-a896d30ac6bd.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e8e73415-642e-494b-ae37-a896d30ac6bd.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-ec751b96-d0f3-4ca4-a37b-237f55a5297b {
  display: none;
}
#s-127495aa-d1dc-46cf-aa8a-7aef5ff4c81d { text-align: left; }
#s-6a8d9992-76b9-4dc2-bcae-3bee01553f33 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6a8d9992-76b9-4dc2-bcae-3bee01553f33 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-cd38cdb4-efdc-45d9-bec8-6ef11152da60 { text-align: left; }
#s-cd38cdb4-efdc-45d9-bec8-6ef11152da60 .shg-product-sold-out {
  display: none;
}

#s-cd38cdb4-efdc-45d9-bec8-6ef11152da60 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-cd38cdb4-efdc-45d9-bec8-6ef11152da60 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-3270e1c3-a22a-4d40-a604-86c52145d178 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-3270e1c3-a22a-4d40-a604-86c52145d178:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-3270e1c3-a22a-4d40-a604-86c52145d178:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3270e1c3-a22a-4d40-a604-86c52145d178 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3270e1c3-a22a-4d40-a604-86c52145d178.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3270e1c3-a22a-4d40-a604-86c52145d178.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3270e1c3-a22a-4d40-a604-86c52145d178.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-bad5cc48-d6f5-43eb-9554-6ff8beb89283 {
  display: none;
}
#s-33fce169-b3c7-43db-853c-f1b64f70f952 { text-align: left; }
#s-7d585acc-cd9a-4261-8241-0ee8d4c6616d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7d585acc-cd9a-4261-8241-0ee8d4c6616d .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-8fc37187-4965-4101-9323-6ed38939b6f2 { text-align: left; }
#s-8fc37187-4965-4101-9323-6ed38939b6f2 .shg-product-sold-out {
  display: none;
}

#s-8fc37187-4965-4101-9323-6ed38939b6f2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8fc37187-4965-4101-9323-6ed38939b6f2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-3d9d5dc8-d0d7-41b6-bde2-b44491c49011 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-3d9d5dc8-d0d7-41b6-bde2-b44491c49011:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-3d9d5dc8-d0d7-41b6-bde2-b44491c49011:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3d9d5dc8-d0d7-41b6-bde2-b44491c49011 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d9d5dc8-d0d7-41b6-bde2-b44491c49011.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d9d5dc8-d0d7-41b6-bde2-b44491c49011.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3d9d5dc8-d0d7-41b6-bde2-b44491c49011.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-fb418391-1630-484a-bd3e-beaf1e265391 {
  display: none;
}
#s-5dcb2ded-cb60-4557-b414-c00740a04ec4 { text-align: left; }
#s-36f8e1d0-d8bc-40e5-b472-c0bc8906e8cb { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-36f8e1d0-d8bc-40e5-b472-c0bc8906e8cb .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-c13a38fc-8099-42b9-8b16-9b981643a6e2 { text-align: left; }
#s-c13a38fc-8099-42b9-8b16-9b981643a6e2 .shg-product-sold-out {
  display: none;
}

#s-c13a38fc-8099-42b9-8b16-9b981643a6e2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c13a38fc-8099-42b9-8b16-9b981643a6e2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-59330f44-ff06-47a3-901e-7babbc49fcd7 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-59330f44-ff06-47a3-901e-7babbc49fcd7:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-59330f44-ff06-47a3-901e-7babbc49fcd7:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-59330f44-ff06-47a3-901e-7babbc49fcd7 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-59330f44-ff06-47a3-901e-7babbc49fcd7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-59330f44-ff06-47a3-901e-7babbc49fcd7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-59330f44-ff06-47a3-901e-7babbc49fcd7.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-f237b4f8-8dab-4c45-a3fb-de03af333c96 {
  display: none;
}
#s-6ccb81a7-1883-4b5c-b9d1-f03ad021a47a { text-align: left; }
#s-3b779cdb-b3a5-4d86-9fad-beb4fa388e01 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-3b779cdb-b3a5-4d86-9fad-beb4fa388e01 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-b3590b47-f308-468c-b09e-db0f28c3ced0 { text-align: left; }
#s-b3590b47-f308-468c-b09e-db0f28c3ced0 .shg-product-sold-out {
  display: none;
}

#s-b3590b47-f308-468c-b09e-db0f28c3ced0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b3590b47-f308-468c-b09e-db0f28c3ced0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-bb9e8719-68ee-41f2-9aba-bc77b28be831 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-bb9e8719-68ee-41f2-9aba-bc77b28be831:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-bb9e8719-68ee-41f2-9aba-bc77b28be831:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-bb9e8719-68ee-41f2-9aba-bc77b28be831 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bb9e8719-68ee-41f2-9aba-bc77b28be831.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb9e8719-68ee-41f2-9aba-bc77b28be831.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-bb9e8719-68ee-41f2-9aba-bc77b28be831.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-e07b6bb9-96d9-468b-8658-7ef29ac87c54 { min-height: 50px;
background-color: rgba(248, 243, 237, 1); }
#s-e07b6bb9-96d9-468b-8658-7ef29ac87c54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-bba829bf-3261-47d3-b776-aefcc02dea0c { padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
background-color: rgba(248, 243, 237, 1); }
@media (min-width: 0px) {
[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bba829bf-3261-47d3-b776-aefcc02dea0c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ff6ef15f-b41d-4b9b-90cc-4ca4119cc24c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-22ba8462-6f9c-4f47-8e1b-de1d39006e8b .shogun-icon-wrapper {
  text-align: center;
}


#s-22ba8462-6f9c-4f47-8e1b-de1d39006e8b .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(175, 143, 52, 1);
}

#s-aa09fb58-db7e-44d7-ba39-b30b8d61a0f7 { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

#s-5ee7f8ea-364d-41ca-9645-e680f309f9f5 { margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 40px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 6px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none; }
#s-5ee7f8ea-364d-41ca-9645-e680f309f9f5:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-5ee7f8ea-364d-41ca-9645-e680f309f9f5:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-5ee7f8ea-364d-41ca-9645-e680f309f9f5.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-f81df041-51d1-4d0c-a8f3-591a18405707 { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f81df041-51d1-4d0c-a8f3-591a18405707"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-ac88c173-00b8-458f-a0e1-d041bb5e4b7c .shogun-icon-wrapper {
  text-align: center;
}


#s-ac88c173-00b8-458f-a0e1-d041bb5e4b7c .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(175, 143, 52, 1);
}

#s-50a10e47-9b60-484e-a047-660536e9f428 { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
#s-5dcc20b3-1193-4fbb-9e7b-8e177e0478e2 { margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none; }
#s-5dcc20b3-1193-4fbb-9e7b-8e177e0478e2:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-5dcc20b3-1193-4fbb-9e7b-8e177e0478e2:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-5dcc20b3-1193-4fbb-9e7b-8e177e0478e2.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-2a943c41-269c-4daf-8562-19fbeb47bda3 { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2a943c41-269c-4daf-8562-19fbeb47bda3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-00962912-3794-4780-8f19-259393880bb4 .shogun-icon-wrapper {
  text-align: center;
}


#s-00962912-3794-4780-8f19-259393880bb4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(175, 143, 52, 1);
}

#s-f28a1136-fc9a-4d49-8b91-637e43ef066a { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
#s-2c961622-11be-4e0c-a72a-a676468d8af7 { margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none; }
#s-2c961622-11be-4e0c-a72a-a676468d8af7:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-2c961622-11be-4e0c-a72a-a676468d8af7:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-2c961622-11be-4e0c-a72a-a676468d8af7.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-58e92ab0-65bd-42ba-8494-fdd1874edda1 { min-height: 50px;
background-color: rgba(175, 143, 52, 1); }
#s-58e92ab0-65bd-42ba-8494-fdd1874edda1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-711e8181-a336-4914-af92-ed83be223fe6 { padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px; }
@media (min-width: 0px) {
[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-711e8181-a336-4914-af92-ed83be223fe6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d55c2db9-0d44-43b3-a7ad-b3a3daf88be0 { text-align: left; }
#s-5afa17d5-e76a-41f0-b6f8-e070347c7767 { padding-top: 20px;
padding-bottom: 20px; }
@media (min-width: 0px) {
[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5afa17d5-e76a-41f0-b6f8-e070347c7767"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-f45c6e75-de9f-49ce-b22c-ebb8f9ef87c0 { text-align: center; }
#s-7956de24-f1a7-450b-812a-153108c7f0ef { padding-top: 0px; }
#s-ef56397d-278d-42b5-b149-085b640f7047 { padding-top: 15px; }
#s-01582e80-2c1e-4550-a33d-166de0011840 { padding-top: 15px;
padding-left: 0px;
padding-bottom: 0px; }
.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

.shogun-root {
  /* create a new stacking context */
  transform: scale(1);
}

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