.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-531dd8ac-4635-4c7a-9d14-be7d425ef4d8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-531dd8ac-4635-4c7a-9d14-be7d425ef4d8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 10px;
}

#s-531dd8ac-4635-4c7a-9d14-be7d425ef4d8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-531dd8ac-4635-4c7a-9d14-be7d425ef4d8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-531dd8ac-4635-4c7a-9d14-be7d425ef4d8 > .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-531dd8ac-4635-4c7a-9d14-be7d425ef4d8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}
.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: ;
}

.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-73fdb6ea-6a1d-48eb-9dbe-e43706bcfc98 {
  min-height: 50px;
}








#s-73fdb6ea-6a1d-48eb-9dbe-e43706bcfc98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73fdb6ea-6a1d-48eb-9dbe-e43706bcfc98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3a7cdd0-d9c6-4033-829a-0e620711358c {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-f3a7cdd0-d9c6-4033-829a-0e620711358c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3a7cdd0-d9c6-4033-829a-0e620711358c.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-8e55ba00-ab67-4106-b8c2-03f40362f592 {
  margin-left: 0em;
margin-right: 0em;
}

@media (min-width: 0px) {
[id="s-8e55ba00-ab67-4106-b8c2-03f40362f592"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e55ba00-ab67-4106-b8c2-03f40362f592"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

@media (min-width: 992px) {
[id="s-8e55ba00-ab67-4106-b8c2-03f40362f592"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

@media (min-width: 1200px) {
[id="s-8e55ba00-ab67-4106-b8c2-03f40362f592"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

.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-fb7c0daf-2580-4cc0-9d87-c9d9ba190fad {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}







  #s-fb7c0daf-2580-4cc0-9d87-c9d9ba190fad img.shogun-image {
    

    
    
    
  }


#s-fb7c0daf-2580-4cc0-9d87-c9d9ba190fad .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-1bf8080c-6b45-41ab-b047-883c5ab2c357 {
  padding-top: 0em;
padding-bottom: 0em;
text-align: center;
}

#s-1bf8080c-6b45-41ab-b047-883c5ab2c357 .shogun-heading-component h6 {
  color: rgba(65, 160, 144, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.05em;
  
  
  
}



#s-d358d08e-ed87-440a-98c8-b91023f0bb43 {
  padding-left: 10px;
padding-right: 10px;
}

#s-b76c7b2f-af94-412b-9ef2-b00e30410551 {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}







  #s-b76c7b2f-af94-412b-9ef2-b00e30410551 img.shogun-image {
    

    
    
    
  }


#s-b76c7b2f-af94-412b-9ef2-b00e30410551 .shogun-image-content {
  
    align-items: center;
  
}

#s-fde90f37-b239-46e8-9520-cc00021b413b {
  padding-top: 0em;
padding-bottom: 0em;
text-align: center;
}

#s-fde90f37-b239-46e8-9520-cc00021b413b .shogun-heading-component h6 {
  color: rgba(65, 160, 144, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.05em;
  
  
  
}



#s-067e10c6-7c38-4d54-9837-2d305a82f659 {
  padding-left: 10px;
padding-right: 10px;
}

#s-f84c80b5-e73f-42bc-a5dd-e712b9606e29 {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}







  #s-f84c80b5-e73f-42bc-a5dd-e712b9606e29 img.shogun-image {
    

    
    
    
  }


#s-f84c80b5-e73f-42bc-a5dd-e712b9606e29 .shogun-image-content {
  
    align-items: center;
  
}

#s-6cc56b69-1449-41a2-9ae8-9cca724c8f9f {
  padding-top: 0px;
padding-bottom: 0em;
text-align: center;
}

#s-6cc56b69-1449-41a2-9ae8-9cca724c8f9f .shogun-heading-component h6 {
  color: rgba(65, 160, 144, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.05em;
  
  
  
}



#s-f70a0f6a-3ecf-46ca-8a51-5e1b54dd03ec {
  padding-left: 10px;
padding-right: 10px;
}

#s-ce65150d-3a68-4cca-8d38-2c64c17437cc {
  background-repeat: no-repeat;
margin-top: 5em;
margin-left: 0em;
margin-bottom: 5em;
margin-right: 0em;
padding-left: 3em;
padding-right: 3em;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-ce65150d-3a68-4cca-8d38-2c64c17437cc {
  display: none;
}
#s-ce65150d-3a68-4cca-8d38-2c64c17437cc, #wrap-s-ce65150d-3a68-4cca-8d38-2c64c17437cc { display:none !important; }}@media (max-width: 767px){#s-ce65150d-3a68-4cca-8d38-2c64c17437cc {
  display: none;
}
#s-ce65150d-3a68-4cca-8d38-2c64c17437cc, #wrap-s-ce65150d-3a68-4cca-8d38-2c64c17437cc { display:none !important; }}
#s-ce65150d-3a68-4cca-8d38-2c64c17437cc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDY2NTFmNTUtOGRjNC00YTIwLThmZDUtMjk4ZDYxMTQwZWY5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZDhmMmYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjdlY2RjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NjY1MWY1NS04ZGM0LTRhMjAtOGZkNS0yOThkNjExNDBlZjkpIi8+PC9zdmc+);
}








#s-ce65150d-3a68-4cca-8d38-2c64c17437cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce65150d-3a68-4cca-8d38-2c64c17437cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dae58f9c-33a2-422f-a577-97681baa7ac0 {
  margin-left: auto;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-dae58f9c-33a2-422f-a577-97681baa7ac0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dae58f9c-33a2-422f-a577-97681baa7ac0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-dae58f9c-33a2-422f-a577-97681baa7ac0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-dae58f9c-33a2-422f-a577-97681baa7ac0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-dae58f9c-33a2-422f-a577-97681baa7ac0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-dae58f9c-33a2-422f-a577-97681baa7ac0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-dae58f9c-33a2-422f-a577-97681baa7ac0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-dae58f9c-33a2-422f-a577-97681baa7ac0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-dae58f9c-33a2-422f-a577-97681baa7ac0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-dae58f9c-33a2-422f-a577-97681baa7ac0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

#s-0e0b097f-f4fb-4cab-8bf6-93b0e8f0b77c {
  min-height: 50px;
}








#s-0e0b097f-f4fb-4cab-8bf6-93b0e8f0b77c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e0b097f-f4fb-4cab-8bf6-93b0e8f0b77c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fddf5a79-eee4-4646-a00d-54b3af44337a {
  margin-bottom: 0.25em;
text-align: left;
}

#s-fddf5a79-eee4-4646-a00d-54b3af44337a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.4em;
  
  
  text-align: left;
}



#s-5a2729b4-5bd8-41e8-9930-ad06d82b9da5 {
  margin-bottom: 0.5em;
}

#s-9a602c46-cc52-4292-86c6-e715868c1bf7 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-9a602c46-cc52-4292-86c6-e715868c1bf7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-9a602c46-cc52-4292-86c6-e715868c1bf7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-9a602c46-cc52-4292-86c6-e715868c1bf7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-9a602c46-cc52-4292-86c6-e715868c1bf7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-9a602c46-cc52-4292-86c6-e715868c1bf7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-9a602c46-cc52-4292-86c6-e715868c1bf7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-9a602c46-cc52-4292-86c6-e715868c1bf7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-cd825a49-3076-44c7-b627-779b51ce5a05 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-cd825a49-3076-44c7-b627-779b51ce5a05 img.shogun-image {
    

    
    
    
  }


#s-cd825a49-3076-44c7-b627-779b51ce5a05 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0d0c853-8069-43ab-b028-e03d97c273ec {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-e0d0c853-8069-43ab-b028-e03d97c273ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-e0d0c853-8069-43ab-b028-e03d97c273ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-e0d0c853-8069-43ab-b028-e03d97c273ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-e0d0c853-8069-43ab-b028-e03d97c273ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-e0d0c853-8069-43ab-b028-e03d97c273ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-e0d0c853-8069-43ab-b028-e03d97c273ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-e0d0c853-8069-43ab-b028-e03d97c273ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-d52ba5cf-b4dd-4634-ae55-5c0776315677 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-d52ba5cf-b4dd-4634-ae55-5c0776315677 img.shogun-image {
    

    
    
    
  }


#s-d52ba5cf-b4dd-4634-ae55-5c0776315677 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b1a7033-e0f0-4d62-97aa-742312622feb {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-2b1a7033-e0f0-4d62-97aa-742312622feb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-2b1a7033-e0f0-4d62-97aa-742312622feb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-2b1a7033-e0f0-4d62-97aa-742312622feb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-2b1a7033-e0f0-4d62-97aa-742312622feb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-2b1a7033-e0f0-4d62-97aa-742312622feb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-2b1a7033-e0f0-4d62-97aa-742312622feb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-2b1a7033-e0f0-4d62-97aa-742312622feb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-c424fa08-aabb-4d26-b01c-1408e46c1cbf {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-c424fa08-aabb-4d26-b01c-1408e46c1cbf img.shogun-image {
    

    
    
    
  }


#s-c424fa08-aabb-4d26-b01c-1408e46c1cbf .shogun-image-content {
  
    align-items: center;
  
}

#s-422b2724-517b-4f74-8817-c1e54b643ccf {
  margin-top: -5em;
margin-bottom: -5em;
max-width: 100%;
text-align: center;
}







  #s-422b2724-517b-4f74-8817-c1e54b643ccf img.shogun-image {
    

    
    
    
  }


#s-422b2724-517b-4f74-8817-c1e54b643ccf .shogun-image-content {
  
    align-items: center;
  
}

#s-784eafd2-5338-48c6-b309-76170e61cc53 {
  min-height: 50px;
}








#s-784eafd2-5338-48c6-b309-76170e61cc53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-784eafd2-5338-48c6-b309-76170e61cc53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54f3e0a4-eb81-42f9-a986-5bd551f5b659 {
  padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}








#s-54f3e0a4-eb81-42f9-a986-5bd551f5b659 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54f3e0a4-eb81-42f9-a986-5bd551f5b659.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b586ba2e-6365-47fc-9757-0a275b56cd7f {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-b586ba2e-6365-47fc-9757-0a275b56cd7f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-b586ba2e-6365-47fc-9757-0a275b56cd7f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-b586ba2e-6365-47fc-9757-0a275b56cd7f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-b586ba2e-6365-47fc-9757-0a275b56cd7f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-b586ba2e-6365-47fc-9757-0a275b56cd7f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-b586ba2e-6365-47fc-9757-0a275b56cd7f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-b586ba2e-6365-47fc-9757-0a275b56cd7f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-23b71228-eba8-4209-9593-c87c2206ccb2 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: right;
}







  #s-23b71228-eba8-4209-9593-c87c2206ccb2 img.shogun-image {
    

    
    
    
  }


#s-23b71228-eba8-4209-9593-c87c2206ccb2 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-49400f79-1d34-494a-bb4d-c00b0f5c8aa8 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-49400f79-1d34-494a-bb4d-c00b0f5c8aa8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-49400f79-1d34-494a-bb4d-c00b0f5c8aa8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-49400f79-1d34-494a-bb4d-c00b0f5c8aa8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-49400f79-1d34-494a-bb4d-c00b0f5c8aa8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-49400f79-1d34-494a-bb4d-c00b0f5c8aa8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-49400f79-1d34-494a-bb4d-c00b0f5c8aa8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-49400f79-1d34-494a-bb4d-c00b0f5c8aa8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-adaf37d7-3482-42bf-997b-85be59df4ad4 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-adaf37d7-3482-42bf-997b-85be59df4ad4 img.shogun-image {
    

    
    
    
  }


#s-adaf37d7-3482-42bf-997b-85be59df4ad4 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4a9d50af-2cfe-4e5b-a1eb-d0a5121a8653 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-4a9d50af-2cfe-4e5b-a1eb-d0a5121a8653"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-4a9d50af-2cfe-4e5b-a1eb-d0a5121a8653"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-4a9d50af-2cfe-4e5b-a1eb-d0a5121a8653"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-4a9d50af-2cfe-4e5b-a1eb-d0a5121a8653"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-4a9d50af-2cfe-4e5b-a1eb-d0a5121a8653"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-4a9d50af-2cfe-4e5b-a1eb-d0a5121a8653"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-4a9d50af-2cfe-4e5b-a1eb-d0a5121a8653"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-870e7444-31c2-4449-a4d1-d09ff603b01f {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-870e7444-31c2-4449-a4d1-d09ff603b01f img.shogun-image {
    

    
    
    
  }


#s-870e7444-31c2-4449-a4d1-d09ff603b01f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9583c287-cb94-4dfe-a7d0-76562e81a561 {
  background-repeat: no-repeat;
margin-top: 4em;
margin-bottom: 0em;
min-height: 50px;
}
@media (min-width: 1200px){#s-9583c287-cb94-4dfe-a7d0-76562e81a561 {
  display: none;
}
#s-9583c287-cb94-4dfe-a7d0-76562e81a561, #wrap-s-9583c287-cb94-4dfe-a7d0-76562e81a561 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9583c287-cb94-4dfe-a7d0-76562e81a561 {
  display: none;
}
#s-9583c287-cb94-4dfe-a7d0-76562e81a561, #wrap-s-9583c287-cb94-4dfe-a7d0-76562e81a561 { display:none !important; }}@media (max-width: 767px){#s-9583c287-cb94-4dfe-a7d0-76562e81a561 {
  
}
}
#s-9583c287-cb94-4dfe-a7d0-76562e81a561 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmIyMzIyY2UtZjk3My00ZjVjLWFhOTUtMWRlNWFhOWFkMDJmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZDhmMmYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjdlY2RjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYjIzMjJjZS1mOTczLTRmNWMtYWE5NS0xZGU1YWE5YWQwMmYpIi8+PC9zdmc+);
}








#s-9583c287-cb94-4dfe-a7d0-76562e81a561 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9583c287-cb94-4dfe-a7d0-76562e81a561.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e75785f-0bc8-45f0-affc-88281518d642 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-9e75785f-0bc8-45f0-affc-88281518d642 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e75785f-0bc8-45f0-affc-88281518d642.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2846fcd8-32d7-4e04-b097-6a8ee1646988 {
  margin-top: -5em;
max-width: 100%;
text-align: center;
}







  #s-2846fcd8-32d7-4e04-b097-6a8ee1646988 img.shogun-image {
    

    
    
    
  }


#s-2846fcd8-32d7-4e04-b097-6a8ee1646988 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4d44082-763b-40e2-85e1-2071d38cae3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4d44082-763b-40e2-85e1-2071d38cae3d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-213abc63-f315-4598-a3ef-b5288be3e808 {
  margin-bottom: 0.5em;
}

#s-92e3118e-b028-4a78-b49c-c560fc6ee262 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-92e3118e-b028-4a78-b49c-c560fc6ee262"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92e3118e-b028-4a78-b49c-c560fc6ee262"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-92e3118e-b028-4a78-b49c-c560fc6ee262"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-92e3118e-b028-4a78-b49c-c560fc6ee262"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-980ddc58-0833-4208-b933-bef68d60e820 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-980ddc58-0833-4208-b933-bef68d60e820 img.shogun-image {
    

    
    
    
  }


#s-980ddc58-0833-4208-b933-bef68d60e820 .shogun-image-content {
  
    align-items: center;
  
}

#s-72e6f036-8a03-49f0-9fa1-938819c3ea92 {
  margin-top: 1em;
}
@media (max-width: 767px){#s-72e6f036-8a03-49f0-9fa1-938819c3ea92 {
  margin-bottom: 1em;
}
}
#s-1ad0f46a-4e2e-41b2-a8f7-42dbe806a4f5 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-1ad0f46a-4e2e-41b2-a8f7-42dbe806a4f5 img.shogun-image {
    

    
    
    
  }


#s-1ad0f46a-4e2e-41b2-a8f7-42dbe806a4f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a6ea37f-3c47-46d1-b575-9de2c1238580 {
  margin-top: 1em;
}

#s-164f976f-e984-40f5-ab62-68282b43f2dd {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-164f976f-e984-40f5-ab62-68282b43f2dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-164f976f-e984-40f5-ab62-68282b43f2dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-164f976f-e984-40f5-ab62-68282b43f2dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-164f976f-e984-40f5-ab62-68282b43f2dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-d54be248-9f47-415d-83aa-aac778860f8c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-d54be248-9f47-415d-83aa-aac778860f8c img.shogun-image {
    

    
    
    
  }


#s-d54be248-9f47-415d-83aa-aac778860f8c .shogun-image-content {
  
    align-items: center;
  
}

#s-60ff598f-3ea8-404f-80b1-cbfb549fe61b {
  margin-top: 1em;
}
@media (max-width: 767px){#s-60ff598f-3ea8-404f-80b1-cbfb549fe61b {
  margin-bottom: 1em;
}
}
#s-febdf3c9-2f2b-4379-9d2b-5e89032ee542 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-febdf3c9-2f2b-4379-9d2b-5e89032ee542 img.shogun-image {
    

    
    
    
  }


#s-febdf3c9-2f2b-4379-9d2b-5e89032ee542 .shogun-image-content {
  
    align-items: center;
  
}

#s-df8c99dd-d4b5-46ce-9e37-2f38bc097243 {
  margin-top: 1em;
}

#s-1374a086-d463-4447-9e77-ac85b2206ecf {
  margin-top: 1em;
margin-bottom: 3em;
}

@media (min-width: 0px) {
[id="s-1374a086-d463-4447-9e77-ac85b2206ecf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1374a086-d463-4447-9e77-ac85b2206ecf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-1374a086-d463-4447-9e77-ac85b2206ecf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-1374a086-d463-4447-9e77-ac85b2206ecf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-56a63636-4fe7-410c-b275-4fa4c16d4b30 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-56a63636-4fe7-410c-b275-4fa4c16d4b30 img.shogun-image {
    

    
    
    
  }


#s-56a63636-4fe7-410c-b275-4fa4c16d4b30 .shogun-image-content {
  
    align-items: center;
  
}

#s-c49aa247-942a-482c-bf65-3dd3bdbacacd {
  margin-top: 1em;
}
@media (max-width: 767px){#s-c49aa247-942a-482c-bf65-3dd3bdbacacd {
  margin-bottom: 1em;
}
}
#s-ee3810ce-b760-46e6-9ec0-3f009c3371ed {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-ee3810ce-b760-46e6-9ec0-3f009c3371ed img.shogun-image {
    

    
    
    
  }


#s-ee3810ce-b760-46e6-9ec0-3f009c3371ed .shogun-image-content {
  
    align-items: center;
  
}

#s-8b94775c-4616-45d5-98e8-7267d0579aff {
  margin-top: 1em;
}

#s-02754261-8cf3-4dfd-a4f9-2e9ffbe3f4e7 {
  min-height: 50px;
}








#s-02754261-8cf3-4dfd-a4f9-2e9ffbe3f4e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02754261-8cf3-4dfd-a4f9-2e9ffbe3f4e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ddd1417-fcf0-46ef-9791-627e9a9d9f2e {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-8ddd1417-fcf0-46ef-9791-627e9a9d9f2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ddd1417-fcf0-46ef-9791-627e9a9d9f2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffc7434e-2810-4ee5-9a3a-c23a5915b2a9 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (min-width: 1200px){#s-ffc7434e-2810-4ee5-9a3a-c23a5915b2a9 {
  display: none;
}
#s-ffc7434e-2810-4ee5-9a3a-c23a5915b2a9, #wrap-s-ffc7434e-2810-4ee5-9a3a-c23a5915b2a9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ffc7434e-2810-4ee5-9a3a-c23a5915b2a9 {
  display: none;
}
#s-ffc7434e-2810-4ee5-9a3a-c23a5915b2a9, #wrap-s-ffc7434e-2810-4ee5-9a3a-c23a5915b2a9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ffc7434e-2810-4ee5-9a3a-c23a5915b2a9 {
  display: none;
}
#s-ffc7434e-2810-4ee5-9a3a-c23a5915b2a9, #wrap-s-ffc7434e-2810-4ee5-9a3a-c23a5915b2a9 { display:none !important; }}@media (max-width: 767px){#s-ffc7434e-2810-4ee5-9a3a-c23a5915b2a9 {
  display: none;
}
#s-ffc7434e-2810-4ee5-9a3a-c23a5915b2a9, #wrap-s-ffc7434e-2810-4ee5-9a3a-c23a5915b2a9 { display:none !important; }}






  #s-ffc7434e-2810-4ee5-9a3a-c23a5915b2a9 img.shogun-image {
    

    
    
    
  }


#s-ffc7434e-2810-4ee5-9a3a-c23a5915b2a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-b88a3608-cec4-4a49-846d-05562bd019d8 {
  margin-top: 0em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
padding-top: 0.5px;
padding-left: 0em;
padding-bottom: 0.5px;
padding-right: 0em;
}

@media (min-width: 0px) {
[id="s-b88a3608-cec4-4a49-846d-05562bd019d8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-b88a3608-cec4-4a49-846d-05562bd019d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-b88a3608-cec4-4a49-846d-05562bd019d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-b88a3608-cec4-4a49-846d-05562bd019d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-e426a95f-6d90-46e0-981a-4fb97af091a3 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-e426a95f-6d90-46e0-981a-4fb97af091a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e426a95f-6d90-46e0-981a-4fb97af091a3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-df4fe61f-5a68-41e3-aff5-ded87e5d112a {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-df4fe61f-5a68-41e3-aff5-ded87e5d112a img.shogun-image {
    

    
    
    
  }


#s-df4fe61f-5a68-41e3-aff5-ded87e5d112a .shogun-image-content {
  
    align-items: center;
  
}

#s-57c14202-a791-4aac-b29d-20c96001bf35 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-57c14202-a791-4aac-b29d-20c96001bf35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57c14202-a791-4aac-b29d-20c96001bf35.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-eed799e6-0db6-4146-8352-823f9adb70d5 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-eed799e6-0db6-4146-8352-823f9adb70d5 img.shogun-image {
    

    
    
    
  }


#s-eed799e6-0db6-4146-8352-823f9adb70d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-16c35b02-adf1-4af2-8be3-0f1ee4dc8c73 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-16c35b02-adf1-4af2-8be3-0f1ee4dc8c73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16c35b02-adf1-4af2-8be3-0f1ee4dc8c73.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-112bb730-3fc7-4b2c-855d-a1caeacba844 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-112bb730-3fc7-4b2c-855d-a1caeacba844 img.shogun-image {
    

    
    
    
  }


#s-112bb730-3fc7-4b2c-855d-a1caeacba844 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb23d68c-d40c-4afa-86be-cccf093d125e {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-eb23d68c-d40c-4afa-86be-cccf093d125e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb23d68c-d40c-4afa-86be-cccf093d125e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e1f5ed1e-2fdd-4112-8702-e1f9b2f40ede {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-e1f5ed1e-2fdd-4112-8702-e1f9b2f40ede img.shogun-image {
    

    
    
    
  }


#s-e1f5ed1e-2fdd-4112-8702-e1f9b2f40ede .shogun-image-content {
  
    align-items: center;
  
}

#s-02a0b42c-3dd6-417a-b4d7-c2795deb4bdd {
  margin-top: 0em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
padding-top: 0.5px;
padding-left: 0em;
padding-bottom: 0.5px;
padding-right: 0em;
}

@media (min-width: 0px) {
[id="s-02a0b42c-3dd6-417a-b4d7-c2795deb4bdd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-02a0b42c-3dd6-417a-b4d7-c2795deb4bdd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-02a0b42c-3dd6-417a-b4d7-c2795deb4bdd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-02a0b42c-3dd6-417a-b4d7-c2795deb4bdd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-2d930806-07e5-4be2-acc7-0a4bfed106b8 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-2d930806-07e5-4be2-acc7-0a4bfed106b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d930806-07e5-4be2-acc7-0a4bfed106b8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-70a4ef7c-51af-4aaf-b50a-fca894f4f370 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-70a4ef7c-51af-4aaf-b50a-fca894f4f370 img.shogun-image {
    

    
    
    
  }


#s-70a4ef7c-51af-4aaf-b50a-fca894f4f370 .shogun-image-content {
  
    align-items: center;
  
}

#s-577153d0-090c-4a6f-ac67-3d1917257f21 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-577153d0-090c-4a6f-ac67-3d1917257f21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-577153d0-090c-4a6f-ac67-3d1917257f21.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-86fe179f-4b15-4d5b-9a4f-69102192b1d7 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-86fe179f-4b15-4d5b-9a4f-69102192b1d7 img.shogun-image {
    

    
    
    
  }


#s-86fe179f-4b15-4d5b-9a4f-69102192b1d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f15cf17-e351-4305-8804-2a7cd932d9cb {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-1f15cf17-e351-4305-8804-2a7cd932d9cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f15cf17-e351-4305-8804-2a7cd932d9cb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cb980caa-0e08-4b8b-94f5-47babbaaffde {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-cb980caa-0e08-4b8b-94f5-47babbaaffde img.shogun-image {
    

    
    
    
  }


#s-cb980caa-0e08-4b8b-94f5-47babbaaffde .shogun-image-content {
  
    align-items: center;
  
}

#s-32c7a07f-1ceb-4b5a-9a3e-7dbf13afbafb {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-32c7a07f-1ceb-4b5a-9a3e-7dbf13afbafb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32c7a07f-1ceb-4b5a-9a3e-7dbf13afbafb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4676f425-f21e-4a8c-873e-055402848386 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-4676f425-f21e-4a8c-873e-055402848386 img.shogun-image {
    

    
    
    
  }


#s-4676f425-f21e-4a8c-873e-055402848386 .shogun-image-content {
  
    align-items: center;
  
}

#s-1070674c-85b0-42f9-949b-85a8fb7d04e5 {
  margin-top: 0em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
padding-top: 0.5px;
padding-left: 0em;
padding-bottom: 0.5px;
padding-right: 0em;
}

@media (min-width: 0px) {
[id="s-1070674c-85b0-42f9-949b-85a8fb7d04e5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-1070674c-85b0-42f9-949b-85a8fb7d04e5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-1070674c-85b0-42f9-949b-85a8fb7d04e5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-1070674c-85b0-42f9-949b-85a8fb7d04e5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-9c4222a7-23d7-442f-a90b-68a8e143ef08 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-9c4222a7-23d7-442f-a90b-68a8e143ef08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c4222a7-23d7-442f-a90b-68a8e143ef08.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ebac936f-202e-4122-8e30-c943db414317 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-ebac936f-202e-4122-8e30-c943db414317 img.shogun-image {
    

    
    
    
  }


#s-ebac936f-202e-4122-8e30-c943db414317 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d88cd29-eb02-4c6d-8ccc-2ca924805cc6 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-2d88cd29-eb02-4c6d-8ccc-2ca924805cc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d88cd29-eb02-4c6d-8ccc-2ca924805cc6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-548731ae-8837-4a4a-872b-8f50efe5561a {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-548731ae-8837-4a4a-872b-8f50efe5561a img.shogun-image {
    

    
    
    
  }


#s-548731ae-8837-4a4a-872b-8f50efe5561a .shogun-image-content {
  
    align-items: center;
  
}

#s-4360ce89-c470-4b4a-80a2-1773ebfcc571 {
  margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 1300px;
}








#s-4360ce89-c470-4b4a-80a2-1773ebfcc571 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4360ce89-c470-4b4a-80a2-1773ebfcc571.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-7a7ffc03-c079-4a95-85be-54f1071e3998"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a7ffc03-c079-4a95-85be-54f1071e3998"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-7a7ffc03-c079-4a95-85be-54f1071e3998"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-7a7ffc03-c079-4a95-85be-54f1071e3998"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

}

.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-fe2898fc-abe2-4552-bf6b-90c730d90fa5 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(244, 244, 244, 1);
  border-radius: 0px;
}

#s-fe2898fc-abe2-4552-bf6b-90c730d90fa5 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-fe2898fc-abe2-4552-bf6b-90c730d90fa5 td.shogun-table-column {
  background-color: rgba(244, 244, 244, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-fe2898fc-abe2-4552-bf6b-90c730d90fa5 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-fe2898fc-abe2-4552-bf6b-90c730d90fa5 td.shogun-table-column, #s-fe2898fc-abe2-4552-bf6b-90c730d90fa5 td.shogun-table-row {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-8ab247d3-aba2-4cd7-9192-7b9c3db1617a {
  min-height: 50px;
}








#s-8ab247d3-aba2-4cd7-9192-7b9c3db1617a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ab247d3-aba2-4cd7-9192-7b9c3db1617a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16fb9b0a-9df3-4a5c-b8f4-43cd8015cf77 {
  min-height: 50px;
}








#s-16fb9b0a-9df3-4a5c-b8f4-43cd8015cf77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16fb9b0a-9df3-4a5c-b8f4-43cd8015cf77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-842db8c6-ea8a-4aaf-b3f3-a0270b57825e {
  min-height: 50px;
}








#s-842db8c6-ea8a-4aaf-b3f3-a0270b57825e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-842db8c6-ea8a-4aaf-b3f3-a0270b57825e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1106d64-de80-4d09-925c-ab7e99b28eb7 {
  min-height: 50px;
}








#s-e1106d64-de80-4d09-925c-ab7e99b28eb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1106d64-de80-4d09-925c-ab7e99b28eb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5fb16359-e93f-4f15-ac13-8179a0bf4d5b {
  min-height: 50px;
}








#s-5fb16359-e93f-4f15-ac13-8179a0bf4d5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fb16359-e93f-4f15-ac13-8179a0bf4d5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-868e06b1-6c5c-4a47-b887-ce0a577485f4 .shogun-icon-wrapper {
  text-align: center;
}


#s-868e06b1-6c5c-4a47-b887-ce0a577485f4 .shogun-icon-wrapper > .shogun-icon {

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

#s-9d0c92bd-b7ef-4b92-b139-d184b35c8f3c {
  min-height: 50px;
}








#s-9d0c92bd-b7ef-4b92-b139-d184b35c8f3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d0c92bd-b7ef-4b92-b139-d184b35c8f3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-736b4174-b6e2-42fe-a18b-c85f64730cd6 {
  min-height: 50px;
}








#s-736b4174-b6e2-42fe-a18b-c85f64730cd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-736b4174-b6e2-42fe-a18b-c85f64730cd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8be0225c-081f-4c6e-91b4-2ee64ec4b10e {
  min-height: 50px;
}








#s-8be0225c-081f-4c6e-91b4-2ee64ec4b10e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8be0225c-081f-4c6e-91b4-2ee64ec4b10e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e953858-6427-4e12-aa9c-40d3c1f0e002 .shogun-icon-wrapper {
  text-align: center;
}


#s-8e953858-6427-4e12-aa9c-40d3c1f0e002 .shogun-icon-wrapper > .shogun-icon {

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

#s-c055b5ca-dfba-4f94-afe1-60a030c87a97 {
  min-height: 50px;
}








#s-c055b5ca-dfba-4f94-afe1-60a030c87a97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c055b5ca-dfba-4f94-afe1-60a030c87a97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce53012d-46eb-42f5-be41-ebe15d285761 {
  min-height: 50px;
}








#s-ce53012d-46eb-42f5-be41-ebe15d285761 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce53012d-46eb-42f5-be41-ebe15d285761.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c6203a6-ece3-4c15-8049-ed31bbd8f467 {
  min-height: 50px;
}








#s-6c6203a6-ece3-4c15-8049-ed31bbd8f467 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c6203a6-ece3-4c15-8049-ed31bbd8f467.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79771380-bd47-4796-b3a0-333f821960ee .shogun-icon-wrapper {
  text-align: center;
}


#s-79771380-bd47-4796-b3a0-333f821960ee .shogun-icon-wrapper > .shogun-icon {

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

#s-41f456da-4907-4c91-9687-e11fc2ea81d9 {
  min-height: 50px;
}








#s-41f456da-4907-4c91-9687-e11fc2ea81d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41f456da-4907-4c91-9687-e11fc2ea81d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03c67baa-337f-4627-8945-49e8fa2511d1 .shogun-icon-wrapper {
  text-align: center;
}


#s-03c67baa-337f-4627-8945-49e8fa2511d1 .shogun-icon-wrapper > .shogun-icon {

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

#s-43300fee-0b12-40ac-b573-bb36078b348b {
  min-height: 50px;
}








#s-43300fee-0b12-40ac-b573-bb36078b348b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43300fee-0b12-40ac-b573-bb36078b348b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d01adda7-7b6e-452b-8056-60b0822ef28c {
  min-height: 50px;
}








#s-d01adda7-7b6e-452b-8056-60b0822ef28c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d01adda7-7b6e-452b-8056-60b0822ef28c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0670b238-478c-4835-b120-f322fde2b6ce {
  min-height: 50px;
}








#s-0670b238-478c-4835-b120-f322fde2b6ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0670b238-478c-4835-b120-f322fde2b6ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-297afc6f-d114-47ad-b2a0-78b8bac9cff0 {
  min-height: 50px;
}








#s-297afc6f-d114-47ad-b2a0-78b8bac9cff0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-297afc6f-d114-47ad-b2a0-78b8bac9cff0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bff22a15-98d2-48ea-ad8c-6e6bf335727d {
  min-height: 50px;
}








#s-bff22a15-98d2-48ea-ad8c-6e6bf335727d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bff22a15-98d2-48ea-ad8c-6e6bf335727d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8dd75f90-4d5f-4d78-9da1-a39f7e7b1b98 {
  min-height: 50px;
}








#s-8dd75f90-4d5f-4d78-9da1-a39f7e7b1b98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dd75f90-4d5f-4d78-9da1-a39f7e7b1b98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba95979e-cc8f-44b8-b1da-d71c745aa126 {
  min-height: 50px;
}








#s-ba95979e-cc8f-44b8-b1da-d71c745aa126 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba95979e-cc8f-44b8-b1da-d71c745aa126.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-954ff9f7-d2cc-4ae7-aaf3-7b0ab41efa62 {
  min-height: 50px;
}








#s-954ff9f7-d2cc-4ae7-aaf3-7b0ab41efa62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-954ff9f7-d2cc-4ae7-aaf3-7b0ab41efa62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-168f5cdf-48e8-4c42-988d-3abe10869755 {
  min-height: 50px;
}








#s-168f5cdf-48e8-4c42-988d-3abe10869755 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-168f5cdf-48e8-4c42-988d-3abe10869755.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98593944-6355-4ee7-97f8-7f14adeb1953 .shogun-icon-wrapper {
  text-align: center;
}


#s-98593944-6355-4ee7-97f8-7f14adeb1953 .shogun-icon-wrapper > .shogun-icon {

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

#s-8ab3afb3-c910-44f9-a95f-409ed53656f4 {
  min-height: 50px;
}








#s-8ab3afb3-c910-44f9-a95f-409ed53656f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ab3afb3-c910-44f9-a95f-409ed53656f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a67eb574-21e0-4915-b290-c2bbb78b150e .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(244, 244, 244, 1);
  border-radius: 0px;
}

#s-a67eb574-21e0-4915-b290-c2bbb78b150e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a67eb574-21e0-4915-b290-c2bbb78b150e td.shogun-table-column {
  background-color: rgba(244, 244, 244, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-a67eb574-21e0-4915-b290-c2bbb78b150e td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-a67eb574-21e0-4915-b290-c2bbb78b150e td.shogun-table-column, #s-a67eb574-21e0-4915-b290-c2bbb78b150e td.shogun-table-row {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-3ed06fc4-0990-4fbd-a0f7-ae88e4dd7bbc {
  min-height: 50px;
}








#s-3ed06fc4-0990-4fbd-a0f7-ae88e4dd7bbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ed06fc4-0990-4fbd-a0f7-ae88e4dd7bbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee6a4874-7bc3-4a1a-9e5a-58e29d13cf38 .shogun-icon-wrapper {
  text-align: center;
}


#s-ee6a4874-7bc3-4a1a-9e5a-58e29d13cf38 .shogun-icon-wrapper > .shogun-icon {

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

#s-d7a7e031-1bb1-4649-a1b5-2b4533ccab84 {
  min-height: 50px;
}








#s-d7a7e031-1bb1-4649-a1b5-2b4533ccab84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7a7e031-1bb1-4649-a1b5-2b4533ccab84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-741f2f47-e13d-4148-ba42-556ee0fec9f0 {
  min-height: 50px;
}








#s-741f2f47-e13d-4148-ba42-556ee0fec9f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-741f2f47-e13d-4148-ba42-556ee0fec9f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-864b2edb-9f7d-478b-8423-1d0df364c091 {
  min-height: 50px;
}








#s-864b2edb-9f7d-478b-8423-1d0df364c091 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-864b2edb-9f7d-478b-8423-1d0df364c091.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a5e5ce2-35f8-4002-9d98-7e3bcc60f934 {
  min-height: 50px;
}








#s-4a5e5ce2-35f8-4002-9d98-7e3bcc60f934 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a5e5ce2-35f8-4002-9d98-7e3bcc60f934.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3fcdc00-082b-43ee-bf7e-23dd89f7e1ec {
  min-height: 50px;
}








#s-b3fcdc00-082b-43ee-bf7e-23dd89f7e1ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3fcdc00-082b-43ee-bf7e-23dd89f7e1ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0b2a657-0538-4f50-b1eb-3aee39c49474 {
  min-height: 50px;
}








#s-c0b2a657-0538-4f50-b1eb-3aee39c49474 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0b2a657-0538-4f50-b1eb-3aee39c49474.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ddcb9033-5469-49bf-b647-bc885be64f06 .shogun-icon-wrapper {
  text-align: center;
}


#s-ddcb9033-5469-49bf-b647-bc885be64f06 .shogun-icon-wrapper > .shogun-icon {

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

#s-faaa2f17-7441-43d9-8aae-1c6278633444 {
  min-height: 50px;
}








#s-faaa2f17-7441-43d9-8aae-1c6278633444 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-faaa2f17-7441-43d9-8aae-1c6278633444.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37ea369a-a8c4-447c-818e-1807384379c4 {
  min-height: 50px;
}








#s-37ea369a-a8c4-447c-818e-1807384379c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37ea369a-a8c4-447c-818e-1807384379c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-175da560-dbcd-4700-bb42-104310826dd5 {
  min-height: 50px;
}








#s-175da560-dbcd-4700-bb42-104310826dd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-175da560-dbcd-4700-bb42-104310826dd5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57f179fd-4117-483d-b03a-5ada1aebaf9a {
  min-height: 50px;
}








#s-57f179fd-4117-483d-b03a-5ada1aebaf9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57f179fd-4117-483d-b03a-5ada1aebaf9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-046369dc-698b-4287-8340-78dc172a315d {
  min-height: 50px;
}








#s-046369dc-698b-4287-8340-78dc172a315d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-046369dc-698b-4287-8340-78dc172a315d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9bac8b4-9ab7-496b-aab3-b1300748abae {
  min-height: 50px;
}








#s-b9bac8b4-9ab7-496b-aab3-b1300748abae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9bac8b4-9ab7-496b-aab3-b1300748abae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0cd1bb86-36e3-47cd-9824-ff7210be9d42 {
  min-height: 50px;
}








#s-0cd1bb86-36e3-47cd-9824-ff7210be9d42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cd1bb86-36e3-47cd-9824-ff7210be9d42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33a33082-7a90-42ee-9453-d7ddb5569b00 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-33a33082-7a90-42ee-9453-d7ddb5569b00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33a33082-7a90-42ee-9453-d7ddb5569b00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6bfc731a-c896-4276-9775-59b8ec8dad71 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6bfc731a-c896-4276-9775-59b8ec8dad71 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.5em;
  
  
  text-align: left;
}



#s-7ca8d847-0dcf-4686-b37c-e00c64316f85 {
  padding-top: 0em;
}

@media (min-width: 0px) {
[id="s-7ca8d847-0dcf-4686-b37c-e00c64316f85"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7ca8d847-0dcf-4686-b37c-e00c64316f85"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-7ca8d847-0dcf-4686-b37c-e00c64316f85"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ca8d847-0dcf-4686-b37c-e00c64316f85"] > .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-57ffbeee-bd51-4f93-a5fb-667003a44dca {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-57ffbeee-bd51-4f93-a5fb-667003a44dca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57ffbeee-bd51-4f93-a5fb-667003a44dca img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-57ffbeee-bd51-4f93-a5fb-667003a44dca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57ffbeee-bd51-4f93-a5fb-667003a44dca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57ffbeee-bd51-4f93-a5fb-667003a44dca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57ffbeee-bd51-4f93-a5fb-667003a44dca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57ffbeee-bd51-4f93-a5fb-667003a44dca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57ffbeee-bd51-4f93-a5fb-667003a44dca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57ffbeee-bd51-4f93-a5fb-667003a44dca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57ffbeee-bd51-4f93-a5fb-667003a44dca 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-b71c6ef9-75bc-4673-b3d5-e0d2f7e07941 {
  padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-b71c6ef9-75bc-4673-b3d5-e0d2f7e07941 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-c280fc44-7696-469b-91c3-8bd737891af3 {
  text-align: left;
}

#s-c280fc44-7696-469b-91c3-8bd737891af3 .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-c280fc44-7696-469b-91c3-8bd737891af3 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-c280fc44-7696-469b-91c3-8bd737891af3 .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-f19f568c-cff8-4a09-bf0a-219ee0967956 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(248, 248, 248, 1);
border-style: solid;
text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-f19f568c-cff8-4a09-bf0a-219ee0967956 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f19f568c-cff8-4a09-bf0a-219ee0967956 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f19f568c-cff8-4a09-bf0a-219ee0967956 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f19f568c-cff8-4a09-bf0a-219ee0967956 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f19f568c-cff8-4a09-bf0a-219ee0967956 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f19f568c-cff8-4a09-bf0a-219ee0967956 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f19f568c-cff8-4a09-bf0a-219ee0967956 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f19f568c-cff8-4a09-bf0a-219ee0967956 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f19f568c-cff8-4a09-bf0a-219ee0967956 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f19f568c-cff8-4a09-bf0a-219ee0967956 img.shogun-image {
  width: 100%;
}



}
#s-6a54131d-11fd-42df-bac6-334da7de5090 {
  padding-top: 1em;
padding-bottom: 0px;
text-align: left;
}

#s-6a54131d-11fd-42df-bac6-334da7de5090 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-1532226c-e51f-4e5f-96f9-c15465e350bd {
  text-align: left;
}

#s-1532226c-e51f-4e5f-96f9-c15465e350bd .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-1532226c-e51f-4e5f-96f9-c15465e350bd .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-1532226c-e51f-4e5f-96f9-c15465e350bd .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-89205523-b9db-4643-bf8d-0fb1c7804322 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-89205523-b9db-4643-bf8d-0fb1c7804322 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89205523-b9db-4643-bf8d-0fb1c7804322 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-89205523-b9db-4643-bf8d-0fb1c7804322 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89205523-b9db-4643-bf8d-0fb1c7804322 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-89205523-b9db-4643-bf8d-0fb1c7804322 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89205523-b9db-4643-bf8d-0fb1c7804322 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-89205523-b9db-4643-bf8d-0fb1c7804322 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89205523-b9db-4643-bf8d-0fb1c7804322 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-89205523-b9db-4643-bf8d-0fb1c7804322 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89205523-b9db-4643-bf8d-0fb1c7804322 img.shogun-image {
  width: 100%;
}



}
#s-4856bc2a-f382-4b8d-913c-8bb7b2db47da {
  padding-top: 1em;
padding-bottom: 0px;
text-align: left;
}

#s-4856bc2a-f382-4b8d-913c-8bb7b2db47da .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-54a136b0-9887-4b66-a2d1-b4c305529db5 {
  text-align: left;
}

#s-54a136b0-9887-4b66-a2d1-b4c305529db5 .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-54a136b0-9887-4b66-a2d1-b4c305529db5 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-54a136b0-9887-4b66-a2d1-b4c305529db5 .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-e9cfdd15-f074-4dac-801c-78fca04eac4e {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-e9cfdd15-f074-4dac-801c-78fca04eac4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9cfdd15-f074-4dac-801c-78fca04eac4e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e9cfdd15-f074-4dac-801c-78fca04eac4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9cfdd15-f074-4dac-801c-78fca04eac4e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e9cfdd15-f074-4dac-801c-78fca04eac4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9cfdd15-f074-4dac-801c-78fca04eac4e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e9cfdd15-f074-4dac-801c-78fca04eac4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9cfdd15-f074-4dac-801c-78fca04eac4e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e9cfdd15-f074-4dac-801c-78fca04eac4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9cfdd15-f074-4dac-801c-78fca04eac4e img.shogun-image {
  width: 100%;
}



}
#s-d1332e8e-1610-402e-b577-e4f4980814ed {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-d1332e8e-1610-402e-b577-e4f4980814ed .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-48ea3609-7a77-4cf8-8d51-d4a3a42a256e {
  text-align: left;
}

#s-48ea3609-7a77-4cf8-8d51-d4a3a42a256e .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-48ea3609-7a77-4cf8-8d51-d4a3a42a256e .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-48ea3609-7a77-4cf8-8d51-d4a3a42a256e .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-9a0f6714-027a-4a33-9852-a2c3b016c87e {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-9a0f6714-027a-4a33-9852-a2c3b016c87e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a0f6714-027a-4a33-9852-a2c3b016c87e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9a0f6714-027a-4a33-9852-a2c3b016c87e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a0f6714-027a-4a33-9852-a2c3b016c87e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9a0f6714-027a-4a33-9852-a2c3b016c87e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a0f6714-027a-4a33-9852-a2c3b016c87e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9a0f6714-027a-4a33-9852-a2c3b016c87e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a0f6714-027a-4a33-9852-a2c3b016c87e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9a0f6714-027a-4a33-9852-a2c3b016c87e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a0f6714-027a-4a33-9852-a2c3b016c87e img.shogun-image {
  width: 100%;
}



}
#s-95e23df1-9426-4007-b696-ddc8b82419b9 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-95e23df1-9426-4007-b696-ddc8b82419b9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-8649a782-1ace-4994-b236-a94e85331c80 {
  text-align: left;
}

#s-8649a782-1ace-4994-b236-a94e85331c80 .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-8649a782-1ace-4994-b236-a94e85331c80 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-8649a782-1ace-4994-b236-a94e85331c80 .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-80f49b2c-c771-4b05-81f7-bdf9eff1e6da {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-80f49b2c-c771-4b05-81f7-bdf9eff1e6da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80f49b2c-c771-4b05-81f7-bdf9eff1e6da img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-80f49b2c-c771-4b05-81f7-bdf9eff1e6da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80f49b2c-c771-4b05-81f7-bdf9eff1e6da img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80f49b2c-c771-4b05-81f7-bdf9eff1e6da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80f49b2c-c771-4b05-81f7-bdf9eff1e6da img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80f49b2c-c771-4b05-81f7-bdf9eff1e6da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80f49b2c-c771-4b05-81f7-bdf9eff1e6da img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80f49b2c-c771-4b05-81f7-bdf9eff1e6da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80f49b2c-c771-4b05-81f7-bdf9eff1e6da img.shogun-image {
  width: 100%;
}



}
#s-73efde31-ec3b-41e5-b399-ac2dfb194676 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-73efde31-ec3b-41e5-b399-ac2dfb194676 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-0288961b-44fb-411a-923b-b61915f0dc73 {
  text-align: left;
}

#s-0288961b-44fb-411a-923b-b61915f0dc73 .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-0288961b-44fb-411a-923b-b61915f0dc73 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-0288961b-44fb-411a-923b-b61915f0dc73 .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-64fe78a8-211e-464b-971c-15742efdd9f2 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-64fe78a8-211e-464b-971c-15742efdd9f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64fe78a8-211e-464b-971c-15742efdd9f2.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-7bff4994-9b7f-42d1-a42a-590fc011cfa8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7bff4994-9b7f-42d1-a42a-590fc011cfa8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-7bff4994-9b7f-42d1-a42a-590fc011cfa8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-7bff4994-9b7f-42d1-a42a-590fc011cfa8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-7bff4994-9b7f-42d1-a42a-590fc011cfa8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-7bff4994-9b7f-42d1-a42a-590fc011cfa8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-7bff4994-9b7f-42d1-a42a-590fc011cfa8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.5em);
}

}

#s-1ccf556e-c37b-46f4-b996-022469a22955 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}







  #s-1ccf556e-c37b-46f4-b996-022469a22955 img.shogun-image {
    

    
    
    
  }


#s-1ccf556e-c37b-46f4-b996-022469a22955 .shogun-image-content {
  
    align-items: center;
  
}

#s-99bb4515-762d-483a-ab79-cecc3a009aa6 {
  margin-bottom: 0em;
}








#s-99bb4515-762d-483a-ab79-cecc3a009aa6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99bb4515-762d-483a-ab79-cecc3a009aa6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c2c88a4c-ecb5-4c57-9214-3e8f70004c11 {
  margin-top: 1em;
margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}
@media (min-width: 1200px){#s-c2c88a4c-ecb5-4c57-9214-3e8f70004c11 {
  margin-top: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c2c88a4c-ecb5-4c57-9214-3e8f70004c11 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2c88a4c-ecb5-4c57-9214-3e8f70004c11 {
  margin-top: 0em;
}
}






  #s-c2c88a4c-ecb5-4c57-9214-3e8f70004c11 img.shogun-image {
    

    
    
    
  }


#s-c2c88a4c-ecb5-4c57-9214-3e8f70004c11 .shogun-image-content {
  
    align-items: center;
  
}

#s-06abc15b-a4f3-423c-8028-7c99b890de78 {
  margin-top: 1em;
}

@media (min-width: 0px) {
[id="s-06abc15b-a4f3-423c-8028-7c99b890de78"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-06abc15b-a4f3-423c-8028-7c99b890de78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-06abc15b-a4f3-423c-8028-7c99b890de78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-06abc15b-a4f3-423c-8028-7c99b890de78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-75a11560-6342-49fd-9af7-ab3250d94622 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}







  #s-75a11560-6342-49fd-9af7-ab3250d94622 img.shogun-image {
    

    
    
    
  }


#s-75a11560-6342-49fd-9af7-ab3250d94622 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3f3a6ee-f28e-461a-a528-c604e0a64f3e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}







  #s-e3f3a6ee-f28e-461a-a528-c604e0a64f3e img.shogun-image {
    

    
    
    
  }


#s-e3f3a6ee-f28e-461a-a528-c604e0a64f3e .shogun-image-content {
  
    align-items: center;
  
}

#s-4ca6cd9e-4813-4a04-8bb9-1ef72e099dd1 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 30em;
background-position: center center;
}








#s-4ca6cd9e-4813-4a04-8bb9-1ef72e099dd1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-4ca6cd9e-4813-4a04-8bb9-1ef72e099dd1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-3c6c9f86-cd6a-467e-9199-09484346d208 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-3c6c9f86-cd6a-467e-9199-09484346d208 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3c6c9f86-cd6a-467e-9199-09484346d208 .shg-sld-nav-button.shg-sld-left,
#s-3c6c9f86-cd6a-467e-9199-09484346d208 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ae6b57b6-bd9f-4d58-95aa-206671416ddc {
  min-height: 50px;
}








#s-ae6b57b6-bd9f-4d58-95aa-206671416ddc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae6b57b6-bd9f-4d58-95aa-206671416ddc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9f28285-acd5-4ff2-82fa-bda169e0c73e {
  max-width: 200px;
}

#s-c9f28285-acd5-4ff2-82fa-bda169e0c73e .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-c9f28285-acd5-4ff2-82fa-bda169e0c73e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c9f28285-acd5-4ff2-82fa-bda169e0c73e 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-c9f28285-acd5-4ff2-82fa-bda169e0c73e td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
}

#s-c9f28285-acd5-4ff2-82fa-bda169e0c73e td.shogun-table-column, #s-c9f28285-acd5-4ff2-82fa-bda169e0c73e td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-baa2430e-49e5-4de0-9a56-2873a0f129da .shogun-icon-wrapper {
  text-align: center;
}


#s-baa2430e-49e5-4de0-9a56-2873a0f129da .shogun-icon-wrapper > .shogun-icon {

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

#s-b5b6494d-7b80-4c94-b9c5-d955a04f8128 .shogun-icon-wrapper {
  text-align: center;
}


#s-b5b6494d-7b80-4c94-b9c5-d955a04f8128 .shogun-icon-wrapper > .shogun-icon {

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

#s-8c25ac14-0a84-499d-8ed0-d374b585dccf .shogun-icon-wrapper {
  text-align: center;
}


#s-8c25ac14-0a84-499d-8ed0-d374b585dccf .shogun-icon-wrapper > .shogun-icon {

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

#s-21f26798-49d7-4bd0-88ca-eee8f8a08510 .shogun-icon-wrapper {
  text-align: center;
}


#s-21f26798-49d7-4bd0-88ca-eee8f8a08510 .shogun-icon-wrapper > .shogun-icon {

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

#s-1ab0df52-2909-4918-9083-7e3feb30776f .shogun-icon-wrapper {
  text-align: center;
}


#s-1ab0df52-2909-4918-9083-7e3feb30776f .shogun-icon-wrapper > .shogun-icon {

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

#s-0ef4c39f-3c0f-408a-85ce-ab94fc8117b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ef4c39f-3c0f-408a-85ce-ab94fc8117b4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1em;
  
  
  
}



#s-b1098c9a-3981-4622-8db0-16095dd2e0b8 {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b1098c9a-3981-4622-8db0-16095dd2e0b8 {
  max-width: 100%;
}
}@media (max-width: 767px){#s-b1098c9a-3981-4622-8db0-16095dd2e0b8 {
  max-width: 100%;
}
}
#s-d229bfb2-7e66-46f9-a064-363195406cc7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d229bfb2-7e66-46f9-a064-363195406cc7 .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-478f160a-7446-4a60-8a54-a8c8f33ab512 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-478f160a-7446-4a60-8a54-a8c8f33ab512 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-478f160a-7446-4a60-8a54-a8c8f33ab512.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20dbad80-5e9d-49e8-92af-420a3ee8e340 {
  max-width: 200px;
}

#s-20dbad80-5e9d-49e8-92af-420a3ee8e340 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-20dbad80-5e9d-49e8-92af-420a3ee8e340 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-20dbad80-5e9d-49e8-92af-420a3ee8e340 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-20dbad80-5e9d-49e8-92af-420a3ee8e340 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
}

#s-20dbad80-5e9d-49e8-92af-420a3ee8e340 td.shogun-table-column, #s-20dbad80-5e9d-49e8-92af-420a3ee8e340 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-ae1f9b3c-07af-40a2-9771-09be126c0495 .shogun-icon-wrapper {
  text-align: center;
}


#s-ae1f9b3c-07af-40a2-9771-09be126c0495 .shogun-icon-wrapper > .shogun-icon {

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

#s-c239ece4-bc9c-4a44-b9c6-3671231aed8f .shogun-icon-wrapper {
  text-align: center;
}


#s-c239ece4-bc9c-4a44-b9c6-3671231aed8f .shogun-icon-wrapper > .shogun-icon {

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

#s-80548162-7d09-457e-bf15-725fe22c4216 .shogun-icon-wrapper {
  text-align: center;
}


#s-80548162-7d09-457e-bf15-725fe22c4216 .shogun-icon-wrapper > .shogun-icon {

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

#s-3218da32-b299-415f-8b42-0f44ca588f54 .shogun-icon-wrapper {
  text-align: center;
}


#s-3218da32-b299-415f-8b42-0f44ca588f54 .shogun-icon-wrapper > .shogun-icon {

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

#s-24ac2f82-4d43-4d8a-bf5b-b646a68f2fc7 .shogun-icon-wrapper {
  text-align: center;
}


#s-24ac2f82-4d43-4d8a-bf5b-b646a68f2fc7 .shogun-icon-wrapper > .shogun-icon {

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

#s-702d7205-c743-4a13-9c54-830d9f7a9a4c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-702d7205-c743-4a13-9c54-830d9f7a9a4c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1em;
  
  
  
}



#s-d8866d83-97df-4db8-9031-67305500f6d3 {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d8866d83-97df-4db8-9031-67305500f6d3 {
  max-width: 100%;
}
}@media (max-width: 767px){#s-d8866d83-97df-4db8-9031-67305500f6d3 {
  max-width: 100%;
}
}
#s-b19aa88a-33aa-41bb-b485-8db6df883844 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b19aa88a-33aa-41bb-b485-8db6df883844 .shogun-heading-component h4 {
  color: rgba(105, 255, 226, 1);
  font-weight:  700 ;
  font-family: "PT Sans";
  font-style:  normal ;
  font-size: 1.2em;
  
  
  
}



/*
  $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}