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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ec2aa5c4-6724-4f47-b60b-e5ae74424b35 {
  min-height: 50px;
}








#s-ec2aa5c4-6724-4f47-b60b-e5ae74424b35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec2aa5c4-6724-4f47-b60b-e5ae74424b35.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-2521552f-7a49-4ddb-81e0-e7d51059de72 {
  text-align: center;
}




  #s-2521552f-7a49-4ddb-81e0-e7d51059de72 img.shogun-image {
    
    width: px;
  }


#s-2521552f-7a49-4ddb-81e0-e7d51059de72 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-91d3eb7f-0b6c-4fed-82d8-e3b5e29a8d85 {
  min-height: 50px;
}








#s-91d3eb7f-0b6c-4fed-82d8-e3b5e29a8d85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91d3eb7f-0b6c-4fed-82d8-e3b5e29a8d85.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-dfd2e9d4-05c4-47b8-a216-b8d959ea0882 {
  margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}








#s-dfd2e9d4-05c4-47b8-a216-b8d959ea0882 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfd2e9d4-05c4-47b8-a216-b8d959ea0882.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-93e27649-f650-4a14-8c92-0abcf181c812 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

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

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-5cc0bd9b-eee0-4e13-8cd5-0f6467a4b4c3 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5cc0bd9b-eee0-4e13-8cd5-0f6467a4b4c3 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ea493c62-4f07-45b7-b62b-d6cfe82f5b15 {
  min-height: 50px;
}








#s-ea493c62-4f07-45b7-b62b-d6cfe82f5b15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea493c62-4f07-45b7-b62b-d6cfe82f5b15.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b968066c-e124-40bf-b894-68d958f4eab4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4b2013a8-b8d8-4334-a564-e222b4a5364d {
  text-align: center;
}




  #s-4b2013a8-b8d8-4334-a564-e222b4a5364d img.shogun-image {
    
    width: px;
  }


#s-4b2013a8-b8d8-4334-a564-e222b4a5364d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-876b27be-6bd0-4491-9f68-a965c7616b86 {
  text-align: center;
}




  #s-876b27be-6bd0-4491-9f68-a965c7616b86 img.shogun-image {
    
    width: px;
  }


#s-876b27be-6bd0-4491-9f68-a965c7616b86 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-43ffde39-bedc-42b0-bc70-6040c24742d3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-acc66182-61ad-46ea-b457-0fed492c4444 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-acc66182-61ad-46ea-b457-0fed492c4444 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acc66182-61ad-46ea-b457-0fed492c4444.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-54aff190-f775-48d7-8efd-2a225c52fce9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54aff190-f775-48d7-8efd-2a225c52fce9 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f9c6929c-fba6-4e21-9b16-c3808cc9070a {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-f9c6929c-fba6-4e21-9b16-c3808cc9070a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9c6929c-fba6-4e21-9b16-c3808cc9070a.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-71396324-4d0e-497e-8e9b-9d15b8113b35 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71396324-4d0e-497e-8e9b-9d15b8113b35 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0eaa2253-b515-4d8e-8f18-28a7aeb5d182 {
  min-height: 50px;
}








#s-0eaa2253-b515-4d8e-8f18-28a7aeb5d182 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0eaa2253-b515-4d8e-8f18-28a7aeb5d182.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d5e4c527-233e-4e53-aea3-ba7c41753e29 {
  min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-d5e4c527-233e-4e53-aea3-ba7c41753e29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5e4c527-233e-4e53-aea3-ba7c41753e29.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-4d105f9c-66cb-4fce-9d1a-f8b029173415 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d105f9c-66cb-4fce-9d1a-f8b029173415 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ea766df5-0840-446e-8606-c776957fcc08 {
  margin-left: 200px;
margin-right: 200px;
}

#s-04aa985d-53d5-4eb0-af3d-a7b7ddf9f825 {
  min-height: 50px;
}








#s-04aa985d-53d5-4eb0-af3d-a7b7ddf9f825 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04aa985d-53d5-4eb0-af3d-a7b7ddf9f825.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-c417f21c-45b3-4f2e-aceb-2df755207c76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c417f21c-45b3-4f2e-aceb-2df755207c76 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-faf1df7a-0740-49c9-8501-621ef27b3e21 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-46359bc0-7008-4255-a111-9821271125dd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b87016f1-fe4c-455c-8972-d04d70741823 {
  margin-top: 2%;
margin-bottom: 0%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(36, 65, 83, 1);
}








#s-b87016f1-fe4c-455c-8972-d04d70741823 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b87016f1-fe4c-455c-8972-d04d70741823.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-47645112-2cbb-41fb-9e89-ee20bbf88dcf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-93d6dedb-9797-4cda-a94e-03fa9a0b1454 .shogun-icon-wrapper {
  text-align: center;
}


#s-93d6dedb-9797-4cda-a94e-03fa9a0b1454 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(225, 204, 2, 1);
}

#s-4d50fdfc-647c-412b-8b11-ac150e46909f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d50fdfc-647c-412b-8b11-ac150e46909f .shogun-heading-component h3 {
  color: rgba(225, 204, 2, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ec77f6ca-a26a-4629-81c3-9a0bbcfe83eb {
  margin-top: 0%;
margin-bottom: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-ec77f6ca-a26a-4629-81c3-9a0bbcfe83eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec77f6ca-a26a-4629-81c3-9a0bbcfe83eb.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-230416bb-b764-461d-bb54-3dc195a74271 {
  margin-top: 2%;
margin-bottom: 2%;
}

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

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

#s-72da8195-331b-4abd-8378-bfcf3f0fbbbb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72da8195-331b-4abd-8378-bfcf3f0fbbbb .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

#s-a75f2770-652f-43e9-b610-78b64a8e1231 {
  text-align: center;
}


.shg-c#s-a75f2770-652f-43e9-b610-78b64a8e1231 {
  max-width: 100%;
}

.shg-c#s-a75f2770-652f-43e9-b610-78b64a8e1231 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a75f2770-652f-43e9-b610-78b64a8e1231 .shg-image-zoom,
.shg-c#s-a75f2770-652f-43e9-b610-78b64a8e1231 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-a75f2770-652f-43e9-b610-78b64a8e1231 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a75f2770-652f-43e9-b610-78b64a8e1231 {
  max-width: 100%;
}

.shg-c#s-a75f2770-652f-43e9-b610-78b64a8e1231 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a75f2770-652f-43e9-b610-78b64a8e1231 .shg-image-zoom,
.shg-c#s-a75f2770-652f-43e9-b610-78b64a8e1231 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-a75f2770-652f-43e9-b610-78b64a8e1231 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a75f2770-652f-43e9-b610-78b64a8e1231 {
  max-width: 100%;
}

.shg-c#s-a75f2770-652f-43e9-b610-78b64a8e1231 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a75f2770-652f-43e9-b610-78b64a8e1231 .shg-image-zoom,
.shg-c#s-a75f2770-652f-43e9-b610-78b64a8e1231 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-a75f2770-652f-43e9-b610-78b64a8e1231 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a75f2770-652f-43e9-b610-78b64a8e1231 {
  max-width: 100%;
}

.shg-c#s-a75f2770-652f-43e9-b610-78b64a8e1231 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a75f2770-652f-43e9-b610-78b64a8e1231 .shg-image-zoom,
.shg-c#s-a75f2770-652f-43e9-b610-78b64a8e1231 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-a75f2770-652f-43e9-b610-78b64a8e1231 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a75f2770-652f-43e9-b610-78b64a8e1231 {
  max-width: 100%;
}

.shg-c#s-a75f2770-652f-43e9-b610-78b64a8e1231 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a75f2770-652f-43e9-b610-78b64a8e1231 .shg-image-zoom,
.shg-c#s-a75f2770-652f-43e9-b610-78b64a8e1231 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-a75f2770-652f-43e9-b610-78b64a8e1231 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-067cc141-8b44-4dbb-b622-b5013b8d5a73 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-067cc141-8b44-4dbb-b622-b5013b8d5a73 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-067cc141-8b44-4dbb-b622-b5013b8d5a73 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-067cc141-8b44-4dbb-b622-b5013b8d5a73 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-39d62d66-1c6f-416c-8b28-3ba8b4c528d0 {
  margin-left: 2%;
margin-right: 2%;
}

#s-420e88d0-3992-4c93-911c-eada029da061 {
  margin-left: 5%;
margin-right: 5%;
}

#s-420e88d0-3992-4c93-911c-eada029da061 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(165, 165, 165, 1);
}

#s-113fd9b0-ef0a-4ff0-a75a-8c26f4dbcb79 {
  margin-top: 2%;
margin-bottom: 0%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(36, 65, 83, 1);
}








#s-113fd9b0-ef0a-4ff0-a75a-8c26f4dbcb79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-113fd9b0-ef0a-4ff0-a75a-8c26f4dbcb79.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a60d8498-a370-488b-a7ba-7d27fcba0152"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e0d4f347-ad22-4471-bed3-0d5fa4987002 .shogun-icon-wrapper {
  text-align: center;
}


#s-e0d4f347-ad22-4471-bed3-0d5fa4987002 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(225, 204, 2, 1);
}

#s-5146dcd8-de8e-40af-9ecd-a2182874608b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5146dcd8-de8e-40af-9ecd-a2182874608b .shogun-heading-component h3 {
  color: rgba(225, 204, 2, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-482884ea-0557-4ddf-9969-addd33d2da03 {
  margin-top: 0%;
margin-bottom: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-482884ea-0557-4ddf-9969-addd33d2da03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-482884ea-0557-4ddf-9969-addd33d2da03.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-f8683239-8672-4ced-ab06-d93f3868b02e {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-f8683239-8672-4ced-ab06-d93f3868b02e {
  display: none;
}
#s-9663b2d3-fc33-45d6-8aeb-fd6032357f97 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9663b2d3-fc33-45d6-8aeb-fd6032357f97 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
}

#s-53a7913e-bbe1-433e-b499-7594114c3c39 {
  text-align: center;
}


.shg-c#s-53a7913e-bbe1-433e-b499-7594114c3c39 {
  max-width: 100%;
}

.shg-c#s-53a7913e-bbe1-433e-b499-7594114c3c39 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53a7913e-bbe1-433e-b499-7594114c3c39 .shg-image-zoom,
.shg-c#s-53a7913e-bbe1-433e-b499-7594114c3c39 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-53a7913e-bbe1-433e-b499-7594114c3c39 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-53a7913e-bbe1-433e-b499-7594114c3c39 {
  max-width: 100%;
}

.shg-c#s-53a7913e-bbe1-433e-b499-7594114c3c39 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53a7913e-bbe1-433e-b499-7594114c3c39 .shg-image-zoom,
.shg-c#s-53a7913e-bbe1-433e-b499-7594114c3c39 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-53a7913e-bbe1-433e-b499-7594114c3c39 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-53a7913e-bbe1-433e-b499-7594114c3c39 {
  max-width: 100%;
}

.shg-c#s-53a7913e-bbe1-433e-b499-7594114c3c39 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53a7913e-bbe1-433e-b499-7594114c3c39 .shg-image-zoom,
.shg-c#s-53a7913e-bbe1-433e-b499-7594114c3c39 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-53a7913e-bbe1-433e-b499-7594114c3c39 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-53a7913e-bbe1-433e-b499-7594114c3c39 {
  max-width: 100%;
}

.shg-c#s-53a7913e-bbe1-433e-b499-7594114c3c39 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53a7913e-bbe1-433e-b499-7594114c3c39 .shg-image-zoom,
.shg-c#s-53a7913e-bbe1-433e-b499-7594114c3c39 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-53a7913e-bbe1-433e-b499-7594114c3c39 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-53a7913e-bbe1-433e-b499-7594114c3c39 {
  max-width: 100%;
}

.shg-c#s-53a7913e-bbe1-433e-b499-7594114c3c39 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53a7913e-bbe1-433e-b499-7594114c3c39 .shg-image-zoom,
.shg-c#s-53a7913e-bbe1-433e-b499-7594114c3c39 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-53a7913e-bbe1-433e-b499-7594114c3c39 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d06e1c69-7e69-458e-bf57-3c7361c996da {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-d06e1c69-7e69-458e-bf57-3c7361c996da .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d06e1c69-7e69-458e-bf57-3c7361c996da .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d06e1c69-7e69-458e-bf57-3c7361c996da .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-237577e2-e1d1-447c-8ae9-af3aa1664f9b {
  margin-left: 2%;
margin-right: 2%;
}

#s-a2389fa4-eafe-4aa0-9851-1eb11043c1e4 {
  margin-left: 5%;
margin-right: 5%;
}

#s-a2389fa4-eafe-4aa0-9851-1eb11043c1e4 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(165, 165, 165, 1);
}

#s-812b78d5-d9aa-4473-b88b-a063e77918a7 {
  min-height: 50px;
}








#s-812b78d5-d9aa-4473-b88b-a063e77918a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-812b78d5-d9aa-4473-b88b-a063e77918a7.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-ea464b68-38cb-4918-933f-e9019f46a98e {
  min-height: 50px;
}








#s-ea464b68-38cb-4918-933f-e9019f46a98e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea464b68-38cb-4918-933f-e9019f46a98e.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-1a73b9d8-87b4-49ea-b017-f352668b480b {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}








#s-1a73b9d8-87b4-49ea-b017-f352668b480b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a73b9d8-87b4-49ea-b017-f352668b480b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-74516fa3-b038-4834-8517-78551145ded8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74516fa3-b038-4834-8517-78551145ded8 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c6c83e52-27df-4e68-956b-883dfbe67d6b {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

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

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

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-e5baf233-3233-4047-8503-f9b0d9639657 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c20c1f55-4b48-4c30-be57-07f38fefda99"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b10d36e3-83ea-49f7-841d-b9dfa814c7c7 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-b10d36e3-83ea-49f7-841d-b9dfa814c7c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b10d36e3-83ea-49f7-841d-b9dfa814c7c7.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-8e98c682-d390-4647-b834-dda1ffce1df2 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-color: rgba(161, 161, 161, 1);
}








#s-8e98c682-d390-4647-b834-dda1ffce1df2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e98c682-d390-4647-b834-dda1ffce1df2.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-04bd9180-bcba-4286-a434-7320fc7b792b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-04bd9180-bcba-4286-a434-7320fc7b792b .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a3d58496-ab15-4184-ad42-08caf86c1015 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-a3d58496-ab15-4184-ad42-08caf86c1015 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3d58496-ab15-4184-ad42-08caf86c1015.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-aaf90d46-1eaf-49ef-ba3f-44149c1bb1a4 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-color: rgba(161, 161, 161, 1);
}








#s-aaf90d46-1eaf-49ef-ba3f-44149c1bb1a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aaf90d46-1eaf-49ef-ba3f-44149c1bb1a4.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-5e3cfad2-52a1-417e-abf3-1d6892a84ded {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5e3cfad2-52a1-417e-abf3-1d6892a84ded .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3b6224e8-94f1-43f7-9998-12ca1a086128 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-3b6224e8-94f1-43f7-9998-12ca1a086128 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b6224e8-94f1-43f7-9998-12ca1a086128.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-54b343c5-00f8-4993-b2e2-4fea07cf4fb4 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-color: rgba(161, 161, 161, 1);
}








#s-54b343c5-00f8-4993-b2e2-4fea07cf4fb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54b343c5-00f8-4993-b2e2-4fea07cf4fb4.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-f3674adf-e6b7-4993-938b-e1224933d045 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f3674adf-e6b7-4993-938b-e1224933d045 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7a28b71c-6f86-4479-b9d9-f4d5ebf672d3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-89d74d81-360b-426a-9498-750ad643d128 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-89d74d81-360b-426a-9498-750ad643d128 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89d74d81-360b-426a-9498-750ad643d128 {
  cursor: pointer;
}#s-89d74d81-360b-426a-9498-750ad643d128.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-e323b42c-88df-4aaa-9f96-71816fde5e8e {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center center;
}








#s-e323b42c-88df-4aaa-9f96-71816fde5e8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e323b42c-88df-4aaa-9f96-71816fde5e8e.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-deda6a3e-27fe-468f-9339-d02983b670b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-deda6a3e-27fe-468f-9339-d02983b670b1 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b75c859a-2fd8-4c30-83d0-fa757d618f91 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-b75c859a-2fd8-4c30-83d0-fa757d618f91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b75c859a-2fd8-4c30-83d0-fa757d618f91 {
  cursor: pointer;
}#s-b75c859a-2fd8-4c30-83d0-fa757d618f91.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-ad5c1c72-ac34-4fba-9082-bdd33c18ba0b {
  background-image: url(https://i.shgcdn.com/d23c221b-90f7-44b5-9a30-77774e835b46/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center center;
}








#s-ad5c1c72-ac34-4fba-9082-bdd33c18ba0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad5c1c72-ac34-4fba-9082-bdd33c18ba0b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-bbca354e-4bb8-4146-a3cc-fe83a0b1d06a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bbca354e-4bb8-4146-a3cc-fe83a0b1d06a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-81672d79-849c-4926-b040-aa527c4908e6 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-81672d79-849c-4926-b040-aa527c4908e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81672d79-849c-4926-b040-aa527c4908e6 {
  cursor: pointer;
}#s-81672d79-849c-4926-b040-aa527c4908e6.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-7c6dbc2e-eabc-4e3e-9848-6a131e4fa1bf {
  background-image: url(https://i.shgcdn.com/4275fd7d-8c99-4663-b6e3-d7d9f97cf2fb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center center;
}








#s-7c6dbc2e-eabc-4e3e-9848-6a131e4fa1bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c6dbc2e-eabc-4e3e-9848-6a131e4fa1bf.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-1885112f-519a-434f-abd4-d5c9c94a8d66 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1885112f-519a-434f-abd4-d5c9c94a8d66 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3e8145a1-c1e4-4a31-8765-285088967a6b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7139ff18-2783-4374-9387-ab8461b2df3d {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-7139ff18-2783-4374-9387-ab8461b2df3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7139ff18-2783-4374-9387-ab8461b2df3d {
  cursor: pointer;
}#s-7139ff18-2783-4374-9387-ab8461b2df3d.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-77fd9c17-fd34-4572-b607-c5ced2465206 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center bottom;
}








#s-77fd9c17-fd34-4572-b607-c5ced2465206 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77fd9c17-fd34-4572-b607-c5ced2465206.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-b657ef43-74c8-4723-a98e-5eda69f536a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b657ef43-74c8-4723-a98e-5eda69f536a6 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-cbf135c9-ad64-474a-8335-3e51c3de7f63 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-cbf135c9-ad64-474a-8335-3e51c3de7f63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbf135c9-ad64-474a-8335-3e51c3de7f63 {
  cursor: pointer;
}#s-cbf135c9-ad64-474a-8335-3e51c3de7f63.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-2d891829-8f1d-4b0b-a1ea-5c960af5be01 {
  background-image: url(https://i.shgcdn.com/42b100bd-8719-4769-b297-c4f8b5f8c967/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center center;
}








#s-2d891829-8f1d-4b0b-a1ea-5c960af5be01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d891829-8f1d-4b0b-a1ea-5c960af5be01.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-e13d9497-7b1e-438f-afff-a0b373cdd9a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e13d9497-7b1e-438f-afff-a0b373cdd9a8 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-590cc674-e998-4d8c-9826-a7e0ca8b7185 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-590cc674-e998-4d8c-9826-a7e0ca8b7185 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-590cc674-e998-4d8c-9826-a7e0ca8b7185 {
  cursor: pointer;
}#s-590cc674-e998-4d8c-9826-a7e0ca8b7185.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-5458541f-a104-4956-8cff-68bd78835a63 {
  background-image: url(https://i.shgcdn.com/ac7caf13-73fe-4697-ab9d-eb2160c6136b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center center;
}








#s-5458541f-a104-4956-8cff-68bd78835a63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5458541f-a104-4956-8cff-68bd78835a63.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-71f35f58-0611-43ee-b89c-856fcf9b0463 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-71f35f58-0611-43ee-b89c-856fcf9b0463 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e65c97fa-b5a7-4e4a-8e79-fee057430396"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-44f916bb-b4ef-40b0-94fd-df57b76f38ea {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-44f916bb-b4ef-40b0-94fd-df57b76f38ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44f916bb-b4ef-40b0-94fd-df57b76f38ea {
  cursor: pointer;
}#s-44f916bb-b4ef-40b0-94fd-df57b76f38ea.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-c37258d1-95a8-49fb-a8d6-f863ef563673 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center bottom;
}








#s-c37258d1-95a8-49fb-a8d6-f863ef563673 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c37258d1-95a8-49fb-a8d6-f863ef563673.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-5ede99f3-a655-4d58-a28e-d937447ae016 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5ede99f3-a655-4d58-a28e-d937447ae016 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-bfce692f-1948-4744-b0c1-5c810eb5d150 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-bfce692f-1948-4744-b0c1-5c810eb5d150 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfce692f-1948-4744-b0c1-5c810eb5d150 {
  cursor: pointer;
}#s-bfce692f-1948-4744-b0c1-5c810eb5d150.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-ac0f922c-76ee-4367-a400-034746ef1757 {
  background-image: url(https://i.shgcdn.com/3a515508-705a-4718-8a94-736e43ec20b4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center top;
}








#s-ac0f922c-76ee-4367-a400-034746ef1757 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac0f922c-76ee-4367-a400-034746ef1757.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-5bb6467d-cfb5-4d00-81bc-3fa17640ec23 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5bb6467d-cfb5-4d00-81bc-3fa17640ec23 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e00a5c63-1e3e-459a-b346-7938fb045d21 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-e00a5c63-1e3e-459a-b346-7938fb045d21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e00a5c63-1e3e-459a-b346-7938fb045d21 {
  cursor: pointer;
}#s-e00a5c63-1e3e-459a-b346-7938fb045d21.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-3b2dfc89-545c-4c44-9b7b-49d11742bea7 {
  background-image: url(https://i.shgcdn.com/364070ce-9b3f-4461-bbf9-0731806377bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center center;
}








#s-3b2dfc89-545c-4c44-9b7b-49d11742bea7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b2dfc89-545c-4c44-9b7b-49d11742bea7.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-4e09654e-638e-4f82-9763-ce4ae196c18c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4e09654e-638e-4f82-9763-ce4ae196c18c .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-02186409-df02-48b8-8d65-e0001b774791"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-60880ab4-1599-47e3-b077-55a024d476e0 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-60880ab4-1599-47e3-b077-55a024d476e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60880ab4-1599-47e3-b077-55a024d476e0 {
  cursor: pointer;
}#s-60880ab4-1599-47e3-b077-55a024d476e0.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-f684295a-748f-45f9-933b-e76486565899 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center center;
}








#s-f684295a-748f-45f9-933b-e76486565899 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f684295a-748f-45f9-933b-e76486565899.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-c2fd87d0-3e60-4858-9f02-978c3f9e183f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c2fd87d0-3e60-4858-9f02-978c3f9e183f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b9d2b53e-831f-4dec-9b9a-acc66cde4a40 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-b9d2b53e-831f-4dec-9b9a-acc66cde4a40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9d2b53e-831f-4dec-9b9a-acc66cde4a40 {
  cursor: pointer;
}#s-b9d2b53e-831f-4dec-9b9a-acc66cde4a40.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-277f6120-e741-40f4-9dc0-170d15dc3084 {
  background-image: url(https://i.shgcdn.com/5c1ee1fa-2af3-4c79-9194-13228f3b27c3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center center;
}








#s-277f6120-e741-40f4-9dc0-170d15dc3084 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-277f6120-e741-40f4-9dc0-170d15dc3084.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-694bacc2-7ad6-4b74-9091-ac53e4abae2a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-694bacc2-7ad6-4b74-9091-ac53e4abae2a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-747d8cd8-d623-425e-a8e1-09967fdc149f {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-747d8cd8-d623-425e-a8e1-09967fdc149f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-747d8cd8-d623-425e-a8e1-09967fdc149f {
  cursor: pointer;
}#s-747d8cd8-d623-425e-a8e1-09967fdc149f.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-289b1642-8fe7-4ae8-ac9d-9e9abd19aa98 {
  background-image: url(https://i.shgcdn.com/6f2ab287-62ef-48c1-bb41-0268532c0026/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center center;
}








#s-289b1642-8fe7-4ae8-ac9d-9e9abd19aa98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-289b1642-8fe7-4ae8-ac9d-9e9abd19aa98.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-7c783a72-643a-4ec5-9766-3f3795173728 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7c783a72-643a-4ec5-9766-3f3795173728 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7ecc4841-5202-448a-a16e-35260a688afa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8e27b2f9-aca1-4184-8521-79642ae5c5b9 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-8e27b2f9-aca1-4184-8521-79642ae5c5b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e27b2f9-aca1-4184-8521-79642ae5c5b9 {
  cursor: pointer;
}#s-8e27b2f9-aca1-4184-8521-79642ae5c5b9.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-ddb51904-44c3-4049-82ad-9f3b84790327 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center center;
}








#s-ddb51904-44c3-4049-82ad-9f3b84790327 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddb51904-44c3-4049-82ad-9f3b84790327.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-132471a3-ac1c-4e28-aa47-40d13d4f70a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-132471a3-ac1c-4e28-aa47-40d13d4f70a6 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-41e693f1-51ca-4e6d-8a3c-c7c17e0f08b6 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-41e693f1-51ca-4e6d-8a3c-c7c17e0f08b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41e693f1-51ca-4e6d-8a3c-c7c17e0f08b6 {
  cursor: pointer;
}#s-41e693f1-51ca-4e6d-8a3c-c7c17e0f08b6.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-15c8b0b9-bfd2-4b94-ad87-c8c2db4bb20b {
  background-image: url(https://i.shgcdn.com/e3818324-e32e-46a0-accd-8bd2abfbb7cf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center center;
}








#s-15c8b0b9-bfd2-4b94-ad87-c8c2db4bb20b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15c8b0b9-bfd2-4b94-ad87-c8c2db4bb20b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-61f2fca7-bde7-4f7b-8632-954119e98b99 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-61f2fca7-bde7-4f7b-8632-954119e98b99 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b7b3f985-a02f-4190-ae49-223abf957974 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-b7b3f985-a02f-4190-ae49-223abf957974 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7b3f985-a02f-4190-ae49-223abf957974 {
  cursor: pointer;
}#s-b7b3f985-a02f-4190-ae49-223abf957974.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-897df599-a22a-4303-a923-64faa7e33885 {
  background-image: url(https://i.shgcdn.com/9203ff15-d5d0-4202-9d7e-e8f95ea99438/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-bottom: 2%;
min-height: 200px;
background-position: center center;
}








#s-897df599-a22a-4303-a923-64faa7e33885 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-897df599-a22a-4303-a923-64faa7e33885.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-72d09123-eb17-41b3-89f7-53c20df76cde {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-72d09123-eb17-41b3-89f7-53c20df76cde .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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