.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-65fbb079-eb25-4722-a755-0c0b2dc45b08 {
  margin-bottom: 1em;
min-height: 50px;
}








#s-65fbb079-eb25-4722-a755-0c0b2dc45b08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65fbb079-eb25-4722-a755-0c0b2dc45b08.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: ;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-8c901293-1c16-4c63-acfb-cc71a7c0c8c3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-8c901293-1c16-4c63-acfb-cc71a7c0c8c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 10px;
}

#s-8c901293-1c16-4c63-acfb-cc71a7c0c8c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-8c901293-1c16-4c63-acfb-cc71a7c0c8c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-8c901293-1c16-4c63-acfb-cc71a7c0c8c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: PT Sans;
  font-weight: 700;
  font-style: ;
  font-size: 12px;
}

#s-8c901293-1c16-4c63-acfb-cc71a7c0c8c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}
#s-f1ae5064-1060-4404-9870-09110b9133d5 {
  min-height: 50px;
}








#s-f1ae5064-1060-4404-9870-09110b9133d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1ae5064-1060-4404-9870-09110b9133d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f0da219-b1e9-41b4-b430-13f57430f3e3 {
  background-repeat: no-repeat;
margin-top: 4em;
margin-bottom: 4em;
min-height: 50px;
}
@media (min-width: 1200px){#s-7f0da219-b1e9-41b4-b430-13f57430f3e3 {
  display: none;
}
#s-7f0da219-b1e9-41b4-b430-13f57430f3e3, #wrap-s-7f0da219-b1e9-41b4-b430-13f57430f3e3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f0da219-b1e9-41b4-b430-13f57430f3e3 {
  display: none;
}
#s-7f0da219-b1e9-41b4-b430-13f57430f3e3, #wrap-s-7f0da219-b1e9-41b4-b430-13f57430f3e3 { display: none !important; }}@media (max-width: 767px){#s-7f0da219-b1e9-41b4-b430-13f57430f3e3 {
  
}
}
#s-7f0da219-b1e9-41b4-b430-13f57430f3e3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDhiN2Q5MTAtMWU5NC00ZWZhLWExNzAtZmRhZTZhYzNlYWJiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZDhmMmYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjdlY2RjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwOGI3ZDkxMC0xZTk0LTRlZmEtYTE3MC1mZGFlNmFjM2VhYmIpIi8+PC9zdmc+);
}








#s-7f0da219-b1e9-41b4-b430-13f57430f3e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f0da219-b1e9-41b4-b430-13f57430f3e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b80a84a7-c379-4277-87ec-03c12ce70d6f {
  margin-top: 1em;
margin-left: 10%;
margin-bottom: 1em;
margin-right: 10%;
min-height: 50px;
}








#s-b80a84a7-c379-4277-87ec-03c12ce70d6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b80a84a7-c379-4277-87ec-03c12ce70d6f.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-c277574e-8640-418b-8c4c-b8ba41978b1a {
  margin-top: -5em;
text-align: center;
}







  #s-c277574e-8640-418b-8c4c-b8ba41978b1a img.shogun-image {
    

    
    
    
  }


#s-c277574e-8640-418b-8c4c-b8ba41978b1a .shogun-image-content {
  
    align-items: 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-a7436057-da8d-47fa-8a1c-f21a2328c4fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7436057-da8d-47fa-8a1c-f21a2328c4fa .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



.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-165eb32f-e6cb-402d-a30b-a9945a95f065 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-165eb32f-e6cb-402d-a30b-a9945a95f065"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-165eb32f-e6cb-402d-a30b-a9945a95f065"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-165eb32f-e6cb-402d-a30b-a9945a95f065"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-165eb32f-e6cb-402d-a30b-a9945a95f065"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-f8929400-41ce-4fcf-94db-95467f08f337 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-f8929400-41ce-4fcf-94db-95467f08f337 img.shogun-image {
    

    
    
    
  }


#s-f8929400-41ce-4fcf-94db-95467f08f337 .shogun-image-content {
  
    align-items: center;
  
}

#s-ebcdbdcd-d64f-43e6-ade2-eae7abf61c3c {
  margin-top: 1em;
}
@media (max-width: 767px){#s-ebcdbdcd-d64f-43e6-ade2-eae7abf61c3c {
  margin-bottom: 1em;
}
}
#s-1f77d9e4-d870-4f3e-ae06-58c2739b2735 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-1f77d9e4-d870-4f3e-ae06-58c2739b2735 img.shogun-image {
    

    
    
    
  }


#s-1f77d9e4-d870-4f3e-ae06-58c2739b2735 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f4e4982-9ed7-4733-b475-37f146efd50c {
  margin-top: 1em;
}

#s-ba21d047-a148-4ffc-a1d5-998999cb75b3 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-ba21d047-a148-4ffc-a1d5-998999cb75b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba21d047-a148-4ffc-a1d5-998999cb75b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-ba21d047-a148-4ffc-a1d5-998999cb75b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-ba21d047-a148-4ffc-a1d5-998999cb75b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-2a172d09-3c06-4f18-b34b-864fe76d63c2 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-2a172d09-3c06-4f18-b34b-864fe76d63c2 img.shogun-image {
    

    
    
    
  }


#s-2a172d09-3c06-4f18-b34b-864fe76d63c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-d32056cb-7898-4517-b489-076b345da7a0 {
  margin-top: 1em;
}
@media (max-width: 767px){#s-d32056cb-7898-4517-b489-076b345da7a0 {
  margin-bottom: 1em;
}
}
#s-0ce82891-6e42-4ba1-becb-3ad6e6d530cd {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-0ce82891-6e42-4ba1-becb-3ad6e6d530cd img.shogun-image {
    

    
    
    
  }


#s-0ce82891-6e42-4ba1-becb-3ad6e6d530cd .shogun-image-content {
  
    align-items: center;
  
}

#s-7142c5d1-0a3f-4aec-ab3a-528b831ae1d5 {
  margin-top: 1em;
}

#s-fb6b1817-7a4a-41ef-94c9-f394a56c38d1 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-fb6b1817-7a4a-41ef-94c9-f394a56c38d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb6b1817-7a4a-41ef-94c9-f394a56c38d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-fb6b1817-7a4a-41ef-94c9-f394a56c38d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-fb6b1817-7a4a-41ef-94c9-f394a56c38d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-539afc43-d929-4795-a379-ae9bcd7e27b2 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-539afc43-d929-4795-a379-ae9bcd7e27b2 img.shogun-image {
    

    
    
    
  }


#s-539afc43-d929-4795-a379-ae9bcd7e27b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc3b05ef-2355-4336-9a99-ee58ebcae98c {
  margin-top: 1em;
}
@media (max-width: 767px){#s-fc3b05ef-2355-4336-9a99-ee58ebcae98c {
  margin-bottom: 1em;
}
}
#s-3ebf0789-45cd-4b7d-b8e1-dfd0f10d3465 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-3ebf0789-45cd-4b7d-b8e1-dfd0f10d3465 img.shogun-image {
    

    
    
    
  }


#s-3ebf0789-45cd-4b7d-b8e1-dfd0f10d3465 .shogun-image-content {
  
    align-items: center;
  
}

#s-23ea44c8-2717-4f8b-995b-f1ac97e5bc62 {
  margin-top: 1em;
}

#s-c3defec3-3d7a-43f9-bade-fccf77a8bb43 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-c3defec3-3d7a-43f9-bade-fccf77a8bb43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3defec3-3d7a-43f9-bade-fccf77a8bb43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94064961-f964-42cc-983e-82be227b6fa3 {
  background-repeat: no-repeat;
margin-top: 5em;
margin-left: 0em;
margin-bottom: 3em;
margin-right: 0em;
padding-left: 3em;
padding-right: 3em;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-94064961-f964-42cc-983e-82be227b6fa3 {
  display: none;
}
#s-94064961-f964-42cc-983e-82be227b6fa3, #wrap-s-94064961-f964-42cc-983e-82be227b6fa3 { display: none !important; }}@media (max-width: 767px){#s-94064961-f964-42cc-983e-82be227b6fa3 {
  display: none;
}
#s-94064961-f964-42cc-983e-82be227b6fa3, #wrap-s-94064961-f964-42cc-983e-82be227b6fa3 { display: none !important; }}
#s-94064961-f964-42cc-983e-82be227b6fa3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzcyZTZiN2ItNzk1Mi00NzdkLTljOWItOTJmYTVkNzI4MmM5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZDhmMmYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjdlY2RjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjNzJlNmI3Yi03OTUyLTQ3N2QtOWM5Yi05MmZhNWQ3MjgyYzkpIi8+PC9zdmc+);
}








#s-94064961-f964-42cc-983e-82be227b6fa3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94064961-f964-42cc-983e-82be227b6fa3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a207e511-f248-447f-a1e3-852beedc3dbd {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-a207e511-f248-447f-a1e3-852beedc3dbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a207e511-f248-447f-a1e3-852beedc3dbd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7bd0124a-86d5-4231-a088-094e2d5e91fd {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-7bd0124a-86d5-4231-a088-094e2d5e91fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7bd0124a-86d5-4231-a088-094e2d5e91fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7bd0124a-86d5-4231-a088-094e2d5e91fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bd0124a-86d5-4231-a088-094e2d5e91fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e1c85a4d-e66b-4c41-bfb5-1f38cb483b7e {
  margin-top: -5em;
text-align: center;
}







  #s-e1c85a4d-e66b-4c41-bfb5-1f38cb483b7e img.shogun-image {
    

    
    
    
  }


#s-e1c85a4d-e66b-4c41-bfb5-1f38cb483b7e .shogun-image-content {
  
    align-items: center;
  
}

#s-e2ed55e8-5b52-4564-9906-0e04d1798e27 {
  padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}








#s-e2ed55e8-5b52-4564-9906-0e04d1798e27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2ed55e8-5b52-4564-9906-0e04d1798e27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2db2f88-bc4c-4077-a6a6-4595f34c6ed4 {
  margin-bottom: 0.25em;
text-align: left;
}

#s-b2db2f88-bc4c-4077-a6a6-4595f34c6ed4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.4em;
  
  
  text-align: left;
}



#s-786e75f7-e51b-46cb-a1a5-f7a118fc77a1 {
  margin-bottom: 0.5em;
}

#s-df2fc1e7-42cb-4954-a13c-31e0854ce0a7 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-df2fc1e7-42cb-4954-a13c-31e0854ce0a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df2fc1e7-42cb-4954-a13c-31e0854ce0a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-df2fc1e7-42cb-4954-a13c-31e0854ce0a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-df2fc1e7-42cb-4954-a13c-31e0854ce0a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-6b29eab0-c21a-4bec-8fce-7c3727ad7aee {
  min-height: 50px;
}








#s-6b29eab0-c21a-4bec-8fce-7c3727ad7aee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b29eab0-c21a-4bec-8fce-7c3727ad7aee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-255332b8-977f-460e-bd24-d57bfdf2705c {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-255332b8-977f-460e-bd24-d57bfdf2705c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-255332b8-977f-460e-bd24-d57bfdf2705c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-255332b8-977f-460e-bd24-d57bfdf2705c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-255332b8-977f-460e-bd24-d57bfdf2705c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-255332b8-977f-460e-bd24-d57bfdf2705c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-255332b8-977f-460e-bd24-d57bfdf2705c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-255332b8-977f-460e-bd24-d57bfdf2705c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-7e0d248f-c0d4-42d0-9d2c-c979331ea4d0 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-7e0d248f-c0d4-42d0-9d2c-c979331ea4d0 img.shogun-image {
    

    
    
    
  }


#s-7e0d248f-c0d4-42d0-9d2c-c979331ea4d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-22bb6d96-e35f-4a62-ba18-6a1a7588183b {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-22bb6d96-e35f-4a62-ba18-6a1a7588183b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-22bb6d96-e35f-4a62-ba18-6a1a7588183b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-22bb6d96-e35f-4a62-ba18-6a1a7588183b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-22bb6d96-e35f-4a62-ba18-6a1a7588183b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-22bb6d96-e35f-4a62-ba18-6a1a7588183b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-22bb6d96-e35f-4a62-ba18-6a1a7588183b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-22bb6d96-e35f-4a62-ba18-6a1a7588183b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-f700ee4d-f226-4442-b68b-fe8caed8c2f5 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: right;
}







  #s-f700ee4d-f226-4442-b68b-fe8caed8c2f5 img.shogun-image {
    

    
    
    
  }


#s-f700ee4d-f226-4442-b68b-fe8caed8c2f5 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4979802a-4688-4aa7-b108-bd45d67dfd1b {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-4979802a-4688-4aa7-b108-bd45d67dfd1b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-4979802a-4688-4aa7-b108-bd45d67dfd1b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-4979802a-4688-4aa7-b108-bd45d67dfd1b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-4979802a-4688-4aa7-b108-bd45d67dfd1b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-4979802a-4688-4aa7-b108-bd45d67dfd1b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-4979802a-4688-4aa7-b108-bd45d67dfd1b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-4979802a-4688-4aa7-b108-bd45d67dfd1b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-d9716440-c0cb-4b26-a564-326da5dd5b7d {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: right;
}







  #s-d9716440-c0cb-4b26-a564-326da5dd5b7d img.shogun-image {
    

    
    
    
  }


#s-d9716440-c0cb-4b26-a564-326da5dd5b7d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-17755805-7a8d-480c-aa36-bf61f4e8a995 {
  padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}








#s-17755805-7a8d-480c-aa36-bf61f4e8a995 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17755805-7a8d-480c-aa36-bf61f4e8a995.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-954c1e78-ee9c-4cd8-bd2c-3cfdd80d4db3 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-954c1e78-ee9c-4cd8-bd2c-3cfdd80d4db3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-954c1e78-ee9c-4cd8-bd2c-3cfdd80d4db3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-954c1e78-ee9c-4cd8-bd2c-3cfdd80d4db3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-954c1e78-ee9c-4cd8-bd2c-3cfdd80d4db3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-954c1e78-ee9c-4cd8-bd2c-3cfdd80d4db3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-954c1e78-ee9c-4cd8-bd2c-3cfdd80d4db3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-954c1e78-ee9c-4cd8-bd2c-3cfdd80d4db3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-4dc1c51e-87b3-4c28-b9d5-f940017f3863 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: right;
}







  #s-4dc1c51e-87b3-4c28-b9d5-f940017f3863 img.shogun-image {
    

    
    
    
  }


#s-4dc1c51e-87b3-4c28-b9d5-f940017f3863 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9326874d-f59c-4e28-b9b7-cf61709140ac {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-9326874d-f59c-4e28-b9b7-cf61709140ac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-9326874d-f59c-4e28-b9b7-cf61709140ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-9326874d-f59c-4e28-b9b7-cf61709140ac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-9326874d-f59c-4e28-b9b7-cf61709140ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-9326874d-f59c-4e28-b9b7-cf61709140ac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-9326874d-f59c-4e28-b9b7-cf61709140ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-9326874d-f59c-4e28-b9b7-cf61709140ac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-cbea5b62-506d-46ae-8f13-77e6da845ea0 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-cbea5b62-506d-46ae-8f13-77e6da845ea0 img.shogun-image {
    

    
    
    
  }


#s-cbea5b62-506d-46ae-8f13-77e6da845ea0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-890002ed-ad7a-4204-8fb1-8e73c6035423 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-890002ed-ad7a-4204-8fb1-8e73c6035423"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-890002ed-ad7a-4204-8fb1-8e73c6035423"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-890002ed-ad7a-4204-8fb1-8e73c6035423"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-890002ed-ad7a-4204-8fb1-8e73c6035423"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-890002ed-ad7a-4204-8fb1-8e73c6035423"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-890002ed-ad7a-4204-8fb1-8e73c6035423"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-890002ed-ad7a-4204-8fb1-8e73c6035423"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-5a67bd89-3962-4479-8dda-edc6aebed39b {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-5a67bd89-3962-4479-8dda-edc6aebed39b img.shogun-image {
    

    
    
    
  }


#s-5a67bd89-3962-4479-8dda-edc6aebed39b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-0c4cc595-cf30-4f09-a0e9-3a43f45b0f1f {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-0c4cc595-cf30-4f09-a0e9-3a43f45b0f1f img.shogun-image {
    

    
    
    
  }


#s-0c4cc595-cf30-4f09-a0e9-3a43f45b0f1f .shogun-image-content {
  
    align-items: center;
  
}

#s-83ec017b-c7b9-4dc3-81f6-9ef10867df09 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-83ec017b-c7b9-4dc3-81f6-9ef10867df09 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.5em;
  
  
  text-align: left;
}



#s-27cd49af-8ae1-433f-81d4-3085408d19ba {
  padding-top: 0em;
}

@media (min-width: 0px) {
[id="s-27cd49af-8ae1-433f-81d4-3085408d19ba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-27cd49af-8ae1-433f-81d4-3085408d19ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-27cd49af-8ae1-433f-81d4-3085408d19ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-27cd49af-8ae1-433f-81d4-3085408d19ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

.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-5fd097a3-6f21-4e93-bacb-e6c5a2ea0458 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-5fd097a3-6f21-4e93-bacb-e6c5a2ea0458 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fd097a3-6f21-4e93-bacb-e6c5a2ea0458 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5fd097a3-6f21-4e93-bacb-e6c5a2ea0458 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fd097a3-6f21-4e93-bacb-e6c5a2ea0458 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5fd097a3-6f21-4e93-bacb-e6c5a2ea0458 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fd097a3-6f21-4e93-bacb-e6c5a2ea0458 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5fd097a3-6f21-4e93-bacb-e6c5a2ea0458 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fd097a3-6f21-4e93-bacb-e6c5a2ea0458 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5fd097a3-6f21-4e93-bacb-e6c5a2ea0458 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fd097a3-6f21-4e93-bacb-e6c5a2ea0458 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-7a868fcd-5d30-43bc-8062-58431b7158bf {
  padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-7a868fcd-5d30-43bc-8062-58431b7158bf .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-e8f11534-02a2-4761-aa3e-49c7f0732a4b {
  text-align: left;
}

#s-e8f11534-02a2-4761-aa3e-49c7f0732a4b .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 1em;
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
}

#s-e8f11534-02a2-4761-aa3e-49c7f0732a4b .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-e8f11534-02a2-4761-aa3e-49c7f0732a4b .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-657ca85d-5f7d-42a0-8e47-76741ad76340 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-657ca85d-5f7d-42a0-8e47-76741ad76340 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-657ca85d-5f7d-42a0-8e47-76741ad76340 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-657ca85d-5f7d-42a0-8e47-76741ad76340 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-657ca85d-5f7d-42a0-8e47-76741ad76340 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-657ca85d-5f7d-42a0-8e47-76741ad76340 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-657ca85d-5f7d-42a0-8e47-76741ad76340 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-657ca85d-5f7d-42a0-8e47-76741ad76340 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-657ca85d-5f7d-42a0-8e47-76741ad76340 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-657ca85d-5f7d-42a0-8e47-76741ad76340 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-657ca85d-5f7d-42a0-8e47-76741ad76340 img.shogun-image {
  width: 100%;
}



}
#s-45712b6d-96f7-485c-98e1-20f8c15bcac3 {
  padding-top: 1em;
padding-bottom: 0px;
text-align: left;
}

#s-45712b6d-96f7-485c-98e1-20f8c15bcac3 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-8679ea25-a22f-4dc8-a32b-663c1b194239 {
  text-align: left;
}

#s-8679ea25-a22f-4dc8-a32b-663c1b194239 .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 1em;
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
}

#s-8679ea25-a22f-4dc8-a32b-663c1b194239 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-8679ea25-a22f-4dc8-a32b-663c1b194239 .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-c2175775-b63c-4b05-b381-4be78687d792 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-c2175775-b63c-4b05-b381-4be78687d792 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2175775-b63c-4b05-b381-4be78687d792 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c2175775-b63c-4b05-b381-4be78687d792 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2175775-b63c-4b05-b381-4be78687d792 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c2175775-b63c-4b05-b381-4be78687d792 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2175775-b63c-4b05-b381-4be78687d792 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c2175775-b63c-4b05-b381-4be78687d792 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2175775-b63c-4b05-b381-4be78687d792 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c2175775-b63c-4b05-b381-4be78687d792 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2175775-b63c-4b05-b381-4be78687d792 img.shogun-image {
  width: 100%;
}



}
#s-678f3422-afd7-4379-bc1f-7f349b070f86 {
  padding-top: 1em;
padding-bottom: 0px;
text-align: left;
}

#s-678f3422-afd7-4379-bc1f-7f349b070f86 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-3a595a93-6a26-4779-bc83-47d6305e6077 {
  text-align: left;
}

#s-3a595a93-6a26-4779-bc83-47d6305e6077 .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 1em;
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
}

#s-3a595a93-6a26-4779-bc83-47d6305e6077 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-3a595a93-6a26-4779-bc83-47d6305e6077 .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-88f8ea3c-41aa-4ae6-8fe8-3eb0cbbcc589 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-88f8ea3c-41aa-4ae6-8fe8-3eb0cbbcc589 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88f8ea3c-41aa-4ae6-8fe8-3eb0cbbcc589 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-88f8ea3c-41aa-4ae6-8fe8-3eb0cbbcc589 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88f8ea3c-41aa-4ae6-8fe8-3eb0cbbcc589 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-88f8ea3c-41aa-4ae6-8fe8-3eb0cbbcc589 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88f8ea3c-41aa-4ae6-8fe8-3eb0cbbcc589 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-88f8ea3c-41aa-4ae6-8fe8-3eb0cbbcc589 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88f8ea3c-41aa-4ae6-8fe8-3eb0cbbcc589 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-88f8ea3c-41aa-4ae6-8fe8-3eb0cbbcc589 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88f8ea3c-41aa-4ae6-8fe8-3eb0cbbcc589 img.shogun-image {
  width: 100%;
}



}
#s-4927444a-1e22-4a2f-832b-704e4a7e521b {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-4927444a-1e22-4a2f-832b-704e4a7e521b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-61ea1189-b0a8-43d5-a166-ec94ba57a3a0 {
  text-align: left;
}

#s-61ea1189-b0a8-43d5-a166-ec94ba57a3a0 .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 1em;
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
}

#s-61ea1189-b0a8-43d5-a166-ec94ba57a3a0 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-61ea1189-b0a8-43d5-a166-ec94ba57a3a0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
  padding-left: 10px;
}

#s-24c80e64-8ac8-4969-8b38-eec48cdf973b {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-24c80e64-8ac8-4969-8b38-eec48cdf973b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24c80e64-8ac8-4969-8b38-eec48cdf973b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-24c80e64-8ac8-4969-8b38-eec48cdf973b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24c80e64-8ac8-4969-8b38-eec48cdf973b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-24c80e64-8ac8-4969-8b38-eec48cdf973b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24c80e64-8ac8-4969-8b38-eec48cdf973b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-24c80e64-8ac8-4969-8b38-eec48cdf973b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24c80e64-8ac8-4969-8b38-eec48cdf973b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-24c80e64-8ac8-4969-8b38-eec48cdf973b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24c80e64-8ac8-4969-8b38-eec48cdf973b img.shogun-image {
  width: 100%;
}



}
#s-adad47ca-702c-450c-b558-c578deedfe16 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-adad47ca-702c-450c-b558-c578deedfe16 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-c55718db-06db-42a4-bb4c-38e851c09386 {
  text-align: left;
}

#s-c55718db-06db-42a4-bb4c-38e851c09386 .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 1em;
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
}

#s-c55718db-06db-42a4-bb4c-38e851c09386 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-c55718db-06db-42a4-bb4c-38e851c09386 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
  padding-left: 10px;
}

#s-f99107a6-5085-4ecf-acaa-960c999c8af7 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-f99107a6-5085-4ecf-acaa-960c999c8af7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f99107a6-5085-4ecf-acaa-960c999c8af7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f99107a6-5085-4ecf-acaa-960c999c8af7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f99107a6-5085-4ecf-acaa-960c999c8af7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f99107a6-5085-4ecf-acaa-960c999c8af7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f99107a6-5085-4ecf-acaa-960c999c8af7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f99107a6-5085-4ecf-acaa-960c999c8af7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f99107a6-5085-4ecf-acaa-960c999c8af7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f99107a6-5085-4ecf-acaa-960c999c8af7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f99107a6-5085-4ecf-acaa-960c999c8af7 img.shogun-image {
  width: 100%;
}



}
#s-20d4e203-2dd4-4af5-878e-089b9ec384af {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-20d4e203-2dd4-4af5-878e-089b9ec384af .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-ef9adca2-b612-4210-b232-5245c37f01e9 {
  text-align: left;
}

#s-ef9adca2-b612-4210-b232-5245c37f01e9 .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 1em;
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
}

#s-ef9adca2-b612-4210-b232-5245c37f01e9 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-ef9adca2-b612-4210-b232-5245c37f01e9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
  padding-left: 10px;
}

#s-4d29dcce-e406-4c23-afed-12eda9f3d35f {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-4d29dcce-e406-4c23-afed-12eda9f3d35f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d29dcce-e406-4c23-afed-12eda9f3d35f.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-0a6d6343-359d-4289-a170-de5c585eb5a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a6d6343-359d-4289-a170-de5c585eb5a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-0a6d6343-359d-4289-a170-de5c585eb5a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-0a6d6343-359d-4289-a170-de5c585eb5a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-0a6d6343-359d-4289-a170-de5c585eb5a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-0a6d6343-359d-4289-a170-de5c585eb5a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-0a6d6343-359d-4289-a170-de5c585eb5a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.5em);
}

}

#s-81d064f1-fa34-4233-8699-ae02fb919286 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}







  #s-81d064f1-fa34-4233-8699-ae02fb919286 img.shogun-image {
    

    
    
    
  }


#s-81d064f1-fa34-4233-8699-ae02fb919286 .shogun-image-content {
  
    align-items: center;
  
}

#s-7bc1dedb-6dcd-41a6-ad78-86476735699d {
  margin-bottom: 0em;
}








#s-7bc1dedb-6dcd-41a6-ad78-86476735699d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bc1dedb-6dcd-41a6-ad78-86476735699d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b79cb1b3-6478-455e-90ce-566e78c6ad43 {
  margin-top: 1em;
margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-b79cb1b3-6478-455e-90ce-566e78c6ad43 {
  margin-top: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b79cb1b3-6478-455e-90ce-566e78c6ad43 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b79cb1b3-6478-455e-90ce-566e78c6ad43 {
  margin-top: 0em;
}
}






  #s-b79cb1b3-6478-455e-90ce-566e78c6ad43 img.shogun-image {
    

    
    
    
  }


#s-b79cb1b3-6478-455e-90ce-566e78c6ad43 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0e1080f-ab22-44cd-9db0-9bc7f3a2bf73 {
  margin-top: 1em;
}

@media (min-width: 0px) {
[id="s-e0e1080f-ab22-44cd-9db0-9bc7f3a2bf73"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-e0e1080f-ab22-44cd-9db0-9bc7f3a2bf73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-e0e1080f-ab22-44cd-9db0-9bc7f3a2bf73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-e0e1080f-ab22-44cd-9db0-9bc7f3a2bf73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-fdfe0ba5-6916-46ee-8739-db7bf3c8eb06 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}







  #s-fdfe0ba5-6916-46ee-8739-db7bf3c8eb06 img.shogun-image {
    

    
    
    
  }


#s-fdfe0ba5-6916-46ee-8739-db7bf3c8eb06 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad8e2a6f-554f-46ab-8878-a9d73280a72f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}







  #s-ad8e2a6f-554f-46ab-8878-a9d73280a72f img.shogun-image {
    

    
    
    
  }


#s-ad8e2a6f-554f-46ab-8878-a9d73280a72f .shogun-image-content {
  
    align-items: center;
  
}

#s-eccdd2a0-776f-446c-b4c2-60e5125a0bf8 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 30em;
background-position: center center;
}








#s-eccdd2a0-776f-446c-b4c2-60e5125a0bf8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.55;
}#s-eccdd2a0-776f-446c-b4c2-60e5125a0bf8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b43cf5ec-109d-4c22-a9ef-68ea4d124d05 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b43cf5ec-109d-4c22-a9ef-68ea4d124d05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b43cf5ec-109d-4c22-a9ef-68ea4d124d05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-c5e9cfe6-2cd0-4dc0-8963-ad3635cb5291 {
  max-width: 200px;
}

#s-c5e9cfe6-2cd0-4dc0-8963-ad3635cb5291 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-c5e9cfe6-2cd0-4dc0-8963-ad3635cb5291 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c5e9cfe6-2cd0-4dc0-8963-ad3635cb5291 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-c5e9cfe6-2cd0-4dc0-8963-ad3635cb5291 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
}

#s-c5e9cfe6-2cd0-4dc0-8963-ad3635cb5291 td.shogun-table-column, #s-c5e9cfe6-2cd0-4dc0-8963-ad3635cb5291 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-193e4b3a-a701-4054-8e6e-4200d46f3c76 .shogun-icon-wrapper {
  text-align: center;
}


#s-193e4b3a-a701-4054-8e6e-4200d46f3c76 .shogun-icon-wrapper > .shogun-icon {

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

#s-4564b5f1-bb94-4976-a474-c92c43586a4c .shogun-icon-wrapper {
  text-align: center;
}


#s-4564b5f1-bb94-4976-a474-c92c43586a4c .shogun-icon-wrapper > .shogun-icon {

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

#s-57d19523-da39-4eb9-a55e-415d24883147 .shogun-icon-wrapper {
  text-align: center;
}


#s-57d19523-da39-4eb9-a55e-415d24883147 .shogun-icon-wrapper > .shogun-icon {

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

#s-7c64c4b5-4f02-40ab-83f5-a53969a10f8c .shogun-icon-wrapper {
  text-align: center;
}


#s-7c64c4b5-4f02-40ab-83f5-a53969a10f8c .shogun-icon-wrapper > .shogun-icon {

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

#s-afcd6cf8-c08d-445e-b032-89b7d792e0a2 .shogun-icon-wrapper {
  text-align: center;
}


#s-afcd6cf8-c08d-445e-b032-89b7d792e0a2 .shogun-icon-wrapper > .shogun-icon {

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

#s-ba5ee9fe-91f5-43a4-be79-7e6ec7f0f214 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba5ee9fe-91f5-43a4-be79-7e6ec7f0f214 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1em;
  
  
  
}



#s-169eda05-7f82-45e0-90ff-e53fb75b336d {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-169eda05-7f82-45e0-90ff-e53fb75b336d {
  max-width: 100%;
}
}@media (max-width: 767px){#s-169eda05-7f82-45e0-90ff-e53fb75b336d {
  max-width: 100%;
}
}
#s-c40c86b5-4110-475b-b070-70fa559a03db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c40c86b5-4110-475b-b070-70fa559a03db .shogun-heading-component h4 {
  color: rgba(105, 255, 226, 1);
  font-weight:  700 ;
  font-family: "PT Sans";
  font-style:  normal ;
  font-size: 1.2em;
  
  
  
}



#s-b79835d9-45b0-435f-8b2d-bf916401c012 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-b79835d9-45b0-435f-8b2d-bf916401c012 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b79835d9-45b0-435f-8b2d-bf916401c012.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f30a58e-1323-46d5-9e33-4b4addf8ad6b {
  margin-left: 0em;
margin-right: 0em;
}

@media (min-width: 0px) {
[id="s-4f30a58e-1323-46d5-9e33-4b4addf8ad6b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f30a58e-1323-46d5-9e33-4b4addf8ad6b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

@media (min-width: 992px) {
[id="s-4f30a58e-1323-46d5-9e33-4b4addf8ad6b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

@media (min-width: 1200px) {
[id="s-4f30a58e-1323-46d5-9e33-4b4addf8ad6b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

#s-d0a7783e-162e-4d9c-8823-a311d13c0d1f {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}







  #s-d0a7783e-162e-4d9c-8823-a311d13c0d1f img.shogun-image {
    

    
    
    
  }


#s-d0a7783e-162e-4d9c-8823-a311d13c0d1f .shogun-image-content {
  
    align-items: center;
  
}

#s-80fa232e-26ef-4cf8-a369-099bcbf54ebb {
  padding-top: 0em;
padding-bottom: 0em;
text-align: center;
}

#s-80fa232e-26ef-4cf8-a369-099bcbf54ebb .shogun-heading-component h6 {
  color: rgba(65, 160, 144, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.05em;
  
  
  
}



#s-4a5d1474-3a71-4057-a7c4-fcd64246451d {
  padding-left: 10px;
padding-right: 10px;
}

#s-f5fb88ab-effe-46d1-9ebe-368081c5cd12 {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}







  #s-f5fb88ab-effe-46d1-9ebe-368081c5cd12 img.shogun-image {
    

    
    
    
  }


#s-f5fb88ab-effe-46d1-9ebe-368081c5cd12 .shogun-image-content {
  
    align-items: center;
  
}

#s-140e3677-d888-422a-a510-7ebd5e7bad4a {
  padding-top: 0em;
padding-bottom: 0em;
text-align: center;
}

#s-140e3677-d888-422a-a510-7ebd5e7bad4a .shogun-heading-component h6 {
  color: rgba(65, 160, 144, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.05em;
  
  
  
}



#s-89fe43ba-de76-423d-90f8-7b9e3bf8f49b {
  padding-left: 10px;
padding-right: 10px;
}

#s-94934c1a-7a80-4f72-b193-dd98567deee5 {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}







  #s-94934c1a-7a80-4f72-b193-dd98567deee5 img.shogun-image {
    

    
    
    
  }


#s-94934c1a-7a80-4f72-b193-dd98567deee5 .shogun-image-content {
  
    align-items: center;
  
}

#s-7bd20e29-f30c-489d-af8f-2d284fa8e3af {
  padding-top: 0px;
padding-bottom: 0em;
text-align: center;
}

#s-7bd20e29-f30c-489d-af8f-2d284fa8e3af .shogun-heading-component h6 {
  color: rgba(65, 160, 144, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.05em;
  
  
  
}



#s-dea342d8-f566-487c-a980-0c97dcfe39ae {
  padding-left: 10px;
padding-right: 10px;
}

/*
  $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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
