.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

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

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

#s-cb977c70-8267-4ce3-8d04-a3e6de63e32d {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-cb977c70-8267-4ce3-8d04-a3e6de63e32d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb977c70-8267-4ce3-8d04-a3e6de63e32d.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-834251dc-4765-4e3c-8b00-175157b62a65 {
  padding-top: 60px;
padding-bottom: 60px;
}

.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-3a5e8889-4c64-43ed-b80d-12799a362804 {
  padding-top: 80px;
padding-bottom: 80px;
}

@media (min-width: 0px) {
[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3a5e8889-4c64-43ed-b80d-12799a362804"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6e8c6a36-3609-4c46-a9f9-420347132fed {
  margin-top: 2px;
margin-left: 8px;
margin-bottom: 2px;
margin-right: 8px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-c763fe01-70cc-468e-a8ae-1a298b46487a {
  box-shadow:4px 4px 16px 1px rgba(94, 94, 94, 1);
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-9443ff9a-d451-4daa-8d52-a0a0488d680c {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-9443ff9a-d451-4daa-8d52-a0a0488d680c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9443ff9a-d451-4daa-8d52-a0a0488d680c.shg-box.shg-c {
  justify-content: center;
}

#s-0d5a8964-b36c-486e-a2a9-4c1f98be44c2 {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
}

#s-36c6c845-7262-45c3-9006-1bce17e81950 {
  min-height: 50px;
}








#s-36c6c845-7262-45c3-9006-1bce17e81950 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36c6c845-7262-45c3-9006-1bce17e81950.shg-box.shg-c {
  justify-content: center;
}

#s-3a3eb330-bf89-44cb-b882-1bc75964e9a6 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3a3eb330-bf89-44cb-b882-1bc75964e9a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a3eb330-bf89-44cb-b882-1bc75964e9a6.shg-box.shg-c {
  justify-content: center;
}

#s-8f43ea41-1756-4847-ae2c-97df3cf3ff1e {
  min-height: 50px;
}








#s-8f43ea41-1756-4847-ae2c-97df3cf3ff1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f43ea41-1756-4847-ae2c-97df3cf3ff1e.shg-box.shg-c {
  justify-content: center;
}

#s-727dcd26-c7b3-4fea-9860-9e96c4a791d4 {
  padding-top: 60px;
padding-bottom: 60px;
}

#s-d29750c9-cf64-45de-ba6c-6493d6087ae0 {
  min-height: 50px;
}








#s-d29750c9-cf64-45de-ba6c-6493d6087ae0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d29750c9-cf64-45de-ba6c-6493d6087ae0.shg-box.shg-c {
  justify-content: center;
}

#s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3 {
  margin-top: 60px;
margin-left: 40px;
margin-bottom: 60px;
margin-right: 40px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e35b6ac1-6c1a-4384-8640-8da50daaf1d3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6e362691-5f0f-43da-98e5-78eb8489ef4e {
  min-height: 50px;
}








#s-6e362691-5f0f-43da-98e5-78eb8489ef4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e362691-5f0f-43da-98e5-78eb8489ef4e.shg-box.shg-c {
  justify-content: center;
}

#s-2629ba44-f4e7-4355-b1a0-d9166824afe8 {
  margin-top: 40px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-2629ba44-f4e7-4355-b1a0-d9166824afe8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2629ba44-f4e7-4355-b1a0-d9166824afe8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2629ba44-f4e7-4355-b1a0-d9166824afe8 {
  
}
}@media (max-width: 767px){#s-2629ba44-f4e7-4355-b1a0-d9166824afe8 {
  
}
}
#s-f3d0fe49-e2bc-4dda-9cbc-9ba0ee9d0758 {
  min-height: 50px;
}








#s-f3d0fe49-e2bc-4dda-9cbc-9ba0ee9d0758 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3d0fe49-e2bc-4dda-9cbc-9ba0ee9d0758.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-5625cabf-70d5-40fe-804d-b8fe719b1a52 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-5625cabf-70d5-40fe-804d-b8fe719b1a52 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5625cabf-70d5-40fe-804d-b8fe719b1a52 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5625cabf-70d5-40fe-804d-b8fe719b1a52 {
  
}
}@media (max-width: 767px){#s-5625cabf-70d5-40fe-804d-b8fe719b1a52 {
  
}
}
#s-5625cabf-70d5-40fe-804d-b8fe719b1a52 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c072edad-47bf-46a1-907c-aa0f6270cdcf {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-c072edad-47bf-46a1-907c-aa0f6270cdcf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c072edad-47bf-46a1-907c-aa0f6270cdcf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c072edad-47bf-46a1-907c-aa0f6270cdcf {
  
}
}@media (max-width: 767px){#s-c072edad-47bf-46a1-907c-aa0f6270cdcf {
  
}
}
.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-c5655a7b-ed5c-484e-b3c1-df14a46a6104 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(0, 145, 223, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c5655a7b-ed5c-484e-b3c1-df14a46a6104:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-c5655a7b-ed5c-484e-b3c1-df14a46a6104:active {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c5655a7b-ed5c-484e-b3c1-df14a46a6104 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c5655a7b-ed5c-484e-b3c1-df14a46a6104 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c5655a7b-ed5c-484e-b3c1-df14a46a6104 {
  
}
}@media (max-width: 767px){#s-c5655a7b-ed5c-484e-b3c1-df14a46a6104 {
  
}
}


#s-c5655a7b-ed5c-484e-b3c1-df14a46a6104.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-5df99e9f-16b6-405e-b20a-6d7ab80314f0 {
  box-shadow:6px 6px 16px 1px rgba(114, 114, 114, 1);
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-9fec46e8-cf64-4762-85d8-97d407de71eb {
  min-height: 50px;
}








#s-9fec46e8-cf64-4762-85d8-97d407de71eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fec46e8-cf64-4762-85d8-97d407de71eb.shg-box.shg-c {
  justify-content: center;
}

#s-78931848-5d2c-4728-8076-7da881a78c75 {
  padding-top: 60px;
padding-bottom: 60px;
}

#s-f405932f-24ed-4d2c-b76c-cc809166cc3b {
  min-height: 50px;
}








#s-f405932f-24ed-4d2c-b76c-cc809166cc3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f405932f-24ed-4d2c-b76c-cc809166cc3b.shg-box.shg-c {
  justify-content: center;
}

#s-d24b8689-8f37-48d1-8340-c79014b56b31 {
  min-height: 50px;
}








#s-d24b8689-8f37-48d1-8340-c79014b56b31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d24b8689-8f37-48d1-8340-c79014b56b31.shg-box.shg-c {
  justify-content: center;
}

#s-9e4fbf5d-6c81-49a8-b9cd-c17bd98a1c9e {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9e4fbf5d-6c81-49a8-b9cd-c17bd98a1c9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e4fbf5d-6c81-49a8-b9cd-c17bd98a1c9e.shg-box.shg-c {
  justify-content: center;
}

#s-5bfeea81-9315-468d-a4dc-959790d6fcff {
  padding-top: 80px;
padding-bottom: 80px;
}

@media (min-width: 0px) {
[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5bfeea81-9315-468d-a4dc-959790d6fcff"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-541e0690-5525-4cc1-9f55-a22fe3421ebd {
  box-shadow:5px 5px 15px 1px rgba(98, 98, 98, 1);
margin-left: 16px;
margin-right: 16px;
}

#s-d23c4feb-bdbd-4a6e-96ec-dfeb72ac5ba9 {
  padding-top: 100px;
padding-left: 60px;
padding-bottom: 100px;
padding-right: 60px;
background-color: rgba(255, 255, 255, 1);
}

#s-345c9717-5865-4fe4-a57e-fc79fb67939f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-345c9717-5865-4fe4-a57e-fc79fb67939f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ec96d8ca-738b-47a0-b498-8fae01c203e6 {
  box-shadow:4px 4px 16px 1px rgba(128, 128, 128, 1);
}

#s-5140134c-1bdb-49a7-8a39-89fbc901fd99 {
  box-shadow:4px 4px 16px 1px rgba(83, 83, 83, 1);
}

#s-cdf41b57-e9fc-441a-bec9-2dac92e6db66 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-cdf41b57-e9fc-441a-bec9-2dac92e6db66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-cdf41b57-e9fc-441a-bec9-2dac92e6db66.shg-box.shg-c {
  justify-content: center;
}

#s-24dd76c9-306a-44ce-90fc-514d8feb2c64 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
max-width: 1080px;
}

@media (min-width: 0px) {
[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-24dd76c9-306a-44ce-90fc-514d8feb2c64"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0c12aa67-501f-43b5-a920-3975b00b908d {
  padding-left: 30%;
padding-right: 30%;
text-align: center;
}








#s-0c12aa67-501f-43b5-a920-3975b00b908d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c12aa67-501f-43b5-a920-3975b00b908d.shg-box.shg-c {
  justify-content: flex-start;
}

.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-31306555-f43e-4c54-9325-5f4dae71e7dc {
  margin-top: 30px;
}




  #s-31306555-f43e-4c54-9325-5f4dae71e7dc img.shogun-image {
    
    width: px;
  }


#s-31306555-f43e-4c54-9325-5f4dae71e7dc .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-601a00c4-74d6-4fde-94cb-5e83a7cd42ed {
  padding-left: 30%;
padding-right: 30%;
text-align: center;
}








#s-601a00c4-74d6-4fde-94cb-5e83a7cd42ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-601a00c4-74d6-4fde-94cb-5e83a7cd42ed.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6751d20e-5f82-4107-8e8e-eb51bc96b8ad {
  margin-top: 30px;
opacity: 1;
}




  #s-6751d20e-5f82-4107-8e8e-eb51bc96b8ad img.shogun-image {
    
    width: px;
  }


#s-6751d20e-5f82-4107-8e8e-eb51bc96b8ad .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-37fdc3b5-9f0e-44a7-b566-5a9fa0c50b08 {
  padding-left: 30%;
padding-right: 30%;
text-align: center;
}








#s-37fdc3b5-9f0e-44a7-b566-5a9fa0c50b08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37fdc3b5-9f0e-44a7-b566-5a9fa0c50b08.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e353a38f-0b42-4868-931b-4e250767cc9f {
  margin-top: 30px;
}




  #s-e353a38f-0b42-4868-931b-4e250767cc9f img.shogun-image {
    
    width: px;
  }


#s-e353a38f-0b42-4868-931b-4e250767cc9f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-a01e1167-9939-49fe-aaf8-e7a5a42724d3 {
  min-height: 50px;
}








#s-a01e1167-9939-49fe-aaf8-e7a5a42724d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a01e1167-9939-49fe-aaf8-e7a5a42724d3.shg-box.shg-c {
  justify-content: center;
}

#s-805fed88-baf0-4f07-992d-77dac64b9c52 {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-805fed88-baf0-4f07-992d-77dac64b9c52 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-805fed88-baf0-4f07-992d-77dac64b9c52 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-805fed88-baf0-4f07-992d-77dac64b9c52 {
  
}
}@media (max-width: 767px){#s-805fed88-baf0-4f07-992d-77dac64b9c52 {
  
}
}







#s-805fed88-baf0-4f07-992d-77dac64b9c52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-805fed88-baf0-4f07-992d-77dac64b9c52.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3216e6ea-1099-426b-aecc-6e445a50792a {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3216e6ea-1099-426b-aecc-6e445a50792a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3216e6ea-1099-426b-aecc-6e445a50792a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3216e6ea-1099-426b-aecc-6e445a50792a {
  
}
}@media (max-width: 767px){#s-3216e6ea-1099-426b-aecc-6e445a50792a {
  
}
}







#s-3216e6ea-1099-426b-aecc-6e445a50792a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-3216e6ea-1099-426b-aecc-6e445a50792a.shg-box.shg-c {
  justify-content: center;
}

#s-a125f99b-a40c-4337-8110-a90476475983 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a125f99b-a40c-4337-8110-a90476475983"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c980fdf8-6502-4936-8b61-884e20190d9a {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-c980fdf8-6502-4936-8b61-884e20190d9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c980fdf8-6502-4936-8b61-884e20190d9a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1d8dc42e-eb7b-4077-8cf8-f2a46b682f27 {
  margin-left: 20px;
margin-right: 20px;
}

#s-1d8dc42e-eb7b-4077-8cf8-f2a46b682f27 .shogun-icon-wrapper {
  text-align: left;
}


#s-1d8dc42e-eb7b-4077-8cf8-f2a46b682f27 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-b95ee6db-854c-4aed-8690-7b2643f8029a {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b95ee6db-854c-4aed-8690-7b2643f8029a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-49f2d9e2-7c50-41a2-b150-0bc2261cdb25 {
  margin-left: 20px;
margin-right: 20px;
}

#s-cdecdf1b-db6f-4857-b751-2073cc870b38 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-cdecdf1b-db6f-4857-b751-2073cc870b38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdecdf1b-db6f-4857-b751-2073cc870b38.shg-box.shg-c {
  justify-content: flex-start;
}

#s-76d69b11-2d7e-40ed-a471-d35486647539 {
  margin-left: 20px;
margin-right: 20px;
}

#s-76d69b11-2d7e-40ed-a471-d35486647539 .shogun-icon-wrapper {
  text-align: left;
}


#s-76d69b11-2d7e-40ed-a471-d35486647539 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-ef724c56-74b9-4e7c-bd37-a9553c83c1f4 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ef724c56-74b9-4e7c-bd37-a9553c83c1f4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-26ef4650-a2b7-460a-98d4-a4adc258ff8e {
  margin-left: 20px;
margin-right: 20px;
}

#s-da8c4ebd-7b8c-4374-8dfc-7b11b634a85a {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-da8c4ebd-7b8c-4374-8dfc-7b11b634a85a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da8c4ebd-7b8c-4374-8dfc-7b11b634a85a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c8439274-410d-4388-a30a-7081fd35ddb7 {
  margin-left: 20px;
margin-right: 20px;
}

#s-c8439274-410d-4388-a30a-7081fd35ddb7 .shogun-icon-wrapper {
  text-align: left;
}


#s-c8439274-410d-4388-a30a-7081fd35ddb7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-73fd877e-74e0-47fc-98bd-f4a33f45b26a {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-73fd877e-74e0-47fc-98bd-f4a33f45b26a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-648cb54e-85d2-420d-acb4-f375d05b7b1e {
  margin-left: 20px;
margin-right: 20px;
}

#s-e16705d1-f74f-4af6-9adb-dbe04d6cde99 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e16705d1-f74f-4af6-9adb-dbe04d6cde99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e16705d1-f74f-4af6-9adb-dbe04d6cde99.shg-box.shg-c {
  justify-content: center;
}

#s-54081023-81eb-4f57-9536-e7dc512fb3af {
  padding-top: 80px;
padding-bottom: 80px;
}

#s-c84a0e29-0d69-4038-8642-33e16fcc6fda {
  min-height: 50px;
}








#s-c84a0e29-0d69-4038-8642-33e16fcc6fda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c84a0e29-0d69-4038-8642-33e16fcc6fda.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fe41980d-f862-405e-880d-1aca31f9ccc9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7d0a70e2-3f3d-4eed-a6fa-fd19fa201bdd {
  min-height: 50px;
}








#s-7d0a70e2-3f3d-4eed-a6fa-fd19fa201bdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d0a70e2-3f3d-4eed-a6fa-fd19fa201bdd.shg-box.shg-c {
  justify-content: center;
}

#s-1de738cb-b9da-4425-81cd-adcd6081bc7e {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 15px;
padding-right: 15px;
background-color: rgba(255, 255, 255, 1);
}








#s-1de738cb-b9da-4425-81cd-adcd6081bc7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1de738cb-b9da-4425-81cd-adcd6081bc7e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1b979530-90b6-41ee-9b44-a2a62363d187 {
  box-shadow:6px 5px 13px 1px rgba(96, 96, 96, 1);
margin-left: 40px;
margin-right: 40px;
}




  #s-1b979530-90b6-41ee-9b44-a2a62363d187 img.shogun-image {
    
    width: px;
  }


#s-1b979530-90b6-41ee-9b44-a2a62363d187 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ea62c1e-5387-449b-9ad7-1b5ea13b0d4d {
  margin-left: 12px;
margin-right: 12px;
padding-top: 60px;
padding-bottom: 60px;
}

#s-777afbd9-9920-40e5-b60d-f53360758927 {
  min-height: 50px;
}








#s-777afbd9-9920-40e5-b60d-f53360758927 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-777afbd9-9920-40e5-b60d-f53360758927.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-493adfbf-5be6-45e9-841d-12926946c15d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7c185692-d28d-40fa-974e-dc147f37d9f5 {
  margin-left: 40px;
margin-right: 40px;
}

#s-7c185692-d28d-40fa-974e-dc147f37d9f5 .shogun-icon-wrapper {
  text-align: center;
}


#s-7c185692-d28d-40fa-974e-dc147f37d9f5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(226, 154, 6, 1);
}

#s-c7fa6b8a-330b-42df-9f08-7a45fe265872 {
  padding-top: 14px;
}

@media (min-width: 0px) {
[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c77a7143-d43c-4c2e-a779-dbecc4f12066"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2f6b108a-87d6-44f8-91a5-dc5f23f884ca {
  margin-left: 40px;
margin-right: 40px;
}

#s-2f6b108a-87d6-44f8-91a5-dc5f23f884ca .shogun-icon-wrapper {
  text-align: center;
}


#s-2f6b108a-87d6-44f8-91a5-dc5f23f884ca .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(226, 154, 6, 1);
}

#s-1c53d87f-4d78-45f3-9047-c5f9410b9c0c {
  padding-top: 14px;
}

@media (min-width: 0px) {
[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-62cc63c4-a6f9-459b-a050-0174e3a52cb6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bb1f05ea-bcc6-457f-bc6f-6f36c55f879d {
  margin-left: 40px;
margin-right: 40px;
}

#s-bb1f05ea-bcc6-457f-bc6f-6f36c55f879d .shogun-icon-wrapper {
  text-align: center;
}


#s-bb1f05ea-bcc6-457f-bc6f-6f36c55f879d .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(226, 154, 6, 1);
}

#s-23a42d22-cf29-4e79-be36-d208319d65c9 {
  padding-top: 14px;
}

#s-c97a992d-0f9b-49e4-8271-f73dcdb73125 {
  min-height: 50px;
}








#s-c97a992d-0f9b-49e4-8271-f73dcdb73125 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c97a992d-0f9b-49e4-8271-f73dcdb73125.shg-box.shg-c {
  justify-content: center;
}

#s-79ec4d7c-3784-4345-9756-5b4cc44281d9 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79ec4d7c-3784-4345-9756-5b4cc44281d9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bb7e2b77-d8d0-4d61-b2c8-5e92ba2fe8a1 {
  
}

#s-d24542ea-ff25-475e-bbca-203d38a956da {
  padding-left: 15px;
padding-right: 15px;
}

@media (min-width: 0px) {
[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d24542ea-ff25-475e-bbca-203d38a956da"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2ee9a338-db69-4300-b948-758a36cb69cc {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 4px;
text-align: center;
background-color: rgba(33, 240, 61, 1);
font-size: 20px;
color: #ffffff;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2ee9a338-db69-4300-b948-758a36cb69cc:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-2ee9a338-db69-4300-b948-758a36cb69cc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2ee9a338-db69-4300-b948-758a36cb69cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-740f7db4-161c-416a-83e8-5d3b81ea9653 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-740f7db4-161c-416a-83e8-5d3b81ea9653 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-740f7db4-161c-416a-83e8-5d3b81ea9653.shg-box.shg-c {
  justify-content: center;
}

#s-83c7f6a0-c30a-4f9f-88f9-92f89050b384 {
  min-height: 50px;
}








#s-83c7f6a0-c30a-4f9f-88f9-92f89050b384 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83c7f6a0-c30a-4f9f-88f9-92f89050b384.shg-box.shg-c {
  justify-content: center;
}

#s-5e5f53ad-c5c3-4b89-88ab-8fe42c46422b {
  padding-top: 80px;
padding-bottom: 80px;
}

#s-a83b0685-be78-4235-a469-79f75a6a9261 {
  min-height: 50px;
}








#s-a83b0685-be78-4235-a469-79f75a6a9261 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a83b0685-be78-4235-a469-79f75a6a9261.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f2e6fec6-188e-4afd-bc14-ae1d399d84d1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b05e47b5-21ba-4918-9fc1-9a5211ccb1d4 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 15px;
padding-right: 15px;
background-color: rgba(255, 255, 255, 1);
}








#s-b05e47b5-21ba-4918-9fc1-9a5211ccb1d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b05e47b5-21ba-4918-9fc1-9a5211ccb1d4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8b6f1efa-111c-43f3-9c08-b4c408d2cd57 {
  min-height: 50px;
}








#s-8b6f1efa-111c-43f3-9c08-b4c408d2cd57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b6f1efa-111c-43f3-9c08-b4c408d2cd57.shg-box.shg-c {
  justify-content: center;
}

#s-a4911bb0-1d5f-456e-8b96-070313291a0c {
  box-shadow:5px 5px 15px 1px rgba(92, 92, 92, 1);
text-align: center;
}




  #s-a4911bb0-1d5f-456e-8b96-070313291a0c img.shogun-image {
    
    width: px;
  }


#s-a4911bb0-1d5f-456e-8b96-070313291a0c .shogun-image-content {
  
    align-items: center;
  
}

#s-dfd03b79-000c-487d-9e2b-92d03502e26b {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dfd03b79-000c-487d-9e2b-92d03502e26b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-aca89396-6ee1-4db8-bb46-bc0a0bce72ca {
  
}

#s-fd6160b5-6411-4570-b29f-be887587773a {
  
}

#s-24f90e04-0d11-4ad7-8066-ae43b35f20d2 {
  padding-left: 15px;
padding-bottom: 20px;
padding-right: 15px;
}

@media (min-width: 0px) {
[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24f90e04-0d11-4ad7-8066-ae43b35f20d2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8ab230e9-03ab-4685-b937-c2da7caf22d4 {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 4px;
text-align: center;
background-color: rgba(51, 240, 33, 1);
font-size: 20px;
color: #ffffff;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8ab230e9-03ab-4685-b937-c2da7caf22d4:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-8ab230e9-03ab-4685-b937-c2da7caf22d4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8ab230e9-03ab-4685-b937-c2da7caf22d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-34f24196-25f1-4b10-8037-2bd6ee6b2888 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 15px;
padding-right: 15px;
background-color: rgba(255, 255, 255, 1);
}








#s-34f24196-25f1-4b10-8037-2bd6ee6b2888 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34f24196-25f1-4b10-8037-2bd6ee6b2888.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8ba14bc0-84db-4a1f-90e0-630c4368fe28 {
  box-shadow:5px 5px 13px 1px rgba(90, 90, 90, 1);
border-style: solid;
border-color: rgba(3, 3, 3, 1);
}




  #s-8ba14bc0-84db-4a1f-90e0-630c4368fe28 img.shogun-image {
    
    width: px;
  }


#s-8ba14bc0-84db-4a1f-90e0-630c4368fe28 .shogun-image-content {
  
    align-items: center;
  
}

#s-874457af-3b84-44a1-9d1d-170af65dfe19 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-874457af-3b84-44a1-9d1d-170af65dfe19"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-758287df-15f3-4d9d-aca1-103593e66187 {
  
}

#s-f7bd74ef-ef34-46fe-abab-8bb72181ef82 {
  
}

#s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d {
  padding-left: 15px;
padding-bottom: 20px;
padding-right: 15px;
}

@media (min-width: 0px) {
[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8b306dce-a9e0-4e44-b1a1-c76c3343ef1d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1f4a04fc-0d4a-4c35-85af-dbe9cdd0f432 {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 4px;
text-align: center;
background-color: rgba(51, 240, 33, 1);
font-size: 20px;
color: #ffffff;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1f4a04fc-0d4a-4c35-85af-dbe9cdd0f432:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-1f4a04fc-0d4a-4c35-85af-dbe9cdd0f432:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1f4a04fc-0d4a-4c35-85af-dbe9cdd0f432.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1be8b912-a824-41a3-8211-5ac9c8a1dff7 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-1be8b912-a824-41a3-8211-5ac9c8a1dff7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1be8b912-a824-41a3-8211-5ac9c8a1dff7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e92d3bd7-ddfd-4ec5-86e6-813686161a3e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-bbfbd0ef-856a-47f0-a548-076ed91b53c5 {
  box-shadow:6px 7px 11px 1px rgba(96, 96, 96, 1);
}




  #s-bbfbd0ef-856a-47f0-a548-076ed91b53c5 img.shogun-image {
    
    width: px;
  }


#s-bbfbd0ef-856a-47f0-a548-076ed91b53c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-79bfb674-a55a-4c1b-9d0d-f72396c9884c {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.5px);
}

}

@media (min-width: 768px) {
[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.5px);
}

}

@media (min-width: 992px) {
[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.5px);
}

}

@media (min-width: 1200px) {
[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.5px);
}

[id="s-79bfb674-a55a-4c1b-9d0d-f72396c9884c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.5px);
}

}

#s-0733b0cd-ed5b-488a-8ed9-d937b07c47aa {
  
}

#s-6169fa46-5801-46d3-8f4a-7734fe01c79e {
  padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d92c233c-cdbe-4fc0-9840-fe213ee88f35"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5090e117-bfb3-4b31-85a6-80027266efc5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(51, 240, 33, 1);
font-size: 20px;
color: #ffffff;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5090e117-bfb3-4b31-85a6-80027266efc5:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-5090e117-bfb3-4b31-85a6-80027266efc5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5090e117-bfb3-4b31-85a6-80027266efc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-74d17f8d-6564-4f03-8e8f-b85be21c6a89 {
  min-height: 50px;
}








#s-74d17f8d-6564-4f03-8e8f-b85be21c6a89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74d17f8d-6564-4f03-8e8f-b85be21c6a89.shg-box.shg-c {
  justify-content: center;
}

#s-45db4a02-1a27-449d-b580-e274dea47940 {
  min-height: 50px;
}








#s-45db4a02-1a27-449d-b580-e274dea47940 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45db4a02-1a27-449d-b580-e274dea47940.shg-box.shg-c {
  justify-content: center;
}

#s-ba9243e1-f13c-491d-a553-8d81e09ca1f9 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ba9243e1-f13c-491d-a553-8d81e09ca1f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba9243e1-f13c-491d-a553-8d81e09ca1f9.shg-box.shg-c {
  justify-content: center;
}

#s-3fb22cd4-f1c2-45b3-a2ed-42417ac5a214 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3fb22cd4-f1c2-45b3-a2ed-42417ac5a214 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2f6680c1-9a19-4599-8586-ae25b450bdc3 {
  min-height: 50px;
}








#s-2f6680c1-9a19-4599-8586-ae25b450bdc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f6680c1-9a19-4599-8586-ae25b450bdc3.shg-box.shg-c {
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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