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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-3fead66e-7f79-4ac8-8e21-632bd13b1855 {
  padding-top: 0px;
padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

#s-2f8843ca-4e93-4a9e-be9c-0fa684cbac1d {
  background-image: url(https://i.shgcdn.com/0f175ef4-5926-4d50-bf59-536e6a863077/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 650px;
max-width: 3200px;
background-position: right center;
}
@media (max-width: 767px){#s-2f8843ca-4e93-4a9e-be9c-0fa684cbac1d {
  
}
}







#s-2f8843ca-4e93-4a9e-be9c-0fa684cbac1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f8843ca-4e93-4a9e-be9c-0fa684cbac1d.shg-box.shg-c {
  justify-content: flex-start;
}

.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-c2fb3862-10fd-4cae-8f7e-878485654e33 {
  margin-left: auto;
margin-right: auto;
max-width: 950px;
}

@media (min-width: 0px) {
[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2fb3862-10fd-4cae-8f7e-878485654e33"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-11dde431-c6eb-4747-9876-ab39f0460d2c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 650px;
background-color: rgba(255, 255, 255, 0.85);
}








#s-11dde431-c6eb-4747-9876-ab39f0460d2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11dde431-c6eb-4747-9876-ab39f0460d2c.shg-box.shg-c {
  justify-content: center;
}

.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-b09bf213-5560-4732-9aaa-de3070bf1327 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-69eda426-3333-4913-9e7d-71d59c09de9b {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 70px;
}








#s-69eda426-3333-4913-9e7d-71d59c09de9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69eda426-3333-4913-9e7d-71d59c09de9b.shg-box.shg-c {
  justify-content: center;
}

#s-8cd87ee1-0de2-49c9-8270-9b8a2caba750 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-1dab8fc6-663a-4eb6-aaf4-d00cc77d9ca7 {
  margin-left: auto;
margin-right: auto;
min-height: 100px;
max-width: 350px;
}








#s-1dab8fc6-663a-4eb6-aaf4-d00cc77d9ca7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dab8fc6-663a-4eb6-aaf4-d00cc77d9ca7.shg-box.shg-c {
  justify-content: center;
}

.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-67e9562e-3e7e-448d-baed-3b75a6ae08d3 {
  text-align: center;
}




  #s-67e9562e-3e7e-448d-baed-3b75a6ae08d3 img.shogun-image {
    
    width: px;
  }


#s-67e9562e-3e7e-448d-baed-3b75a6ae08d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d364e9eb-980c-434d-a8ba-b6585ec72db2 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 18px;
margin-right: auto;
max-width: 325px;
}

#s-9fea1839-1614-4825-a624-5f1180462f01 {
  min-height: 50px;
}








#s-9fea1839-1614-4825-a624-5f1180462f01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fea1839-1614-4825-a624-5f1180462f01.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

#s-2bbb5e17-3c48-4719-b2aa-c0c7d0072601 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2bbb5e17-3c48-4719-b2aa-c0c7d0072601:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-2bbb5e17-3c48-4719-b2aa-c0c7d0072601:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2bbb5e17-3c48-4719-b2aa-c0c7d0072601.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}

#s-3a9f9145-f967-4232-8216-1e4e537dce3b {
  background-image: url(https://i.shgcdn.com/0647ce5d-ed3c-42df-a5a2-a7b37c36c815/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 650px;
max-width: 3200px;
background-position: center center;
}
@media (max-width: 767px){#s-3a9f9145-f967-4232-8216-1e4e537dce3b {
  
}
}







#s-3a9f9145-f967-4232-8216-1e4e537dce3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a9f9145-f967-4232-8216-1e4e537dce3b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-20968710-4d82-4e34-afe3-cfad688573be {
  margin-left: auto;
margin-right: auto;
max-width: 950px;
}

@media (min-width: 0px) {
[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-20968710-4d82-4e34-afe3-cfad688573be"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f76b1eb8-57e2-43b5-8737-694937eda88a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 650px;
background-color: rgba(255, 255, 255, 0.85);
}








#s-f76b1eb8-57e2-43b5-8737-694937eda88a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f76b1eb8-57e2-43b5-8737-694937eda88a.shg-box.shg-c {
  justify-content: center;
}

#s-80fd686d-db7a-4cdf-8016-7a624f10104f {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-d66c299d-7ddb-4788-b41f-c72cb30e1515 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 70px;
}








#s-d66c299d-7ddb-4788-b41f-c72cb30e1515 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d66c299d-7ddb-4788-b41f-c72cb30e1515.shg-box.shg-c {
  justify-content: center;
}

#s-0291a741-2386-48a5-86ae-67ce338f634f hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-4e1d11a1-715e-46a4-b742-c9f2fcdf090c {
  margin-left: auto;
margin-right: auto;
min-height: 100px;
max-width: 350px;
}








#s-4e1d11a1-715e-46a4-b742-c9f2fcdf090c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e1d11a1-715e-46a4-b742-c9f2fcdf090c.shg-box.shg-c {
  justify-content: center;
}

#s-6435497e-b083-441c-aeff-39ae8a79f3c0 {
  text-align: center;
}




  #s-6435497e-b083-441c-aeff-39ae8a79f3c0 img.shogun-image {
    
    width: px;
  }


#s-6435497e-b083-441c-aeff-39ae8a79f3c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-5507c051-b59b-4db1-9b28-263724b7842f {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 18px;
margin-right: auto;
max-width: 350px;
}

#s-bed1690d-50c4-4750-b11c-c70e61cf9432 {
  min-height: 50px;
}








#s-bed1690d-50c4-4750-b11c-c70e61cf9432 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bed1690d-50c4-4750-b11c-c70e61cf9432.shg-box.shg-c {
  justify-content: center;
}

#s-a1d85258-37d8-4883-bb17-c5267c9b98d0 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a1d85258-37d8-4883-bb17-c5267c9b98d0:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-a1d85258-37d8-4883-bb17-c5267c9b98d0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a1d85258-37d8-4883-bb17-c5267c9b98d0.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}

#s-91d593c6-e6db-47da-9f08-be6b9ad70333 {
  background-image: url(https://i.shgcdn.com/47ec9b72-a00a-4344-891b-3faaf67a9292/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 650px;
max-width: 3200px;
background-position: center center;
}
@media (max-width: 767px){#s-91d593c6-e6db-47da-9f08-be6b9ad70333 {
  
}
}







#s-91d593c6-e6db-47da-9f08-be6b9ad70333 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91d593c6-e6db-47da-9f08-be6b9ad70333.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cb8c17ec-6795-4d80-afe1-3bf12207e72c {
  margin-left: auto;
margin-right: auto;
max-width: 950px;
}

@media (min-width: 0px) {
[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb8c17ec-6795-4d80-afe1-3bf12207e72c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-69323b83-23e7-467e-98aa-fc8a543a6f8e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 650px;
background-color: rgba(255, 255, 255, 0.85);
}








#s-69323b83-23e7-467e-98aa-fc8a543a6f8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69323b83-23e7-467e-98aa-fc8a543a6f8e.shg-box.shg-c {
  justify-content: center;
}

#s-c770c08b-8fab-412f-b55f-5245f5d89a46 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-b5ddaa79-c3a3-4e77-9606-6606a5ccea9e {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 70px;
}








#s-b5ddaa79-c3a3-4e77-9606-6606a5ccea9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5ddaa79-c3a3-4e77-9606-6606a5ccea9e.shg-box.shg-c {
  justify-content: center;
}

#s-e373dfe2-c4f1-45ea-8b9c-e3495cd2b3b4 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-ce9caed5-c7de-4525-b8ca-2dec8ebf797a {
  margin-left: auto;
margin-right: auto;
min-height: 100px;
max-width: 350px;
}








#s-ce9caed5-c7de-4525-b8ca-2dec8ebf797a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce9caed5-c7de-4525-b8ca-2dec8ebf797a.shg-box.shg-c {
  justify-content: center;
}

#s-9f7921e7-93ea-43d3-8835-53ea28e1103c {
  text-align: center;
}




  #s-9f7921e7-93ea-43d3-8835-53ea28e1103c img.shogun-image {
    
    width: px;
  }


#s-9f7921e7-93ea-43d3-8835-53ea28e1103c .shogun-image-content {
  
    align-items: center;
  
}

#s-8c7d266b-f548-4dbd-a28b-be4131182781 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 18px;
margin-right: auto;
max-width: 350px;
}

#s-a19eed29-9459-42ca-8405-4eb9d156a242 {
  min-height: 50px;
}








#s-a19eed29-9459-42ca-8405-4eb9d156a242 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a19eed29-9459-42ca-8405-4eb9d156a242.shg-box.shg-c {
  justify-content: center;
}

#s-193b7ed6-54a8-40f6-94c6-186b382b710b {
  border-style: solid;
margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-193b7ed6-54a8-40f6-94c6-186b382b710b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-193b7ed6-54a8-40f6-94c6-186b382b710b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-193b7ed6-54a8-40f6-94c6-186b382b710b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}

#s-169485f3-09fb-4f73-a750-7fbd35e7d1a2 {
  background-image: url(https://i.shgcdn.com/979d037d-a29d-4a67-915c-ae9a90dd3462/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 650px;
max-width: 3200px;
background-position: center top;
}
@media (max-width: 767px){#s-169485f3-09fb-4f73-a750-7fbd35e7d1a2 {
  
}
}







#s-169485f3-09fb-4f73-a750-7fbd35e7d1a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-169485f3-09fb-4f73-a750-7fbd35e7d1a2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5753fe21-73cb-4c54-9492-785ab12564ce {
  margin-left: auto;
margin-right: auto;
max-width: 950px;
}

@media (min-width: 0px) {
[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5753fe21-73cb-4c54-9492-785ab12564ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b6ced3c6-8f7d-4431-9ea7-993b1746dd61 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 650px;
background-color: rgba(255, 255, 255, 0.85);
}








#s-b6ced3c6-8f7d-4431-9ea7-993b1746dd61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6ced3c6-8f7d-4431-9ea7-993b1746dd61.shg-box.shg-c {
  justify-content: center;
}

#s-099eb1dd-a462-4091-9db5-541867a26d2a {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-c5666f5b-2947-4863-be74-45fd883dda46 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 70px;
}








#s-c5666f5b-2947-4863-be74-45fd883dda46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5666f5b-2947-4863-be74-45fd883dda46.shg-box.shg-c {
  justify-content: center;
}

#s-33f3f522-2573-419b-82e9-50a08d92a22b hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-0dcab4af-dfa0-4b82-991c-128243f6b6a3 {
  margin-left: auto;
margin-right: auto;
min-height: 100px;
max-width: 350px;
}








#s-0dcab4af-dfa0-4b82-991c-128243f6b6a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0dcab4af-dfa0-4b82-991c-128243f6b6a3.shg-box.shg-c {
  justify-content: center;
}

#s-8f26d639-3f54-4ccd-be75-1c1adaa3b396 {
  text-align: center;
}




  #s-8f26d639-3f54-4ccd-be75-1c1adaa3b396 img.shogun-image {
    
    width: px;
  }


#s-8f26d639-3f54-4ccd-be75-1c1adaa3b396 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1e9025c-3fd7-45c4-b880-8b282ba8a1f6 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 18px;
margin-right: auto;
max-width: 350px;
}

#s-9bb304ca-e9ca-49b0-86a6-3fba1733b4a6 {
  min-height: 50px;
}








#s-9bb304ca-e9ca-49b0-86a6-3fba1733b4a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bb304ca-e9ca-49b0-86a6-3fba1733b4a6.shg-box.shg-c {
  justify-content: center;
}

#s-f800fc8d-6555-4fe3-9878-8216ccf1b5f1 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f800fc8d-6555-4fe3-9878-8216ccf1b5f1:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-f800fc8d-6555-4fe3-9878-8216ccf1b5f1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f800fc8d-6555-4fe3-9878-8216ccf1b5f1.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}

#s-ba06a18e-b4f8-4e60-b2af-3f6f7b516b18 {
  background-image: url(https://i.shgcdn.com/df48d692-2e07-4664-a068-7de16158b2bb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 650px;
max-width: 3200px;
background-position: center center;
}
@media (max-width: 767px){#s-ba06a18e-b4f8-4e60-b2af-3f6f7b516b18 {
  
}
}







#s-ba06a18e-b4f8-4e60-b2af-3f6f7b516b18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba06a18e-b4f8-4e60-b2af-3f6f7b516b18.shg-box.shg-c {
  justify-content: flex-start;
}

#s-13b1d9af-605a-461a-989f-8f6e7d683b0b {
  margin-left: auto;
margin-right: auto;
max-width: 950px;
}

@media (min-width: 0px) {
[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-13b1d9af-605a-461a-989f-8f6e7d683b0b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6f6532f5-5522-482c-a31c-1eeda6cbf340 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 650px;
background-color: rgba(255, 255, 255, 0.85);
}








#s-6f6532f5-5522-482c-a31c-1eeda6cbf340 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f6532f5-5522-482c-a31c-1eeda6cbf340.shg-box.shg-c {
  justify-content: center;
}

#s-f82ad919-9354-4e70-bf5b-ce35b4a3f9cc {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-56cd7851-52f8-432d-85c4-1225c4f44017 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 70px;
}








#s-56cd7851-52f8-432d-85c4-1225c4f44017 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56cd7851-52f8-432d-85c4-1225c4f44017.shg-box.shg-c {
  justify-content: center;
}

#s-600cefd3-1802-40cf-9bc4-9d5339b4300d hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-cea3de3f-38e6-4bb7-8b80-f6bf9fdcc8f9 {
  margin-left: auto;
margin-right: auto;
min-height: 100px;
max-width: 350px;
}








#s-cea3de3f-38e6-4bb7-8b80-f6bf9fdcc8f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cea3de3f-38e6-4bb7-8b80-f6bf9fdcc8f9.shg-box.shg-c {
  justify-content: center;
}

#s-6ab369ab-b577-4593-b91e-e35a565e251f {
  text-align: center;
}




  #s-6ab369ab-b577-4593-b91e-e35a565e251f img.shogun-image {
    
    width: px;
  }


#s-6ab369ab-b577-4593-b91e-e35a565e251f .shogun-image-content {
  
    align-items: center;
  
}

#s-a194f35d-2084-4488-8918-259e34adf5a6 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 18px;
margin-right: auto;
max-width: 350px;
}

#s-f4af7b6f-719b-486f-b5ef-ad01080bdf1a {
  min-height: 50px;
}








#s-f4af7b6f-719b-486f-b5ef-ad01080bdf1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4af7b6f-719b-486f-b5ef-ad01080bdf1a.shg-box.shg-c {
  justify-content: center;
}

#s-91995410-d8d6-4d31-b942-6fb0c64c0094 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-91995410-d8d6-4d31-b942-6fb0c64c0094:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-91995410-d8d6-4d31-b942-6fb0c64c0094:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-91995410-d8d6-4d31-b942-6fb0c64c0094.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}

#s-a8beff84-9771-413a-b812-08d2829cdc3d {
  background-image: url(https://i.shgcdn.com/fa0ea23b-0af0-4066-a07a-1516187aa079/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 650px;
max-width: 3200px;
background-position: center center;
}
@media (max-width: 767px){#s-a8beff84-9771-413a-b812-08d2829cdc3d {
  
}
}







#s-a8beff84-9771-413a-b812-08d2829cdc3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8beff84-9771-413a-b812-08d2829cdc3d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e {
  margin-left: auto;
margin-right: auto;
max-width: 950px;
}

@media (min-width: 0px) {
[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9f2abf13-f3e7-4e9b-ae4d-d859e265c46e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5b11d190-3932-4466-af46-043a87926f36 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 650px;
background-color: rgba(255, 255, 255, 0.85);
}








#s-5b11d190-3932-4466-af46-043a87926f36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b11d190-3932-4466-af46-043a87926f36.shg-box.shg-c {
  justify-content: center;
}

#s-fd649185-3eaf-4e9c-ae33-1bcc421f8407 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-21efec1e-eedf-4cd6-a131-abcd926757c3 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 70px;
}








#s-21efec1e-eedf-4cd6-a131-abcd926757c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21efec1e-eedf-4cd6-a131-abcd926757c3.shg-box.shg-c {
  justify-content: center;
}

#s-6dc84b08-defc-45c4-8509-d7e47c0220f3 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-30c22c9b-62b0-471f-b4fc-1eeee9c73f5d {
  margin-left: auto;
margin-right: auto;
min-height: 100px;
max-width: 350px;
}








#s-30c22c9b-62b0-471f-b4fc-1eeee9c73f5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30c22c9b-62b0-471f-b4fc-1eeee9c73f5d.shg-box.shg-c {
  justify-content: center;
}

#s-043f6b7f-0736-4de9-bafd-97e6ec7287ca {
  text-align: center;
}




  #s-043f6b7f-0736-4de9-bafd-97e6ec7287ca img.shogun-image {
    
    width: px;
  }


#s-043f6b7f-0736-4de9-bafd-97e6ec7287ca .shogun-image-content {
  
    align-items: center;
  
}

#s-82fee00a-abe2-4ca0-97b4-b685334d8a86 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 18px;
margin-right: auto;
max-width: 400px;
}

#s-1a4e095d-81f3-4d5e-bf86-64a06fc0f1ac {
  min-height: 50px;
}








#s-1a4e095d-81f3-4d5e-bf86-64a06fc0f1ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a4e095d-81f3-4d5e-bf86-64a06fc0f1ac.shg-box.shg-c {
  justify-content: center;
}

#s-87149ccf-bc0e-47fa-ad06-4da1c5114897 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-87149ccf-bc0e-47fa-ad06-4da1c5114897:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-87149ccf-bc0e-47fa-ad06-4da1c5114897:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-87149ccf-bc0e-47fa-ad06-4da1c5114897.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}

#s-d762d24e-aeb1-4c5a-97d2-6d4fc64d9814 {
  background-image: url(https://i.shgcdn.com/edd0354f-bbbf-4122-8d4c-bd140b14f3af/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 650px;
max-width: 3200px;
background-position: center center;
}
@media (max-width: 767px){#s-d762d24e-aeb1-4c5a-97d2-6d4fc64d9814 {
  
}
}







#s-d762d24e-aeb1-4c5a-97d2-6d4fc64d9814 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d762d24e-aeb1-4c5a-97d2-6d4fc64d9814.shg-box.shg-c {
  justify-content: flex-start;
}

#s-155af294-f8a7-421c-8801-b2b089bf8e6b {
  min-height: 50px;
}
@media (max-width: 767px){#s-155af294-f8a7-421c-8801-b2b089bf8e6b {
  
}
}







#s-155af294-f8a7-421c-8801-b2b089bf8e6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-155af294-f8a7-421c-8801-b2b089bf8e6b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cc599a84-6fd8-4305-afbd-8be680f0e355 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-cc599a84-6fd8-4305-afbd-8be680f0e355 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.6;
}#s-cc599a84-6fd8-4305-afbd-8be680f0e355.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-00a4e3a8-6959-4ca1-933a-24e05cf0b2e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ef8898e6-1ca1-45aa-b8e4-a57f5bf315c1 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 375px;
background-position: center center;
}








#s-ef8898e6-1ca1-45aa-b8e4-a57f5bf315c1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-ef8898e6-1ca1-45aa-b8e4-a57f5bf315c1 {
  cursor: pointer;
}#s-ef8898e6-1ca1-45aa-b8e4-a57f5bf315c1.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-9052de34-debe-4454-a8c3-0fd6fbb10785 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9052de34-debe-4454-a8c3-0fd6fbb10785 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-9052de34-debe-4454-a8c3-0fd6fbb10785 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-1f0488d8-a0ec-4ab6-9af1-bbd09910e6d7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 70px;
}








#s-1f0488d8-a0ec-4ab6-9af1-bbd09910e6d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f0488d8-a0ec-4ab6-9af1-bbd09910e6d7.shg-box.shg-c {
  justify-content: center;
}

#s-c9af62f8-f3e3-41c6-a058-f49d8cea40eb hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-bed30810-75c3-40c3-b40f-2d9eeb74c85b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 375px;
background-position: center center;
}








#s-bed30810-75c3-40c3-b40f-2d9eeb74c85b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-bed30810-75c3-40c3-b40f-2d9eeb74c85b {
  cursor: pointer;
}#s-bed30810-75c3-40c3-b40f-2d9eeb74c85b.shg-box.shg-c {
  justify-content: center;
}

#s-cd78cbdf-cdf8-4003-8e05-ebd49e0929a3 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cd78cbdf-cdf8-4003-8e05-ebd49e0929a3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-cd78cbdf-cdf8-4003-8e05-ebd49e0929a3 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-95d70a8f-cb0c-4804-95af-8e3e088a987a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 70px;
}








#s-95d70a8f-cb0c-4804-95af-8e3e088a987a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95d70a8f-cb0c-4804-95af-8e3e088a987a.shg-box.shg-c {
  justify-content: center;
}

#s-b9fbdd19-0d31-4b9a-a14f-af6ef81954f3 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-48216cb6-5cd7-468b-b830-62fd491b4851 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 375px;
background-position: center center;
}








#s-48216cb6-5cd7-468b-b830-62fd491b4851 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-48216cb6-5cd7-468b-b830-62fd491b4851 {
  cursor: pointer;
}#s-48216cb6-5cd7-468b-b830-62fd491b4851.shg-box.shg-c {
  justify-content: center;
}

#s-a5a1cdc0-f5ec-4099-8430-7620ced33ce7 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a5a1cdc0-f5ec-4099-8430-7620ced33ce7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-a5a1cdc0-f5ec-4099-8430-7620ced33ce7 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-4d229c4f-57fe-460c-870a-253c27a71603 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 70px;
}








#s-4d229c4f-57fe-460c-870a-253c27a71603 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d229c4f-57fe-460c-870a-253c27a71603.shg-box.shg-c {
  justify-content: center;
}

#s-5bc19b72-74a9-46d2-90c0-a79f4a3ed3da hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-9a618fe8-c965-470f-af07-d4a31e70f866 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-9a618fe8-c965-470f-af07-d4a31e70f866 {
  display: none;
}
#s-9a618fe8-c965-470f-af07-d4a31e70f866, #wrap-s-9a618fe8-c965-470f-af07-d4a31e70f866 { display:none !important; }}
#s-9a618fe8-c965-470f-af07-d4a31e70f866 .shogun-heading-component h1 {
  color: rgba(112, 112, 112, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-9a618fe8-c965-470f-af07-d4a31e70f866 .shogun-heading-component h1 a {
  color: rgba(112, 112, 112, 1);
}


#s-b0fd6818-43f1-4147-bf6a-bae40822b8a9 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-b0fd6818-43f1-4147-bf6a-bae40822b8a9 {
  display: none;
}
#s-b0fd6818-43f1-4147-bf6a-bae40822b8a9, #wrap-s-b0fd6818-43f1-4147-bf6a-bae40822b8a9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0fd6818-43f1-4147-bf6a-bae40822b8a9 {
  display: none;
}
#s-b0fd6818-43f1-4147-bf6a-bae40822b8a9, #wrap-s-b0fd6818-43f1-4147-bf6a-bae40822b8a9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0fd6818-43f1-4147-bf6a-bae40822b8a9 {
  display: none;
}
#s-b0fd6818-43f1-4147-bf6a-bae40822b8a9, #wrap-s-b0fd6818-43f1-4147-bf6a-bae40822b8a9 { display:none !important; }}
#s-b0fd6818-43f1-4147-bf6a-bae40822b8a9 .shogun-heading-component h1 {
  color: rgba(112, 112, 112, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-b0fd6818-43f1-4147-bf6a-bae40822b8a9 .shogun-heading-component h1 a {
  color: rgba(112, 112, 112, 1);
}


#s-052fe173-9980-4dc4-b59c-16c244a7f057 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 70px;
}








#s-052fe173-9980-4dc4-b59c-16c244a7f057 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-052fe173-9980-4dc4-b59c-16c244a7f057.shg-box.shg-c {
  justify-content: center;
}

#s-09e25138-37f4-4dd4-ae33-9a66d5aae002 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-175ca700-eaad-48c5-b517-7dce3d3d7859 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 450px;
max-width: 1920px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-175ca700-eaad-48c5-b517-7dce3d3d7859 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-175ca700-eaad-48c5-b517-7dce3d3d7859 {
  display: none;
}
#s-175ca700-eaad-48c5-b517-7dce3d3d7859, #wrap-s-175ca700-eaad-48c5-b517-7dce3d3d7859 { display:none !important; }}@media (max-width: 767px){#s-175ca700-eaad-48c5-b517-7dce3d3d7859 {
  display: none;
}
#s-175ca700-eaad-48c5-b517-7dce3d3d7859, #wrap-s-175ca700-eaad-48c5-b517-7dce3d3d7859 { display:none !important; }}







#s-175ca700-eaad-48c5-b517-7dce3d3d7859 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-175ca700-eaad-48c5-b517-7dce3d3d7859.shg-box.shg-c {
  justify-content: center;
}

#s-cf26a0db-ed18-4207-bd26-8768f3d2334f {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 768px) {
[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-cf26a0db-ed18-4207-bd26-8768f3d2334f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-a40a4aa7-7f03-43d4-9128-1ea256915eaf {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 380px;
text-align: center;
}




  #s-a40a4aa7-7f03-43d4-9128-1ea256915eaf img.shogun-image {
    
    width: px;
  }


#s-a40a4aa7-7f03-43d4-9128-1ea256915eaf .shogun-image-content {
  
    align-items: center;
  
}

#s-31b27930-eccd-459d-8c81-e40a7f89d4ba {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 5px;
max-width: 70px;
}








#s-31b27930-eccd-459d-8c81-e40a7f89d4ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31b27930-eccd-459d-8c81-e40a7f89d4ba.shg-box.shg-c {
  justify-content: center;
}

#s-ca482187-581e-451b-b2d9-e0d4aa2f1e69 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-5bae2e36-0844-4e99-b41b-b9451179b8de {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 380px;
text-align: center;
}




  #s-5bae2e36-0844-4e99-b41b-b9451179b8de img.shogun-image {
    
    width: px;
  }


#s-5bae2e36-0844-4e99-b41b-b9451179b8de .shogun-image-content {
  
    align-items: center;
  
}

#s-17f39940-9651-4eb4-ac2c-a849e06c6d59 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 70px;
}








#s-17f39940-9651-4eb4-ac2c-a849e06c6d59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17f39940-9651-4eb4-ac2c-a849e06c6d59.shg-box.shg-c {
  justify-content: center;
}

#s-fa6d1e05-9f55-4d5b-93f8-a7d09430315f hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-8b33c47e-4e2b-417c-9f91-b1b2932bfaef {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 380px;
text-align: center;
}




  #s-8b33c47e-4e2b-417c-9f91-b1b2932bfaef img.shogun-image {
    
    width: px;
  }


#s-8b33c47e-4e2b-417c-9f91-b1b2932bfaef .shogun-image-content {
  
    align-items: center;
  
}

#s-83e79885-2cc0-4ba1-b4f7-73f81af9875e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 70px;
}








#s-83e79885-2cc0-4ba1-b4f7-73f81af9875e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83e79885-2cc0-4ba1-b4f7-73f81af9875e.shg-box.shg-c {
  justify-content: center;
}

#s-10a9cc17-3991-4771-8be1-b0dd68ce11e6 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-8551b338-6f38-4bf7-b737-f95bcd84006f {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 380px;
text-align: center;
}




  #s-8551b338-6f38-4bf7-b737-f95bcd84006f img.shogun-image {
    
    width: px;
  }


#s-8551b338-6f38-4bf7-b737-f95bcd84006f .shogun-image-content {
  
    align-items: center;
  
}

#s-c30ced64-832c-4ca4-95b1-b113b5c3c35e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 70px;
}








#s-c30ced64-832c-4ca4-95b1-b113b5c3c35e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c30ced64-832c-4ca4-95b1-b113b5c3c35e.shg-box.shg-c {
  justify-content: center;
}

#s-8139baf9-0ac7-425e-8c82-1f66f87ee3e3 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-40eace12-5e3d-4969-9136-1595cfc6f27b {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 380px;
text-align: center;
}




  #s-40eace12-5e3d-4969-9136-1595cfc6f27b img.shogun-image {
    
    width: px;
  }


#s-40eace12-5e3d-4969-9136-1595cfc6f27b .shogun-image-content {
  
    align-items: center;
  
}

#s-b4e8e0b8-5dbd-46e2-a639-4677f21a51bb {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 70px;
}








#s-b4e8e0b8-5dbd-46e2-a639-4677f21a51bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4e8e0b8-5dbd-46e2-a639-4677f21a51bb.shg-box.shg-c {
  justify-content: center;
}

#s-5f663c3a-2190-42f3-8b09-378a58fdeddf hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-c4618362-b0ec-4ff8-b104-0a5abaeb8a54 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 380px;
text-align: center;
}




  #s-c4618362-b0ec-4ff8-b104-0a5abaeb8a54 img.shogun-image {
    
    width: px;
  }


#s-c4618362-b0ec-4ff8-b104-0a5abaeb8a54 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff9fb672-8fcf-4c94-8c63-f4fb90250c99 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 70px;
}








#s-ff9fb672-8fcf-4c94-8c63-f4fb90250c99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff9fb672-8fcf-4c94-8c63-f4fb90250c99.shg-box.shg-c {
  justify-content: center;
}

#s-44b9a2e1-06a1-4856-a80f-4dbf5355d8d7 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 768px) {
[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-0548d7f5-881e-47c0-adc2-c5fb9bae6ee1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-4df44999-9d66-4b9f-b7f1-c1c1a10a8987 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4df44999-9d66-4b9f-b7f1-c1c1a10a8987 .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-4df44999-9d66-4b9f-b7f1-c1c1a10a8987 .shogun-heading-component h2 a {
  color: rgba(112, 112, 112, 1);
}


#s-0928d1ec-72b0-4ecf-9086-5145ec145021 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0928d1ec-72b0-4ecf-9086-5145ec145021 .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


#s-0928d1ec-72b0-4ecf-9086-5145ec145021 .shogun-heading-component h3 a {
  color: rgba(112, 112, 112, 1);
}


#s-07493108-02ee-465e-a5eb-b95055d0df0a {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-07493108-02ee-465e-a5eb-b95055d0df0a .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-07493108-02ee-465e-a5eb-b95055d0df0a .shogun-heading-component h2 a {
  color: rgba(112, 112, 112, 1);
}


#s-908dcc2a-0880-4899-911b-1d77f798b949 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-908dcc2a-0880-4899-911b-1d77f798b949 .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


#s-908dcc2a-0880-4899-911b-1d77f798b949 .shogun-heading-component h3 a {
  color: rgba(112, 112, 112, 1);
}


#s-c2637093-5e53-40dc-bf87-11adf0832bdb {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c2637093-5e53-40dc-bf87-11adf0832bdb .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-c2637093-5e53-40dc-bf87-11adf0832bdb .shogun-heading-component h2 a {
  color: rgba(112, 112, 112, 1);
}


#s-307a182f-07f5-4c56-9d5b-78860d693c3f {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-307a182f-07f5-4c56-9d5b-78860d693c3f .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


#s-307a182f-07f5-4c56-9d5b-78860d693c3f .shogun-heading-component h3 a {
  color: rgba(112, 112, 112, 1);
}


#s-47a5ca25-8da2-4aab-b558-4da0db54f1be {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-47a5ca25-8da2-4aab-b558-4da0db54f1be .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-47a5ca25-8da2-4aab-b558-4da0db54f1be .shogun-heading-component h2 a {
  color: rgba(112, 112, 112, 1);
}


#s-2bfdc2a3-5d8d-45ec-9ef0-5d5c5888b8ea {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2bfdc2a3-5d8d-45ec-9ef0-5d5c5888b8ea .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


#s-2bfdc2a3-5d8d-45ec-9ef0-5d5c5888b8ea .shogun-heading-component h3 a {
  color: rgba(112, 112, 112, 1);
}


#s-29b8f052-33c0-44ed-8751-13c9e6820a58 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-29b8f052-33c0-44ed-8751-13c9e6820a58 .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-29b8f052-33c0-44ed-8751-13c9e6820a58 .shogun-heading-component h2 a {
  color: rgba(112, 112, 112, 1);
}


#s-ef01fe15-d581-4ee4-967f-8bacc5a40d1f {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ef01fe15-d581-4ee4-967f-8bacc5a40d1f .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


#s-ef01fe15-d581-4ee4-967f-8bacc5a40d1f .shogun-heading-component h3 a {
  color: rgba(112, 112, 112, 1);
}


#s-959c11a0-c303-4034-ac02-49efecb334ec {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-959c11a0-c303-4034-ac02-49efecb334ec .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-959c11a0-c303-4034-ac02-49efecb334ec .shogun-heading-component h2 a {
  color: rgba(112, 112, 112, 1);
}


#s-7369d8e3-437e-43a0-8105-ea24e6ef255c {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7369d8e3-437e-43a0-8105-ea24e6ef255c .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


#s-7369d8e3-437e-43a0-8105-ea24e6ef255c .shogun-heading-component h3 a {
  color: rgba(112, 112, 112, 1);
}


#s-edf72eef-f178-4586-8541-a7fc50ff50f7 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
}
@media (min-width: 1200px){#s-edf72eef-f178-4586-8541-a7fc50ff50f7 {
  display: none;
}
#s-edf72eef-f178-4586-8541-a7fc50ff50f7, #wrap-s-edf72eef-f178-4586-8541-a7fc50ff50f7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-edf72eef-f178-4586-8541-a7fc50ff50f7 {
  display: none;
}
#s-edf72eef-f178-4586-8541-a7fc50ff50f7, #wrap-s-edf72eef-f178-4586-8541-a7fc50ff50f7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-edf72eef-f178-4586-8541-a7fc50ff50f7 {
  
}
}
#s-a0840216-b7fa-403c-8e9e-88ca798d583a {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 380px;
text-align: center;
}




  #s-a0840216-b7fa-403c-8e9e-88ca798d583a img.shogun-image {
    
    width: px;
  }


#s-a0840216-b7fa-403c-8e9e-88ca798d583a .shogun-image-content {
  
    align-items: center;
  
}

#s-00314edc-fca1-4166-9cbe-5e21dfa190aa {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 380px;
text-align: center;
}




  #s-00314edc-fca1-4166-9cbe-5e21dfa190aa img.shogun-image {
    
    width: px;
  }


#s-00314edc-fca1-4166-9cbe-5e21dfa190aa .shogun-image-content {
  
    align-items: center;
  
}

#s-8f7185ff-9d29-4c5b-86fc-78cce5c61bfe {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 380px;
text-align: center;
}




  #s-8f7185ff-9d29-4c5b-86fc-78cce5c61bfe img.shogun-image {
    
    width: px;
  }


#s-8f7185ff-9d29-4c5b-86fc-78cce5c61bfe .shogun-image-content {
  
    align-items: center;
  
}

#s-dfe84d28-3b2c-4c74-bf25-de351aad2563 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 380px;
text-align: center;
}




  #s-dfe84d28-3b2c-4c74-bf25-de351aad2563 img.shogun-image {
    
    width: px;
  }


#s-dfe84d28-3b2c-4c74-bf25-de351aad2563 .shogun-image-content {
  
    align-items: center;
  
}

#s-87c1b3e8-c39a-436c-8301-5c68dfc57060 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 380px;
text-align: center;
}




  #s-87c1b3e8-c39a-436c-8301-5c68dfc57060 img.shogun-image {
    
    width: px;
  }


#s-87c1b3e8-c39a-436c-8301-5c68dfc57060 .shogun-image-content {
  
    align-items: center;
  
}

#s-36ad5035-6d8f-4678-91e6-a7ba74255381 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 380px;
text-align: center;
}




  #s-36ad5035-6d8f-4678-91e6-a7ba74255381 img.shogun-image {
    
    width: px;
  }


#s-36ad5035-6d8f-4678-91e6-a7ba74255381 .shogun-image-content {
  
    align-items: center;
  
}

#s-91b36051-b9de-411c-81ec-b1867fa8ebc3 {
  margin-left: auto;
margin-right: auto;
padding-top: 1px;
padding-bottom: 1px;
min-height: 25px;
max-width: 70px;
}








#s-91b36051-b9de-411c-81ec-b1867fa8ebc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91b36051-b9de-411c-81ec-b1867fa8ebc3.shg-box.shg-c {
  justify-content: center;
}

#s-c448c7da-7981-401c-9239-ff79eb57f4c4 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-97e2074f-0420-44ba-a959-f5548ad1c92c {
  margin-left: auto;
margin-right: auto;
padding-top: 1px;
padding-bottom: 1px;
min-height: 25px;
max-width: 70px;
}








#s-97e2074f-0420-44ba-a959-f5548ad1c92c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97e2074f-0420-44ba-a959-f5548ad1c92c.shg-box.shg-c {
  justify-content: center;
}

#s-e32bc874-d8eb-4a35-ad96-b5765356c722 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-0357b48b-28f2-44cb-b469-4e364d6ef7ac {
  margin-left: auto;
margin-right: auto;
padding-top: 1px;
padding-bottom: 1px;
min-height: 25px;
max-width: 70px;
}








#s-0357b48b-28f2-44cb-b469-4e364d6ef7ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0357b48b-28f2-44cb-b469-4e364d6ef7ac.shg-box.shg-c {
  justify-content: center;
}

#s-e8058d1c-50b6-4d65-85c4-a70be4a8104c hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-df4b8df9-4893-49a3-a838-f27d1afd3402 {
  margin-left: auto;
margin-right: auto;
padding-top: 1px;
padding-bottom: 1px;
min-height: 25px;
max-width: 70px;
}








#s-df4b8df9-4893-49a3-a838-f27d1afd3402 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df4b8df9-4893-49a3-a838-f27d1afd3402.shg-box.shg-c {
  justify-content: center;
}

#s-8fd6392a-25fb-4883-be20-bab473e15753 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-b56d09ee-20e3-4e13-9d7b-021747b7a365 {
  margin-left: auto;
margin-right: auto;
padding-top: 1px;
padding-bottom: 1px;
min-height: 25px;
max-width: 70px;
}








#s-b56d09ee-20e3-4e13-9d7b-021747b7a365 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b56d09ee-20e3-4e13-9d7b-021747b7a365.shg-box.shg-c {
  justify-content: center;
}

#s-c774417b-f5fe-4d8d-aa2c-e7c39542eef1 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-2b398e0c-5a11-4bf7-a0a2-1db19140de45 {
  margin-left: auto;
margin-right: auto;
padding-top: 1px;
padding-bottom: 1px;
min-height: 25px;
max-width: 70px;
}








#s-2b398e0c-5a11-4bf7-a0a2-1db19140de45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b398e0c-5a11-4bf7-a0a2-1db19140de45.shg-box.shg-c {
  justify-content: center;
}

#s-bb51f180-d496-4c03-badb-8c7eb5192dde hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-199bf358-e222-4a24-b450-44617064c7f8 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-199bf358-e222-4a24-b450-44617064c7f8 .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-199bf358-e222-4a24-b450-44617064c7f8 .shogun-heading-component h2 a {
  color: rgba(112, 112, 112, 1);
}


#s-ef6888dc-3cfa-45b1-a9d1-7aaf4cbc4e7f {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ef6888dc-3cfa-45b1-a9d1-7aaf4cbc4e7f .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-ef6888dc-3cfa-45b1-a9d1-7aaf4cbc4e7f .shogun-heading-component h2 a {
  color: rgba(112, 112, 112, 1);
}


#s-7a912f53-e4ef-47c1-a76a-4ed1d463fe6a {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7a912f53-e4ef-47c1-a76a-4ed1d463fe6a .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-7a912f53-e4ef-47c1-a76a-4ed1d463fe6a .shogun-heading-component h2 a {
  color: rgba(112, 112, 112, 1);
}


#s-10642faa-0ef6-4180-9175-51f421a49c10 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-10642faa-0ef6-4180-9175-51f421a49c10 .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-10642faa-0ef6-4180-9175-51f421a49c10 .shogun-heading-component h2 a {
  color: rgba(112, 112, 112, 1);
}


#s-8e9dc5cc-e5d5-4463-af4b-9ca065822cdc {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8e9dc5cc-e5d5-4463-af4b-9ca065822cdc .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-8e9dc5cc-e5d5-4463-af4b-9ca065822cdc .shogun-heading-component h2 a {
  color: rgba(112, 112, 112, 1);
}


#s-2e73aaf7-1121-4b28-8671-77a69d43516f {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2e73aaf7-1121-4b28-8671-77a69d43516f .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-2e73aaf7-1121-4b28-8671-77a69d43516f .shogun-heading-component h2 a {
  color: rgba(112, 112, 112, 1);
}


#s-c55ddafc-b591-4da3-ae7c-49762e06f097 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c55ddafc-b591-4da3-ae7c-49762e06f097 .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


#s-c55ddafc-b591-4da3-ae7c-49762e06f097 .shogun-heading-component h3 a {
  color: rgba(112, 112, 112, 1);
}


#s-47c45d9b-ea51-42e0-b3ae-081a3f932eef {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-47c45d9b-ea51-42e0-b3ae-081a3f932eef .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


#s-47c45d9b-ea51-42e0-b3ae-081a3f932eef .shogun-heading-component h3 a {
  color: rgba(112, 112, 112, 1);
}


#s-3ad21a24-1947-4268-a357-83050630461b {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3ad21a24-1947-4268-a357-83050630461b .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


#s-3ad21a24-1947-4268-a357-83050630461b .shogun-heading-component h3 a {
  color: rgba(112, 112, 112, 1);
}


#s-1e006158-0228-40d4-8e6d-0d3c7110075c {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1e006158-0228-40d4-8e6d-0d3c7110075c .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


#s-1e006158-0228-40d4-8e6d-0d3c7110075c .shogun-heading-component h3 a {
  color: rgba(112, 112, 112, 1);
}


#s-8c94efce-555f-429a-a721-d6589629ce11 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8c94efce-555f-429a-a721-d6589629ce11 .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


#s-8c94efce-555f-429a-a721-d6589629ce11 .shogun-heading-component h3 a {
  color: rgba(112, 112, 112, 1);
}


#s-3e743aa6-bf11-45a4-8445-32e09a5a6085 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3e743aa6-bf11-45a4-8445-32e09a5a6085 .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


#s-3e743aa6-bf11-45a4-8445-32e09a5a6085 .shogun-heading-component h3 a {
  color: rgba(112, 112, 112, 1);
}


#s-9585c9f6-0a28-45ae-a691-4e8afb27e118 {
  padding-top: 35px;
padding-bottom: 35px;
min-height: 50px;
background-attachment: scroll;
}








#s-9585c9f6-0a28-45ae-a691-4e8afb27e118 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9585c9f6-0a28-45ae-a691-4e8afb27e118.shg-box.shg-c {
  justify-content: center;
}

#s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 1920px;
}

@media (min-width: 0px) {
[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2a4f7e70-2c68-4647-ba63-619bb4c38cbd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5c4930e0-10a2-4437-8992-69bb37cc986a {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 550px;
max-width: 960px;
background-position: center center;
}








#s-5c4930e0-10a2-4437-8992-69bb37cc986a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.7;
}#s-5c4930e0-10a2-4437-8992-69bb37cc986a.shg-box.shg-c {
  justify-content: center;
}

#s-9842e957-e2aa-4a33-be0f-bebdc67a84b4 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: center;
}

#s-9842e957-e2aa-4a33-be0f-bebdc67a84b4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-9842e957-e2aa-4a33-be0f-bebdc67a84b4 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-57e5cdaf-3247-4509-81c6-bc035eaeebc4 {
  margin-top: -8px;
margin-left: auto;
margin-bottom: -8px;
margin-right: auto;
min-height: 50px;
max-width: 70px;
}








#s-57e5cdaf-3247-4509-81c6-bc035eaeebc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57e5cdaf-3247-4509-81c6-bc035eaeebc4.shg-box.shg-c {
  justify-content: center;
}

#s-550ff13d-d1ea-4444-aa13-4b5208aff58d hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-f4b3852a-822e-4d8e-bf2d-c8adc393bd73 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: center;
}

#s-f4b3852a-822e-4d8e-bf2d-c8adc393bd73 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


#s-f4b3852a-822e-4d8e-bf2d-c8adc393bd73 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-2a7786a6-43d7-4f64-92ed-e5a96da17dd1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 23px;
padding-left: 15px;
padding-bottom: 23px;
padding-right: 15px;
max-width: 500px;
text-align: center;
}

#s-2a7786a6-43d7-4f64-92ed-e5a96da17dd1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


#s-2a7786a6-43d7-4f64-92ed-e5a96da17dd1 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-cc832997-39b5-444e-9227-941d82b0db7f {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(106, 167, 178, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(106, 167, 178, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-cc832997-39b5-444e-9227-941d82b0db7f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(106, 167, 178, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-cc832997-39b5-444e-9227-941d82b0db7f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cc832997-39b5-444e-9227-941d82b0db7f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-fa48856b-8150-4b66-8e90-786eb25abf31 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 550px;
max-width: 960px;
background-position: center center;
}








#s-fa48856b-8150-4b66-8e90-786eb25abf31 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-fa48856b-8150-4b66-8e90-786eb25abf31.shg-box.shg-c {
  justify-content: center;
}

#s-e0cb12a5-8f7e-44c3-bbe2-12efb122eb15 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 100px;
max-width: 100px;
text-align: center;
opacity: 0.69;
}
#s-e0cb12a5-8f7e-44c3-bbe2-12efb122eb15:hover {opacity: 0.8 !important;}



  #s-e0cb12a5-8f7e-44c3-bbe2-12efb122eb15 img.shogun-image {
    
    width: px;
  }


#s-e0cb12a5-8f7e-44c3-bbe2-12efb122eb15 .shogun-image-content {
  
    align-items: center;
  
}

#s-39549e53-41ad-4346-bed9-8983cbfb4158 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-39549e53-41ad-4346-bed9-8983cbfb4158 .shogun-heading-component h1 {
  color: rgba(112, 112, 112, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-39549e53-41ad-4346-bed9-8983cbfb4158 .shogun-heading-component h1 a {
  color: rgba(112, 112, 112, 1);
}


#s-fbf131f3-a89f-461d-bd90-cba09e684195 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 70px;
}








#s-fbf131f3-a89f-461d-bd90-cba09e684195 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbf131f3-a89f-461d-bd90-cba09e684195.shg-box.shg-c {
  justify-content: center;
}

#s-a198e317-e9b8-4acb-820b-b8c8c91b5027 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-1259e4b3-35de-43be-9c18-eda6fc0ebc28 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 50px;
padding-right: 10px;
min-height: 400px;
max-width: 1920px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1259e4b3-35de-43be-9c18-eda6fc0ebc28 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1259e4b3-35de-43be-9c18-eda6fc0ebc28 {
  display: none;
}
#s-1259e4b3-35de-43be-9c18-eda6fc0ebc28, #wrap-s-1259e4b3-35de-43be-9c18-eda6fc0ebc28 { display:none !important; }}@media (max-width: 767px){#s-1259e4b3-35de-43be-9c18-eda6fc0ebc28 {
  display: none;
}
#s-1259e4b3-35de-43be-9c18-eda6fc0ebc28, #wrap-s-1259e4b3-35de-43be-9c18-eda6fc0ebc28 { display:none !important; }}







#s-1259e4b3-35de-43be-9c18-eda6fc0ebc28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1259e4b3-35de-43be-9c18-eda6fc0ebc28.shg-box.shg-c {
  justify-content: center;
}

#s-ef555fc3-25dd-465b-b9a3-4686ef712539 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 768px) {
[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-ef555fc3-25dd-465b-b9a3-4686ef712539"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.75px);
}

}

#s-489481ed-8794-49ad-9587-eea97565108f {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 500px;
text-align: center;
}




  #s-489481ed-8794-49ad-9587-eea97565108f img.shogun-image {
    
    width: px;
  }


#s-489481ed-8794-49ad-9587-eea97565108f .shogun-image-content {
  
    align-items: center;
  
}

#s-0cf8cdce-314a-4d3a-ab04-c84c75059f51 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 5px;
max-width: 70px;
}








#s-0cf8cdce-314a-4d3a-ab04-c84c75059f51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cf8cdce-314a-4d3a-ab04-c84c75059f51.shg-box.shg-c {
  justify-content: center;
}

#s-60e3022f-1c47-40fb-bf6c-cb4a815e5804 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-b9c9c37a-8ce0-464f-9cef-3fce33cb2d4a {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 380px;
text-align: center;
}




  #s-b9c9c37a-8ce0-464f-9cef-3fce33cb2d4a img.shogun-image {
    
    width: px;
  }


#s-b9c9c37a-8ce0-464f-9cef-3fce33cb2d4a .shogun-image-content {
  
    align-items: center;
  
}

#s-021a068e-6d0a-4d61-b445-b1b78e46e968 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 70px;
}








#s-021a068e-6d0a-4d61-b445-b1b78e46e968 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-021a068e-6d0a-4d61-b445-b1b78e46e968.shg-box.shg-c {
  justify-content: center;
}

#s-46d27456-81a9-4e6b-9736-3619c774ec6c hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-817b750a-9555-4975-bb4c-f3dc3dd87c8b {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 380px;
text-align: center;
}




  #s-817b750a-9555-4975-bb4c-f3dc3dd87c8b img.shogun-image {
    
    width: px;
  }


#s-817b750a-9555-4975-bb4c-f3dc3dd87c8b .shogun-image-content {
  
    align-items: center;
  
}

#s-effce756-95c2-4766-ae37-fae3915fed19 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 70px;
}








#s-effce756-95c2-4766-ae37-fae3915fed19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-effce756-95c2-4766-ae37-fae3915fed19.shg-box.shg-c {
  justify-content: center;
}

#s-ec18d686-d71c-4a7d-9ef0-adeb3910d16d hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-094c7fdb-d902-4861-8d02-df6f04d9211b {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 380px;
text-align: center;
}




  #s-094c7fdb-d902-4861-8d02-df6f04d9211b img.shogun-image {
    
    width: px;
  }


#s-094c7fdb-d902-4861-8d02-df6f04d9211b .shogun-image-content {
  
    align-items: center;
  
}

#s-e9489f4c-4f5a-4de8-804a-e60f9a3991ce {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 70px;
}








#s-e9489f4c-4f5a-4de8-804a-e60f9a3991ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9489f4c-4f5a-4de8-804a-e60f9a3991ce.shg-box.shg-c {
  justify-content: center;
}

#s-8e77ed00-9a2c-4009-a522-6bc4ef74c4a6 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-788b518c-bc5d-4391-a52a-afefd31ca014 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 768px) {
[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-788b518c-bc5d-4391-a52a-afefd31ca014"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.75px);
}

}

#s-26c14e74-7934-43be-ad39-67d03e739a16 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-26c14e74-7934-43be-ad39-67d03e739a16 .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-26c14e74-7934-43be-ad39-67d03e739a16 .shogun-heading-component h2 a {
  color: rgba(112, 112, 112, 1);
}


#s-20b72c16-3f20-45cc-8ea9-35e6457aa279 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-20b72c16-3f20-45cc-8ea9-35e6457aa279 .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


#s-20b72c16-3f20-45cc-8ea9-35e6457aa279 .shogun-heading-component h3 a {
  color: rgba(112, 112, 112, 1);
}


#s-8be60a67-69a2-4300-8655-7ef63f3d1d2d {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8be60a67-69a2-4300-8655-7ef63f3d1d2d .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-8be60a67-69a2-4300-8655-7ef63f3d1d2d .shogun-heading-component h2 a {
  color: rgba(112, 112, 112, 1);
}


#s-2437dbba-7493-4bf8-a540-fc98d93056c7 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2437dbba-7493-4bf8-a540-fc98d93056c7 .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


#s-2437dbba-7493-4bf8-a540-fc98d93056c7 .shogun-heading-component h3 a {
  color: rgba(112, 112, 112, 1);
}


#s-a9f8d66e-a869-4307-81de-89de189ff807 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a9f8d66e-a869-4307-81de-89de189ff807 .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-a9f8d66e-a869-4307-81de-89de189ff807 .shogun-heading-component h2 a {
  color: rgba(112, 112, 112, 1);
}


#s-26580bec-1e08-4a11-b4bd-28351bd7e05a {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-26580bec-1e08-4a11-b4bd-28351bd7e05a .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


#s-26580bec-1e08-4a11-b4bd-28351bd7e05a .shogun-heading-component h3 a {
  color: rgba(112, 112, 112, 1);
}


#s-255ce467-9a39-4e67-9573-5df913666e6a {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-255ce467-9a39-4e67-9573-5df913666e6a .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-255ce467-9a39-4e67-9573-5df913666e6a .shogun-heading-component h2 a {
  color: rgba(112, 112, 112, 1);
}


#s-c123ff60-8ba8-4b43-94d4-bf3fac51bbb5 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c123ff60-8ba8-4b43-94d4-bf3fac51bbb5 .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


#s-c123ff60-8ba8-4b43-94d4-bf3fac51bbb5 .shogun-heading-component h3 a {
  color: rgba(112, 112, 112, 1);
}


#s-522a4cdc-e8dc-4798-9d0c-520a032c9f02 {
  padding-top: 10px;
padding-bottom: 50px;
min-height: 0px;
}
@media (min-width: 1200px){#s-522a4cdc-e8dc-4798-9d0c-520a032c9f02 {
  display: none;
}
#s-522a4cdc-e8dc-4798-9d0c-520a032c9f02, #wrap-s-522a4cdc-e8dc-4798-9d0c-520a032c9f02 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-522a4cdc-e8dc-4798-9d0c-520a032c9f02 {
  display: none;
}
#s-522a4cdc-e8dc-4798-9d0c-520a032c9f02, #wrap-s-522a4cdc-e8dc-4798-9d0c-520a032c9f02 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-522a4cdc-e8dc-4798-9d0c-520a032c9f02 {
  
}
}
#s-f4d02eec-b7c4-4ed8-872c-aebadb0e176e {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 380px;
text-align: center;
}




  #s-f4d02eec-b7c4-4ed8-872c-aebadb0e176e img.shogun-image {
    
    width: px;
  }


#s-f4d02eec-b7c4-4ed8-872c-aebadb0e176e .shogun-image-content {
  
    align-items: center;
  
}

#s-7ed46b09-129a-4030-89fa-773b3a18fc41 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 450px;
text-align: center;
}




  #s-7ed46b09-129a-4030-89fa-773b3a18fc41 img.shogun-image {
    
    width: px;
  }


#s-7ed46b09-129a-4030-89fa-773b3a18fc41 .shogun-image-content {
  
    align-items: center;
  
}

#s-1292f299-c562-4304-b144-23e301eac8ab {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 450px;
text-align: center;
}




  #s-1292f299-c562-4304-b144-23e301eac8ab img.shogun-image {
    
    width: px;
  }


#s-1292f299-c562-4304-b144-23e301eac8ab .shogun-image-content {
  
    align-items: center;
  
}

#s-2fab3ad7-3e1b-4643-a74a-e880545d026e {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 450px;
text-align: center;
}




  #s-2fab3ad7-3e1b-4643-a74a-e880545d026e img.shogun-image {
    
    width: px;
  }


#s-2fab3ad7-3e1b-4643-a74a-e880545d026e .shogun-image-content {
  
    align-items: center;
  
}

#s-0175dc3e-7da9-4aae-9707-12c46e88e41e {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 450px;
text-align: center;
}




  #s-0175dc3e-7da9-4aae-9707-12c46e88e41e img.shogun-image {
    
    width: px;
  }


#s-0175dc3e-7da9-4aae-9707-12c46e88e41e .shogun-image-content {
  
    align-items: center;
  
}

#s-7befec3a-8336-4c88-8542-cb4bdbac2262 {
  margin-left: auto;
margin-right: auto;
padding-top: 1px;
padding-bottom: 1px;
min-height: 25px;
max-width: 70px;
}








#s-7befec3a-8336-4c88-8542-cb4bdbac2262 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7befec3a-8336-4c88-8542-cb4bdbac2262.shg-box.shg-c {
  justify-content: center;
}

#s-115a3a0c-c178-4e17-a756-50ecde5558d5 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-2d23a5a6-6798-442c-9e78-9860684768db {
  margin-left: auto;
margin-right: auto;
padding-top: 1px;
padding-bottom: 1px;
min-height: 25px;
max-width: 70px;
}








#s-2d23a5a6-6798-442c-9e78-9860684768db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d23a5a6-6798-442c-9e78-9860684768db.shg-box.shg-c {
  justify-content: center;
}

#s-beee87f3-f9a5-474e-a078-442a52a4b74d hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-b38cdea4-b105-4299-a6e7-80f7d2f82c09 {
  margin-left: auto;
margin-right: auto;
padding-top: 1px;
padding-bottom: 1px;
min-height: 25px;
max-width: 70px;
}








#s-b38cdea4-b105-4299-a6e7-80f7d2f82c09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b38cdea4-b105-4299-a6e7-80f7d2f82c09.shg-box.shg-c {
  justify-content: center;
}

#s-9f183ede-7a07-4ad3-bc0f-6c6acd2efa00 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-032b8bb5-dabd-4def-bbec-ffeb594f4142 {
  margin-left: auto;
margin-right: auto;
padding-top: 1px;
padding-bottom: 1px;
min-height: 25px;
max-width: 70px;
}








#s-032b8bb5-dabd-4def-bbec-ffeb594f4142 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-032b8bb5-dabd-4def-bbec-ffeb594f4142.shg-box.shg-c {
  justify-content: center;
}

#s-e360386c-7cbe-406f-bcff-d01e8b04248d hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-c67fbb42-f129-468a-b19f-65d7f111a3f3 {
  margin-left: auto;
margin-right: auto;
padding-top: 1px;
padding-bottom: 1px;
min-height: 25px;
max-width: 70px;
}








#s-c67fbb42-f129-468a-b19f-65d7f111a3f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c67fbb42-f129-468a-b19f-65d7f111a3f3.shg-box.shg-c {
  justify-content: center;
}

#s-1f7fce15-df1a-4aa5-97bc-40c14021b2b9 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(106, 167, 178, 1);
}

#s-674a818e-ea3b-46d6-927d-750c27647927 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-674a818e-ea3b-46d6-927d-750c27647927 .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-674a818e-ea3b-46d6-927d-750c27647927 .shogun-heading-component h2 a {
  color: rgba(112, 112, 112, 1);
}


#s-ed3de2fe-fa19-4475-8052-5f243c5e73a9 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ed3de2fe-fa19-4475-8052-5f243c5e73a9 .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-ed3de2fe-fa19-4475-8052-5f243c5e73a9 .shogun-heading-component h2 a {
  color: rgba(112, 112, 112, 1);
}


#s-1469b657-294e-463a-aa77-7b61bed457be {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1469b657-294e-463a-aa77-7b61bed457be .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-1469b657-294e-463a-aa77-7b61bed457be .shogun-heading-component h2 a {
  color: rgba(112, 112, 112, 1);
}


#s-a9d97804-8384-4d65-be3f-66c445e999f5 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a9d97804-8384-4d65-be3f-66c445e999f5 .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-a9d97804-8384-4d65-be3f-66c445e999f5 .shogun-heading-component h2 a {
  color: rgba(112, 112, 112, 1);
}


#s-59b93428-67ee-4c23-9dd8-818a496d7e15 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-59b93428-67ee-4c23-9dd8-818a496d7e15 .shogun-heading-component h2 {
  color: rgba(112, 112, 112, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


#s-59b93428-67ee-4c23-9dd8-818a496d7e15 .shogun-heading-component h2 a {
  color: rgba(112, 112, 112, 1);
}


#s-ac3bf41b-ba5b-43a0-9cdb-f196857fa03e {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ac3bf41b-ba5b-43a0-9cdb-f196857fa03e .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


#s-ac3bf41b-ba5b-43a0-9cdb-f196857fa03e .shogun-heading-component h3 a {
  color: rgba(112, 112, 112, 1);
}


#s-92d71531-36f9-444d-a2cf-0bc6b6462877 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-92d71531-36f9-444d-a2cf-0bc6b6462877 .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


#s-92d71531-36f9-444d-a2cf-0bc6b6462877 .shogun-heading-component h3 a {
  color: rgba(112, 112, 112, 1);
}


#s-873e0b9d-b3ed-4e31-817f-7fd872e16c82 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-873e0b9d-b3ed-4e31-817f-7fd872e16c82 .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


#s-873e0b9d-b3ed-4e31-817f-7fd872e16c82 .shogun-heading-component h3 a {
  color: rgba(112, 112, 112, 1);
}


#s-b7f14c7a-1227-4b38-920e-284d0683d4cb {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b7f14c7a-1227-4b38-920e-284d0683d4cb .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


#s-b7f14c7a-1227-4b38-920e-284d0683d4cb .shogun-heading-component h3 a {
  color: rgba(112, 112, 112, 1);
}


#s-7a8d8af4-2de6-4346-aff5-2b0c55d663d9 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7a8d8af4-2de6-4346-aff5-2b0c55d663d9 .shogun-heading-component h3 {
  color: rgba(112, 112, 112, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


#s-7a8d8af4-2de6-4346-aff5-2b0c55d663d9 .shogun-heading-component h3 a {
  color: rgba(112, 112, 112, 1);
}


#s-987d3860-acab-455c-baa2-4c8c2c905512 {
  margin-left: autopx;
margin-bottom: 0px;
background-color: rgba(244, 244, 244, 1);
}








#s-987d3860-acab-455c-baa2-4c8c2c905512 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-987d3860-acab-455c-baa2-4c8c2c905512.shg-box.shg-c {
  justify-content: flex-start;
}

#s-39a16ee3-0b19-4b82-837d-9dc4b802e63b {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1150px;
}

@media (min-width: 0px) {
[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-39a16ee3-0b19-4b82-837d-9dc4b802e63b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-5d73049a-a57f-4844-9e18-3713cdb1b18b {
  padding-top: 25px;
}

#s-0a4c49f1-0860-42a0-9bc3-920483caa675 {
  padding-top: 25px;
background-color: rgba(244, 244, 244, 1);
}

#s-89bf7763-7938-40e4-aed9-758a7eaa8353 {
  margin-top: 90px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
text-align: center;
background-color: rgba(72, 122, 129, 1);
text-decoration: none;
}
#s-89bf7763-7938-40e4-aed9-758a7eaa8353:hover {background-color: rgba(59, 102, 108, 1) !important;
text-decoration: none !important;}#s-89bf7763-7938-40e4-aed9-758a7eaa8353:active {background-color: rgba(59, 102, 108, 1) !important;
text-decoration: none !important;}


#s-89bf7763-7938-40e4-aed9-758a7eaa8353.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-6b5e22cf-1f30-4fdb-970e-3ccdebc0ed0f {
  margin-top: 0px;
margin-bottom: 60px;
background-color: rgba(244, 244, 244, 1);
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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