.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-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b82089e-b555-43b4-b375-84a701cf1399"] > .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-b762fc1e-84fc-4992-9974-b48cc7016ef2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b762fc1e-84fc-4992-9974-b48cc7016ef2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b762fc1e-84fc-4992-9974-b48cc7016ef2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b762fc1e-84fc-4992-9974-b48cc7016ef2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b762fc1e-84fc-4992-9974-b48cc7016ef2 > .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-b762fc1e-84fc-4992-9974-b48cc7016ef2 > .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-11c12022-c762-41e7-b899-57a5a9885292 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-11c12022-c762-41e7-b899-57a5a9885292 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-11c12022-c762-41e7-b899-57a5a9885292 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-11c12022-c762-41e7-b899-57a5a9885292 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-11c12022-c762-41e7-b899-57a5a9885292 td.shogun-table-column, #s-11c12022-c762-41e7-b899-57a5a9885292 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-0058bf2a-5440-42cc-90ba-a93a706a4e32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0058bf2a-5440-42cc-90ba-a93a706a4e32 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fda7dc59-36b2-4111-87de-f3e36a480310 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fda7dc59-36b2-4111-87de-f3e36a480310 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-29df8e42-307e-4827-b624-ed62a736ec66 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29df8e42-307e-4827-b624-ed62a736ec66 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-91317ac5-6e9d-465a-967b-0f259196a58e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91317ac5-6e9d-465a-967b-0f259196a58e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a2be4443-7f1f-421d-80fb-d61bc187518b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2be4443-7f1f-421d-80fb-d61bc187518b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ec6dae1e-b02e-4a4c-b1f9-18287cddeae5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec6dae1e-b02e-4a4c-b1f9-18287cddeae5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c14a59da-6b80-4c76-b16f-cb1009f20235 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c14a59da-6b80-4c76-b16f-cb1009f20235 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-799e0ec5-5e6f-40e0-94be-4b35a5fb2051 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-799e0ec5-5e6f-40e0-94be-4b35a5fb2051 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ce276276-eadc-40bb-a44b-74a37d273df0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce276276-eadc-40bb-a44b-74a37d273df0 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bc16c6b8-74bd-43b8-9cfe-3e1e1100ee68 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc16c6b8-74bd-43b8-9cfe-3e1e1100ee68 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-19dd0bf4-be3d-46ab-8b6d-e36de9363da1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19dd0bf4-be3d-46ab-8b6d-e36de9363da1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-31d68b47-af43-4845-9d8d-f4a2d2bb4a09 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31d68b47-af43-4845-9d8d-f4a2d2bb4a09 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ad29aef9-544c-4345-8856-0f66e1306f32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad29aef9-544c-4345-8856-0f66e1306f32 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b6df1574-f3e9-4b12-9cfb-135f66ae3a1c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b6df1574-f3e9-4b12-9cfb-135f66ae3a1c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-099618ee-4652-4116-b2a3-cd12dc551554 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-099618ee-4652-4116-b2a3-cd12dc551554 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1af73564-4855-493e-a068-17aa57ffb0ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1af73564-4855-493e-a068-17aa57ffb0ed .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d6f5d86a-c339-46e7-a69c-2b4ffcc539f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6f5d86a-c339-46e7-a69c-2b4ffcc539f3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-53870df3-704f-4c1f-acc2-501627069f11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53870df3-704f-4c1f-acc2-501627069f11 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2ec91d23-fafb-4b5f-9f7d-097a3457f7ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ec91d23-fafb-4b5f-9f7d-097a3457f7ee .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-93f87d0f-c298-4127-a09d-e1a9a302535f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-93f87d0f-c298-4127-a09d-e1a9a302535f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-16c9635e-882c-4b65-b28d-12f48c1848f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16c9635e-882c-4b65-b28d-12f48c1848f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ce8b5670-be66-4f37-a10e-91d965c80d7f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce8b5670-be66-4f37-a10e-91d965c80d7f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2513f5c5-4015-46de-b0a4-43533a36a420 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2513f5c5-4015-46de-b0a4-43533a36a420 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-74eff778-fc9c-4846-a8ed-b77a88403b5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74eff778-fc9c-4846-a8ed-b77a88403b5f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-54eef527-65f9-45f5-85dc-d25f8a00fbf4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54eef527-65f9-45f5-85dc-d25f8a00fbf4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-68843db4-d8e4-4a4f-8e6b-1a052d3c1641 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68843db4-d8e4-4a4f-8e6b-1a052d3c1641 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-eddccda0-6d41-4d69-84f8-940b2249c1ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eddccda0-6d41-4d69-84f8-940b2249c1ea .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ce5b49b6-652a-4900-9959-267e429e99d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce5b49b6-652a-4900-9959-267e429e99d4 .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-aa091a8d-fca7-4ea2-b67f-152faa4b91a2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-aa091a8d-fca7-4ea2-b67f-152faa4b91a2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa091a8d-fca7-4ea2-b67f-152faa4b91a2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa091a8d-fca7-4ea2-b67f-152faa4b91a2 {
  
}
}@media (max-width: 767px){#s-aa091a8d-fca7-4ea2-b67f-152faa4b91a2 {
  
}
}







#s-aa091a8d-fca7-4ea2-b67f-152faa4b91a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa091a8d-fca7-4ea2-b67f-152faa4b91a2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a0091111-6ef5-4ced-aaaa-0969fa46442e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(24, 1, 1, 0.44);
}

#s-27a393dd-100a-457a-94ce-1a40309d4196 {
  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-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-27a393dd-100a-457a-94ce-1a40309d4196"] > .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-75387f6f-b7cf-4758-8906-39737aae3070 {
  margin-left: auto;
margin-right: auto;
min-height: 100px;
max-width: 100px;
text-align: center;
}




  #s-75387f6f-b7cf-4758-8906-39737aae3070 img.shogun-image {
    
    width: px;
  }


#s-75387f6f-b7cf-4758-8906-39737aae3070 .shogun-image-content {
  
    align-items: center;
  
}

#s-c20d013d-8e86-4190-9eb4-e44e3b9cd4b2 {
  margin-left: auto;
margin-right: auto;
min-height: 100px;
max-width: 100px;
text-align: center;
}




  #s-c20d013d-8e86-4190-9eb4-e44e3b9cd4b2 img.shogun-image {
    
    width: px;
  }


#s-c20d013d-8e86-4190-9eb4-e44e3b9cd4b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-3cb86c07-49f9-4b4e-9b6e-bcc9bb6b840a {
  margin-left: auto;
margin-right: auto;
min-height: 100px;
max-width: 100px;
text-align: center;
}




  #s-3cb86c07-49f9-4b4e-9b6e-bcc9bb6b840a img.shogun-image {
    
    width: px;
  }


#s-3cb86c07-49f9-4b4e-9b6e-bcc9bb6b840a .shogun-image-content {
  
    align-items: center;
  
}

#s-219fcee0-4838-4c06-852e-c3473e936a0e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(24, 21, 21, 0);
}

#s-67960a44-4edf-4ed9-a45d-2900de712957 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-67960a44-4edf-4ed9-a45d-2900de712957"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8b8c5c73-c57b-4c38-b011-a41678373121 {
  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-8b8c5c73-c57b-4c38-b011-a41678373121 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b8c5c73-c57b-4c38-b011-a41678373121.shg-box.shg-c {
  justify-content: center;
}

#s-eec43d20-4e55-4bd5-92a7-42d78e03721e {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eec43d20-4e55-4bd5-92a7-42d78e03721e .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-89170533-a31f-4ca2-be86-f339ab0e7a21 {
  margin-left: 50px;
margin-right: 50px;
}

#s-89170533-a31f-4ca2-be86-f339ab0e7a21 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-f8ef9479-dc4d-45fa-9257-e94e96e6e601 {
  margin-left: 50px;
margin-right: 50px;
}

#s-ea9e47a2-9257-4d1f-93e7-89ca4258fd50 {
  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-ea9e47a2-9257-4d1f-93e7-89ca4258fd50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea9e47a2-9257-4d1f-93e7-89ca4258fd50.shg-box.shg-c {
  justify-content: flex-end;
}

#s-374b868e-1cdb-48c1-80d0-ef5f750e2c48 {
  padding-top: 0px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
}

#s-1400e437-6c33-4468-9ad5-8f75a433856a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1400e437-6c33-4468-9ad5-8f75a433856a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-fbccde57-9e2f-41ec-a133-7af3fb6d439f {
  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-fbccde57-9e2f-41ec-a133-7af3fb6d439f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbccde57-9e2f-41ec-a133-7af3fb6d439f.shg-box.shg-c {
  justify-content: flex-end;
}

#s-f38f8ae8-e6be-4267-b609-1b4243897dc6 {
  padding-top: 0px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
}

#s-bb476500-674f-4cda-aac2-bcbf29340c67 {
  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-bb476500-674f-4cda-aac2-bcbf29340c67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb476500-674f-4cda-aac2-bcbf29340c67.shg-box.shg-c {
  justify-content: center;
}

#s-47e1fd44-cd05-428e-be04-3eb342bd351a {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47e1fd44-cd05-428e-be04-3eb342bd351a .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-e45efc2f-c127-4d2b-93fc-57c1c006be9a {
  margin-left: 50px;
margin-right: 50px;
}

#s-e45efc2f-c127-4d2b-93fc-57c1c006be9a hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-1675a48a-3580-4131-a4e1-78fa339f2fdd {
  margin-left: 50px;
margin-right: 50px;
}

#s-c244155e-432c-4bc3-9957-433713f3a255 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c244155e-432c-4bc3-9957-433713f3a255"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-926394cd-bd58-43c6-b958-48db605c9031 {
  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-926394cd-bd58-43c6-b958-48db605c9031 > .shg-box-overlay {
  background-color: rgba(255, 125, 125, 1);
  opacity: 0;
}#s-926394cd-bd58-43c6-b958-48db605c9031.shg-box.shg-c {
  justify-content: center;
}

#s-cdf1fa50-d086-4e5c-8378-5e46f760dea7 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cdf1fa50-d086-4e5c-8378-5e46f760dea7 .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-f97b5bfd-e0db-46aa-a3ee-51ee5e41b075 {
  margin-left: 50px;
margin-right: 50px;
}

#s-f97b5bfd-e0db-46aa-a3ee-51ee5e41b075 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-22f71333-a5a4-43f1-9db4-bf1a81c85071 {
  margin-left: 50px;
margin-right: 50px;
}

#s-158e294f-238f-48cc-b134-a9f6b6088996 {
  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-158e294f-238f-48cc-b134-a9f6b6088996 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-158e294f-238f-48cc-b134-a9f6b6088996.shg-box.shg-c {
  justify-content: flex-end;
}

#s-696dbe71-59b6-4763-b834-2dd545b7f187 {
  padding-top: 0px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
}

#s-3c7ec52f-7517-4198-a99f-cb229ad3515a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-8d8365a8-3e4a-4fd9-a600-c72e8a748a07 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-6896e800-3fd2-4597-8b84-e746eec32599 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6896e800-3fd2-4597-8b84-e746eec32599 .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-da6d5cd5-fa3b-41fb-b36f-d2f4638a72c9 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-b907b26b-93b7-4908-9837-c5c946d5105d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(16, 1, 1, 0);
}

@media (min-width: 0px) {
[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f1a0709d-403a-44c8-b159-92a54a5d2303"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-43485265-4f46-481a-bacf-db5632356b95 {
  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-43485265-4f46-481a-bacf-db5632356b95 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43485265-4f46-481a-bacf-db5632356b95 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-43485265-4f46-481a-bacf-db5632356b95 {
  
}
}@media (max-width: 767px){#s-43485265-4f46-481a-bacf-db5632356b95 {
  
}
}
@media (min-width: 0px) {
[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-43485265-4f46-481a-bacf-db5632356b95"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-21017c37-03f1-4cff-ae89-483475825fab {
  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: 350px;
background-color: rgba(255, 255, 255, 1);
}








#s-21017c37-03f1-4cff-ae89-483475825fab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21017c37-03f1-4cff-ae89-483475825fab.shg-box.shg-c {
  justify-content: flex-start;
}

#s-108c94c4-2aa9-4fd4-bc57-11667f6cbfd9 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-108c94c4-2aa9-4fd4-bc57-11667f6cbfd9 .shogun-icon-wrapper {
  text-align: center;
}


#s-108c94c4-2aa9-4fd4-bc57-11667f6cbfd9 .shogun-icon-wrapper > .shogun-icon {

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

#s-6a822eea-e33c-4ac9-9946-1548661b11ae {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-6a822eea-e33c-4ac9-9946-1548661b11ae {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a822eea-e33c-4ac9-9946-1548661b11ae {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a822eea-e33c-4ac9-9946-1548661b11ae {
  
}
}@media (max-width: 767px){#s-6a822eea-e33c-4ac9-9946-1548661b11ae {
  
}
}
#s-f99541b2-95ab-46f0-a955-f83ac5b8cbe6 {
  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: 350px;
background-color: rgba(255, 255, 255, 1);
}








#s-f99541b2-95ab-46f0-a955-f83ac5b8cbe6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f99541b2-95ab-46f0-a955-f83ac5b8cbe6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0b9b8c1a-d226-4c63-a0bf-9a55e771327a {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-0b9b8c1a-d226-4c63-a0bf-9a55e771327a .shogun-icon-wrapper {
  text-align: center;
}


#s-0b9b8c1a-d226-4c63-a0bf-9a55e771327a .shogun-icon-wrapper > .shogun-icon {

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

#s-b2af4b7d-1734-4c2f-b912-2ff55329948e {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-b2af4b7d-1734-4c2f-b912-2ff55329948e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2af4b7d-1734-4c2f-b912-2ff55329948e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2af4b7d-1734-4c2f-b912-2ff55329948e {
  
}
}@media (max-width: 767px){#s-b2af4b7d-1734-4c2f-b912-2ff55329948e {
  
}
}
#s-ddb1ef4f-f4b3-4cb9-a4cd-d37beb5e14b2 {
  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: 350px;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}








#s-ddb1ef4f-f4b3-4cb9-a4cd-d37beb5e14b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddb1ef4f-f4b3-4cb9-a4cd-d37beb5e14b2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-82787bf7-f30d-42bc-a82e-2d8a80a8dd7e {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-82787bf7-f30d-42bc-a82e-2d8a80a8dd7e .shogun-icon-wrapper {
  text-align: center;
}


#s-82787bf7-f30d-42bc-a82e-2d8a80a8dd7e .shogun-icon-wrapper > .shogun-icon {

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

#s-df3ce618-50e1-492e-b8ae-1c097cf4e5ba {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-df3ce618-50e1-492e-b8ae-1c097cf4e5ba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df3ce618-50e1-492e-b8ae-1c097cf4e5ba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-df3ce618-50e1-492e-b8ae-1c097cf4e5ba {
  
}
}@media (max-width: 767px){#s-df3ce618-50e1-492e-b8ae-1c097cf4e5ba {
  
}
}
#s-d1341c02-ae8a-4e53-ba45-90c76b350041 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1341c02-ae8a-4e53-ba45-90c76b350041 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7ed27f76-791d-4c59-9827-71d45c4230ce {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}




  #s-7ed27f76-791d-4c59-9827-71d45c4230ce img.shogun-image {
    
    width: px;
  }


#s-7ed27f76-791d-4c59-9827-71d45c4230ce .shogun-image-content {
  
    align-items: center;
  
}

#s-2a7e7679-3016-45cd-b66f-39562d26390d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-08b41bb9-fe18-4533-86ce-6ce20cafde84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08b41bb9-fe18-4533-86ce-6ce20cafde84 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cf37d399-aa7c-4199-844d-fe97550a8f9b {
  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-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-cf37d399-aa7c-4199-844d-fe97550a8f9b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.25px);
}

}

#s-26e81869-10dc-4779-a7af-49b07fcb9118 {
  text-align: center;
}




  #s-26e81869-10dc-4779-a7af-49b07fcb9118 img.shogun-image {
    
    width: px;
  }


#s-26e81869-10dc-4779-a7af-49b07fcb9118 .shogun-image-content {
  
    align-items: center;
  
}

#s-72172199-92a7-491f-91c3-0b5a233918e9 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-69c86aa5-6680-4cc3-9f57-9926e77bb31a {
  text-align: center;
}




  #s-69c86aa5-6680-4cc3-9f57-9926e77bb31a img.shogun-image {
    
    width: px;
  }


#s-69c86aa5-6680-4cc3-9f57-9926e77bb31a .shogun-image-content {
  
    align-items: center;
  
}

#s-d477acba-6dd1-4a95-921b-b0ceadf51d81 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-4de67b67-211a-48be-a614-eb377cf8d2aa {
  text-align: center;
}




  #s-4de67b67-211a-48be-a614-eb377cf8d2aa img.shogun-image {
    
    width: px;
  }


#s-4de67b67-211a-48be-a614-eb377cf8d2aa .shogun-image-content {
  
    align-items: center;
  
}

#s-9c47fe9c-d8cd-43ea-9d22-9bba3f135393 {
  text-align: center;
}




  #s-9c47fe9c-d8cd-43ea-9d22-9bba3f135393 img.shogun-image {
    
    width: px;
  }


#s-9c47fe9c-d8cd-43ea-9d22-9bba3f135393 .shogun-image-content {
  
    align-items: center;
  
}

#s-6689e9da-b35f-4dc0-a2e6-494bff9e8b1d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6689e9da-b35f-4dc0-a2e6-494bff9e8b1d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-090283b1-9aa3-4251-860e-359ca63b2225 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

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