.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-0bd48d3a-e1d3-41ec-b699-059fd1eceaac {
  min-height: 50px;
}








#s-0bd48d3a-e1d3-41ec-b699-059fd1eceaac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bd48d3a-e1d3-41ec-b699-059fd1eceaac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

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

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

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

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

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

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

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

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

#s-5e117f06-c6eb-487c-bef4-62f9ee7d9214 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 25px;
padding-bottom: 25px;
background-color: rgba(0, 0, 0, 1);
}

.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;
}

@media (min-width: 0px) {
[id="s-f6606049-32ad-46ad-9ae2-c0f0cef67556"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6606049-32ad-46ad-9ae2-c0f0cef67556"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f6606049-32ad-46ad-9ae2-c0f0cef67556"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6606049-32ad-46ad-9ae2-c0f0cef67556"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-9bcdf0b0-4d7e-4f63-9208-559d6e24ba42 {
  text-align: center;
}







  #s-9bcdf0b0-4d7e-4f63-9208-559d6e24ba42 img.shogun-image {
    

    
    
    
  }


#s-9bcdf0b0-4d7e-4f63-9208-559d6e24ba42 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e4f2e53-cc3b-4ad2-b934-7f1b414abd7a {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-2c1e19d0-82d7-47b5-982e-f18dcc1a77b6 {
  margin-top: 1px;
margin-left: 10px;
margin-bottom: 1px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-9036db39-42fa-46ea-8e0d-afe2ada580d4 {
  margin-top: 1px;
margin-left: 10px;
margin-bottom: 1px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-0b43d486-f47b-4afd-9c5b-5815d80b308d {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-0b43d486-f47b-4afd-9c5b-5815d80b308d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b43d486-f47b-4afd-9c5b-5815d80b308d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73cf7afc-b082-476a-896e-b0a11f860308 {
  padding-top: 25px;
padding-left: 10px;
padding-bottom: 25px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-73cf7afc-b082-476a-896e-b0a11f860308 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73cf7afc-b082-476a-896e-b0a11f860308.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-a3c8b0d0-5d42-45ed-b024-b9648298fab1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(235, 225, 225, 1);
}

#s-a3c8b0d0-5d42-45ed-b024-b9648298fab1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-a3c8b0d0-5d42-45ed-b024-b9648298fab1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-a3c8b0d0-5d42-45ed-b024-b9648298fab1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(235, 225, 225, 1);
}

#s-a3c8b0d0-5d42-45ed-b024-b9648298fab1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-a3c8b0d0-5d42-45ed-b024-b9648298fab1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-de5a2c7b-795d-4155-bb26-88e78a340b48 {
  padding-top: 20px;
}

#s-ae801183-a806-42fc-bf55-d161a8a30b74 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-ae801183-a806-42fc-bf55-d161a8a30b74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae801183-a806-42fc-bf55-d161a8a30b74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ae801183-a806-42fc-bf55-d161a8a30b74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae801183-a806-42fc-bf55-d161a8a30b74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-be63ecd7-2601-4566-8ef2-734f52080436 {
  text-align: center;
}







  #s-be63ecd7-2601-4566-8ef2-734f52080436 img.shogun-image {
    

    
    
    
  }


#s-be63ecd7-2601-4566-8ef2-734f52080436 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3cb24fa-a2d4-4f83-96ad-44ccba04d4ad {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-b3cb24fa-a2d4-4f83-96ad-44ccba04d4ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3cb24fa-a2d4-4f83-96ad-44ccba04d4ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b3cb24fa-a2d4-4f83-96ad-44ccba04d4ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3cb24fa-a2d4-4f83-96ad-44ccba04d4ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-f6d4e923-19f3-4477-94f7-e8afd76fbb6b {
  margin-top: 25px;
margin-left: 10px;
margin-bottom: 25px;
margin-right: 10px;
}

#s-752a12de-64f7-412a-99e8-3b7cc4577262 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-752a12de-64f7-412a-99e8-3b7cc4577262"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-752a12de-64f7-412a-99e8-3b7cc4577262"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-752a12de-64f7-412a-99e8-3b7cc4577262"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-752a12de-64f7-412a-99e8-3b7cc4577262"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-79e5e8e7-7f20-4b29-9384-5c8cf0b53d35 {
  box-shadow:0px 0px 25px 5px rgba(179, 179, 179, 1);
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
opacity: 1;
}







  #s-79e5e8e7-7f20-4b29-9384-5c8cf0b53d35 img.shogun-image {
    

    
    
    
  }


#s-79e5e8e7-7f20-4b29-9384-5c8cf0b53d35 .shogun-image-content {
  
    align-items: center;
  
}

#s-b5fa5061-d020-4f1d-b755-9a142a3d7f5f {
  margin-top: 25px;
}

#s-099b8ffc-3a1c-484c-823d-53153e6a502c {
  box-shadow:1px 1px 25px 5px rgba(168, 168, 168, 1);
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}







  #s-099b8ffc-3a1c-484c-823d-53153e6a502c img.shogun-image {
    

    
    
    
  }


#s-099b8ffc-3a1c-484c-823d-53153e6a502c .shogun-image-content {
  
    align-items: center;
  
}

#s-6e7a1f6a-f617-4daa-ab44-f10b3918f2c8 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-76ba84ed-42da-48ce-9a09-a32050f0a887 {
  padding-top: 20px;
padding-bottom: 20px;
}

.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-f73d498d-f210-49bf-b898-67ee048ae7d3 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-f73d498d-f210-49bf-b898-67ee048ae7d3 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-f73d498d-f210-49bf-b898-67ee048ae7d3 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f73d498d-f210-49bf-b898-67ee048ae7d3 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-f73d498d-f210-49bf-b898-67ee048ae7d3 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-f73d498d-f210-49bf-b898-67ee048ae7d3 td.shogun-table-column, #s-f73d498d-f210-49bf-b898-67ee048ae7d3 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-a2387555-86fc-484f-aafe-5acaa32ea140 {
  margin-top: 30px;
}

#s-1c6b2593-d292-42c0-9851-483ca450e112 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}







  #s-1c6b2593-d292-42c0-9851-483ca450e112 img.shogun-image {
    

    
    
    
  }


#s-1c6b2593-d292-42c0-9851-483ca450e112 .shogun-image-content {
  
    align-items: center;
  
}

#s-b84a2dce-a658-4f04-bbc6-57999aeacda0 {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-b84a2dce-a658-4f04-bbc6-57999aeacda0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b84a2dce-a658-4f04-bbc6-57999aeacda0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe657e61-c0c4-4ff3-942b-38ab3f8e6abc {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-ab8f49f3-a252-4dea-8d47-b7131719d57e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab8f49f3-a252-4dea-8d47-b7131719d57e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ab8f49f3-a252-4dea-8d47-b7131719d57e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab8f49f3-a252-4dea-8d47-b7131719d57e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f94d480d-3cfb-4f5a-9aa6-d1d773f24cb8 {
  padding-top: 25px;
padding-bottom: 25px;
background-color: rgba(0, 0, 0, 1);
}

#s-3bb6d277-79c9-4950-88f8-caac3022b184 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3bb6d277-79c9-4950-88f8-caac3022b184 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bb6d277-79c9-4950-88f8-caac3022b184.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f664609-5e44-4dae-b386-6a8a2e8cfe4c {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-6f664609-5e44-4dae-b386-6a8a2e8cfe4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f664609-5e44-4dae-b386-6a8a2e8cfe4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6f664609-5e44-4dae-b386-6a8a2e8cfe4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f664609-5e44-4dae-b386-6a8a2e8cfe4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c7d0dc65-af27-473d-baed-d76baf9330c0 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-c7d0dc65-af27-473d-baed-d76baf9330c0 img.shogun-image {
    

    
    
    
  }


#s-c7d0dc65-af27-473d-baed-d76baf9330c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-10cf6fc7-6b44-4c2b-a7ad-70c6d404ccbd {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-10cf6fc7-6b44-4c2b-a7ad-70c6d404ccbd img.shogun-image {
    

    
    
    
  }


#s-10cf6fc7-6b44-4c2b-a7ad-70c6d404ccbd .shogun-image-content {
  
    align-items: center;
  
}

#s-6e28ad0e-3578-430f-8051-4a0d6c9df571 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-6e28ad0e-3578-430f-8051-4a0d6c9df571"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e28ad0e-3578-430f-8051-4a0d6c9df571"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6e28ad0e-3578-430f-8051-4a0d6c9df571"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e28ad0e-3578-430f-8051-4a0d6c9df571"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a6a72b84-16b3-4f4b-be2f-6a03e32295ed {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-a6a72b84-16b3-4f4b-be2f-6a03e32295ed img.shogun-image {
    

    
    
    
  }


#s-a6a72b84-16b3-4f4b-be2f-6a03e32295ed .shogun-image-content {
  
    align-items: center;
  
}

#s-d8c783e6-0b3a-4194-9d46-05ece4220bc0 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-d8c783e6-0b3a-4194-9d46-05ece4220bc0 img.shogun-image {
    

    
    
    
  }


#s-d8c783e6-0b3a-4194-9d46-05ece4220bc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-96e5a0ac-4959-4386-a01b-02925b8e47ec {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-96e5a0ac-4959-4386-a01b-02925b8e47ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96e5a0ac-4959-4386-a01b-02925b8e47ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-96e5a0ac-4959-4386-a01b-02925b8e47ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-96e5a0ac-4959-4386-a01b-02925b8e47ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b38e75f0-44d7-4144-a77c-5ebd8cb5abae {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-b38e75f0-44d7-4144-a77c-5ebd8cb5abae img.shogun-image {
    

    
    
    
  }


#s-b38e75f0-44d7-4144-a77c-5ebd8cb5abae .shogun-image-content {
  
    align-items: center;
  
}

#s-352e1720-bae0-421e-91a0-c912eaba8395 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-352e1720-bae0-421e-91a0-c912eaba8395 img.shogun-image {
    

    
    
    
  }


#s-352e1720-bae0-421e-91a0-c912eaba8395 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf5eae41-918f-4b82-89d5-2277f93fb989 {
  min-height: 50px;
background-color: rgba(231, 231, 231, 1);
}








#s-bf5eae41-918f-4b82-89d5-2277f93fb989 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf5eae41-918f-4b82-89d5-2277f93fb989.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-430ac013-4789-49ba-9f9e-af081058711c {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-430ac013-4789-49ba-9f9e-af081058711c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-430ac013-4789-49ba-9f9e-af081058711c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-430ac013-4789-49ba-9f9e-af081058711c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-430ac013-4789-49ba-9f9e-af081058711c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-37046a6b-f93d-4b66-b3d1-c8d5c5454b73 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(0, 0, 0, 1);
}

#s-2b1ecabb-69b3-4a98-83f0-9b549b2d4c46 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(0, 0, 0, 1);
}

#s-d55b1527-9f1f-474f-84a0-3ac767e07eef {
  padding-top: 25px;
padding-left: 20px;
padding-bottom: 25px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-d55b1527-9f1f-474f-84a0-3ac767e07eef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d55b1527-9f1f-474f-84a0-3ac767e07eef.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-7c6848fd-f632-4647-a4de-cf0af86eb86a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c6848fd-f632-4647-a4de-cf0af86eb86a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c6848fd-f632-4647-a4de-cf0af86eb86a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c6848fd-f632-4647-a4de-cf0af86eb86a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ac8820ce-0748-41ab-bfcb-612bb1006e25 .shogun-icon-wrapper {
  text-align: center;
}


#s-ac8820ce-0748-41ab-bfcb-612bb1006e25 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(211, 165, 3, 1);
}

#s-e4fcf456-c7ea-417d-89ed-5c3f9ce7f3ac {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-e4fcf456-c7ea-417d-89ed-5c3f9ce7f3ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4fcf456-c7ea-417d-89ed-5c3f9ce7f3ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5da93d0f-a55f-4650-9399-48cf69cf4285 .shogun-icon-wrapper {
  text-align: center;
}


#s-5da93d0f-a55f-4650-9399-48cf69cf4285 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(211, 165, 3, 1);
}

#s-3b0e700f-73c7-4dcd-ae25-ef623b1f5fed {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-3b0e700f-73c7-4dcd-ae25-ef623b1f5fed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b0e700f-73c7-4dcd-ae25-ef623b1f5fed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43bcbe64-3a0e-444a-962d-d58241335e50 {
  padding-top: 25px;
padding-bottom: 25px;
background-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-5df2e246-e203-44ff-b4d1-c48d3c38fceb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5df2e246-e203-44ff-b4d1-c48d3c38fceb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5df2e246-e203-44ff-b4d1-c48d3c38fceb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5df2e246-e203-44ff-b4d1-c48d3c38fceb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9245da20-88dc-4e5c-b5cb-8e1ff8351bb2 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
#s-9245da20-88dc-4e5c-b5cb-8e1ff8351bb2:hover {border-radius: 0px !important;}






  #s-9245da20-88dc-4e5c-b5cb-8e1ff8351bb2 img.shogun-image {
    

    
    
    
  }


#s-9245da20-88dc-4e5c-b5cb-8e1ff8351bb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-6369b259-3f67-4d64-9d05-522287d967d8 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-6369b259-3f67-4d64-9d05-522287d967d8 img.shogun-image {
    

    
    
    
  }


#s-6369b259-3f67-4d64-9d05-522287d967d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-594ab098-0997-4b44-95d6-1cbe985f0f8f {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-594ab098-0997-4b44-95d6-1cbe985f0f8f img.shogun-image {
    

    
    
    
  }


#s-594ab098-0997-4b44-95d6-1cbe985f0f8f .shogun-image-content {
  
    align-items: center;
  
}

#s-739a8c91-15a1-403b-9492-21160053ef23 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
#s-739a8c91-15a1-403b-9492-21160053ef23:hover {border-radius: 0px !important;}






  #s-739a8c91-15a1-403b-9492-21160053ef23 img.shogun-image {
    

    
    
    
  }


#s-739a8c91-15a1-403b-9492-21160053ef23 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-310c3859-7552-40c0-9a04-02a1940d0afe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-310c3859-7552-40c0-9a04-02a1940d0afe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-310c3859-7552-40c0-9a04-02a1940d0afe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-310c3859-7552-40c0-9a04-02a1940d0afe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5fbd776b-ee2c-40ce-9ab5-452520dcc060 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-5fbd776b-ee2c-40ce-9ab5-452520dcc060 img.shogun-image {
    

    
    
    
  }


#s-5fbd776b-ee2c-40ce-9ab5-452520dcc060 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7ae1652-8e49-4574-8181-16e6923db218 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-e7ae1652-8e49-4574-8181-16e6923db218 img.shogun-image {
    

    
    
    
  }


#s-e7ae1652-8e49-4574-8181-16e6923db218 .shogun-image-content {
  
    align-items: center;
  
}

#s-4cd51ecc-acea-4698-83ae-0684ad9eb19f {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-4cd51ecc-acea-4698-83ae-0684ad9eb19f img.shogun-image {
    

    
    
    
  }


#s-4cd51ecc-acea-4698-83ae-0684ad9eb19f .shogun-image-content {
  
    align-items: center;
  
}

#s-a4a63114-3997-4866-9794-2eb4d924077b {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-a4a63114-3997-4866-9794-2eb4d924077b img.shogun-image {
    

    
    
    
  }


#s-a4a63114-3997-4866-9794-2eb4d924077b .shogun-image-content {
  
    align-items: center;
  
}

#s-f0180ca3-ef8e-429d-a4e9-6b7e8cccf644 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-f0180ca3-ef8e-429d-a4e9-6b7e8cccf644 img.shogun-image {
    

    
    
    
  }


#s-f0180ca3-ef8e-429d-a4e9-6b7e8cccf644 .shogun-image-content {
  
    align-items: center;
  
}

#s-af96ea87-4fb4-4c17-9383-961cb3d45c3d {
  text-align: center;
}







  #s-af96ea87-4fb4-4c17-9383-961cb3d45c3d img.shogun-image {
    

    
    
    
  }


#s-af96ea87-4fb4-4c17-9383-961cb3d45c3d .shogun-image-content {
  
    align-items: center;
  
}

#s-5f527ae0-c9b9-4376-bc11-87b53baaa5c7 {
  text-align: center;
}







  #s-5f527ae0-c9b9-4376-bc11-87b53baaa5c7 img.shogun-image {
    

    
    
    
  }


#s-5f527ae0-c9b9-4376-bc11-87b53baaa5c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-01a30150-f1df-4bef-8ae4-22960d7bd1d9 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-01a30150-f1df-4bef-8ae4-22960d7bd1d9 img.shogun-image {
    

    
    
    
  }


#s-01a30150-f1df-4bef-8ae4-22960d7bd1d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-83025e38-ef46-4b6e-b759-b66950ae8f08 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-83025e38-ef46-4b6e-b759-b66950ae8f08 img.shogun-image {
    

    
    
    
  }


#s-83025e38-ef46-4b6e-b759-b66950ae8f08 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8c47a11-be24-4e14-860e-7ba2771352c7 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-d8c47a11-be24-4e14-860e-7ba2771352c7 img.shogun-image {
    

    
    
    
  }


#s-d8c47a11-be24-4e14-860e-7ba2771352c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8272ca09-3b32-4524-8032-632e8e07908c {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-8272ca09-3b32-4524-8032-632e8e07908c img.shogun-image {
    

    
    
    
  }


#s-8272ca09-3b32-4524-8032-632e8e07908c .shogun-image-content {
  
    align-items: center;
  
}

#s-6e5fd7ac-ffc7-4b4b-9c24-39031196ffc9 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-6e5fd7ac-ffc7-4b4b-9c24-39031196ffc9 img.shogun-image {
    

    
    
    
  }


#s-6e5fd7ac-ffc7-4b4b-9c24-39031196ffc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-2225f932-69d3-4267-a5b7-b9d886406765 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-2225f932-69d3-4267-a5b7-b9d886406765 img.shogun-image {
    

    
    
    
  }


#s-2225f932-69d3-4267-a5b7-b9d886406765 .shogun-image-content {
  
    align-items: center;
  
}

#s-92cfa96b-686a-4cc8-9264-6c63377bf136 {
  text-align: center;
}







  #s-92cfa96b-686a-4cc8-9264-6c63377bf136 img.shogun-image {
    

    
    
    
  }


#s-92cfa96b-686a-4cc8-9264-6c63377bf136 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8527126-656d-4b98-b1e5-6c6dab81e1a2 {
  text-align: center;
}







  #s-f8527126-656d-4b98-b1e5-6c6dab81e1a2 img.shogun-image {
    

    
    
    
  }


#s-f8527126-656d-4b98-b1e5-6c6dab81e1a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f0026aa-2249-499a-b15a-e121fdd486f2 {
  text-align: center;
}







  #s-0f0026aa-2249-499a-b15a-e121fdd486f2 img.shogun-image {
    

    
    
    
  }


#s-0f0026aa-2249-499a-b15a-e121fdd486f2 .shogun-image-content {
  
    align-items: center;
  
}

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