.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

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

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

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

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-fafb593e-f011-48f0-bb70-d083b430bc60 {
  padding-top: 40px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fafb593e-f011-48f0-bb70-d083b430bc60 {
  padding-left: 35px;
padding-right: 35px;
}
}@media (max-width: 767px){#s-fafb593e-f011-48f0-bb70-d083b430bc60 {
  padding-left: 25px;
padding-right: 25px;
}
}







#s-fafb593e-f011-48f0-bb70-d083b430bc60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fafb593e-f011-48f0-bb70-d083b430bc60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9bc6a5fa-07c5-4118-80e6-f845b79fb112 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-9bc6a5fa-07c5-4118-80e6-f845b79fb112 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bc6a5fa-07c5-4118-80e6-f845b79fb112.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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


  #s-43753bad-3466-4a32-9bda-2d2b7cffdb1f .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 2px solid rgba(255, 255, 255, 0);
  }
  #s-43753bad-3466-4a32-9bda-2d2b7cffdb1f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 2px solid #ddd;
  }
#s-43753bad-3466-4a32-9bda-2d2b7cffdb1f .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(163, 163, 163, 1);
  font-family: Nunito;
  font-weight: 700;
  font-style: ;
  font-size: 15px;
}

#s-43753bad-3466-4a32-9bda-2d2b7cffdb1f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(77, 77, 77, 1);
}

#s-43753bad-3466-4a32-9bda-2d2b7cffdb1f .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(255, 255, 255, 1);
}

#s-43753bad-3466-4a32-9bda-2d2b7cffdb1f .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid #ddd;
}

#s-7abc1665-1b9c-440e-92a2-138c613190c7 {
  margin-top: 50px;
min-height: 50px;
}








#s-7abc1665-1b9c-440e-92a2-138c613190c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7abc1665-1b9c-440e-92a2-138c613190c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-ffa37ff5-5eba-4296-8f89-9c265344d239 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-ffa37ff5-5eba-4296-8f89-9c265344d239 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffa37ff5-5eba-4296-8f89-9c265344d239.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-29b488c9-fbbf-4082-9d8f-47c39adaf08e {
  margin-bottom: 70px;
}

@media (min-width: 0px) {
[id="s-29b488c9-fbbf-4082-9d8f-47c39adaf08e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29b488c9-fbbf-4082-9d8f-47c39adaf08e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-29b488c9-fbbf-4082-9d8f-47c39adaf08e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-29b488c9-fbbf-4082-9d8f-47c39adaf08e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-2d0ce698-0c84-43cb-a1eb-43c4e4fe78d0 {
  min-height: 50px;
}








#s-2d0ce698-0c84-43cb-a1eb-43c4e4fe78d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d0ce698-0c84-43cb-a1eb-43c4e4fe78d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-5f66220e-4825-450e-acc7-6d2ac53415bd {
  margin-bottom: 20px;
}

#s-5f66220e-4825-450e-acc7-6d2ac53415bd .shogun-heading-component h2 {
  color: rgba(77, 77, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  
}



#s-ab8a895b-72ea-4304-b041-7c54933d9382 {
  min-height: 50px;
}
@media (max-width: 767px){#s-ab8a895b-72ea-4304-b041-7c54933d9382 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-ab8a895b-72ea-4304-b041-7c54933d9382 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab8a895b-72ea-4304-b041-7c54933d9382.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: 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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-f742d93d-a9c9-4992-bbe8-8fc665c24f34 {
  text-align: center;
}







  #s-f742d93d-a9c9-4992-bbe8-8fc665c24f34 img.shogun-image {
    

    
    
    
  }


#s-f742d93d-a9c9-4992-bbe8-8fc665c24f34 .shogun-image-content {
  
    align-items: center;
  
}

#s-c48bf1cb-2627-40a3-ae53-ee97cf4f3355 {
  margin-bottom: 70px;
}

@media (min-width: 0px) {
[id="s-c48bf1cb-2627-40a3-ae53-ee97cf4f3355"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c48bf1cb-2627-40a3-ae53-ee97cf4f3355"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-c48bf1cb-2627-40a3-ae53-ee97cf4f3355"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-c48bf1cb-2627-40a3-ae53-ee97cf4f3355"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-c48bf1cb-2627-40a3-ae53-ee97cf4f3355"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-23c19ec3-e956-47b0-b3d2-bda4535448ab {
  min-height: 50px;
}
@media (max-width: 767px){#s-23c19ec3-e956-47b0-b3d2-bda4535448ab {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-23c19ec3-e956-47b0-b3d2-bda4535448ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23c19ec3-e956-47b0-b3d2-bda4535448ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d463454d-25ad-4dad-871e-96ae9611c664 {
  text-align: center;
}







  #s-d463454d-25ad-4dad-871e-96ae9611c664 img.shogun-image {
    

    
    
    
  }


#s-d463454d-25ad-4dad-871e-96ae9611c664 .shogun-image-content {
  
    align-items: center;
  
}

#s-d27f4fbf-74fd-443d-9a7d-ca31e1ed450b {
  min-height: 50px;
}








#s-d27f4fbf-74fd-443d-9a7d-ca31e1ed450b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d27f4fbf-74fd-443d-9a7d-ca31e1ed450b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a687fdb-0663-4e87-8542-39d323be2213 {
  margin-bottom: 70px;
}

@media (min-width: 0px) {
[id="s-2a687fdb-0663-4e87-8542-39d323be2213"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a687fdb-0663-4e87-8542-39d323be2213"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-2a687fdb-0663-4e87-8542-39d323be2213"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a687fdb-0663-4e87-8542-39d323be2213"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-62833d20-de0e-4d37-8824-a36e333229d2 {
  min-height: 50px;
}
@media (max-width: 767px){#s-62833d20-de0e-4d37-8824-a36e333229d2 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-62833d20-de0e-4d37-8824-a36e333229d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62833d20-de0e-4d37-8824-a36e333229d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21f6ad70-7fc9-4630-bff3-943ed8ba96fd {
  text-align: center;
}







  #s-21f6ad70-7fc9-4630-bff3-943ed8ba96fd img.shogun-image {
    

    
    
    
  }


#s-21f6ad70-7fc9-4630-bff3-943ed8ba96fd .shogun-image-content {
  
    align-items: center;
  
}

#s-dad5ecae-3145-45f3-9d0e-25843a64d60a {
  margin-bottom: 70px;
}

@media (min-width: 0px) {
[id="s-dad5ecae-3145-45f3-9d0e-25843a64d60a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dad5ecae-3145-45f3-9d0e-25843a64d60a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-dad5ecae-3145-45f3-9d0e-25843a64d60a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-dad5ecae-3145-45f3-9d0e-25843a64d60a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-dad5ecae-3145-45f3-9d0e-25843a64d60a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2f9a9f9b-9672-48a5-8ffd-3cdae4ddcec5 {
  min-height: 50px;
}
@media (max-width: 767px){#s-2f9a9f9b-9672-48a5-8ffd-3cdae4ddcec5 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-2f9a9f9b-9672-48a5-8ffd-3cdae4ddcec5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f9a9f9b-9672-48a5-8ffd-3cdae4ddcec5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1811024b-3f6c-414b-9329-bd4d605b1d04 {
  text-align: center;
}







  #s-1811024b-3f6c-414b-9329-bd4d605b1d04 img.shogun-image {
    

    
    
    
  }


#s-1811024b-3f6c-414b-9329-bd4d605b1d04 .shogun-image-content {
  
    align-items: center;
  
}

#s-11a865ad-fa6c-4f51-979c-e2d91daa5c47 {
  min-height: 50px;
}








#s-11a865ad-fa6c-4f51-979c-e2d91daa5c47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11a865ad-fa6c-4f51-979c-e2d91daa5c47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9bf61918-782a-41b9-ac6e-58aa9f8ac952 {
  margin-bottom: 20px;
}

#s-9bf61918-782a-41b9-ac6e-58aa9f8ac952 .shogun-heading-component h2 {
  color: rgba(77, 77, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  
}



#s-6223cd91-7643-465e-a9c7-667fe39f7bae {
  margin-bottom: 70px;
}

@media (min-width: 0px) {
[id="s-6223cd91-7643-465e-a9c7-667fe39f7bae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6223cd91-7643-465e-a9c7-667fe39f7bae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-6223cd91-7643-465e-a9c7-667fe39f7bae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-6223cd91-7643-465e-a9c7-667fe39f7bae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-f87ce77f-5701-43b5-95ca-9f947f8034ed {
  margin-bottom: 20px;
}

#s-f87ce77f-5701-43b5-95ca-9f947f8034ed .shogun-heading-component h2 {
  color: rgba(77, 77, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  
}



#s-2acabdab-67b0-46cc-b997-b687668ad1b6 {
  min-height: 50px;
}
@media (max-width: 767px){#s-2acabdab-67b0-46cc-b997-b687668ad1b6 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-2acabdab-67b0-46cc-b997-b687668ad1b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2acabdab-67b0-46cc-b997-b687668ad1b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f21b6f0-8326-4211-9981-957a3b5588ae {
  text-align: center;
}







  #s-6f21b6f0-8326-4211-9981-957a3b5588ae img.shogun-image {
    

    
    
    
  }


#s-6f21b6f0-8326-4211-9981-957a3b5588ae .shogun-image-content {
  
    align-items: center;
  
}

#s-0edd2951-1db7-45be-be58-dfaa1b7a10bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0edd2951-1db7-45be-be58-dfaa1b7a10bd .shogun-heading-component h2 {
  color: rgba(77, 77, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-7c865ceb-0199-4f07-bbf8-7e308e47eb87 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-7c865ceb-0199-4f07-bbf8-7e308e47eb87 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7c865ceb-0199-4f07-bbf8-7e308e47eb87 .shg-sld-nav-button.shg-sld-left,
#s-7c865ceb-0199-4f07-bbf8-7e308e47eb87 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e3e6201c-1362-4182-8b1c-bbb431ca5513 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-e3e6201c-1362-4182-8b1c-bbb431ca5513 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3e6201c-1362-4182-8b1c-bbb431ca5513 {
  cursor: pointer;
}#s-e3e6201c-1362-4182-8b1c-bbb431ca5513.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09515889-0a4e-4a2e-91ac-e894304f4d33 {
  text-align: center;
}







  #s-09515889-0a4e-4a2e-91ac-e894304f4d33 img.shogun-image {
    

    
    
    
  }


#s-09515889-0a4e-4a2e-91ac-e894304f4d33 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5a3cca2-0f50-4b94-b013-03c3d95de4eb {
  padding-top: 10px;
}

#s-5c073b4c-9db4-4f77-af8a-24c8d00946d3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-5c073b4c-9db4-4f77-af8a-24c8d00946d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c073b4c-9db4-4f77-af8a-24c8d00946d3 {
  cursor: pointer;
}#s-5c073b4c-9db4-4f77-af8a-24c8d00946d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7a4ce00-8efa-496e-a06e-7a57ba1f20ef {
  text-align: center;
}







  #s-c7a4ce00-8efa-496e-a06e-7a57ba1f20ef img.shogun-image {
    

    
    
    
  }


#s-c7a4ce00-8efa-496e-a06e-7a57ba1f20ef .shogun-image-content {
  
    align-items: center;
  
}

#s-81cd6f71-0562-4748-a9ab-90bc083ed902 {
  padding-top: 10px;
}

#s-ffef0803-e9ea-417f-ba93-973ef9b99d2d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-ffef0803-e9ea-417f-ba93-973ef9b99d2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffef0803-e9ea-417f-ba93-973ef9b99d2d {
  cursor: pointer;
}#s-ffef0803-e9ea-417f-ba93-973ef9b99d2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2f14927-7a14-486f-a818-78bef061779b {
  text-align: center;
}







  #s-e2f14927-7a14-486f-a818-78bef061779b img.shogun-image {
    

    
    
    
  }


#s-e2f14927-7a14-486f-a818-78bef061779b .shogun-image-content {
  
    align-items: center;
  
}

#s-532da391-bb3f-4299-8ccd-6c68238ae0c2 {
  padding-top: 10px;
}

#s-2c21d094-f358-401b-b62a-e2feb5fb9268 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-2c21d094-f358-401b-b62a-e2feb5fb9268 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c21d094-f358-401b-b62a-e2feb5fb9268 {
  cursor: pointer;
}#s-2c21d094-f358-401b-b62a-e2feb5fb9268.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2be54df3-47ee-41ce-adb8-d56de99a54af {
  text-align: center;
}







  #s-2be54df3-47ee-41ce-adb8-d56de99a54af img.shogun-image {
    

    
    
    
  }


#s-2be54df3-47ee-41ce-adb8-d56de99a54af .shogun-image-content {
  
    align-items: center;
  
}

#s-ceb96f8b-dea0-4983-b591-233716d58148 {
  padding-top: 10px;
}

#s-c05e085c-0a6b-4010-8f9f-b03bbd4ba14e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-c05e085c-0a6b-4010-8f9f-b03bbd4ba14e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c05e085c-0a6b-4010-8f9f-b03bbd4ba14e {
  cursor: pointer;
}#s-c05e085c-0a6b-4010-8f9f-b03bbd4ba14e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f5dafdb-adea-49fe-bf74-91ba740608fd {
  text-align: center;
}







  #s-0f5dafdb-adea-49fe-bf74-91ba740608fd img.shogun-image {
    

    
    
    
  }


#s-0f5dafdb-adea-49fe-bf74-91ba740608fd .shogun-image-content {
  
    align-items: center;
  
}

#s-d67b2d2d-b885-4316-9955-f2987adff3d4 {
  padding-top: 10px;
}

#s-cb210078-2619-4555-abfc-7a583a4064d7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-cb210078-2619-4555-abfc-7a583a4064d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb210078-2619-4555-abfc-7a583a4064d7 {
  cursor: pointer;
}#s-cb210078-2619-4555-abfc-7a583a4064d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32b573cd-d6ca-4541-a2f9-b3bdc422b246 {
  text-align: center;
}







  #s-32b573cd-d6ca-4541-a2f9-b3bdc422b246 img.shogun-image {
    

    
    
    
  }


#s-32b573cd-d6ca-4541-a2f9-b3bdc422b246 .shogun-image-content {
  
    align-items: center;
  
}

#s-0bb49068-4cc3-474a-8a2c-b8fe99f4699e {
  padding-top: 10px;
}

#s-2ddc9090-28bb-4d17-a74d-85d6f44b7121 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-2ddc9090-28bb-4d17-a74d-85d6f44b7121 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ddc9090-28bb-4d17-a74d-85d6f44b7121 {
  cursor: pointer;
}#s-2ddc9090-28bb-4d17-a74d-85d6f44b7121.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba577e28-9163-4b8d-b00c-143477da6f8d {
  text-align: center;
}







  #s-ba577e28-9163-4b8d-b00c-143477da6f8d img.shogun-image {
    

    
    
    
  }


#s-ba577e28-9163-4b8d-b00c-143477da6f8d .shogun-image-content {
  
    align-items: center;
  
}

#s-396f6f4f-0e4b-4a85-8b8b-2d8b3aeec87a {
  padding-top: 10px;
}

#s-cdaf8741-d923-43c0-b3db-cd34b4756895 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-cdaf8741-d923-43c0-b3db-cd34b4756895 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdaf8741-d923-43c0-b3db-cd34b4756895 {
  cursor: pointer;
}#s-cdaf8741-d923-43c0-b3db-cd34b4756895.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7b952d8-d440-4e8c-8851-93f5a30d9bf5 {
  text-align: center;
}







  #s-d7b952d8-d440-4e8c-8851-93f5a30d9bf5 img.shogun-image {
    

    
    
    
  }


#s-d7b952d8-d440-4e8c-8851-93f5a30d9bf5 .shogun-image-content {
  
    align-items: center;
  
}

#s-79d06da1-aabd-4f96-9dee-36341d72e4bb {
  padding-top: 10px;
}

#s-b6056678-21b6-45ac-8646-4e4d74f56c4e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-b6056678-21b6-45ac-8646-4e4d74f56c4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6056678-21b6-45ac-8646-4e4d74f56c4e {
  cursor: pointer;
}#s-b6056678-21b6-45ac-8646-4e4d74f56c4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e1da5c3-66f4-4722-aed4-fd918eec6064 {
  text-align: center;
}







  #s-0e1da5c3-66f4-4722-aed4-fd918eec6064 img.shogun-image {
    

    
    
    
  }


#s-0e1da5c3-66f4-4722-aed4-fd918eec6064 .shogun-image-content {
  
    align-items: center;
  
}

#s-58ba5a32-b79b-44f2-9cfd-4c0044beacb9 {
  padding-top: 10px;
}

#s-e4517c80-1bd8-4341-883c-ed1f336cef01 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-e4517c80-1bd8-4341-883c-ed1f336cef01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4517c80-1bd8-4341-883c-ed1f336cef01 {
  cursor: pointer;
}#s-e4517c80-1bd8-4341-883c-ed1f336cef01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3020be4-55f8-4bd6-b8a4-6ef03575cabe {
  text-align: center;
}







  #s-d3020be4-55f8-4bd6-b8a4-6ef03575cabe img.shogun-image {
    

    
    
    
  }


#s-d3020be4-55f8-4bd6-b8a4-6ef03575cabe .shogun-image-content {
  
    align-items: center;
  
}

#s-7085393a-a730-47b5-8590-9907ecb686fd {
  padding-top: 10px;
}

#s-11502cf3-02f7-4449-a87d-04bef84ab0d2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-11502cf3-02f7-4449-a87d-04bef84ab0d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11502cf3-02f7-4449-a87d-04bef84ab0d2 {
  cursor: pointer;
}#s-11502cf3-02f7-4449-a87d-04bef84ab0d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf7e15cc-673d-4a0a-b0a0-9fa970948eb4 {
  text-align: center;
}







  #s-cf7e15cc-673d-4a0a-b0a0-9fa970948eb4 img.shogun-image {
    

    
    
    
  }


#s-cf7e15cc-673d-4a0a-b0a0-9fa970948eb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-5bde5d55-8d19-4380-b356-5264a7315360 {
  padding-top: 10px;
}

#s-f10ca857-d198-4537-84dd-127dfafd88b1 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-f10ca857-d198-4537-84dd-127dfafd88b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f10ca857-d198-4537-84dd-127dfafd88b1 {
  cursor: pointer;
}#s-f10ca857-d198-4537-84dd-127dfafd88b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2da0a0ad-5b9e-415d-842d-33a9057ae68f {
  text-align: center;
}







  #s-2da0a0ad-5b9e-415d-842d-33a9057ae68f img.shogun-image {
    

    
    
    
  }


#s-2da0a0ad-5b9e-415d-842d-33a9057ae68f .shogun-image-content {
  
    align-items: center;
  
}

#s-a17677b9-1897-4c35-b26b-63d2427996e9 {
  padding-top: 10px;
}

#s-92d67222-69b5-43e0-bf6a-1d6d9a3e5b10 {
  padding-top: 70px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-92d67222-69b5-43e0-bf6a-1d6d9a3e5b10 {
  padding-left: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-92d67222-69b5-43e0-bf6a-1d6d9a3e5b10 {
  padding-left: 25px;
padding-right: 25px;
}
}







#s-92d67222-69b5-43e0-bf6a-1d6d9a3e5b10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92d67222-69b5-43e0-bf6a-1d6d9a3e5b10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8bb22ecf-413e-4040-bf24-cd7f4062aef5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-8bb22ecf-413e-4040-bf24-cd7f4062aef5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bb22ecf-413e-4040-bf24-cd7f4062aef5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f7e36b7-be4c-4621-97af-c9f61558491f {
  margin-bottom: 70px;
}

@media (min-width: 0px) {
[id="s-0f7e36b7-be4c-4621-97af-c9f61558491f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f7e36b7-be4c-4621-97af-c9f61558491f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-0f7e36b7-be4c-4621-97af-c9f61558491f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f7e36b7-be4c-4621-97af-c9f61558491f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-0f7e36b7-be4c-4621-97af-c9f61558491f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-38d605a5-823b-45b2-92d9-c37b87a8413b {
  min-height: 50px;
}
@media (max-width: 767px){#s-38d605a5-823b-45b2-92d9-c37b87a8413b {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-38d605a5-823b-45b2-92d9-c37b87a8413b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38d605a5-823b-45b2-92d9-c37b87a8413b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0abd371-c91b-4d2b-b425-2337fbee6527 {
  text-align: center;
}







  #s-b0abd371-c91b-4d2b-b425-2337fbee6527 img.shogun-image {
    

    
    
    
  }


#s-b0abd371-c91b-4d2b-b425-2337fbee6527 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc67ded9-f29c-406c-82c3-7d4122a95f6f {
  min-height: 50px;
}








#s-bc67ded9-f29c-406c-82c3-7d4122a95f6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc67ded9-f29c-406c-82c3-7d4122a95f6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5501d4d-e038-4321-a930-2ea53f4228bc {
  margin-bottom: 20px;
}

#s-f5501d4d-e038-4321-a930-2ea53f4228bc .shogun-heading-component h1 {
  color: rgba(77, 77, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.3em;
  
  
}



#s-b97c416a-a328-4fd3-942e-b71e0415133f {
  margin-bottom: 200px;
}

@media (min-width: 0px) {
[id="s-b97c416a-a328-4fd3-942e-b71e0415133f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b97c416a-a328-4fd3-942e-b71e0415133f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-b97c416a-a328-4fd3-942e-b71e0415133f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-b97c416a-a328-4fd3-942e-b71e0415133f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-82cdf1fc-5e84-436d-8944-463114fbdf14 {
  margin-bottom: 20px;
text-align: left;
}

#s-82cdf1fc-5e84-436d-8944-463114fbdf14 .shogun-heading-component h2 {
  color: rgba(77, 77, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-24552c75-9bfc-4bb0-97d2-a61c442079b9 {
  min-height: 50px;
}
@media (max-width: 767px){#s-24552c75-9bfc-4bb0-97d2-a61c442079b9 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-24552c75-9bfc-4bb0-97d2-a61c442079b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24552c75-9bfc-4bb0-97d2-a61c442079b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17b1c651-66fc-4eec-94f1-d67dde8ee830 {
  text-align: center;
}







  #s-17b1c651-66fc-4eec-94f1-d67dde8ee830 img.shogun-image {
    

    
    
    
  }


#s-17b1c651-66fc-4eec-94f1-d67dde8ee830 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba2cdf5c-e64f-4074-8c2a-fb1e0d3641c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ba2cdf5c-e64f-4074-8c2a-fb1e0d3641c3 .shogun-heading-component h1 {
  color: rgba(77, 77, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-2ed2d597-b051-4f7d-98e5-21050d32d314 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2ed2d597-b051-4f7d-98e5-21050d32d314 .shogun-heading-component h2 {
  color: rgba(77, 77, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-2fb1880f-4a8f-4f64-ae2c-d8e1e2a36673 {
  margin-bottom: 100px;
}

@media (min-width: 0px) {
[id="s-2fb1880f-4a8f-4f64-ae2c-d8e1e2a36673"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fb1880f-4a8f-4f64-ae2c-d8e1e2a36673"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-2fb1880f-4a8f-4f64-ae2c-d8e1e2a36673"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fb1880f-4a8f-4f64-ae2c-d8e1e2a36673"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-e0f9049a-cc7a-4e3b-ab8d-811ca71b3b10 {
  min-height: 50px;
}








#s-e0f9049a-cc7a-4e3b-ab8d-811ca71b3b10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0f9049a-cc7a-4e3b-ab8d-811ca71b3b10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c966e09d-0dff-4a9c-9e0b-05a14f12acf2 {
  margin-bottom: 20px;
}

#s-4e50822b-1c3b-4c7d-b50e-a3d06aa92277 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.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;
  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-0e0f2698-04d0-44a5-89db-9002d5e7adb1 {
  text-align: left;
}



.shg-c#s-0e0f2698-04d0-44a5-89db-9002d5e7adb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e0f2698-04d0-44a5-89db-9002d5e7adb1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0e0f2698-04d0-44a5-89db-9002d5e7adb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e0f2698-04d0-44a5-89db-9002d5e7adb1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0e0f2698-04d0-44a5-89db-9002d5e7adb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e0f2698-04d0-44a5-89db-9002d5e7adb1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0e0f2698-04d0-44a5-89db-9002d5e7adb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e0f2698-04d0-44a5-89db-9002d5e7adb1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-0e0f2698-04d0-44a5-89db-9002d5e7adb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e0f2698-04d0-44a5-89db-9002d5e7adb1 img.shogun-image {
  width: 100%;
}



}
.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-87e80304-37a0-4b92-8f65-abda9709a4bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-87e80304-37a0-4b92-8f65-abda9709a4bd .shg-product-title-component h3 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-a44a7802-02c5-4cb9-ad72-e46d9f4ff347 {
  text-align: left;
}

#s-a44a7802-02c5-4cb9-ad72-e46d9f4ff347 .shg-product-sold-out {
  display: none;
  color: rgba(77, 77, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a44a7802-02c5-4cb9-ad72-e46d9f4ff347 .shg-product-price {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a44a7802-02c5-4cb9-ad72-e46d9f4ff347 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7ffb6293-018d-409c-ae21-502e0fc860ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7ffb6293-018d-409c-ae21-502e0fc860ad .shg-product-title-component h4 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-5435f5dd-8a14-413a-8a55-cb71810597f8 {
  min-height: 50px;
}
@media (max-width: 767px){#s-5435f5dd-8a14-413a-8a55-cb71810597f8 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-5435f5dd-8a14-413a-8a55-cb71810597f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5435f5dd-8a14-413a-8a55-cb71810597f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ef65a5b-22ee-4849-90e2-9f66cb45088c {
  text-align: center;
}







  #s-2ef65a5b-22ee-4849-90e2-9f66cb45088c img.shogun-image {
    

    
    
    
  }


#s-2ef65a5b-22ee-4849-90e2-9f66cb45088c .shogun-image-content {
  
    align-items: center;
  
}

#s-e1a9a1f1-2d2a-43b1-8f30-1e19f2a9c9db {
  margin-bottom: 70px;
}

@media (min-width: 0px) {
[id="s-e1a9a1f1-2d2a-43b1-8f30-1e19f2a9c9db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1a9a1f1-2d2a-43b1-8f30-1e19f2a9c9db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-e1a9a1f1-2d2a-43b1-8f30-1e19f2a9c9db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1a9a1f1-2d2a-43b1-8f30-1e19f2a9c9db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-e1a9a1f1-2d2a-43b1-8f30-1e19f2a9c9db"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7e873152-07ca-4a71-b02a-0588003c9f74 {
  min-height: 50px;
}
@media (max-width: 767px){#s-7e873152-07ca-4a71-b02a-0588003c9f74 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-7e873152-07ca-4a71-b02a-0588003c9f74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e873152-07ca-4a71-b02a-0588003c9f74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d4cb70d-c4f4-425e-ae2a-07d653a389ed {
  text-align: center;
}







  #s-5d4cb70d-c4f4-425e-ae2a-07d653a389ed img.shogun-image {
    

    
    
    
  }


#s-5d4cb70d-c4f4-425e-ae2a-07d653a389ed .shogun-image-content {
  
    align-items: center;
  
}

#s-790f68c2-cf47-40ee-b062-0d91263f4881 {
  min-height: 50px;
}








#s-790f68c2-cf47-40ee-b062-0d91263f4881 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-790f68c2-cf47-40ee-b062-0d91263f4881.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85702124-5e74-4d2d-87db-463ebe4fcec3 {
  margin-bottom: 20px;
}

#s-85702124-5e74-4d2d-87db-463ebe4fcec3 .shogun-heading-component h2 {
  color: rgba(77, 77, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  
}



#s-6409187b-b6b3-4e83-bd4d-dd7b3e8686fe {
  margin-bottom: 100px;
}

@media (min-width: 0px) {
[id="s-6409187b-b6b3-4e83-bd4d-dd7b3e8686fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6409187b-b6b3-4e83-bd4d-dd7b3e8686fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-6409187b-b6b3-4e83-bd4d-dd7b3e8686fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-6409187b-b6b3-4e83-bd4d-dd7b3e8686fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-ee7cecb5-dd30-42cc-806f-9a96840bfdc2 {
  min-height: 50px;
}








#s-ee7cecb5-dd30-42cc-806f-9a96840bfdc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee7cecb5-dd30-42cc-806f-9a96840bfdc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3add9a32-d528-4498-86b7-6e97f1233fee {
  margin-bottom: 40px;
min-height: 50px;
}








#s-3add9a32-d528-4498-86b7-6e97f1233fee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3add9a32-d528-4498-86b7-6e97f1233fee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90fcdb04-bb19-4735-99ea-98d797213616 {
  text-align: center;
}







  #s-90fcdb04-bb19-4735-99ea-98d797213616 img.shogun-image {
    

    
    
    
  }


#s-90fcdb04-bb19-4735-99ea-98d797213616 .shogun-image-content {
  
    align-items: center;
  
}

#s-03c656d7-a6c9-4ebd-b0ff-802dce3a5b63 {
  margin-bottom: 100px;
}

@media (min-width: 0px) {
[id="s-03c656d7-a6c9-4ebd-b0ff-802dce3a5b63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03c656d7-a6c9-4ebd-b0ff-802dce3a5b63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-03c656d7-a6c9-4ebd-b0ff-802dce3a5b63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-03c656d7-a6c9-4ebd-b0ff-802dce3a5b63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-03c656d7-a6c9-4ebd-b0ff-802dce3a5b63"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b114d32e-738c-47b8-a9ae-0e990e4c1795 {
  min-height: 50px;
}








#s-b114d32e-738c-47b8-a9ae-0e990e4c1795 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b114d32e-738c-47b8-a9ae-0e990e4c1795.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ddd703fd-9251-4911-8224-9bc02a519560 {
  text-align: center;
}







  #s-ddd703fd-9251-4911-8224-9bc02a519560 img.shogun-image {
    

    
    
    
  }


#s-ddd703fd-9251-4911-8224-9bc02a519560 .shogun-image-content {
  
    align-items: center;
  
}

#s-78809dbe-4fb7-4cf2-975b-161897455da1 {
  min-height: 50px;
}
@media (max-width: 767px){#s-78809dbe-4fb7-4cf2-975b-161897455da1 {
  margin-bottom: 20px;
}
}







#s-78809dbe-4fb7-4cf2-975b-161897455da1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78809dbe-4fb7-4cf2-975b-161897455da1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-599aec13-1ce5-44ac-b981-f8c38bd1210e {
  margin-bottom: 20px;
}

#s-599aec13-1ce5-44ac-b981-f8c38bd1210e .shogun-heading-component h2 {
  color: rgba(77, 77, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  
}



#s-4c513ae6-d61e-405a-81a2-1f34786f059f {
  margin-bottom: 200px;
}

@media (min-width: 0px) {
[id="s-4c513ae6-d61e-405a-81a2-1f34786f059f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c513ae6-d61e-405a-81a2-1f34786f059f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-4c513ae6-d61e-405a-81a2-1f34786f059f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c513ae6-d61e-405a-81a2-1f34786f059f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-e84cc885-d411-49a1-87e7-742a46c35324 {
  margin-bottom: 20px;
text-align: left;
}

#s-e84cc885-d411-49a1-87e7-742a46c35324 .shogun-heading-component h2 {
  color: rgba(77, 77, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-c9895e72-1317-49da-a0cd-d1c2a90e67db {
  min-height: 50px;
}








#s-c9895e72-1317-49da-a0cd-d1c2a90e67db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9895e72-1317-49da-a0cd-d1c2a90e67db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-09c34049-1ad9-4495-82b6-b8f2ed166599"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09c34049-1ad9-4495-82b6-b8f2ed166599"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-09c34049-1ad9-4495-82b6-b8f2ed166599"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-09c34049-1ad9-4495-82b6-b8f2ed166599"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5c694a0f-5066-4608-8705-80011e5106a4 {
  display: none;
}
#s-6d90956b-20fc-447c-85b4-58faa18d97c1 {
  text-align: left;
}



.shg-c#s-6d90956b-20fc-447c-85b4-58faa18d97c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d90956b-20fc-447c-85b4-58faa18d97c1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6d90956b-20fc-447c-85b4-58faa18d97c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d90956b-20fc-447c-85b4-58faa18d97c1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6d90956b-20fc-447c-85b4-58faa18d97c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d90956b-20fc-447c-85b4-58faa18d97c1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6d90956b-20fc-447c-85b4-58faa18d97c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d90956b-20fc-447c-85b4-58faa18d97c1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-6d90956b-20fc-447c-85b4-58faa18d97c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d90956b-20fc-447c-85b4-58faa18d97c1 img.shogun-image {
  width: 100%;
}



}
#s-d4e1cf5d-39ae-4c38-a27d-325057a76fdc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d4e1cf5d-39ae-4c38-a27d-325057a76fdc .shg-product-title-component h3 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-4dd3e19b-0c00-44a8-942b-089b80a62a12 {
  text-align: left;
}

#s-4dd3e19b-0c00-44a8-942b-089b80a62a12 .shg-product-sold-out {
  display: none;
  color: rgba(77, 77, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4dd3e19b-0c00-44a8-942b-089b80a62a12 .shg-product-price {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4dd3e19b-0c00-44a8-942b-089b80a62a12 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4eda2678-fab9-40b7-bc0c-2d47564c9bc0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4eda2678-fab9-40b7-bc0c-2d47564c9bc0 .shg-product-title-component h4 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-a2ff5006-10f9-435c-9978-0c9a21c97d11 {
  display: none;
}
#s-8a0a462b-f157-4725-8e08-950622e0c44d {
  text-align: left;
}



.shg-c#s-8a0a462b-f157-4725-8e08-950622e0c44d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a0a462b-f157-4725-8e08-950622e0c44d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8a0a462b-f157-4725-8e08-950622e0c44d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a0a462b-f157-4725-8e08-950622e0c44d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8a0a462b-f157-4725-8e08-950622e0c44d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a0a462b-f157-4725-8e08-950622e0c44d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8a0a462b-f157-4725-8e08-950622e0c44d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a0a462b-f157-4725-8e08-950622e0c44d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-8a0a462b-f157-4725-8e08-950622e0c44d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a0a462b-f157-4725-8e08-950622e0c44d img.shogun-image {
  width: 100%;
}



}
#s-7450b9e7-6e51-491c-8add-b62a77a092fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7450b9e7-6e51-491c-8add-b62a77a092fb .shg-product-title-component h3 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-4df77062-10da-4375-9357-81f76fb5d148 {
  text-align: left;
}

#s-4df77062-10da-4375-9357-81f76fb5d148 .shg-product-sold-out {
  display: none;
  color: rgba(77, 77, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4df77062-10da-4375-9357-81f76fb5d148 .shg-product-price {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4df77062-10da-4375-9357-81f76fb5d148 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-67817834-f3f5-45f2-9224-5ec8bc58feb5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-67817834-f3f5-45f2-9224-5ec8bc58feb5 .shg-product-title-component h4 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-f1dc22eb-efee-4ae6-849c-fe7ce6adcd72 {
  margin-bottom: 200px;
}

@media (min-width: 0px) {
[id="s-f1dc22eb-efee-4ae6-849c-fe7ce6adcd72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1dc22eb-efee-4ae6-849c-fe7ce6adcd72"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-f1dc22eb-efee-4ae6-849c-fe7ce6adcd72"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1dc22eb-efee-4ae6-849c-fe7ce6adcd72"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-f1dc22eb-efee-4ae6-849c-fe7ce6adcd72"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 0px) {
[id="s-bafb403d-f04b-4639-936f-60b33b29299b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bafb403d-f04b-4639-936f-60b33b29299b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bafb403d-f04b-4639-936f-60b33b29299b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bafb403d-f04b-4639-936f-60b33b29299b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9cebbbeb-4148-43e2-9089-fb78f4a555a5 {
  display: none;
}
#s-a28a0439-4669-43c5-8d16-d1dd7ad1fe67 {
  text-align: left;
}



.shg-c#s-a28a0439-4669-43c5-8d16-d1dd7ad1fe67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a28a0439-4669-43c5-8d16-d1dd7ad1fe67 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a28a0439-4669-43c5-8d16-d1dd7ad1fe67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a28a0439-4669-43c5-8d16-d1dd7ad1fe67 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a28a0439-4669-43c5-8d16-d1dd7ad1fe67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a28a0439-4669-43c5-8d16-d1dd7ad1fe67 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a28a0439-4669-43c5-8d16-d1dd7ad1fe67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a28a0439-4669-43c5-8d16-d1dd7ad1fe67 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-a28a0439-4669-43c5-8d16-d1dd7ad1fe67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a28a0439-4669-43c5-8d16-d1dd7ad1fe67 img.shogun-image {
  width: 100%;
}



}
#s-391db44c-cecc-4bef-b805-e5a5cf1c6a5a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-391db44c-cecc-4bef-b805-e5a5cf1c6a5a .shg-product-title-component h3 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-f9c2b6cd-3332-459f-a56a-86ea14fa5288 {
  text-align: left;
}

#s-f9c2b6cd-3332-459f-a56a-86ea14fa5288 .shg-product-sold-out {
  display: none;
  color: rgba(77, 77, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f9c2b6cd-3332-459f-a56a-86ea14fa5288 .shg-product-price {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f9c2b6cd-3332-459f-a56a-86ea14fa5288 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-75ec8d1b-02d9-4961-85e2-a152fa5fa290 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-75ec8d1b-02d9-4961-85e2-a152fa5fa290 .shg-product-title-component h4 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-d0764479-ec82-4eb8-b4e6-b67d37d323cb {
  display: none;
}
#s-55b298ca-1cd8-494b-bd70-ae039de9248d {
  text-align: left;
}



.shg-c#s-55b298ca-1cd8-494b-bd70-ae039de9248d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55b298ca-1cd8-494b-bd70-ae039de9248d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-55b298ca-1cd8-494b-bd70-ae039de9248d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55b298ca-1cd8-494b-bd70-ae039de9248d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-55b298ca-1cd8-494b-bd70-ae039de9248d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55b298ca-1cd8-494b-bd70-ae039de9248d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-55b298ca-1cd8-494b-bd70-ae039de9248d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55b298ca-1cd8-494b-bd70-ae039de9248d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-55b298ca-1cd8-494b-bd70-ae039de9248d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55b298ca-1cd8-494b-bd70-ae039de9248d img.shogun-image {
  width: 100%;
}



}
#s-0ad50d89-3d43-447d-836c-a940bcf99617 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0ad50d89-3d43-447d-836c-a940bcf99617 .shg-product-title-component h3 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-c3cc30d6-72f8-4345-9494-9fe175ff9ba6 {
  text-align: left;
}

#s-c3cc30d6-72f8-4345-9494-9fe175ff9ba6 .shg-product-sold-out {
  display: none;
  color: rgba(77, 77, 77, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c3cc30d6-72f8-4345-9494-9fe175ff9ba6 .shg-product-price {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c3cc30d6-72f8-4345-9494-9fe175ff9ba6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-95446185-5a16-4a17-a39d-7c8bbdeb6222 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-95446185-5a16-4a17-a39d-7c8bbdeb6222 .shg-product-title-component h4 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: ;
}

#s-83e479be-d99f-42b3-9326-321a034855ae {
  min-height: 50px;
}








#s-83e479be-d99f-42b3-9326-321a034855ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83e479be-d99f-42b3-9326-321a034855ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45974fc4-5f80-4425-b646-afb80c798f71 {
  text-align: left;
}

#s-45974fc4-5f80-4425-b646-afb80c798f71 .shogun-heading-component h2 {
  color: rgba(77, 77, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-126e9ed8-9db3-4e49-900b-ca0e8dffbca0 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-126e9ed8-9db3-4e49-900b-ca0e8dffbca0 .shogun-heading-component h3 {
  color: rgba(77, 77, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-08f8a964-6f8a-4862-ae0f-6792c0ba910b {
  margin-bottom: 200px;
}

@media (min-width: 0px) {
[id="s-08f8a964-6f8a-4862-ae0f-6792c0ba910b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08f8a964-6f8a-4862-ae0f-6792c0ba910b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-08f8a964-6f8a-4862-ae0f-6792c0ba910b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-08f8a964-6f8a-4862-ae0f-6792c0ba910b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e55b187c-468a-4eb6-8b07-d83c73cb744e {
  min-height: 50px;
}








#s-e55b187c-468a-4eb6-8b07-d83c73cb744e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e55b187c-468a-4eb6-8b07-d83c73cb744e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-701a0104-78c1-4e42-b812-4876062f8b8c {
  margin-bottom: 20px;
text-align: left;
}

#s-701a0104-78c1-4e42-b812-4876062f8b8c .shogun-heading-component h3 {
  color: rgba(77, 77, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-e756dbda-a824-45ed-a98b-e9f8bf3f0e1d {
  margin-bottom: 20px;
}

#s-22e08046-6b32-4055-bbb1-cb119a89195b {
  text-align: center;
}







  #s-22e08046-6b32-4055-bbb1-cb119a89195b img.shogun-image {
    

    
    
    
  }


#s-22e08046-6b32-4055-bbb1-cb119a89195b .shogun-image-content {
  
    align-items: center;
  
}

#s-998970d8-b992-4fdc-8f63-3d36ee46f891 {
  min-height: 50px;
}








#s-998970d8-b992-4fdc-8f63-3d36ee46f891 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-998970d8-b992-4fdc-8f63-3d36ee46f891.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95b87248-812e-41db-b127-f22db976f086 {
  text-align: center;
}







  #s-95b87248-812e-41db-b127-f22db976f086 img.shogun-image {
    

    
    
    
  }


#s-95b87248-812e-41db-b127-f22db976f086 .shogun-image-content {
  
    align-items: center;
  
}

#s-19ca4301-dd31-4617-8fe9-b16c6561af60 {
  margin-top: 50px;
margin-bottom: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-19ca4301-dd31-4617-8fe9-b16c6561af60 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19ca4301-dd31-4617-8fe9-b16c6561af60 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-19ca4301-dd31-4617-8fe9-b16c6561af60 {
  
}
}@media (max-width: 767px){#s-19ca4301-dd31-4617-8fe9-b16c6561af60 {
  
}
}
@media (min-width: 0px) {
[id="s-19ca4301-dd31-4617-8fe9-b16c6561af60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19ca4301-dd31-4617-8fe9-b16c6561af60"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-19ca4301-dd31-4617-8fe9-b16c6561af60"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-19ca4301-dd31-4617-8fe9-b16c6561af60"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-92b98e29-4f1f-4c93-819a-cad83e4871ed {
  min-height: 50px;
}
@media (max-width: 767px){#s-92b98e29-4f1f-4c93-819a-cad83e4871ed {
  margin-bottom: 20px;
}
}







#s-92b98e29-4f1f-4c93-819a-cad83e4871ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92b98e29-4f1f-4c93-819a-cad83e4871ed.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-488b861d-0f39-40f2-96a6-e67b892da98d {
  margin-bottom: 20px;
text-align: left;
}

#s-488b861d-0f39-40f2-96a6-e67b892da98d .shogun-heading-component h2 {
  color: rgba(77, 77, 77, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-17612ae9-48ed-43e0-a5cd-9155491e5033 {
  text-align: center;
}







  #s-17612ae9-48ed-43e0-a5cd-9155491e5033 img.shogun-image {
    

    
    
    
  }


#s-17612ae9-48ed-43e0-a5cd-9155491e5033 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fafed36-04c4-4259-b0d6-4eae3112a410 {
  min-height: 50px;
}
@media (max-width: 767px){#s-2fafed36-04c4-4259-b0d6-4eae3112a410 {
  margin-bottom: 20px;
}
}







#s-2fafed36-04c4-4259-b0d6-4eae3112a410 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fafed36-04c4-4259-b0d6-4eae3112a410.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*
  $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;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

.shogun-lazyload-bg-image {
  display: none;
}

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

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

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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:#000;background-color:rgba(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;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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}