.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-933a5e40-4600-45d7-bd2f-eeb82a79350b {
  text-align: center;
}







  #s-933a5e40-4600-45d7-bd2f-eeb82a79350b img.shogun-image {
    

    
    
    
  }


#s-933a5e40-4600-45d7-bd2f-eeb82a79350b .shogun-image-content {
  
    align-items: center;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-7c85a5ce-e53f-409a-8bc4-5e7ec68c38b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c85a5ce-e53f-409a-8bc4-5e7ec68c38b0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}



.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-8a59df0c-3723-47a9-bcf4-a4f530d3804f {
  margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}








#s-8a59df0c-3723-47a9-bcf4-a4f530d3804f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a59df0c-3723-47a9-bcf4-a4f530d3804f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-7060273d-9f4a-410a-be0b-2bd7167466bc hr {
  border-top: 2px solid #ddd;
}

#s-23b52b9c-d74f-4834-b8ea-73d8016bee01 {
  min-height: 50px;
}








#s-23b52b9c-d74f-4834-b8ea-73d8016bee01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23b52b9c-d74f-4834-b8ea-73d8016bee01.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;
}

@media (min-width: 0px) {
[id="s-8634f1d1-d0dc-4ed3-919b-1d61276ed728"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8634f1d1-d0dc-4ed3-919b-1d61276ed728"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8634f1d1-d0dc-4ed3-919b-1d61276ed728"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8634f1d1-d0dc-4ed3-919b-1d61276ed728"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-81e563b9-81ce-4818-99ca-a248bfe2fd1a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81e563b9-81ce-4818-99ca-a248bfe2fd1a .shogun-heading-component h2 {
  color: rgba(0, 122, 206, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 38px;
  
  
  text-align: center;
}



#s-8c77a8f7-9092-4a28-ae85-1f4f0239a0f7 hr {
  border-top: 2px solid #ddd;
}

.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-8bf800df-8c56-43db-9639-ca545232f0c6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-268044bd-f0f5-49a4-9971-6bfcc68dac9b {
  padding-left: 30px;
padding-right: 30px;
}

#s-15e2a474-3da8-4b38-88d6-78784497e5a4 hr {
  border-top: 2px solid #ddd;
}

.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-8e219a6d-4996-4afa-8bfa-340c834ba982 {
  margin-left: 30px;
margin-right: 30px;
}

#s-3d8a591d-a272-4beb-b46f-6bfd5ea19b0a {
  margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}








#s-3d8a591d-a272-4beb-b46f-6bfd5ea19b0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d8a591d-a272-4beb-b46f-6bfd5ea19b0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c768fd9-96b9-4f3c-b033-d3571c157ac0 hr {
  border-top: 2px solid #ddd;
}

#s-924590e9-63e2-45d6-b0db-db59198a1d53 {
  min-height: 50px;
}








#s-924590e9-63e2-45d6-b0db-db59198a1d53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-924590e9-63e2-45d6-b0db-db59198a1d53.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-589cd026-17b4-4d8b-b7af-4cf553f60f41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-589cd026-17b4-4d8b-b7af-4cf553f60f41"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-589cd026-17b4-4d8b-b7af-4cf553f60f41"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-589cd026-17b4-4d8b-b7af-4cf553f60f41"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3bed6a0c-faa7-4818-9e5e-b51771ad234c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3bed6a0c-faa7-4818-9e5e-b51771ad234c .shogun-heading-component h1 {
  color: rgba(0, 122, 206, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 38px;
  
  
  text-align: center;
}



#s-77969e8c-e250-49de-917e-ab815821b4e1 hr {
  border-top: 2px solid #ddd;
}

#s-72706f7f-120a-47b4-8006-315182d8e1e0 {
  padding-left: 30px;
padding-right: 30px;
}

#s-f1d91789-a094-4da0-8877-1be511c5ae6b hr {
  border-top: 2px solid #ddd;
}

#s-b52d0b89-e811-403d-8dbd-0bfdace4ea76 {
  padding-left: 30px;
padding-right: 30px;
}

#s-3c9988c8-e7b0-4e54-a694-2c801da7ec63 hr {
  border-top: 2px solid #ddd;
}

#s-f8ab9ac8-c212-4cf2-addd-6c2f934b3188 {
  margin-left: 30px;
margin-right: 30px;
}

#s-c9e6fa41-05e1-44cf-ae95-be0782143c61 hr {
  border-top: 2px solid #ddd;
}

#s-6e556eea-6913-45e6-8125-f53c403beb11 {
  padding-left: 30px;
padding-right: 30px;
}

#s-b8d7ef56-bb2c-4ee9-bf0f-edc828d9f065 hr {
  border-top: 2px solid #ddd;
}

#s-6fbd46b8-6576-4fd6-bc8c-bd9376b5a48a {
  padding-left: 30px;
padding-right: 30px;
}

#s-58b3b6a6-44c0-46ef-9a36-a5fff40c221b hr {
  border-top: 2px solid #ddd;
}

#s-154f9347-cd2c-4b97-896d-f0fc60f17360 {
  padding-left: 30px;
padding-right: 30px;
}

#s-077e1d7d-7487-4d13-ade9-5f96239f09d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-077e1d7d-7487-4d13-ade9-5f96239f09d1 .shogun-heading-component h1 {
  color: rgba(0, 122, 206, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 38px;
  
  
  text-align: center;
}



#s-e2235265-316c-4326-8ddd-19c5c9b38a3f hr {
  border-top: 2px solid #ddd;
}

#s-fc789c60-c12b-471e-a734-1f32b831cb6b {
  padding-left: 30px;
padding-right: 30px;
}

#s-a3201b3e-b351-4600-b665-ac3bd5ac6405 hr {
  border-top: 2px solid #ddd;
}

#s-ab555f9a-8528-4cee-a2a5-66f73c85ff3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(173, 31, 44, 1);
}

#s-ab555f9a-8528-4cee-a2a5-66f73c85ff3a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}



.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-5c24650d-9035-4200-9ec2-1b20d3f4cc0a {
  padding-left: 10px;
padding-right: 10px;
}

#s-5c24650d-9035-4200-9ec2-1b20d3f4cc0a .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-5c24650d-9035-4200-9ec2-1b20d3f4cc0a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-5c24650d-9035-4200-9ec2-1b20d3f4cc0a 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-5c24650d-9035-4200-9ec2-1b20d3f4cc0a td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-5c24650d-9035-4200-9ec2-1b20d3f4cc0a td.shogun-table-column, #s-5c24650d-9035-4200-9ec2-1b20d3f4cc0a td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-1b913bc9-79a6-4e0e-89e9-9f218ae13ca1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b913bc9-79a6-4e0e-89e9-9f218ae13ca1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f9d4ff9b-6e54-4b20-a51e-1bea57cdd1ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9d4ff9b-6e54-4b20-a51e-1bea57cdd1ec .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7d335d4b-24f0-4b8c-a4ba-76c888ae6a31 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d335d4b-24f0-4b8c-a4ba-76c888ae6a31 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4bf73e3e-198d-4717-a64f-8355a8d08bc8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4bf73e3e-198d-4717-a64f-8355a8d08bc8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2c4ab46c-a0d0-4ef0-8cd8-48417ed955cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c4ab46c-a0d0-4ef0-8cd8-48417ed955cd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d1f608b4-aafc-446e-bc8c-52f8271af314 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1f608b4-aafc-446e-bc8c-52f8271af314 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9ecaa88e-8934-4e09-b830-bdad6c069db1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ecaa88e-8934-4e09-b830-bdad6c069db1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2ac13add-b895-4248-94a7-a41033ccc777 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ac13add-b895-4248-94a7-a41033ccc777 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a0456caa-1bef-4981-a9dd-230aeb482a98 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0456caa-1bef-4981-a9dd-230aeb482a98 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b2b7098d-f28c-449d-9559-44a1df7b3724 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2b7098d-f28c-449d-9559-44a1df7b3724 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8e33dab0-b677-49de-a733-1c31c6fbca48 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e33dab0-b677-49de-a733-1c31c6fbca48 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4643f0ca-2244-4b5f-acf0-b02c81452a68 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4643f0ca-2244-4b5f-acf0-b02c81452a68 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4afc28fd-5470-4bad-8387-b4d101c11778 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4afc28fd-5470-4bad-8387-b4d101c11778 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a12c38ff-7cf3-446b-ae14-2e57d6811e54 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a12c38ff-7cf3-446b-ae14-2e57d6811e54 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-69ce130c-084a-4344-8ef9-2d45d471903b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69ce130c-084a-4344-8ef9-2d45d471903b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e947ddc3-937f-4c8d-80d0-2a85faf9514b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e947ddc3-937f-4c8d-80d0-2a85faf9514b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c2ecd9ab-7d52-461a-8459-b8a893fa695c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2ecd9ab-7d52-461a-8459-b8a893fa695c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-511db6b3-5866-47c2-8988-324e94d24aa2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-511db6b3-5866-47c2-8988-324e94d24aa2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-199b1700-4b7a-4916-a97e-35690f059004 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-199b1700-4b7a-4916-a97e-35690f059004 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-039b4916-9381-4108-8bd4-2ff890f977bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-039b4916-9381-4108-8bd4-2ff890f977bd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-57c01b0b-e993-45b6-8713-ac1c49bc0285 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57c01b0b-e993-45b6-8713-ac1c49bc0285 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-513d1fad-81fd-4342-948e-0b8c9583f4a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-513d1fad-81fd-4342-948e-0b8c9583f4a9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-1b5ee161-1b89-4805-a4ac-bb136b6bcd80 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b5ee161-1b89-4805-a4ac-bb136b6bcd80 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c1c4b7a8-6727-470d-b617-0412bf66ab35 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1c4b7a8-6727-470d-b617-0412bf66ab35 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9ae7222d-2dae-4c41-8d56-3469d780bd07 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ae7222d-2dae-4c41-8d56-3469d780bd07 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-13dc0d80-8562-4cb4-bd34-336921fda02b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13dc0d80-8562-4cb4-bd34-336921fda02b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-53c6bb5a-4576-432b-ab41-306038e77925 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53c6bb5a-4576-432b-ab41-306038e77925 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-274648e8-959f-40d9-a108-d6031a7394ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-274648e8-959f-40d9-a108-d6031a7394ac .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-328154b4-af1b-47c6-8bd3-7959f8ff9343 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-328154b4-af1b-47c6-8bd3-7959f8ff9343 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c2c7abe8-d735-4e3e-828e-e242ff82a568 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2c7abe8-d735-4e3e-828e-e242ff82a568 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5ea1ce4a-e906-4ce2-9d25-4cd6ea5e8940 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ea1ce4a-e906-4ce2-9d25-4cd6ea5e8940 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4ace3237-bad7-44a8-8f9b-9ba2a5c8f76b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ace3237-bad7-44a8-8f9b-9ba2a5c8f76b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-27cb632c-e133-4aa6-b644-82de701ef843 hr {
  border-top: 2px solid #ddd;
}

#s-65f7fa64-b3bf-4749-a3c1-fdbc1d65c5de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(29, 29, 29, 1);
}

#s-65f7fa64-b3bf-4749-a3c1-fdbc1d65c5de .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}



#s-a5e1639d-583e-4ceb-9747-632204f67786 {
  padding-left: 10px;
padding-right: 10px;
}

#s-a5e1639d-583e-4ceb-9747-632204f67786 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-a5e1639d-583e-4ceb-9747-632204f67786 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a5e1639d-583e-4ceb-9747-632204f67786 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-a5e1639d-583e-4ceb-9747-632204f67786 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-a5e1639d-583e-4ceb-9747-632204f67786 td.shogun-table-column, #s-a5e1639d-583e-4ceb-9747-632204f67786 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-3998de7f-9e32-4853-83bf-e7a409f5a0c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3998de7f-9e32-4853-83bf-e7a409f5a0c8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c8ab1f0f-105a-4cd1-b649-a388c0f077bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8ab1f0f-105a-4cd1-b649-a388c0f077bb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0b787685-d5ca-4a52-9ae7-8b6a6610c925 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b787685-d5ca-4a52-9ae7-8b6a6610c925 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a30db11b-786d-46b8-a412-4eef72d12a37 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a30db11b-786d-46b8-a412-4eef72d12a37 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-dc7afa7f-c997-49e6-819b-7d9f22fb480f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc7afa7f-c997-49e6-819b-7d9f22fb480f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c9c7cd01-ac4a-4a6f-99bc-5850a3a557c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9c7cd01-ac4a-4a6f-99bc-5850a3a557c6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-58d78451-852e-4303-b5fa-181082d18dfc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58d78451-852e-4303-b5fa-181082d18dfc .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5d085858-ab1d-47ca-9bb5-862b347f45e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d085858-ab1d-47ca-9bb5-862b347f45e5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-659be1f2-1e20-4bea-a330-e0b08134cf29 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-659be1f2-1e20-4bea-a330-e0b08134cf29 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3e9aacb2-9661-493d-81bd-bcd8147731da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e9aacb2-9661-493d-81bd-bcd8147731da .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-dfbbc136-ca85-46a8-80ca-a55c21fae41c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dfbbc136-ca85-46a8-80ca-a55c21fae41c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-1007ea4c-1c32-4fb8-8939-bf65fae49e2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1007ea4c-1c32-4fb8-8939-bf65fae49e2c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-97845ad2-9a42-465d-a3bb-b40db42cfdc1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97845ad2-9a42-465d-a3bb-b40db42cfdc1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-bbfe3381-0e33-494e-880b-14c0e589f3be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bbfe3381-0e33-494e-880b-14c0e589f3be .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-891a96ef-c0cd-41c8-a53a-76713da42163 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-891a96ef-c0cd-41c8-a53a-76713da42163 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5d9ae6f0-e3db-402a-87c3-5e42e5789fa7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d9ae6f0-e3db-402a-87c3-5e42e5789fa7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6c8519e5-cd2f-4d20-9529-b0452ebd1598 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c8519e5-cd2f-4d20-9529-b0452ebd1598 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0faefa6b-df55-4e1c-9474-08b448aac006 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0faefa6b-df55-4e1c-9474-08b448aac006 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8bb212eb-df6f-4458-a0da-199bfc336759 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8bb212eb-df6f-4458-a0da-199bfc336759 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-30c01f36-1766-491d-9036-d73313ffe226 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30c01f36-1766-491d-9036-d73313ffe226 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e77682bf-40f0-45e1-918d-1207c2ae5f21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e77682bf-40f0-45e1-918d-1207c2ae5f21 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-252b9d76-e00d-48b3-977b-b70715ddebd8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-252b9d76-e00d-48b3-977b-b70715ddebd8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ba26714e-352f-44b9-989e-c87b15a1b05f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba26714e-352f-44b9-989e-c87b15a1b05f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d69f44a3-e8eb-4a54-b109-a9cf605b3edc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d69f44a3-e8eb-4a54-b109-a9cf605b3edc .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f95a0fb3-eb63-4c95-8804-19075a8659ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f95a0fb3-eb63-4c95-8804-19075a8659ae .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b8ca5f72-ddfa-4b39-b4c4-2a5b3afce2c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8ca5f72-ddfa-4b39-b4c4-2a5b3afce2c9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-242bd7d4-5616-4209-b7f4-19ee34434389 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-242bd7d4-5616-4209-b7f4-19ee34434389 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f5df3628-55d0-48a8-b38c-129833baf24c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f5df3628-55d0-48a8-b38c-129833baf24c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-664a6733-d73f-4c15-9a91-1a24beb26501 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-664a6733-d73f-4c15-9a91-1a24beb26501 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9ee78b03-7c45-43aa-ba9c-7a1a746bcc65 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ee78b03-7c45-43aa-ba9c-7a1a746bcc65 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-21ed2a85-22c6-4dab-b49f-ecfcda0d47c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21ed2a85-22c6-4dab-b49f-ecfcda0d47c0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-89ad7632-e747-49cd-8df0-52ec824bda8f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89ad7632-e747-49cd-8df0-52ec824bda8f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-19e6e39f-0321-4a62-aff6-5153198285b8 hr {
  border-top: 2px solid #ddd;
}

#s-ce37ba68-98b5-4514-88ec-7eacbda00cef hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-5e8650b0-6aa2-4f52-9168-0fd4d8748629"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e8650b0-6aa2-4f52-9168-0fd4d8748629"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e8650b0-6aa2-4f52-9168-0fd4d8748629"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e8650b0-6aa2-4f52-9168-0fd4d8748629"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e4fc4de3-b4cc-452e-bb89-b8571513a45c {
  padding-left: 30px;
padding-right: 30px;
}

#s-d1ec3f85-e75d-469c-971c-138844daf5af {
  padding-left: 30px;
padding-right: 30px;
}

#s-ed0bb05d-7eae-4b35-a077-9e7f6b59b291 hr {
  border-top: 2px solid #ddd;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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