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

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

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

@media (min-width: 768px) and (max-width: 991px){#s-c66c3d63-1cb5-48de-9d5e-5e20b023ded9 {
  display: none;
}
#s-c66c3d63-1cb5-48de-9d5e-5e20b023ded9, #wrap-s-c66c3d63-1cb5-48de-9d5e-5e20b023ded9 { display:none !important; }}@media (max-width: 767px){#s-c66c3d63-1cb5-48de-9d5e-5e20b023ded9 {
  display: none;
}
#s-c66c3d63-1cb5-48de-9d5e-5e20b023ded9, #wrap-s-c66c3d63-1cb5-48de-9d5e-5e20b023ded9 { display:none !important; }}
.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-4a55d015-ea93-4931-ad8f-a454bedb4faf {
  background-image: url(https://i.shgcdn.com/a521f498-bcb7-475c-80e7-3046d26697da/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-4a55d015-ea93-4931-ad8f-a454bedb4faf {
  display: none;
}
#s-4a55d015-ea93-4931-ad8f-a454bedb4faf, #wrap-s-4a55d015-ea93-4931-ad8f-a454bedb4faf { display:none !important; }}







#s-4a55d015-ea93-4931-ad8f-a454bedb4faf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a55d015-ea93-4931-ad8f-a454bedb4faf {
  cursor: pointer;
}#s-4a55d015-ea93-4931-ad8f-a454bedb4faf.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-ba82be14-c15c-4dfc-8108-bee7589a20ed {
  margin-left: 3em;
margin-right: 3em;
}

@media (min-width: 0px) {
[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0em);
}

}

@media (min-width: 992px) {
[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0em);
}

}

@media (min-width: 1200px) {
[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0em);
}

}

#s-7d7d5d65-aa25-4b9d-87ef-d3730a914469 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 2em;
padding-left: 10%;
padding-bottom: 2em;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 241, 241, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.35);
}








#s-7d7d5d65-aa25-4b9d-87ef-d3730a914469 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d7d5d65-aa25-4b9d-87ef-d3730a914469.shg-box.shg-c {
  justify-content: 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-8931f043-8a43-4ffe-b296-ae640e3e3621 {
  text-align: left;
}

#s-8931f043-8a43-4ffe-b296-ae640e3e3621 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 86px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-8931f043-8a43-4ffe-b296-ae640e3e3621 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


.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-f9d2163a-774e-4cd8-b403-c299024749ae {
  margin-top: 2em;
margin-bottom: 2em;
}

.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-66382fc8-283b-432f-9535-55880320d2e5 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-66382fc8-283b-432f-9535-55880320d2e5:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-66382fc8-283b-432f-9535-55880320d2e5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-66382fc8-283b-432f-9535-55880320d2e5-btn-wrapper {
    text-align: left;
  }


#s-66382fc8-283b-432f-9535-55880320d2e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-d23d5e66-8b35-4d37-ad91-d0c6e41c4d05 {
  background-image: url(https://i.shgcdn.com/70accff0-0157-4207-a010-c89d2ca640f7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: contain;
min-height: 500px;
background-position: center center;
}








#s-d23d5e66-8b35-4d37-ad91-d0c6e41c4d05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d23d5e66-8b35-4d37-ad91-d0c6e41c4d05 {
  cursor: pointer;
}#s-d23d5e66-8b35-4d37-ad91-d0c6e41c4d05.shg-box.shg-c {
  justify-content: center;
}

#s-bed1b30d-df49-4a26-a05f-31240c42e241 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-4a032238-b61d-43ce-95bf-f39e0f75afd6 {
  text-align: center;
}




  #s-4a032238-b61d-43ce-95bf-f39e0f75afd6 img.shogun-image {
    
    width: px;
  }


#s-4a032238-b61d-43ce-95bf-f39e0f75afd6 .shogun-image-content {
  
    align-items: center;
  
}

#s-77f94af5-7025-40b7-983c-12302f2d537b {
  background-image: url(https://i.shgcdn.com/9e9476ff-b233-49e9-8232-0bed5e20d407/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-77f94af5-7025-40b7-983c-12302f2d537b {
  
}
}@media (max-width: 767px){#s-77f94af5-7025-40b7-983c-12302f2d537b {
  display: none;
}
#s-77f94af5-7025-40b7-983c-12302f2d537b, #wrap-s-77f94af5-7025-40b7-983c-12302f2d537b { display:none !important; }}







#s-77f94af5-7025-40b7-983c-12302f2d537b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77f94af5-7025-40b7-983c-12302f2d537b {
  cursor: pointer;
}#s-77f94af5-7025-40b7-983c-12302f2d537b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0em);
}

}

@media (min-width: 992px) {
[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0em);
}

}

@media (min-width: 1200px) {
[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0em);
}

}

@media (max-width: 767px) {
  [id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-34a6d723-cd3d-440a-9df7-5f136bd99d45 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.35);
}








#s-34a6d723-cd3d-440a-9df7-5f136bd99d45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34a6d723-cd3d-440a-9df7-5f136bd99d45.shg-box.shg-c {
  justify-content: center;
}

#s-d313ae5d-7bdb-4f89-9587-db7f545d216c {
  text-align: left;
}

#s-d313ae5d-7bdb-4f89-9587-db7f545d216c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 86px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-d313ae5d-7bdb-4f89-9587-db7f545d216c .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-13d396d9-5b01-46ef-b57b-b931649373db {
  margin-top: 2em;
margin-bottom: 2em;
}

#s-921de658-0aa2-492a-8bf8-83b87a61ef13 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-921de658-0aa2-492a-8bf8-83b87a61ef13:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-921de658-0aa2-492a-8bf8-83b87a61ef13:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-921de658-0aa2-492a-8bf8-83b87a61ef13-btn-wrapper {
    text-align: left;
  }


#s-921de658-0aa2-492a-8bf8-83b87a61ef13.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-828f812a-4ffa-4689-84cc-bd9119df4c87 {
  background-image: url(https://i.shgcdn.com/8aad1de5-e5c1-4d63-9487-b128b595008a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
@media (min-width: 1200px){#s-828f812a-4ffa-4689-84cc-bd9119df4c87 {
  display: none;
}
#s-828f812a-4ffa-4689-84cc-bd9119df4c87, #wrap-s-828f812a-4ffa-4689-84cc-bd9119df4c87 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-828f812a-4ffa-4689-84cc-bd9119df4c87 {
  display: none;
}
#s-828f812a-4ffa-4689-84cc-bd9119df4c87, #wrap-s-828f812a-4ffa-4689-84cc-bd9119df4c87 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-828f812a-4ffa-4689-84cc-bd9119df4c87 {
  
}
}@media (max-width: 767px){#s-828f812a-4ffa-4689-84cc-bd9119df4c87 {
  display: none;
}
#s-828f812a-4ffa-4689-84cc-bd9119df4c87, #wrap-s-828f812a-4ffa-4689-84cc-bd9119df4c87 { display:none !important; }}







#s-828f812a-4ffa-4689-84cc-bd9119df4c87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-828f812a-4ffa-4689-84cc-bd9119df4c87.shg-box.shg-c {
  justify-content: center;
}

#s-d728662c-04e9-452e-9599-4b03c4492dd7 {
  border-style: solid;
margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.3);
}








#s-d728662c-04e9-452e-9599-4b03c4492dd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d728662c-04e9-452e-9599-4b03c4492dd7 {
  cursor: pointer;
}#s-d728662c-04e9-452e-9599-4b03c4492dd7.shg-box.shg-c {
  justify-content: center;
}

#s-416e409f-24ee-4b29-943c-9aa177a70143 {
  text-align: center;
}

#s-416e409f-24ee-4b29-943c-9aa177a70143 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 2.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-416e409f-24ee-4b29-943c-9aa177a70143 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-b94b7dd5-ffb7-4703-88db-1ba9005eb661 {
  margin-top: 1em;
margin-bottom: 1em;
}

#s-12c3297e-7d6d-4ad5-b374-bb7c2d21aea4 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-12c3297e-7d6d-4ad5-b374-bb7c2d21aea4:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-12c3297e-7d6d-4ad5-b374-bb7c2d21aea4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-12c3297e-7d6d-4ad5-b374-bb7c2d21aea4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-f188d415-6638-4067-8725-0dabd3dac6b2 {
  text-align: right;
}
@media (min-width: 1200px){#s-f188d415-6638-4067-8725-0dabd3dac6b2 {
  display: none;
}
#s-f188d415-6638-4067-8725-0dabd3dac6b2, #wrap-s-f188d415-6638-4067-8725-0dabd3dac6b2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f188d415-6638-4067-8725-0dabd3dac6b2 {
  display: none;
}
#s-f188d415-6638-4067-8725-0dabd3dac6b2, #wrap-s-f188d415-6638-4067-8725-0dabd3dac6b2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f188d415-6638-4067-8725-0dabd3dac6b2 {
  display: none;
}
#s-f188d415-6638-4067-8725-0dabd3dac6b2, #wrap-s-f188d415-6638-4067-8725-0dabd3dac6b2 { display:none !important; }}



  #s-f188d415-6638-4067-8725-0dabd3dac6b2 img.shogun-image {
    
    width: px;
  }


#s-f188d415-6638-4067-8725-0dabd3dac6b2 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-b9382f72-be2b-4f60-b32e-e4bea1ff8001 {
  border-style: solid;
margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: right;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b9382f72-be2b-4f60-b32e-e4bea1ff8001:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-b9382f72-be2b-4f60-b32e-e4bea1ff8001:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b9382f72-be2b-4f60-b32e-e4bea1ff8001.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-13f45dda-5eaf-46b4-a92c-77e22b636f1f {
  min-height: 50px;
}








#s-13f45dda-5eaf-46b4-a92c-77e22b636f1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13f45dda-5eaf-46b4-a92c-77e22b636f1f.shg-box.shg-c {
  justify-content: center;
}

#s-f21a3fe8-1dea-45c5-8475-93abbb96170c {
  margin-left: 3em;
margin-bottom: 1em;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-f21a3fe8-1dea-45c5-8475-93abbb96170c {
  display: none;
}
#s-f21a3fe8-1dea-45c5-8475-93abbb96170c, #wrap-s-f21a3fe8-1dea-45c5-8475-93abbb96170c { display:none !important; }}@media (max-width: 767px){#s-f21a3fe8-1dea-45c5-8475-93abbb96170c {
  display: none;
}
#s-f21a3fe8-1dea-45c5-8475-93abbb96170c, #wrap-s-f21a3fe8-1dea-45c5-8475-93abbb96170c { display:none !important; }}
@media (min-width: 0px) {
[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-f21a3fe8-1dea-45c5-8475-93abbb96170c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0em);
}

}

#s-c9d4f931-0abf-422b-ac49-01f841f593b4 {
  border-style: solid;
margin-bottom: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(40, 231, 222, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(106, 106, 106, 1);
}








#s-c9d4f931-0abf-422b-ac49-01f841f593b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9d4f931-0abf-422b-ac49-01f841f593b4 {
  cursor: pointer;
}#s-c9d4f931-0abf-422b-ac49-01f841f593b4.shg-box.shg-c {
  justify-content: center;
}

#s-c4112d0a-9335-4e61-8fe8-a5b984158fbd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4112d0a-9335-4e61-8fe8-a5b984158fbd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


#s-c4112d0a-9335-4e61-8fe8-a5b984158fbd .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-0a5782ed-4560-4cd8-9aba-9b002fcf5a0b {
  border-style: solid;
margin-bottom: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(40, 230, 222, 1);
}








#s-0a5782ed-4560-4cd8-9aba-9b002fcf5a0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a5782ed-4560-4cd8-9aba-9b002fcf5a0b {
  cursor: pointer;
}#s-0a5782ed-4560-4cd8-9aba-9b002fcf5a0b.shg-box.shg-c {
  justify-content: center;
}

#s-5b73d404-1646-4645-8303-33458e06040a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b73d404-1646-4645-8303-33458e06040a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-5b73d404-1646-4645-8303-33458e06040a .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-26ce236e-2271-46f6-ac74-5e7f4a1ea339 {
  border-style: solid;
margin-bottom: 1em;
padding-top: 1em;
padding-left: 1px;
padding-bottom: 1em;
padding-right: 1px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-26ce236e-2271-46f6-ac74-5e7f4a1ea339 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-26ce236e-2271-46f6-ac74-5e7f4a1ea339.shg-box.shg-c {
  justify-content: center;
}

#s-a4694fdf-3521-404b-a13e-31337975fdcf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4694fdf-3521-404b-a13e-31337975fdcf .shogun-heading-component h1 {
  color: rgba(40, 230, 222, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc {
  margin-left: 1em;
margin-right: 1em;
}
@media (min-width: 1200px){#s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc {
  display: none;
}
#s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc, #wrap-s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc {
  display: none;
}
#s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc, #wrap-s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc {
  display: none;
}
#s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc, #wrap-s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc { display:none !important; }}
@media (min-width: 0px) {
[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e2fe6b84-da40-4a86-b04b-0a7fb20e55dc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d1685ae6-8e61-4412-96a4-aeb63b92255e {
  border-style: solid;
margin-top: 1em;
margin-bottom: 1em;
padding-top: 0.5em;
padding-left: 0.5em;
padding-bottom: 0.5em;
padding-right: 0.5em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(40, 231, 222, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(40, 230, 222, 1);
}








#s-d1685ae6-8e61-4412-96a4-aeb63b92255e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1685ae6-8e61-4412-96a4-aeb63b92255e {
  cursor: pointer;
}#s-d1685ae6-8e61-4412-96a4-aeb63b92255e.shg-box.shg-c {
  justify-content: center;
}

#s-02432f59-1b10-4c3a-b12d-0fd15df22e10 {
  text-align: center;
}

#s-02432f59-1b10-4c3a-b12d-0fd15df22e10 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


#s-02432f59-1b10-4c3a-b12d-0fd15df22e10 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-e03eb2b7-a418-490f-afd0-85988a77ca9d {
  border-style: solid;
padding-top: 0.5em;
padding-left: 1em;
padding-bottom: 0.5em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(40, 230, 222, 1);
}








#s-e03eb2b7-a418-490f-afd0-85988a77ca9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e03eb2b7-a418-490f-afd0-85988a77ca9d {
  cursor: pointer;
}#s-e03eb2b7-a418-490f-afd0-85988a77ca9d.shg-box.shg-c {
  justify-content: center;
}

#s-2c2bb63e-253b-485b-a2a2-e21a226cd60a {
  text-align: center;
}

#s-2c2bb63e-253b-485b-a2a2-e21a226cd60a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-2c2bb63e-253b-485b-a2a2-e21a226cd60a .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-58c2f673-39d0-4158-b12e-5a34a3fd32d5 {
  border-style: solid;
margin-top: 1em;
padding-top: 0.5em;
padding-left: 1em;
padding-bottom: 0.5em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(40, 230, 222, 1);
}








#s-58c2f673-39d0-4158-b12e-5a34a3fd32d5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-58c2f673-39d0-4158-b12e-5a34a3fd32d5.shg-box.shg-c {
  justify-content: center;
}

#s-a0ff2adf-d836-4e87-8bb9-431bc1ac052f {
  text-align: center;
}

#s-a0ff2adf-d836-4e87-8bb9-431bc1ac052f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 1200px){#s-3b5fab21-94cb-46e2-9ce9-faacc2057017 {
  display: none;
}
#s-3b5fab21-94cb-46e2-9ce9-faacc2057017, #wrap-s-3b5fab21-94cb-46e2-9ce9-faacc2057017 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b5fab21-94cb-46e2-9ce9-faacc2057017 {
  display: none;
}
#s-3b5fab21-94cb-46e2-9ce9-faacc2057017, #wrap-s-3b5fab21-94cb-46e2-9ce9-faacc2057017 { display:none !important; }}@media (max-width: 767px){#s-3b5fab21-94cb-46e2-9ce9-faacc2057017 {
  display: none;
}
#s-3b5fab21-94cb-46e2-9ce9-faacc2057017, #wrap-s-3b5fab21-94cb-46e2-9ce9-faacc2057017 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3b5fab21-94cb-46e2-9ce9-faacc2057017"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a561a948-149f-4a99-8610-e5c61051d48c {
  border-style: solid;
padding-top: 0.5em;
padding-left: 1em;
padding-bottom: 0.5em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(40, 231, 222, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(106, 106, 106, 1);
}








#s-a561a948-149f-4a99-8610-e5c61051d48c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a561a948-149f-4a99-8610-e5c61051d48c {
  cursor: pointer;
}#s-a561a948-149f-4a99-8610-e5c61051d48c.shg-box.shg-c {
  justify-content: center;
}

#s-ee423685-3112-4bec-ac1e-d6070cc718a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee423685-3112-4bec-ac1e-d6070cc718a2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


#s-ee423685-3112-4bec-ac1e-d6070cc718a2 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-c709d988-d7a3-46e1-9fc1-2b401f5bcd8c {
  border-style: solid;
padding-top: 0.5em;
padding-left: 1em;
padding-bottom: 0.5em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(40, 230, 222, 1);
}








#s-c709d988-d7a3-46e1-9fc1-2b401f5bcd8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c709d988-d7a3-46e1-9fc1-2b401f5bcd8c {
  cursor: pointer;
}#s-c709d988-d7a3-46e1-9fc1-2b401f5bcd8c.shg-box.shg-c {
  justify-content: center;
}

#s-428b27ea-3739-42e2-9ad9-33a8027355d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-428b27ea-3739-42e2-9ad9-33a8027355d4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-428b27ea-3739-42e2-9ad9-33a8027355d4 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-69a2fef1-0966-4812-8485-c98906d8367f {
  border-style: solid;
padding-top: 0.5em;
padding-left: 1em;
padding-bottom: 0.5em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-69a2fef1-0966-4812-8485-c98906d8367f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-69a2fef1-0966-4812-8485-c98906d8367f.shg-box.shg-c {
  justify-content: center;
}

#s-85efc825-2f3b-4913-b5a4-3d71597465c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85efc825-2f3b-4913-b5a4-3d71597465c4 .shogun-heading-component h1 {
  color: rgba(40, 230, 222, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-46c9da41-0baf-4231-887d-76a79d3b0464 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
min-height: 50px;
}
@media (min-width: 1200px){#s-46c9da41-0baf-4231-887d-76a79d3b0464 {
  display: none;
}
#s-46c9da41-0baf-4231-887d-76a79d3b0464, #wrap-s-46c9da41-0baf-4231-887d-76a79d3b0464 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-46c9da41-0baf-4231-887d-76a79d3b0464 {
  display: none;
}
#s-46c9da41-0baf-4231-887d-76a79d3b0464, #wrap-s-46c9da41-0baf-4231-887d-76a79d3b0464 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-46c9da41-0baf-4231-887d-76a79d3b0464 {
  
}
}







#s-46c9da41-0baf-4231-887d-76a79d3b0464 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46c9da41-0baf-4231-887d-76a79d3b0464.shg-box.shg-c {
  justify-content: center;
}

#s-b263f4f1-6232-448e-a783-0d33639f697b {
  margin-top: 1.5em;
margin-bottom: 1.5em;
text-align: center;
}
@media (min-width: 1200px){#s-b263f4f1-6232-448e-a783-0d33639f697b {
  display: none;
}
#s-b263f4f1-6232-448e-a783-0d33639f697b, #wrap-s-b263f4f1-6232-448e-a783-0d33639f697b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b263f4f1-6232-448e-a783-0d33639f697b {
  display: none;
}
#s-b263f4f1-6232-448e-a783-0d33639f697b, #wrap-s-b263f4f1-6232-448e-a783-0d33639f697b { display:none !important; }}
#s-b263f4f1-6232-448e-a783-0d33639f697b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-406438ce-73a7-41c3-8b5d-202979b58935 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-406438ce-73a7-41c3-8b5d-202979b58935 img.shogun-image {
    
    width: px;
  }


#s-406438ce-73a7-41c3-8b5d-202979b58935 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-375918df-ca3e-4fa6-ab53-c45cfcfc8a10 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-375918df-ca3e-4fa6-ab53-c45cfcfc8a10:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-375918df-ca3e-4fa6-ab53-c45cfcfc8a10:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-375918df-ca3e-4fa6-ab53-c45cfcfc8a10.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-c01556f3-6174-4653-a956-0dd18e93157d {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-c01556f3-6174-4653-a956-0dd18e93157d img.shogun-image {
    
    width: px;
  }


#s-c01556f3-6174-4653-a956-0dd18e93157d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-66fb5c72-4f3d-48ce-93d7-ed85a0f4905f {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-66fb5c72-4f3d-48ce-93d7-ed85a0f4905f:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-66fb5c72-4f3d-48ce-93d7-ed85a0f4905f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-66fb5c72-4f3d-48ce-93d7-ed85a0f4905f.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-c191fa12-d008-459e-8a0f-2b7b09ae16f7 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-c191fa12-d008-459e-8a0f-2b7b09ae16f7 img.shogun-image {
    
    width: px;
  }


#s-c191fa12-d008-459e-8a0f-2b7b09ae16f7 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-638fdbf2-9518-44d9-9d31-51f91ce1294c {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-638fdbf2-9518-44d9-9d31-51f91ce1294c:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-638fdbf2-9518-44d9-9d31-51f91ce1294c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-638fdbf2-9518-44d9-9d31-51f91ce1294c.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-370c0474-5a63-4d72-8c39-81f47704d705 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-370c0474-5a63-4d72-8c39-81f47704d705 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f02edbd3-7e08-443e-9a5b-479197ca0a67 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-f02edbd3-7e08-443e-9a5b-479197ca0a67:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f02edbd3-7e08-443e-9a5b-479197ca0a67:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f02edbd3-7e08-443e-9a5b-479197ca0a67.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-126dc155-106e-4c18-9371-2a2fc39ad4da {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-126dc155-106e-4c18-9371-2a2fc39ad4da img.shogun-image {
    
    width: px;
  }


#s-126dc155-106e-4c18-9371-2a2fc39ad4da .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-d8c65981-ea3b-4bce-8ccf-63c0aa085939 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-d8c65981-ea3b-4bce-8ccf-63c0aa085939:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-d8c65981-ea3b-4bce-8ccf-63c0aa085939:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d8c65981-ea3b-4bce-8ccf-63c0aa085939.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-f0d537c2-0978-4da5-b7d4-7ea611159a9a {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-f0d537c2-0978-4da5-b7d4-7ea611159a9a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-5fd13b5e-8cea-4fa5-b8fb-bbea174dbbe2 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-5fd13b5e-8cea-4fa5-b8fb-bbea174dbbe2:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-5fd13b5e-8cea-4fa5-b8fb-bbea174dbbe2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5fd13b5e-8cea-4fa5-b8fb-bbea174dbbe2.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-9a1041ed-6cfa-4437-b953-3d8ce7d864a7 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-9a1041ed-6cfa-4437-b953-3d8ce7d864a7 img.shogun-image {
    
    width: px;
  }


#s-9a1041ed-6cfa-4437-b953-3d8ce7d864a7 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9bb91387-db85-4c02-a495-e12d05b85d02 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-9bb91387-db85-4c02-a495-e12d05b85d02:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9bb91387-db85-4c02-a495-e12d05b85d02:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9bb91387-db85-4c02-a495-e12d05b85d02.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-cf23feb5-b000-4d4f-ba5b-509d5a497d03 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 0, 0, 1);
border-style: solid;
text-align: center;
}




  #s-cf23feb5-b000-4d4f-ba5b-509d5a497d03 img.shogun-image {
    
    width: px;
  }


#s-cf23feb5-b000-4d4f-ba5b-509d5a497d03 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-8bbd2f8e-d726-4e49-a499-a050b9417bae {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(255, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8bbd2f8e-d726-4e49-a499-a050b9417bae:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-8bbd2f8e-d726-4e49-a499-a050b9417bae:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8bbd2f8e-d726-4e49-a499-a050b9417bae.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-141a683b-8851-4182-b898-ae51ba8bd2b5 {
  margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-141a683b-8851-4182-b898-ae51ba8bd2b5:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-141a683b-8851-4182-b898-ae51ba8bd2b5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-141a683b-8851-4182-b898-ae51ba8bd2b5.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  block ;
}

#s-9ce50916-0960-4eac-90f4-0863990c5eb7 {
  text-align: right;
}
@media (min-width: 1200px){#s-9ce50916-0960-4eac-90f4-0863990c5eb7 {
  display: none;
}
#s-9ce50916-0960-4eac-90f4-0863990c5eb7, #wrap-s-9ce50916-0960-4eac-90f4-0863990c5eb7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ce50916-0960-4eac-90f4-0863990c5eb7 {
  display: none;
}
#s-9ce50916-0960-4eac-90f4-0863990c5eb7, #wrap-s-9ce50916-0960-4eac-90f4-0863990c5eb7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ce50916-0960-4eac-90f4-0863990c5eb7 {
  display: none;
}
#s-9ce50916-0960-4eac-90f4-0863990c5eb7, #wrap-s-9ce50916-0960-4eac-90f4-0863990c5eb7 { display:none !important; }}



  #s-9ce50916-0960-4eac-90f4-0863990c5eb7 img.shogun-image {
    
    width: px;
  }


#s-9ce50916-0960-4eac-90f4-0863990c5eb7 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-7dfc782d-7201-4e6b-9c7c-8c52a7a29d5e {
  border-style: solid;
margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-7dfc782d-7201-4e6b-9c7c-8c52a7a29d5e:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-7dfc782d-7201-4e6b-9c7c-8c52a7a29d5e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7dfc782d-7201-4e6b-9c7c-8c52a7a29d5e-btn-wrapper {
    text-align: left;
  }


#s-7dfc782d-7201-4e6b-9c7c-8c52a7a29d5e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-d54c8246-75cf-446f-8603-c8550a5ccf67 {
  margin-left: 3em;
margin-bottom: 1em;
margin-right: 3em;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d54c8246-75cf-446f-8603-c8550a5ccf67 {
  display: none;
}
#s-d54c8246-75cf-446f-8603-c8550a5ccf67, #wrap-s-d54c8246-75cf-446f-8603-c8550a5ccf67 { display:none !important; }}@media (max-width: 767px){#s-d54c8246-75cf-446f-8603-c8550a5ccf67 {
  display: none;
}
#s-d54c8246-75cf-446f-8603-c8550a5ccf67, #wrap-s-d54c8246-75cf-446f-8603-c8550a5ccf67 { display:none !important; }}







#s-d54c8246-75cf-446f-8603-c8550a5ccf67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d54c8246-75cf-446f-8603-c8550a5ccf67.shg-box.shg-c {
  justify-content: center;
}

#s-23ed2adc-1c4b-4622-9fcd-12a7f2f67342 {
  margin-bottom: 1em;
text-align: center;
}

#s-23ed2adc-1c4b-4622-9fcd-12a7f2f67342 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-22029d58-68f2-4bce-9d99-4a3230d1031d {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-22029d58-68f2-4bce-9d99-4a3230d1031d img.shogun-image {
    
    width: px;
  }


#s-22029d58-68f2-4bce-9d99-4a3230d1031d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9ed80ccd-d52f-4ec5-8ac3-00349c4bfb8b {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-9ed80ccd-d52f-4ec5-8ac3-00349c4bfb8b:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-9ed80ccd-d52f-4ec5-8ac3-00349c4bfb8b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9ed80ccd-d52f-4ec5-8ac3-00349c4bfb8b.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-2e69faa2-cfd6-4850-8805-0bdf7142e59b {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-2e69faa2-cfd6-4850-8805-0bdf7142e59b img.shogun-image {
    
    width: px;
  }


#s-2e69faa2-cfd6-4850-8805-0bdf7142e59b .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-59f06d0d-c995-4a9b-9c68-7fec367ca243 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-59f06d0d-c995-4a9b-9c68-7fec367ca243:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-59f06d0d-c995-4a9b-9c68-7fec367ca243:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-59f06d0d-c995-4a9b-9c68-7fec367ca243.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-b5778ffd-ac81-4666-82d1-19c22961e82c {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-b5778ffd-ac81-4666-82d1-19c22961e82c img.shogun-image {
    
    width: px;
  }


#s-b5778ffd-ac81-4666-82d1-19c22961e82c .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-72765b68-b3fe-454c-aa45-a5e3b6cea047 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-72765b68-b3fe-454c-aa45-a5e3b6cea047:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-72765b68-b3fe-454c-aa45-a5e3b6cea047:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-72765b68-b3fe-454c-aa45-a5e3b6cea047.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-35aa465e-e63f-4c27-bf0d-602269171a84 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-35aa465e-e63f-4c27-bf0d-602269171a84 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-248b31ff-5be9-4d9d-a7c1-694e8d011692 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-248b31ff-5be9-4d9d-a7c1-694e8d011692:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-248b31ff-5be9-4d9d-a7c1-694e8d011692:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-248b31ff-5be9-4d9d-a7c1-694e8d011692.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-6597ee8b-75d3-4e58-8ec5-5947e43a003e {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-6597ee8b-75d3-4e58-8ec5-5947e43a003e img.shogun-image {
    
    width: px;
  }


#s-6597ee8b-75d3-4e58-8ec5-5947e43a003e .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-679ecdd1-20aa-4b18-ab02-0fb162e6ef53 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-679ecdd1-20aa-4b18-ab02-0fb162e6ef53:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-679ecdd1-20aa-4b18-ab02-0fb162e6ef53:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-679ecdd1-20aa-4b18-ab02-0fb162e6ef53.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-53801fd2-3659-4236-a96b-f23507200bf8 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-53801fd2-3659-4236-a96b-f23507200bf8 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-3c490278-88db-413f-a99a-2e68241d5a1f {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-3c490278-88db-413f-a99a-2e68241d5a1f:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-3c490278-88db-413f-a99a-2e68241d5a1f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3c490278-88db-413f-a99a-2e68241d5a1f.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-5ea50141-0bb1-46eb-84b3-b9039783b577 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-5ea50141-0bb1-46eb-84b3-b9039783b577 img.shogun-image {
    
    width: px;
  }


#s-5ea50141-0bb1-46eb-84b3-b9039783b577 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-04f357b8-0d34-46d7-ba95-07c90da1b438 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-04f357b8-0d34-46d7-ba95-07c90da1b438:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-04f357b8-0d34-46d7-ba95-07c90da1b438:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-04f357b8-0d34-46d7-ba95-07c90da1b438.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-e275ffcb-815a-49b5-9ab1-b68c649af686 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 0, 0, 1);
border-style: solid;
text-align: center;
}




  #s-e275ffcb-815a-49b5-9ab1-b68c649af686 img.shogun-image {
    
    width: px;
  }


#s-e275ffcb-815a-49b5-9ab1-b68c649af686 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-376956df-fcff-4b18-a1e6-cedcd0172935 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(255, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-376956df-fcff-4b18-a1e6-cedcd0172935:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-376956df-fcff-4b18-a1e6-cedcd0172935:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-376956df-fcff-4b18-a1e6-cedcd0172935.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-983bb9e9-9880-4d8e-bc6f-01de67a098ff {
  margin-left: auto;
margin-right: auto;
padding-top: 0.5em;
padding-left: 1em;
padding-bottom: 0.5em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-983bb9e9-9880-4d8e-bc6f-01de67a098ff:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-983bb9e9-9880-4d8e-bc6f-01de67a098ff:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-983bb9e9-9880-4d8e-bc6f-01de67a098ff.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  block ;
}

#s-9b68ab9e-a240-450b-953c-b7b4ac0d5598 {
  margin-top: 1.5em;
margin-bottom: 1.5em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9b68ab9e-a240-450b-953c-b7b4ac0d5598 {
  display: none;
}
#s-9b68ab9e-a240-450b-953c-b7b4ac0d5598, #wrap-s-9b68ab9e-a240-450b-953c-b7b4ac0d5598 { display:none !important; }}@media (max-width: 767px){#s-9b68ab9e-a240-450b-953c-b7b4ac0d5598 {
  display: none;
}
#s-9b68ab9e-a240-450b-953c-b7b4ac0d5598, #wrap-s-9b68ab9e-a240-450b-953c-b7b4ac0d5598 { display:none !important; }}







#s-9b68ab9e-a240-450b-953c-b7b4ac0d5598 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b68ab9e-a240-450b-953c-b7b4ac0d5598.shg-box.shg-c {
  justify-content: center;
}

#s-e107e0f4-0224-4a56-ae58-26c93076f157 {
  margin-bottom: 1em;
text-align: center;
}

#s-e107e0f4-0224-4a56-ae58-26c93076f157 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-ff1f5acd-9c3e-4262-93ea-20a21718f83d {
  margin-left: 2em;
margin-right: 2em;
}

@media (min-width: 0px) {
[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-955bead6-5751-4c77-966c-a5202b195c2d {
  min-height: 50px;
}








#s-955bead6-5751-4c77-966c-a5202b195c2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-955bead6-5751-4c77-966c-a5202b195c2d.shg-box.shg-c {
  justify-content: center;
}

#s-1d8d9751-a17b-47ea-9c2c-355ae0ddb126 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-1d8d9751-a17b-47ea-9c2c-355ae0ddb126 img.shogun-image {
    
    width: px;
  }


#s-1d8d9751-a17b-47ea-9c2c-355ae0ddb126 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4b2c378c-432b-4a7e-8bd1-92bd910c1d07 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-54dfbdea-1e97-4442-9f06-f463160b91d9 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-f3208fe4-6d36-4576-9781-c5277912bc42 {
  min-height: 50px;
}








#s-f3208fe4-6d36-4576-9781-c5277912bc42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3208fe4-6d36-4576-9781-c5277912bc42.shg-box.shg-c {
  justify-content: center;
}

#s-a79386ba-7243-431e-916c-3cdf69aba512 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-a79386ba-7243-431e-916c-3cdf69aba512 img.shogun-image {
    
    width: px;
  }


#s-a79386ba-7243-431e-916c-3cdf69aba512 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-33020d5d-d949-4552-837d-4e2f4bca9dd4 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-a42b7fab-e391-49fd-bdab-40ea4d239dab {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-483f9c74-3a3c-4e89-95b2-cfcef693bc8b {
  min-height: 50px;
}








#s-483f9c74-3a3c-4e89-95b2-cfcef693bc8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-483f9c74-3a3c-4e89-95b2-cfcef693bc8b.shg-box.shg-c {
  justify-content: center;
}

#s-5a075fcc-56a8-44bb-b96f-4f3ac8b494ae {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-5a075fcc-56a8-44bb-b96f-4f3ac8b494ae img.shogun-image {
    
    width: px;
  }


#s-5a075fcc-56a8-44bb-b96f-4f3ac8b494ae .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-edda0910-e4da-4384-9365-5a942dce9065 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-9bf62045-56d2-4320-a18a-119d2d7b5ce5 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-4c443a40-7b60-4f94-b16d-1cafa1975141 {
  min-height: 50px;
}








#s-4c443a40-7b60-4f94-b16d-1cafa1975141 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c443a40-7b60-4f94-b16d-1cafa1975141.shg-box.shg-c {
  justify-content: center;
}

#s-bce721e8-6a9d-410c-8408-13d8cf9bb9c8 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-bce721e8-6a9d-410c-8408-13d8cf9bb9c8 img.shogun-image {
    
    width: px;
  }


#s-bce721e8-6a9d-410c-8408-13d8cf9bb9c8 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e0cafde3-67ff-41fd-8d28-db3e4d7da888 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-73fe358d-cce5-4006-a0c8-f7de331fa4d3 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

@media (min-width: 0px) {
[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-1e079688-9b93-44c7-a8b7-f473e765fe7a {
  min-height: 50px;
}








#s-1e079688-9b93-44c7-a8b7-f473e765fe7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e079688-9b93-44c7-a8b7-f473e765fe7a.shg-box.shg-c {
  justify-content: center;
}

#s-1f499700-9839-499a-88af-201c17c996be {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-1f499700-9839-499a-88af-201c17c996be img.shogun-image {
    
    width: px;
  }


#s-1f499700-9839-499a-88af-201c17c996be .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-2b2a5264-bd78-4116-b7b9-0bd7b9746777 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-232fd9bc-12eb-4ad7-ae5b-d820821a8fbb {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-a6361d6e-6046-4aed-8af7-7f61f3951a5e {
  min-height: 50px;
}








#s-a6361d6e-6046-4aed-8af7-7f61f3951a5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6361d6e-6046-4aed-8af7-7f61f3951a5e.shg-box.shg-c {
  justify-content: center;
}

#s-62c0f877-c95b-47b8-8b69-a2dc1db2538f {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-62c0f877-c95b-47b8-8b69-a2dc1db2538f img.shogun-image {
    
    width: px;
  }


#s-62c0f877-c95b-47b8-8b69-a2dc1db2538f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-21cc2d33-2b00-4b85-8785-7567c02fbe1e {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-0ffb121a-b34e-43ad-8e76-c49fdb50c44f {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-b398dc79-8676-429a-96af-bd80783792bd {
  min-height: 50px;
}








#s-b398dc79-8676-429a-96af-bd80783792bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b398dc79-8676-429a-96af-bd80783792bd.shg-box.shg-c {
  justify-content: center;
}

#s-ad9ed137-9cb2-4c92-8662-f226dc9299e8 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-ad9ed137-9cb2-4c92-8662-f226dc9299e8 img.shogun-image {
    
    width: px;
  }


#s-ad9ed137-9cb2-4c92-8662-f226dc9299e8 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c561f52e-c5e6-4f57-a48d-9ef08f37df3f {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-4c1750de-b849-4b09-83ca-2d28f1cf19ba {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-ea83ea0c-d5f3-498a-88b9-9706c90d9737 {
  min-height: 50px;
}








#s-ea83ea0c-d5f3-498a-88b9-9706c90d9737 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea83ea0c-d5f3-498a-88b9-9706c90d9737.shg-box.shg-c {
  justify-content: center;
}

#s-d03fec8d-b911-4e6d-b25c-b1dbfe1a2b43 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-d03fec8d-b911-4e6d-b25c-b1dbfe1a2b43 img.shogun-image {
    
    width: px;
  }


#s-d03fec8d-b911-4e6d-b25c-b1dbfe1a2b43 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-23c2c434-fdf8-49d3-a15b-0f6ac3efe0e8 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-288ceb7d-9a48-43d9-8f92-c19b26562b9d {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-74c82ec8-5238-44be-92d0-45aafb7e5b0f {
  margin-top: 0.75px;
margin-bottom: 0.75px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-74c82ec8-5238-44be-92d0-45aafb7e5b0f {
  display: none;
}
#s-74c82ec8-5238-44be-92d0-45aafb7e5b0f, #wrap-s-74c82ec8-5238-44be-92d0-45aafb7e5b0f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-74c82ec8-5238-44be-92d0-45aafb7e5b0f {
  display: none;
}
#s-74c82ec8-5238-44be-92d0-45aafb7e5b0f, #wrap-s-74c82ec8-5238-44be-92d0-45aafb7e5b0f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-74c82ec8-5238-44be-92d0-45aafb7e5b0f {
  
}
}







#s-74c82ec8-5238-44be-92d0-45aafb7e5b0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74c82ec8-5238-44be-92d0-45aafb7e5b0f.shg-box.shg-c {
  justify-content: center;
}

#s-5e32ecab-b98f-4dff-a8d7-3dc3a2c1f54d {
  margin-top: 1.5em;
margin-bottom: 1.5em;
text-align: center;
}

#s-5e32ecab-b98f-4dff-a8d7-3dc3a2c1f54d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-efc5566b-2018-4e6d-b129-bbdca3164f28 {
  margin-left: 1em;
margin-right: 1em;
min-height: 50px;
}








#s-efc5566b-2018-4e6d-b129-bbdca3164f28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efc5566b-2018-4e6d-b129-bbdca3164f28.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-5e8ea92f-bfc9-49a2-ad54-f0ae10c93671"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-9dade6d2-c49e-4a61-a227-8901648f3438 {
  min-height: 50px;
}








#s-9dade6d2-c49e-4a61-a227-8901648f3438 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9dade6d2-c49e-4a61-a227-8901648f3438.shg-box.shg-c {
  justify-content: center;
}

#s-30a147b3-672d-4f81-8fc9-569859b9753c {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-30a147b3-672d-4f81-8fc9-569859b9753c img.shogun-image {
    
    width: px;
  }


#s-30a147b3-672d-4f81-8fc9-569859b9753c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-66134257-b44e-456d-be6b-835c5f8f8606 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-bf2109fa-0124-43d9-811f-5186bb384745 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-8e31aeb9-be04-47db-8653-227e9329c08f {
  min-height: 50px;
}








#s-8e31aeb9-be04-47db-8653-227e9329c08f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e31aeb9-be04-47db-8653-227e9329c08f.shg-box.shg-c {
  justify-content: center;
}

#s-80d88b8d-6ff2-47fb-ae60-6760701ff04a {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-80d88b8d-6ff2-47fb-ae60-6760701ff04a img.shogun-image {
    
    width: px;
  }


#s-80d88b8d-6ff2-47fb-ae60-6760701ff04a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-835fac4d-39d8-419f-9db4-a040eb6dbdc3 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-04044b22-025f-4f98-b95b-6b531bba11a8 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-b5f14fa2-7e3d-43f4-88f4-c4ab716af9ab {
  min-height: 50px;
}








#s-b5f14fa2-7e3d-43f4-88f4-c4ab716af9ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5f14fa2-7e3d-43f4-88f4-c4ab716af9ab.shg-box.shg-c {
  justify-content: center;
}

#s-35d99c9f-6105-4d0b-954e-70bbfb457bd5 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-35d99c9f-6105-4d0b-954e-70bbfb457bd5 img.shogun-image {
    
    width: px;
  }


#s-35d99c9f-6105-4d0b-954e-70bbfb457bd5 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-04c3e8f0-6cd8-4224-b499-ff2c72b0c063 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-16081f1d-42b5-4489-9a38-fd6208be2e46 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-f92ce64a-0adb-4103-8d14-452990cb7d3b {
  min-height: 50px;
}








#s-f92ce64a-0adb-4103-8d14-452990cb7d3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f92ce64a-0adb-4103-8d14-452990cb7d3b.shg-box.shg-c {
  justify-content: center;
}

#s-71afdcb9-8a23-4925-a878-22e7987d635c {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-71afdcb9-8a23-4925-a878-22e7987d635c img.shogun-image {
    
    width: px;
  }


#s-71afdcb9-8a23-4925-a878-22e7987d635c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-716c9b8c-3559-492f-9954-76fd8167af99 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-b4839e63-c1e7-43b2-83c4-7bb0eef31c97 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

@media (min-width: 0px) {
[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-84e1674d-f56f-4f81-bcd0-81001478ac52"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-d7d554df-70ee-4b75-8978-0e99abe5ae72 {
  min-height: 50px;
}








#s-d7d554df-70ee-4b75-8978-0e99abe5ae72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7d554df-70ee-4b75-8978-0e99abe5ae72.shg-box.shg-c {
  justify-content: center;
}

#s-d40e21df-fc7d-491e-b648-23bbc86fee51 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-d40e21df-fc7d-491e-b648-23bbc86fee51 img.shogun-image {
    
    width: px;
  }


#s-d40e21df-fc7d-491e-b648-23bbc86fee51 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8e574cfc-3ed8-4415-893f-74b43843f162 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-1674f42b-ce0c-4654-a56d-633f74a4141e {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-b83bfbe4-e5b5-4051-8ba8-5f9ec2f91610 {
  min-height: 50px;
}








#s-b83bfbe4-e5b5-4051-8ba8-5f9ec2f91610 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b83bfbe4-e5b5-4051-8ba8-5f9ec2f91610.shg-box.shg-c {
  justify-content: center;
}

#s-fc5cac34-22cf-4cf0-8034-9ea7fedd3542 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-fc5cac34-22cf-4cf0-8034-9ea7fedd3542 img.shogun-image {
    
    width: px;
  }


#s-fc5cac34-22cf-4cf0-8034-9ea7fedd3542 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f7c39d7f-0309-4c37-ac15-6809bd5d42d7 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-4f5e0e24-465a-47cc-9f9f-078ab1fdd695 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-13891d8b-a548-4a3a-a9f8-a24103bb05b4 {
  min-height: 50px;
}








#s-13891d8b-a548-4a3a-a9f8-a24103bb05b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13891d8b-a548-4a3a-a9f8-a24103bb05b4.shg-box.shg-c {
  justify-content: center;
}

#s-0508ae4b-8ecf-4b05-94af-65bbda1ca75d {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-0508ae4b-8ecf-4b05-94af-65bbda1ca75d img.shogun-image {
    
    width: px;
  }


#s-0508ae4b-8ecf-4b05-94af-65bbda1ca75d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ed92f78b-3c96-46e2-943e-9be66f536008 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-dd0662c8-ec2c-4684-aca4-9e096d6d07c2 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-9ed71e6e-80c8-4762-8f1c-1f3c257df5bf {
  min-height: 50px;
}








#s-9ed71e6e-80c8-4762-8f1c-1f3c257df5bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ed71e6e-80c8-4762-8f1c-1f3c257df5bf.shg-box.shg-c {
  justify-content: center;
}

#s-e7a3315e-2074-4b4d-b557-98224c4d7c31 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-e7a3315e-2074-4b4d-b557-98224c4d7c31 img.shogun-image {
    
    width: px;
  }


#s-e7a3315e-2074-4b4d-b557-98224c4d7c31 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9a24000e-cfd5-48e9-978c-9d3e4a609912 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-5385aaba-ca86-40a8-8fea-670d10ea6751 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-f024c90d-6521-47e6-8d8b-adac0c5c602f {
  background-repeat: repeat;
background-size: cover;
border-style: solid;
padding-left: 10%;
padding-right: 10%;
border-top-width: 9px;
border-left-width: 9px;
border-bottom-width: 9px;
border-right-width: 9px;
border-color: rgba(255, 222, 0, 1);
border-style: solid;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-f024c90d-6521-47e6-8d8b-adac0c5c602f {
  display: none;
}
#s-f024c90d-6521-47e6-8d8b-adac0c5c602f, #wrap-s-f024c90d-6521-47e6-8d8b-adac0c5c602f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f024c90d-6521-47e6-8d8b-adac0c5c602f {
  display: none;
}
#s-f024c90d-6521-47e6-8d8b-adac0c5c602f, #wrap-s-f024c90d-6521-47e6-8d8b-adac0c5c602f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f024c90d-6521-47e6-8d8b-adac0c5c602f {
  
}
}







#s-f024c90d-6521-47e6-8d8b-adac0c5c602f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f024c90d-6521-47e6-8d8b-adac0c5c602f {
  cursor: pointer;
}#s-f024c90d-6521-47e6-8d8b-adac0c5c602f.shg-box.shg-c {
  justify-content: center;
}

#s-c841de09-bcbc-4e64-9fa9-ee866f520052 {
  text-align: center;
}




  #s-c841de09-bcbc-4e64-9fa9-ee866f520052 img.shogun-image {
    
    width: px;
  }


#s-c841de09-bcbc-4e64-9fa9-ee866f520052 .shogun-image-content {
  
    align-items: center;
  
}

#s-44bb0bef-7b69-45d8-a5cc-a2126c889335 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (min-width: 1200px){#s-44bb0bef-7b69-45d8-a5cc-a2126c889335 {
  display: none;
}
#s-44bb0bef-7b69-45d8-a5cc-a2126c889335, #wrap-s-44bb0bef-7b69-45d8-a5cc-a2126c889335 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44bb0bef-7b69-45d8-a5cc-a2126c889335 {
  display: none;
}
#s-44bb0bef-7b69-45d8-a5cc-a2126c889335, #wrap-s-44bb0bef-7b69-45d8-a5cc-a2126c889335 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44bb0bef-7b69-45d8-a5cc-a2126c889335 {
  
}
}







#s-44bb0bef-7b69-45d8-a5cc-a2126c889335 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-44bb0bef-7b69-45d8-a5cc-a2126c889335.shg-box.shg-c {
  justify-content: center;
}

#s-3286bad4-fcb0-4c0d-9d36-4fc7ab971b7f {
  margin-left: auto;
margin-right: auto;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 50px;
max-width: 80%;
}
@media (min-width: 1200px){#s-3286bad4-fcb0-4c0d-9d36-4fc7ab971b7f {
  display: none;
}
#s-3286bad4-fcb0-4c0d-9d36-4fc7ab971b7f, #wrap-s-3286bad4-fcb0-4c0d-9d36-4fc7ab971b7f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3286bad4-fcb0-4c0d-9d36-4fc7ab971b7f {
  display: none;
}
#s-3286bad4-fcb0-4c0d-9d36-4fc7ab971b7f, #wrap-s-3286bad4-fcb0-4c0d-9d36-4fc7ab971b7f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3286bad4-fcb0-4c0d-9d36-4fc7ab971b7f {
  
}
}







#s-3286bad4-fcb0-4c0d-9d36-4fc7ab971b7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3286bad4-fcb0-4c0d-9d36-4fc7ab971b7f.shg-box.shg-c {
  justify-content: center;
}

#s-8d142d4f-dce9-4107-b932-a02578166a44 {
  text-align: center;
}




  #s-8d142d4f-dce9-4107-b932-a02578166a44 img.shogun-image {
    
    width: px;
  }


#s-8d142d4f-dce9-4107-b932-a02578166a44 .shogun-image-content {
  
    align-items: center;
  
}

#s-73fb211b-3724-4130-8966-745c7504be0d {
  padding-top: 1em;
padding-bottom: 1em;
}

#s-9f36f5f4-cd76-4219-9521-622a082af178 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9f36f5f4-cd76-4219-9521-622a082af178 {
  display: none;
}
#s-9f36f5f4-cd76-4219-9521-622a082af178, #wrap-s-9f36f5f4-cd76-4219-9521-622a082af178 { display:none !important; }}@media (max-width: 767px){#s-9f36f5f4-cd76-4219-9521-622a082af178 {
  display: none;
}
#s-9f36f5f4-cd76-4219-9521-622a082af178, #wrap-s-9f36f5f4-cd76-4219-9521-622a082af178 { display:none !important; }}







#s-9f36f5f4-cd76-4219-9521-622a082af178 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-9f36f5f4-cd76-4219-9521-622a082af178.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ff72dd56-ccfd-4734-b300-908bd9fc27a9 {
  min-height: 50px;
}








#s-ff72dd56-ccfd-4734-b300-908bd9fc27a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff72dd56-ccfd-4734-b300-908bd9fc27a9.shg-box.shg-c {
  justify-content: center;
}

#s-fff9b0a6-33a4-4bc1-b80d-38fde682f9e9 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 1.5em;
padding-left: 5%;
padding-bottom: 1.5em;
padding-right: 5%;
text-align: center;
}




  #s-fff9b0a6-33a4-4bc1-b80d-38fde682f9e9 img.shogun-image {
    
    width: px;
  }


#s-fff9b0a6-33a4-4bc1-b80d-38fde682f9e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d225fd3-ff4a-4d7c-ba76-b3c12af7c591 {
  margin-left: 20%;
margin-right: 20%;
padding-left: 0px;
padding-right: 0px;
}

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