.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

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

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

#s-47badfc7-dbaa-4c33-80e5-08542e5ab3e9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-47badfc7-dbaa-4c33-80e5-08542e5ab3e9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47badfc7-dbaa-4c33-80e5-08542e5ab3e9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-47badfc7-dbaa-4c33-80e5-08542e5ab3e9 {
  
}
}@media (max-width: 767px){#s-47badfc7-dbaa-4c33-80e5-08542e5ab3e9 {
  
}
}







#s-47badfc7-dbaa-4c33-80e5-08542e5ab3e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47badfc7-dbaa-4c33-80e5-08542e5ab3e9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8800f455-cc6f-467e-b6bb-6beabf41eeb8 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(58, 62, 66, 1);
}








#s-8800f455-cc6f-467e-b6bb-6beabf41eeb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8800f455-cc6f-467e-b6bb-6beabf41eeb8.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-4154cf5e-6ee8-4850-9eae-9402319d81f7 {
  margin-top: 40px;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
}

/*
  $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-eac00846-f850-4448-8ac0-f0f64c126e60 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
max-width: 1200px;
text-align: left;
}

#s-61d591c4-c168-4903-9dfd-85f2fae61cd6 {
  margin-left: 10%;
margin-right: 10%;
}

#s-61d591c4-c168-4903-9dfd-85f2fae61cd6 {
  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-81211818-0c88-4b45-aaba-f9b702ed4df5 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: left;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-81211818-0c88-4b45-aaba-f9b702ed4df5 {
  max-width: 100%;
}

.shg-c#s-81211818-0c88-4b45-aaba-f9b702ed4df5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81211818-0c88-4b45-aaba-f9b702ed4df5 .shg-image-zoom,
.shg-c#s-81211818-0c88-4b45-aaba-f9b702ed4df5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81211818-0c88-4b45-aaba-f9b702ed4df5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-81211818-0c88-4b45-aaba-f9b702ed4df5 {
  max-width: 100%;
}

.shg-c#s-81211818-0c88-4b45-aaba-f9b702ed4df5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81211818-0c88-4b45-aaba-f9b702ed4df5 .shg-image-zoom,
.shg-c#s-81211818-0c88-4b45-aaba-f9b702ed4df5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81211818-0c88-4b45-aaba-f9b702ed4df5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-81211818-0c88-4b45-aaba-f9b702ed4df5 {
  max-width: 100%;
}

.shg-c#s-81211818-0c88-4b45-aaba-f9b702ed4df5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81211818-0c88-4b45-aaba-f9b702ed4df5 .shg-image-zoom,
.shg-c#s-81211818-0c88-4b45-aaba-f9b702ed4df5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81211818-0c88-4b45-aaba-f9b702ed4df5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-81211818-0c88-4b45-aaba-f9b702ed4df5 {
  max-width: 100%;
}

.shg-c#s-81211818-0c88-4b45-aaba-f9b702ed4df5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81211818-0c88-4b45-aaba-f9b702ed4df5 .shg-image-zoom,
.shg-c#s-81211818-0c88-4b45-aaba-f9b702ed4df5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81211818-0c88-4b45-aaba-f9b702ed4df5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-81211818-0c88-4b45-aaba-f9b702ed4df5 {
  max-width: 100%;
}

.shg-c#s-81211818-0c88-4b45-aaba-f9b702ed4df5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81211818-0c88-4b45-aaba-f9b702ed4df5 .shg-image-zoom,
.shg-c#s-81211818-0c88-4b45-aaba-f9b702ed4df5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81211818-0c88-4b45-aaba-f9b702ed4df5 .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-304b07f3-4dd7-4845-9434-6b46438be7ba {
  padding-top: 10px;
padding-bottom: 4px;
text-align: left;
}

#s-304b07f3-4dd7-4845-9434-6b46438be7ba .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b8a731cc-4442-468b-bf10-76bbb14d96dd {
  text-align: left;
}

#s-b8a731cc-4442-468b-bf10-76bbb14d96dd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b8a731cc-4442-468b-bf10-76bbb14d96dd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b8a731cc-4442-468b-bf10-76bbb14d96dd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-7261e577-2204-492c-b4bf-c3d16280866e {
  margin-left: 10%;
margin-right: 10%;
}

#s-7261e577-2204-492c-b4bf-c3d16280866e {
  display: none;
}
#s-0dc61947-7fff-4733-a042-2e30cd192d79 {
  text-align: left;
}


.shg-c#s-0dc61947-7fff-4733-a042-2e30cd192d79 {
  max-width: 100%;
}

.shg-c#s-0dc61947-7fff-4733-a042-2e30cd192d79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0dc61947-7fff-4733-a042-2e30cd192d79 .shg-image-zoom,
.shg-c#s-0dc61947-7fff-4733-a042-2e30cd192d79 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0dc61947-7fff-4733-a042-2e30cd192d79 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0dc61947-7fff-4733-a042-2e30cd192d79 {
  max-width: 100%;
}

.shg-c#s-0dc61947-7fff-4733-a042-2e30cd192d79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0dc61947-7fff-4733-a042-2e30cd192d79 .shg-image-zoom,
.shg-c#s-0dc61947-7fff-4733-a042-2e30cd192d79 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0dc61947-7fff-4733-a042-2e30cd192d79 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0dc61947-7fff-4733-a042-2e30cd192d79 {
  max-width: 100%;
}

.shg-c#s-0dc61947-7fff-4733-a042-2e30cd192d79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0dc61947-7fff-4733-a042-2e30cd192d79 .shg-image-zoom,
.shg-c#s-0dc61947-7fff-4733-a042-2e30cd192d79 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0dc61947-7fff-4733-a042-2e30cd192d79 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0dc61947-7fff-4733-a042-2e30cd192d79 {
  max-width: 100%;
}

.shg-c#s-0dc61947-7fff-4733-a042-2e30cd192d79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0dc61947-7fff-4733-a042-2e30cd192d79 .shg-image-zoom,
.shg-c#s-0dc61947-7fff-4733-a042-2e30cd192d79 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0dc61947-7fff-4733-a042-2e30cd192d79 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0dc61947-7fff-4733-a042-2e30cd192d79 {
  max-width: 100%;
}

.shg-c#s-0dc61947-7fff-4733-a042-2e30cd192d79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0dc61947-7fff-4733-a042-2e30cd192d79 .shg-image-zoom,
.shg-c#s-0dc61947-7fff-4733-a042-2e30cd192d79 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0dc61947-7fff-4733-a042-2e30cd192d79 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-71fe03ab-ebac-4003-a882-497b213a8030 {
  padding-top: 10px;
padding-bottom: 4px;
text-align: left;
}

#s-71fe03ab-ebac-4003-a882-497b213a8030 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-24217ba8-c1dc-4546-9605-63d7339c03b3 {
  text-align: left;
}

#s-24217ba8-c1dc-4546-9605-63d7339c03b3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-24217ba8-c1dc-4546-9605-63d7339c03b3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-24217ba8-c1dc-4546-9605-63d7339c03b3 .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-ed456927-a6eb-434c-83e7-1978c140647f {
  margin-left: 10%;
margin-right: 10%;
}

#s-ed456927-a6eb-434c-83e7-1978c140647f {
  display: none;
}
#s-fb128d8f-3586-4058-b0e1-359e3d28eb81 {
  text-align: left;
}


.shg-c#s-fb128d8f-3586-4058-b0e1-359e3d28eb81 {
  max-width: 100%;
}

.shg-c#s-fb128d8f-3586-4058-b0e1-359e3d28eb81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb128d8f-3586-4058-b0e1-359e3d28eb81 .shg-image-zoom,
.shg-c#s-fb128d8f-3586-4058-b0e1-359e3d28eb81 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb128d8f-3586-4058-b0e1-359e3d28eb81 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fb128d8f-3586-4058-b0e1-359e3d28eb81 {
  max-width: 100%;
}

.shg-c#s-fb128d8f-3586-4058-b0e1-359e3d28eb81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb128d8f-3586-4058-b0e1-359e3d28eb81 .shg-image-zoom,
.shg-c#s-fb128d8f-3586-4058-b0e1-359e3d28eb81 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb128d8f-3586-4058-b0e1-359e3d28eb81 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fb128d8f-3586-4058-b0e1-359e3d28eb81 {
  max-width: 100%;
}

.shg-c#s-fb128d8f-3586-4058-b0e1-359e3d28eb81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb128d8f-3586-4058-b0e1-359e3d28eb81 .shg-image-zoom,
.shg-c#s-fb128d8f-3586-4058-b0e1-359e3d28eb81 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb128d8f-3586-4058-b0e1-359e3d28eb81 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fb128d8f-3586-4058-b0e1-359e3d28eb81 {
  max-width: 100%;
}

.shg-c#s-fb128d8f-3586-4058-b0e1-359e3d28eb81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb128d8f-3586-4058-b0e1-359e3d28eb81 .shg-image-zoom,
.shg-c#s-fb128d8f-3586-4058-b0e1-359e3d28eb81 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb128d8f-3586-4058-b0e1-359e3d28eb81 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fb128d8f-3586-4058-b0e1-359e3d28eb81 {
  max-width: 100%;
}

.shg-c#s-fb128d8f-3586-4058-b0e1-359e3d28eb81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb128d8f-3586-4058-b0e1-359e3d28eb81 .shg-image-zoom,
.shg-c#s-fb128d8f-3586-4058-b0e1-359e3d28eb81 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb128d8f-3586-4058-b0e1-359e3d28eb81 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2ceacd5b-5f04-4a78-a8a7-4fb341a4d465 {
  padding-top: 10px;
padding-bottom: 4px;
text-align: left;
}

#s-2ceacd5b-5f04-4a78-a8a7-4fb341a4d465 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f8ebec2c-91a6-46eb-9ee9-ce34ff27f9d3 {
  text-align: left;
}

#s-f8ebec2c-91a6-46eb-9ee9-ce34ff27f9d3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f8ebec2c-91a6-46eb-9ee9-ce34ff27f9d3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-f8ebec2c-91a6-46eb-9ee9-ce34ff27f9d3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a19d2b60-4fa0-4d3a-b087-f0a7adb78af7 {
  margin-top: 50px;
}

#s-a19d2b60-4fa0-4d3a-b087-f0a7adb78af7 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

.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-38d6f71c-bbab-48b1-bec7-2c97655d87e7 {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
max-width: 900px;
}

#s-44a2fc13-3bc6-4488-845f-f5e31fb18b75 {
  padding-top: 100px;
padding-bottom: 100px;
min-height: 50px;
background-color: rgba(220, 225, 229, 1);
}








#s-44a2fc13-3bc6-4488-845f-f5e31fb18b75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44a2fc13-3bc6-4488-845f-f5e31fb18b75.shg-box.shg-c {
  justify-content: center;
}

#s-9f12043f-bb94-45b1-ae47-067572fa0443 {
  margin-left: auto;
margin-bottom: 75px;
margin-right: auto;
max-width: 600px;
}
@media (max-width: 767px){#s-9f12043f-bb94-45b1-ae47-067572fa0443 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-ed0d470e-e755-467f-b3bd-989f5393c4db {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(220, 225, 229, 1);
}
@media (min-width: 1200px){#s-ed0d470e-e755-467f-b3bd-989f5393c4db {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ed0d470e-e755-467f-b3bd-989f5393c4db {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ed0d470e-e755-467f-b3bd-989f5393c4db {
  
}
}@media (max-width: 767px){#s-ed0d470e-e755-467f-b3bd-989f5393c4db {
  
}
}







#s-ed0d470e-e755-467f-b3bd-989f5393c4db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed0d470e-e755-467f-b3bd-989f5393c4db.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7cc4ecf5-ef86-44b9-a49b-7e62d139bc4a {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7cc4ecf5-ef86-44b9-a49b-7e62d139bc4a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7cc4ecf5-ef86-44b9-a49b-7e62d139bc4a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7cc4ecf5-ef86-44b9-a49b-7e62d139bc4a {
  
}
}@media (max-width: 767px){#s-7cc4ecf5-ef86-44b9-a49b-7e62d139bc4a {
  
}
}







#s-7cc4ecf5-ef86-44b9-a49b-7e62d139bc4a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-7cc4ecf5-ef86-44b9-a49b-7e62d139bc4a.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-7f7c94ad-d743-456d-a683-53a738e29ff0 {
  padding-bottom: 100px;
background-color: rgba(220, 225, 229, 1);
}

@media (min-width: 0px) {
[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-7f7c94ad-d743-456d-a683-53a738e29ff0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-85fd3057-bd6b-4895-82a3-855f46b90459 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-85fd3057-bd6b-4895-82a3-855f46b90459 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85fd3057-bd6b-4895-82a3-855f46b90459.shg-box.shg-c {
  justify-content: center;
}

#s-022c08c7-6cac-4669-bbdd-240e5d358f55 {
  margin-left: 100px;
margin-right: 100px;
}

#s-123364b1-1f3a-4054-94ad-3b9f64c00673 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-123364b1-1f3a-4054-94ad-3b9f64c00673 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-123364b1-1f3a-4054-94ad-3b9f64c00673.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 100px;
background-color: rgba(220, 225, 229, 1);
}

@media (min-width: 0px) {
[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6e234cbf-c0bb-4b2d-b3c2-4fe41301f319"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d5e4d7e8-aa72-4ab0-b217-6e86f8d00cd4 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-d5e4d7e8-aa72-4ab0-b217-6e86f8d00cd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5e4d7e8-aa72-4ab0-b217-6e86f8d00cd4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3ac58f41-8bb1-45ff-9d03-602fc7784276 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-3ac58f41-8bb1-45ff-9d03-602fc7784276 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ac58f41-8bb1-45ff-9d03-602fc7784276.shg-box.shg-c {
  justify-content: center;
}

#s-1ee7528c-9a1d-4d6d-b85a-1ee759e6313a {
  margin-left: 100px;
margin-right: 100px;
}

#s-136e2a82-e142-4ff7-9040-6a9706937a1c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
background-color: rgba(220, 225, 229, 1);
}

@media (min-width: 0px) {
[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-136e2a82-e142-4ff7-9040-6a9706937a1c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-31614f18-3bfa-480e-8858-ce60118198b7 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-31614f18-3bfa-480e-8858-ce60118198b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31614f18-3bfa-480e-8858-ce60118198b7.shg-box.shg-c {
  justify-content: center;
}

#s-5c5e7723-6358-44d0-b157-e524365144b5 {
  margin-left: 100px;
margin-right: 100px;
}

#s-9a67f1f6-6213-41fc-ae0c-cf0a51b3980d {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-9a67f1f6-6213-41fc-ae0c-cf0a51b3980d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a67f1f6-6213-41fc-ae0c-cf0a51b3980d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e6be84f3-5514-498a-acc1-8a735d4c0d50 {
  margin-top: 75px;
margin-bottom: 40px;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e6be84f3-5514-498a-acc1-8a735d4c0d50"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0561191b-c928-4aac-b1fa-682416fdd7a9 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0561191b-c928-4aac-b1fa-682416fdd7a9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ff5c1af5-95f4-495d-8fd7-9c8d8dd0daa4 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(224, 224, 224, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}








#s-ff5c1af5-95f4-495d-8fd7-9c8d8dd0daa4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff5c1af5-95f4-495d-8fd7-9c8d8dd0daa4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c4362f35-e0c4-42fb-99ef-2ae58e4b3ac5 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-c4362f35-e0c4-42fb-99ef-2ae58e4b3ac5 .shogun-icon-wrapper {
  text-align: left;
}


#s-c4362f35-e0c4-42fb-99ef-2ae58e4b3ac5 .shogun-icon-wrapper > .shogun-icon {

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

#s-5153b119-c322-4d83-8559-93a132cc1d63 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-5153b119-c322-4d83-8559-93a132cc1d63 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5153b119-c322-4d83-8559-93a132cc1d63 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5153b119-c322-4d83-8559-93a132cc1d63 {
  
}
}@media (max-width: 767px){#s-5153b119-c322-4d83-8559-93a132cc1d63 {
  
}
}
#s-f096c059-b94d-44f1-9f4a-fdd3376fbc6b {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(224, 224, 224, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}








#s-f096c059-b94d-44f1-9f4a-fdd3376fbc6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f096c059-b94d-44f1-9f4a-fdd3376fbc6b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ba1b07c7-97cd-4487-b4ec-1f49b5e6fc3b {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-ba1b07c7-97cd-4487-b4ec-1f49b5e6fc3b .shogun-icon-wrapper {
  text-align: left;
}


#s-ba1b07c7-97cd-4487-b4ec-1f49b5e6fc3b .shogun-icon-wrapper > .shogun-icon {

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

#s-123e6d18-bf26-410d-a0cf-13a3662813ca {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-123e6d18-bf26-410d-a0cf-13a3662813ca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-123e6d18-bf26-410d-a0cf-13a3662813ca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-123e6d18-bf26-410d-a0cf-13a3662813ca {
  
}
}@media (max-width: 767px){#s-123e6d18-bf26-410d-a0cf-13a3662813ca {
  
}
}
#s-099d7a33-b719-4382-bef2-b2bcbe54639b {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(224, 224, 224, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}








#s-099d7a33-b719-4382-bef2-b2bcbe54639b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-099d7a33-b719-4382-bef2-b2bcbe54639b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-112e592c-49d4-4f71-a91e-81ec036e2051 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-112e592c-49d4-4f71-a91e-81ec036e2051 .shogun-icon-wrapper {
  text-align: left;
}


#s-112e592c-49d4-4f71-a91e-81ec036e2051 .shogun-icon-wrapper > .shogun-icon {

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

#s-e60b4705-2fc2-4c4a-9683-7d482e0076b5 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-e60b4705-2fc2-4c4a-9683-7d482e0076b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e60b4705-2fc2-4c4a-9683-7d482e0076b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e60b4705-2fc2-4c4a-9683-7d482e0076b5 {
  
}
}@media (max-width: 767px){#s-e60b4705-2fc2-4c4a-9683-7d482e0076b5 {
  
}
}
#s-425c5b18-129c-4743-bde3-cfb6a214a920 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-425c5b18-129c-4743-bde3-cfb6a214a920"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a32b6ec0-7bf9-42e5-ba87-91fcf49fc2ae {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(224, 224, 224, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}








#s-a32b6ec0-7bf9-42e5-ba87-91fcf49fc2ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a32b6ec0-7bf9-42e5-ba87-91fcf49fc2ae.shg-box.shg-c {
  justify-content: flex-start;
}

#s-272f0a70-595a-4b19-a785-09cfe600712a {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-272f0a70-595a-4b19-a785-09cfe600712a .shogun-icon-wrapper {
  text-align: left;
}


#s-272f0a70-595a-4b19-a785-09cfe600712a .shogun-icon-wrapper > .shogun-icon {

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

#s-290474db-f343-4730-81e8-176d5a1b4a3e {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-290474db-f343-4730-81e8-176d5a1b4a3e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-290474db-f343-4730-81e8-176d5a1b4a3e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-290474db-f343-4730-81e8-176d5a1b4a3e {
  
}
}@media (max-width: 767px){#s-290474db-f343-4730-81e8-176d5a1b4a3e {
  
}
}
#s-d798bcbc-3e76-4021-bf60-b4f31817a075 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(224, 224, 224, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}








#s-d798bcbc-3e76-4021-bf60-b4f31817a075 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d798bcbc-3e76-4021-bf60-b4f31817a075.shg-box.shg-c {
  justify-content: flex-start;
}

#s-304f8202-0465-425a-921e-cc502fcae97b {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-304f8202-0465-425a-921e-cc502fcae97b .shogun-icon-wrapper {
  text-align: left;
}


#s-304f8202-0465-425a-921e-cc502fcae97b .shogun-icon-wrapper > .shogun-icon {

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

#s-8910a4fc-9ea9-4d79-bff4-d739db9229d1 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-8910a4fc-9ea9-4d79-bff4-d739db9229d1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8910a4fc-9ea9-4d79-bff4-d739db9229d1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8910a4fc-9ea9-4d79-bff4-d739db9229d1 {
  
}
}@media (max-width: 767px){#s-8910a4fc-9ea9-4d79-bff4-d739db9229d1 {
  
}
}
#s-cacd21b0-526e-4779-a1ce-f3e2bb600aa4 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(224, 224, 224, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}








#s-cacd21b0-526e-4779-a1ce-f3e2bb600aa4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cacd21b0-526e-4779-a1ce-f3e2bb600aa4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6c0d3fd9-cced-4aba-a298-cf634d01598d {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-6c0d3fd9-cced-4aba-a298-cf634d01598d .shogun-icon-wrapper {
  text-align: left;
}


#s-6c0d3fd9-cced-4aba-a298-cf634d01598d .shogun-icon-wrapper > .shogun-icon {

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

#s-2546f400-c6dd-4bf1-8536-d511a3b99e69 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-2546f400-c6dd-4bf1-8536-d511a3b99e69 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2546f400-c6dd-4bf1-8536-d511a3b99e69 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2546f400-c6dd-4bf1-8536-d511a3b99e69 {
  
}
}@media (max-width: 767px){#s-2546f400-c6dd-4bf1-8536-d511a3b99e69 {
  
}
}
#s-dac6d118-943d-4176-a9c5-b46589c038e7 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dac6d118-943d-4176-a9c5-b46589c038e7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-dd05b70b-88a8-4e4d-9b34-ee05f7fb125e {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(224, 224, 224, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}








#s-dd05b70b-88a8-4e4d-9b34-ee05f7fb125e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd05b70b-88a8-4e4d-9b34-ee05f7fb125e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a440ac35-5673-4a8d-bfac-2902c21645f5 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-a440ac35-5673-4a8d-bfac-2902c21645f5 .shogun-icon-wrapper {
  text-align: left;
}


#s-a440ac35-5673-4a8d-bfac-2902c21645f5 .shogun-icon-wrapper > .shogun-icon {

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

#s-e3f41cb0-6f0f-42f4-86f9-87845a2d719b {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-e3f41cb0-6f0f-42f4-86f9-87845a2d719b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3f41cb0-6f0f-42f4-86f9-87845a2d719b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3f41cb0-6f0f-42f4-86f9-87845a2d719b {
  
}
}@media (max-width: 767px){#s-e3f41cb0-6f0f-42f4-86f9-87845a2d719b {
  
}
}
#s-cefebb46-acb7-4fab-874f-8c936529c8b6 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(224, 224, 224, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}








#s-cefebb46-acb7-4fab-874f-8c936529c8b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cefebb46-acb7-4fab-874f-8c936529c8b6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4335659a-ad6b-4fa6-b5f4-5bf17bc77402 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-4335659a-ad6b-4fa6-b5f4-5bf17bc77402 .shogun-icon-wrapper {
  text-align: left;
}


#s-4335659a-ad6b-4fa6-b5f4-5bf17bc77402 .shogun-icon-wrapper > .shogun-icon {

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

#s-b6eaa10b-b1ae-44db-8a79-d46357ed8a71 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-b6eaa10b-b1ae-44db-8a79-d46357ed8a71 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6eaa10b-b1ae-44db-8a79-d46357ed8a71 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6eaa10b-b1ae-44db-8a79-d46357ed8a71 {
  
}
}@media (max-width: 767px){#s-b6eaa10b-b1ae-44db-8a79-d46357ed8a71 {
  
}
}
#s-9cda39c1-2dd0-4a49-953b-6ac4bcbd0dfb {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(224, 224, 224, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}








#s-9cda39c1-2dd0-4a49-953b-6ac4bcbd0dfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cda39c1-2dd0-4a49-953b-6ac4bcbd0dfb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0d739b4b-05dc-4d42-9acd-78a167dd2557 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-0d739b4b-05dc-4d42-9acd-78a167dd2557 .shogun-icon-wrapper {
  text-align: left;
}


#s-0d739b4b-05dc-4d42-9acd-78a167dd2557 .shogun-icon-wrapper > .shogun-icon {

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

#s-6aa14f0f-9397-4274-b68c-294cf78ca6fe {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-6aa14f0f-9397-4274-b68c-294cf78ca6fe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6aa14f0f-9397-4274-b68c-294cf78ca6fe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6aa14f0f-9397-4274-b68c-294cf78ca6fe {
  
}
}@media (max-width: 767px){#s-6aa14f0f-9397-4274-b68c-294cf78ca6fe {
  
}
}
#s-02cc68dd-3464-4e08-a29f-49cdc47baf1a {
  margin-top: 75px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(220, 225, 229, 1);
}
@media (min-width: 1200px){#s-02cc68dd-3464-4e08-a29f-49cdc47baf1a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-02cc68dd-3464-4e08-a29f-49cdc47baf1a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-02cc68dd-3464-4e08-a29f-49cdc47baf1a {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-02cc68dd-3464-4e08-a29f-49cdc47baf1a {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-02cc68dd-3464-4e08-a29f-49cdc47baf1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02cc68dd-3464-4e08-a29f-49cdc47baf1a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bf9a2f07-b465-4cdc-8014-9efad770323a {
  margin-left: auto;
margin-bottom: 75px;
margin-right: auto;
max-width: 600px;
}
@media (max-width: 767px){#s-bf9a2f07-b465-4cdc-8014-9efad770323a {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-a8ff8eb1-72f6-4b19-89b4-52294ac99758 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 80px;
padding-bottom: 40px;
padding-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
min-height: 50px;
max-width: 750px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-a8ff8eb1-72f6-4b19-89b4-52294ac99758 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a8ff8eb1-72f6-4b19-89b4-52294ac99758 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-a8ff8eb1-72f6-4b19-89b4-52294ac99758 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-a8ff8eb1-72f6-4b19-89b4-52294ac99758 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8ff8eb1-72f6-4b19-89b4-52294ac99758.shg-box.shg-c {
  justify-content: center;
}

.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-7f4c32aa-bd4f-4c42-838a-669aa8610787 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7f4c32aa-bd4f-4c42-838a-669aa8610787 .shogun-heading-component h5 {
  color: rgba(84, 86, 90, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-7f4c32aa-bd4f-4c42-838a-669aa8610787 .shogun-heading-component h5 {
  color: rgba(84, 86, 90, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-7f4c32aa-bd4f-4c42-838a-669aa8610787 .shogun-heading-component h5 {
  color: rgba(84, 86, 90, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}
#s-45f4e77a-4def-4256-bb3c-3bc2c2ef5c7d {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-45f4e77a-4def-4256-bb3c-3bc2c2ef5c7d .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-45f4e77a-4def-4256-bb3c-3bc2c2ef5c7d .shogun-heading-component h6 a {
  color: #000;
}


#s-07b564a6-d624-4e07-b4c5-1a4337b24850 {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-07b564a6-d624-4e07-b4c5-1a4337b24850"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-283d190a-b462-4952-a3be-94d8b584c9da {
  text-align: center;
}




  #s-283d190a-b462-4952-a3be-94d8b584c9da img.shogun-image {
    
    width: px;
  }


#s-283d190a-b462-4952-a3be-94d8b584c9da .shogun-image-content {
  
    align-items: center;
  
}

#s-66b3261a-37eb-4451-bc26-d811151731df {
  text-align: center;
}




  #s-66b3261a-37eb-4451-bc26-d811151731df img.shogun-image {
    
    width: px;
  }


#s-66b3261a-37eb-4451-bc26-d811151731df .shogun-image-content {
  
    align-items: center;
  
}

#s-b1014349-0ee4-41d6-ab65-9c833161ff59 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b1014349-0ee4-41d6-ab65-9c833161ff59 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b1014349-0ee4-41d6-ab65-9c833161ff59 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b1014349-0ee4-41d6-ab65-9c833161ff59 {
  
}
}@media (max-width: 767px){#s-b1014349-0ee4-41d6-ab65-9c833161ff59 {
  
}
}







#s-b1014349-0ee4-41d6-ab65-9c833161ff59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1014349-0ee4-41d6-ab65-9c833161ff59.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c1267f45-6b0b-416f-804f-ed5e8f5aaa81 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
background-position: center center;
}








#s-c1267f45-6b0b-416f-804f-ed5e8f5aaa81 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.7;
}#s-c1267f45-6b0b-416f-804f-ed5e8f5aaa81.shg-box.shg-c {
  justify-content: center;
}

#s-5de0ce38-0f3a-4a0b-86ab-d49f2ae62e80 {
  margin-top: 75px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 1200px;
}

#s-74f1be07-0a5a-4822-9411-87c96532f2af {
  border-style: solid;
margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.5);
border-style: solid;
border-radius: 0px;
min-height: 350px;
max-width: 1200px;
opacity: 1;
background-color: rgba(0, 0, 0, 0);
}








#s-74f1be07-0a5a-4822-9411-87c96532f2af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74f1be07-0a5a-4822-9411-87c96532f2af.shg-box.shg-c {
  justify-content: center;
}

#s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed {
  margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed {
  
}
}@media (max-width: 767px){#s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed {
  
}
}
@media (min-width: 0px) {
[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-b1ae0b58-1bfb-422f-97a9-1f751cbcf0ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-8a25dcf3-735d-4307-bdbf-7da526c6ddb0 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.3);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-8a25dcf3-735d-4307-bdbf-7da526c6ddb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a25dcf3-735d-4307-bdbf-7da526c6ddb0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8dbe9c60-cbf3-4b93-b79d-aa54089af69b {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-8dbe9c60-cbf3-4b93-b79d-aa54089af69b .shogun-icon-wrapper {
  text-align: left;
}


#s-8dbe9c60-cbf3-4b93-b79d-aa54089af69b .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(255, 255, 255, 1);
}

#s-25ad8165-0470-42bb-a93a-a9c431ceefe7 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-25ad8165-0470-42bb-a93a-a9c431ceefe7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-25ad8165-0470-42bb-a93a-a9c431ceefe7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-25ad8165-0470-42bb-a93a-a9c431ceefe7 {
  
}
}@media (max-width: 767px){#s-25ad8165-0470-42bb-a93a-a9c431ceefe7 {
  
}
}
#s-d18523f4-0706-4b98-bf5f-316855191de9 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.3);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-d18523f4-0706-4b98-bf5f-316855191de9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d18523f4-0706-4b98-bf5f-316855191de9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-690cd9dd-07c4-432b-9d83-e98c4164b8cc {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-690cd9dd-07c4-432b-9d83-e98c4164b8cc .shogun-icon-wrapper {
  text-align: left;
}


#s-690cd9dd-07c4-432b-9d83-e98c4164b8cc .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(255, 255, 255, 1);
}

#s-55f1f05b-6a3d-4901-9c7d-ecd1966e5fcb {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-55f1f05b-6a3d-4901-9c7d-ecd1966e5fcb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55f1f05b-6a3d-4901-9c7d-ecd1966e5fcb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-55f1f05b-6a3d-4901-9c7d-ecd1966e5fcb {
  
}
}@media (max-width: 767px){#s-55f1f05b-6a3d-4901-9c7d-ecd1966e5fcb {
  
}
}
#s-e21403b8-1bc6-48e8-9b52-4afd62427da7 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.3);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-e21403b8-1bc6-48e8-9b52-4afd62427da7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e21403b8-1bc6-48e8-9b52-4afd62427da7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-30d4a8af-84ac-42aa-a711-1221c21e66fa {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-30d4a8af-84ac-42aa-a711-1221c21e66fa .shogun-icon-wrapper {
  text-align: left;
}


#s-30d4a8af-84ac-42aa-a711-1221c21e66fa .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(255, 255, 255, 1);
}

#s-3aa35c69-eb8e-4063-b203-8ae253e6a5e3 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-3aa35c69-eb8e-4063-b203-8ae253e6a5e3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3aa35c69-eb8e-4063-b203-8ae253e6a5e3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3aa35c69-eb8e-4063-b203-8ae253e6a5e3 {
  
}
}@media (max-width: 767px){#s-3aa35c69-eb8e-4063-b203-8ae253e6a5e3 {
  
}
}
/*
  $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;
}
