.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

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

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

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-06c51607-372e-417d-88b9-9e942fdceee9 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(208, 44, 48, 1);
border-radius: 5px;
min-height: 50px;
background-color: rgba(251, 236, 236, 1);
}








#s-06c51607-372e-417d-88b9-9e942fdceee9 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-06c51607-372e-417d-88b9-9e942fdceee9.shg-box.shg-c {
  justify-content: flex-start;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-f9164ba9-8636-4970-9413-3ccfbbd2f990 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f9164ba9-8636-4970-9413-3ccfbbd2f990 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f9164ba9-8636-4970-9413-3ccfbbd2f990 .shg-sld-nav-button.shg-sld-left,
#s-f9164ba9-8636-4970-9413-3ccfbbd2f990 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-14b64c60-df4d-40e7-ba4e-9c5f2d24b1ba {
  text-align: left;
}

#s-14b64c60-df4d-40e7-ba4e-9c5f2d24b1ba .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c9ef3589-0ddb-4d98-88b2-88d562e63c9d {
  text-align: left;
}

#s-c9ef3589-0ddb-4d98-88b2-88d562e63c9d .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6212cf60-6f00-48b0-879f-8d5abbf3bd8e {
  text-align: left;
}

#s-6212cf60-6f00-48b0-879f-8d5abbf3bd8e .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

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

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

#s-d5ceab44-e2ea-488c-9652-a1eaf2e89a8e {
  margin-left: auto;
margin-right: auto;
}

#s-4a815e44-2e55-45fd-9fc6-ab8ce85b3b44 {
  min-height: 50px;
}








#s-4a815e44-2e55-45fd-9fc6-ab8ce85b3b44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a815e44-2e55-45fd-9fc6-ab8ce85b3b44.shg-box.shg-c {
  justify-content: center;
}

#s-222f7521-7393-4446-bbbb-b9ecc033130c {
  min-height: 50px;
}








#s-222f7521-7393-4446-bbbb-b9ecc033130c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-222f7521-7393-4446-bbbb-b9ecc033130c.shg-box.shg-c {
  justify-content: center;
}

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

#s-abaee788-70c4-4290-af87-432763bc788b {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (max-width: 767px) {
  [id="s-abaee788-70c4-4290-af87-432763bc788b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ab16f226-91dc-4e75-8466-78e2019628d1 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab16f226-91dc-4e75-8466-78e2019628d1 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-ab16f226-91dc-4e75-8466-78e2019628d1 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-d494f02a-7ae3-4ed3-b4b0-1e72c95cc1e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d494f02a-7ae3-4ed3-b4b0-1e72c95cc1e6 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f959aebc-55fe-4831-84be-cd14b6c172d3 {
  margin-left: 20px;
margin-right: 20px;
}

#s-9943f94e-3484-4653-94b4-77001cbf34d2 {
  margin-left: 15%;
margin-bottom: 40px;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9943f94e-3484-4653-94b4-77001cbf34d2 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-9943f94e-3484-4653-94b4-77001cbf34d2 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-9943f94e-3484-4653-94b4-77001cbf34d2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.5px);
}

}

#s-ea9e4cad-da47-45a8-9106-11bf33e4e04b {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-ea9e4cad-da47-45a8-9106-11bf33e4e04b .shogun-icon-wrapper {
  text-align: center;
}


#s-ea9e4cad-da47-45a8-9106-11bf33e4e04b .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-c9d64202-007b-420b-873f-1653a904b726 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-c9d64202-007b-420b-873f-1653a904b726 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-21ad7636-e919-41ea-9790-17df235bbb45 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-21ad7636-e919-41ea-9790-17df235bbb45 .shogun-icon-wrapper {
  text-align: center;
}


#s-21ad7636-e919-41ea-9790-17df235bbb45 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-6938be2a-6ebf-49dd-94a9-47e1f7ed954b {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-6938be2a-6ebf-49dd-94a9-47e1f7ed954b .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0c4ebd66-c1a0-478c-b05c-c97ac3079198 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-0c4ebd66-c1a0-478c-b05c-c97ac3079198 .shogun-icon-wrapper {
  text-align: center;
}


#s-0c4ebd66-c1a0-478c-b05c-c97ac3079198 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-19769c68-d986-47cb-9147-fe8e4860abc3 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-19769c68-d986-47cb-9147-fe8e4860abc3 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-85ed869f-d4c9-491b-8d7c-9c664a883fab {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-85ed869f-d4c9-491b-8d7c-9c664a883fab .shogun-icon-wrapper {
  text-align: center;
}


#s-85ed869f-d4c9-491b-8d7c-9c664a883fab .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-be89000a-205b-41be-9953-f021f99f83d0 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-be89000a-205b-41be-9953-f021f99f83d0 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-da697384-75d8-4eec-9ee5-ac0f7545aa21 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-da697384-75d8-4eec-9ee5-ac0f7545aa21 .shogun-icon-wrapper {
  text-align: center;
}


#s-da697384-75d8-4eec-9ee5-ac0f7545aa21 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-0eb6f5df-d8ca-45d7-93c2-03fa61789235 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-0eb6f5df-d8ca-45d7-93c2-03fa61789235 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bfb6c58f-aa1a-4179-8cfb-01afa850fd4b {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-bfb6c58f-aa1a-4179-8cfb-01afa850fd4b .shogun-icon-wrapper {
  text-align: center;
}


#s-bfb6c58f-aa1a-4179-8cfb-01afa850fd4b .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-cf6767c8-5c07-4b1e-aa34-6d96d434fea5 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-cf6767c8-5c07-4b1e-aa34-6d96d434fea5 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3f82be00-68d5-4f87-9f9f-46977f8efe76 {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3f82be00-68d5-4f87-9f9f-46977f8efe76 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-3f82be00-68d5-4f87-9f9f-46977f8efe76 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-3f82be00-68d5-4f87-9f9f-46977f8efe76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f82be00-68d5-4f87-9f9f-46977f8efe76.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-7e08686e-ca63-455e-8399-a8150e23d16d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4c06605b-4302-4083-bda7-311167386fc5 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-4c06605b-4302-4083-bda7-311167386fc5 {
  margin-top: 0px;
}
}
#s-4c06605b-4302-4083-bda7-311167386fc5 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-4c06605b-4302-4083-bda7-311167386fc5 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-eaa18417-e86e-4c04-bb4f-4d0349c24006 {
  margin-left: 20px;
margin-right: 20px;
}

.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-5d3b6827-73f8-445a-8120-9f0a894a2c57 {
  text-align: center;
}




  #s-5d3b6827-73f8-445a-8120-9f0a894a2c57 img.shogun-image {
    
    width: px;
  }


#s-5d3b6827-73f8-445a-8120-9f0a894a2c57 .shogun-image-content {
  
    align-items: center;
  
}

#s-56460de0-fe04-41e0-b472-96351a3a5cfa {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-56460de0-fe04-41e0-b472-96351a3a5cfa {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-56460de0-fe04-41e0-b472-96351a3a5cfa {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-56460de0-fe04-41e0-b472-96351a3a5cfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56460de0-fe04-41e0-b472-96351a3a5cfa.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-ebdb009f-e605-408c-9c6d-33261c52d938"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-37539760-8db3-40c9-bf32-a76b9ae5d250 {
  text-align: center;
}




  #s-37539760-8db3-40c9-bf32-a76b9ae5d250 img.shogun-image {
    
    width: px;
  }


#s-37539760-8db3-40c9-bf32-a76b9ae5d250 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe4c7ef2-8a0f-44f7-9a76-d8efb3ed5f79 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-fe4c7ef2-8a0f-44f7-9a76-d8efb3ed5f79 {
  margin-top: 0px;
}
}
#s-fe4c7ef2-8a0f-44f7-9a76-d8efb3ed5f79 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-fe4c7ef2-8a0f-44f7-9a76-d8efb3ed5f79 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-c5846468-d31d-48f2-bfab-1d0e31a06ee1 {
  margin-left: 20px;
margin-right: 20px;
}

#s-520105a0-393e-4e22-b307-a097581da369 {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-520105a0-393e-4e22-b307-a097581da369 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-520105a0-393e-4e22-b307-a097581da369 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-520105a0-393e-4e22-b307-a097581da369 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-520105a0-393e-4e22-b307-a097581da369.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-0a5bf977-78eb-4d14-8437-128efa19e6a4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-029e2c1b-5655-43a3-9128-990f4f1fa5b5 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-029e2c1b-5655-43a3-9128-990f4f1fa5b5 {
  margin-top: 0px;
}
}
#s-029e2c1b-5655-43a3-9128-990f4f1fa5b5 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-029e2c1b-5655-43a3-9128-990f4f1fa5b5 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-5e5be760-7ca1-4e65-96bd-6c490e7d0e38 {
  margin-left: 20px;
margin-right: 20px;
}

#s-cf9e2b46-c59b-4a64-84ee-4ae29b0f82db {
  text-align: center;
}




  #s-cf9e2b46-c59b-4a64-84ee-4ae29b0f82db img.shogun-image {
    
    width: px;
  }


#s-cf9e2b46-c59b-4a64-84ee-4ae29b0f82db .shogun-image-content {
  
    align-items: center;
  
}

#s-46aec012-ea31-43ec-bafc-2f50628a0c25 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(208, 44, 48, 1);
border-radius: 5px;
min-height: 50px;
background-color: rgba(251, 236, 236, 1);
}








#s-46aec012-ea31-43ec-bafc-2f50628a0c25 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-46aec012-ea31-43ec-bafc-2f50628a0c25.shg-box.shg-c {
  justify-content: flex-start;
}

#s-680c30fa-3714-40e9-899c-2a2abd8684d6 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-680c30fa-3714-40e9-899c-2a2abd8684d6 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-680c30fa-3714-40e9-899c-2a2abd8684d6 .shg-sld-nav-button.shg-sld-left,
#s-680c30fa-3714-40e9-899c-2a2abd8684d6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-a79c0a1e-c547-4fc7-b1e3-f8110acf8567 {
  text-align: left;
}

#s-a79c0a1e-c547-4fc7-b1e3-f8110acf8567 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-18ad04de-7674-4b39-9baf-7e507e4fb5fd {
  text-align: left;
}

#s-18ad04de-7674-4b39-9baf-7e507e4fb5fd .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7577e5b4-ba51-41a3-96ec-c06875fbc3f2 {
  text-align: left;
}

#s-7577e5b4-ba51-41a3-96ec-c06875fbc3f2 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6f486cbf-dd56-4780-a6c5-f2d347a89593 {
  text-align: left;
}

#s-6f486cbf-dd56-4780-a6c5-f2d347a89593 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-da425880-6f18-4bfd-89e2-cb4bd8010cf1 {
  margin-left: auto;
margin-right: auto;
}

#s-a658cd3a-ab73-46ec-941d-97c1446bfb97 {
  margin-left: auto;
margin-right: auto;
}

#s-e728e7fd-0cc8-44d9-928c-b1ad352b98a5 {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e728e7fd-0cc8-44d9-928c-b1ad352b98a5 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e728e7fd-0cc8-44d9-928c-b1ad352b98a5 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-e728e7fd-0cc8-44d9-928c-b1ad352b98a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e728e7fd-0cc8-44d9-928c-b1ad352b98a5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-0dd7b701-9b26-47c9-b8da-6e1d55d4911b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8007a743-d508-4a86-b8c7-786d53f2bc6f {
  text-align: center;
}




  #s-8007a743-d508-4a86-b8c7-786d53f2bc6f img.shogun-image {
    
    width: px;
  }


#s-8007a743-d508-4a86-b8c7-786d53f2bc6f .shogun-image-content {
  
    align-items: center;
  
}

#s-f0aa837d-e5c1-4a15-a7bf-9b6a38835a9a {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-f0aa837d-e5c1-4a15-a7bf-9b6a38835a9a {
  margin-top: 0px;
}
}
#s-f0aa837d-e5c1-4a15-a7bf-9b6a38835a9a .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-f0aa837d-e5c1-4a15-a7bf-9b6a38835a9a .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-2236616d-93c0-4b27-97b7-60ab3a91d67e {
  margin-left: 20px;
margin-right: 20px;
}

.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-84674e00-2659-4795-9984-d55b5e906bd4 {
  margin-left: 10px;
margin-right: 10px;
}

#s-84674e00-2659-4795-9984-d55b5e906bd4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(212, 212, 212, 1);
}

#s-84674e00-2659-4795-9984-d55b5e906bd4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 12px;
}

#s-84674e00-2659-4795-9984-d55b5e906bd4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(208, 44, 48, 1);
}

#s-84674e00-2659-4795-9984-d55b5e906bd4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(212, 212, 212, 1);
}

#s-84674e00-2659-4795-9984-d55b5e906bd4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(208, 44, 48, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-84674e00-2659-4795-9984-d55b5e906bd4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-e2278bc1-e27c-4bf6-9963-c2e048be63ac {
  margin-left: 20px;
margin-right: 20px;
}

#s-1226ecd5-78d3-4d31-a85c-3226e8c80a88 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-1226ecd5-78d3-4d31-a85c-3226e8c80a88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1226ecd5-78d3-4d31-a85c-3226e8c80a88.shg-box.shg-c {
  justify-content: center;
}

#s-5eba2473-ce0a-4edb-adc0-cee1ca311f31 {
  min-height: 50px;
}








#s-5eba2473-ce0a-4edb-adc0-cee1ca311f31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5eba2473-ce0a-4edb-adc0-cee1ca311f31.shg-box.shg-c {
  justify-content: flex-start;
}

#s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 0);
border-radius: 0px;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-43dd76e0-5e44-47e3-b514-cb3bc3c9ab92"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bcf291c0-d593-4d1c-bf4e-533fec5f8bbe {
  
}

#s-05c7ad37-f5ca-499b-a41f-e4c19718fa52 {
  
}

#s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 0);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2b3ef0c5-3d63-4ba4-ad4e-b1e33fdb579c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4cd6d4b4-a09f-4498-806c-9ba25c814587 {
  
}

#s-021c69ae-4ef7-4fe4-a4ab-54bd64462d9c {
  
}

#s-53172912-065b-4afd-85ae-fc28be409b31 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 0);
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-53172912-065b-4afd-85ae-fc28be409b31"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4a3be082-171d-47f1-ae75-199357d85ff2 {
  
}

#s-8831699b-7a43-40ab-a41f-4d992cbea7c2 {
  
}

#s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4bc6c331-fb2e-4ec8-958f-b4ce52b920ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-541b86c2-1306-452a-89ab-d4901949edc3 {
  
}

#s-65db9203-1550-4cd2-b2cd-dfb6cf0cd2c2 {
  
}

#s-0a1b1746-96b6-48a1-b660-9127ea241cbd {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0a1b1746-96b6-48a1-b660-9127ea241cbd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-829bdac8-b311-422d-b7e4-e10264f67415 {
  
}

#s-c6970e2b-776b-4655-849d-e3a18949c539 {
  
}

#s-841795b9-15aa-482a-916a-ac9b436223fb {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-841795b9-15aa-482a-916a-ac9b436223fb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f48f30db-e9f0-4b1e-b2e5-84fead443732 {
  
}

#s-84dcee18-ce5f-41a3-9c96-7b954671be77 {
  
}

#s-c6c5470e-99ae-4aa3-9284-5de2611ef202 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6c5470e-99ae-4aa3-9284-5de2611ef202"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-208034b5-b7ef-4138-ad8c-7a7d03be699a {
  
}

#s-61940af8-6d04-4364-adcb-79b3c6dfb39a {
  
}

#s-ea30dda3-da5c-4d59-9110-443bb9af0772 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ea30dda3-da5c-4d59-9110-443bb9af0772"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bd2fdfe1-a7f2-4a98-88c5-9d5dbab65ac6 {
  
}

#s-0e7c741a-648f-4d8c-8776-98f93e04149b {
  
}

#s-fc7d660e-7cac-42d4-977d-0dd210101e86 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fc7d660e-7cac-42d4-977d-0dd210101e86"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-22665f73-4d6b-41cc-bc68-a5b1497e0351 {
  
}

#s-7b62b226-5270-444b-a0f1-111a40b539a1 {
  
}

#s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5e8458eb-04a9-4dd4-b5e5-889a7e353a34"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6b474d96-38ac-4baf-bde0-bbd70b99ed10 {
  
}

#s-68cbcc82-c6e0-4854-ae12-1c9091817992 {
  
}

#s-dfdc6692-38d0-429e-8273-bb46220d5c18 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dfdc6692-38d0-429e-8273-bb46220d5c18"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-669b7960-4fc2-468c-8b71-6787aa436149 {
  
}

#s-d7c8aa04-7d43-4bd9-96de-397af5b5c45e {
  
}

#s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-959c45b7-d7ce-4b9b-8d3a-d9e58d65c88f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e7afe88b-b406-4138-937f-91614fa78ae1 {
  
}

#s-d3e6e5eb-ec3e-40a9-b558-deed8cb643f6 {
  
}

#s-b03dd904-d068-474b-a62b-bf40a1d85382 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b03dd904-d068-474b-a62b-bf40a1d85382"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-21e49195-a7a3-4f12-aa2c-0a8502d7715f {
  
}

#s-21d3344b-eb9c-45a4-842b-2164d32dd30e {
  
}

#s-4f540b61-61f6-4a33-b1ee-74a64154861c {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4f540b61-61f6-4a33-b1ee-74a64154861c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8039928d-92e3-400d-9e70-74d9af1f7209 {
  
}

#s-3a2526c1-52e9-4859-a52e-a297a8037f81 {
  
}

#s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d97152f8-a0e8-4f71-833f-4cfc9c868bf8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8bf061f3-0c7f-4e94-86c4-27c1914118c9 {
  
}

#s-15bbca4f-2af2-4ed7-a5c8-fc3acb61bce5 {
  
}

#s-53076b1c-0352-4961-ba7b-3932b7d7d485 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-53076b1c-0352-4961-ba7b-3932b7d7d485"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-74c8ccd6-8dc5-43dc-be25-370d87d17c5e {
  
}

#s-aba6b70a-6699-49a4-83c9-f44958bbf2d4 {
  
}

#s-31281878-8847-4c97-80c8-9fa89bfed803 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-31281878-8847-4c97-80c8-9fa89bfed803 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31281878-8847-4c97-80c8-9fa89bfed803.shg-box.shg-c {
  justify-content: center;
}

#s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78 {
  margin-bottom: 10px;
}
@media (max-width: 767px){#s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78 {
  
}
}
@media (min-width: 0px) {
[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-0fc14d56-4638-48b8-9ebe-aad1d48b0c78"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

.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-b6d48e97-bffc-4d79-8cca-17af38899cc3 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -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;
}

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

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