.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-d93d2696-a2c5-43f6-bcd3-c146df5e156f {
  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-d93d2696-a2c5-43f6-bcd3-c146df5e156f .shogun-tabs {
  justify-content: flex-start;
}


  #s-d93d2696-a2c5-43f6-bcd3-c146df5e156f .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-d93d2696-a2c5-43f6-bcd3-c146df5e156f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-d93d2696-a2c5-43f6-bcd3-c146df5e156f .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-d93d2696-a2c5-43f6-bcd3-c146df5e156f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(251, 55, 16, 1);
}

#s-d93d2696-a2c5-43f6-bcd3-c146df5e156f .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-d93d2696-a2c5-43f6-bcd3-c146df5e156f .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

.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-e9fe1c82-46e0-46d1-9366-465e2eec054e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 15px;
padding-bottom: 15px;
text-align: left;
}
@media (min-width: 1200px){#s-e9fe1c82-46e0-46d1-9366-465e2eec054e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9fe1c82-46e0-46d1-9366-465e2eec054e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9fe1c82-46e0-46d1-9366-465e2eec054e {
  
}
}@media (max-width: 767px){#s-e9fe1c82-46e0-46d1-9366-465e2eec054e {
  
}
}
#s-e9fe1c82-46e0-46d1-9366-465e2eec054e .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  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-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-737a4bb1-8577-4626-a0bb-f3b8f3d651ad"] > .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-32e0855d-4ae1-45ee-991a-c7d7d10a5fc8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 1px;
padding-bottom: 0px;
padding-right: 1px;
}

#s-32e0855d-4ae1-45ee-991a-c7d7d10a5fc8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-32e0855d-4ae1-45ee-991a-c7d7d10a5fc8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-32e0855d-4ae1-45ee-991a-c7d7d10a5fc8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-32e0855d-4ae1-45ee-991a-c7d7d10a5fc8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-32e0855d-4ae1-45ee-991a-c7d7d10a5fc8 > .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-32e0855d-4ae1-45ee-991a-c7d7d10a5fc8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-5392e1a1-4d3e-4c62-9570-f3e581b1b999 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 4px;
padding-bottom: 5px;
padding-right: 4px;
}

#s-5392e1a1-4d3e-4c62-9570-f3e581b1b999 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(149, 146, 146, 1);
}

#s-5392e1a1-4d3e-4c62-9570-f3e581b1b999 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 7px;
}

#s-5392e1a1-4d3e-4c62-9570-f3e581b1b999 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(126, 126, 126, 1);
}

#s-5392e1a1-4d3e-4c62-9570-f3e581b1b999 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(149, 146, 146, 1);
}

#s-5392e1a1-4d3e-4c62-9570-f3e581b1b999 > .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-5392e1a1-4d3e-4c62-9570-f3e581b1b999 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}
#s-054f1c72-f361-41e6-b754-7a2ad3ef8889 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-054f1c72-f361-41e6-b754-7a2ad3ef8889"] > .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-39b54a0d-11cd-45e4-b988-b6cbc19d2230 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-39b54a0d-11cd-45e4-b988-b6cbc19d2230 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-39b54a0d-11cd-45e4-b988-b6cbc19d2230 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-39b54a0d-11cd-45e4-b988-b6cbc19d2230 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-39b54a0d-11cd-45e4-b988-b6cbc19d2230 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-39b54a0d-11cd-45e4-b988-b6cbc19d2230 td.shogun-table-column, #s-39b54a0d-11cd-45e4-b988-b6cbc19d2230 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-706f8eb7-2de9-4fbd-b574-dedf321ea4c0 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-0c88d8c3-5aec-41cb-bdc8-7591794d9157 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-863ee0b0-cf71-4c26-bb06-25a87f3fb456 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-6124fe6f-b1f0-477a-89e8-4a3eec8d016f {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-fea9fb49-1066-4564-8523-aee5917aea31 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-884dc379-9357-4475-93d1-cc5442be3123 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-3f88ed1d-53de-4b17-9bb8-f682abe84af8 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-75afca74-05af-4cb0-b54a-a86b592c36e2 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-75a0af5e-64d4-4127-8aab-b38eba5bc151 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-70291d13-de9a-47a2-8476-e32fa9236e19 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-8839fd2e-8a0c-4248-8e7e-526a119f3dc2 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-81c5acb2-0db8-43e3-9034-3980b82f1261 {
  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-9394dcee-52a7-4669-b64a-79c27ea3d854 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-9394dcee-52a7-4669-b64a-79c27ea3d854 img.shogun-image {
    
    width: px;
  }


#s-9394dcee-52a7-4669-b64a-79c27ea3d854 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a6d0d07c-7b7c-4e55-bf72-84d24dd93686"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-34107b48-9b9a-47c0-ac46-b54ffb7d73e8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-34107b48-9b9a-47c0-ac46-b54ffb7d73e8 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-34107b48-9b9a-47c0-ac46-b54ffb7d73e8 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-34107b48-9b9a-47c0-ac46-b54ffb7d73e8 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-34107b48-9b9a-47c0-ac46-b54ffb7d73e8 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-34107b48-9b9a-47c0-ac46-b54ffb7d73e8 td.shogun-table-column, #s-34107b48-9b9a-47c0-ac46-b54ffb7d73e8 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-ecff21e6-eea3-45f2-ba1d-5c9d5a50e6cc {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-3f97884f-eee1-4787-8471-c313ce6012d6 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-6a96df40-8e60-4420-9a9c-df8a5dbbd85e {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-29fff520-5ab3-416b-b160-5cb9848fefaa {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-f6f2ac04-1f8d-44b1-bc58-26765814f3de {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-fb057875-f7b0-45f5-a1db-ce1c2dbd7ff3 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-bb7edf15-8315-4c66-b0ad-c1ef5bd39f3b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-4de4b8c6-eb87-4754-b7da-a9538122fb2c {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-0ca4dfa9-141e-4f30-afa1-4d24406d3c8c {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-f1d86b79-1326-41b4-83e6-23684ecc899f {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-778b95ed-6a19-432a-b340-1b75ef11fe51 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-2a878de7-0ea0-4de0-876a-cda5ecaa9ef5 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-e1d5a236-7265-4e99-a090-c1308479af4a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-e1d5a236-7265-4e99-a090-c1308479af4a img.shogun-image {
    
    width: px;
  }


#s-e1d5a236-7265-4e99-a090-c1308479af4a .shogun-image-content {
  
    align-items: center;
  
}

#s-22640c8f-8753-4c08-b171-685276d01e02 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-22640c8f-8753-4c08-b171-685276d01e02"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8d70dac3-230b-43c4-841e-b3e5f52f5501 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-8d70dac3-230b-43c4-841e-b3e5f52f5501 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-8d70dac3-230b-43c4-841e-b3e5f52f5501 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-8d70dac3-230b-43c4-841e-b3e5f52f5501 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-8d70dac3-230b-43c4-841e-b3e5f52f5501 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-8d70dac3-230b-43c4-841e-b3e5f52f5501 td.shogun-table-column, #s-8d70dac3-230b-43c4-841e-b3e5f52f5501 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-e8d4b031-bc35-4006-8c1e-f956d2b307f0 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-9f183ef9-e5e3-4d15-b50e-c54a1a7d69fc {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-f62318b4-c3a6-47db-be21-e62b00b6c798 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-cceaa26f-8279-4336-a002-c578865e0b51 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-3e586cad-0e93-4338-9a0b-736003c88d04 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-e74f7eba-b7f0-4654-9d63-e2b33a209452 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-f6ee0369-5422-4f07-8846-6343fb539919 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-581129ee-f8c0-4bfa-8eb5-0909ab361d72 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-f415a7d9-0852-4bca-8108-37bc8caf9456 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-db426177-4ccd-41c9-866b-ec60a8d6b550 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-cc219808-bd0d-436f-ba58-6162526b7312 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-6cce54ae-84f5-46e8-ac43-ebf27fcce576 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-b8f388d4-2e0e-4d50-8dad-5b2719517a43 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-b8f388d4-2e0e-4d50-8dad-5b2719517a43 img.shogun-image {
    
    width: px;
  }


#s-b8f388d4-2e0e-4d50-8dad-5b2719517a43 .shogun-image-content {
  
    align-items: center;
  
}

#s-20365a37-24ba-480d-97f8-d63aabd34c44 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-20365a37-24ba-480d-97f8-d63aabd34c44"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-151b3e9a-05a7-4002-96b4-5691878bff23 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-151b3e9a-05a7-4002-96b4-5691878bff23 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-151b3e9a-05a7-4002-96b4-5691878bff23 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-151b3e9a-05a7-4002-96b4-5691878bff23 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-151b3e9a-05a7-4002-96b4-5691878bff23 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-151b3e9a-05a7-4002-96b4-5691878bff23 td.shogun-table-column, #s-151b3e9a-05a7-4002-96b4-5691878bff23 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-00446eb5-32cb-4be9-8c03-1bd4b5d212ee {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-ddf053ea-db88-4f47-852d-d8d07c5ca089 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-30b6a89a-a3e3-424f-a011-84a5880b9179 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-9dbb5ae6-a4b9-45c6-ab4f-4de3535d8d18 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-f060657d-8acb-4682-bdb9-dadd655b46a6 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-03647479-e7eb-420e-b338-544b51880769 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-0075ad89-3f3f-4bca-9c6b-f2ae596dd0b4 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-918de785-13c9-462c-a6d4-73fd8e7967c8 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-51f420ed-3510-4721-849b-834bb93cbdb6 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-ce8f1483-783b-4062-9fe8-91826f2c39b6 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-c1eafbf6-1e7a-4502-bb5b-9b28e42e85d6 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-bf67718a-5173-4732-9ea4-4716b8801840 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-dc497b3e-f8c1-4322-afa8-8eb02a91ff1d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-dc497b3e-f8c1-4322-afa8-8eb02a91ff1d img.shogun-image {
    
    width: px;
  }


#s-dc497b3e-f8c1-4322-afa8-8eb02a91ff1d .shogun-image-content {
  
    align-items: center;
  
}

#s-18b35949-eebf-4663-b99c-a00cff7c77f5 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-18b35949-eebf-4663-b99c-a00cff7c77f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8d29130f-b712-4980-ad69-d5c37223137b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-8d29130f-b712-4980-ad69-d5c37223137b .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-8d29130f-b712-4980-ad69-d5c37223137b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-8d29130f-b712-4980-ad69-d5c37223137b td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-8d29130f-b712-4980-ad69-d5c37223137b td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-8d29130f-b712-4980-ad69-d5c37223137b td.shogun-table-column, #s-8d29130f-b712-4980-ad69-d5c37223137b td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-4269da65-8b0f-4f9b-a616-64f6cb5ee108 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-b5d460f6-4308-49eb-91bf-d4b8df5c7da8 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-c74eb622-fa21-4be0-a910-7e2d426ce75a {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-77efaa24-c7af-42f4-b48e-27b6c9e4ce19 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-abb85237-4d63-4881-8249-41f99492ae03 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-8ec933ec-d311-4faf-8c3d-3f5814545cc6 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-0e0fa422-2e04-47aa-8bdd-2dbea72d03d8 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-ad73d4b1-4a9c-4b66-873e-e706fe48bbe9 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-23314704-ffaf-4ab3-b8e7-671464ba247b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-05321048-1ea8-41dc-8600-793a949d48f8 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-660a53e4-b0e8-400f-848f-b0c01fac7550 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-cab214d5-1016-4cf9-bb0d-ec61c7f55dfc {
  margin-top: -5px;
margin-bottom: -5px;
padding-top: 0px;
padding-bottom: 0px;
border-radius: 5px;
}

#s-9bfabd5f-11ee-4bf1-93d7-6e0dbccb3d4d {
  text-align: center;
}




  #s-9bfabd5f-11ee-4bf1-93d7-6e0dbccb3d4d img.shogun-image {
    
    width: px;
  }


#s-9bfabd5f-11ee-4bf1-93d7-6e0dbccb3d4d .shogun-image-content {
  
    align-items: center;
  
}

#s-5f1394aa-43d9-44d0-ba76-7070edb1e9e5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-5f1394aa-43d9-44d0-ba76-7070edb1e9e5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-5f1394aa-43d9-44d0-ba76-7070edb1e9e5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-5f1394aa-43d9-44d0-ba76-7070edb1e9e5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-5f1394aa-43d9-44d0-ba76-7070edb1e9e5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-5f1394aa-43d9-44d0-ba76-7070edb1e9e5 > .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-5f1394aa-43d9-44d0-ba76-7070edb1e9e5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-1e4cb3ea-e594-4957-ab5e-ddec4dfe47bc {
  margin-left: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 4px;
padding-bottom: 5px;
padding-right: 4px;
}

#s-1e4cb3ea-e594-4957-ab5e-ddec4dfe47bc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(149, 146, 146, 1);
}

#s-1e4cb3ea-e594-4957-ab5e-ddec4dfe47bc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 7px;
}

#s-1e4cb3ea-e594-4957-ab5e-ddec4dfe47bc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(126, 126, 126, 1);
}

#s-1e4cb3ea-e594-4957-ab5e-ddec4dfe47bc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(149, 146, 146, 1);
}

#s-1e4cb3ea-e594-4957-ab5e-ddec4dfe47bc > .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-1e4cb3ea-e594-4957-ab5e-ddec4dfe47bc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}
#s-6c172406-0293-476a-bb28-18ef6d065108 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6c172406-0293-476a-bb28-18ef6d065108"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9d81e813-9747-4106-a42c-d651439db5b9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-9d81e813-9747-4106-a42c-d651439db5b9 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-9d81e813-9747-4106-a42c-d651439db5b9 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9d81e813-9747-4106-a42c-d651439db5b9 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-9d81e813-9747-4106-a42c-d651439db5b9 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-9d81e813-9747-4106-a42c-d651439db5b9 td.shogun-table-column, #s-9d81e813-9747-4106-a42c-d651439db5b9 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-026ad09e-ac84-471e-837e-50c5a26c4ce3 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d0e54778-4253-42d7-be6d-1e8f8a586f3c {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-35b2d1b6-642b-43be-8df3-b4fa3a6491bc {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-6618b5a3-2bb9-400d-8e84-0da5ab1d9c9a {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-caaf491d-bc41-441e-a0fa-67c97d1ddde4 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-3b4b463b-0e65-46a0-aaa5-434e021e5a50 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-5182238e-9442-43ad-b89d-2e0108018bfa {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-839b1066-b701-4f2b-8980-e0735c727b97 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-98b9edbc-620f-411b-b6a9-fe7c3183cf7d {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-9fbad0c6-2e03-47fb-bdc5-6b35ad30058f {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-4f0eb8c1-6af1-40d4-b871-6e4d483a1573 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-0566791f-20d8-4610-b8ae-b8afc6a64362 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-93c52be8-9ffd-4590-871b-4f6968737629 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-93c52be8-9ffd-4590-871b-4f6968737629 img.shogun-image {
    
    width: px;
  }


#s-93c52be8-9ffd-4590-871b-4f6968737629 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c6844bd-9e01-436d-bb86-c48ee0672b9f {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3c6844bd-9e01-436d-bb86-c48ee0672b9f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-235653a1-4996-4493-a671-c0c01e931d28 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-235653a1-4996-4493-a671-c0c01e931d28 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-235653a1-4996-4493-a671-c0c01e931d28 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-235653a1-4996-4493-a671-c0c01e931d28 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-235653a1-4996-4493-a671-c0c01e931d28 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-235653a1-4996-4493-a671-c0c01e931d28 td.shogun-table-column, #s-235653a1-4996-4493-a671-c0c01e931d28 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-0d8e84e0-023b-455a-bb5c-50840e03bb35 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-6536e166-b911-464e-8fdd-850e4cbfcfbc {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-98cd76cb-2743-45ca-a338-385e4266f41f {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-c22f1f4b-43c5-41aa-bb15-5690088d680d {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-50e01dba-17b5-42e2-b619-cb9af7df2e65 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-66f9ccaa-0f20-42af-885e-6203ae306f98 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-f4edd222-6cec-4031-9f6c-3ac62d3fd69d {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-29823bae-2804-4dc6-af83-2838555b36b4 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-3a983d1a-25e6-4db9-9a66-54c735d54e5c {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-3910d48c-6a50-47c6-b0dd-a3cc3ffdde23 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-795f5603-8aa3-4983-a5de-99260cc73d26 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-5c30e2e0-61e2-4423-b76e-e568d92b3183 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-e7678b4d-c623-48b6-800e-6b8bcb9cdcb4 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-e7678b4d-c623-48b6-800e-6b8bcb9cdcb4 img.shogun-image {
    
    width: px;
  }


#s-e7678b4d-c623-48b6-800e-6b8bcb9cdcb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b31f57b-7c9e-479c-975d-8de492af09d6 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4b31f57b-7c9e-479c-975d-8de492af09d6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c3dfbe63-1711-4d20-a5a2-5bc79e936a67 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-c3dfbe63-1711-4d20-a5a2-5bc79e936a67 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-c3dfbe63-1711-4d20-a5a2-5bc79e936a67 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c3dfbe63-1711-4d20-a5a2-5bc79e936a67 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-c3dfbe63-1711-4d20-a5a2-5bc79e936a67 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-c3dfbe63-1711-4d20-a5a2-5bc79e936a67 td.shogun-table-column, #s-c3dfbe63-1711-4d20-a5a2-5bc79e936a67 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-f0ba2638-dd58-4626-88da-f3525c844cd5 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-58a7d662-78ef-4c2d-b623-0c7c05a7ccb4 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-6bfc6fc7-3d05-43ac-8f54-da6c8f3183d6 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-ce7c2ec3-e2d7-4137-a995-be99c782a19b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-a46ecefc-3adc-4111-960f-f01ae2cc63c6 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-9408937b-75b8-4a6b-a890-79e69eb00da2 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-9e14905e-b285-4757-a1a4-f89ad9da8083 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-c3308ecd-2027-4cae-b4fd-089120b5be21 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-184dae5d-e966-4751-8e93-b19a5970349f {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-b5fd9861-df5b-4c44-a5fa-bad5bd487afc {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-fb7c50d0-9438-4ced-8b35-a7b8dfd74e80 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-1d72d7d9-b125-4c86-83cc-62ae40c75eb2 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-a2cfa629-e1e0-45e3-b7ff-7e6730e4c514 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-a2cfa629-e1e0-45e3-b7ff-7e6730e4c514 img.shogun-image {
    
    width: px;
  }


#s-a2cfa629-e1e0-45e3-b7ff-7e6730e4c514 .shogun-image-content {
  
    align-items: center;
  
}

#s-17f3977f-4a57-4f00-a855-abf3083eefa5 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-17f3977f-4a57-4f00-a855-abf3083eefa5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3258a4b6-0e35-4ae5-b90d-ac02bd871513 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-3258a4b6-0e35-4ae5-b90d-ac02bd871513 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-3258a4b6-0e35-4ae5-b90d-ac02bd871513 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3258a4b6-0e35-4ae5-b90d-ac02bd871513 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-3258a4b6-0e35-4ae5-b90d-ac02bd871513 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-3258a4b6-0e35-4ae5-b90d-ac02bd871513 td.shogun-table-column, #s-3258a4b6-0e35-4ae5-b90d-ac02bd871513 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-87f2b7f8-0a4b-4190-a15c-e85615510034 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-4e12db29-e462-43f0-8f4d-156252d6b24e {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-10fe3f60-13e7-4277-84af-dde7355b1dc9 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-e9119801-6920-49e5-95c4-36bae216daae {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-a5977721-4cbd-49b2-bdfa-5bd1760c1e5b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-c5314d81-ba64-4fbe-a4bf-9f7ca07375b1 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-4c49bb74-12b4-4d3e-bd54-c74d7a5bc947 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-1f150e46-c481-4b1e-b75d-b1d2a0ddcf01 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-4c4e9f4e-bae9-4d45-a86d-e760a009ac06 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-f2cb8163-26f6-4c0d-8d11-d939d037593f {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-be14cb51-e58e-4fc6-9093-23c88d5905a3 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-37cd1421-4648-4609-8629-bb1b36f96ab6 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-6b0253d5-705a-4f06-9eb4-51899c828208 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-6b0253d5-705a-4f06-9eb4-51899c828208 img.shogun-image {
    
    width: px;
  }


#s-6b0253d5-705a-4f06-9eb4-51899c828208 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e8feaa6-a2b6-491c-8062-d61c382b1d27 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3e8feaa6-a2b6-491c-8062-d61c382b1d27"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-db51b108-1df1-4e95-b0ed-e89d449b6164 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-db51b108-1df1-4e95-b0ed-e89d449b6164 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-db51b108-1df1-4e95-b0ed-e89d449b6164 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-db51b108-1df1-4e95-b0ed-e89d449b6164 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-db51b108-1df1-4e95-b0ed-e89d449b6164 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-db51b108-1df1-4e95-b0ed-e89d449b6164 td.shogun-table-column, #s-db51b108-1df1-4e95-b0ed-e89d449b6164 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-dcd45036-429c-4848-b0f7-58b13373c98a {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-4f3cb4ad-86ae-4356-b180-a5e198f89d8c {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-ab912f07-0b28-4db3-86b2-1b71ef7a17d6 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-b2b4ddb9-50c7-4f84-ad23-c9873eb3ae35 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-b2e8cc07-fff6-428d-adfb-bdc3a3a14b59 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-91aab69b-8b87-4764-be96-d6ad1fa372f5 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-3cd03769-2516-4d1f-9920-a79a442f0376 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-9d235205-3b07-4cb3-9fce-1f21c795e17c {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-7fd3e287-5f65-4ee8-b988-a1a5cf40c0d1 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-3a70e39e-05ca-4a53-98ca-151626e70f8b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-19bf8e9f-20ec-4b1e-911b-84bd0e49edf5 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-b9fe99f8-a14b-4549-a1d5-ba7175244ef4 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-46a41d82-ea17-405a-bc97-ccff1fb0119e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-46a41d82-ea17-405a-bc97-ccff1fb0119e img.shogun-image {
    
    width: px;
  }


#s-46a41d82-ea17-405a-bc97-ccff1fb0119e .shogun-image-content {
  
    align-items: center;
  
}

#s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e636ad45-04bc-4f6e-bff3-cdf64e2e284e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6c80b0d1-4d78-47d3-acab-b12fa3540fdf {
  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-6c80b0d1-4d78-47d3-acab-b12fa3540fdf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c80b0d1-4d78-47d3-acab-b12fa3540fdf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c80b0d1-4d78-47d3-acab-b12fa3540fdf {
  
}
}@media (max-width: 767px){#s-6c80b0d1-4d78-47d3-acab-b12fa3540fdf {
  
}
}
#s-6bf2d6d0-7d6a-46f9-91cc-b70390636976 {
  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-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6bf2d6d0-7d6a-46f9-91cc-b70390636976"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-cc145dc5-8222-49eb-b473-4abba6070581 {
  margin-top: 130px;
padding-left: 20px;
padding-right: 20px;
text-align: left;
}




  #s-cc145dc5-8222-49eb-b473-4abba6070581 img.shogun-image {
    
    width: px;
  }


#s-cc145dc5-8222-49eb-b473-4abba6070581 .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-33ed28cc-88b1-415d-a51b-4cfe06ee3c3d {
  box-shadow:1px 1px 1px 1px rgba(236, 236, 236, 1);
border-style: solid;
margin-top: 30px;
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-33ed28cc-88b1-415d-a51b-4cfe06ee3c3d: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-33ed28cc-88b1-415d-a51b-4cfe06ee3c3d: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-33ed28cc-88b1-415d-a51b-4cfe06ee3c3d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}

.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-f60329bb-0f80-400e-b612-6494db3211a5 {
  min-height: 50px;
}








#s-f60329bb-0f80-400e-b612-6494db3211a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f60329bb-0f80-400e-b612-6494db3211a5.shg-box.shg-c {
  justify-content: center;
}

#s-666a3a83-6a7e-4088-bc4e-70359e28d1a7 {
  border-style: solid;
margin-right: 30px;
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);
}

#s-9d579d46-c109-4a85-88a8-0ea2e29464bd {
  min-height: 50px;
}








#s-9d579d46-c109-4a85-88a8-0ea2e29464bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d579d46-c109-4a85-88a8-0ea2e29464bd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f8b12a98-a1ff-4c98-95a3-4a23d0ce19de {
  text-align: center;
}




  #s-f8b12a98-a1ff-4c98-95a3-4a23d0ce19de img.shogun-image {
    
    width: px;
  }


#s-f8b12a98-a1ff-4c98-95a3-4a23d0ce19de .shogun-image-content {
  
    align-items: center;
  
}

#s-6c58e551-f78b-4739-a351-75130293be63 {
  min-height: 0px;
}








#s-6c58e551-f78b-4739-a351-75130293be63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c58e551-f78b-4739-a351-75130293be63.shg-box.shg-c {
  justify-content: flex-start;
}

#s-945f1ff1-9a5a-437d-82fd-344840a386ac {
  min-height: 50px;
}








#s-945f1ff1-9a5a-437d-82fd-344840a386ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-945f1ff1-9a5a-437d-82fd-344840a386ac.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fc54d7ea-e3e4-4af4-b756-277c51f35ebd {
  text-align: center;
}




  #s-fc54d7ea-e3e4-4af4-b756-277c51f35ebd img.shogun-image {
    
    width: px;
  }


#s-fc54d7ea-e3e4-4af4-b756-277c51f35ebd .shogun-image-content {
  
    align-items: center;
  
}

#s-c6ad2ff2-fb95-431f-81f7-208a0e9ba6da {
  min-height: 0px;
}








#s-c6ad2ff2-fb95-431f-81f7-208a0e9ba6da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6ad2ff2-fb95-431f-81f7-208a0e9ba6da.shg-box.shg-c {
  justify-content: flex-start;
}

#s-31d2b055-2dee-440e-8e98-795126bd380e hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-9a48f57c-171a-425f-bee5-69da0a29fce2 {
  min-height: 50px;
}








#s-9a48f57c-171a-425f-bee5-69da0a29fce2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a48f57c-171a-425f-bee5-69da0a29fce2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6d98ae2c-2e8f-45a9-a224-44af94d5ca85 {
  text-align: center;
}




  #s-6d98ae2c-2e8f-45a9-a224-44af94d5ca85 img.shogun-image {
    
    width: px;
  }


#s-6d98ae2c-2e8f-45a9-a224-44af94d5ca85 .shogun-image-content {
  
    align-items: center;
  
}

#s-750fec23-2f82-45d1-8d1c-8ade99c268eb {
  min-height: 50px;
}








#s-750fec23-2f82-45d1-8d1c-8ade99c268eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-750fec23-2f82-45d1-8d1c-8ade99c268eb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6baf8ef1-e8f1-4bd2-869c-4a57acc4a25f {
  min-height: 50px;
}








#s-6baf8ef1-e8f1-4bd2-869c-4a57acc4a25f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6baf8ef1-e8f1-4bd2-869c-4a57acc4a25f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-35d005a3-b9c7-48a6-855b-2a69e6c36e99 {
  text-align: center;
}




  #s-35d005a3-b9c7-48a6-855b-2a69e6c36e99 img.shogun-image {
    
    width: px;
  }


#s-35d005a3-b9c7-48a6-855b-2a69e6c36e99 .shogun-image-content {
  
    align-items: center;
  
}

#s-17fd2138-dcea-4159-b6ba-9d0fc9674062 {
  min-height: 50px;
}








#s-17fd2138-dcea-4159-b6ba-9d0fc9674062 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17fd2138-dcea-4159-b6ba-9d0fc9674062.shg-box.shg-c {
  justify-content: center;
}

#s-c18d8cdc-caa0-4aba-9fe2-cca219b6cedf {
  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-c18d8cdc-caa0-4aba-9fe2-cca219b6cedf: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-c18d8cdc-caa0-4aba-9fe2-cca219b6cedf:active {background-color: rgba(240, 240, 240, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c18d8cdc-caa0-4aba-9fe2-cca219b6cedf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c18d8cdc-caa0-4aba-9fe2-cca219b6cedf {
  
}
}


#s-c18d8cdc-caa0-4aba-9fe2-cca219b6cedf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-c2e2bcf3-289c-4fe6-9fa7-9b7e0c033965 {
  min-height: 50px;
}








#s-c2e2bcf3-289c-4fe6-9fa7-9b7e0c033965 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2e2bcf3-289c-4fe6-9fa7-9b7e0c033965.shg-box.shg-c {
  justify-content: flex-start;
}

#s-08a5382e-fb51-4658-b1c7-623b27dea8b9 {
  min-height: 50px;
}








#s-08a5382e-fb51-4658-b1c7-623b27dea8b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08a5382e-fb51-4658-b1c7-623b27dea8b9.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c2f500b-af1c-41e3-9a03-a1cb5c7ae4ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9c9bfb6f-c963-4bf7-9ddb-9501341caca8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 1px;
padding-bottom: 5px;
padding-right: 1px;
}

#s-9c9bfb6f-c963-4bf7-9ddb-9501341caca8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9c9bfb6f-c963-4bf7-9ddb-9501341caca8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(222, 222, 222, 1);
  padding: 10px;
}

#s-9c9bfb6f-c963-4bf7-9ddb-9501341caca8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9c9bfb6f-c963-4bf7-9ddb-9501341caca8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9c9bfb6f-c963-4bf7-9ddb-9501341caca8 > .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-9c9bfb6f-c963-4bf7-9ddb-9501341caca8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-9a6c382e-2dc0-4664-8770-1895f82b98b5 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 4px;
padding-bottom: 5px;
padding-right: 4px;
}

#s-9a6c382e-2dc0-4664-8770-1895f82b98b5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(149, 146, 146, 1);
}

#s-9a6c382e-2dc0-4664-8770-1895f82b98b5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 7px;
}

#s-9a6c382e-2dc0-4664-8770-1895f82b98b5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(126, 126, 126, 1);
}

#s-9a6c382e-2dc0-4664-8770-1895f82b98b5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(149, 146, 146, 1);
}

#s-9a6c382e-2dc0-4664-8770-1895f82b98b5 > .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-9a6c382e-2dc0-4664-8770-1895f82b98b5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}
#s-b80530ec-77eb-4125-a29d-51abe7cf640c {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b80530ec-77eb-4125-a29d-51abe7cf640c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3dbd42a1-e1b6-4896-8d33-6faaca6cc72c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 7px;
padding-bottom: 10px;
padding-right: 7px;
min-height: 5px;
}

#s-3dbd42a1-e1b6-4896-8d33-6faaca6cc72c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-3dbd42a1-e1b6-4896-8d33-6faaca6cc72c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3dbd42a1-e1b6-4896-8d33-6faaca6cc72c td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-3dbd42a1-e1b6-4896-8d33-6faaca6cc72c td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-3dbd42a1-e1b6-4896-8d33-6faaca6cc72c td.shogun-table-column, #s-3dbd42a1-e1b6-4896-8d33-6faaca6cc72c td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-60e61a21-9f20-41a5-8e7d-6cec5a25d06b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-9b9b9a1a-0bbb-4d1e-9a2b-7196af2f0b0d {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-fa23d82a-80d2-4312-84c5-22c8766136e1 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-5ccd11c1-4609-4f7c-9f83-00e46ffbdf1c {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-61eb342a-4e6b-4ca4-8be8-7e46d1336393 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-4d3f7e31-4627-4707-81ce-f7ca35672789 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d88ca79f-5086-43ab-a81e-18ca2d7bf987 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-455c74ee-a895-4a44-b073-35c8c8619060 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-74947af3-1a14-4626-abb7-879cef3953db {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-2a38b877-0e02-431a-afc1-b32fe170e91c {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-76f53429-927c-4309-a497-ecd4c62df0b4 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-76f53429-927c-4309-a497-ecd4c62df0b4 img.shogun-image {
    
    width: px;
  }


#s-76f53429-927c-4309-a497-ecd4c62df0b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-3af31210-8d27-45ed-9fd3-fad5dde83e1f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 1px;
padding-bottom: 5px;
padding-right: 1px;
}

#s-3af31210-8d27-45ed-9fd3-fad5dde83e1f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3af31210-8d27-45ed-9fd3-fad5dde83e1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(222, 222, 222, 1);
  padding: 10px;
}

#s-3af31210-8d27-45ed-9fd3-fad5dde83e1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3af31210-8d27-45ed-9fd3-fad5dde83e1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-3af31210-8d27-45ed-9fd3-fad5dde83e1f > .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-3af31210-8d27-45ed-9fd3-fad5dde83e1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-34b2862b-d9e3-46c6-a9f3-1ee6a2e8d59c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 4px;
padding-bottom: 5px;
padding-right: 4px;
}

#s-34b2862b-d9e3-46c6-a9f3-1ee6a2e8d59c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(149, 146, 146, 1);
}

#s-34b2862b-d9e3-46c6-a9f3-1ee6a2e8d59c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 7px;
}

#s-34b2862b-d9e3-46c6-a9f3-1ee6a2e8d59c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(126, 126, 126, 1);
}

#s-34b2862b-d9e3-46c6-a9f3-1ee6a2e8d59c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(149, 146, 146, 1);
}

#s-34b2862b-d9e3-46c6-a9f3-1ee6a2e8d59c > .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-34b2862b-d9e3-46c6-a9f3-1ee6a2e8d59c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}
#s-4dae2da8-42b5-481b-82c9-809ecfd02b95 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4dae2da8-42b5-481b-82c9-809ecfd02b95"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5ba6f22b-5f11-4f5f-8e32-63fd1b91796e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 7px;
padding-bottom: 10px;
padding-right: 7px;
min-height: 5px;
}

#s-5ba6f22b-5f11-4f5f-8e32-63fd1b91796e .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-5ba6f22b-5f11-4f5f-8e32-63fd1b91796e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-5ba6f22b-5f11-4f5f-8e32-63fd1b91796e td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-5ba6f22b-5f11-4f5f-8e32-63fd1b91796e td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-5ba6f22b-5f11-4f5f-8e32-63fd1b91796e td.shogun-table-column, #s-5ba6f22b-5f11-4f5f-8e32-63fd1b91796e td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-984c102b-e809-46fe-9de0-05dad7e56789 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-455d7c09-2b3e-4282-a14b-458ca2e1a616 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-efb60ff2-9e67-4487-abbf-9a8186ad6e0c {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-f8b4f0f6-c444-46f4-876a-9edb5f75824e {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-73286f4e-44f1-4d18-b16a-81c1eaca0cf5 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d041f0f4-6443-43e4-85c3-456bca4230a8 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d7515e1e-edc9-484b-bdfa-549dedbb3bf0 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-e1ec530d-78a2-40f9-986d-6023af98e476 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-cf55af7e-eac4-41ad-a2b7-ca2bb43e4980 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-149b870e-ac81-4979-8e33-4b21a9ab8204 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-2e7755e4-9846-47ac-8458-c3199e72d03c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-2e7755e4-9846-47ac-8458-c3199e72d03c img.shogun-image {
    
    width: px;
  }


#s-2e7755e4-9846-47ac-8458-c3199e72d03c .shogun-image-content {
  
    align-items: center;
  
}

#s-ae752c8d-d720-443b-a98b-5d6b0cf7986e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-8fb8110e-ab95-45b4-b308-259dee191b4b {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
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);
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fb8110e-ab95-45b4-b308-259dee191b4b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-22a3e52b-5715-4c59-af19-0b5413b1c59a {
  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-22a3e52b-5715-4c59-af19-0b5413b1c59a .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;
}