.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-812302fc-4388-4735-976c-0bf5f0d7e912 {
  min-height: 50px;
}








#s-812302fc-4388-4735-976c-0bf5f0d7e912 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-812302fc-4388-4735-976c-0bf5f0d7e912.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

#s-f9243a6a-2ec5-43e9-8a25-1a830ed7fd89 {
  margin-bottom: 50px;
}

.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 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-3f629d33-b714-4a72-8553-22f7c211d97c {
  margin-bottom: 15px;
}

#s-b6281ec8-a7c8-40a8-b11b-80c39cb0a222 {
  margin-bottom: 50px;
}

.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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-d13b3875-f434-48b1-abdb-9c322623b266 {
  text-align: center;
}




  #s-d13b3875-f434-48b1-abdb-9c322623b266 img.shogun-image {
    
    width: px;
  }


#s-d13b3875-f434-48b1-abdb-9c322623b266 .shogun-image-content {
  
    align-items: center;
  
}

#s-3fb1b1f1-e111-41d6-94a0-4c95f04b85d2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3fb1b1f1-e111-41d6-94a0-4c95f04b85d2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-7a4bd3e5-888d-4d71-b2fd-63ea82372c88 {
  min-height: 50px;
}








#s-7a4bd3e5-888d-4d71-b2fd-63ea82372c88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a4bd3e5-888d-4d71-b2fd-63ea82372c88.shg-box.shg-c {
  justify-content: center;
}

#s-c50c20f5-23d4-487c-892d-8b03b9f4ac21 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(202, 187, 160, 1);
}








#s-c50c20f5-23d4-487c-892d-8b03b9f4ac21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c50c20f5-23d4-487c-892d-8b03b9f4ac21.shg-box.shg-c {
  justify-content: center;
}

#s-5738ca5d-e7ce-4792-920e-0459ab89d5db {
  margin-left: 20px;
margin-right: 20px;
}

#s-89246115-889f-4a38-ae5f-5e1104dfb047 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 870px;
}

#s-90f76dd7-fc5b-4adc-9cdf-150f932dcac8 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-228b5656-6fd6-43ef-860a-6bd4d7071a32 {
  margin-bottom: 30px;
text-align: center;
}





#s-228b5656-6fd6-43ef-860a-6bd4d7071a32 .shogun-image-content {
  
    align-items: center;
  
}

#s-4dfeca6e-1bec-48d5-a4cc-192e70f007a6 {
  margin-bottom: 80px;
text-align: center;
}





#s-4dfeca6e-1bec-48d5-a4cc-192e70f007a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-c604c878-1252-45d7-894b-358a9f0bfb4d {
  margin-bottom: 15px;
}

#s-f38dddb5-f54d-490e-b1b5-f5f7f3cff288 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-3efb32a2-d2c1-43b1-9f24-7ea8b974a28f {
  margin-left: auto;
margin-bottom: 90px;
margin-right: auto;
max-width: 870px;
text-align: center;
}




  #s-3efb32a2-d2c1-43b1-9f24-7ea8b974a28f img.shogun-image {
    
    width: px;
  }


#s-3efb32a2-d2c1-43b1-9f24-7ea8b974a28f .shogun-image-content {
  
    align-items: center;
  
}

#s-d17ecc59-31e5-423c-b65f-aa8bb52c151a {
  border-style: solid;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(202, 187, 160, 1);
}








#s-d17ecc59-31e5-423c-b65f-aa8bb52c151a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d17ecc59-31e5-423c-b65f-aa8bb52c151a.shg-box.shg-c {
  justify-content: center;
}

#s-15fd0b45-efe2-4203-a37d-a0b421cecc2c {
  margin-left: 20px;
margin-right: 20px;
}

#s-5d74a63e-eb09-4776-9ab4-c89452e805a0 {
  margin-bottom: 15px;
}

#s-8b38892a-56b9-4896-b7f1-f0b161dcd7ab {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-984f16bd-2fce-4c2a-8368-c9f5f9c7aeeb {
  margin-bottom: 80px;
text-align: center;
}




  #s-984f16bd-2fce-4c2a-8368-c9f5f9c7aeeb img.shogun-image {
    
    width: px;
  }


#s-984f16bd-2fce-4c2a-8368-c9f5f9c7aeeb .shogun-image-content {
  
    align-items: center;
  
}

#s-46aecfda-1ccd-4954-8005-984aa4a3aacf {
  margin-bottom: 15px;
}

#s-6be6b1d4-11ec-4881-98ed-4d1a9f146601 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-7d8cc937-d53e-4849-aa62-88ae33db3e47"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-351d3763-65f6-4441-b526-dcff2322781f {
  text-align: center;
}





#s-351d3763-65f6-4441-b526-dcff2322781f .shogun-image-content {
  
    align-items: center;
  
}

#s-ffe40d9d-5b88-4732-afc3-ee1bcca52944 {
  text-align: center;
}





#s-ffe40d9d-5b88-4732-afc3-ee1bcca52944 .shogun-image-content {
  
    align-items: center;
  
}

#s-66661509-03ac-4e59-bd2f-b5a974da063f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-66661509-03ac-4e59-bd2f-b5a974da063f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-569cd3d6-fdae-4dff-b14e-d929bc300da8 {
  min-height: 50px;
}








#s-569cd3d6-fdae-4dff-b14e-d929bc300da8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-569cd3d6-fdae-4dff-b14e-d929bc300da8.shg-box.shg-c {
  justify-content: center;
}

#s-fe036502-6275-41b2-a8d8-1a40f7b15dd9 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(166, 184, 145, 1);
}








#s-fe036502-6275-41b2-a8d8-1a40f7b15dd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe036502-6275-41b2-a8d8-1a40f7b15dd9.shg-box.shg-c {
  justify-content: center;
}

#s-5c6314d9-c98c-4134-9eb5-6b542ee24413 {
  margin-left: 20px;
margin-right: 20px;
}

#s-8178be4c-7261-48c3-ad7a-8e5108579fbc {
  margin-bottom: 30px;
}

#s-1f9aeb72-ab25-48d7-acdb-910cf50c31be {
  margin-bottom: 30px;
}

#s-26d88151-97a0-4883-9345-aa5d3f972552 {
  margin-bottom: 40px;
}

#s-7ad456c7-abd4-42cf-b235-2d68e2e0ba12 {
  margin-bottom: 30px;
text-align: center;
}




  #s-7ad456c7-abd4-42cf-b235-2d68e2e0ba12 img.shogun-image {
    
    width: px;
  }


#s-7ad456c7-abd4-42cf-b235-2d68e2e0ba12 .shogun-image-content {
  
    align-items: center;
  
}

#s-56e3decf-fb26-46ba-b428-0a9a0ab6559c {
  margin-bottom: 50px;
}

#s-b2b3eb18-f1e7-4ade-ba16-0a371c85cb5f {
  margin-bottom: 90px;
min-height: 50px;
background-color: rgba(240, 238, 237, 1);
}








#s-b2b3eb18-f1e7-4ade-ba16-0a371c85cb5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2b3eb18-f1e7-4ade-ba16-0a371c85cb5f.shg-box.shg-c {
  justify-content: center;
}

#s-ebbb0e5c-52b8-4925-9f40-a312602e480d {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ebbb0e5c-52b8-4925-9f40-a312602e480d {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-ebbb0e5c-52b8-4925-9f40-a312602e480d {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-0e53367c-36ac-4230-8dc4-de53824322c0 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(166, 184, 145, 1);
}








#s-0e53367c-36ac-4230-8dc4-de53824322c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e53367c-36ac-4230-8dc4-de53824322c0.shg-box.shg-c {
  justify-content: center;
}

#s-0836b94e-2ab3-4625-a12e-2809f7af83bd {
  margin-left: 20px;
margin-right: 20px;
}

#s-e7ed22ae-d3fd-440d-9712-35b9503cc4e7 {
  margin-bottom: 30px;
}

#s-2da99138-1541-421d-872a-a3178d31cd90 {
  margin-bottom: 40px;
}

#s-7be0c845-f229-453b-a9f1-16c9b4dec851 {
  margin-bottom: 15px;
}

#s-ec0eb8eb-ba6c-4fb3-9b03-21d2f7d0d977 {
  margin-bottom: 90px;
}

#s-a1bbd9c6-1569-4d58-a059-5d2deb30cdc9 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(166, 184, 145, 1);
}








#s-a1bbd9c6-1569-4d58-a059-5d2deb30cdc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1bbd9c6-1569-4d58-a059-5d2deb30cdc9.shg-box.shg-c {
  justify-content: center;
}

#s-296925a4-8f62-4c44-b7a5-79ba94c07d77 {
  margin-left: 20px;
margin-right: 20px;
}

#s-51f87abc-177f-4d7c-8496-015311428dfa {
  margin-bottom: 15px;
}

.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-26fd5744-7e06-42cd-8ad6-63b156a83f85 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 870px;
opacity: 1;
}

#s-26fd5744-7e06-42cd-8ad6-63b156a83f85 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-26fd5744-7e06-42cd-8ad6-63b156a83f85 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-26fd5744-7e06-42cd-8ad6-63b156a83f85 td.shogun-table-column {
  background-color: #fff;
  padding: 5px;
  text-align: inherit;
}

#s-26fd5744-7e06-42cd-8ad6-63b156a83f85 td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-26fd5744-7e06-42cd-8ad6-63b156a83f85 td.shogun-table-column, #s-26fd5744-7e06-42cd-8ad6-63b156a83f85 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-d3e57b1f-c59a-46f6-a1a6-a8ee1b32ec16 {
  padding-left: 5px;
padding-right: 5px;
}

#s-d765278c-fed6-450c-961d-ee2a3dedce78 {
  padding-left: 5px;
padding-right: 5px;
}

#s-b7efe228-b2e6-4fd0-838a-fc1e28835b86 {
  padding-left: 5px;
padding-right: 5px;
}

#s-89146f7f-0a37-4f32-920e-409623d40b1c {
  padding-left: 5px;
padding-right: 5px;
}

#s-8e794241-e7a8-4716-88d7-0f37a1e0ce7c {
  padding-left: 5px;
padding-right: 5px;
}

#s-40417bc0-5c3e-40c3-b2b7-ff417c11a2e3 {
  padding-left: 5px;
padding-right: 5px;
}

#s-2640c60c-fab9-4ca6-8cbd-f4895d789b05 {
  margin-bottom: 30px;
text-align: center;
}




  #s-2640c60c-fab9-4ca6-8cbd-f4895d789b05 img.shogun-image {
    
    width: px;
  }


#s-2640c60c-fab9-4ca6-8cbd-f4895d789b05 .shogun-image-content {
  
    align-items: center;
  
}

#s-86a1cd3f-4cf2-44d8-9c38-560e1881b089 {
  margin-bottom: 80px;
text-align: center;
}





#s-86a1cd3f-4cf2-44d8-9c38-560e1881b089 .shogun-image-content {
  
    align-items: center;
  
}

#s-793f7967-3df0-4090-b42d-a67ebb9f37a4 {
  margin-bottom: 30px;
background-color: rgba(240, 238, 237, 1);
}
@media (max-width: 767px){#s-793f7967-3df0-4090-b42d-a67ebb9f37a4 {
  margin-bottom: 30px;
}
}







#s-793f7967-3df0-4090-b42d-a67ebb9f37a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-793f7967-3df0-4090-b42d-a67ebb9f37a4.shg-box.shg-c {
  justify-content: center;
}

#s-d86a804a-b59e-4b50-b5dd-e30283271025 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-d86a804a-b59e-4b50-b5dd-e30283271025 {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-e08f46a3-a5b8-41cb-ac6f-dc6374ec2d4b {
  margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
text-align: center;
}





#s-e08f46a3-a5b8-41cb-ac6f-dc6374ec2d4b .shogun-image-content {
  
    align-items: center;
  
}

#s-cfa5e9f0-ff1f-4b36-a4ff-129bbe10e2f0 {
  margin-bottom: 50px;
padding-top: 60px;
padding-bottom: 90px;
min-height: 50px;
background-color: rgba(190, 182, 165, 0.27);
}








#s-cfa5e9f0-ff1f-4b36-a4ff-129bbe10e2f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfa5e9f0-ff1f-4b36-a4ff-129bbe10e2f0.shg-box.shg-c {
  justify-content: center;
}

#s-334ab54a-d94f-4361-bb62-565ee2c9c541 {
  margin-left: auto;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-334ab54a-d94f-4361-bb62-565ee2c9c541 {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-a6c4b492-e7a9-4ac8-9aa3-5598abb2d933 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-a6c4b492-e7a9-4ac8-9aa3-5598abb2d933 {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-1c80a903-0c0b-476e-ab12-eeb5b125f368 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c80a903-0c0b-476e-ab12-eeb5b125f368 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-1c80a903-0c0b-476e-ab12-eeb5b125f368 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-a5d61cd8-20b5-40b6-8e04-da5e148611a6 {
  margin-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (max-width: 767px){#s-a5d61cd8-20b5-40b6-8e04-da5e148611a6 {
  padding-left: 15px;
padding-right: 15px;
}
}




#s-a5d61cd8-20b5-40b6-8e04-da5e148611a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-6056f242-7633-480e-a290-cd368aa46d21 {
  margin-bottom: 15px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6056f242-7633-480e-a290-cd368aa46d21 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-6056f242-7633-480e-a290-cd368aa46d21 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-0516d52d-8141-420f-8a6a-60b4f0532de9 {
  margin-bottom: 80px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0516d52d-8141-420f-8a6a-60b4f0532de9 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-0516d52d-8141-420f-8a6a-60b4f0532de9 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-619257c1-03a6-4380-98cb-b55e9625fa57 {
  margin-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (max-width: 767px){#s-619257c1-03a6-4380-98cb-b55e9625fa57 {
  padding-left: 15px;
padding-right: 15px;
}
}




#s-619257c1-03a6-4380-98cb-b55e9625fa57 .shogun-image-content {
  
    align-items: center;
  
}

#s-95f314ac-eda1-4933-bd9d-e91ac9f1bff6 {
  margin-bottom: 15px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-95f314ac-eda1-4933-bd9d-e91ac9f1bff6 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-95f314ac-eda1-4933-bd9d-e91ac9f1bff6 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-a81148c0-ee08-46b6-8490-38c88a71cd9b {
  margin-bottom: 80px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a81148c0-ee08-46b6-8490-38c88a71cd9b {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-a81148c0-ee08-46b6-8490-38c88a71cd9b {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-1d739d18-5d9f-482c-9d98-627cad554a61 {
  margin-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (max-width: 767px){#s-1d739d18-5d9f-482c-9d98-627cad554a61 {
  padding-left: 15px;
padding-right: 15px;
}
}




#s-1d739d18-5d9f-482c-9d98-627cad554a61 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e5c4aca-086a-46ef-b0b1-427bf56852b3 {
  margin-bottom: 15px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9e5c4aca-086a-46ef-b0b1-427bf56852b3 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-9e5c4aca-086a-46ef-b0b1-427bf56852b3 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-5f1d02cf-e005-47b0-9541-8da573e426c4 {
  margin-bottom: 80px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5f1d02cf-e005-47b0-9541-8da573e426c4 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-5f1d02cf-e005-47b0-9541-8da573e426c4 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-5007fcb4-cce7-4abb-adca-f40d4a86b7f4 {
  margin-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (max-width: 767px){#s-5007fcb4-cce7-4abb-adca-f40d4a86b7f4 {
  padding-left: 15px;
padding-right: 15px;
}
}




#s-5007fcb4-cce7-4abb-adca-f40d4a86b7f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2a5d3ba-087d-4811-b685-a0079c99fa0b {
  margin-bottom: 15px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c2a5d3ba-087d-4811-b685-a0079c99fa0b {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-c2a5d3ba-087d-4811-b685-a0079c99fa0b {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-e99606f6-1f81-4439-989f-93f660e6087f {
  padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e99606f6-1f81-4439-989f-93f660e6087f {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-e99606f6-1f81-4439-989f-93f660e6087f {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-c7f6b3cc-3b12-4ea2-ad9d-d2e0b75f3090 {
  text-align: center;
}
@media (min-width: 1200px){#s-c7f6b3cc-3b12-4ea2-ad9d-d2e0b75f3090 {
  display: none;
}
#s-c7f6b3cc-3b12-4ea2-ad9d-d2e0b75f3090, #wrap-s-c7f6b3cc-3b12-4ea2-ad9d-d2e0b75f3090 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7f6b3cc-3b12-4ea2-ad9d-d2e0b75f3090 {
  display: none;
}
#s-c7f6b3cc-3b12-4ea2-ad9d-d2e0b75f3090, #wrap-s-c7f6b3cc-3b12-4ea2-ad9d-d2e0b75f3090 { display:none !important; }}



  #s-c7f6b3cc-3b12-4ea2-ad9d-d2e0b75f3090 img.shogun-image {
    
    width: px;
  }


#s-c7f6b3cc-3b12-4ea2-ad9d-d2e0b75f3090 .shogun-image-content {
  
    align-items: center;
  
}

#s-23184b27-4706-4674-98c2-80b9430d2b94 {
  text-align: center;
}
#s-23184b27-4706-4674-98c2-80b9430d2b94:hover {opacity: 0.8 !important;}@media (min-width: 768px) and (max-width: 991px){#s-23184b27-4706-4674-98c2-80b9430d2b94 {
  display: none;
}
#s-23184b27-4706-4674-98c2-80b9430d2b94, #wrap-s-23184b27-4706-4674-98c2-80b9430d2b94 { display:none !important; }}@media (max-width: 767px){#s-23184b27-4706-4674-98c2-80b9430d2b94 {
  display: none;
}
#s-23184b27-4706-4674-98c2-80b9430d2b94, #wrap-s-23184b27-4706-4674-98c2-80b9430d2b94 { display:none !important; }}



  #s-23184b27-4706-4674-98c2-80b9430d2b94 img.shogun-image {
    
    width: px;
  }


#s-23184b27-4706-4674-98c2-80b9430d2b94 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7b86f97-c073-4900-9586-5a261fce3e37 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c7b86f97-c073-4900-9586-5a261fce3e37 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-71202529-1537-475d-8e9a-a9f821b725b3 {
  min-height: 50px;
}








#s-71202529-1537-475d-8e9a-a9f821b725b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71202529-1537-475d-8e9a-a9f821b725b3.shg-box.shg-c {
  justify-content: center;
}

#s-6ecd49e1-9c9a-4204-a41a-6f2b1d9bbbc5 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(201, 171, 159, 1);
}








#s-6ecd49e1-9c9a-4204-a41a-6f2b1d9bbbc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ecd49e1-9c9a-4204-a41a-6f2b1d9bbbc5.shg-box.shg-c {
  justify-content: center;
}

#s-38b958e5-9bd9-40e9-ac3a-bfa58ae50c92 {
  margin-left: 20px;
margin-right: 20px;
}

#s-8e2baf4b-a9ec-414d-9e89-d760dcada53c {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8e2baf4b-a9ec-414d-9e89-d760dcada53c {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-8e2baf4b-a9ec-414d-9e89-d760dcada53c {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-8e2baf4b-a9ec-414d-9e89-d760dcada53c img.shogun-image {
    
    width: px;
  }


#s-8e2baf4b-a9ec-414d-9e89-d760dcada53c .shogun-image-content {
  
    align-items: center;
  
}

#s-9de79096-930f-426d-8aaa-a3aa7aefb198 {
  margin-bottom: 15px;
}

#s-e64aa400-7d3b-409e-a15a-b1e9b7ac5f7e {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-ba0e77bb-3071-47b8-92dc-e45d275dc9aa {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-58b18ebc-11d0-48a2-a830-53f7b0d688c7 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-6b4dd4ea-3b6f-427c-a13e-d8ac579fdb53 {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b4dd4ea-3b6f-427c-a13e-d8ac579fdb53 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-6b4dd4ea-3b6f-427c-a13e-d8ac579fdb53 {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-6b4dd4ea-3b6f-427c-a13e-d8ac579fdb53 img.shogun-image {
    
    width: px;
  }


#s-6b4dd4ea-3b6f-427c-a13e-d8ac579fdb53 .shogun-image-content {
  
    align-items: center;
  
}

#s-74149c58-9c89-49cc-af45-de1a3a5dfc2b {
  margin-bottom: 15px;
}

#s-00d44bf5-6fe9-4eac-accd-3b52407071c5 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-29dbbff8-f3b1-4819-8d6f-0c7be8770ff9 {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-ffc2aa6d-aa63-4c2f-9ea8-4f56a509ad44 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-14b7220f-704f-4257-a599-17d4e58f1d23 {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-14b7220f-704f-4257-a599-17d4e58f1d23 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-14b7220f-704f-4257-a599-17d4e58f1d23 {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-14b7220f-704f-4257-a599-17d4e58f1d23 img.shogun-image {
    
    width: px;
  }


#s-14b7220f-704f-4257-a599-17d4e58f1d23 .shogun-image-content {
  
    align-items: center;
  
}

#s-aff36815-b87e-42ee-96c0-c798907e43f5 {
  margin-bottom: 15px;
}

#s-47ff3c80-2df6-4219-a28e-8369afb41fe4 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-01cbc4ee-2366-444b-a25c-9a092b99b259 {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-46075bd1-b02f-42a6-b07d-9aa4b71754a2 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-9bcb2f8d-0479-4628-86cd-b58a05d84f81 {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9bcb2f8d-0479-4628-86cd-b58a05d84f81 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-9bcb2f8d-0479-4628-86cd-b58a05d84f81 {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-9bcb2f8d-0479-4628-86cd-b58a05d84f81 img.shogun-image {
    
    width: px;
  }


#s-9bcb2f8d-0479-4628-86cd-b58a05d84f81 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d95aa30-9d3e-4bae-aef3-73f4c1bc2d54 {
  margin-bottom: 15px;
}

#s-9e34d5d8-4c4c-4e45-814d-eb6a146eae14 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-0506f4ae-c031-492b-b607-5c9e703cf405 {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-8f888a39-af3f-4fb9-90a7-63551cf9d49c hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-38a85396-45cf-4144-82f9-f6e29511f91f {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-38a85396-45cf-4144-82f9-f6e29511f91f {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-38a85396-45cf-4144-82f9-f6e29511f91f {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-38a85396-45cf-4144-82f9-f6e29511f91f img.shogun-image {
    
    width: px;
  }


#s-38a85396-45cf-4144-82f9-f6e29511f91f .shogun-image-content {
  
    align-items: center;
  
}

#s-08682c7f-a932-46b9-8c03-3198c4e7303a {
  margin-bottom: 15px;
}

#s-0c0ebb41-6e4d-4c78-bc39-17ae28f5c498 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-1fa1d033-ac13-4f8a-a58d-cdcd00f8ceac {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-ec576624-fbb9-4137-a91b-28732f972723 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ec576624-fbb9-4137-a91b-28732f972723 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-698d19b3-8164-497e-9777-14bdce25f44a {
  margin-bottom: 30px;
}

#s-33dc4b96-ae04-481a-884f-af304e117ba4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-33dc4b96-ae04-481a-884f-af304e117ba4 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-e207c9b6-418c-4c11-95a9-a6ba963c51e1 {
  min-height: 50px;
}








#s-e207c9b6-418c-4c11-95a9-a6ba963c51e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e207c9b6-418c-4c11-95a9-a6ba963c51e1.shg-box.shg-c {
  justify-content: center;
}

#s-2968d0d4-ab51-4489-bb97-d5f57e752f5c {
  margin-top: -50px;
margin-bottom: -25px;
}

#s-2968d0d4-ab51-4489-bb97-d5f57e752f5c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(77, 77, 77, 1);
}

#s-fcb24c2f-857f-4b01-abe1-cb033c8812ea {
  margin-bottom: 30px;
}

#s-6bb8aa47-9a43-4f56-b2a0-73d4dcc70130 {
  margin-bottom: 60px;
}

#s-3f6bc6c2-c73d-4538-a8e8-896fafe8686f {
  margin-bottom: 30px;
}

#s-4d74d067-97a2-4e04-8edc-18c1905362d9 {
  margin-bottom: 60px;
}

#s-2e8b7358-588a-47ac-b398-dc15c0021c8f {
  margin-top: -50px;
margin-bottom: -25px;
}

#s-2e8b7358-588a-47ac-b398-dc15c0021c8f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(77, 77, 77, 1);
}

#s-79735554-402d-4361-b610-2d8720e94c84 {
  margin-bottom: 30px;
}

#s-b9b8f14b-57a7-4c84-bf38-76678990634a {
  margin-bottom: 60px;
text-align: center;
}




  #s-b9b8f14b-57a7-4c84-bf38-76678990634a img.shogun-image {
    
    width: px;
  }


#s-b9b8f14b-57a7-4c84-bf38-76678990634a .shogun-image-content {
  
    align-items: center;
  
}

#s-b2e4bb1c-6103-4dbd-a74d-7580a3735199 {
  margin-top: -50px;
margin-bottom: -25px;
}

#s-b2e4bb1c-6103-4dbd-a74d-7580a3735199 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(77, 77, 77, 1);
}

#s-57002d2a-998f-42aa-bdd6-13c8de26f959 {
  margin-bottom: 30px;
}

#s-2168a402-1cfb-490e-ad18-b937a659f7f7 {
  text-align: center;
}




  #s-2168a402-1cfb-490e-ad18-b937a659f7f7 img.shogun-image {
    
    width: px;
  }


#s-2168a402-1cfb-490e-ad18-b937a659f7f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-252d5072-038d-4b46-8c4d-5a76e6960956 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-252d5072-038d-4b46-8c4d-5a76e6960956 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-bd61b65f-2c11-47e6-ae4f-66431c359e95 {
  min-height: 50px;
}








#s-bd61b65f-2c11-47e6-ae4f-66431c359e95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd61b65f-2c11-47e6-ae4f-66431c359e95.shg-box.shg-c {
  justify-content: center;
}

#s-c2a9250f-b30b-4e3c-bb8a-4d9ed6fe7d89 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-c2a9250f-b30b-4e3c-bb8a-4d9ed6fe7d89 {
  padding-left: 22px;
padding-right: 22px;
}
}
.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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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-11f51355-b0da-4e46-8f74-04a911bd1d8d {
  margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
max-width: 870px;
}

#s-11f51355-b0da-4e46-8f74-04a911bd1d8d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-11f51355-b0da-4e46-8f74-04a911bd1d8d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 15px;
}

#s-11f51355-b0da-4e46-8f74-04a911bd1d8d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(77, 77, 77, 1);
}

#s-11f51355-b0da-4e46-8f74-04a911bd1d8d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-11f51355-b0da-4e46-8f74-04a911bd1d8d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(77, 77, 77, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 15px;
}

#s-11f51355-b0da-4e46-8f74-04a911bd1d8d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-5dde589a-2d5f-4318-8eba-b82ea37a7c3b {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-ae15592e-b697-4b3d-ad14-2c515623932c {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-2e35765b-c80f-4715-b23e-a896acd59e6d {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-0fb282f6-0511-4720-86ef-e4ec4163ccce {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-83507c87-f40d-4529-b8a1-c245889a7da0 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-36ae6113-03e4-4074-b9bd-ee490b91079b {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-b7cb9450-f98c-4bda-a95b-debe3cbcf3da {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-ae875777-1cb7-4430-b79a-8fe8cbe78820 {
  margin-bottom: 30px;
}

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

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
}
