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

.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-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9eaf4448-76bc-4b9c-8eb0-5542f8e57023"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-32f52ef4-bb66-4742-ba20-d4e445d59e8b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-32f52ef4-bb66-4742-ba20-d4e445d59e8b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-32f52ef4-bb66-4742-ba20-d4e445d59e8b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-32f52ef4-bb66-4742-ba20-d4e445d59e8b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-32f52ef4-bb66-4742-ba20-d4e445d59e8b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-32f52ef4-bb66-4742-ba20-d4e445d59e8b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
.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-165570a2-693f-4e89-adc1-ff35284c9ea2 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-165570a2-693f-4e89-adc1-ff35284c9ea2 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-165570a2-693f-4e89-adc1-ff35284c9ea2 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-165570a2-693f-4e89-adc1-ff35284c9ea2 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-165570a2-693f-4e89-adc1-ff35284c9ea2 td.shogun-table-column, #s-165570a2-693f-4e89-adc1-ff35284c9ea2 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

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

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

#s-b5c243ed-a046-4fdd-9d28-fdfe6ac45acd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5c243ed-a046-4fdd-9d28-fdfe6ac45acd .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-64e2c708-50f4-4592-8def-21da84b6f4a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64e2c708-50f4-4592-8def-21da84b6f4a7 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a09094bc-5bf9-4a37-9109-0c214c56a5b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a09094bc-5bf9-4a37-9109-0c214c56a5b8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b9696801-146a-43c7-abe3-b404dff871d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9696801-146a-43c7-abe3-b404dff871d5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-68782ef5-181b-481c-846d-158dbcc8bc47 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68782ef5-181b-481c-846d-158dbcc8bc47 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1f44229a-f941-4140-838a-7d9987521325 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f44229a-f941-4140-838a-7d9987521325 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-eb01c84b-4425-4bb7-af0d-3a6c1700a760 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb01c84b-4425-4bb7-af0d-3a6c1700a760 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5a22c303-432e-46fa-9c2f-5672c9472cf2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a22c303-432e-46fa-9c2f-5672c9472cf2 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c6971eee-d277-4dbb-9d03-24e9edd248fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6971eee-d277-4dbb-9d03-24e9edd248fd .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c01fee94-0835-4243-8e2a-347571ca9dea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c01fee94-0835-4243-8e2a-347571ca9dea .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-052938ff-22fc-40e3-84a3-9447a7cf4349 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-052938ff-22fc-40e3-84a3-9447a7cf4349 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d2a6ed0f-d12b-4b0e-a440-7ebf7c2f1e9c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2a6ed0f-d12b-4b0e-a440-7ebf7c2f1e9c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-95b2c738-a92b-4627-a7ab-857c54fbbab7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95b2c738-a92b-4627-a7ab-857c54fbbab7 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-adf3e1ae-ae00-49f7-a938-4f1ca9b07548 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-adf3e1ae-ae00-49f7-a938-4f1ca9b07548 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cdec9918-0b2d-4535-a397-0931b25fdfa0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cdec9918-0b2d-4535-a397-0931b25fdfa0 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ea556909-8c10-4624-9255-7dc7568f3c02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ea556909-8c10-4624-9255-7dc7568f3c02 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-55c20102-e38f-49e4-ae6d-d64e0695b5ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55c20102-e38f-49e4-ae6d-d64e0695b5ee .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ae16a07f-7ef1-4205-bc17-0a0155de9f99 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae16a07f-7ef1-4205-bc17-0a0155de9f99 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b8d42b15-f370-4cd6-b60d-3c9161257140 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8d42b15-f370-4cd6-b60d-3c9161257140 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d66dd6e2-b58e-4745-ad5b-8bb198fa6fcb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d66dd6e2-b58e-4745-ad5b-8bb198fa6fcb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ff2cf10d-9ca9-432c-9f66-61adb6aa8181 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff2cf10d-9ca9-432c-9f66-61adb6aa8181 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-188dcaeb-7db7-4aef-9cec-1a58b7b5b075 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-188dcaeb-7db7-4aef-9cec-1a58b7b5b075 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7cd04888-6b21-4d3a-8c18-2ac0dd32cc6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7cd04888-6b21-4d3a-8c18-2ac0dd32cc6a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a5550a99-706f-4cf2-a918-1910c9b0e9c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5550a99-706f-4cf2-a918-1910c9b0e9c5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b267da29-1788-4b18-8e00-7653cf6f9d6c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b267da29-1788-4b18-8e00-7653cf6f9d6c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fa347b00-bdf3-4fb1-ad62-34cf64a32615 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa347b00-bdf3-4fb1-ad62-34cf64a32615 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a7ae8c8f-5111-4ce0-a0f6-017ef0577060 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7ae8c8f-5111-4ce0-a0f6-017ef0577060 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b3af83c8-cbc5-4f05-b66a-58858434cc2d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3af83c8-cbc5-4f05-b66a-58858434cc2d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.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-5781cc16-3e7c-40d6-b62c-9eb9acb32f0d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5781cc16-3e7c-40d6-b62c-9eb9acb32f0d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5781cc16-3e7c-40d6-b62c-9eb9acb32f0d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5781cc16-3e7c-40d6-b62c-9eb9acb32f0d {
  
}
}@media (max-width: 767px){#s-5781cc16-3e7c-40d6-b62c-9eb9acb32f0d {
  
}
}







#s-5781cc16-3e7c-40d6-b62c-9eb9acb32f0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5781cc16-3e7c-40d6-b62c-9eb9acb32f0d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d18b3ddf-ea19-4e6c-8804-6cdbab6a7e59 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(24, 1, 1, 0.44);
}

#s-c53d7b14-926e-4c8a-aecb-47482fadb459 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-c53d7b14-926e-4c8a-aecb-47482fadb459"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.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 {
  -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-e15ee750-c25a-4981-94fb-6f75fd502c70 {
  margin-left: auto;
margin-right: auto;
min-height: 100px;
max-width: 100px;
text-align: center;
}




  #s-e15ee750-c25a-4981-94fb-6f75fd502c70 img.shogun-image {
    
    width: px;
  }


#s-e15ee750-c25a-4981-94fb-6f75fd502c70 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac49ce9c-6605-4b00-bfa0-8298724f43e5 {
  margin-left: auto;
margin-right: auto;
min-height: 100px;
max-width: 100px;
text-align: center;
}




  #s-ac49ce9c-6605-4b00-bfa0-8298724f43e5 img.shogun-image {
    
    width: px;
  }


#s-ac49ce9c-6605-4b00-bfa0-8298724f43e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-61af1550-f25e-44dd-9add-fc39090d4d74 {
  margin-left: auto;
margin-right: auto;
min-height: 100px;
max-width: 100px;
text-align: center;
}




  #s-61af1550-f25e-44dd-9add-fc39090d4d74 img.shogun-image {
    
    width: px;
  }


#s-61af1550-f25e-44dd-9add-fc39090d4d74 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5a3e739-4b6f-4065-9c3b-13c71baeeaa8 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(24, 21, 21, 0);
}

#s-a8c77647-7eac-4179-aa5c-ff74191e3155 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-a8c77647-7eac-4179-aa5c-ff74191e3155"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cdc5cb88-16e9-4a6a-b482-8ec3228798b7 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-cdc5cb88-16e9-4a6a-b482-8ec3228798b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdc5cb88-16e9-4a6a-b482-8ec3228798b7.shg-box.shg-c {
  justify-content: center;
}

#s-169db365-d1cd-4296-8813-92f239c37f84 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-169db365-d1cd-4296-8813-92f239c37f84 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-aa9c208b-eead-4d8c-8d57-0748f075b6dd {
  margin-left: 50px;
margin-right: 50px;
}

#s-aa9c208b-eead-4d8c-8d57-0748f075b6dd hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-aa5a7034-93cf-4200-9106-e6325f68062a {
  margin-left: 50px;
margin-right: 50px;
}

#s-38ae2904-1fbd-48a7-9970-76d04aabbd5d {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-38ae2904-1fbd-48a7-9970-76d04aabbd5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38ae2904-1fbd-48a7-9970-76d04aabbd5d.shg-box.shg-c {
  justify-content: flex-end;
}

#s-13a7b19c-963b-498d-851b-c8391ae6694a {
  padding-top: 0px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
}

#s-630006c4-c274-4b4c-becc-d5b6890fd78d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-630006c4-c274-4b4c-becc-d5b6890fd78d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-64e0596f-ba5f-4c52-ad29-9b5b84cb3f78 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-64e0596f-ba5f-4c52-ad29-9b5b84cb3f78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64e0596f-ba5f-4c52-ad29-9b5b84cb3f78.shg-box.shg-c {
  justify-content: flex-end;
}

#s-8b3d90b5-69c9-458f-9ef1-ad940d6b5e2f {
  padding-top: 0px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
}

#s-e3d9e50d-2f3a-45e9-94bf-cc109357214d {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-e3d9e50d-2f3a-45e9-94bf-cc109357214d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3d9e50d-2f3a-45e9-94bf-cc109357214d.shg-box.shg-c {
  justify-content: center;
}

#s-0fe5cf55-9799-4ec1-8219-061ef7e9952c {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0fe5cf55-9799-4ec1-8219-061ef7e9952c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9a090cba-98f6-4364-a180-69c23beecd23 {
  margin-left: 50px;
margin-right: 50px;
}

#s-9a090cba-98f6-4364-a180-69c23beecd23 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-1b6bb943-bd3c-4329-bd96-f5658d76aef0 {
  margin-left: 50px;
margin-right: 50px;
}

#s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-bfb9368b-5cd2-47ba-9c7e-05a034e14ec5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ce992d8f-7a85-4b78-9617-1a7b04d83904 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-ce992d8f-7a85-4b78-9617-1a7b04d83904 > .shg-box-overlay {
  background-color: rgba(255, 125, 125, 1);
  opacity: 0;
}#s-ce992d8f-7a85-4b78-9617-1a7b04d83904.shg-box.shg-c {
  justify-content: center;
}

#s-9f26ebba-3ff2-42e2-8463-50ee06f4ea6d {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f26ebba-3ff2-42e2-8463-50ee06f4ea6d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f3beaaef-5144-48a2-820f-d49e0ee9fb89 {
  margin-left: 50px;
margin-right: 50px;
}

#s-f3beaaef-5144-48a2-820f-d49e0ee9fb89 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-25eb229d-84cc-4a29-b51f-c9b58b67c54e {
  margin-left: 50px;
margin-right: 50px;
}

#s-db93e56a-fcbc-4584-acc9-57ec28cc100e {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-db93e56a-fcbc-4584-acc9-57ec28cc100e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db93e56a-fcbc-4584-acc9-57ec28cc100e.shg-box.shg-c {
  justify-content: flex-end;
}

#s-6bbb8786-4ab0-49a7-8e4b-6ea7e9ec33da {
  padding-top: 0px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
}

#s-84666cd2-159f-46f0-8499-106c08a50cb7 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-92e145e3-fc67-4432-ae74-f923f9f18056 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92e145e3-fc67-4432-ae74-f923f9f18056 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: 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-3421ada1-e8ca-4ac0-9c49-8909f0e2a248 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-003521cb-b922-447c-8b77-d1930adc3350 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(16, 1, 1, 0);
}

@media (min-width: 0px) {
[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-841f0b03-35f5-4fd8-8e90-0d1af92dc87a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1ca7bf82-199e-451a-a6d8-309b201531ea {
  border-style: solid;
margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(185, 74, 74, 0.03);
border-style: solid;
}
@media (min-width: 1200px){#s-1ca7bf82-199e-451a-a6d8-309b201531ea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ca7bf82-199e-451a-a6d8-309b201531ea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ca7bf82-199e-451a-a6d8-309b201531ea {
  
}
}@media (max-width: 767px){#s-1ca7bf82-199e-451a-a6d8-309b201531ea {
  
}
}
@media (min-width: 0px) {
[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-1ca7bf82-199e-451a-a6d8-309b201531ea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-8afa4419-5b26-4c5b-8253-a61ee2004ab0 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 0.15);
border-style: solid;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-8afa4419-5b26-4c5b-8253-a61ee2004ab0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8afa4419-5b26-4c5b-8253-a61ee2004ab0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5a6222bb-e58c-4fb6-a27c-409316410a96 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-5a6222bb-e58c-4fb6-a27c-409316410a96 .shogun-icon-wrapper {
  text-align: center;
}


#s-5a6222bb-e58c-4fb6-a27c-409316410a96 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-58810f39-a6b7-4f3d-b4f8-42270c5eae17 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-58810f39-a6b7-4f3d-b4f8-42270c5eae17 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-58810f39-a6b7-4f3d-b4f8-42270c5eae17 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-58810f39-a6b7-4f3d-b4f8-42270c5eae17 {
  
}
}@media (max-width: 767px){#s-58810f39-a6b7-4f3d-b4f8-42270c5eae17 {
  
}
}
#s-a8b041a6-ea07-4a55-81c3-a26627d11871 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(32, 15, 27, 0.33);
border-style: solid;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-a8b041a6-ea07-4a55-81c3-a26627d11871 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8b041a6-ea07-4a55-81c3-a26627d11871.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7f642aa9-578f-4d95-a344-b3b419782e1f {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-7f642aa9-578f-4d95-a344-b3b419782e1f .shogun-icon-wrapper {
  text-align: center;
}


#s-7f642aa9-578f-4d95-a344-b3b419782e1f .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-8f21de91-e765-46d4-afab-3b1020dfaf65 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-8f21de91-e765-46d4-afab-3b1020dfaf65 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f21de91-e765-46d4-afab-3b1020dfaf65 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f21de91-e765-46d4-afab-3b1020dfaf65 {
  
}
}@media (max-width: 767px){#s-8f21de91-e765-46d4-afab-3b1020dfaf65 {
  
}
}
#s-d287480b-d561-4a4a-b327-111794108546 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(56, 51, 51, 0.12);
border-style: solid;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-d287480b-d561-4a4a-b327-111794108546 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d287480b-d561-4a4a-b327-111794108546.shg-box.shg-c {
  justify-content: flex-start;
}

#s-86c9ab54-17cb-4f8b-9422-c21ce12387ea {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-86c9ab54-17cb-4f8b-9422-c21ce12387ea .shogun-icon-wrapper {
  text-align: center;
}


#s-86c9ab54-17cb-4f8b-9422-c21ce12387ea .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-9616e7c2-5d65-42e2-974b-92f7f2d90c47 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-9616e7c2-5d65-42e2-974b-92f7f2d90c47 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9616e7c2-5d65-42e2-974b-92f7f2d90c47 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9616e7c2-5d65-42e2-974b-92f7f2d90c47 {
  
}
}@media (max-width: 767px){#s-9616e7c2-5d65-42e2-974b-92f7f2d90c47 {
  
}
}
#s-c87c4d82-3a3a-47c5-995d-96fd472073d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c87c4d82-3a3a-47c5-995d-96fd472073d0 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6217f329-5db5-4682-9a7d-a88e82cb9acb {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}




  #s-6217f329-5db5-4682-9a7d-a88e82cb9acb img.shogun-image {
    
    width: px;
  }


#s-6217f329-5db5-4682-9a7d-a88e82cb9acb .shogun-image-content {
  
    align-items: center;
  
}

#s-948e1d2d-5192-4cba-9a57-ac497b24530c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-3095be14-0822-48b4-a528-203b6b177783 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3095be14-0822-48b4-a528-203b6b177783 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a8d6a665-9921-4c56-bf86-dd2e40f58d34 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-a8d6a665-9921-4c56-bf86-dd2e40f58d34"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.25px);
}

}

#s-6cd2c9c8-30cb-4461-8dd1-78bd9cb2a923 {
  text-align: center;
}




  #s-6cd2c9c8-30cb-4461-8dd1-78bd9cb2a923 img.shogun-image {
    
    width: px;
  }


#s-6cd2c9c8-30cb-4461-8dd1-78bd9cb2a923 .shogun-image-content {
  
    align-items: center;
  
}

#s-d55497b0-5835-4452-977a-2f1a8f328350 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-32a8d5ef-b186-48b0-bbb3-109a05f0f82d {
  text-align: center;
}




  #s-32a8d5ef-b186-48b0-bbb3-109a05f0f82d img.shogun-image {
    
    width: px;
  }


#s-32a8d5ef-b186-48b0-bbb3-109a05f0f82d .shogun-image-content {
  
    align-items: center;
  
}

#s-66683110-6528-4dad-9496-ec83d9130c25 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e02ceeaa-1cb2-4068-b075-f765f79fc5cb {
  text-align: center;
}




  #s-e02ceeaa-1cb2-4068-b075-f765f79fc5cb img.shogun-image {
    
    width: px;
  }


#s-e02ceeaa-1cb2-4068-b075-f765f79fc5cb .shogun-image-content {
  
    align-items: center;
  
}

#s-8bae0b6a-b0a9-4059-ac65-51bb81397330 {
  text-align: center;
}




  #s-8bae0b6a-b0a9-4059-ac65-51bb81397330 img.shogun-image {
    
    width: px;
  }


#s-8bae0b6a-b0a9-4059-ac65-51bb81397330 .shogun-image-content {
  
    align-items: center;
  
}

#s-696a91e1-7d45-4951-ad52-8efbedbcac4e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-696a91e1-7d45-4951-ad52-8efbedbcac4e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3eb5bfb3-7a3a-46fd-8526-5d796d6c3474 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-bcebf84f-9a79-4252-904d-4440e6ab34ca {
  display: none;
}
.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-d673c3d7-3f93-4456-ad9e-4c2afa843575 {
  text-align: 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;
  }
}

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