.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-b47c8192-20f7-4f81-a947-b669f9a811df {
  min-height: 50px;
}








#s-b47c8192-20f7-4f81-a947-b669f9a811df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b47c8192-20f7-4f81-a947-b669f9a811df.shg-box.shg-c {
  justify-content: flex-start;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body>.shogun-tab-content {
  display: none;
}

.shogun-tabs-body>.shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-1496fd57-7915-405e-b6f3-de5c28d1d851 {
  box-shadow:0px 0px 0px 0px rgba(205, 202, 202, 1);
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
opacity: 1;
}

#s-1496fd57-7915-405e-b6f3-de5c28d1d851 .shogun-tabs {
  justify-content: flex-start;
}


  #s-1496fd57-7915-405e-b6f3-de5c28d1d851 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-1496fd57-7915-405e-b6f3-de5c28d1d851 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid rgba(251, 55, 16, 1);
  }
#s-1496fd57-7915-405e-b6f3-de5c28d1d851 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Roboto;
  font-weight: 500;
  font-style: ;
  font-size: 14px;
}

#s-1496fd57-7915-405e-b6f3-de5c28d1d851 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(251, 55, 16, 1);
}

#s-1496fd57-7915-405e-b6f3-de5c28d1d851 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-1496fd57-7915-405e-b6f3-de5c28d1d851 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(251, 55, 16, 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-1b699119-6ece-4281-afb1-a41cc19678d1 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 15px;
padding-bottom: 15px;
text-align: left;
}

#s-1b699119-6ece-4281-afb1-a41cc19678d1 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



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

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

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

@media (min-width: 0px) {
[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6abdcd0c-0b5f-4770-b6eb-d42fe5f48890"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-3cde0a9a-491d-492e-a4c5-ffaa1bf91f38 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 1px;
padding-bottom: 0px;
padding-right: 1px;
}

#s-3cde0a9a-491d-492e-a4c5-ffaa1bf91f38 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3cde0a9a-491d-492e-a4c5-ffaa1bf91f38 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-3cde0a9a-491d-492e-a4c5-ffaa1bf91f38 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3cde0a9a-491d-492e-a4c5-ffaa1bf91f38 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-3cde0a9a-491d-492e-a4c5-ffaa1bf91f38 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 500;
  font-style: ;
  font-size: ;
}

#s-3cde0a9a-491d-492e-a4c5-ffaa1bf91f38 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-95863e15-efae-4477-aac7-4b95f698b431 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 4px;
padding-bottom: 5px;
padding-right: 4px;
}

#s-95863e15-efae-4477-aac7-4b95f698b431 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(149, 146, 146, 1);
}

#s-95863e15-efae-4477-aac7-4b95f698b431 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 7px;
}

#s-95863e15-efae-4477-aac7-4b95f698b431 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(126, 126, 126, 1);
}

#s-95863e15-efae-4477-aac7-4b95f698b431 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(149, 146, 146, 1);
}

#s-95863e15-efae-4477-aac7-4b95f698b431 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(126, 126, 126, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 900;
  font-style: ;
  font-size: 13px;
}

#s-95863e15-efae-4477-aac7-4b95f698b431 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}
#s-50d1d883-4c8c-4626-b8e2-21142382ba66 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-50d1d883-4c8c-4626-b8e2-21142382ba66"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-02a33fc0-defc-4372-9798-e0848ba9be33 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-02a33fc0-defc-4372-9798-e0848ba9be33 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-02a33fc0-defc-4372-9798-e0848ba9be33 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-02a33fc0-defc-4372-9798-e0848ba9be33 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-02a33fc0-defc-4372-9798-e0848ba9be33 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-02a33fc0-defc-4372-9798-e0848ba9be33 td.shogun-table-column, #s-02a33fc0-defc-4372-9798-e0848ba9be33 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

.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-3fd5acd0-592b-42cd-b9e7-4427aafb9042 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-911bd50a-b4e1-4605-9c60-d69f82cbc642 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-4326b2a0-9c26-4f04-9b33-cf27030f97ea {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-4e7b764c-2b9c-4fd5-8c13-8f7ec26fc78a {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-aac0f517-a0e9-490d-a6a3-81d5c101cdab {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-109efe65-d89f-4b4d-94c4-7145914dd024 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d5633911-e731-4cc3-b7b0-4c5a70ec148b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-51bf318d-12e9-4533-b0ee-19be0694484d {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-061bd5fe-796d-4e3c-9677-05e0ea432b82 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-dfaa46af-c713-4e61-b35b-5a968345e81d {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-c36fd070-3ec4-44cb-8f7e-a6000f9b1632 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-86f73847-796c-460c-be0a-0cdc53644331 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

.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-ce723a86-0254-45b3-8c2b-5b6bb80cff76 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-ce723a86-0254-45b3-8c2b-5b6bb80cff76 img.shogun-image {
    
    width: px;
  }


#s-ce723a86-0254-45b3-8c2b-5b6bb80cff76 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e3d3baf-41d8-4c7b-8045-57c538371fb5 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0e3d3baf-41d8-4c7b-8045-57c538371fb5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-12c8996c-b8cc-4ed0-a5f3-efb70c5fe2e2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-12c8996c-b8cc-4ed0-a5f3-efb70c5fe2e2 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-12c8996c-b8cc-4ed0-a5f3-efb70c5fe2e2 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-12c8996c-b8cc-4ed0-a5f3-efb70c5fe2e2 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-12c8996c-b8cc-4ed0-a5f3-efb70c5fe2e2 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-12c8996c-b8cc-4ed0-a5f3-efb70c5fe2e2 td.shogun-table-column, #s-12c8996c-b8cc-4ed0-a5f3-efb70c5fe2e2 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-8bc1470b-006d-43c7-ba86-497943dad4f0 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-55a9a58c-0f51-4bf4-a0eb-6f351048dfcf {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-05cf4c54-0400-4cb0-a184-d53fb2007ed9 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-31fd8ba7-2d51-413f-acfb-73abe527c422 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-1c332a0f-1fee-419d-8ccc-abcfca43516b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-8004b081-d55d-4db8-8cf8-dee8a39f8782 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-a7353183-1578-45c4-a3ce-93313ff74196 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-93f36b9f-eb6c-4a77-be82-fe2e09ca4e7b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-143e77ab-e556-4e74-bcb1-5f521a3b9916 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-3743f830-6ece-478c-b331-b45e809fc2fc {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-e6983099-3ccb-4f14-ae3d-46acfdade8fc {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-3e1b7ec2-ab09-49b5-ae21-0f2a18970f7d {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-4eba60c1-11fb-45aa-ae09-e57609ed7344 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-4eba60c1-11fb-45aa-ae09-e57609ed7344 img.shogun-image {
    
    width: px;
  }


#s-4eba60c1-11fb-45aa-ae09-e57609ed7344 .shogun-image-content {
  
    align-items: center;
  
}

#s-97275f13-ba91-4695-aae2-f56178591e0b {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-97275f13-ba91-4695-aae2-f56178591e0b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-39256366-cd06-49e6-be49-9f3fd86b5639 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-39256366-cd06-49e6-be49-9f3fd86b5639 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-39256366-cd06-49e6-be49-9f3fd86b5639 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-39256366-cd06-49e6-be49-9f3fd86b5639 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-39256366-cd06-49e6-be49-9f3fd86b5639 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-39256366-cd06-49e6-be49-9f3fd86b5639 td.shogun-table-column, #s-39256366-cd06-49e6-be49-9f3fd86b5639 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-b39c3869-7dbe-426a-94eb-bef812b22a56 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-e3b23c4f-cfa7-4287-ad1c-08476d920ad8 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-ca4fe0bd-afb9-4dc1-b813-ac6cdee38e97 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-ba6739dd-3f54-44c2-978f-54bd87efc580 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-0d17e41c-18b5-434e-bd18-0e1cc9187fb7 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-9e9baeb7-0419-4dbb-8799-35d8b9be0c38 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-e6cb122c-a0a8-4226-b09b-b72c9473de1a {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-2284022b-ff73-469b-ab74-c9c16d4b1879 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-deaac89e-e668-4c5f-a4ea-f2fbfc208ca9 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-da0b373d-dcbe-4ca1-b8d1-7ed6a5bded88 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-b474939c-cff9-48fa-a7a4-2a98b4ccf8b8 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-f34198c6-a162-4c28-b254-0a0ca6178f35 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-f5ad7353-3123-42df-ae55-e16e057ccf6d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-f5ad7353-3123-42df-ae55-e16e057ccf6d img.shogun-image {
    
    width: px;
  }


#s-f5ad7353-3123-42df-ae55-e16e057ccf6d .shogun-image-content {
  
    align-items: center;
  
}

#s-3733c16c-1b7e-4678-8672-a6e0bf630b63 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3733c16c-1b7e-4678-8672-a6e0bf630b63"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-710b6a9a-6e8c-4256-9cf5-79cf545f160b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-710b6a9a-6e8c-4256-9cf5-79cf545f160b .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-710b6a9a-6e8c-4256-9cf5-79cf545f160b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-710b6a9a-6e8c-4256-9cf5-79cf545f160b td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-710b6a9a-6e8c-4256-9cf5-79cf545f160b td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-710b6a9a-6e8c-4256-9cf5-79cf545f160b td.shogun-table-column, #s-710b6a9a-6e8c-4256-9cf5-79cf545f160b td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-7a3359c9-35a8-420a-8ae6-a446ea7ec0aa {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-ec5dfe3d-4328-454f-86fc-690414152917 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-7806cc39-5365-46d3-bb8c-2733bc46e6a4 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-21df1472-bf8f-43a5-a475-181eb6920b45 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-82285154-d7dc-480c-bb59-e9b938f943e8 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d12e66f1-a63a-4b9e-8a0a-d3d267787190 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-2fa0c65e-eff2-45d9-962e-20d50868064b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-79e31400-6d99-44cf-a6b3-4d46a1d9bd02 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-f74a4b1e-3632-4723-9feb-7c4e6f271709 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d2b39210-e798-4102-83ac-2676e60eca3b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-39b37784-95c1-4213-95f5-f1ae98ce7cc0 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-75b4fb67-4bee-430d-b9ed-9e745ddc7ffa {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-0b222557-6e73-4aec-9205-8611a00e1835 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-0b222557-6e73-4aec-9205-8611a00e1835 img.shogun-image {
    
    width: px;
  }


#s-0b222557-6e73-4aec-9205-8611a00e1835 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c4c62d5e-b938-4e9e-8f7c-712c6ccfde2a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-00f50a20-2dde-4607-abe6-1906bbe952ce {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-00f50a20-2dde-4607-abe6-1906bbe952ce .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-00f50a20-2dde-4607-abe6-1906bbe952ce table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-00f50a20-2dde-4607-abe6-1906bbe952ce td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-00f50a20-2dde-4607-abe6-1906bbe952ce td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-00f50a20-2dde-4607-abe6-1906bbe952ce td.shogun-table-column, #s-00f50a20-2dde-4607-abe6-1906bbe952ce td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-c9a2dc7d-04ab-47b5-bfda-b21d232fce92 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-fe6cb21d-3799-4248-b86b-6091553efcc7 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-444362e0-5d2e-4fd8-9237-bd548b383432 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-b8f05648-0619-41fb-a504-7aa019534e11 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-3aedafdf-d172-48d7-9648-eb4c2241e45f {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-19547546-64d5-4768-ba90-695d60847ab9 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-09c93d01-4f5e-4dde-971e-e198180c28d3 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-5ec1a154-c836-43df-a0bd-9399e64ca408 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-a55ec813-a079-4809-8794-9ad934962767 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-237bb8d3-5b8f-425f-9a2a-89b9d68e7a75 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-08342ee1-8771-4e41-ba89-7e5fb0a05cc6 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-cad92423-10e1-49c4-b1b1-4772bcab1e42 {
  margin-top: -5px;
margin-bottom: -5px;
padding-top: 0px;
padding-bottom: 0px;
border-radius: 5px;
}

#s-25f46cdd-a389-4115-8dcb-f321a3de38fc {
  text-align: center;
}




  #s-25f46cdd-a389-4115-8dcb-f321a3de38fc img.shogun-image {
    
    width: px;
  }


#s-25f46cdd-a389-4115-8dcb-f321a3de38fc .shogun-image-content {
  
    align-items: center;
  
}

#s-b96e6fd5-c3a8-4c3f-b7df-1bb9066c3379 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-b96e6fd5-c3a8-4c3f-b7df-1bb9066c3379 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b96e6fd5-c3a8-4c3f-b7df-1bb9066c3379 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b96e6fd5-c3a8-4c3f-b7df-1bb9066c3379 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b96e6fd5-c3a8-4c3f-b7df-1bb9066c3379 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b96e6fd5-c3a8-4c3f-b7df-1bb9066c3379 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 500;
  font-style: ;
  font-size: ;
}

#s-b96e6fd5-c3a8-4c3f-b7df-1bb9066c3379 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-68a12561-9268-46c7-8d51-7cb7ac42ad52 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 4px;
padding-bottom: 5px;
padding-right: 4px;
}

#s-68a12561-9268-46c7-8d51-7cb7ac42ad52 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(149, 146, 146, 1);
}

#s-68a12561-9268-46c7-8d51-7cb7ac42ad52 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 7px;
}

#s-68a12561-9268-46c7-8d51-7cb7ac42ad52 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(126, 126, 126, 1);
}

#s-68a12561-9268-46c7-8d51-7cb7ac42ad52 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(149, 146, 146, 1);
}

#s-68a12561-9268-46c7-8d51-7cb7ac42ad52 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(126, 126, 126, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 900;
  font-style: ;
  font-size: 13px;
}

#s-68a12561-9268-46c7-8d51-7cb7ac42ad52 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}
#s-e46b1151-050d-4c7d-8470-148333c5c8a5 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e46b1151-050d-4c7d-8470-148333c5c8a5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e56862a8-be40-476a-b7e6-2b60e7859a14 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-e56862a8-be40-476a-b7e6-2b60e7859a14 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-e56862a8-be40-476a-b7e6-2b60e7859a14 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e56862a8-be40-476a-b7e6-2b60e7859a14 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-e56862a8-be40-476a-b7e6-2b60e7859a14 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-e56862a8-be40-476a-b7e6-2b60e7859a14 td.shogun-table-column, #s-e56862a8-be40-476a-b7e6-2b60e7859a14 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-504438b9-675d-4778-a262-301e4391749d {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-553b2eb9-86f7-4f8c-ba3c-b1b314378f73 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d5c62614-a4d1-45fe-9a54-33cab0d693d4 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-aa3a2e33-aed2-422c-9e18-37678bfc198b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-382509d5-c9d4-40e0-ad7f-65afade0bdf7 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-af951120-5fbf-49c5-8c98-53c7f90fdc97 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-675d0061-5dc9-4592-a0db-41646b79df65 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-e2937f9d-68b2-4633-8fa6-09e4f24e3ae4 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-bcc6253f-1f0d-440d-bfb0-12321f336cfa {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-1f9a8318-4f8b-4079-a3f0-1a3bf44b9481 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-fcfd3d72-25af-469a-ac90-ab1d926e665c {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-4627afc7-ecdb-4f9d-bb58-6450b9e9dbfa {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-8ff901ce-ab99-434f-a758-48caf5f30ad0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-8ff901ce-ab99-434f-a758-48caf5f30ad0 img.shogun-image {
    
    width: px;
  }


#s-8ff901ce-ab99-434f-a758-48caf5f30ad0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d253572a-a4b4-4162-a736-e63362313ac6 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d253572a-a4b4-4162-a736-e63362313ac6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3c928a8a-cea2-41db-89a9-56319eb5babf {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-3c928a8a-cea2-41db-89a9-56319eb5babf .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-3c928a8a-cea2-41db-89a9-56319eb5babf table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3c928a8a-cea2-41db-89a9-56319eb5babf td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-3c928a8a-cea2-41db-89a9-56319eb5babf td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-3c928a8a-cea2-41db-89a9-56319eb5babf td.shogun-table-column, #s-3c928a8a-cea2-41db-89a9-56319eb5babf td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-2084dac6-5af3-4206-9735-77423a6ab119 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-9940ef55-fd16-4881-b6ee-0fa24871b7b1 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-94deb416-859c-4e78-91c7-c6bbf344fe2d {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-5b89b8f2-83e3-478a-981b-094755d680b4 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-2d86a29d-a1ce-4b6e-8c9e-0c501a3eea32 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-62716300-75a5-4fd5-a114-83262496593c {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-528b652f-5b0b-471f-9c5b-599e467dacab {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-b4fb14b7-a38b-4266-8936-93846603efca {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-8b3c29f1-52be-4e91-af49-c19685c0c829 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-b363a95d-d5f5-45f7-940b-39e721a497fa {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-534a1a75-6857-46dd-b412-412a9159c51d {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-b115b392-09d5-4c45-a212-872b0951d22f {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-48a5b078-c690-4ca5-b062-dc7a9b9f5cac {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-48a5b078-c690-4ca5-b062-dc7a9b9f5cac img.shogun-image {
    
    width: px;
  }


#s-48a5b078-c690-4ca5-b062-dc7a9b9f5cac .shogun-image-content {
  
    align-items: center;
  
}

#s-956652a0-84b7-4a46-91fc-6553ef8ebf5f {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-956652a0-84b7-4a46-91fc-6553ef8ebf5f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-94ecd608-b3f0-4044-b28e-1f612539f53f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-94ecd608-b3f0-4044-b28e-1f612539f53f .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-94ecd608-b3f0-4044-b28e-1f612539f53f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-94ecd608-b3f0-4044-b28e-1f612539f53f td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-94ecd608-b3f0-4044-b28e-1f612539f53f td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-94ecd608-b3f0-4044-b28e-1f612539f53f td.shogun-table-column, #s-94ecd608-b3f0-4044-b28e-1f612539f53f td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-3fed7283-ac43-4912-8767-89514afa2dee {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-45a6c2a7-2a60-4e8d-891f-ded574ad75f8 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-fc8a1ac9-8ad7-423e-a5fa-84f885e38fa6 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-704bf25f-3c9c-4104-9dca-99f1aa53bd16 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-c9645df9-3639-4223-ab74-cb7342bc1e89 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-4bfb411e-df7b-4d73-a772-55a5e2710162 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-2ecd734f-d5a1-471a-8444-34639540093d {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-e21583fd-e687-4751-8076-cbcd41fd4442 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-a44cd60d-87c8-4080-9f7a-059577fa63aa {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-e9b92bc9-7a3c-4a18-b911-3152c510fadd {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-18663861-a2c5-4c13-b2c4-214b4158d7fe {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-19b118c4-e3a9-4ac5-8b83-c46a6826ac79 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-ab4b2c7c-1fb6-4214-9134-d2d65e50cb99 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-ab4b2c7c-1fb6-4214-9134-d2d65e50cb99 img.shogun-image {
    
    width: px;
  }


#s-ab4b2c7c-1fb6-4214-9134-d2d65e50cb99 .shogun-image-content {
  
    align-items: center;
  
}

#s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aca68ba0-cb7f-404a-a47e-9a2fc02221b1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b3b9f13f-1b6e-4e55-9daa-3457a5baaf83 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-b3b9f13f-1b6e-4e55-9daa-3457a5baaf83 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-b3b9f13f-1b6e-4e55-9daa-3457a5baaf83 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b3b9f13f-1b6e-4e55-9daa-3457a5baaf83 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-b3b9f13f-1b6e-4e55-9daa-3457a5baaf83 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-b3b9f13f-1b6e-4e55-9daa-3457a5baaf83 td.shogun-table-column, #s-b3b9f13f-1b6e-4e55-9daa-3457a5baaf83 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-f5bab628-f1cf-4ff7-a339-19efc642953d {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-9c409786-ae6e-4ddf-b789-7525b5f8817d {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-91f4412b-2d52-4c92-b712-16c5e1e5b19b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-841c4506-cb0a-4654-9bb2-d582fd69ca0b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-6ee3e1d2-8aa0-40c8-9b92-201306abdbd5 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-0b7ba599-405b-4dff-a45d-767c1692b344 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-bb0b33c7-0e41-4ffa-8d72-563a330e0f03 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-78b86842-9633-412d-bf52-032bde7d73d2 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-daf71b04-37e4-4da7-a687-ff805a6dcdc2 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-1e8ba980-87c3-440e-a28c-01bb31c88745 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-8587ab23-f6ba-4023-bb7f-d87585b473a5 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-17b371f9-cc66-4e0e-a062-999db072d84c {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-0e7387a7-7c0e-4708-99e3-5b284812e730 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-0e7387a7-7c0e-4708-99e3-5b284812e730 img.shogun-image {
    
    width: px;
  }


#s-0e7387a7-7c0e-4708-99e3-5b284812e730 .shogun-image-content {
  
    align-items: center;
  
}

#s-94600291-1250-4221-b5d9-8bebfbe9e97e {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-94600291-1250-4221-b5d9-8bebfbe9e97e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ffecf89a-a8fa-4594-ba95-66e0202052f0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-ffecf89a-a8fa-4594-ba95-66e0202052f0 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-ffecf89a-a8fa-4594-ba95-66e0202052f0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ffecf89a-a8fa-4594-ba95-66e0202052f0 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-ffecf89a-a8fa-4594-ba95-66e0202052f0 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-ffecf89a-a8fa-4594-ba95-66e0202052f0 td.shogun-table-column, #s-ffecf89a-a8fa-4594-ba95-66e0202052f0 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-47317bce-5c77-43be-8a6b-2b97f7c085b2 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d504c0c1-1f37-414f-9fdb-92dd9e49ad6f {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-f2a4f711-4a2a-421f-a57c-7c3bb6781967 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-85cf0d31-6af0-4eb4-83b4-7df33f735a8f {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-904c4ca9-cbc1-41f2-8999-6669fb1dea19 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d61bed70-f7f1-47b5-9f10-514445e62486 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-c4284767-0a43-4d8a-ac30-8f6d2767d779 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-81c465c3-a12f-4463-853b-886a6e608389 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-dce334de-b4cc-4f05-87fe-7dabf8986cfe {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-ee0680b7-58a8-443d-bbaa-bea8d3c24b7a {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d2f4c251-da56-411f-a55b-59d1862c7324 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-69b7546b-b88c-4909-a7f0-e273f2d3cf03 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-34bdd0c8-0cda-466d-83f2-3268a8f94d25 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-34bdd0c8-0cda-466d-83f2-3268a8f94d25 img.shogun-image {
    
    width: px;
  }


#s-34bdd0c8-0cda-466d-83f2-3268a8f94d25 .shogun-image-content {
  
    align-items: center;
  
}

#s-226d0ad1-e274-4934-a68c-f79d15b9e140 {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-226d0ad1-e274-4934-a68c-f79d15b9e140"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a4b540f1-b42d-44e3-9ddf-f29d48f8fee0 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(182, 182, 182, 1);
}
@media (min-width: 1200px){#s-a4b540f1-b42d-44e3-9ddf-f29d48f8fee0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a4b540f1-b42d-44e3-9ddf-f29d48f8fee0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a4b540f1-b42d-44e3-9ddf-f29d48f8fee0 {
  
}
}@media (max-width: 767px){#s-a4b540f1-b42d-44e3-9ddf-f29d48f8fee0 {
  
}
}
#s-02b323b6-4537-4312-b678-efa1b7ce6588 {
  border-style: solid;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(182, 182, 182, 1);
}

@media (min-width: 0px) {
[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-02b323b6-4537-4312-b678-efa1b7ce6588"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-179d23cb-e553-468f-996d-6d55ea2d73e6 {
  margin-top: 130px;
padding-left: 20px;
padding-right: 20px;
text-align: left;
}




  #s-179d23cb-e553-468f-996d-6d55ea2d73e6 img.shogun-image {
    
    width: px;
  }


#s-179d23cb-e553-468f-996d-6d55ea2d73e6 .shogun-image-content {
  
    align-items: center;
  
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-1c4bc952-78f7-413e-a9df-c3e62cad803e {
  box-shadow:1px 1px 1px 1px rgba(236, 236, 236, 1);
border-style: solid;
margin-top: 25px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(99, 99, 99, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-1c4bc952-78f7-413e-a9df-c3e62cad803e:hover {box-shadow:1px 1px 1px 1px rgba(236, 236, 236, 1) !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(251, 55, 16, 1) !important;
background-color: rgba(232, 232, 232, 1) !important;
color: rgba(251, 55, 16, 1) !important;
text-decoration: none !important;}#s-1c4bc952-78f7-413e-a9df-c3e62cad803e:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #000 !important;
border-radius: 4px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-1c4bc952-78f7-413e-a9df-c3e62cad803e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-2f318302-db9c-4419-acf0-d0e1f8ae421d {
  border-style: solid;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(182, 182, 182, 1);
min-height: 50px;
}








#s-2f318302-db9c-4419-acf0-d0e1f8ae421d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f318302-db9c-4419-acf0-d0e1f8ae421d.shg-box.shg-c {
  justify-content: center;
}

#s-9261063e-3501-4964-81f0-7e01961c44ed {
  margin-left: 0px;
margin-right: 30px;
padding-left: 0px;
padding-right: 20px;
}

#s-b42d0e33-7e53-4faf-91e8-1db3499078e6 {
  min-height: 50px;
}








#s-b42d0e33-7e53-4faf-91e8-1db3499078e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b42d0e33-7e53-4faf-91e8-1db3499078e6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dc2b83ba-9126-48fd-a5ce-c6aabd8b5a7c {
  text-align: center;
}




  #s-dc2b83ba-9126-48fd-a5ce-c6aabd8b5a7c img.shogun-image {
    
    width: px;
  }


#s-dc2b83ba-9126-48fd-a5ce-c6aabd8b5a7c .shogun-image-content {
  
    align-items: center;
  
}

#s-42219142-9831-4701-bc1a-6b473d35fbbc {
  min-height: 0px;
}








#s-42219142-9831-4701-bc1a-6b473d35fbbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42219142-9831-4701-bc1a-6b473d35fbbc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-62adfa87-9cf8-4ac0-8e04-f5b52bb87fe7 {
  min-height: 50px;
}








#s-62adfa87-9cf8-4ac0-8e04-f5b52bb87fe7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62adfa87-9cf8-4ac0-8e04-f5b52bb87fe7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d889d92d-7326-43f9-9813-9bd6c60a67e1 {
  text-align: center;
}




  #s-d889d92d-7326-43f9-9813-9bd6c60a67e1 img.shogun-image {
    
    width: px;
  }


#s-d889d92d-7326-43f9-9813-9bd6c60a67e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-da962670-55a7-4fa2-9368-bb52b8be574a {
  min-height: 0px;
}








#s-da962670-55a7-4fa2-9368-bb52b8be574a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da962670-55a7-4fa2-9368-bb52b8be574a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3185896e-0ce5-45b2-b761-4e7d774e9593 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-58232498-f4c9-4fce-9e88-dff68d65da91 {
  min-height: 50px;
}








#s-58232498-f4c9-4fce-9e88-dff68d65da91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58232498-f4c9-4fce-9e88-dff68d65da91.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c7397abb-464b-4f2d-8e43-7958fccaa6b9 {
  text-align: center;
}




  #s-c7397abb-464b-4f2d-8e43-7958fccaa6b9 img.shogun-image {
    
    width: px;
  }


#s-c7397abb-464b-4f2d-8e43-7958fccaa6b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0bfa495b-f1e6-406b-b246-1b3791a8fb78 {
  min-height: 50px;
}








#s-0bfa495b-f1e6-406b-b246-1b3791a8fb78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bfa495b-f1e6-406b-b246-1b3791a8fb78.shg-box.shg-c {
  justify-content: flex-start;
}

#s-98e5ec6f-c80a-4e81-a1e8-e9976704015d {
  min-height: 50px;
}








#s-98e5ec6f-c80a-4e81-a1e8-e9976704015d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98e5ec6f-c80a-4e81-a1e8-e9976704015d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c5165106-efb2-453a-9c5d-3adf93334945 {
  text-align: center;
}




  #s-c5165106-efb2-453a-9c5d-3adf93334945 img.shogun-image {
    
    width: px;
  }


#s-c5165106-efb2-453a-9c5d-3adf93334945 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf2d40e1-ac6b-4200-b0ca-6f0a7362ccee {
  min-height: 50px;
}








#s-cf2d40e1-ac6b-4200-b0ca-6f0a7362ccee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf2d40e1-ac6b-4200-b0ca-6f0a7362ccee.shg-box.shg-c {
  justify-content: center;
}

#s-e8c5ae6d-4d43-4bcc-a59e-df4274fb7ea3 {
  box-shadow:2px 2px 0px 0px rgba(236, 236, 236, 1);
border-style: solid;
margin-top: 5px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(99, 99, 99, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-e8c5ae6d-4d43-4bcc-a59e-df4274fb7ea3:hover {box-shadow:2px 2px 0px 0px rgba(236, 236, 236, 1) !important;
border-style: solid !important;
border-color: rgba(251, 55, 16, 1) !important;
background-color: rgba(232, 232, 232, 0.69) !important;
color: rgba(251, 55, 16, 1) !important;
text-decoration: none !important;}#s-e8c5ae6d-4d43-4bcc-a59e-df4274fb7ea3:active {background-color: rgba(240, 240, 240, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e8c5ae6d-4d43-4bcc-a59e-df4274fb7ea3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8c5ae6d-4d43-4bcc-a59e-df4274fb7ea3 {
  
}
}


#s-e8c5ae6d-4d43-4bcc-a59e-df4274fb7ea3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-3bcc2163-598a-45d4-bec4-e7051b3f394e {
  min-height: 50px;
}








#s-3bcc2163-598a-45d4-bec4-e7051b3f394e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bcc2163-598a-45d4-bec4-e7051b3f394e.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-47eec6bf-9319-4fe3-86de-9053d4d08bc9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2680d9d9-2f45-44e2-87ed-0cd9f14fa79d {
  min-height: 50px;
}








#s-2680d9d9-2f45-44e2-87ed-0cd9f14fa79d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2680d9d9-2f45-44e2-87ed-0cd9f14fa79d.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c30177b4-907b-42fa-8bfb-d2a9f28e4e73"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1faaaea1-c6bc-44db-ad89-c755529c1ab9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 1px;
padding-bottom: 5px;
padding-right: 1px;
}

#s-1faaaea1-c6bc-44db-ad89-c755529c1ab9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1faaaea1-c6bc-44db-ad89-c755529c1ab9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(222, 222, 222, 1);
  padding: 10px;
}

#s-1faaaea1-c6bc-44db-ad89-c755529c1ab9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1faaaea1-c6bc-44db-ad89-c755529c1ab9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1faaaea1-c6bc-44db-ad89-c755529c1ab9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 500;
  font-style: ;
  font-size: ;
}

#s-1faaaea1-c6bc-44db-ad89-c755529c1ab9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-04cbfb26-655c-40ad-9186-041b7f9d3158 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 4px;
padding-bottom: 5px;
padding-right: 4px;
}

#s-04cbfb26-655c-40ad-9186-041b7f9d3158 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(149, 146, 146, 1);
}

#s-04cbfb26-655c-40ad-9186-041b7f9d3158 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 7px;
}

#s-04cbfb26-655c-40ad-9186-041b7f9d3158 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(126, 126, 126, 1);
}

#s-04cbfb26-655c-40ad-9186-041b7f9d3158 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(149, 146, 146, 1);
}

#s-04cbfb26-655c-40ad-9186-041b7f9d3158 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(126, 126, 126, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 900;
  font-style: ;
  font-size: 13px;
}

#s-04cbfb26-655c-40ad-9186-041b7f9d3158 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}
#s-6350da43-977b-46ab-8923-7d290e8f35d8 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6350da43-977b-46ab-8923-7d290e8f35d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-490e85b3-e1f9-441d-99ab-1ca9f9933e0d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 7px;
padding-bottom: 10px;
padding-right: 7px;
min-height: 5px;
}

#s-490e85b3-e1f9-441d-99ab-1ca9f9933e0d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-490e85b3-e1f9-441d-99ab-1ca9f9933e0d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-490e85b3-e1f9-441d-99ab-1ca9f9933e0d td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-490e85b3-e1f9-441d-99ab-1ca9f9933e0d td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-490e85b3-e1f9-441d-99ab-1ca9f9933e0d td.shogun-table-column, #s-490e85b3-e1f9-441d-99ab-1ca9f9933e0d td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-70234153-ac5d-4979-a20f-adf1220b3bdf {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-c7e91ab6-16ae-493c-ad7f-88ed189902b5 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-5cc4c4a4-6364-4b34-9458-c6cf159be0e2 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-f4119090-ccfe-4154-b266-5cd493b5e3be {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-484c6ab6-97f2-48f8-9662-a5661807512b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-438b54cb-509e-43ce-a57b-55ce69f9b0a4 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-06734c8b-e3fc-48ee-8fd7-ed0d9ce51863 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-3945b1ea-e45d-41b8-91bf-281b885c23da {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-f118d1d1-2a1d-4608-8e26-35297d52651b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-acacc128-e140-4d18-be4f-a54444f8ffdf {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-a004bfcc-2630-4afa-b464-0128ae00796c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-a004bfcc-2630-4afa-b464-0128ae00796c img.shogun-image {
    
    width: px;
  }


#s-a004bfcc-2630-4afa-b464-0128ae00796c .shogun-image-content {
  
    align-items: center;
  
}

#s-2826efd9-eb13-40a1-99f3-0c85f8f71cb7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 1px;
padding-bottom: 5px;
padding-right: 1px;
}

#s-2826efd9-eb13-40a1-99f3-0c85f8f71cb7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2826efd9-eb13-40a1-99f3-0c85f8f71cb7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(222, 222, 222, 1);
  padding: 10px;
}

#s-2826efd9-eb13-40a1-99f3-0c85f8f71cb7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-2826efd9-eb13-40a1-99f3-0c85f8f71cb7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2826efd9-eb13-40a1-99f3-0c85f8f71cb7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 500;
  font-style: ;
  font-size: ;
}

#s-2826efd9-eb13-40a1-99f3-0c85f8f71cb7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-2b86952b-61b5-4b75-a15a-e0fd6729cde9 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 4px;
padding-bottom: 5px;
padding-right: 4px;
}

#s-2b86952b-61b5-4b75-a15a-e0fd6729cde9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(149, 146, 146, 1);
}

#s-2b86952b-61b5-4b75-a15a-e0fd6729cde9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 7px;
}

#s-2b86952b-61b5-4b75-a15a-e0fd6729cde9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(126, 126, 126, 1);
}

#s-2b86952b-61b5-4b75-a15a-e0fd6729cde9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(149, 146, 146, 1);
}

#s-2b86952b-61b5-4b75-a15a-e0fd6729cde9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(126, 126, 126, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 900;
  font-style: ;
  font-size: 13px;
}

#s-2b86952b-61b5-4b75-a15a-e0fd6729cde9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}
#s-8801cf92-5aa6-4936-946e-999c9009e506 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8801cf92-5aa6-4936-946e-999c9009e506"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c645fb8f-7866-49e3-8f57-c39f0d10356f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 7px;
padding-bottom: 10px;
padding-right: 7px;
min-height: 5px;
}

#s-c645fb8f-7866-49e3-8f57-c39f0d10356f .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-c645fb8f-7866-49e3-8f57-c39f0d10356f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c645fb8f-7866-49e3-8f57-c39f0d10356f td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-c645fb8f-7866-49e3-8f57-c39f0d10356f td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-c645fb8f-7866-49e3-8f57-c39f0d10356f td.shogun-table-column, #s-c645fb8f-7866-49e3-8f57-c39f0d10356f td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-703d0bfe-04e6-462d-8ab7-b6f82d8d5c6b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-286faee5-7cb1-40a1-a021-db76132aff95 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-fe2d1011-4a1b-4e66-a39c-c44c0cf56e4b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-955e3247-d977-446f-9ace-f61c4016a0ec {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-b6e06fdc-e22c-4a71-b402-c5a7c90340d7 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-c838baf6-a2ae-4cd8-bbac-df6a8f7dfdd5 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-4537a859-0eeb-4eb3-920a-fa7c6410b47a {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-852317f3-3398-44ad-9803-87f87dee9bcb {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-90edfac3-da11-4656-9c45-0eaa33a786ea {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-b11b16af-8373-46d9-a88d-07c02f496c34 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-80022c18-9a65-4afc-94fb-f8adc39028fb {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-80022c18-9a65-4afc-94fb-f8adc39028fb img.shogun-image {
    
    width: px;
  }


#s-80022c18-9a65-4afc-94fb-f8adc39028fb .shogun-image-content {
  
    align-items: center;
  
}

#s-92196b0f-aee7-4449-a3e8-5964f5bfc437 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-323accce-39b7-48d9-818d-51673c94b03a {
  min-height: 50px;
}








#s-323accce-39b7-48d9-818d-51673c94b03a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-323accce-39b7-48d9-818d-51673c94b03a.shg-box.shg-c {
  justify-content: center;
}

#s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19 {
  border-style: solid;
margin-top: 0px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(182, 182, 182, 1);
}

@media (min-width: 0px) {
[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-eb2b27f9-b1bf-4793-9e4a-4b23a9a42a19"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.5px);
}

}

#s-117a1436-f0d2-4c84-813d-5a5025a22827 {
  border-style: solid;
margin-top: -2px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(182, 182, 182, 1);
text-align: left;
}

#s-117a1436-f0d2-4c84-813d-5a5025a22827 .shogun-heading-component h1 {
  color: rgba(150, 150, 150, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



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