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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f9c01ec2-2ff3-40b2-950a-89bf054409bc {
  min-height: 50px;
}








#s-f9c01ec2-2ff3-40b2-950a-89bf054409bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9c01ec2-2ff3-40b2-950a-89bf054409bc.shg-box.shg-c {
  justify-content: center;
}

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

.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;
  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-overflow: ellipsis;
  overflow: hidden;
  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-e5777818-3527-4f7f-aca1-e1a77601011f {
  
}

#s-e5777818-3527-4f7f-aca1-e1a77601011f .shogun-tabs {
  justify-content: center;
}

#s-e5777818-3527-4f7f-aca1-e1a77601011f .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-e5777818-3527-4f7f-aca1-e1a77601011f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-e5777818-3527-4f7f-aca1-e1a77601011f .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(188, 188, 188, 1);
    border: 1px solid #DDDDDD;
  }
  #s-e5777818-3527-4f7f-aca1-e1a77601011f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(221, 221, 221, 1);
  }
#s-e5777818-3527-4f7f-aca1-e1a77601011f .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
  font-family: Lato;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-e5777818-3527-4f7f-aca1-e1a77601011f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-e5777818-3527-4f7f-aca1-e1a77601011f .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-e5777818-3527-4f7f-aca1-e1a77601011f .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-e5777818-3527-4f7f-aca1-e1a77601011f .shogun-tab {
  max-width: calc(100% / 4 - (4 - 2) * 2px / 4);
}

#s-be362344-9bea-426f-a751-f105ef2bf613 {
  min-height: 50px;
}








#s-be362344-9bea-426f-a751-f105ef2bf613 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be362344-9bea-426f-a751-f105ef2bf613.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-9f06d760-619d-4cf7-b08a-e32537c0bdc1 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9f06d760-619d-4cf7-b08a-e32537c0bdc1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.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-a1b819c7-fd38-4482-ab3a-18a673df3306 {
  text-align: center;
}




  #s-a1b819c7-fd38-4482-ab3a-18a673df3306 img.shogun-image {
    
    width: px;
  }


#s-a1b819c7-fd38-4482-ab3a-18a673df3306 .shogun-image-content {
  
    align-items: center;
  
}

.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-83f89158-ef7a-4f8c-81d6-40b1b595b576 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-83f89158-ef7a-4f8c-81d6-40b1b595b576 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-99b000a3-ae11-4695-87ce-7149ca67c9cc {
  padding-bottom: 20px;
}

.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-ee789e34-a45b-42c2-984f-e8c0d5f13cb6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: left;
background-color: #252525;
text-decoration: none;
}
#s-ee789e34-a45b-42c2-984f-e8c0d5f13cb6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee789e34-a45b-42c2-984f-e8c0d5f13cb6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ee789e34-a45b-42c2-984f-e8c0d5f13cb6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e39fbb4e-d218-4870-a296-af1601523397 {
  text-align: center;
}




  #s-e39fbb4e-d218-4870-a296-af1601523397 img.shogun-image {
    
    width: px;
  }


#s-e39fbb4e-d218-4870-a296-af1601523397 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0a1b189-8206-458b-b0fa-49dde3dc42b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a0a1b189-8206-458b-b0fa-49dde3dc42b6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-29f7231c-2293-44c4-888d-b56d334a61da {
  padding-bottom: 20px;
}

#s-7f492694-4cf9-46a7-92b0-68f31952ca9d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: left;
background-color: #252525;
text-decoration: none;
}
#s-7f492694-4cf9-46a7-92b0-68f31952ca9d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7f492694-4cf9-46a7-92b0-68f31952ca9d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7f492694-4cf9-46a7-92b0-68f31952ca9d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d06c27bb-cb9b-4340-9edc-df3882ac162f {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d06c27bb-cb9b-4340-9edc-df3882ac162f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-01f172d7-9498-48aa-8244-de31c7393806 {
  text-align: center;
}




  #s-01f172d7-9498-48aa-8244-de31c7393806 img.shogun-image {
    
    width: px;
  }


#s-01f172d7-9498-48aa-8244-de31c7393806 .shogun-image-content {
  
    align-items: center;
  
}

#s-771b53b4-16d0-4f57-b046-cadc30e76dac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-771b53b4-16d0-4f57-b046-cadc30e76dac .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-43d5049e-79ba-486a-920c-8902190191da {
  padding-bottom: 20px;
}

#s-fa310022-71fe-48d8-beae-ca6810f6721f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: left;
background-color: #252525;
text-decoration: none;
}
#s-fa310022-71fe-48d8-beae-ca6810f6721f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fa310022-71fe-48d8-beae-ca6810f6721f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fa310022-71fe-48d8-beae-ca6810f6721f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-be787670-ffc1-42ad-b9c6-4b481d9f6955 {
  text-align: center;
}




  #s-be787670-ffc1-42ad-b9c6-4b481d9f6955 img.shogun-image {
    
    width: px;
  }


#s-be787670-ffc1-42ad-b9c6-4b481d9f6955 .shogun-image-content {
  
    align-items: center;
  
}

#s-febd388e-1935-4092-8b19-3890c9d4c875 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-febd388e-1935-4092-8b19-3890c9d4c875 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-af3e328e-d4fc-41c3-a931-30c9626875a2 {
  padding-bottom: 20px;
}

#s-04e0d18e-16df-49bf-874c-c5d8c4d7692f {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: left;
background-color: rgba(85, 123, 151, 1);
text-decoration: none;
hover-type: color;
}
#s-04e0d18e-16df-49bf-874c-c5d8c4d7692f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(67, 96, 118, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-04e0d18e-16df-49bf-874c-c5d8c4d7692f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-04e0d18e-16df-49bf-874c-c5d8c4d7692f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e79ddc8e-98cd-4a29-a2de-f3da1af2c30f {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-e79ddc8e-98cd-4a29-a2de-f3da1af2c30f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e79ddc8e-98cd-4a29-a2de-f3da1af2c30f.shg-box.shg-c {
  justify-content: center;
}

#s-a2988042-d363-4373-85b6-d0c78290f552 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a2988042-d363-4373-85b6-d0c78290f552"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-5677881a-e442-4bcf-9a83-0c479d0eed49 {
  text-align: center;
}




  #s-5677881a-e442-4bcf-9a83-0c479d0eed49 img.shogun-image {
    
    width: px;
  }


#s-5677881a-e442-4bcf-9a83-0c479d0eed49 .shogun-image-content {
  
    align-items: center;
  
}

#s-3250575e-f434-4690-a2de-65c0fa13996b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3250575e-f434-4690-a2de-65c0fa13996b .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ec5d02f6-9626-4a41-acab-4a89bd39bbdf {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-ec5d02f6-9626-4a41-acab-4a89bd39bbdf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ec5d02f6-9626-4a41-acab-4a89bd39bbdf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ec5d02f6-9626-4a41-acab-4a89bd39bbdf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5ac3f2c6-c302-4a29-ac25-782b58312dd7 {
  text-align: center;
}




  #s-5ac3f2c6-c302-4a29-ac25-782b58312dd7 img.shogun-image {
    
    width: px;
  }


#s-5ac3f2c6-c302-4a29-ac25-782b58312dd7 .shogun-image-content {
  
    align-items: center;
  
}

#s-29d15454-7569-41c0-931a-ba1c9a6399c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29d15454-7569-41c0-931a-ba1c9a6399c5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-32d74417-1836-48c2-8177-d0687ade1217 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-32d74417-1836-48c2-8177-d0687ade1217:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-32d74417-1836-48c2-8177-d0687ade1217:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-32d74417-1836-48c2-8177-d0687ade1217.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ae0e7f88-ef43-4fec-a895-33ee87c21525 {
  text-align: center;
}




  #s-ae0e7f88-ef43-4fec-a895-33ee87c21525 img.shogun-image {
    
    width: px;
  }


#s-ae0e7f88-ef43-4fec-a895-33ee87c21525 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf638544-3ee2-4ced-bf26-c75d7522293f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf638544-3ee2-4ced-bf26-c75d7522293f .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c0f66dd4-7827-457c-8dee-235e72415c5a {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-c0f66dd4-7827-457c-8dee-235e72415c5a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c0f66dd4-7827-457c-8dee-235e72415c5a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c0f66dd4-7827-457c-8dee-235e72415c5a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a82af72e-9db0-4d2a-a84a-c28a96814341 {
  text-align: center;
}




  #s-a82af72e-9db0-4d2a-a84a-c28a96814341 img.shogun-image {
    
    width: px;
  }


#s-a82af72e-9db0-4d2a-a84a-c28a96814341 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a9342bf-614e-4522-85e3-ce01fb7c60d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a9342bf-614e-4522-85e3-ce01fb7c60d6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cf6b3ccf-f45c-47e5-b136-92288511ef33 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-cf6b3ccf-f45c-47e5-b136-92288511ef33:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cf6b3ccf-f45c-47e5-b136-92288511ef33:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cf6b3ccf-f45c-47e5-b136-92288511ef33.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f769d300-e150-4d9e-b66e-f9f54052c4bf {
  min-height: 50px;
}








#s-f769d300-e150-4d9e-b66e-f9f54052c4bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f769d300-e150-4d9e-b66e-f9f54052c4bf.shg-box.shg-c {
  justify-content: center;
}

#s-977c9b2e-4c83-49ff-a486-33d39dbe74fa {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-977c9b2e-4c83-49ff-a486-33d39dbe74fa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-9c9f1a9c-4cc5-4357-a6d3-530896dca2df {
  text-align: center;
}




  #s-9c9f1a9c-4cc5-4357-a6d3-530896dca2df img.shogun-image {
    
    width: px;
  }


#s-9c9f1a9c-4cc5-4357-a6d3-530896dca2df .shogun-image-content {
  
    align-items: center;
  
}

#s-83595766-064c-4d75-92e2-68ed41cbe84f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83595766-064c-4d75-92e2-68ed41cbe84f .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9e448eea-39ba-444c-b0b9-e343f1f7d21e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-9e448eea-39ba-444c-b0b9-e343f1f7d21e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9e448eea-39ba-444c-b0b9-e343f1f7d21e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9e448eea-39ba-444c-b0b9-e343f1f7d21e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cbaf0672-4b06-4ff0-986b-86acf963a446 {
  text-align: center;
}




  #s-cbaf0672-4b06-4ff0-986b-86acf963a446 img.shogun-image {
    
    width: px;
  }


#s-cbaf0672-4b06-4ff0-986b-86acf963a446 .shogun-image-content {
  
    align-items: center;
  
}

#s-b724579c-3d1a-46cd-a803-c9751aa47d46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b724579c-3d1a-46cd-a803-c9751aa47d46 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-302ae44d-3746-4af2-aa77-234a1d30ad80 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-302ae44d-3746-4af2-aa77-234a1d30ad80:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-302ae44d-3746-4af2-aa77-234a1d30ad80:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-302ae44d-3746-4af2-aa77-234a1d30ad80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-02793e76-31b4-4a3b-a583-f27a928645fd {
  text-align: center;
}




  #s-02793e76-31b4-4a3b-a583-f27a928645fd img.shogun-image {
    
    width: px;
  }


#s-02793e76-31b4-4a3b-a583-f27a928645fd .shogun-image-content {
  
    align-items: center;
  
}

#s-203219f1-0e20-4497-aab5-5a297f3f42c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-203219f1-0e20-4497-aab5-5a297f3f42c3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4d759acd-47af-4287-9d75-11d913de22c8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-4d759acd-47af-4287-9d75-11d913de22c8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4d759acd-47af-4287-9d75-11d913de22c8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4d759acd-47af-4287-9d75-11d913de22c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-eb52480f-b98e-4252-a37a-b0bcc2bcebaa {
  text-align: center;
}




  #s-eb52480f-b98e-4252-a37a-b0bcc2bcebaa img.shogun-image {
    
    width: px;
  }


#s-eb52480f-b98e-4252-a37a-b0bcc2bcebaa .shogun-image-content {
  
    align-items: center;
  
}

#s-cccd3854-0581-4517-b321-80f0f50d1291 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cccd3854-0581-4517-b321-80f0f50d1291 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9ad3b8df-bd55-4ebe-8fdb-4a8ec78eafa3 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-9ad3b8df-bd55-4ebe-8fdb-4a8ec78eafa3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9ad3b8df-bd55-4ebe-8fdb-4a8ec78eafa3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9ad3b8df-bd55-4ebe-8fdb-4a8ec78eafa3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-63c736aa-ffa0-432a-aa55-bab477dac798 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-63c736aa-ffa0-432a-aa55-bab477dac798 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63c736aa-ffa0-432a-aa55-bab477dac798.shg-box.shg-c {
  justify-content: center;
}

#s-45176760-63de-444b-8bef-b37d797efb48 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-45176760-63de-444b-8bef-b37d797efb48"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-734d2eaf-802e-40a5-9bcb-4b5485b03f46 {
  text-align: center;
}




  #s-734d2eaf-802e-40a5-9bcb-4b5485b03f46 img.shogun-image {
    
    width: px;
  }


#s-734d2eaf-802e-40a5-9bcb-4b5485b03f46 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf744ad9-16f6-4f05-a993-3afa28e264bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf744ad9-16f6-4f05-a993-3afa28e264bb .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7d678f64-e67d-4948-b130-dbe4b13758e7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-7d678f64-e67d-4948-b130-dbe4b13758e7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7d678f64-e67d-4948-b130-dbe4b13758e7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7d678f64-e67d-4948-b130-dbe4b13758e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f7e3fe97-2a1c-477d-911a-8cd4299c421b {
  text-align: center;
}




  #s-f7e3fe97-2a1c-477d-911a-8cd4299c421b img.shogun-image {
    
    width: px;
  }


#s-f7e3fe97-2a1c-477d-911a-8cd4299c421b .shogun-image-content {
  
    align-items: center;
  
}

#s-4de53b35-3720-4583-8576-713bdc400038 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4de53b35-3720-4583-8576-713bdc400038 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4c1755da-d8ad-4191-b36f-4cddaa3aed1f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-4c1755da-d8ad-4191-b36f-4cddaa3aed1f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4c1755da-d8ad-4191-b36f-4cddaa3aed1f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4c1755da-d8ad-4191-b36f-4cddaa3aed1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-eeb77e43-592e-43df-b72f-93392436f477 {
  text-align: center;
}




  #s-eeb77e43-592e-43df-b72f-93392436f477 img.shogun-image {
    
    width: px;
  }


#s-eeb77e43-592e-43df-b72f-93392436f477 .shogun-image-content {
  
    align-items: center;
  
}

#s-7492af32-8bec-4814-a2e6-4a8c7eb8ee74 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7492af32-8bec-4814-a2e6-4a8c7eb8ee74 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-51e9ccf4-d9cb-4bbc-9cc9-518fff2d4376 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-51e9ccf4-d9cb-4bbc-9cc9-518fff2d4376:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-51e9ccf4-d9cb-4bbc-9cc9-518fff2d4376:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-51e9ccf4-d9cb-4bbc-9cc9-518fff2d4376.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-eb683ad6-61a5-497e-a0da-fb7f64cfdf93 {
  text-align: center;
}




  #s-eb683ad6-61a5-497e-a0da-fb7f64cfdf93 img.shogun-image {
    
    width: px;
  }


#s-eb683ad6-61a5-497e-a0da-fb7f64cfdf93 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf257195-5eb0-44a1-a27d-f68dbdf54794 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf257195-5eb0-44a1-a27d-f68dbdf54794 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-aaf20bf5-405e-4e6b-a4a0-a53e13a435c2 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-aaf20bf5-405e-4e6b-a4a0-a53e13a435c2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aaf20bf5-405e-4e6b-a4a0-a53e13a435c2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aaf20bf5-405e-4e6b-a4a0-a53e13a435c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9f4ef217-d5f8-496e-94f1-a9da3f8c393c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-1043bcda-36a8-4a88-84b3-6681ddafe72e {
  text-align: center;
}




  #s-1043bcda-36a8-4a88-84b3-6681ddafe72e img.shogun-image {
    
    width: px;
  }


#s-1043bcda-36a8-4a88-84b3-6681ddafe72e .shogun-image-content {
  
    align-items: center;
  
}

#s-4dcc1f33-8c07-4f59-bfba-17718b9496ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4dcc1f33-8c07-4f59-bfba-17718b9496ec .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5c58ce92-ac16-4c1a-a851-b86501bc1954 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-5c58ce92-ac16-4c1a-a851-b86501bc1954:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5c58ce92-ac16-4c1a-a851-b86501bc1954:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5c58ce92-ac16-4c1a-a851-b86501bc1954.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-734185b4-0d71-42cd-8abe-b727eb948b9a {
  text-align: center;
}




  #s-734185b4-0d71-42cd-8abe-b727eb948b9a img.shogun-image {
    
    width: px;
  }


#s-734185b4-0d71-42cd-8abe-b727eb948b9a .shogun-image-content {
  
    align-items: center;
  
}

#s-103b7f90-2614-42e2-94ac-6e8a1d6d9bff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-103b7f90-2614-42e2-94ac-6e8a1d6d9bff .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0e00a3bc-f28b-4507-bd58-424e5a7a6d16 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-0e00a3bc-f28b-4507-bd58-424e5a7a6d16:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0e00a3bc-f28b-4507-bd58-424e5a7a6d16:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0e00a3bc-f28b-4507-bd58-424e5a7a6d16.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-807bd181-7d5e-451d-8274-2688eb3ef560 {
  text-align: center;
}




  #s-807bd181-7d5e-451d-8274-2688eb3ef560 img.shogun-image {
    
    width: px;
  }


#s-807bd181-7d5e-451d-8274-2688eb3ef560 .shogun-image-content {
  
    align-items: center;
  
}

#s-df33724f-ba54-4d7e-9dd5-74eca378df77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df33724f-ba54-4d7e-9dd5-74eca378df77 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c96d913a-2b19-42e3-96bd-7420af4312d0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-c96d913a-2b19-42e3-96bd-7420af4312d0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c96d913a-2b19-42e3-96bd-7420af4312d0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c96d913a-2b19-42e3-96bd-7420af4312d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-45328685-49eb-4ab6-a18c-b925035ed478 {
  text-align: center;
}




  #s-45328685-49eb-4ab6-a18c-b925035ed478 img.shogun-image {
    
    width: px;
  }


#s-45328685-49eb-4ab6-a18c-b925035ed478 .shogun-image-content {
  
    align-items: center;
  
}

#s-de430f2e-1097-45bd-9c7c-ebd20f477336 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de430f2e-1097-45bd-9c7c-ebd20f477336 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-50cca7a1-2423-4af3-8d44-03ac74d73a21 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-50cca7a1-2423-4af3-8d44-03ac74d73a21:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-50cca7a1-2423-4af3-8d44-03ac74d73a21:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-50cca7a1-2423-4af3-8d44-03ac74d73a21.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d57758c8-fe9a-4e63-8006-5bd26ee63c5e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-870f3863-cc4e-4ff6-a9d0-25ca56706e43 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-870f3863-cc4e-4ff6-a9d0-25ca56706e43 img.shogun-image {
    
    width: px;
  }


#s-870f3863-cc4e-4ff6-a9d0-25ca56706e43 .shogun-image-content {
  
    align-items: center;
  
}

#s-99fe0ea3-1f9e-4aa7-bac5-bbecfbfe9d24 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99fe0ea3-1f9e-4aa7-bac5-bbecfbfe9d24 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-073c0e13-c849-4bf6-a226-92359795db27 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-073c0e13-c849-4bf6-a226-92359795db27:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-073c0e13-c849-4bf6-a226-92359795db27:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-073c0e13-c849-4bf6-a226-92359795db27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0cb31e72-846d-4066-b5a9-5ea34281feda {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-0cb31e72-846d-4066-b5a9-5ea34281feda img.shogun-image {
    
    width: px;
  }


#s-0cb31e72-846d-4066-b5a9-5ea34281feda .shogun-image-content {
  
    align-items: center;
  
}

#s-b63b1334-f19f-4d1d-b523-ca2c4d316021 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b63b1334-f19f-4d1d-b523-ca2c4d316021 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fb67da65-16ea-4d08-a26d-e8b7f2afc0b4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-fb67da65-16ea-4d08-a26d-e8b7f2afc0b4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fb67da65-16ea-4d08-a26d-e8b7f2afc0b4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fb67da65-16ea-4d08-a26d-e8b7f2afc0b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c72bc2a3-72e3-428e-a44a-b15d5e873ebd {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-c72bc2a3-72e3-428e-a44a-b15d5e873ebd img.shogun-image {
    
    width: px;
  }


#s-c72bc2a3-72e3-428e-a44a-b15d5e873ebd .shogun-image-content {
  
    align-items: center;
  
}

#s-1b83dcaf-d75a-44be-9808-3f8ca120d648 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b83dcaf-d75a-44be-9808-3f8ca120d648 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a93f9bb6-4f02-45b2-ab80-6422d58a8013 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-a93f9bb6-4f02-45b2-ab80-6422d58a8013:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a93f9bb6-4f02-45b2-ab80-6422d58a8013:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a93f9bb6-4f02-45b2-ab80-6422d58a8013.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8537cd4a-9341-4483-af46-aa45610d703a {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: -55px;
background-position: center center;
}








#s-8537cd4a-9341-4483-af46-aa45610d703a > .shg-box-overlay {
  background-color: rgba(66, 78, 86, 1);
  opacity: 0.5;
}#s-8537cd4a-9341-4483-af46-aa45610d703a.shg-box.shg-c {
  justify-content: center;
}

#s-ab5e6eac-cd14-4938-819b-7be0035d9cb7 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-ab5e6eac-cd14-4938-819b-7be0035d9cb7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

#s-7f5839ad-9437-4c76-ae41-3e1749cf8133 {
  padding-top: 40px;
padding-bottom: 20px;
text-align: center;
}

#s-7f5839ad-9437-4c76-ae41-3e1749cf8133 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b553a19b-97a3-4161-95be-e5b0f595ebf8 {
  padding-top: 10px;
padding-bottom: 20px;
}

#s-07a80c23-d5f9-44bf-b03c-2ebf9a7caa64 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-07a80c23-d5f9-44bf-b03c-2ebf9a7caa64:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-07a80c23-d5f9-44bf-b03c-2ebf9a7caa64:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-07a80c23-d5f9-44bf-b03c-2ebf9a7caa64.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
