.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-d6f4d548-da27-4b15-9938-52c003a3ad96 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-d6f4d548-da27-4b15-9938-52c003a3ad96 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 10px;
}

#s-d6f4d548-da27-4b15-9938-52c003a3ad96 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d6f4d548-da27-4b15-9938-52c003a3ad96 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-d6f4d548-da27-4b15-9938-52c003a3ad96 > .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-d6f4d548-da27-4b15-9938-52c003a3ad96 > .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-9481a33f-3770-4c37-bb2e-f89edc2cb4d4 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-9481a33f-3770-4c37-bb2e-f89edc2cb4d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9481a33f-3770-4c37-bb2e-f89edc2cb4d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-397c8e49-d53d-4e2c-8a48-e0b881c7c366 {
  min-height: 50px;
}








#s-397c8e49-d53d-4e2c-8a48-e0b881c7c366 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-397c8e49-d53d-4e2c-8a48-e0b881c7c366.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

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

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

#s-940b925f-e65c-491c-b635-7c9f2dd3a4c5 {
  text-align: center;
}








#s-940b925f-e65c-491c-b635-7c9f2dd3a4c5 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-79c1f0e6-3624-47ea-b8c4-97862536dcac {
  margin-top: -3em;
margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 1300px;
}








#s-79c1f0e6-3624-47ea-b8c4-97862536dcac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79c1f0e6-3624-47ea-b8c4-97862536dcac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-6417e615-e2a9-4b0d-8839-3da9466dff96 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-1ba62942-cc3b-4bc5-8f2d-340cc7a7fe13 {
  margin-top: 3em;
margin-left: auto;
margin-bottom: 3em;
margin-right: auto;
padding-left: 2em;
padding-right: 2em;
min-height: 50px;
max-width: 1300px;
}








#s-1ba62942-cc3b-4bc5-8f2d-340cc7a7fe13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ba62942-cc3b-4bc5-8f2d-340cc7a7fe13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cfb72db-fb39-4ccd-a444-909e2e0b4074 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-3f261081-32fa-4aee-8d1d-c5230105a3f7 {
  padding-left: 1em;
padding-right: 1em;
min-height: 50px;
}








#s-3f261081-32fa-4aee-8d1d-c5230105a3f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f261081-32fa-4aee-8d1d-c5230105a3f7.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-ac03f427-f2b7-46b5-9231-94bc293bd76d {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-ac03f427-f2b7-46b5-9231-94bc293bd76d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac03f427-f2b7-46b5-9231-94bc293bd76d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ac03f427-f2b7-46b5-9231-94bc293bd76d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac03f427-f2b7-46b5-9231-94bc293bd76d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-87786dbf-0e8b-4659-bd18-a852d6907054 {
  text-align: center;
}








#s-87786dbf-0e8b-4659-bd18-a852d6907054 .shogun-image-content {
  
    align-items: center;
  
}

#s-7604e256-57c6-4a1b-803d-cb1b479b5174 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-124bf70e-79f6-4b88-8dd2-df7804afdfa3 {
  text-align: center;
}







  #s-124bf70e-79f6-4b88-8dd2-df7804afdfa3 img.shogun-image {
    

    
    
    
  }


#s-124bf70e-79f6-4b88-8dd2-df7804afdfa3 .shogun-image-content {
  
    align-items: center;
  
}

#s-245fcf15-edce-4364-83a4-06a5cf10061b {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-1029e7d3-8105-4504-932a-b739aa3946d6 {
  text-align: center;
}








#s-1029e7d3-8105-4504-932a-b739aa3946d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-60b234ab-5e71-4607-890c-0438c34fc96c {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-0e6cb61f-840d-4fbe-99bd-fcedff2717de {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 1200px){#s-0e6cb61f-840d-4fbe-99bd-fcedff2717de {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e6cb61f-840d-4fbe-99bd-fcedff2717de {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e6cb61f-840d-4fbe-99bd-fcedff2717de {
  
}
}







#s-0e6cb61f-840d-4fbe-99bd-fcedff2717de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e6cb61f-840d-4fbe-99bd-fcedff2717de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9881fa9d-3f8f-43f5-9aa8-8e7958b3ef84 {
  min-height: 50px;
}








#s-9881fa9d-3f8f-43f5-9aa8-8e7958b3ef84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9881fa9d-3f8f-43f5-9aa8-8e7958b3ef84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

@media (max-width: 767px){#s-6ff7f538-b420-41ec-bbc0-6fb85e3fcd87 {
  display: none;
}
#s-6ff7f538-b420-41ec-bbc0-6fb85e3fcd87, #wrap-s-6ff7f538-b420-41ec-bbc0-6fb85e3fcd87 { display:none !important; }}

  #s-6ff7f538-b420-41ec-bbc0-6fb85e3fcd87 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(0, 0, 0, 1);
    border: 1px solid #DDDDDD;
  }
  #s-6ff7f538-b420-41ec-bbc0-6fb85e3fcd87 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(0, 0, 0, 1);
    border: 1px solid #ddd;
  }
#s-6ff7f538-b420-41ec-bbc0-6fb85e3fcd87 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 26px;
}

#s-6ff7f538-b420-41ec-bbc0-6fb85e3fcd87 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-6ff7f538-b420-41ec-bbc0-6fb85e3fcd87 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(0, 0, 0, 1);
}

#s-6ff7f538-b420-41ec-bbc0-6fb85e3fcd87 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-70982b47-7d58-4a3f-b12b-66da629f1f77 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
min-height: 50px;
max-width: 1300px;
}








#s-70982b47-7d58-4a3f-b12b-66da629f1f77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70982b47-7d58-4a3f-b12b-66da629f1f77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98880748-9577-48c4-b89e-ccd6ed427aa5 {
  margin-top: 2em;
margin-bottom: 2em;
}
@media (min-width: 768px) and (max-width: 991px){#s-98880748-9577-48c4-b89e-ccd6ed427aa5 {
  display: none;
}
#s-98880748-9577-48c4-b89e-ccd6ed427aa5, #wrap-s-98880748-9577-48c4-b89e-ccd6ed427aa5 { display:none !important; }}@media (max-width: 767px){#s-98880748-9577-48c4-b89e-ccd6ed427aa5 {
  display: none;
}
#s-98880748-9577-48c4-b89e-ccd6ed427aa5, #wrap-s-98880748-9577-48c4-b89e-ccd6ed427aa5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-98880748-9577-48c4-b89e-ccd6ed427aa5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98880748-9577-48c4-b89e-ccd6ed427aa5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-98880748-9577-48c4-b89e-ccd6ed427aa5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-98880748-9577-48c4-b89e-ccd6ed427aa5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (max-width: 767px) {
  [id="s-98880748-9577-48c4-b89e-ccd6ed427aa5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-18e2fc16-ffae-484a-a3e2-1186644b908b {
  min-height: 50px;
}








#s-18e2fc16-ffae-484a-a3e2-1186644b908b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18e2fc16-ffae-484a-a3e2-1186644b908b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cda45171-91ad-4bd7-9e31-10068cd537c0 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-cda45171-91ad-4bd7-9e31-10068cd537c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cda45171-91ad-4bd7-9e31-10068cd537c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cda45171-91ad-4bd7-9e31-10068cd537c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cda45171-91ad-4bd7-9e31-10068cd537c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cda45171-91ad-4bd7-9e31-10068cd537c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cda45171-91ad-4bd7-9e31-10068cd537c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cda45171-91ad-4bd7-9e31-10068cd537c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-63a83db5-89b3-404a-b119-ed9e4abdf350 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-63a83db5-89b3-404a-b119-ed9e4abdf350 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63a83db5-89b3-404a-b119-ed9e4abdf350.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5d017ae5-df04-492b-a372-7791b825abc4 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-5d017ae5-df04-492b-a372-7791b825abc4 img.shogun-image {
    

    
    
    
  }


#s-5d017ae5-df04-492b-a372-7791b825abc4 .shogun-image-content {
  
    align-items: center;
  
}

#s-a4f94cb9-f95b-44f7-8909-0e951e1a0826 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-fd046bd3-a4a3-4219-8ec5-1e88fd74f02c {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-fd046bd3-a4a3-4219-8ec5-1e88fd74f02c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd046bd3-a4a3-4219-8ec5-1e88fd74f02c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-fd046bd3-a4a3-4219-8ec5-1e88fd74f02c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-fd046bd3-a4a3-4219-8ec5-1e88fd74f02c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-fd046bd3-a4a3-4219-8ec5-1e88fd74f02c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-fd046bd3-a4a3-4219-8ec5-1e88fd74f02c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-fd046bd3-a4a3-4219-8ec5-1e88fd74f02c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-ed1e248c-2313-4fc7-bc04-c8baad20cdc3 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-ed1e248c-2313-4fc7-bc04-c8baad20cdc3 img.shogun-image {
    

    
    
    
  }


#s-ed1e248c-2313-4fc7-bc04-c8baad20cdc3 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4ad196c-378b-4efb-a3bf-e9b94ba617ec {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-7f9061b5-b25c-4311-b7b7-76ed32585fa3 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-7f9061b5-b25c-4311-b7b7-76ed32585fa3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f9061b5-b25c-4311-b7b7-76ed32585fa3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-7f9061b5-b25c-4311-b7b7-76ed32585fa3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-7f9061b5-b25c-4311-b7b7-76ed32585fa3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-7f9061b5-b25c-4311-b7b7-76ed32585fa3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-7f9061b5-b25c-4311-b7b7-76ed32585fa3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-7f9061b5-b25c-4311-b7b7-76ed32585fa3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-df1effc4-65ae-44e5-a84b-535f59ccba06 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-df1effc4-65ae-44e5-a84b-535f59ccba06 img.shogun-image {
    

    
    
    
  }


#s-df1effc4-65ae-44e5-a84b-535f59ccba06 .shogun-image-content {
  
    align-items: center;
  
}

#s-84b50d2e-1b39-46b4-b117-b6f08fe9e753 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-d2e0a517-14ee-4951-8b9c-479b9d256282 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-d2e0a517-14ee-4951-8b9c-479b9d256282"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2e0a517-14ee-4951-8b9c-479b9d256282"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-d2e0a517-14ee-4951-8b9c-479b9d256282"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-d2e0a517-14ee-4951-8b9c-479b9d256282"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-d2e0a517-14ee-4951-8b9c-479b9d256282"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-d2e0a517-14ee-4951-8b9c-479b9d256282"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-d2e0a517-14ee-4951-8b9c-479b9d256282"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-2a48573f-112a-4d32-91b1-ef4cfeef801e {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-2a48573f-112a-4d32-91b1-ef4cfeef801e img.shogun-image {
    

    
    
    
  }


#s-2a48573f-112a-4d32-91b1-ef4cfeef801e .shogun-image-content {
  
    align-items: center;
  
}

#s-50977a73-b011-47a6-8365-5e7edeacd01d {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-5394bf1a-6a0d-49d3-94b1-256afb6916f6 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5394bf1a-6a0d-49d3-94b1-256afb6916f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5394bf1a-6a0d-49d3-94b1-256afb6916f6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-5394bf1a-6a0d-49d3-94b1-256afb6916f6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-5394bf1a-6a0d-49d3-94b1-256afb6916f6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-5394bf1a-6a0d-49d3-94b1-256afb6916f6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-5394bf1a-6a0d-49d3-94b1-256afb6916f6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-5394bf1a-6a0d-49d3-94b1-256afb6916f6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-250d6582-132e-4b0c-a7da-488fd8238cda {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}








#s-250d6582-132e-4b0c-a7da-488fd8238cda .shogun-image-content {
  
    align-items: center;
  
}

#s-d9143071-13b3-4d00-b6cb-3575554bc360 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-f17e4025-bc04-468e-b196-c79bfd4c1293 {
  min-height: 50px;
}








#s-f17e4025-bc04-468e-b196-c79bfd4c1293 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f17e4025-bc04-468e-b196-c79bfd4c1293.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-777a74ff-28fa-4e6b-9260-012b0ce521d1 {
  text-align: center;
}







  #s-777a74ff-28fa-4e6b-9260-012b0ce521d1 img.shogun-image {
    

    
    
    
  }


#s-777a74ff-28fa-4e6b-9260-012b0ce521d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff9c00ac-4f5e-40c5-b2e8-e9733f4f1b64 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ff9c00ac-4f5e-40c5-b2e8-e9733f4f1b64 {
  display: none;
}
#s-ff9c00ac-4f5e-40c5-b2e8-e9733f4f1b64, #wrap-s-ff9c00ac-4f5e-40c5-b2e8-e9733f4f1b64 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff9c00ac-4f5e-40c5-b2e8-e9733f4f1b64 {
  display: none;
}
#s-ff9c00ac-4f5e-40c5-b2e8-e9733f4f1b64, #wrap-s-ff9c00ac-4f5e-40c5-b2e8-e9733f4f1b64 { display:none !important; }}







#s-ff9c00ac-4f5e-40c5-b2e8-e9733f4f1b64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff9c00ac-4f5e-40c5-b2e8-e9733f4f1b64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e264a81-8b33-4189-b477-ca63740bcbf0 {
  margin-top: 1em;
text-align: center;
}







  #s-2e264a81-8b33-4189-b477-ca63740bcbf0 img.shogun-image {
    

    
    
    
  }


#s-2e264a81-8b33-4189-b477-ca63740bcbf0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4fbe303-2aa3-4412-80ed-00db6c83926f {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-d4fbe303-2aa3-4412-80ed-00db6c83926f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4fbe303-2aa3-4412-80ed-00db6c83926f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d4fbe303-2aa3-4412-80ed-00db6c83926f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d4fbe303-2aa3-4412-80ed-00db6c83926f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d4fbe303-2aa3-4412-80ed-00db6c83926f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4fbe303-2aa3-4412-80ed-00db6c83926f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d4fbe303-2aa3-4412-80ed-00db6c83926f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-74654dae-2405-4765-83ae-6321482fc509 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-74654dae-2405-4765-83ae-6321482fc509 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74654dae-2405-4765-83ae-6321482fc509.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2b9e3be9-ef91-4936-9789-e88d55504d42 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-2b9e3be9-ef91-4936-9789-e88d55504d42 img.shogun-image {
    

    
    
    
  }


#s-2b9e3be9-ef91-4936-9789-e88d55504d42 .shogun-image-content {
  
    align-items: center;
  
}

#s-47a120c3-3355-45c7-b00b-cfafb6e5a804 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-5be0758e-3b61-4421-853a-c5c0f609545f {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5be0758e-3b61-4421-853a-c5c0f609545f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5be0758e-3b61-4421-853a-c5c0f609545f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-5be0758e-3b61-4421-853a-c5c0f609545f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-5be0758e-3b61-4421-853a-c5c0f609545f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-5be0758e-3b61-4421-853a-c5c0f609545f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-5be0758e-3b61-4421-853a-c5c0f609545f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-5be0758e-3b61-4421-853a-c5c0f609545f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-4bc04436-7332-42f1-a929-476cd06b4b58 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-4bc04436-7332-42f1-a929-476cd06b4b58 img.shogun-image {
    

    
    
    
  }


#s-4bc04436-7332-42f1-a929-476cd06b4b58 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac14ff5b-1320-41a6-9f37-011c9e0ebb3f {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-c3c18433-aaa3-40b8-b223-2a37a76feff2 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-c3c18433-aaa3-40b8-b223-2a37a76feff2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3c18433-aaa3-40b8-b223-2a37a76feff2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-c3c18433-aaa3-40b8-b223-2a37a76feff2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-c3c18433-aaa3-40b8-b223-2a37a76feff2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-c3c18433-aaa3-40b8-b223-2a37a76feff2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-c3c18433-aaa3-40b8-b223-2a37a76feff2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-c3c18433-aaa3-40b8-b223-2a37a76feff2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-787d3a09-9eb6-41ff-9c94-d69f590cdbee {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-787d3a09-9eb6-41ff-9c94-d69f590cdbee img.shogun-image {
    

    
    
    
  }


#s-787d3a09-9eb6-41ff-9c94-d69f590cdbee .shogun-image-content {
  
    align-items: center;
  
}

#s-effd368c-23de-48be-976d-bc17deaac16b {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-ff20bab2-95c2-4136-945b-ab9f035719cc {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-ff20bab2-95c2-4136-945b-ab9f035719cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff20bab2-95c2-4136-945b-ab9f035719cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-ff20bab2-95c2-4136-945b-ab9f035719cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-ff20bab2-95c2-4136-945b-ab9f035719cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-ff20bab2-95c2-4136-945b-ab9f035719cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-ff20bab2-95c2-4136-945b-ab9f035719cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-ff20bab2-95c2-4136-945b-ab9f035719cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-2f9d81f4-321f-4588-abc5-eb532d24a8ed {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-2f9d81f4-321f-4588-abc5-eb532d24a8ed img.shogun-image {
    

    
    
    
  }


#s-2f9d81f4-321f-4588-abc5-eb532d24a8ed .shogun-image-content {
  
    align-items: center;
  
}

#s-9ffadea4-a721-4583-a816-5c3806e8682a {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-15031ec4-1063-40cb-8434-48b139a05ef7 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-15031ec4-1063-40cb-8434-48b139a05ef7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15031ec4-1063-40cb-8434-48b139a05ef7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-15031ec4-1063-40cb-8434-48b139a05ef7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-15031ec4-1063-40cb-8434-48b139a05ef7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-15031ec4-1063-40cb-8434-48b139a05ef7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-15031ec4-1063-40cb-8434-48b139a05ef7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-15031ec4-1063-40cb-8434-48b139a05ef7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-d5e0f0dc-97f8-4ede-8dc5-cc9492774356 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}








#s-d5e0f0dc-97f8-4ede-8dc5-cc9492774356 .shogun-image-content {
  
    align-items: center;
  
}

#s-bcbb778a-398c-417f-b844-5f80966a42d2 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-1aedfad1-fc24-470d-83bd-2cf27177db0f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1aedfad1-fc24-470d-83bd-2cf27177db0f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1aedfad1-fc24-470d-83bd-2cf27177db0f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1aedfad1-fc24-470d-83bd-2cf27177db0f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1aedfad1-fc24-470d-83bd-2cf27177db0f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1aedfad1-fc24-470d-83bd-2cf27177db0f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1aedfad1-fc24-470d-83bd-2cf27177db0f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-f66c28b1-9bed-40ce-9e19-b3822c061a2d {
  min-height: 50px;
}








#s-f66c28b1-9bed-40ce-9e19-b3822c061a2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f66c28b1-9bed-40ce-9e19-b3822c061a2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c6b262d-701f-453f-8f08-8932f2c91a6f {
  text-align: center;
}







  #s-4c6b262d-701f-453f-8f08-8932f2c91a6f img.shogun-image {
    

    
    
    
  }


#s-4c6b262d-701f-453f-8f08-8932f2c91a6f .shogun-image-content {
  
    align-items: center;
  
}

#s-2d9ad779-88e5-4719-9be8-47c9b5e7ed48 {
  margin-bottom: 2em;
}
@media (min-width: 1200px){#s-2d9ad779-88e5-4719-9be8-47c9b5e7ed48 {
  display: none;
}
#s-2d9ad779-88e5-4719-9be8-47c9b5e7ed48, #wrap-s-2d9ad779-88e5-4719-9be8-47c9b5e7ed48 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d9ad779-88e5-4719-9be8-47c9b5e7ed48 {
  display: none;
}
#s-2d9ad779-88e5-4719-9be8-47c9b5e7ed48, #wrap-s-2d9ad779-88e5-4719-9be8-47c9b5e7ed48 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2d9ad779-88e5-4719-9be8-47c9b5e7ed48 {
  display: none;
}
#s-2d9ad779-88e5-4719-9be8-47c9b5e7ed48, #wrap-s-2d9ad779-88e5-4719-9be8-47c9b5e7ed48 { display:none !important; }}
#s-2d9ad779-88e5-4719-9be8-47c9b5e7ed48 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-2d9ad779-88e5-4719-9be8-47c9b5e7ed48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-2d9ad779-88e5-4719-9be8-47c9b5e7ed48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-2d9ad779-88e5-4719-9be8-47c9b5e7ed48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-2d9ad779-88e5-4719-9be8-47c9b5e7ed48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-2d9ad779-88e5-4719-9be8-47c9b5e7ed48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-15cae00a-0969-4c01-ba90-f4854e1fd7d5 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-15cae00a-0969-4c01-ba90-f4854e1fd7d5 img.shogun-image {
    

    
    
    
  }


#s-15cae00a-0969-4c01-ba90-f4854e1fd7d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7dc3e96-6465-4a33-b9b5-ef64bb2517f7 {
  margin-top: 1em;
text-align: center;
}







  #s-a7dc3e96-6465-4a33-b9b5-ef64bb2517f7 img.shogun-image {
    

    
    
    
  }


#s-a7dc3e96-6465-4a33-b9b5-ef64bb2517f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c863233-8413-4c7c-9142-26b93354529e {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-8c863233-8413-4c7c-9142-26b93354529e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c863233-8413-4c7c-9142-26b93354529e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8c863233-8413-4c7c-9142-26b93354529e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8c863233-8413-4c7c-9142-26b93354529e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8c863233-8413-4c7c-9142-26b93354529e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c863233-8413-4c7c-9142-26b93354529e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8c863233-8413-4c7c-9142-26b93354529e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-dd04d18e-d007-4f5a-8dcc-fb9044a28219 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-dd04d18e-d007-4f5a-8dcc-fb9044a28219 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd04d18e-d007-4f5a-8dcc-fb9044a28219.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0740c135-5a23-4615-bb6a-9725b1ff6761 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-0740c135-5a23-4615-bb6a-9725b1ff6761 img.shogun-image {
    

    
    
    
  }


#s-0740c135-5a23-4615-bb6a-9725b1ff6761 .shogun-image-content {
  
    align-items: center;
  
}

#s-b48dc929-c12b-4849-9e77-f262de379069 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-fdcfe96d-d3b2-4e0b-b8bb-7b93173eece3 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-fdcfe96d-d3b2-4e0b-b8bb-7b93173eece3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fdcfe96d-d3b2-4e0b-b8bb-7b93173eece3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-fdcfe96d-d3b2-4e0b-b8bb-7b93173eece3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-fdcfe96d-d3b2-4e0b-b8bb-7b93173eece3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-fdcfe96d-d3b2-4e0b-b8bb-7b93173eece3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-fdcfe96d-d3b2-4e0b-b8bb-7b93173eece3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-fdcfe96d-d3b2-4e0b-b8bb-7b93173eece3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-4cd98026-9eb1-4caf-988e-1a6e9fd1ec4e {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-4cd98026-9eb1-4caf-988e-1a6e9fd1ec4e img.shogun-image {
    

    
    
    
  }


#s-4cd98026-9eb1-4caf-988e-1a6e9fd1ec4e .shogun-image-content {
  
    align-items: center;
  
}

#s-237e80a2-2f79-4b9b-8dd9-26519b061b32 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-7ecfa117-f224-447f-9a54-cf1dfdd0601f {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-7ecfa117-f224-447f-9a54-cf1dfdd0601f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ecfa117-f224-447f-9a54-cf1dfdd0601f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-7ecfa117-f224-447f-9a54-cf1dfdd0601f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-7ecfa117-f224-447f-9a54-cf1dfdd0601f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-7ecfa117-f224-447f-9a54-cf1dfdd0601f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-7ecfa117-f224-447f-9a54-cf1dfdd0601f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-7ecfa117-f224-447f-9a54-cf1dfdd0601f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-464839ae-f52f-4404-b00f-ff0744bb8813 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-464839ae-f52f-4404-b00f-ff0744bb8813 img.shogun-image {
    

    
    
    
  }


#s-464839ae-f52f-4404-b00f-ff0744bb8813 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c5a5b85-0611-414f-b211-d2cbefb6bb6b {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-128c86b7-e358-449d-a73a-ece5a5f79ea8 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-128c86b7-e358-449d-a73a-ece5a5f79ea8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-128c86b7-e358-449d-a73a-ece5a5f79ea8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-128c86b7-e358-449d-a73a-ece5a5f79ea8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-128c86b7-e358-449d-a73a-ece5a5f79ea8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-128c86b7-e358-449d-a73a-ece5a5f79ea8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-128c86b7-e358-449d-a73a-ece5a5f79ea8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-128c86b7-e358-449d-a73a-ece5a5f79ea8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-78820021-f12a-4360-87c9-9e47e130904f {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-78820021-f12a-4360-87c9-9e47e130904f img.shogun-image {
    

    
    
    
  }


#s-78820021-f12a-4360-87c9-9e47e130904f .shogun-image-content {
  
    align-items: center;
  
}

#s-a4eac041-1197-49c0-87c9-afaa68141fd2 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-7a1a1842-b486-4c4c-baf2-502f4c7a6a27 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-7a1a1842-b486-4c4c-baf2-502f4c7a6a27"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a1a1842-b486-4c4c-baf2-502f4c7a6a27"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-7a1a1842-b486-4c4c-baf2-502f4c7a6a27"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-7a1a1842-b486-4c4c-baf2-502f4c7a6a27"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-7a1a1842-b486-4c4c-baf2-502f4c7a6a27"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-7a1a1842-b486-4c4c-baf2-502f4c7a6a27"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-7a1a1842-b486-4c4c-baf2-502f4c7a6a27"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-7ee6c270-f772-4ff5-8170-c1a3f3ba9c31 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}








#s-7ee6c270-f772-4ff5-8170-c1a3f3ba9c31 .shogun-image-content {
  
    align-items: center;
  
}

#s-cde88db9-857c-4e4a-b7b4-37254edb4339 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-b43f4eed-a0f4-44ed-836b-36b1b9fe361d {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
background-position: center center;
}








#s-b43f4eed-a0f4-44ed-836b-36b1b9fe361d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b43f4eed-a0f4-44ed-836b-36b1b9fe361d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ad6a03b-875a-4bf7-87c9-2b3b348dbeca {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}








#s-9ad6a03b-875a-4bf7-87c9-2b3b348dbeca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ad6a03b-875a-4bf7-87c9-2b3b348dbeca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54824a56-f119-4ea1-80de-04c946dda167 {
  margin-left: auto;
margin-right: auto;
padding-top: 0em;
padding-left: 1em;
padding-bottom: 0em;
padding-right: 1em;
max-width: 1000px;
}

#s-8ff87db7-2a0d-43c5-b2a8-48a1a8a73eeb {
  min-height: 50px;
}








#s-8ff87db7-2a0d-43c5-b2a8-48a1a8a73eeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ff87db7-2a0d-43c5-b2a8-48a1a8a73eeb.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-9aa520ae-dfac-40d3-b58e-46784c9e8a49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9aa520ae-dfac-40d3-b58e-46784c9e8a49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-9aa520ae-dfac-40d3-b58e-46784c9e8a49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-9aa520ae-dfac-40d3-b58e-46784c9e8a49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (max-width: 767px) {
  [id="s-9aa520ae-dfac-40d3-b58e-46784c9e8a49"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-78cba08b-c2b1-4152-9b25-02b0e7a9f61b {
  margin-left: 4em;
margin-right: 4em;
min-height: 50px;
}
@media (min-width: 1200px){#s-78cba08b-c2b1-4152-9b25-02b0e7a9f61b {
  margin-left: 5em;
margin-right: 5em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-78cba08b-c2b1-4152-9b25-02b0e7a9f61b {
  margin-left: 2em;
margin-right: 2em;
}
}@media (max-width: 767px){#s-78cba08b-c2b1-4152-9b25-02b0e7a9f61b {
  margin-left: 1em;
margin-right: 1em;
}
}







#s-78cba08b-c2b1-4152-9b25-02b0e7a9f61b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78cba08b-c2b1-4152-9b25-02b0e7a9f61b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-ab27001f-c59c-4352-98b8-d90b1c7ec3e8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 300px;
background-color: rgba(148, 206, 190, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ab27001f-c59c-4352-98b8-d90b1c7ec3e8:hover {background-color: rgba(166, 222, 206, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-ab27001f-c59c-4352-98b8-d90b1c7ec3e8:active {background-color: rgba(94, 166, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-ab27001f-c59c-4352-98b8-d90b1c7ec3e8-root {
    text-align: center;
  }


#s-ab27001f-c59c-4352-98b8-d90b1c7ec3e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ab27001f-c59c-4352-98b8-d90b1c7ec3e8-root {
    text-align: center;
  }


#s-ab27001f-c59c-4352-98b8-d90b1c7ec3e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ab27001f-c59c-4352-98b8-d90b1c7ec3e8-root {
    text-align: center;
  }


#s-ab27001f-c59c-4352-98b8-d90b1c7ec3e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ab27001f-c59c-4352-98b8-d90b1c7ec3e8-root {
    text-align: center;
  }


#s-ab27001f-c59c-4352-98b8-d90b1c7ec3e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ab27001f-c59c-4352-98b8-d90b1c7ec3e8-root {
    text-align: center;
  }


#s-ab27001f-c59c-4352-98b8-d90b1c7ec3e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
  #s-ab27001f-c59c-4352-98b8-d90b1c7ec3e8-root {
    text-align: center;
  }


#s-ab27001f-c59c-4352-98b8-d90b1c7ec3e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-1f66c517-5b95-4191-853a-1ae5f0b07c53 {
  min-height: 50px;
}








#s-1f66c517-5b95-4191-853a-1ae5f0b07c53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f66c517-5b95-4191-853a-1ae5f0b07c53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe61a4b6-7c46-461c-9764-32f69578bce5 {
  max-width: 700px;
text-align: center;
}







  #s-fe61a4b6-7c46-461c-9764-32f69578bce5 img.shogun-image {
    

    
    
    
  }


#s-fe61a4b6-7c46-461c-9764-32f69578bce5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-faa358e6-c11e-481c-97e7-3099cec40715"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-faa358e6-c11e-481c-97e7-3099cec40715"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-faa358e6-c11e-481c-97e7-3099cec40715"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-faa358e6-c11e-481c-97e7-3099cec40715"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

}

#s-06277c71-6fda-4ec6-aa27-942469619d12 {
  min-height: 50px;
}








#s-06277c71-6fda-4ec6-aa27-942469619d12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06277c71-6fda-4ec6-aa27-942469619d12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f30804b9-6d69-47d6-927d-63d09e13ab58 {
  max-width: 700px;
text-align: center;
}







  #s-f30804b9-6d69-47d6-927d-63d09e13ab58 img.shogun-image {
    

    
    
    
  }


#s-f30804b9-6d69-47d6-927d-63d09e13ab58 .shogun-image-content {
  
    align-items: center;
  
}

#s-729e707f-30fa-41e8-9244-24eaff620667 {
  margin-left: 4em;
margin-right: 4em;
min-height: 50px;
}
@media (min-width: 1200px){#s-729e707f-30fa-41e8-9244-24eaff620667 {
  margin-left: 5em;
margin-right: 5em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-729e707f-30fa-41e8-9244-24eaff620667 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (max-width: 767px){#s-729e707f-30fa-41e8-9244-24eaff620667 {
  margin-left: 1em;
margin-right: 1em;
}
}







#s-729e707f-30fa-41e8-9244-24eaff620667 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-729e707f-30fa-41e8-9244-24eaff620667.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6497de06-f348-4966-92d4-95adb8c9ae06 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 300px;
background-color: rgba(148, 206, 190, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-6497de06-f348-4966-92d4-95adb8c9ae06:hover {background-color: rgba(166, 222, 206, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-6497de06-f348-4966-92d4-95adb8c9ae06:active {background-color: rgba(94, 166, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-6497de06-f348-4966-92d4-95adb8c9ae06-root {
    text-align: center;
  }


#s-6497de06-f348-4966-92d4-95adb8c9ae06.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6497de06-f348-4966-92d4-95adb8c9ae06-root {
    text-align: center;
  }


#s-6497de06-f348-4966-92d4-95adb8c9ae06.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6497de06-f348-4966-92d4-95adb8c9ae06-root {
    text-align: center;
  }


#s-6497de06-f348-4966-92d4-95adb8c9ae06.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6497de06-f348-4966-92d4-95adb8c9ae06-root {
    text-align: center;
  }


#s-6497de06-f348-4966-92d4-95adb8c9ae06.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6497de06-f348-4966-92d4-95adb8c9ae06-root {
    text-align: center;
  }


#s-6497de06-f348-4966-92d4-95adb8c9ae06.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
  #s-6497de06-f348-4966-92d4-95adb8c9ae06-root {
    text-align: center;
  }


#s-6497de06-f348-4966-92d4-95adb8c9ae06.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-8e0bda6e-85f6-41b5-b863-cc82d7282b60 {
  margin-top: 3em;
margin-left: auto;
margin-bottom: 3em;
margin-right: auto;
padding-left: 2em;
padding-right: 2em;
min-height: 50px;
max-width: 1300px;
}








#s-8e0bda6e-85f6-41b5-b863-cc82d7282b60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e0bda6e-85f6-41b5-b863-cc82d7282b60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae02a198-0a37-4212-9c53-bd9c716a3fd0 {
  margin-top: 2em;
margin-bottom: 2em;
}

@media (min-width: 0px) {
[id="s-ae02a198-0a37-4212-9c53-bd9c716a3fd0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-ae02a198-0a37-4212-9c53-bd9c716a3fd0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-ae02a198-0a37-4212-9c53-bd9c716a3fd0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-ae02a198-0a37-4212-9c53-bd9c716a3fd0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

.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-a4819813-655f-4097-9f04-8dcf5f7809f2 {
  text-align: left;
}



.shg-c#s-a4819813-655f-4097-9f04-8dcf5f7809f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4819813-655f-4097-9f04-8dcf5f7809f2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a4819813-655f-4097-9f04-8dcf5f7809f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4819813-655f-4097-9f04-8dcf5f7809f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a4819813-655f-4097-9f04-8dcf5f7809f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4819813-655f-4097-9f04-8dcf5f7809f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a4819813-655f-4097-9f04-8dcf5f7809f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4819813-655f-4097-9f04-8dcf5f7809f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a4819813-655f-4097-9f04-8dcf5f7809f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4819813-655f-4097-9f04-8dcf5f7809f2 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-a4819813-655f-4097-9f04-8dcf5f7809f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4819813-655f-4097-9f04-8dcf5f7809f2 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-24247c7b-1201-4192-92a0-5646cf3bd528 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24247c7b-1201-4192-92a0-5646cf3bd528 .shg-product-title-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-730484e7-6609-4888-abd9-e12bb3e7d60c {
  text-align: left;
}



.shg-c#s-730484e7-6609-4888-abd9-e12bb3e7d60c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-730484e7-6609-4888-abd9-e12bb3e7d60c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-730484e7-6609-4888-abd9-e12bb3e7d60c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-730484e7-6609-4888-abd9-e12bb3e7d60c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-730484e7-6609-4888-abd9-e12bb3e7d60c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-730484e7-6609-4888-abd9-e12bb3e7d60c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-730484e7-6609-4888-abd9-e12bb3e7d60c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-730484e7-6609-4888-abd9-e12bb3e7d60c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-730484e7-6609-4888-abd9-e12bb3e7d60c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-730484e7-6609-4888-abd9-e12bb3e7d60c img.shogun-image {
  width: 100%;
}



}

.shg-c#s-730484e7-6609-4888-abd9-e12bb3e7d60c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-730484e7-6609-4888-abd9-e12bb3e7d60c img.shogun-image {
  width: 100%;
}




#s-a2595bb0-22bb-43cb-91ac-af9f06c7516b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2595bb0-22bb-43cb-91ac-af9f06c7516b .shg-product-title-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-07af1655-9e58-4f95-a884-917b129f3d50 {
  text-align: left;
}



.shg-c#s-07af1655-9e58-4f95-a884-917b129f3d50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07af1655-9e58-4f95-a884-917b129f3d50 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-07af1655-9e58-4f95-a884-917b129f3d50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07af1655-9e58-4f95-a884-917b129f3d50 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-07af1655-9e58-4f95-a884-917b129f3d50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07af1655-9e58-4f95-a884-917b129f3d50 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-07af1655-9e58-4f95-a884-917b129f3d50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07af1655-9e58-4f95-a884-917b129f3d50 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-07af1655-9e58-4f95-a884-917b129f3d50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07af1655-9e58-4f95-a884-917b129f3d50 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-07af1655-9e58-4f95-a884-917b129f3d50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07af1655-9e58-4f95-a884-917b129f3d50 img.shogun-image {
  width: 100%;
}




#s-0cbeafe8-22fc-4896-82e6-cfc961e5ef2a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0cbeafe8-22fc-4896-82e6-cfc961e5ef2a .shg-product-title-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2dcfcf43-9560-4762-b9cd-424cf6f589a8 {
  text-align: left;
}



.shg-c#s-2dcfcf43-9560-4762-b9cd-424cf6f589a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dcfcf43-9560-4762-b9cd-424cf6f589a8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2dcfcf43-9560-4762-b9cd-424cf6f589a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dcfcf43-9560-4762-b9cd-424cf6f589a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2dcfcf43-9560-4762-b9cd-424cf6f589a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dcfcf43-9560-4762-b9cd-424cf6f589a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2dcfcf43-9560-4762-b9cd-424cf6f589a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dcfcf43-9560-4762-b9cd-424cf6f589a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2dcfcf43-9560-4762-b9cd-424cf6f589a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dcfcf43-9560-4762-b9cd-424cf6f589a8 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-2dcfcf43-9560-4762-b9cd-424cf6f589a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dcfcf43-9560-4762-b9cd-424cf6f589a8 img.shogun-image {
  width: 100%;
}




#s-ec854334-6d8c-4134-81b4-309f7957fcbf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec854334-6d8c-4134-81b4-309f7957fcbf .shg-product-title-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-427bda82-a907-4e52-b293-6e7580843f8d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 320px;
background-color: rgba(146, 206, 190, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-427bda82-a907-4e52-b293-6e7580843f8d:hover {background-color: rgba(171, 233, 216, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-427bda82-a907-4e52-b293-6e7580843f8d:active {background-color: rgba(146, 206, 190, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-427bda82-a907-4e52-b293-6e7580843f8d-root {
    text-align: center;
  }


#s-427bda82-a907-4e52-b293-6e7580843f8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-427bda82-a907-4e52-b293-6e7580843f8d-root {
    text-align: center;
  }


#s-427bda82-a907-4e52-b293-6e7580843f8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-427bda82-a907-4e52-b293-6e7580843f8d-root {
    text-align: center;
  }


#s-427bda82-a907-4e52-b293-6e7580843f8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-427bda82-a907-4e52-b293-6e7580843f8d-root {
    text-align: center;
  }


#s-427bda82-a907-4e52-b293-6e7580843f8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-427bda82-a907-4e52-b293-6e7580843f8d-root {
    text-align: center;
  }


#s-427bda82-a907-4e52-b293-6e7580843f8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
  #s-427bda82-a907-4e52-b293-6e7580843f8d-root {
    text-align: center;
  }


#s-427bda82-a907-4e52-b293-6e7580843f8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-80971ffc-d805-4924-a74f-62916348e2f6 {
  margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-80971ffc-d805-4924-a74f-62916348e2f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80971ffc-d805-4924-a74f-62916348e2f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-80971ffc-d805-4924-a74f-62916348e2f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-80971ffc-d805-4924-a74f-62916348e2f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

#s-256b4565-aa9d-48bd-a46b-15c679eb230f {
  min-height: 50px;
}








#s-256b4565-aa9d-48bd-a46b-15c679eb230f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-256b4565-aa9d-48bd-a46b-15c679eb230f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4905d77e-96eb-4f03-9ee1-01eda845379f {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}







  #s-4905d77e-96eb-4f03-9ee1-01eda845379f img.shogun-image {
    

    
    
    
  }


#s-4905d77e-96eb-4f03-9ee1-01eda845379f .shogun-image-content {
  
    align-items: center;
  
}

#s-5ef1a161-8968-40a7-b458-1a0db4a203cb {
  min-height: 50px;
}








#s-5ef1a161-8968-40a7-b458-1a0db4a203cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ef1a161-8968-40a7-b458-1a0db4a203cb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d16c3820-be4a-48f5-914a-4b01831f3762 {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}







  #s-d16c3820-be4a-48f5-914a-4b01831f3762 img.shogun-image {
    

    
    
    
  }


#s-d16c3820-be4a-48f5-914a-4b01831f3762 .shogun-image-content {
  
    align-items: center;
  
}

#s-df79e723-8fb4-465e-92f8-d6f9c8396d7c {
  min-height: 50px;
}








#s-df79e723-8fb4-465e-92f8-d6f9c8396d7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df79e723-8fb4-465e-92f8-d6f9c8396d7c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-90d225ac-f1c0-4033-8a5b-2ec490fd7aae {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}








#s-90d225ac-f1c0-4033-8a5b-2ec490fd7aae .shogun-image-content {
  
    align-items: center;
  
}

#s-d9c204d5-fee4-4fce-9a72-92a38b33240f {
  min-height: 600px;
}








#s-d9c204d5-fee4-4fce-9a72-92a38b33240f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9c204d5-fee4-4fce-9a72-92a38b33240f.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-354b6385-3ffc-4b7f-ac8f-e93052487dda {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0em;
padding-bottom: 0em;
}

#s-354b6385-3ffc-4b7f-ac8f-e93052487dda .shg-sld-dot {
  background-color: rgba(146, 206, 190, 1);
}

#s-354b6385-3ffc-4b7f-ac8f-e93052487dda .shg-sld-nav-button.shg-sld-left,
#s-354b6385-3ffc-4b7f-ac8f-e93052487dda .shg-sld-nav-button.shg-sld-right {
  fill: rgba(146, 206, 190, 1);
}

#s-41d0eae0-03b4-424f-b72a-9f27c8dfff4d {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 600px;
background-position: center center;
}








#s-41d0eae0-03b4-424f-b72a-9f27c8dfff4d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-41d0eae0-03b4-424f-b72a-9f27c8dfff4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

#s-08786bf5-6953-4444-ae43-147688fb3db0 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-08786bf5-6953-4444-ae43-147688fb3db0 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-08786bf5-6953-4444-ae43-147688fb3db0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-08786bf5-6953-4444-ae43-147688fb3db0 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-08786bf5-6953-4444-ae43-147688fb3db0 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-08786bf5-6953-4444-ae43-147688fb3db0 td.shogun-table-column, #s-08786bf5-6953-4444-ae43-147688fb3db0 td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0);
}

#s-f2aa1b20-e0f2-4661-a7f6-d1f6926513d3 .shogun-icon-wrapper {
  text-align: center;
}


#s-f2aa1b20-e0f2-4661-a7f6-d1f6926513d3 .shogun-icon-wrapper > .shogun-icon {

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

#s-0ee0f814-6551-44b1-98fa-332af3a451b8 .shogun-icon-wrapper {
  text-align: center;
}


#s-0ee0f814-6551-44b1-98fa-332af3a451b8 .shogun-icon-wrapper > .shogun-icon {

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

#s-d76a107e-6b45-42ae-99ce-007eda8a730f .shogun-icon-wrapper {
  text-align: center;
}


#s-d76a107e-6b45-42ae-99ce-007eda8a730f .shogun-icon-wrapper > .shogun-icon {

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

#s-617d1cc5-6e86-48de-8b0d-da56bbf7945d .shogun-icon-wrapper {
  text-align: center;
}


#s-617d1cc5-6e86-48de-8b0d-da56bbf7945d .shogun-icon-wrapper > .shogun-icon {

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

#s-f4620a36-a2cb-42bd-a2cb-e855608892a9 .shogun-icon-wrapper {
  text-align: center;
}


#s-f4620a36-a2cb-42bd-a2cb-e855608892a9 .shogun-icon-wrapper > .shogun-icon {

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

#s-4d3cbbcc-763c-42b6-85b2-2c1ba34236c2 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-045289b9-556a-429a-991c-01a85531c4f8 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 600px;
background-position: center center;
}








#s-045289b9-556a-429a-991c-01a85531c4f8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-045289b9-556a-429a-991c-01a85531c4f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8bcf8887-6be2-4e2a-ab28-445e94392d6d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-8bcf8887-6be2-4e2a-ab28-445e94392d6d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-8bcf8887-6be2-4e2a-ab28-445e94392d6d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-8bcf8887-6be2-4e2a-ab28-445e94392d6d td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-8bcf8887-6be2-4e2a-ab28-445e94392d6d td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-8bcf8887-6be2-4e2a-ab28-445e94392d6d td.shogun-table-column, #s-8bcf8887-6be2-4e2a-ab28-445e94392d6d td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0);
}

#s-6b139914-f54d-42c5-93ff-aa0d344f68f0 .shogun-icon-wrapper {
  text-align: center;
}


#s-6b139914-f54d-42c5-93ff-aa0d344f68f0 .shogun-icon-wrapper > .shogun-icon {

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

#s-f734b7a7-7fbc-47d5-94a7-960fc5b24a4a .shogun-icon-wrapper {
  text-align: center;
}


#s-f734b7a7-7fbc-47d5-94a7-960fc5b24a4a .shogun-icon-wrapper > .shogun-icon {

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

#s-4af040c7-0007-4159-8e05-0df3db4e443d .shogun-icon-wrapper {
  text-align: center;
}


#s-4af040c7-0007-4159-8e05-0df3db4e443d .shogun-icon-wrapper > .shogun-icon {

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

#s-d24723a9-03f3-4877-a36c-298338320df0 .shogun-icon-wrapper {
  text-align: center;
}


#s-d24723a9-03f3-4877-a36c-298338320df0 .shogun-icon-wrapper > .shogun-icon {

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

#s-76204a56-4bce-4d9c-abaa-89276c24899d .shogun-icon-wrapper {
  text-align: center;
}


#s-76204a56-4bce-4d9c-abaa-89276c24899d .shogun-icon-wrapper > .shogun-icon {

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

#s-c96629a2-a323-4c6e-a754-5cf801fdd40a {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-f7deef3f-8c0f-41fd-add9-1e97403167e9 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 600px;
background-position: center center;
}








#s-f7deef3f-8c0f-41fd-add9-1e97403167e9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-f7deef3f-8c0f-41fd-add9-1e97403167e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67d2be97-2aac-4487-82b3-cbe39e846992 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-67d2be97-2aac-4487-82b3-cbe39e846992 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-67d2be97-2aac-4487-82b3-cbe39e846992 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-67d2be97-2aac-4487-82b3-cbe39e846992 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-67d2be97-2aac-4487-82b3-cbe39e846992 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-67d2be97-2aac-4487-82b3-cbe39e846992 td.shogun-table-column, #s-67d2be97-2aac-4487-82b3-cbe39e846992 td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0);
}

#s-0f817765-0c2d-4664-a7bd-be6d8630e44d .shogun-icon-wrapper {
  text-align: center;
}


#s-0f817765-0c2d-4664-a7bd-be6d8630e44d .shogun-icon-wrapper > .shogun-icon {

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

#s-5c9ea26e-0489-42a5-955b-06fa405695d1 .shogun-icon-wrapper {
  text-align: center;
}


#s-5c9ea26e-0489-42a5-955b-06fa405695d1 .shogun-icon-wrapper > .shogun-icon {

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

#s-c99ce4c8-bb5d-485d-bbd5-e3efa3fb31ed .shogun-icon-wrapper {
  text-align: center;
}


#s-c99ce4c8-bb5d-485d-bbd5-e3efa3fb31ed .shogun-icon-wrapper > .shogun-icon {

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

#s-71437e75-45cd-453c-adf4-5cfcc59cace8 .shogun-icon-wrapper {
  text-align: center;
}


#s-71437e75-45cd-453c-adf4-5cfcc59cace8 .shogun-icon-wrapper > .shogun-icon {

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

#s-cbfed423-15e8-469b-8d28-e558c8d8f963 .shogun-icon-wrapper {
  text-align: center;
}


#s-cbfed423-15e8-469b-8d28-e558c8d8f963 .shogun-icon-wrapper > .shogun-icon {

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

#s-3b1d5dc0-e00d-4c19-8809-31756cec98a2 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

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

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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