.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-a00a03d6-4751-404a-a483-519a9982f47a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-a00a03d6-4751-404a-a483-519a9982f47a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 10px;
}

#s-a00a03d6-4751-404a-a483-519a9982f47a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a00a03d6-4751-404a-a483-519a9982f47a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-a00a03d6-4751-404a-a483-519a9982f47a > .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-a00a03d6-4751-404a-a483-519a9982f47a > .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-c88c2c55-3db7-47e7-a0e1-224901b7afae {
  min-height: 50px;
}








#s-c88c2c55-3db7-47e7-a0e1-224901b7afae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c88c2c55-3db7-47e7-a0e1-224901b7afae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c724e491-39e4-4025-858e-88fd82833b97 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-c724e491-39e4-4025-858e-88fd82833b97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c724e491-39e4-4025-858e-88fd82833b97.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-31600bd1-aa27-41b8-86a2-d2b972dc851e {
  margin-left: 0em;
margin-right: 0em;
}

@media (min-width: 0px) {
[id="s-31600bd1-aa27-41b8-86a2-d2b972dc851e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31600bd1-aa27-41b8-86a2-d2b972dc851e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

@media (min-width: 992px) {
[id="s-31600bd1-aa27-41b8-86a2-d2b972dc851e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

@media (min-width: 1200px) {
[id="s-31600bd1-aa27-41b8-86a2-d2b972dc851e"] > .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-d7ce8eb2-522f-4912-9f84-9a30040c6b17 {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}







  #s-d7ce8eb2-522f-4912-9f84-9a30040c6b17 img.shogun-image {
    

    
    
    
  }


#s-d7ce8eb2-522f-4912-9f84-9a30040c6b17 .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-a9550bf1-2edb-4c73-ad87-bd4f652b2ffb {
  padding-top: 0em;
padding-bottom: 0em;
text-align: center;
}

#s-a9550bf1-2edb-4c73-ad87-bd4f652b2ffb .shogun-heading-component h6 {
  color: rgba(65, 160, 144, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.05em;
  
  
  
}



#s-eca34c3c-aa5c-467b-b48e-f781012a62e8 {
  padding-left: 10px;
padding-right: 10px;
}

#s-a7103194-af9f-4a72-a39c-f4af58d3666f {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}







  #s-a7103194-af9f-4a72-a39c-f4af58d3666f img.shogun-image {
    

    
    
    
  }


#s-a7103194-af9f-4a72-a39c-f4af58d3666f .shogun-image-content {
  
    align-items: center;
  
}

#s-65879d4d-3589-4f3e-a830-11a6dc8ec9aa {
  padding-top: 0em;
padding-bottom: 0em;
text-align: center;
}

#s-65879d4d-3589-4f3e-a830-11a6dc8ec9aa .shogun-heading-component h6 {
  color: rgba(65, 160, 144, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.05em;
  
  
  
}



#s-2903deca-4c10-485f-ae63-6f9bdc8b6e97 {
  padding-left: 10px;
padding-right: 10px;
}

#s-cc1e8cec-bfbd-4611-849a-970d54d6df04 {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}







  #s-cc1e8cec-bfbd-4611-849a-970d54d6df04 img.shogun-image {
    

    
    
    
  }


#s-cc1e8cec-bfbd-4611-849a-970d54d6df04 .shogun-image-content {
  
    align-items: center;
  
}

#s-9255f765-ee15-4a69-9de0-1ccec8a85d20 {
  padding-top: 0px;
padding-bottom: 0em;
text-align: center;
}

#s-9255f765-ee15-4a69-9de0-1ccec8a85d20 .shogun-heading-component h6 {
  color: rgba(65, 160, 144, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.05em;
  
  
  
}



#s-481e8ece-0165-4435-bc20-615e110df1bb {
  padding-left: 10px;
padding-right: 10px;
}

#s-52e1731f-3a49-4cbe-a91e-67d010d8418a {
  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-52e1731f-3a49-4cbe-a91e-67d010d8418a {
  display: none;
}
#s-52e1731f-3a49-4cbe-a91e-67d010d8418a, #wrap-s-52e1731f-3a49-4cbe-a91e-67d010d8418a { display: none !important; }}@media (max-width: 767px){#s-52e1731f-3a49-4cbe-a91e-67d010d8418a {
  display: none;
}
#s-52e1731f-3a49-4cbe-a91e-67d010d8418a, #wrap-s-52e1731f-3a49-4cbe-a91e-67d010d8418a { display: none !important; }}
#s-52e1731f-3a49-4cbe-a91e-67d010d8418a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmY1YTUxNWItYjY0NC00YjU3LWExNmItZDhlMDY4MDA1YTJmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZDhmMmYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjdlY2RjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZjVhNTE1Yi1iNjQ0LTRiNTctYTE2Yi1kOGUwNjgwMDVhMmYpIi8+PC9zdmc+);
}








#s-52e1731f-3a49-4cbe-a91e-67d010d8418a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52e1731f-3a49-4cbe-a91e-67d010d8418a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f9976f6-6164-41a3-a1d6-5555f9dd8230 {
  margin-left: auto;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-1f9976f6-6164-41a3-a1d6-5555f9dd8230"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f9976f6-6164-41a3-a1d6-5555f9dd8230"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-1f9976f6-6164-41a3-a1d6-5555f9dd8230"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-1f9976f6-6164-41a3-a1d6-5555f9dd8230"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-1f9976f6-6164-41a3-a1d6-5555f9dd8230"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-1f9976f6-6164-41a3-a1d6-5555f9dd8230"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-1f9976f6-6164-41a3-a1d6-5555f9dd8230"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-1f9976f6-6164-41a3-a1d6-5555f9dd8230"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-1f9976f6-6164-41a3-a1d6-5555f9dd8230"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-1f9976f6-6164-41a3-a1d6-5555f9dd8230"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

#s-dec5a3b4-0f0d-4155-8c18-c0c61302612d {
  min-height: 50px;
}








#s-dec5a3b4-0f0d-4155-8c18-c0c61302612d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dec5a3b4-0f0d-4155-8c18-c0c61302612d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d59b4f0-3c58-4f1b-8fa5-42648fce4442 {
  margin-bottom: 0.25em;
text-align: left;
}

#s-8d59b4f0-3c58-4f1b-8fa5-42648fce4442 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.4em;
  
  
  text-align: left;
}



#s-864df657-70db-4719-b91b-ee607f51d434 {
  margin-bottom: 0.5em;
}

#s-9a0a59dd-c089-4816-ae04-79dd1aecede7 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-9a0a59dd-c089-4816-ae04-79dd1aecede7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-9a0a59dd-c089-4816-ae04-79dd1aecede7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-9a0a59dd-c089-4816-ae04-79dd1aecede7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-9a0a59dd-c089-4816-ae04-79dd1aecede7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-9a0a59dd-c089-4816-ae04-79dd1aecede7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-9a0a59dd-c089-4816-ae04-79dd1aecede7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-9a0a59dd-c089-4816-ae04-79dd1aecede7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-cb209291-c50d-4594-9756-b9f91a611381 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-cb209291-c50d-4594-9756-b9f91a611381 img.shogun-image {
    

    
    
    
  }


#s-cb209291-c50d-4594-9756-b9f91a611381 .shogun-image-content {
  
    align-items: center;
  
}

#s-a43becb0-c603-4980-b229-3829be10498a {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-a43becb0-c603-4980-b229-3829be10498a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-a43becb0-c603-4980-b229-3829be10498a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-a43becb0-c603-4980-b229-3829be10498a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-a43becb0-c603-4980-b229-3829be10498a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-a43becb0-c603-4980-b229-3829be10498a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-a43becb0-c603-4980-b229-3829be10498a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-a43becb0-c603-4980-b229-3829be10498a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-9f855903-cc88-4833-8ca5-6db28565178d {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-9f855903-cc88-4833-8ca5-6db28565178d img.shogun-image {
    

    
    
    
  }


#s-9f855903-cc88-4833-8ca5-6db28565178d .shogun-image-content {
  
    align-items: center;
  
}

#s-65eeb4f0-1af3-46f7-a5a9-7bac3bf4824a {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-65eeb4f0-1af3-46f7-a5a9-7bac3bf4824a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-65eeb4f0-1af3-46f7-a5a9-7bac3bf4824a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-65eeb4f0-1af3-46f7-a5a9-7bac3bf4824a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-65eeb4f0-1af3-46f7-a5a9-7bac3bf4824a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-65eeb4f0-1af3-46f7-a5a9-7bac3bf4824a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-65eeb4f0-1af3-46f7-a5a9-7bac3bf4824a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-65eeb4f0-1af3-46f7-a5a9-7bac3bf4824a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-1c85900c-8436-46bb-9b46-aa2ea16e44b3 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-1c85900c-8436-46bb-9b46-aa2ea16e44b3 img.shogun-image {
    

    
    
    
  }


#s-1c85900c-8436-46bb-9b46-aa2ea16e44b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff0e1051-d71c-4f6d-af29-254e8633487b {
  margin-top: -5em;
margin-bottom: -5em;
max-width: 100%;
text-align: center;
}








#s-ff0e1051-d71c-4f6d-af29-254e8633487b .shogun-image-content {
  
    align-items: center;
  
}

#s-cc6c2d77-83b6-4a09-a450-79cba2c406f5 {
  min-height: 50px;
}








#s-cc6c2d77-83b6-4a09-a450-79cba2c406f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc6c2d77-83b6-4a09-a450-79cba2c406f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0d6b068-d947-4758-b2a3-5b06e7f6448a {
  padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}








#s-c0d6b068-d947-4758-b2a3-5b06e7f6448a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0d6b068-d947-4758-b2a3-5b06e7f6448a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e6cfaac-a930-4579-bd1c-c0372433c654 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-8e6cfaac-a930-4579-bd1c-c0372433c654"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-8e6cfaac-a930-4579-bd1c-c0372433c654"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-8e6cfaac-a930-4579-bd1c-c0372433c654"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-8e6cfaac-a930-4579-bd1c-c0372433c654"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-8e6cfaac-a930-4579-bd1c-c0372433c654"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-8e6cfaac-a930-4579-bd1c-c0372433c654"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-8e6cfaac-a930-4579-bd1c-c0372433c654"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-1487a63a-8ae7-477c-9954-2587a821ecfe {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: right;
}







  #s-1487a63a-8ae7-477c-9954-2587a821ecfe img.shogun-image {
    

    
    
    
  }


#s-1487a63a-8ae7-477c-9954-2587a821ecfe .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-3996b077-aba4-4e53-88b6-bbb638f0c2bb {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-3996b077-aba4-4e53-88b6-bbb638f0c2bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-3996b077-aba4-4e53-88b6-bbb638f0c2bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-3996b077-aba4-4e53-88b6-bbb638f0c2bb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-3996b077-aba4-4e53-88b6-bbb638f0c2bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-3996b077-aba4-4e53-88b6-bbb638f0c2bb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-3996b077-aba4-4e53-88b6-bbb638f0c2bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-3996b077-aba4-4e53-88b6-bbb638f0c2bb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-4aacfa38-5850-42ee-82c7-6973b0551e96 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-4aacfa38-5850-42ee-82c7-6973b0551e96 img.shogun-image {
    

    
    
    
  }


#s-4aacfa38-5850-42ee-82c7-6973b0551e96 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9ee36555-f2a8-4ecf-adef-b1b039b0c804 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-9ee36555-f2a8-4ecf-adef-b1b039b0c804"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-9ee36555-f2a8-4ecf-adef-b1b039b0c804"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-9ee36555-f2a8-4ecf-adef-b1b039b0c804"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-9ee36555-f2a8-4ecf-adef-b1b039b0c804"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-9ee36555-f2a8-4ecf-adef-b1b039b0c804"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-9ee36555-f2a8-4ecf-adef-b1b039b0c804"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-9ee36555-f2a8-4ecf-adef-b1b039b0c804"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-7f74263c-3bc5-4b09-9b2b-ddcfa91be177 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-7f74263c-3bc5-4b09-9b2b-ddcfa91be177 img.shogun-image {
    

    
    
    
  }


#s-7f74263c-3bc5-4b09-9b2b-ddcfa91be177 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-fb1eafba-c3b3-4ce1-be56-b1b858139f00 {
  background-repeat: no-repeat;
margin-top: 4em;
margin-bottom: 0em;
min-height: 50px;
}
@media (min-width: 1200px){#s-fb1eafba-c3b3-4ce1-be56-b1b858139f00 {
  display: none;
}
#s-fb1eafba-c3b3-4ce1-be56-b1b858139f00, #wrap-s-fb1eafba-c3b3-4ce1-be56-b1b858139f00 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb1eafba-c3b3-4ce1-be56-b1b858139f00 {
  display: none;
}
#s-fb1eafba-c3b3-4ce1-be56-b1b858139f00, #wrap-s-fb1eafba-c3b3-4ce1-be56-b1b858139f00 { display: none !important; }}@media (max-width: 767px){#s-fb1eafba-c3b3-4ce1-be56-b1b858139f00 {
  
}
}
#s-fb1eafba-c3b3-4ce1-be56-b1b858139f00 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWYzZTAyMjctYTZhMi00YTIzLWI4YzktNWJhMDMzMjdjYTFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZDhmMmYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjdlY2RjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZjNlMDIyNy1hNmEyLTRhMjMtYjhjOS01YmEwMzMyN2NhMWYpIi8+PC9zdmc+);
}








#s-fb1eafba-c3b3-4ce1-be56-b1b858139f00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb1eafba-c3b3-4ce1-be56-b1b858139f00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a208b20b-4f1a-42f0-b958-f4d006eddf15 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-a208b20b-4f1a-42f0-b958-f4d006eddf15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a208b20b-4f1a-42f0-b958-f4d006eddf15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ddb0c9f-ba4a-483c-8a46-0b97f20bcc87 {
  margin-top: -5em;
max-width: 100%;
text-align: center;
}








#s-5ddb0c9f-ba4a-483c-8a46-0b97f20bcc87 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ce293e7-d21c-4dab-80f6-8135d87a1613 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ce293e7-d21c-4dab-80f6-8135d87a1613 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-78b39348-7335-40a2-9118-ffbe25df06ca {
  margin-bottom: 0.5em;
}

#s-380b3dca-4a83-4ad0-965c-09bd9a692c90 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-380b3dca-4a83-4ad0-965c-09bd9a692c90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-380b3dca-4a83-4ad0-965c-09bd9a692c90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-380b3dca-4a83-4ad0-965c-09bd9a692c90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-380b3dca-4a83-4ad0-965c-09bd9a692c90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-d02fefbb-1e17-49d9-88c5-df93fb4b9c49 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-d02fefbb-1e17-49d9-88c5-df93fb4b9c49 img.shogun-image {
    

    
    
    
  }


#s-d02fefbb-1e17-49d9-88c5-df93fb4b9c49 .shogun-image-content {
  
    align-items: center;
  
}

#s-bafa20e7-dc6a-421e-b483-dee527123638 {
  margin-top: 1em;
}
@media (max-width: 767px){#s-bafa20e7-dc6a-421e-b483-dee527123638 {
  margin-bottom: 1em;
}
}
#s-b9df855a-9149-4762-a182-4973cb6eb5f7 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-b9df855a-9149-4762-a182-4973cb6eb5f7 img.shogun-image {
    

    
    
    
  }


#s-b9df855a-9149-4762-a182-4973cb6eb5f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2ce203c6-ebf7-44aa-bec8-a2de0e897c09 {
  margin-top: 1em;
}

#s-90fde71c-0f4a-46f4-826a-120e87579304 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-90fde71c-0f4a-46f4-826a-120e87579304"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90fde71c-0f4a-46f4-826a-120e87579304"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-90fde71c-0f4a-46f4-826a-120e87579304"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-90fde71c-0f4a-46f4-826a-120e87579304"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-447b1469-5681-4b7c-8836-ff517cfb6fc2 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-447b1469-5681-4b7c-8836-ff517cfb6fc2 img.shogun-image {
    

    
    
    
  }


#s-447b1469-5681-4b7c-8836-ff517cfb6fc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e63ea012-08d4-4bfb-b8b5-eb831058eb33 {
  margin-top: 1em;
}
@media (max-width: 767px){#s-e63ea012-08d4-4bfb-b8b5-eb831058eb33 {
  margin-bottom: 1em;
}
}
#s-084ceb36-1aae-4d4d-97da-2b2545a1fb3e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-084ceb36-1aae-4d4d-97da-2b2545a1fb3e img.shogun-image {
    

    
    
    
  }


#s-084ceb36-1aae-4d4d-97da-2b2545a1fb3e .shogun-image-content {
  
    align-items: center;
  
}

#s-b2239588-64fb-46c3-95e6-d9978460273d {
  margin-top: 1em;
}

#s-03532881-f2e6-4095-a8d4-ed801f7adb70 {
  margin-top: 1em;
margin-bottom: 3em;
}

@media (min-width: 0px) {
[id="s-03532881-f2e6-4095-a8d4-ed801f7adb70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03532881-f2e6-4095-a8d4-ed801f7adb70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-03532881-f2e6-4095-a8d4-ed801f7adb70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-03532881-f2e6-4095-a8d4-ed801f7adb70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-1f8217d3-59d3-4825-bd21-f7cce3048935 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-1f8217d3-59d3-4825-bd21-f7cce3048935 img.shogun-image {
    

    
    
    
  }


#s-1f8217d3-59d3-4825-bd21-f7cce3048935 .shogun-image-content {
  
    align-items: center;
  
}

#s-c13af2b9-25c5-4893-a719-12773accde96 {
  margin-top: 1em;
}
@media (max-width: 767px){#s-c13af2b9-25c5-4893-a719-12773accde96 {
  margin-bottom: 1em;
}
}
#s-e392269a-53f6-4200-bcd5-71f4c2928b46 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-e392269a-53f6-4200-bcd5-71f4c2928b46 img.shogun-image {
    

    
    
    
  }


#s-e392269a-53f6-4200-bcd5-71f4c2928b46 .shogun-image-content {
  
    align-items: center;
  
}

#s-03861b40-a6ac-4afa-a7e3-a473b2018f49 {
  margin-top: 1em;
}

#s-b6979223-8d15-4566-8bf3-3a1e3de5b593 {
  min-height: 50px;
}








#s-b6979223-8d15-4566-8bf3-3a1e3de5b593 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6979223-8d15-4566-8bf3-3a1e3de5b593.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea9856dd-3c6f-4c4c-a260-7ab460accaa2 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-ea9856dd-3c6f-4c4c-a260-7ab460accaa2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea9856dd-3c6f-4c4c-a260-7ab460accaa2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab4b9859-ec30-4f10-b5c3-b84e7f514c67 {
  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-ab4b9859-ec30-4f10-b5c3-b84e7f514c67"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-ab4b9859-ec30-4f10-b5c3-b84e7f514c67"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-ab4b9859-ec30-4f10-b5c3-b84e7f514c67"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-ab4b9859-ec30-4f10-b5c3-b84e7f514c67"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-02e4c1a8-f421-439e-ba21-9371e4fb3b3b {
  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-02e4c1a8-f421-439e-ba21-9371e4fb3b3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02e4c1a8-f421-439e-ba21-9371e4fb3b3b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-017a18da-2ea3-47a5-a560-c249453b6c90 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-017a18da-2ea3-47a5-a560-c249453b6c90 img.shogun-image {
    

    
    
    
  }


#s-017a18da-2ea3-47a5-a560-c249453b6c90 .shogun-image-content {
  
    align-items: center;
  
}

#s-07ae4f80-27c5-4856-a916-bca2d17bf67c {
  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-07ae4f80-27c5-4856-a916-bca2d17bf67c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07ae4f80-27c5-4856-a916-bca2d17bf67c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-25ee224b-bc3e-40a8-91c0-6358ff923f3e {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-25ee224b-bc3e-40a8-91c0-6358ff923f3e img.shogun-image {
    

    
    
    
  }


#s-25ee224b-bc3e-40a8-91c0-6358ff923f3e .shogun-image-content {
  
    align-items: center;
  
}

#s-a7abc96b-43a4-44f1-ade0-73c797eb5b86 {
  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-a7abc96b-43a4-44f1-ade0-73c797eb5b86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7abc96b-43a4-44f1-ade0-73c797eb5b86.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d955f793-6dff-4c73-8105-5996a05a70e6 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-d955f793-6dff-4c73-8105-5996a05a70e6 img.shogun-image {
    

    
    
    
  }


#s-d955f793-6dff-4c73-8105-5996a05a70e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac71856e-3c9e-4dae-9826-66edba3a1350 {
  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-ac71856e-3c9e-4dae-9826-66edba3a1350 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac71856e-3c9e-4dae-9826-66edba3a1350.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-99992de0-50d3-4301-ab38-09b65da71593 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-99992de0-50d3-4301-ab38-09b65da71593 img.shogun-image {
    

    
    
    
  }


#s-99992de0-50d3-4301-ab38-09b65da71593 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f64f836-6ce2-4c40-8bf2-604f03e20626 {
  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-3f64f836-6ce2-4c40-8bf2-604f03e20626"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-3f64f836-6ce2-4c40-8bf2-604f03e20626"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-3f64f836-6ce2-4c40-8bf2-604f03e20626"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-3f64f836-6ce2-4c40-8bf2-604f03e20626"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-051e0da9-ac5f-4275-a3e4-f3ce28340a90 {
  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-051e0da9-ac5f-4275-a3e4-f3ce28340a90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-051e0da9-ac5f-4275-a3e4-f3ce28340a90.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-11c01fa5-ebc8-42d6-afdc-fe7d571850ec {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-11c01fa5-ebc8-42d6-afdc-fe7d571850ec img.shogun-image {
    

    
    
    
  }


#s-11c01fa5-ebc8-42d6-afdc-fe7d571850ec .shogun-image-content {
  
    align-items: center;
  
}

#s-a44d8403-261f-420e-beba-46b99bac168b {
  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-a44d8403-261f-420e-beba-46b99bac168b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a44d8403-261f-420e-beba-46b99bac168b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-10015fd7-86a8-4675-9028-181e722a1f5b {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-10015fd7-86a8-4675-9028-181e722a1f5b img.shogun-image {
    

    
    
    
  }


#s-10015fd7-86a8-4675-9028-181e722a1f5b .shogun-image-content {
  
    align-items: center;
  
}

#s-3d15a06e-4b2a-4163-a99a-9b31575498db {
  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-3d15a06e-4b2a-4163-a99a-9b31575498db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d15a06e-4b2a-4163-a99a-9b31575498db.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0ea82f45-72dd-4778-8209-7f923a9bd6d9 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-0ea82f45-72dd-4778-8209-7f923a9bd6d9 img.shogun-image {
    

    
    
    
  }


#s-0ea82f45-72dd-4778-8209-7f923a9bd6d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b9d1598-9c92-420e-987d-fd2e9bb61c40 {
  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-5b9d1598-9c92-420e-987d-fd2e9bb61c40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b9d1598-9c92-420e-987d-fd2e9bb61c40.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0229513c-35cb-4687-8949-74823096d6c5 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-0229513c-35cb-4687-8949-74823096d6c5 img.shogun-image {
    

    
    
    
  }


#s-0229513c-35cb-4687-8949-74823096d6c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-de028b86-0ce7-429f-a5b2-d5275013334b {
  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-de028b86-0ce7-429f-a5b2-d5275013334b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-de028b86-0ce7-429f-a5b2-d5275013334b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-de028b86-0ce7-429f-a5b2-d5275013334b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-de028b86-0ce7-429f-a5b2-d5275013334b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-4d522650-2b01-48b3-8e4b-829b55f5eaa5 {
  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-4d522650-2b01-48b3-8e4b-829b55f5eaa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d522650-2b01-48b3-8e4b-829b55f5eaa5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-64248550-42ca-4b95-b236-281a1d1206c4 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-64248550-42ca-4b95-b236-281a1d1206c4 img.shogun-image {
    

    
    
    
  }


#s-64248550-42ca-4b95-b236-281a1d1206c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d18cad8-fb02-4489-a372-53f38e48e7fd {
  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-1d18cad8-fb02-4489-a372-53f38e48e7fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d18cad8-fb02-4489-a372-53f38e48e7fd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1acbcce7-a876-42bf-a1ec-365d3e71d9e5 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-1acbcce7-a876-42bf-a1ec-365d3e71d9e5 img.shogun-image {
    

    
    
    
  }


#s-1acbcce7-a876-42bf-a1ec-365d3e71d9e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-dadaa2e7-a7a5-4cc1-a8b6-1e5f736ec6a5 {
  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-dadaa2e7-a7a5-4cc1-a8b6-1e5f736ec6a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dadaa2e7-a7a5-4cc1-a8b6-1e5f736ec6a5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-43c3f6a7-86c4-4d97-b586-ee4e56e85059 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-43c3f6a7-86c4-4d97-b586-ee4e56e85059 img.shogun-image {
    

    
    
    
  }


#s-43c3f6a7-86c4-4d97-b586-ee4e56e85059 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a177493-ff6f-4535-955d-e37f2e3a48a5 {
  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-6a177493-ff6f-4535-955d-e37f2e3a48a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a177493-ff6f-4535-955d-e37f2e3a48a5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a598f418-7e06-4803-8fc2-1fb34f49b06b {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-a598f418-7e06-4803-8fc2-1fb34f49b06b img.shogun-image {
    

    
    
    
  }


#s-a598f418-7e06-4803-8fc2-1fb34f49b06b .shogun-image-content {
  
    align-items: center;
  
}

#s-1589dc0b-eece-4cbb-9d35-a0aaa13fac30 {
  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: 768px) and (max-width: 991px){#s-1589dc0b-eece-4cbb-9d35-a0aaa13fac30 {
  
}
}@media (max-width: 767px){#s-1589dc0b-eece-4cbb-9d35-a0aaa13fac30 {
  display: none;
}
#s-1589dc0b-eece-4cbb-9d35-a0aaa13fac30, #wrap-s-1589dc0b-eece-4cbb-9d35-a0aaa13fac30 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1589dc0b-eece-4cbb-9d35-a0aaa13fac30"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-1589dc0b-eece-4cbb-9d35-a0aaa13fac30"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-1589dc0b-eece-4cbb-9d35-a0aaa13fac30"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-1589dc0b-eece-4cbb-9d35-a0aaa13fac30"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-05fada57-0aa8-4aae-802d-c890b0d90b42 {
  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-05fada57-0aa8-4aae-802d-c890b0d90b42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05fada57-0aa8-4aae-802d-c890b0d90b42.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-80e9e352-05a3-4f59-b28d-c3ad535a4e7e {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-80e9e352-05a3-4f59-b28d-c3ad535a4e7e img.shogun-image {
    

    
    
    
  }


#s-80e9e352-05a3-4f59-b28d-c3ad535a4e7e .shogun-image-content {
  
    align-items: center;
  
}

#s-b09cf9da-427b-492a-a530-be63c3d7c42b {
  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-b09cf9da-427b-492a-a530-be63c3d7c42b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b09cf9da-427b-492a-a530-be63c3d7c42b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-851f3fb6-ddbc-4d04-90cb-f125b87ceaad {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-851f3fb6-ddbc-4d04-90cb-f125b87ceaad img.shogun-image {
    

    
    
    
  }


#s-851f3fb6-ddbc-4d04-90cb-f125b87ceaad .shogun-image-content {
  
    align-items: center;
  
}

#s-e7b99aba-3e2a-4c08-b07b-6aca467532a0 {
  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-e7b99aba-3e2a-4c08-b07b-6aca467532a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7b99aba-3e2a-4c08-b07b-6aca467532a0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b1830b9d-8d62-4c96-86f3-4154c95e6449 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-b1830b9d-8d62-4c96-86f3-4154c95e6449 img.shogun-image {
    

    
    
    
  }


#s-b1830b9d-8d62-4c96-86f3-4154c95e6449 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9332827-f249-415c-8b3b-5dc6093bfa8c {
  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-b9332827-f249-415c-8b3b-5dc6093bfa8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9332827-f249-415c-8b3b-5dc6093bfa8c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a3e12f2a-2e69-42fb-9555-d881977759fa {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-a3e12f2a-2e69-42fb-9555-d881977759fa img.shogun-image {
    

    
    
    
  }


#s-a3e12f2a-2e69-42fb-9555-d881977759fa .shogun-image-content {
  
    align-items: center;
  
}

#s-92aff23d-9646-4eae-90b4-5009da7eb53b {
  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: 1200px){#s-92aff23d-9646-4eae-90b4-5009da7eb53b {
  display: none;
}
#s-92aff23d-9646-4eae-90b4-5009da7eb53b, #wrap-s-92aff23d-9646-4eae-90b4-5009da7eb53b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92aff23d-9646-4eae-90b4-5009da7eb53b {
  display: none;
}
#s-92aff23d-9646-4eae-90b4-5009da7eb53b, #wrap-s-92aff23d-9646-4eae-90b4-5009da7eb53b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-92aff23d-9646-4eae-90b4-5009da7eb53b {
  display: none;
}
#s-92aff23d-9646-4eae-90b4-5009da7eb53b, #wrap-s-92aff23d-9646-4eae-90b4-5009da7eb53b { display: none !important; }}
@media (min-width: 0px) {
[id="s-92aff23d-9646-4eae-90b4-5009da7eb53b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-92aff23d-9646-4eae-90b4-5009da7eb53b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-92aff23d-9646-4eae-90b4-5009da7eb53b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-92aff23d-9646-4eae-90b4-5009da7eb53b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-41b6fb16-252c-49d9-9eb0-9cda3a97c34f {
  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-41b6fb16-252c-49d9-9eb0-9cda3a97c34f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41b6fb16-252c-49d9-9eb0-9cda3a97c34f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6b53edde-418b-4529-a356-18e7b8e89188 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-6b53edde-418b-4529-a356-18e7b8e89188 img.shogun-image {
    

    
    
    
  }


#s-6b53edde-418b-4529-a356-18e7b8e89188 .shogun-image-content {
  
    align-items: center;
  
}

#s-467d6359-e73c-4c52-9590-af17fcf31e03 {
  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-467d6359-e73c-4c52-9590-af17fcf31e03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-467d6359-e73c-4c52-9590-af17fcf31e03.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-53ec9b65-b49e-4672-8688-4835a466787a {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-53ec9b65-b49e-4672-8688-4835a466787a img.shogun-image {
    

    
    
    
  }


#s-53ec9b65-b49e-4672-8688-4835a466787a .shogun-image-content {
  
    align-items: center;
  
}

#s-66997b52-60b1-4aa5-9211-4a953e29c742 {
  margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 1300px;
}








#s-66997b52-60b1-4aa5-9211-4a953e29c742 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66997b52-60b1-4aa5-9211-4a953e29c742.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-f49c3a2a-c40c-4a1a-883b-55696288c70b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f49c3a2a-c40c-4a1a-883b-55696288c70b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-f49c3a2a-c40c-4a1a-883b-55696288c70b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-f49c3a2a-c40c-4a1a-883b-55696288c70b"] > .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-15e9243f-e4f5-4860-996d-899409ed67f3 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(244, 244, 244, 1);
  border-radius: 0px;
}

#s-15e9243f-e4f5-4860-996d-899409ed67f3 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-15e9243f-e4f5-4860-996d-899409ed67f3 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-15e9243f-e4f5-4860-996d-899409ed67f3 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-15e9243f-e4f5-4860-996d-899409ed67f3 td.shogun-table-column, #s-15e9243f-e4f5-4860-996d-899409ed67f3 td.shogun-table-row {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-5b7a8eee-3df6-4a61-b6e7-bfb9beaa3299 {
  min-height: 50px;
}








#s-5b7a8eee-3df6-4a61-b6e7-bfb9beaa3299 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b7a8eee-3df6-4a61-b6e7-bfb9beaa3299.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7143cfa-909d-4672-8597-bc98b148ba3c .shogun-icon-wrapper {
  text-align: center;
}


#s-f7143cfa-909d-4672-8597-bc98b148ba3c .shogun-icon-wrapper > .shogun-icon {

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

#s-4b4ce842-4792-4e60-b512-9891f681fce0 {
  min-height: 50px;
}








#s-4b4ce842-4792-4e60-b512-9891f681fce0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b4ce842-4792-4e60-b512-9891f681fce0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91954c3b-52e0-4ff1-9a1b-89e84b9b15b0 .shogun-icon-wrapper {
  text-align: center;
}


#s-91954c3b-52e0-4ff1-9a1b-89e84b9b15b0 .shogun-icon-wrapper > .shogun-icon {

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

#s-3751c866-721c-4771-9a98-8eb5668ed928 {
  min-height: 50px;
}








#s-3751c866-721c-4771-9a98-8eb5668ed928 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3751c866-721c-4771-9a98-8eb5668ed928.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3bd6094-45c3-4105-a7dc-685caeae6c37 {
  min-height: 50px;
}








#s-f3bd6094-45c3-4105-a7dc-685caeae6c37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3bd6094-45c3-4105-a7dc-685caeae6c37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae2e1870-8375-4640-8064-003aaa81e469 .shogun-icon-wrapper {
  text-align: center;
}


#s-ae2e1870-8375-4640-8064-003aaa81e469 .shogun-icon-wrapper > .shogun-icon {

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

#s-34e3989f-600f-40ce-b8fc-50e582ecf499 {
  min-height: 50px;
}








#s-34e3989f-600f-40ce-b8fc-50e582ecf499 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34e3989f-600f-40ce-b8fc-50e582ecf499.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca8dac3f-804e-4e9b-a145-28bea404a7b4 {
  min-height: 50px;
}








#s-ca8dac3f-804e-4e9b-a145-28bea404a7b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca8dac3f-804e-4e9b-a145-28bea404a7b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ceec76c-6f1a-4d87-b718-ba2a256c2bb3 .shogun-icon-wrapper {
  text-align: center;
}


#s-9ceec76c-6f1a-4d87-b718-ba2a256c2bb3 .shogun-icon-wrapper > .shogun-icon {

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

#s-0f4d06ff-5dd8-4127-9bb3-d9f9023165c5 {
  min-height: 50px;
}








#s-0f4d06ff-5dd8-4127-9bb3-d9f9023165c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f4d06ff-5dd8-4127-9bb3-d9f9023165c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39d6ec6f-7677-4305-984c-79389596523a .shogun-icon-wrapper {
  text-align: center;
}


#s-39d6ec6f-7677-4305-984c-79389596523a .shogun-icon-wrapper > .shogun-icon {

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

#s-ef410ad1-2eb3-4842-b58e-94b744d47506 {
  min-height: 50px;
}








#s-ef410ad1-2eb3-4842-b58e-94b744d47506 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef410ad1-2eb3-4842-b58e-94b744d47506.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c1776a0-241a-431c-890c-fdc4acc26c4a {
  min-height: 50px;
}








#s-7c1776a0-241a-431c-890c-fdc4acc26c4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c1776a0-241a-431c-890c-fdc4acc26c4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73acb69b-5a4a-4bc6-9e78-952d5f4b5348 {
  min-height: 50px;
}








#s-73acb69b-5a4a-4bc6-9e78-952d5f4b5348 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73acb69b-5a4a-4bc6-9e78-952d5f4b5348.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08676b71-798a-4b9d-9825-6b904b8ff053 .shogun-icon-wrapper {
  text-align: center;
}


#s-08676b71-798a-4b9d-9825-6b904b8ff053 .shogun-icon-wrapper > .shogun-icon {

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

#s-b874db89-0413-4956-a661-248e37a337b6 {
  min-height: 50px;
}








#s-b874db89-0413-4956-a661-248e37a337b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b874db89-0413-4956-a661-248e37a337b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45cdfb53-08fd-4cc3-b163-546e079a46f1 .shogun-icon-wrapper {
  text-align: center;
}


#s-45cdfb53-08fd-4cc3-b163-546e079a46f1 .shogun-icon-wrapper > .shogun-icon {

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

#s-e207233e-5fde-4493-b80b-c178b3d1ce96 {
  min-height: 50px;
}








#s-e207233e-5fde-4493-b80b-c178b3d1ce96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e207233e-5fde-4493-b80b-c178b3d1ce96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8736555-35c4-447f-b8eb-e91c3410aa4e {
  min-height: 50px;
}








#s-c8736555-35c4-447f-b8eb-e91c3410aa4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8736555-35c4-447f-b8eb-e91c3410aa4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1131ba49-ba40-4964-a584-4744e6ed166b {
  min-height: 50px;
}








#s-1131ba49-ba40-4964-a584-4744e6ed166b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1131ba49-ba40-4964-a584-4744e6ed166b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-466f1b5e-3c0a-48dc-b839-2cf768f5371d {
  min-height: 50px;
}








#s-466f1b5e-3c0a-48dc-b839-2cf768f5371d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-466f1b5e-3c0a-48dc-b839-2cf768f5371d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eab83b6e-2fb0-4bcc-91df-c12dfbbf218d {
  min-height: 50px;
}








#s-eab83b6e-2fb0-4bcc-91df-c12dfbbf218d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eab83b6e-2fb0-4bcc-91df-c12dfbbf218d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4aa21e2-58d5-415f-9756-872d80fb2332 {
  min-height: 50px;
}








#s-b4aa21e2-58d5-415f-9756-872d80fb2332 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4aa21e2-58d5-415f-9756-872d80fb2332.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02220a87-fbe6-402d-b583-a3058e65397f {
  min-height: 50px;
}








#s-02220a87-fbe6-402d-b583-a3058e65397f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02220a87-fbe6-402d-b583-a3058e65397f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a49433ee-b8be-4d2f-ad95-d5953aa82804 {
  min-height: 50px;
}








#s-a49433ee-b8be-4d2f-ad95-d5953aa82804 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a49433ee-b8be-4d2f-ad95-d5953aa82804.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36e3cbd5-46a6-4f47-b389-82b00c59d563 {
  min-height: 50px;
}








#s-36e3cbd5-46a6-4f47-b389-82b00c59d563 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36e3cbd5-46a6-4f47-b389-82b00c59d563.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4dbd286f-c6dd-42b4-b183-550b1560f8d3 .shogun-icon-wrapper {
  text-align: center;
}


#s-4dbd286f-c6dd-42b4-b183-550b1560f8d3 .shogun-icon-wrapper > .shogun-icon {

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

#s-63ccdd3d-ab51-4f91-bcbb-86187b2becff {
  min-height: 50px;
}








#s-63ccdd3d-ab51-4f91-bcbb-86187b2becff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63ccdd3d-ab51-4f91-bcbb-86187b2becff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ff15604-bbb5-488e-8aa4-19a8cc0796f9 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(244, 244, 244, 1);
  border-radius: 0px;
}

#s-8ff15604-bbb5-488e-8aa4-19a8cc0796f9 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-8ff15604-bbb5-488e-8aa4-19a8cc0796f9 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-8ff15604-bbb5-488e-8aa4-19a8cc0796f9 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-8ff15604-bbb5-488e-8aa4-19a8cc0796f9 td.shogun-table-column, #s-8ff15604-bbb5-488e-8aa4-19a8cc0796f9 td.shogun-table-row {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-730ea287-46b6-4a3c-a53d-c8e7c160f89e .shogun-icon-wrapper {
  text-align: center;
}


#s-730ea287-46b6-4a3c-a53d-c8e7c160f89e .shogun-icon-wrapper > .shogun-icon {

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

#s-91db3b18-cec6-4b11-bfda-a1a4d60e1865 {
  min-height: 50px;
}








#s-91db3b18-cec6-4b11-bfda-a1a4d60e1865 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91db3b18-cec6-4b11-bfda-a1a4d60e1865.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71386bb1-977f-4489-a9e8-7be373a5168c {
  min-height: 50px;
}








#s-71386bb1-977f-4489-a9e8-7be373a5168c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71386bb1-977f-4489-a9e8-7be373a5168c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0ebf8ce-ecab-4614-a16f-d716758a36d5 .shogun-icon-wrapper {
  text-align: center;
}


#s-d0ebf8ce-ecab-4614-a16f-d716758a36d5 .shogun-icon-wrapper > .shogun-icon {

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

#s-a66f553f-274b-4c28-b4cf-54eacc31955d {
  min-height: 50px;
}








#s-a66f553f-274b-4c28-b4cf-54eacc31955d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a66f553f-274b-4c28-b4cf-54eacc31955d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c47e431f-6ea2-4508-806c-11a5ebf56d17 {
  min-height: 50px;
}








#s-c47e431f-6ea2-4508-806c-11a5ebf56d17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c47e431f-6ea2-4508-806c-11a5ebf56d17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8b8df1f-bf81-4a5b-9185-3e0f48e15ec1 .shogun-icon-wrapper {
  text-align: center;
}


#s-e8b8df1f-bf81-4a5b-9185-3e0f48e15ec1 .shogun-icon-wrapper > .shogun-icon {

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

#s-490f09f9-781a-4713-b7a8-914d92f643d3 {
  min-height: 50px;
}








#s-490f09f9-781a-4713-b7a8-914d92f643d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-490f09f9-781a-4713-b7a8-914d92f643d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf71caca-3d48-4fdb-a980-529d8d7508a8 {
  min-height: 50px;
}








#s-cf71caca-3d48-4fdb-a980-529d8d7508a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf71caca-3d48-4fdb-a980-529d8d7508a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-101dfab6-ac5a-48a5-930c-6322618561b6 {
  min-height: 50px;
}








#s-101dfab6-ac5a-48a5-930c-6322618561b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-101dfab6-ac5a-48a5-930c-6322618561b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbdf2e8f-d4c2-4d30-b216-48614336db22 .shogun-icon-wrapper {
  text-align: center;
}


#s-cbdf2e8f-d4c2-4d30-b216-48614336db22 .shogun-icon-wrapper > .shogun-icon {

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

#s-0558edbc-de1d-4892-98fb-3662b8d30f08 {
  min-height: 50px;
}








#s-0558edbc-de1d-4892-98fb-3662b8d30f08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0558edbc-de1d-4892-98fb-3662b8d30f08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a897b4f7-5164-45e8-84fb-be87d168321a .shogun-icon-wrapper {
  text-align: center;
}


#s-a897b4f7-5164-45e8-84fb-be87d168321a .shogun-icon-wrapper > .shogun-icon {

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

#s-eebeb159-32d5-40c2-b96a-103a64a68df7 {
  min-height: 50px;
}








#s-eebeb159-32d5-40c2-b96a-103a64a68df7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eebeb159-32d5-40c2-b96a-103a64a68df7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5039179-bd2a-41bb-8732-cb810866f0fe .shogun-icon-wrapper {
  text-align: center;
}


#s-d5039179-bd2a-41bb-8732-cb810866f0fe .shogun-icon-wrapper > .shogun-icon {

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

#s-0a76ec2e-e019-45c9-8e7a-bbebc1e844db {
  min-height: 50px;
}








#s-0a76ec2e-e019-45c9-8e7a-bbebc1e844db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a76ec2e-e019-45c9-8e7a-bbebc1e844db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ee76d3b-7125-483c-ac29-af4efc62c5c5 {
  min-height: 50px;
}








#s-5ee76d3b-7125-483c-ac29-af4efc62c5c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ee76d3b-7125-483c-ac29-af4efc62c5c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eace2a3e-b614-4918-bdca-3151841285da {
  min-height: 50px;
}








#s-eace2a3e-b614-4918-bdca-3151841285da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eace2a3e-b614-4918-bdca-3151841285da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f184c2f6-f4bc-4ee1-85b2-f9eef92dee44 {
  min-height: 50px;
}








#s-f184c2f6-f4bc-4ee1-85b2-f9eef92dee44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f184c2f6-f4bc-4ee1-85b2-f9eef92dee44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a613af2f-3ff8-47f1-9ee1-cd6d691c7db7 {
  min-height: 50px;
}








#s-a613af2f-3ff8-47f1-9ee1-cd6d691c7db7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a613af2f-3ff8-47f1-9ee1-cd6d691c7db7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5fc74ed-9e7e-402c-be6a-06a605066205 {
  min-height: 50px;
}








#s-b5fc74ed-9e7e-402c-be6a-06a605066205 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5fc74ed-9e7e-402c-be6a-06a605066205.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-592b0e49-20ed-4623-8976-31ff41913f3f {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-592b0e49-20ed-4623-8976-31ff41913f3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-592b0e49-20ed-4623-8976-31ff41913f3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7e69345-aa96-43cf-9675-a584b8d9a391 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a7e69345-aa96-43cf-9675-a584b8d9a391 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.5em;
  
  
  text-align: left;
}



#s-e05cb80a-b9af-43ad-9233-f517e5baff5c {
  padding-top: 0em;
}

@media (min-width: 0px) {
[id="s-e05cb80a-b9af-43ad-9233-f517e5baff5c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e05cb80a-b9af-43ad-9233-f517e5baff5c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-e05cb80a-b9af-43ad-9233-f517e5baff5c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-e05cb80a-b9af-43ad-9233-f517e5baff5c"] > .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-cdf5ace8-8b88-4cd2-aeea-25cfd75aadd8 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-cdf5ace8-8b88-4cd2-aeea-25cfd75aadd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdf5ace8-8b88-4cd2-aeea-25cfd75aadd8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cdf5ace8-8b88-4cd2-aeea-25cfd75aadd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdf5ace8-8b88-4cd2-aeea-25cfd75aadd8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cdf5ace8-8b88-4cd2-aeea-25cfd75aadd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdf5ace8-8b88-4cd2-aeea-25cfd75aadd8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cdf5ace8-8b88-4cd2-aeea-25cfd75aadd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdf5ace8-8b88-4cd2-aeea-25cfd75aadd8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cdf5ace8-8b88-4cd2-aeea-25cfd75aadd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdf5ace8-8b88-4cd2-aeea-25cfd75aadd8 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-2fd8eedd-3e49-4b2d-bfca-272020e807de {
  padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-2fd8eedd-3e49-4b2d-bfca-272020e807de .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-56c24b51-6630-48a5-ba1d-d822b685585e {
  text-align: left;
}

#s-56c24b51-6630-48a5-ba1d-d822b685585e .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-56c24b51-6630-48a5-ba1d-d822b685585e .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-56c24b51-6630-48a5-ba1d-d822b685585e .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-91f615ff-ffea-484e-8b12-08a396bd0639 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-91f615ff-ffea-484e-8b12-08a396bd0639 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91f615ff-ffea-484e-8b12-08a396bd0639 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-91f615ff-ffea-484e-8b12-08a396bd0639 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91f615ff-ffea-484e-8b12-08a396bd0639 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91f615ff-ffea-484e-8b12-08a396bd0639 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91f615ff-ffea-484e-8b12-08a396bd0639 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91f615ff-ffea-484e-8b12-08a396bd0639 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91f615ff-ffea-484e-8b12-08a396bd0639 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91f615ff-ffea-484e-8b12-08a396bd0639 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91f615ff-ffea-484e-8b12-08a396bd0639 img.shogun-image {
  width: 100%;
}



}
#s-d7b52284-f003-4f77-8924-696bd92015cf {
  padding-top: 1em;
padding-bottom: 0px;
text-align: left;
}

#s-d7b52284-f003-4f77-8924-696bd92015cf .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-fcab95e8-c6a9-47f2-b988-77e3b53ba77a {
  text-align: left;
}

#s-fcab95e8-c6a9-47f2-b988-77e3b53ba77a .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-fcab95e8-c6a9-47f2-b988-77e3b53ba77a .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-fcab95e8-c6a9-47f2-b988-77e3b53ba77a .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-b3dc7a82-4473-44d0-86cf-db49d2ab1833 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-b3dc7a82-4473-44d0-86cf-db49d2ab1833 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3dc7a82-4473-44d0-86cf-db49d2ab1833 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b3dc7a82-4473-44d0-86cf-db49d2ab1833 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3dc7a82-4473-44d0-86cf-db49d2ab1833 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b3dc7a82-4473-44d0-86cf-db49d2ab1833 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3dc7a82-4473-44d0-86cf-db49d2ab1833 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b3dc7a82-4473-44d0-86cf-db49d2ab1833 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3dc7a82-4473-44d0-86cf-db49d2ab1833 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b3dc7a82-4473-44d0-86cf-db49d2ab1833 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3dc7a82-4473-44d0-86cf-db49d2ab1833 img.shogun-image {
  width: 100%;
}



}
#s-e50f3228-eca2-423b-ba7c-ed1e1907b432 {
  padding-top: 1em;
padding-bottom: 0px;
text-align: left;
}

#s-e50f3228-eca2-423b-ba7c-ed1e1907b432 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-63d5b07c-51ee-44fa-a327-84fdfb297193 {
  text-align: left;
}

#s-63d5b07c-51ee-44fa-a327-84fdfb297193 .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-63d5b07c-51ee-44fa-a327-84fdfb297193 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-63d5b07c-51ee-44fa-a327-84fdfb297193 .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-c3d7158c-e515-48e2-8fb4-c79ea9787dea {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-c3d7158c-e515-48e2-8fb4-c79ea9787dea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3d7158c-e515-48e2-8fb4-c79ea9787dea img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c3d7158c-e515-48e2-8fb4-c79ea9787dea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3d7158c-e515-48e2-8fb4-c79ea9787dea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c3d7158c-e515-48e2-8fb4-c79ea9787dea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3d7158c-e515-48e2-8fb4-c79ea9787dea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c3d7158c-e515-48e2-8fb4-c79ea9787dea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3d7158c-e515-48e2-8fb4-c79ea9787dea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c3d7158c-e515-48e2-8fb4-c79ea9787dea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3d7158c-e515-48e2-8fb4-c79ea9787dea img.shogun-image {
  width: 100%;
}



}
#s-7d7d2133-798b-4028-a55d-c7c9c291b222 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-7d7d2133-798b-4028-a55d-c7c9c291b222 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-9e004c46-e4b3-4f2a-85de-9e9fff80623d {
  text-align: left;
}

#s-9e004c46-e4b3-4f2a-85de-9e9fff80623d .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-9e004c46-e4b3-4f2a-85de-9e9fff80623d .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-9e004c46-e4b3-4f2a-85de-9e9fff80623d .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-16c49a61-d4da-4049-9b92-49a0650507e3 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-16c49a61-d4da-4049-9b92-49a0650507e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16c49a61-d4da-4049-9b92-49a0650507e3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-16c49a61-d4da-4049-9b92-49a0650507e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16c49a61-d4da-4049-9b92-49a0650507e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-16c49a61-d4da-4049-9b92-49a0650507e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16c49a61-d4da-4049-9b92-49a0650507e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-16c49a61-d4da-4049-9b92-49a0650507e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16c49a61-d4da-4049-9b92-49a0650507e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-16c49a61-d4da-4049-9b92-49a0650507e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16c49a61-d4da-4049-9b92-49a0650507e3 img.shogun-image {
  width: 100%;
}



}
#s-8b8b210d-55ca-4418-8f09-50d2b052e2f3 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-8b8b210d-55ca-4418-8f09-50d2b052e2f3 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-03dec3d6-f836-4325-a011-91818d6706c4 {
  text-align: left;
}

#s-03dec3d6-f836-4325-a011-91818d6706c4 .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-03dec3d6-f836-4325-a011-91818d6706c4 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-03dec3d6-f836-4325-a011-91818d6706c4 .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-a23373f6-ea46-4487-b4ce-c6805475f198 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-a23373f6-ea46-4487-b4ce-c6805475f198 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a23373f6-ea46-4487-b4ce-c6805475f198 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a23373f6-ea46-4487-b4ce-c6805475f198 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a23373f6-ea46-4487-b4ce-c6805475f198 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a23373f6-ea46-4487-b4ce-c6805475f198 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a23373f6-ea46-4487-b4ce-c6805475f198 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a23373f6-ea46-4487-b4ce-c6805475f198 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a23373f6-ea46-4487-b4ce-c6805475f198 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a23373f6-ea46-4487-b4ce-c6805475f198 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a23373f6-ea46-4487-b4ce-c6805475f198 img.shogun-image {
  width: 100%;
}



}
#s-1711679e-d6a5-4f7d-8da6-1053539c1c86 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-1711679e-d6a5-4f7d-8da6-1053539c1c86 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-53cf5746-1863-4a7c-8da1-4a4d0d550b21 {
  text-align: left;
}

#s-53cf5746-1863-4a7c-8da1-4a4d0d550b21 .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-53cf5746-1863-4a7c-8da1-4a4d0d550b21 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-53cf5746-1863-4a7c-8da1-4a4d0d550b21 .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-4ede45b4-3463-4b76-b225-4758d0ac43d2 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-4ede45b4-3463-4b76-b225-4758d0ac43d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ede45b4-3463-4b76-b225-4758d0ac43d2.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-4b5744ae-0d3b-4b78-b723-86ff2ad80a80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b5744ae-0d3b-4b78-b723-86ff2ad80a80"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-4b5744ae-0d3b-4b78-b723-86ff2ad80a80"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-4b5744ae-0d3b-4b78-b723-86ff2ad80a80"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-4b5744ae-0d3b-4b78-b723-86ff2ad80a80"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-4b5744ae-0d3b-4b78-b723-86ff2ad80a80"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-4b5744ae-0d3b-4b78-b723-86ff2ad80a80"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.5em);
}

}

#s-fcb366ba-52ee-46cc-8353-e13e403a46d8 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}







  #s-fcb366ba-52ee-46cc-8353-e13e403a46d8 img.shogun-image {
    

    
    
    
  }


#s-fcb366ba-52ee-46cc-8353-e13e403a46d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-0524ce65-0af3-4c2e-b7d2-e3dc4ffe4d74 {
  margin-bottom: 0em;
}








#s-0524ce65-0af3-4c2e-b7d2-e3dc4ffe4d74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0524ce65-0af3-4c2e-b7d2-e3dc4ffe4d74.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-adacfc6c-7944-4359-b9e8-78666f27bfac {
  margin-top: 1em;
margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-adacfc6c-7944-4359-b9e8-78666f27bfac {
  margin-top: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-adacfc6c-7944-4359-b9e8-78666f27bfac {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-adacfc6c-7944-4359-b9e8-78666f27bfac {
  margin-top: 0em;
}
}






  #s-adacfc6c-7944-4359-b9e8-78666f27bfac img.shogun-image {
    

    
    
    
  }


#s-adacfc6c-7944-4359-b9e8-78666f27bfac .shogun-image-content {
  
    align-items: center;
  
}

#s-04be12f2-ad19-4e7f-8f14-87e5bb433022 {
  margin-top: 1em;
}

@media (min-width: 0px) {
[id="s-04be12f2-ad19-4e7f-8f14-87e5bb433022"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-04be12f2-ad19-4e7f-8f14-87e5bb433022"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-04be12f2-ad19-4e7f-8f14-87e5bb433022"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-04be12f2-ad19-4e7f-8f14-87e5bb433022"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-451ec0e9-b982-4128-850b-b58a6d62c049 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}







  #s-451ec0e9-b982-4128-850b-b58a6d62c049 img.shogun-image {
    

    
    
    
  }


#s-451ec0e9-b982-4128-850b-b58a6d62c049 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a8fa01f-1867-4395-a50f-9876ba867283 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}







  #s-5a8fa01f-1867-4395-a50f-9876ba867283 img.shogun-image {
    

    
    
    
  }


#s-5a8fa01f-1867-4395-a50f-9876ba867283 .shogun-image-content {
  
    align-items: center;
  
}

#s-58ae74d3-1c2d-4754-8556-9fb7dbc2502c {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 30em;
background-position: center center;
}








#s-58ae74d3-1c2d-4754-8556-9fb7dbc2502c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-58ae74d3-1c2d-4754-8556-9fb7dbc2502c.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-c30095aa-540c-43ed-8f24-6f0afe8c51f6 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-c30095aa-540c-43ed-8f24-6f0afe8c51f6 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c30095aa-540c-43ed-8f24-6f0afe8c51f6 .shg-sld-nav-button.shg-sld-left,
#s-c30095aa-540c-43ed-8f24-6f0afe8c51f6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-47f79a53-5f8d-4d6c-8e5d-611606080c42 {
  min-height: 50px;
}








#s-47f79a53-5f8d-4d6c-8e5d-611606080c42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47f79a53-5f8d-4d6c-8e5d-611606080c42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5542afa4-ee0f-42e4-93ef-6dd0194ba554 {
  max-width: 200px;
}

#s-5542afa4-ee0f-42e4-93ef-6dd0194ba554 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-5542afa4-ee0f-42e4-93ef-6dd0194ba554 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-5542afa4-ee0f-42e4-93ef-6dd0194ba554 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-5542afa4-ee0f-42e4-93ef-6dd0194ba554 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
}

#s-5542afa4-ee0f-42e4-93ef-6dd0194ba554 td.shogun-table-column, #s-5542afa4-ee0f-42e4-93ef-6dd0194ba554 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-91dc9329-915c-422e-951e-9ab1c5c338c6 .shogun-icon-wrapper {
  text-align: center;
}


#s-91dc9329-915c-422e-951e-9ab1c5c338c6 .shogun-icon-wrapper > .shogun-icon {

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

#s-48602118-3383-4a4e-977f-adaef28a8408 .shogun-icon-wrapper {
  text-align: center;
}


#s-48602118-3383-4a4e-977f-adaef28a8408 .shogun-icon-wrapper > .shogun-icon {

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

#s-2d960e04-34c3-4a52-a885-4e5e808a7567 .shogun-icon-wrapper {
  text-align: center;
}


#s-2d960e04-34c3-4a52-a885-4e5e808a7567 .shogun-icon-wrapper > .shogun-icon {

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

#s-eed033a9-b0ca-4c51-9c17-fc6c8d937b21 .shogun-icon-wrapper {
  text-align: center;
}


#s-eed033a9-b0ca-4c51-9c17-fc6c8d937b21 .shogun-icon-wrapper > .shogun-icon {

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

#s-61a152bb-8a08-410f-b5fb-60b51fdafe3c .shogun-icon-wrapper {
  text-align: center;
}


#s-61a152bb-8a08-410f-b5fb-60b51fdafe3c .shogun-icon-wrapper > .shogun-icon {

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

#s-99a07ce9-cce5-412a-be4b-dbaa2c967f43 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99a07ce9-cce5-412a-be4b-dbaa2c967f43 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1em;
  
  
  
}



#s-2568ae99-b784-4e81-9374-cac2a84fdc04 {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2568ae99-b784-4e81-9374-cac2a84fdc04 {
  max-width: 100%;
}
}@media (max-width: 767px){#s-2568ae99-b784-4e81-9374-cac2a84fdc04 {
  max-width: 100%;
}
}
#s-7b5bd353-b154-44c3-9485-39cdd7ea2211 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b5bd353-b154-44c3-9485-39cdd7ea2211 .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-460bf5fb-bc27-4cb0-83d0-f5f6fae963cb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-460bf5fb-bc27-4cb0-83d0-f5f6fae963cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-460bf5fb-bc27-4cb0-83d0-f5f6fae963cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c2990b2-2446-4377-8a46-eef83dc31156 {
  max-width: 200px;
}

#s-5c2990b2-2446-4377-8a46-eef83dc31156 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-5c2990b2-2446-4377-8a46-eef83dc31156 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-5c2990b2-2446-4377-8a46-eef83dc31156 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-5c2990b2-2446-4377-8a46-eef83dc31156 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
}

#s-5c2990b2-2446-4377-8a46-eef83dc31156 td.shogun-table-column, #s-5c2990b2-2446-4377-8a46-eef83dc31156 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-d22b68fa-98cb-4ae9-8981-3c37265d87ff .shogun-icon-wrapper {
  text-align: center;
}


#s-d22b68fa-98cb-4ae9-8981-3c37265d87ff .shogun-icon-wrapper > .shogun-icon {

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

#s-e124decc-3202-473c-94f3-a415b3646969 .shogun-icon-wrapper {
  text-align: center;
}


#s-e124decc-3202-473c-94f3-a415b3646969 .shogun-icon-wrapper > .shogun-icon {

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

#s-601deddb-ea23-44af-841a-dcaff3beb6e6 .shogun-icon-wrapper {
  text-align: center;
}


#s-601deddb-ea23-44af-841a-dcaff3beb6e6 .shogun-icon-wrapper > .shogun-icon {

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

#s-21aa6a7c-7ada-4906-bd03-269ee615d777 .shogun-icon-wrapper {
  text-align: center;
}


#s-21aa6a7c-7ada-4906-bd03-269ee615d777 .shogun-icon-wrapper > .shogun-icon {

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

#s-5a63883b-7a91-4273-820e-63a160f10682 .shogun-icon-wrapper {
  text-align: center;
}


#s-5a63883b-7a91-4273-820e-63a160f10682 .shogun-icon-wrapper > .shogun-icon {

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

#s-353f3eac-4e9f-4e6d-b4a4-79eadecd8696 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-353f3eac-4e9f-4e6d-b4a4-79eadecd8696 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1em;
  
  
  
}



#s-a0ece35e-44c9-4fa6-85c7-ebf382bc1253 {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a0ece35e-44c9-4fa6-85c7-ebf382bc1253 {
  max-width: 100%;
}
}@media (max-width: 767px){#s-a0ece35e-44c9-4fa6-85c7-ebf382bc1253 {
  max-width: 100%;
}
}
#s-493afecb-4010-4f22-ba8d-cd4c22aca3bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-493afecb-4010-4f22-ba8d-cd4c22aca3bb .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:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
