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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-f7890d71-b85c-4cc1-a54b-6db7f75d740e {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}




  #s-f7890d71-b85c-4cc1-a54b-6db7f75d740e img.shogun-image {
    
    width: px;
  }


#s-f7890d71-b85c-4cc1-a54b-6db7f75d740e .shogun-image-content {
  
    align-items: center;
  
}

#s-408d9a13-023c-4734-b12d-d7ec13299a2e {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-408d9a13-023c-4734-b12d-d7ec13299a2e hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-5849da34-9a46-4bb9-a914-395c75aa5cc6 {
  margin-left: 10px;
margin-right: 10px;
}

#s-20fbfb11-1972-4c27-834e-23b74463e389 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-20fbfb11-1972-4c27-834e-23b74463e389 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-ec805f0b-7879-46b5-8cf3-7174f9199290 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ec805f0b-7879-46b5-8cf3-7174f9199290:hover {background-color: rgba(255, 72, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ec805f0b-7879-46b5-8cf3-7174f9199290:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ec805f0b-7879-46b5-8cf3-7174f9199290.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bd4d927b-b5c7-4d3c-8d41-befe4bf70125 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-bd4d927b-b5c7-4d3c-8d41-befe4bf70125 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-4e2b7f66-98d2-471d-9955-f80555bc66ad {
  margin-left: 10px;
margin-right: 10px;
}

#s-3cd55bb5-26b6-42b1-a35f-7f774e1c2639 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-3cd55bb5-26b6-42b1-a35f-7f774e1c2639 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

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

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

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

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

#s-7a22b245-11da-4f26-ab3f-cc6923f7cce8 {
  margin-left: 10%;
margin-right: 10%;
}

#s-747d8a46-465d-480d-ad7e-af65bc0a0d51 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-747d8a46-465d-480d-ad7e-af65bc0a0d51 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-850e042c-2136-4984-afe9-7c9288e922f6 {
  margin-left: 10px;
margin-right: 10px;
}

#s-65a12b10-0410-4433-8871-7ccdf75cc145 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-65a12b10-0410-4433-8871-7ccdf75cc145 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5b3d004f-16e1-438f-a7a8-cae505444e1d hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-467f2ff1-6e3f-4baf-8dfc-40d9a03d943d {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-467f2ff1-6e3f-4baf-8dfc-40d9a03d943d hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-1bcdfe2c-d865-46e9-9731-b8639119876c {
  margin-left: 10px;
margin-right: 10px;
}

#s-41b931c3-d642-49d2-afd3-dd0ba6ef8d79 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-41b931c3-d642-49d2-afd3-dd0ba6ef8d79 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-c6686cf9-2e75-41da-b996-805a2bc50967 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}

#s-338c0bb7-1d6c-404f-91d6-9429a29f6628 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-338c0bb7-1d6c-404f-91d6-9429a29f6628 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5f7d97ae-dc14-4ff4-b302-9c2da001f2cc {
  margin-left: 10px;
margin-right: 10px;
}

#s-1530ee72-46c5-4491-b751-75dbc3752529 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1530ee72-46c5-4491-b751-75dbc3752529 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-0f13319d-f2c8-4ff4-ba11-d4ed3f31fda5 {
  margin-left: 10px;
margin-right: 10px;
}

#s-34084b19-3ab9-4bc5-8a57-7ec90038c187 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-34084b19-3ab9-4bc5-8a57-7ec90038c187 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-80356710-3a4c-4ee5-9472-22ef0d6eb6f3 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}

#s-cd74baa0-771a-41d6-b58c-c822f5f3c58d {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-cd74baa0-771a-41d6-b58c-c822f5f3c58d hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-1061b095-d5a8-4b85-acd3-f15b91fb20b1 {
  margin-left: 10px;
margin-right: 10px;
}

#s-921d27a2-43fd-4f9f-a95c-78030a37a63d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-921d27a2-43fd-4f9f-a95c-78030a37a63d hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-85b02484-c568-47d3-83d2-fad0c7d8cf80 {
  margin-left: 10px;
margin-right: 10px;
}

#s-9affd526-aad1-4bc1-ac57-354302e43122 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-9affd526-aad1-4bc1-ac57-354302e43122 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b649e195-09f0-4454-93bb-1baaa4c9bf51 {
  margin-left: 10px;
margin-right: 10px;
}

#s-84f41e09-c92c-444e-bf93-70e1b18467c3 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-84f41e09-c92c-444e-bf93-70e1b18467c3 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-4d5d5fc1-c574-4714-a8ad-02d44d8960e6 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-a9dc1ea8-46f2-416a-a24f-29374124adaf {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-a9dc1ea8-46f2-416a-a24f-29374124adaf hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-16b7c1cb-fb17-45ac-971e-4500c360a197 {
  margin-left: 10px;
margin-right: 10px;
}

#s-221b4059-8fc9-43b9-aaad-1eb617740683 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-221b4059-8fc9-43b9-aaad-1eb617740683 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-efd0894d-a746-48f7-8ee8-ea0f3ae9562b {
  margin-left: 10px;
margin-right: 10px;
}

#s-0df583dd-e051-4556-8b9f-1aafa3cad2a4 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 {
  text-align: left;
}


.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 {
  max-width: 100%;
}

.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 .shg-image-zoom,
.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 {
  max-width: 100%;
}

.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 .shg-image-zoom,
.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 {
  max-width: 100%;
}

.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 .shg-image-zoom,
.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 {
  max-width: 100%;
}

.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 .shg-image-zoom,
.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 {
  max-width: 100%;
}

.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 .shg-image-zoom,
.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 {
  max-width: 100%;
}

.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 .shg-image-zoom,
.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1843d2db-6ea8-4773-8824-66b8e05e4eb5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


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

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

#s-f394bf92-0eef-4c72-a7a7-61e1860d170b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f394bf92-0eef-4c72-a7a7-61e1860d170b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-eb9cb6d3-5a10-4ce8-9c61-d379cf9afaf8 {
  text-align: center;
}

#s-eb9cb6d3-5a10-4ce8-9c61-d379cf9afaf8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-eb9cb6d3-5a10-4ce8-9c61-d379cf9afaf8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-eb9cb6d3-5a10-4ce8-9c61-d379cf9afaf8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

#s-807e589c-34fb-4096-95f7-3cbdc8b6f806 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-807e589c-34fb-4096-95f7-3cbdc8b6f806:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-807e589c-34fb-4096-95f7-3cbdc8b6f806:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-807e589c-34fb-4096-95f7-3cbdc8b6f806 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-807e589c-34fb-4096-95f7-3cbdc8b6f806.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-807e589c-34fb-4096-95f7-3cbdc8b6f806.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-807e589c-34fb-4096-95f7-3cbdc8b6f806.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7ef66bd2-a4c6-4414-aa9f-6b208a1e3782 {
  display: none;
}
#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 {
  text-align: left;
}


.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 {
  max-width: 100%;
}

.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 .shg-image-zoom,
.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 {
  max-width: 100%;
}

.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 .shg-image-zoom,
.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 {
  max-width: 100%;
}

.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 .shg-image-zoom,
.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 {
  max-width: 100%;
}

.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 .shg-image-zoom,
.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 {
  max-width: 100%;
}

.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 .shg-image-zoom,
.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 {
  max-width: 100%;
}

.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 .shg-image-zoom,
.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2f4d987b-ff49-4820-b08d-ebb0626cd107 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-0a59cd69-9b15-40ef-a857-4935e9d72600 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a59cd69-9b15-40ef-a857-4935e9d72600 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-80d8ffe5-24d7-4fc9-b9de-0fc714183ca3 {
  text-align: center;
}

#s-80d8ffe5-24d7-4fc9-b9de-0fc714183ca3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-80d8ffe5-24d7-4fc9-b9de-0fc714183ca3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-80d8ffe5-24d7-4fc9-b9de-0fc714183ca3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-674f0179-2ed9-48d9-9409-b2604caf26f1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-674f0179-2ed9-48d9-9409-b2604caf26f1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-674f0179-2ed9-48d9-9409-b2604caf26f1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-674f0179-2ed9-48d9-9409-b2604caf26f1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-674f0179-2ed9-48d9-9409-b2604caf26f1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-674f0179-2ed9-48d9-9409-b2604caf26f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-674f0179-2ed9-48d9-9409-b2604caf26f1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9bc4d5ad-e99b-4bac-af00-2f1a2a0f5ea6 {
  display: none;
}
#s-298d9ce7-7af3-4b26-92c7-765937668c43 {
  text-align: left;
}


.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 {
  max-width: 100%;
}

.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 .shg-image-zoom,
.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 {
  max-width: 100%;
}

.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 .shg-image-zoom,
.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 {
  max-width: 100%;
}

.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 .shg-image-zoom,
.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 {
  max-width: 100%;
}

.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 .shg-image-zoom,
.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 {
  max-width: 100%;
}

.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 .shg-image-zoom,
.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 {
  max-width: 100%;
}

.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 .shg-image-zoom,
.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-298d9ce7-7af3-4b26-92c7-765937668c43 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-721981a8-b30a-4e58-9ee1-aac49b4057b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-721981a8-b30a-4e58-9ee1-aac49b4057b6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-894e3d54-e835-4f88-9029-f12eb3592193 {
  text-align: center;
}

#s-894e3d54-e835-4f88-9029-f12eb3592193 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-894e3d54-e835-4f88-9029-f12eb3592193 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-894e3d54-e835-4f88-9029-f12eb3592193 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5bf0a6bc-454f-4d72-a495-e229dde6d5c0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5bf0a6bc-454f-4d72-a495-e229dde6d5c0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5bf0a6bc-454f-4d72-a495-e229dde6d5c0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5bf0a6bc-454f-4d72-a495-e229dde6d5c0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5bf0a6bc-454f-4d72-a495-e229dde6d5c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5bf0a6bc-454f-4d72-a495-e229dde6d5c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5bf0a6bc-454f-4d72-a495-e229dde6d5c0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a44bed04-2ce6-4ace-8d30-31c8f2b00332 {
  display: none;
}
#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e {
  text-align: left;
}


.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e {
  max-width: 100%;
}

.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e .shg-image-zoom,
.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e {
  max-width: 100%;
}

.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e .shg-image-zoom,
.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e {
  max-width: 100%;
}

.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e .shg-image-zoom,
.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e {
  max-width: 100%;
}

.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e .shg-image-zoom,
.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e {
  max-width: 100%;
}

.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e .shg-image-zoom,
.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e {
  max-width: 100%;
}

.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e .shg-image-zoom,
.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd2f8636-f6ee-4951-8b7c-99a2a7d3995e .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-589b00af-ed92-4978-a9a3-5b0dc6a10b19 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-589b00af-ed92-4978-a9a3-5b0dc6a10b19 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b35b3846-b46c-422b-8856-f9b71d474152 {
  text-align: center;
}

#s-b35b3846-b46c-422b-8856-f9b71d474152 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b35b3846-b46c-422b-8856-f9b71d474152 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b35b3846-b46c-422b-8856-f9b71d474152 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8dddf09e-d66f-4fe9-9b0f-b184341e82ff {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8dddf09e-d66f-4fe9-9b0f-b184341e82ff:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8dddf09e-d66f-4fe9-9b0f-b184341e82ff:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8dddf09e-d66f-4fe9-9b0f-b184341e82ff {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8dddf09e-d66f-4fe9-9b0f-b184341e82ff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8dddf09e-d66f-4fe9-9b0f-b184341e82ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8dddf09e-d66f-4fe9-9b0f-b184341e82ff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-990d3c85-f057-4ee9-b2e0-8e61ee935660 {
  display: none;
}
#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e {
  text-align: left;
}


.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e {
  max-width: 100%;
}

.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e .shg-image-zoom,
.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e {
  max-width: 100%;
}

.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e .shg-image-zoom,
.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e {
  max-width: 100%;
}

.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e .shg-image-zoom,
.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e {
  max-width: 100%;
}

.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e .shg-image-zoom,
.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e {
  max-width: 100%;
}

.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e .shg-image-zoom,
.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e {
  max-width: 100%;
}

.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e .shg-image-zoom,
.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c4b10ea-ac3c-4b50-b1a0-55948c5fc44e .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-972f1efd-9e33-4219-9fba-325b02628596 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-972f1efd-9e33-4219-9fba-325b02628596 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-007d59ab-6540-4a67-866a-0a9d303dcce9 {
  text-align: center;
}

#s-007d59ab-6540-4a67-866a-0a9d303dcce9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-007d59ab-6540-4a67-866a-0a9d303dcce9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-007d59ab-6540-4a67-866a-0a9d303dcce9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-74ac0733-5098-45c9-b0ee-32f2f9b7de6f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-74ac0733-5098-45c9-b0ee-32f2f9b7de6f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-74ac0733-5098-45c9-b0ee-32f2f9b7de6f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-74ac0733-5098-45c9-b0ee-32f2f9b7de6f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-74ac0733-5098-45c9-b0ee-32f2f9b7de6f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-74ac0733-5098-45c9-b0ee-32f2f9b7de6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-74ac0733-5098-45c9-b0ee-32f2f9b7de6f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c163a38f-ef45-4c75-a3d4-1f2c20260b4c {
  display: none;
}
#s-cf96effc-ae50-422d-95d2-f81514630af0 {
  text-align: left;
}


.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 {
  max-width: 100%;
}

.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 .shg-image-zoom,
.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 {
  max-width: 100%;
}

.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 .shg-image-zoom,
.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 {
  max-width: 100%;
}

.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 .shg-image-zoom,
.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 {
  max-width: 100%;
}

.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 .shg-image-zoom,
.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 {
  max-width: 100%;
}

.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 .shg-image-zoom,
.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 {
  max-width: 100%;
}

.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 .shg-image-zoom,
.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cf96effc-ae50-422d-95d2-f81514630af0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-cca223e8-cdfc-4bd4-b651-e7b4b7e8debb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cca223e8-cdfc-4bd4-b651-e7b4b7e8debb .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-10e5b4d6-3eec-4e64-932e-82f89d0cf781 {
  text-align: center;
}

#s-10e5b4d6-3eec-4e64-932e-82f89d0cf781 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-10e5b4d6-3eec-4e64-932e-82f89d0cf781 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-10e5b4d6-3eec-4e64-932e-82f89d0cf781 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-26e305a2-d4a8-4bd2-b22b-d9df4b9af293 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-26e305a2-d4a8-4bd2-b22b-d9df4b9af293:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-26e305a2-d4a8-4bd2-b22b-d9df4b9af293:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-26e305a2-d4a8-4bd2-b22b-d9df4b9af293 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-26e305a2-d4a8-4bd2-b22b-d9df4b9af293.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-26e305a2-d4a8-4bd2-b22b-d9df4b9af293.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-26e305a2-d4a8-4bd2-b22b-d9df4b9af293.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c0d30b00-cbcf-4f76-bb90-91223d8e1af9 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-c0d30b00-cbcf-4f76-bb90-91223d8e1af9 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5ee98506-f106-464b-8184-caa19f5e0754 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-5ee98506-f106-464b-8184-caa19f5e0754:hover {background-color: rgba(255, 72, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5ee98506-f106-464b-8184-caa19f5e0754:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5ee98506-f106-464b-8184-caa19f5e0754.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e3662c9e-68d6-41fb-adaa-4269cb867f5e {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-e3662c9e-68d6-41fb-adaa-4269cb867f5e hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b4874b8b-0e13-4693-8920-3188f84b359b hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-9966746e-a141-403f-bb19-308e6fa3c1dd {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-9966746e-a141-403f-bb19-308e6fa3c1dd hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-f271c521-ef72-45dc-bbd1-f7c03c53bfc2 {
  margin-left: 10px;
margin-right: 10px;
}

#s-55487461-5fd7-4d7c-85a2-d36f92d30b2e {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-55487461-5fd7-4d7c-85a2-d36f92d30b2e hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a5d490a9-9af8-4037-b2a3-c51b3791866b {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}

#s-6a605939-cf2f-47dd-8371-f3635fc9ed52 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-6a605939-cf2f-47dd-8371-f3635fc9ed52 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-742648b9-bbd1-454d-8ef6-e4f9311bd326 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-742648b9-bbd1-454d-8ef6-e4f9311bd326:hover {background-color: rgba(255, 72, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-742648b9-bbd1-454d-8ef6-e4f9311bd326:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-742648b9-bbd1-454d-8ef6-e4f9311bd326.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-85d2a649-8ca7-46a8-a8ea-af06e79859cd {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-85d2a649-8ca7-46a8-a8ea-af06e79859cd hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b3afc70d-8e04-40d0-a877-8f5eb3a6822c hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-05054bc3-7928-4360-9d74-fd6e0bd66729 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-05054bc3-7928-4360-9d74-fd6e0bd66729 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5e19ec1a-e19d-465a-93af-80853504c445 {
  margin-left: 10px;
margin-right: 10px;
}

#s-ba1dc949-1754-487a-8f31-e25399f6a9b6 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-ba1dc949-1754-487a-8f31-e25399f6a9b6 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-ce94c3ca-1330-4184-b80b-aa93b4ba84e5 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}

#s-44f2c0dc-c9e8-4929-b8d3-5b2d6aef8a30 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-44f2c0dc-c9e8-4929-b8d3-5b2d6aef8a30 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-feda547b-52b4-4333-81c4-3c53f80f7cc8 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-feda547b-52b4-4333-81c4-3c53f80f7cc8 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-feda547b-52b4-4333-81c4-3c53f80f7cc8 .shg-sld-nav-button.shg-sld-left,
#s-feda547b-52b4-4333-81c4-3c53f80f7cc8 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

@media (min-width: 0px) {
[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-596fe4e7-e58e-4afb-a1f2-2f4ddb40502e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b501c4ee-226b-4067-8426-f3ea10267765 {
  text-align: center;
}




  #s-b501c4ee-226b-4067-8426-f3ea10267765 img.shogun-image {
    
    width: px;
  }


#s-b501c4ee-226b-4067-8426-f3ea10267765 .shogun-image-content {
  
    align-items: center;
  
}

#s-24631e1f-338f-4a04-9730-696e6472c3fe hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-85f66912-1a0d-4fbe-8341-79e29b6545e8 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-7df88439-6dbf-4e56-ab9a-aec55e06d1ca {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7df88439-6dbf-4e56-ab9a-aec55e06d1ca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7df88439-6dbf-4e56-ab9a-aec55e06d1ca:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7df88439-6dbf-4e56-ab9a-aec55e06d1ca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5b0646d6-8290-4742-9ec8-145ad361b37b {
  text-align: center;
}




  #s-5b0646d6-8290-4742-9ec8-145ad361b37b img.shogun-image {
    
    width: px;
  }


#s-5b0646d6-8290-4742-9ec8-145ad361b37b .shogun-image-content {
  
    align-items: center;
  
}

#s-0bedbe53-27a6-47e4-9c4a-2340c876e29c hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-755d084f-72c7-46a2-a897-c716c624780e hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-060afa83-680e-4cda-9ba3-1f6cff4f6b3f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-060afa83-680e-4cda-9ba3-1f6cff4f6b3f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-060afa83-680e-4cda-9ba3-1f6cff4f6b3f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-060afa83-680e-4cda-9ba3-1f6cff4f6b3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-08efe39d-7e90-436b-ac35-2a8953c64f43 {
  text-align: center;
}




  #s-08efe39d-7e90-436b-ac35-2a8953c64f43 img.shogun-image {
    
    width: px;
  }


#s-08efe39d-7e90-436b-ac35-2a8953c64f43 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ccf40f2-ab27-4454-ac82-e2db8d529229 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b2a6f601-bd84-48d6-9b4c-d39c0828972b hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-4a29628a-dd81-46a9-82e5-5c5e678eaa53 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-4a29628a-dd81-46a9-82e5-5c5e678eaa53:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4a29628a-dd81-46a9-82e5-5c5e678eaa53:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4a29628a-dd81-46a9-82e5-5c5e678eaa53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-71c162b2-340c-4a33-97c2-325bee1a8cc0 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c86a3f39-3bd2-4df3-a654-4c5144f0170b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-28088afd-c0a6-41aa-8b67-a6f809548b45 {
  text-align: center;
}




  #s-28088afd-c0a6-41aa-8b67-a6f809548b45 img.shogun-image {
    
    width: px;
  }


#s-28088afd-c0a6-41aa-8b67-a6f809548b45 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6bd2af4-5876-49de-9c97-7549e5c2ce73 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-b6bd2af4-5876-49de-9c97-7549e5c2ce73 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-c7f3a20d-b43b-442f-a1e6-51db6acd214e {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-c7f3a20d-b43b-442f-a1e6-51db6acd214e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-1117c7c9-a945-43dd-a5ef-b2c73ae90b3b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1117c7c9-a945-43dd-a5ef-b2c73ae90b3b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1117c7c9-a945-43dd-a5ef-b2c73ae90b3b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1117c7c9-a945-43dd-a5ef-b2c73ae90b3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e0682b76-7ab6-4f07-b07c-402d8a552e36 {
  text-align: center;
}




  #s-e0682b76-7ab6-4f07-b07c-402d8a552e36 img.shogun-image {
    
    width: px;
  }


#s-e0682b76-7ab6-4f07-b07c-402d8a552e36 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c783cf0-80bc-4ec1-a4a0-4b27928781c6 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-1c783cf0-80bc-4ec1-a4a0-4b27928781c6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-a88a99aa-5a32-4768-a042-5c38092608a0 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-a88a99aa-5a32-4768-a042-5c38092608a0 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-ad6bcd08-9b35-4ae1-a931-b17d4dc42d87 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ad6bcd08-9b35-4ae1-a931-b17d4dc42d87:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ad6bcd08-9b35-4ae1-a931-b17d4dc42d87:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ad6bcd08-9b35-4ae1-a931-b17d4dc42d87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d95c835b-45e4-412c-a3fd-12b2f7a09639 {
  text-align: center;
}




  #s-d95c835b-45e4-412c-a3fd-12b2f7a09639 img.shogun-image {
    
    width: px;
  }


#s-d95c835b-45e4-412c-a3fd-12b2f7a09639 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b582597-6296-4f2a-bada-2a0a51ab226a {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-3b582597-6296-4f2a-bada-2a0a51ab226a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-9a7fa204-8941-46f3-855e-7f360c1a09ea {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-9a7fa204-8941-46f3-855e-7f360c1a09ea hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-cca931a8-86be-4e40-9b98-5f32f546cfda {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-cca931a8-86be-4e40-9b98-5f32f546cfda:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cca931a8-86be-4e40-9b98-5f32f546cfda:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cca931a8-86be-4e40-9b98-5f32f546cfda.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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