.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-2c8e1f3c-e958-4a65-b4a3-b146459ecdbe {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-2c8e1f3c-e958-4a65-b4a3-b146459ecdbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c8e1f3c-e958-4a65-b4a3-b146459ecdbe.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-c3baa14c-dfe0-4847-8cea-1ce14bb9e99e {
  padding-top: 35px;
padding-bottom: 35px;
}

@media (min-width: 0px) {
[id="s-c3baa14c-dfe0-4847-8cea-1ce14bb9e99e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3baa14c-dfe0-4847-8cea-1ce14bb9e99e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c3baa14c-dfe0-4847-8cea-1ce14bb9e99e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c3baa14c-dfe0-4847-8cea-1ce14bb9e99e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c3baa14c-dfe0-4847-8cea-1ce14bb9e99e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3baa14c-dfe0-4847-8cea-1ce14bb9e99e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c3baa14c-dfe0-4847-8cea-1ce14bb9e99e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

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

.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-a7b8cda2-3b8c-4afe-93a7-804984736b12 {
  margin-left: 5%;
margin-right: 5%;
}

#s-a7b8cda2-3b8c-4afe-93a7-804984736b12 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a7b8cda2-3b8c-4afe-93a7-804984736b12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(4, 96, 187, 1);
  padding: 10px;
}

#s-a7b8cda2-3b8c-4afe-93a7-804984736b12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a7b8cda2-3b8c-4afe-93a7-804984736b12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a7b8cda2-3b8c-4afe-93a7-804984736b12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-a7b8cda2-3b8c-4afe-93a7-804984736b12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d7624b28-dd44-47e4-9048-1971e21409fb {
  min-height: 25px;
}








#s-d7624b28-dd44-47e4-9048-1971e21409fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7624b28-dd44-47e4-9048-1971e21409fb.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-c5c5d230-d48c-4afe-a695-9806ac138a9d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c5c5d230-d48c-4afe-a695-9806ac138a9d"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-c5c5d230-d48c-4afe-a695-9806ac138a9d"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5c5d230-d48c-4afe-a695-9806ac138a9d"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.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;
}
#s-509e18eb-f0ac-4be1-b566-634cacac4441 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-509e18eb-f0ac-4be1-b566-634cacac4441 img.shogun-image {
    

    
    
    
  }


#s-509e18eb-f0ac-4be1-b566-634cacac4441 .shogun-image-content {
  
    align-items: center;
  
}

#s-6cac5270-81e9-4f70-8855-fe257702dc4b {
  min-height: 5px;
}








#s-6cac5270-81e9-4f70-8855-fe257702dc4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cac5270-81e9-4f70-8855-fe257702dc4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a8554d8-c293-4ead-9225-068fba216ad1 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-1a8554d8-c293-4ead-9225-068fba216ad1 img.shogun-image {
    

    
    
    
  }


#s-1a8554d8-c293-4ead-9225-068fba216ad1 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e1cc4e4-f64e-48e4-907e-0de1c62e49f1 {
  min-height: 5px;
}








#s-4e1cc4e4-f64e-48e4-907e-0de1c62e49f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e1cc4e4-f64e-48e4-907e-0de1c62e49f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2be281f9-ba15-4657-99e5-7e948904db7f {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-2be281f9-ba15-4657-99e5-7e948904db7f img.shogun-image {
    

    
    
    
  }


#s-2be281f9-ba15-4657-99e5-7e948904db7f .shogun-image-content {
  
    align-items: center;
  
}

#s-a49cc0e2-dcb8-4884-b40c-894d480e83d4 {
  min-height: 5px;
}








#s-a49cc0e2-dcb8-4884-b40c-894d480e83d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a49cc0e2-dcb8-4884-b40c-894d480e83d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2116e392-4b31-4493-b3fa-a9698dbe8194 {
  margin-left: 5%;
margin-right: 5%;
}

#s-2116e392-4b31-4493-b3fa-a9698dbe8194 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2116e392-4b31-4493-b3fa-a9698dbe8194 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(4, 96, 187, 1);
  padding: 10px;
}

#s-2116e392-4b31-4493-b3fa-a9698dbe8194 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-2116e392-4b31-4493-b3fa-a9698dbe8194 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2116e392-4b31-4493-b3fa-a9698dbe8194 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-2116e392-4b31-4493-b3fa-a9698dbe8194 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-74264e67-6982-462c-924e-089f174f7933"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-74264e67-6982-462c-924e-089f174f7933"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-74264e67-6982-462c-924e-089f174f7933"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-74264e67-6982-462c-924e-089f174f7933"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-fb5f8544-7777-4ac8-b150-f290960323d0 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-fb5f8544-7777-4ac8-b150-f290960323d0 img.shogun-image {
    

    
    
    
  }


#s-fb5f8544-7777-4ac8-b150-f290960323d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-22d11ebb-e97f-49c8-b240-de7e8bc0a033 {
  min-height: 5px;
}








#s-22d11ebb-e97f-49c8-b240-de7e8bc0a033 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22d11ebb-e97f-49c8-b240-de7e8bc0a033.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3c5580b-1d1a-4d39-9f3d-6ba4dfa374e8 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-e3c5580b-1d1a-4d39-9f3d-6ba4dfa374e8 img.shogun-image {
    

    
    
    
  }


#s-e3c5580b-1d1a-4d39-9f3d-6ba4dfa374e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-258452e7-ade5-4e6a-ba00-f71767cb9f68 {
  min-height: 5px;
}








#s-258452e7-ade5-4e6a-ba00-f71767cb9f68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-258452e7-ade5-4e6a-ba00-f71767cb9f68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29dc9665-3798-4be0-abb6-791c70b0db0c {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-29dc9665-3798-4be0-abb6-791c70b0db0c img.shogun-image {
    

    
    
    
  }


#s-29dc9665-3798-4be0-abb6-791c70b0db0c .shogun-image-content {
  
    align-items: center;
  
}

#s-8e884a0c-1ffb-44d9-bd3c-cef6d700627d {
  min-height: 5px;
}








#s-8e884a0c-1ffb-44d9-bd3c-cef6d700627d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e884a0c-1ffb-44d9-bd3c-cef6d700627d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f40187a-e20b-4946-b754-366efb2cbf09 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-1f40187a-e20b-4946-b754-366efb2cbf09 img.shogun-image {
    

    
    
    
  }


#s-1f40187a-e20b-4946-b754-366efb2cbf09 .shogun-image-content {
  
    align-items: center;
  
}

#s-36c3ef94-402c-4a19-b860-e99dc4de3b46 {
  min-height: 5px;
}








#s-36c3ef94-402c-4a19-b860-e99dc4de3b46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36c3ef94-402c-4a19-b860-e99dc4de3b46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25721967-af82-474a-a544-ce74f3fc0be2 {
  margin-left: 5%;
margin-right: 5%;
}

#s-25721967-af82-474a-a544-ce74f3fc0be2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-25721967-af82-474a-a544-ce74f3fc0be2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(4, 96, 187, 1);
  padding: 10px;
}

#s-25721967-af82-474a-a544-ce74f3fc0be2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-25721967-af82-474a-a544-ce74f3fc0be2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-25721967-af82-474a-a544-ce74f3fc0be2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-25721967-af82-474a-a544-ce74f3fc0be2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-a1db6536-9827-4f50-92de-63dda25acdbf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a1db6536-9827-4f50-92de-63dda25acdbf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-a1db6536-9827-4f50-92de-63dda25acdbf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1db6536-9827-4f50-92de-63dda25acdbf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-4942f19c-6631-4b54-b856-e9c88ac0d9d0 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-4942f19c-6631-4b54-b856-e9c88ac0d9d0 img.shogun-image {
    

    
    
    
  }


#s-4942f19c-6631-4b54-b856-e9c88ac0d9d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5d5955b-d292-4deb-a27d-16b1646000bf {
  min-height: 5px;
}








#s-d5d5955b-d292-4deb-a27d-16b1646000bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5d5955b-d292-4deb-a27d-16b1646000bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9a4f1a2-d1ba-4e9a-a373-c96a77fb1e84 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-f9a4f1a2-d1ba-4e9a-a373-c96a77fb1e84 img.shogun-image {
    

    
    
    
  }


#s-f9a4f1a2-d1ba-4e9a-a373-c96a77fb1e84 .shogun-image-content {
  
    align-items: center;
  
}

#s-b185edc8-d92a-4889-8ea5-014c075ff266 {
  min-height: 5px;
}








#s-b185edc8-d92a-4889-8ea5-014c075ff266 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b185edc8-d92a-4889-8ea5-014c075ff266.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48cdbf7c-226c-4db0-b479-8d22ca532bfc {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-48cdbf7c-226c-4db0-b479-8d22ca532bfc img.shogun-image {
    

    
    
    
  }


#s-48cdbf7c-226c-4db0-b479-8d22ca532bfc .shogun-image-content {
  
    align-items: center;
  
}

#s-d974a876-a672-49e2-bdf7-56b7e9373435 {
  min-height: 5px;
}








#s-d974a876-a672-49e2-bdf7-56b7e9373435 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d974a876-a672-49e2-bdf7-56b7e9373435.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29121459-d76e-4de2-8dd2-63ffe7c2480e {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-29121459-d76e-4de2-8dd2-63ffe7c2480e img.shogun-image {
    

    
    
    
  }


#s-29121459-d76e-4de2-8dd2-63ffe7c2480e .shogun-image-content {
  
    align-items: center;
  
}

#s-3d541b60-12e7-4cdb-b958-8a20e742546c {
  min-height: 5px;
}








#s-3d541b60-12e7-4cdb-b958-8a20e742546c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d541b60-12e7-4cdb-b958-8a20e742546c.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-1df2a5bc-11e6-476d-8668-660cf9ea60ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1df2a5bc-11e6-476d-8668-660cf9ea60ee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-1df2a5bc-11e6-476d-8668-660cf9ea60ee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-1df2a5bc-11e6-476d-8668-660cf9ea60ee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-e90d1d31-1206-434e-a6de-0b0a0d826bfe {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-e90d1d31-1206-434e-a6de-0b0a0d826bfe img.shogun-image {
    

    
    
    
  }


#s-e90d1d31-1206-434e-a6de-0b0a0d826bfe .shogun-image-content {
  
    align-items: center;
  
}

#s-6175a2f7-e6d7-4569-a84e-afb33e2554a3 {
  min-height: 5px;
}








#s-6175a2f7-e6d7-4569-a84e-afb33e2554a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6175a2f7-e6d7-4569-a84e-afb33e2554a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5519af75-98f3-40f7-9b62-89d6a6cb5553 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-5519af75-98f3-40f7-9b62-89d6a6cb5553 img.shogun-image {
    

    
    
    
  }


#s-5519af75-98f3-40f7-9b62-89d6a6cb5553 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a4a6be2-8d90-4ded-a0a0-0e5e1a56f4b8 {
  min-height: 5px;
}








#s-0a4a6be2-8d90-4ded-a0a0-0e5e1a56f4b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a4a6be2-8d90-4ded-a0a0-0e5e1a56f4b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd8ea0d7-c27e-4591-8375-8ea111e3d86a {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-cd8ea0d7-c27e-4591-8375-8ea111e3d86a img.shogun-image {
    

    
    
    
  }


#s-cd8ea0d7-c27e-4591-8375-8ea111e3d86a .shogun-image-content {
  
    align-items: center;
  
}

#s-9b9a51c0-26a0-4c0a-8cb5-313b4aef86f8 {
  min-height: 5px;
}








#s-9b9a51c0-26a0-4c0a-8cb5-313b4aef86f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b9a51c0-26a0-4c0a-8cb5-313b4aef86f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb014c98-55a0-4f38-b989-602fd7df6eed {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-eb014c98-55a0-4f38-b989-602fd7df6eed img.shogun-image {
    

    
    
    
  }


#s-eb014c98-55a0-4f38-b989-602fd7df6eed .shogun-image-content {
  
    align-items: center;
  
}

#s-ad6ad89e-6ae1-41f1-9159-200d41abb88c {
  min-height: 5px;
}








#s-ad6ad89e-6ae1-41f1-9159-200d41abb88c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad6ad89e-6ae1-41f1-9159-200d41abb88c.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-7db9aee8-5807-4c6c-b636-7a5f24d54224"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7db9aee8-5807-4c6c-b636-7a5f24d54224"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-7db9aee8-5807-4c6c-b636-7a5f24d54224"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-7db9aee8-5807-4c6c-b636-7a5f24d54224"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-9757715f-388b-4caf-a081-a168e6173c59 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-9757715f-388b-4caf-a081-a168e6173c59 img.shogun-image {
    

    
    
    
  }


#s-9757715f-388b-4caf-a081-a168e6173c59 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3bd70b8-eb6a-486b-9662-10b8fea3af34 {
  min-height: 5px;
}








#s-f3bd70b8-eb6a-486b-9662-10b8fea3af34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3bd70b8-eb6a-486b-9662-10b8fea3af34.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4d93b31-2c2c-4611-8ee4-54438f197cec {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-f4d93b31-2c2c-4611-8ee4-54438f197cec img.shogun-image {
    

    
    
    
  }


#s-f4d93b31-2c2c-4611-8ee4-54438f197cec .shogun-image-content {
  
    align-items: center;
  
}

#s-e1cb9c48-b79a-4fff-830f-faa69a116e0c {
  min-height: 5px;
}








#s-e1cb9c48-b79a-4fff-830f-faa69a116e0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1cb9c48-b79a-4fff-830f-faa69a116e0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1d80f76-c18b-434c-8ce9-eea031c385a0 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-b1d80f76-c18b-434c-8ce9-eea031c385a0 img.shogun-image {
    

    
    
    
  }


#s-b1d80f76-c18b-434c-8ce9-eea031c385a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-50f25b02-f8b0-4f0f-8a3b-3f31ef830579 {
  min-height: 5px;
}








#s-50f25b02-f8b0-4f0f-8a3b-3f31ef830579 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50f25b02-f8b0-4f0f-8a3b-3f31ef830579.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70ae9a90-746a-4542-908a-caeeed89ed2c {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-70ae9a90-746a-4542-908a-caeeed89ed2c img.shogun-image {
    

    
    
    
  }


#s-70ae9a90-746a-4542-908a-caeeed89ed2c .shogun-image-content {
  
    align-items: center;
  
}

#s-9394f0c6-834c-4898-8fe6-5affdadce669 {
  min-height: 5px;
}








#s-9394f0c6-834c-4898-8fe6-5affdadce669 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9394f0c6-834c-4898-8fe6-5affdadce669.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-7f1bde19-ea35-4aa7-a4ce-21922ed5b8fe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7f1bde19-ea35-4aa7-a4ce-21922ed5b8fe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-7f1bde19-ea35-4aa7-a4ce-21922ed5b8fe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f1bde19-ea35-4aa7-a4ce-21922ed5b8fe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-845c614b-f6bd-42dd-9b2c-6c9b61a60cd7 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-845c614b-f6bd-42dd-9b2c-6c9b61a60cd7 img.shogun-image {
    

    
    
    
  }


#s-845c614b-f6bd-42dd-9b2c-6c9b61a60cd7 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab792ed5-f3a3-4302-b1c0-9f1dcd6f2052 {
  min-height: 5px;
}








#s-ab792ed5-f3a3-4302-b1c0-9f1dcd6f2052 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab792ed5-f3a3-4302-b1c0-9f1dcd6f2052.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2146d7a-96e1-48d6-a36b-04229447e8df {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-b2146d7a-96e1-48d6-a36b-04229447e8df img.shogun-image {
    

    
    
    
  }


#s-b2146d7a-96e1-48d6-a36b-04229447e8df .shogun-image-content {
  
    align-items: center;
  
}

#s-771d84df-98a2-488d-9454-aabd0d20fff4 {
  min-height: 5px;
}








#s-771d84df-98a2-488d-9454-aabd0d20fff4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-771d84df-98a2-488d-9454-aabd0d20fff4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-376a03c5-8218-46d1-9efb-f81f4ab4e399 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-376a03c5-8218-46d1-9efb-f81f4ab4e399 img.shogun-image {
    

    
    
    
  }


#s-376a03c5-8218-46d1-9efb-f81f4ab4e399 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7e00afd-f26b-4c5c-8086-9560ef1f6b6c {
  min-height: 5px;
}








#s-f7e00afd-f26b-4c5c-8086-9560ef1f6b6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7e00afd-f26b-4c5c-8086-9560ef1f6b6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af6e5ee8-0b19-4e44-ae25-8d2ba0a2f618 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-af6e5ee8-0b19-4e44-ae25-8d2ba0a2f618 img.shogun-image {
    

    
    
    
  }


#s-af6e5ee8-0b19-4e44-ae25-8d2ba0a2f618 .shogun-image-content {
  
    align-items: center;
  
}

#s-0650e751-28b0-4832-a4ab-df1340920a0f {
  min-height: 5px;
}








#s-0650e751-28b0-4832-a4ab-df1340920a0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0650e751-28b0-4832-a4ab-df1340920a0f.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-67b26766-52f6-4e2d-9bce-13f5fae5bb52"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-67b26766-52f6-4e2d-9bce-13f5fae5bb52"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-67b26766-52f6-4e2d-9bce-13f5fae5bb52"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-67b26766-52f6-4e2d-9bce-13f5fae5bb52"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-55d15eb1-7d5d-4f02-9adb-eac01b71d0f8 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-55d15eb1-7d5d-4f02-9adb-eac01b71d0f8 img.shogun-image {
    

    
    
    
  }


#s-55d15eb1-7d5d-4f02-9adb-eac01b71d0f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fb12a16-d505-4822-8172-23cd3f983e67 {
  min-height: 5px;
}








#s-2fb12a16-d505-4822-8172-23cd3f983e67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fb12a16-d505-4822-8172-23cd3f983e67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92ac2867-b87b-47d3-ada2-8d9eefee21f0 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-92ac2867-b87b-47d3-ada2-8d9eefee21f0 img.shogun-image {
    

    
    
    
  }


#s-92ac2867-b87b-47d3-ada2-8d9eefee21f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-e732162d-b743-4179-b34b-941901db5883 {
  min-height: 5px;
}








#s-e732162d-b743-4179-b34b-941901db5883 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e732162d-b743-4179-b34b-941901db5883.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7f69acd-5d46-45e1-8450-4bd522f04835 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-f7f69acd-5d46-45e1-8450-4bd522f04835 img.shogun-image {
    

    
    
    
  }


#s-f7f69acd-5d46-45e1-8450-4bd522f04835 .shogun-image-content {
  
    align-items: center;
  
}

#s-589beeea-30f4-4aa5-8f1a-730e96fbc494 {
  min-height: 5px;
}








#s-589beeea-30f4-4aa5-8f1a-730e96fbc494 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-589beeea-30f4-4aa5-8f1a-730e96fbc494.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32853eac-e33e-4120-97c0-fa52575783a5 {
  padding-left: 5%;
padding-right: 5%;
}

#s-32853eac-e33e-4120-97c0-fa52575783a5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-32853eac-e33e-4120-97c0-fa52575783a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(4, 96, 187, 1);
  padding: 10px;
}

#s-32853eac-e33e-4120-97c0-fa52575783a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-32853eac-e33e-4120-97c0-fa52575783a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-32853eac-e33e-4120-97c0-fa52575783a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-32853eac-e33e-4120-97c0-fa52575783a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-6e1d1169-8c78-42ba-8dbd-d9e7852ef64d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6e1d1169-8c78-42ba-8dbd-d9e7852ef64d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-6e1d1169-8c78-42ba-8dbd-d9e7852ef64d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e1d1169-8c78-42ba-8dbd-d9e7852ef64d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-5c0d4ae0-d21e-44df-b0c9-d99d8e4af51c {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-5c0d4ae0-d21e-44df-b0c9-d99d8e4af51c img.shogun-image {
    

    
    
    
  }


#s-5c0d4ae0-d21e-44df-b0c9-d99d8e4af51c .shogun-image-content {
  
    align-items: center;
  
}

#s-56114697-75de-440b-9696-de98ec0609a8 {
  min-height: 5px;
}








#s-56114697-75de-440b-9696-de98ec0609a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56114697-75de-440b-9696-de98ec0609a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6b57497-f467-43ba-930b-01ac32696ef8 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-b6b57497-f467-43ba-930b-01ac32696ef8 img.shogun-image {
    

    
    
    
  }


#s-b6b57497-f467-43ba-930b-01ac32696ef8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef06549d-d9a7-4e01-9b37-4d4d0c29d8ab {
  min-height: 5px;
}








#s-ef06549d-d9a7-4e01-9b37-4d4d0c29d8ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef06549d-d9a7-4e01-9b37-4d4d0c29d8ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc59b65b-fa3c-4c73-9722-b988654b59bf {
  min-height: 5px;
}








#s-dc59b65b-fa3c-4c73-9722-b988654b59bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc59b65b-fa3c-4c73-9722-b988654b59bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c081ab94-9d95-49ba-b9fa-10316638977d {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-c081ab94-9d95-49ba-b9fa-10316638977d img.shogun-image {
    

    
    
    
  }


#s-c081ab94-9d95-49ba-b9fa-10316638977d .shogun-image-content {
  
    align-items: center;
  
}

#s-acc9a596-498d-41cb-938d-639da739c8ad {
  min-height: 5px;
}








#s-acc9a596-498d-41cb-938d-639da739c8ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acc9a596-498d-41cb-938d-639da739c8ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-673a1573-5939-4935-9774-6f0e228789ff {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-673a1573-5939-4935-9774-6f0e228789ff img.shogun-image {
    

    
    
    
  }


#s-673a1573-5939-4935-9774-6f0e228789ff .shogun-image-content {
  
    align-items: center;
  
}

#s-d89adf0d-91ab-49da-9698-e11e1d8ae2b2 {
  min-height: 5px;
}








#s-d89adf0d-91ab-49da-9698-e11e1d8ae2b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d89adf0d-91ab-49da-9698-e11e1d8ae2b2.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-933f3300-8626-4c25-b80e-ecf5a367e71b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-933f3300-8626-4c25-b80e-ecf5a367e71b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-933f3300-8626-4c25-b80e-ecf5a367e71b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-933f3300-8626-4c25-b80e-ecf5a367e71b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-f23677a2-277b-43e5-8f4b-ec5ff4fbcc5c {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-f23677a2-277b-43e5-8f4b-ec5ff4fbcc5c img.shogun-image {
    

    
    
    
  }


#s-f23677a2-277b-43e5-8f4b-ec5ff4fbcc5c .shogun-image-content {
  
    align-items: center;
  
}

#s-3aa08462-2b9c-4306-ab50-1853c1a62c52 {
  min-height: 5px;
}








#s-3aa08462-2b9c-4306-ab50-1853c1a62c52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3aa08462-2b9c-4306-ab50-1853c1a62c52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7283507-1e3e-449b-b9b6-ca66131c4a39 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-a7283507-1e3e-449b-b9b6-ca66131c4a39 img.shogun-image {
    

    
    
    
  }


#s-a7283507-1e3e-449b-b9b6-ca66131c4a39 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b603f93-f1ca-41a9-836a-5cbb683b2dc8 {
  min-height: 5px;
}








#s-7b603f93-f1ca-41a9-836a-5cbb683b2dc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b603f93-f1ca-41a9-836a-5cbb683b2dc8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82a0ff4e-14ca-4eef-a744-309fe4cfbcd9 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-82a0ff4e-14ca-4eef-a744-309fe4cfbcd9 img.shogun-image {
    

    
    
    
  }


#s-82a0ff4e-14ca-4eef-a744-309fe4cfbcd9 .shogun-image-content {
  
    align-items: center;
  
}

#s-e13b0308-4211-4e8f-afdd-00fcd7d5bd7a {
  min-height: 5px;
}








#s-e13b0308-4211-4e8f-afdd-00fcd7d5bd7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e13b0308-4211-4e8f-afdd-00fcd7d5bd7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-067cefff-ce8e-4064-bed9-74f3730f7a5d {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-067cefff-ce8e-4064-bed9-74f3730f7a5d img.shogun-image {
    

    
    
    
  }


#s-067cefff-ce8e-4064-bed9-74f3730f7a5d .shogun-image-content {
  
    align-items: center;
  
}

#s-cc9165c4-78c9-4042-87d7-53f4ed6dc2b5 {
  min-height: 5px;
}








#s-cc9165c4-78c9-4042-87d7-53f4ed6dc2b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc9165c4-78c9-4042-87d7-53f4ed6dc2b5.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-7c3aee14-3d25-4604-952c-6836692b0cb1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7c3aee14-3d25-4604-952c-6836692b0cb1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-7c3aee14-3d25-4604-952c-6836692b0cb1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c3aee14-3d25-4604-952c-6836692b0cb1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-a8ebf6bc-b9cd-41e7-b704-23955fd73380 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-a8ebf6bc-b9cd-41e7-b704-23955fd73380 img.shogun-image {
    

    
    
    
  }


#s-a8ebf6bc-b9cd-41e7-b704-23955fd73380 .shogun-image-content {
  
    align-items: center;
  
}

#s-a301fc69-e67e-460f-9461-aebb2a0eb319 {
  min-height: 5px;
}








#s-a301fc69-e67e-460f-9461-aebb2a0eb319 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a301fc69-e67e-460f-9461-aebb2a0eb319.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd7b74d1-8c6d-4d01-9c59-674bbbed8ac7 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-bd7b74d1-8c6d-4d01-9c59-674bbbed8ac7 img.shogun-image {
    

    
    
    
  }


#s-bd7b74d1-8c6d-4d01-9c59-674bbbed8ac7 .shogun-image-content {
  
    align-items: center;
  
}

#s-990d1aed-7853-4cf7-a537-9569293cc3a0 {
  min-height: 5px;
}








#s-990d1aed-7853-4cf7-a537-9569293cc3a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-990d1aed-7853-4cf7-a537-9569293cc3a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11079d22-b5d9-4a54-83bb-b88ec1c1ab42 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-11079d22-b5d9-4a54-83bb-b88ec1c1ab42 img.shogun-image {
    

    
    
    
  }


#s-11079d22-b5d9-4a54-83bb-b88ec1c1ab42 .shogun-image-content {
  
    align-items: center;
  
}

#s-674661f4-af55-48f7-9a06-49815805659b {
  min-height: 5px;
}








#s-674661f4-af55-48f7-9a06-49815805659b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-674661f4-af55-48f7-9a06-49815805659b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4caaff56-a732-45ad-bc22-42248c84aee0 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-4caaff56-a732-45ad-bc22-42248c84aee0 img.shogun-image {
    

    
    
    
  }


#s-4caaff56-a732-45ad-bc22-42248c84aee0 .shogun-image-content {
  
    align-items: center;
  
}

#s-91899c24-b9cf-40bd-8213-d8d8360118cb {
  min-height: 5px;
}








#s-91899c24-b9cf-40bd-8213-d8d8360118cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91899c24-b9cf-40bd-8213-d8d8360118cb.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-34abdc8a-9953-40fb-a999-4e05587ba184"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-34abdc8a-9953-40fb-a999-4e05587ba184"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-34abdc8a-9953-40fb-a999-4e05587ba184"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-34abdc8a-9953-40fb-a999-4e05587ba184"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-461e3c5c-5271-41ef-9174-d86f96947098 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-461e3c5c-5271-41ef-9174-d86f96947098 img.shogun-image {
    

    
    
    
  }


#s-461e3c5c-5271-41ef-9174-d86f96947098 .shogun-image-content {
  
    align-items: center;
  
}

#s-572233cb-5824-480a-a8ca-abe6338ab8a1 {
  min-height: 5px;
}








#s-572233cb-5824-480a-a8ca-abe6338ab8a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-572233cb-5824-480a-a8ca-abe6338ab8a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-714bb40a-93b9-40d0-a787-e71a7a83bde3 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-714bb40a-93b9-40d0-a787-e71a7a83bde3 img.shogun-image {
    

    
    
    
  }


#s-714bb40a-93b9-40d0-a787-e71a7a83bde3 .shogun-image-content {
  
    align-items: center;
  
}

#s-3af7b780-8141-4b31-a490-8eeb94a62351 {
  min-height: 5px;
}








#s-3af7b780-8141-4b31-a490-8eeb94a62351 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3af7b780-8141-4b31-a490-8eeb94a62351.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e77929f-46a6-4d39-830b-2b713f7d7d44 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-1e77929f-46a6-4d39-830b-2b713f7d7d44 img.shogun-image {
    

    
    
    
  }


#s-1e77929f-46a6-4d39-830b-2b713f7d7d44 .shogun-image-content {
  
    align-items: center;
  
}

#s-1720b3b4-7084-413e-b205-b0f3e87b1497 {
  min-height: 5px;
}








#s-1720b3b4-7084-413e-b205-b0f3e87b1497 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1720b3b4-7084-413e-b205-b0f3e87b1497.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c0d207d-a160-462c-83b6-6ddcde2e6a0a {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-6c0d207d-a160-462c-83b6-6ddcde2e6a0a img.shogun-image {
    

    
    
    
  }


#s-6c0d207d-a160-462c-83b6-6ddcde2e6a0a .shogun-image-content {
  
    align-items: center;
  
}

#s-2512fbe3-26f4-4009-bacf-c1fca1f3c7a1 {
  min-height: 5px;
}








#s-2512fbe3-26f4-4009-bacf-c1fca1f3c7a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2512fbe3-26f4-4009-bacf-c1fca1f3c7a1.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-2094c9da-d486-4377-af4e-ecef8e2cb766"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2094c9da-d486-4377-af4e-ecef8e2cb766"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-2094c9da-d486-4377-af4e-ecef8e2cb766"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-2094c9da-d486-4377-af4e-ecef8e2cb766"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-babbd1bf-edec-4ace-86b4-33144c63e297 {
  min-height: 5px;
}








#s-babbd1bf-edec-4ace-86b4-33144c63e297 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-babbd1bf-edec-4ace-86b4-33144c63e297.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0085e5f-a7e7-4ba0-94d2-9fa81f662f09 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-e0085e5f-a7e7-4ba0-94d2-9fa81f662f09 img.shogun-image {
    

    
    
    
  }


#s-e0085e5f-a7e7-4ba0-94d2-9fa81f662f09 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a8036a4-c956-4f6a-83f9-adcbbbc30f66 {
  min-height: 5px;
}








#s-5a8036a4-c956-4f6a-83f9-adcbbbc30f66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a8036a4-c956-4f6a-83f9-adcbbbc30f66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-049a25e1-bd27-4595-b8c4-242fe6f6f51d {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-049a25e1-bd27-4595-b8c4-242fe6f6f51d img.shogun-image {
    

    
    
    
  }


#s-049a25e1-bd27-4595-b8c4-242fe6f6f51d .shogun-image-content {
  
    align-items: center;
  
}

#s-032679b9-15d6-49c4-a0cc-a6d2fbe2428d {
  min-height: 5px;
}








#s-032679b9-15d6-49c4-a0cc-a6d2fbe2428d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-032679b9-15d6-49c4-a0cc-a6d2fbe2428d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1291ca87-65b0-4e20-94ad-fca11c8b1514 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-1291ca87-65b0-4e20-94ad-fca11c8b1514 img.shogun-image {
    

    
    
    
  }


#s-1291ca87-65b0-4e20-94ad-fca11c8b1514 .shogun-image-content {
  
    align-items: center;
  
}

#s-51461b41-d295-4139-853e-510a2fcf96b5 {
  min-height: 5px;
}








#s-51461b41-d295-4139-853e-510a2fcf96b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51461b41-d295-4139-853e-510a2fcf96b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00261978-4401-44ed-b583-6e5d3650410a {
  min-height: 5px;
}








#s-00261978-4401-44ed-b583-6e5d3650410a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00261978-4401-44ed-b583-6e5d3650410a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f7bfd0f-2faa-4b39-8498-01e3106781fd {
  margin-left: 5%;
margin-right: 5%;
}

#s-3f7bfd0f-2faa-4b39-8498-01e3106781fd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3f7bfd0f-2faa-4b39-8498-01e3106781fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(4, 96, 187, 1);
  padding: 10px;
}

#s-3f7bfd0f-2faa-4b39-8498-01e3106781fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-3f7bfd0f-2faa-4b39-8498-01e3106781fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-3f7bfd0f-2faa-4b39-8498-01e3106781fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-3f7bfd0f-2faa-4b39-8498-01e3106781fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-21f88f5c-c83d-4d86-b32c-77b164708dbb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-21f88f5c-c83d-4d86-b32c-77b164708dbb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-21f88f5c-c83d-4d86-b32c-77b164708dbb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-21f88f5c-c83d-4d86-b32c-77b164708dbb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-0ed00799-4cc8-4266-95e3-db4538ee02c3 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-0ed00799-4cc8-4266-95e3-db4538ee02c3 img.shogun-image {
    

    
    
    
  }


#s-0ed00799-4cc8-4266-95e3-db4538ee02c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4247764-b9d6-407b-9c14-52230572c077 {
  min-height: 5px;
}








#s-c4247764-b9d6-407b-9c14-52230572c077 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4247764-b9d6-407b-9c14-52230572c077.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2357c360-e55f-4c0a-863c-3faa51df6f22 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-2357c360-e55f-4c0a-863c-3faa51df6f22 img.shogun-image {
    

    
    
    
  }


#s-2357c360-e55f-4c0a-863c-3faa51df6f22 .shogun-image-content {
  
    align-items: center;
  
}

#s-39cb70f9-3b46-4a1d-9888-2f1a2a3ca757 {
  min-height: 5px;
}








#s-39cb70f9-3b46-4a1d-9888-2f1a2a3ca757 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39cb70f9-3b46-4a1d-9888-2f1a2a3ca757.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61c2d81f-ade5-42f0-a827-cf6c38268834 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-61c2d81f-ade5-42f0-a827-cf6c38268834 img.shogun-image {
    

    
    
    
  }


#s-61c2d81f-ade5-42f0-a827-cf6c38268834 .shogun-image-content {
  
    align-items: center;
  
}

#s-e919b0fc-aa97-4e69-ad76-8461a1717a82 {
  min-height: 5px;
}








#s-e919b0fc-aa97-4e69-ad76-8461a1717a82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e919b0fc-aa97-4e69-ad76-8461a1717a82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91981675-a3d5-410a-b2f8-596a22c13938 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-91981675-a3d5-410a-b2f8-596a22c13938 img.shogun-image {
    

    
    
    
  }


#s-91981675-a3d5-410a-b2f8-596a22c13938 .shogun-image-content {
  
    align-items: center;
  
}

#s-6bb9ffc3-c372-4daf-aea1-ca1259d4c71a {
  min-height: 5px;
}








#s-6bb9ffc3-c372-4daf-aea1-ca1259d4c71a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bb9ffc3-c372-4daf-aea1-ca1259d4c71a.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-53de2800-9345-4939-9755-137032e92aae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-53de2800-9345-4939-9755-137032e92aae"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-53de2800-9345-4939-9755-137032e92aae"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-53de2800-9345-4939-9755-137032e92aae"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-1d7fffa7-9a18-46c7-b05d-e359ab43e313 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-1d7fffa7-9a18-46c7-b05d-e359ab43e313 img.shogun-image {
    

    
    
    
  }


#s-1d7fffa7-9a18-46c7-b05d-e359ab43e313 .shogun-image-content {
  
    align-items: center;
  
}

#s-43b0e3e7-6a97-4be1-a18b-b9f15b0c1847 {
  min-height: 5px;
}








#s-43b0e3e7-6a97-4be1-a18b-b9f15b0c1847 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43b0e3e7-6a97-4be1-a18b-b9f15b0c1847.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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}