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

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

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

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  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-89dfc0d1-2605-43ac-81e3-9745ecd5f058 {
  background-image: url(https://i.shgcdn.com/1fdbf309-be8f-477b-b11c-a3d115ebb6f8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: -2%;
min-height: 367px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-89dfc0d1-2605-43ac-81e3-9745ecd5f058 {
  display: none;
}
#s-89dfc0d1-2605-43ac-81e3-9745ecd5f058, #wrap-s-89dfc0d1-2605-43ac-81e3-9745ecd5f058 { display:none !important; }}@media (max-width: 767px){#s-89dfc0d1-2605-43ac-81e3-9745ecd5f058 {
  display: none;
}
#s-89dfc0d1-2605-43ac-81e3-9745ecd5f058, #wrap-s-89dfc0d1-2605-43ac-81e3-9745ecd5f058 { display:none !important; }}







#s-89dfc0d1-2605-43ac-81e3-9745ecd5f058 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89dfc0d1-2605-43ac-81e3-9745ecd5f058.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-f98103d3-9a12-4d94-95c9-7aaaba9c6040 {
  background-image: url(https://i.shgcdn.com/ef88ba0f-508e-4f2a-a12d-aba4e52dd206/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: -5%;
min-height: 405px;
background-position: center center;
}
@media (min-width: 1200px){#s-f98103d3-9a12-4d94-95c9-7aaaba9c6040 {
  display: none;
}
#s-f98103d3-9a12-4d94-95c9-7aaaba9c6040, #wrap-s-f98103d3-9a12-4d94-95c9-7aaaba9c6040 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f98103d3-9a12-4d94-95c9-7aaaba9c6040 {
  display: none;
}
#s-f98103d3-9a12-4d94-95c9-7aaaba9c6040, #wrap-s-f98103d3-9a12-4d94-95c9-7aaaba9c6040 { display:none !important; }}







#s-f98103d3-9a12-4d94-95c9-7aaaba9c6040 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f98103d3-9a12-4d94-95c9-7aaaba9c6040.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: 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: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-63715054-3b20-4f96-9fec-b36849873061 {
  margin-top: 21px;
margin-left: 9%;
margin-right: 9%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-63715054-3b20-4f96-9fec-b36849873061 {
  display: none;
}
#s-63715054-3b20-4f96-9fec-b36849873061, #wrap-s-63715054-3b20-4f96-9fec-b36849873061 { display:none !important; }}@media (max-width: 767px){#s-63715054-3b20-4f96-9fec-b36849873061 {
  display: none;
}
#s-63715054-3b20-4f96-9fec-b36849873061, #wrap-s-63715054-3b20-4f96-9fec-b36849873061 { display:none !important; }}



  #s-63715054-3b20-4f96-9fec-b36849873061 img.shogun-image {
    
    width: px;
  }


#s-63715054-3b20-4f96-9fec-b36849873061 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c1780a35-91f6-44b6-a9a9-d07f9227de9c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c1780a35-91f6-44b6-a9a9-d07f9227de9c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c1780a35-91f6-44b6-a9a9-d07f9227de9c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c1780a35-91f6-44b6-a9a9-d07f9227de9c {
  display: none;
}
#s-c1780a35-91f6-44b6-a9a9-d07f9227de9c, #wrap-s-c1780a35-91f6-44b6-a9a9-d07f9227de9c { display:none !important; }}@media (max-width: 767px){#s-c1780a35-91f6-44b6-a9a9-d07f9227de9c {
  display: none;
}
#s-c1780a35-91f6-44b6-a9a9-d07f9227de9c, #wrap-s-c1780a35-91f6-44b6-a9a9-d07f9227de9c { display:none !important; }}







#s-c1780a35-91f6-44b6-a9a9-d07f9227de9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1780a35-91f6-44b6-a9a9-d07f9227de9c.shg-box.shg-c {
  -webkit-box-pack: center;
  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-09ba2992-239c-487e-8ba6-0d4d57e1929d {
  margin-top: 28px;
}
@media (min-width: 768px) and (max-width: 991px){#s-09ba2992-239c-487e-8ba6-0d4d57e1929d {
  display: none;
}
#s-09ba2992-239c-487e-8ba6-0d4d57e1929d, #wrap-s-09ba2992-239c-487e-8ba6-0d4d57e1929d { display:none !important; }}@media (max-width: 767px){#s-09ba2992-239c-487e-8ba6-0d4d57e1929d {
  display: none;
}
#s-09ba2992-239c-487e-8ba6-0d4d57e1929d, #wrap-s-09ba2992-239c-487e-8ba6-0d4d57e1929d { display:none !important; }}
.shg-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
   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-8e30b968-6781-4eac-95a3-f791cfda4fc8 {
  margin-top: 19px;
margin-left: 67px;
margin-right: 67px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8e30b968-6781-4eac-95a3-f791cfda4fc8 {
  display: none;
}
#s-8e30b968-6781-4eac-95a3-f791cfda4fc8, #wrap-s-8e30b968-6781-4eac-95a3-f791cfda4fc8 { display:none !important; }}@media (max-width: 767px){#s-8e30b968-6781-4eac-95a3-f791cfda4fc8 {
  display: none;
}
#s-8e30b968-6781-4eac-95a3-f791cfda4fc8, #wrap-s-8e30b968-6781-4eac-95a3-f791cfda4fc8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 23.333333333333332px);
}

}

@media (min-width: 992px) {
[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 23.333333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 23.333333333333332px);
}

[id="s-8e30b968-6781-4eac-95a3-f791cfda4fc8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 23.333333333333332px);
}

}

#s-9ef63752-64a8-49d0-ae81-628ac83f17cd {
  text-align: center;
}




  #s-9ef63752-64a8-49d0-ae81-628ac83f17cd img.shogun-image {
    
    width: px;
  }


#s-9ef63752-64a8-49d0-ae81-628ac83f17cd .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-474881ae-878a-4a95-83d0-6cd580a8ce28 {
  text-align: center;
}




  #s-474881ae-878a-4a95-83d0-6cd580a8ce28 img.shogun-image {
    
    width: px;
  }


#s-474881ae-878a-4a95-83d0-6cd580a8ce28 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f57f0624-2dba-42ce-9441-ad7d3da0cc34 {
  text-align: center;
}




  #s-f57f0624-2dba-42ce-9441-ad7d3da0cc34 img.shogun-image {
    
    width: px;
  }


#s-f57f0624-2dba-42ce-9441-ad7d3da0cc34 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-6df06f9e-c96c-472c-977b-9a696d057b37 {
  margin-top: 4%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: %;
}
@media (min-width: 768px) and (max-width: 991px){#s-6df06f9e-c96c-472c-977b-9a696d057b37 {
  display: none;
}
#s-6df06f9e-c96c-472c-977b-9a696d057b37, #wrap-s-6df06f9e-c96c-472c-977b-9a696d057b37 { display:none !important; }}@media (max-width: 767px){#s-6df06f9e-c96c-472c-977b-9a696d057b37 {
  display: none;
}
#s-6df06f9e-c96c-472c-977b-9a696d057b37, #wrap-s-6df06f9e-c96c-472c-977b-9a696d057b37 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-38bff0ba-74af-4717-b1ca-6293eadd3fac {
  display: none;
}
#s-38bff0ba-74af-4717-b1ca-6293eadd3fac, #wrap-s-38bff0ba-74af-4717-b1ca-6293eadd3fac { display:none !important; }}@media (max-width: 767px){#s-38bff0ba-74af-4717-b1ca-6293eadd3fac {
  display: none;
}
#s-38bff0ba-74af-4717-b1ca-6293eadd3fac, #wrap-s-38bff0ba-74af-4717-b1ca-6293eadd3fac { display:none !important; }}
#s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056 {
  margin-top: 16px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056 {
  display: none;
}
#s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056, #wrap-s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056 { display:none !important; }}@media (max-width: 767px){#s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056 {
  display: none;
}
#s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056, #wrap-s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056 { display:none !important; }}
@media (min-width: 0px) {
[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cf56e69e-f1d8-4fd4-9b1f-6f00aeabe056"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-5b1338c0-1962-44c6-b1a4-808b00f58ba0 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-2b9a1364-731b-4ddf-a9b6-47ff2ff937d9 {
  text-align: left;
}


.shg-c#s-2b9a1364-731b-4ddf-a9b6-47ff2ff937d9 {
  max-width: 100%;
}

.shg-c#s-2b9a1364-731b-4ddf-a9b6-47ff2ff937d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b9a1364-731b-4ddf-a9b6-47ff2ff937d9 .shg-image-zoom,
.shg-c#s-2b9a1364-731b-4ddf-a9b6-47ff2ff937d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b9a1364-731b-4ddf-a9b6-47ff2ff937d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2b9a1364-731b-4ddf-a9b6-47ff2ff937d9 {
  max-width: 100%;
}

.shg-c#s-2b9a1364-731b-4ddf-a9b6-47ff2ff937d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b9a1364-731b-4ddf-a9b6-47ff2ff937d9 .shg-image-zoom,
.shg-c#s-2b9a1364-731b-4ddf-a9b6-47ff2ff937d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b9a1364-731b-4ddf-a9b6-47ff2ff937d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2b9a1364-731b-4ddf-a9b6-47ff2ff937d9 {
  max-width: 100%;
}

.shg-c#s-2b9a1364-731b-4ddf-a9b6-47ff2ff937d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b9a1364-731b-4ddf-a9b6-47ff2ff937d9 .shg-image-zoom,
.shg-c#s-2b9a1364-731b-4ddf-a9b6-47ff2ff937d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b9a1364-731b-4ddf-a9b6-47ff2ff937d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2b9a1364-731b-4ddf-a9b6-47ff2ff937d9 {
  max-width: 100%;
}

.shg-c#s-2b9a1364-731b-4ddf-a9b6-47ff2ff937d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b9a1364-731b-4ddf-a9b6-47ff2ff937d9 .shg-image-zoom,
.shg-c#s-2b9a1364-731b-4ddf-a9b6-47ff2ff937d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b9a1364-731b-4ddf-a9b6-47ff2ff937d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2b9a1364-731b-4ddf-a9b6-47ff2ff937d9 {
  max-width: 100%;
}

.shg-c#s-2b9a1364-731b-4ddf-a9b6-47ff2ff937d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b9a1364-731b-4ddf-a9b6-47ff2ff937d9 .shg-image-zoom,
.shg-c#s-2b9a1364-731b-4ddf-a9b6-47ff2ff937d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b9a1364-731b-4ddf-a9b6-47ff2ff937d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-409e3a89-9be3-4604-96e5-0e18bece3d57 {
  display: none;
}
#s-43208067-3721-4200-9683-e52027c1f49d {
  text-align: left;
}


.shg-c#s-43208067-3721-4200-9683-e52027c1f49d {
  max-width: 100%;
}

.shg-c#s-43208067-3721-4200-9683-e52027c1f49d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43208067-3721-4200-9683-e52027c1f49d .shg-image-zoom,
.shg-c#s-43208067-3721-4200-9683-e52027c1f49d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43208067-3721-4200-9683-e52027c1f49d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-43208067-3721-4200-9683-e52027c1f49d {
  max-width: 100%;
}

.shg-c#s-43208067-3721-4200-9683-e52027c1f49d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43208067-3721-4200-9683-e52027c1f49d .shg-image-zoom,
.shg-c#s-43208067-3721-4200-9683-e52027c1f49d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43208067-3721-4200-9683-e52027c1f49d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-43208067-3721-4200-9683-e52027c1f49d {
  max-width: 100%;
}

.shg-c#s-43208067-3721-4200-9683-e52027c1f49d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43208067-3721-4200-9683-e52027c1f49d .shg-image-zoom,
.shg-c#s-43208067-3721-4200-9683-e52027c1f49d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43208067-3721-4200-9683-e52027c1f49d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-43208067-3721-4200-9683-e52027c1f49d {
  max-width: 100%;
}

.shg-c#s-43208067-3721-4200-9683-e52027c1f49d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43208067-3721-4200-9683-e52027c1f49d .shg-image-zoom,
.shg-c#s-43208067-3721-4200-9683-e52027c1f49d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43208067-3721-4200-9683-e52027c1f49d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-43208067-3721-4200-9683-e52027c1f49d {
  max-width: 100%;
}

.shg-c#s-43208067-3721-4200-9683-e52027c1f49d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43208067-3721-4200-9683-e52027c1f49d .shg-image-zoom,
.shg-c#s-43208067-3721-4200-9683-e52027c1f49d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43208067-3721-4200-9683-e52027c1f49d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1763a446-eb76-4e5e-8e41-071f8410754e {
  display: none;
}
#s-630b15ce-e069-4b24-8b24-d64defcacada {
  text-align: left;
}


.shg-c#s-630b15ce-e069-4b24-8b24-d64defcacada {
  max-width: 100%;
}

.shg-c#s-630b15ce-e069-4b24-8b24-d64defcacada img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-630b15ce-e069-4b24-8b24-d64defcacada .shg-image-zoom,
.shg-c#s-630b15ce-e069-4b24-8b24-d64defcacada img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-630b15ce-e069-4b24-8b24-d64defcacada .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-630b15ce-e069-4b24-8b24-d64defcacada {
  max-width: 100%;
}

.shg-c#s-630b15ce-e069-4b24-8b24-d64defcacada img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-630b15ce-e069-4b24-8b24-d64defcacada .shg-image-zoom,
.shg-c#s-630b15ce-e069-4b24-8b24-d64defcacada img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-630b15ce-e069-4b24-8b24-d64defcacada .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-630b15ce-e069-4b24-8b24-d64defcacada {
  max-width: 100%;
}

.shg-c#s-630b15ce-e069-4b24-8b24-d64defcacada img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-630b15ce-e069-4b24-8b24-d64defcacada .shg-image-zoom,
.shg-c#s-630b15ce-e069-4b24-8b24-d64defcacada img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-630b15ce-e069-4b24-8b24-d64defcacada .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-630b15ce-e069-4b24-8b24-d64defcacada {
  max-width: 100%;
}

.shg-c#s-630b15ce-e069-4b24-8b24-d64defcacada img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-630b15ce-e069-4b24-8b24-d64defcacada .shg-image-zoom,
.shg-c#s-630b15ce-e069-4b24-8b24-d64defcacada img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-630b15ce-e069-4b24-8b24-d64defcacada .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-630b15ce-e069-4b24-8b24-d64defcacada {
  max-width: 100%;
}

.shg-c#s-630b15ce-e069-4b24-8b24-d64defcacada img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-630b15ce-e069-4b24-8b24-d64defcacada .shg-image-zoom,
.shg-c#s-630b15ce-e069-4b24-8b24-d64defcacada img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-630b15ce-e069-4b24-8b24-d64defcacada .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-533734b2-f8e2-426b-8880-7024dd0006a6 {
  display: none;
}
#s-dfe17769-8041-4ae2-92ee-893183f3efca {
  text-align: left;
}


.shg-c#s-dfe17769-8041-4ae2-92ee-893183f3efca {
  max-width: 100%;
}

.shg-c#s-dfe17769-8041-4ae2-92ee-893183f3efca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfe17769-8041-4ae2-92ee-893183f3efca .shg-image-zoom,
.shg-c#s-dfe17769-8041-4ae2-92ee-893183f3efca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfe17769-8041-4ae2-92ee-893183f3efca .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dfe17769-8041-4ae2-92ee-893183f3efca {
  max-width: 100%;
}

.shg-c#s-dfe17769-8041-4ae2-92ee-893183f3efca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfe17769-8041-4ae2-92ee-893183f3efca .shg-image-zoom,
.shg-c#s-dfe17769-8041-4ae2-92ee-893183f3efca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfe17769-8041-4ae2-92ee-893183f3efca .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dfe17769-8041-4ae2-92ee-893183f3efca {
  max-width: 100%;
}

.shg-c#s-dfe17769-8041-4ae2-92ee-893183f3efca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfe17769-8041-4ae2-92ee-893183f3efca .shg-image-zoom,
.shg-c#s-dfe17769-8041-4ae2-92ee-893183f3efca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfe17769-8041-4ae2-92ee-893183f3efca .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dfe17769-8041-4ae2-92ee-893183f3efca {
  max-width: 100%;
}

.shg-c#s-dfe17769-8041-4ae2-92ee-893183f3efca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfe17769-8041-4ae2-92ee-893183f3efca .shg-image-zoom,
.shg-c#s-dfe17769-8041-4ae2-92ee-893183f3efca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfe17769-8041-4ae2-92ee-893183f3efca .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dfe17769-8041-4ae2-92ee-893183f3efca {
  max-width: 100%;
}

.shg-c#s-dfe17769-8041-4ae2-92ee-893183f3efca img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfe17769-8041-4ae2-92ee-893183f3efca .shg-image-zoom,
.shg-c#s-dfe17769-8041-4ae2-92ee-893183f3efca img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfe17769-8041-4ae2-92ee-893183f3efca .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe {
  margin-top: 16px;
}
@media (min-width: 768px) and (max-width: 991px){#s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe {
  display: none;
}
#s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe, #wrap-s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe { display:none !important; }}@media (max-width: 767px){#s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe {
  display: none;
}
#s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe, #wrap-s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe { display:none !important; }}
@media (min-width: 0px) {
[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-998c2ece-d2db-4fae-96b0-ed0b7b007fbe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-13d3845f-e24e-4326-bff0-345f9bac5dca {
  display: none;
}
#s-b2c27116-2543-4304-81ec-9b6a13af04e6 {
  text-align: left;
}


.shg-c#s-b2c27116-2543-4304-81ec-9b6a13af04e6 {
  max-width: 100%;
}

.shg-c#s-b2c27116-2543-4304-81ec-9b6a13af04e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2c27116-2543-4304-81ec-9b6a13af04e6 .shg-image-zoom,
.shg-c#s-b2c27116-2543-4304-81ec-9b6a13af04e6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2c27116-2543-4304-81ec-9b6a13af04e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b2c27116-2543-4304-81ec-9b6a13af04e6 {
  max-width: 100%;
}

.shg-c#s-b2c27116-2543-4304-81ec-9b6a13af04e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2c27116-2543-4304-81ec-9b6a13af04e6 .shg-image-zoom,
.shg-c#s-b2c27116-2543-4304-81ec-9b6a13af04e6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2c27116-2543-4304-81ec-9b6a13af04e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b2c27116-2543-4304-81ec-9b6a13af04e6 {
  max-width: 100%;
}

.shg-c#s-b2c27116-2543-4304-81ec-9b6a13af04e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2c27116-2543-4304-81ec-9b6a13af04e6 .shg-image-zoom,
.shg-c#s-b2c27116-2543-4304-81ec-9b6a13af04e6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2c27116-2543-4304-81ec-9b6a13af04e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b2c27116-2543-4304-81ec-9b6a13af04e6 {
  max-width: 100%;
}

.shg-c#s-b2c27116-2543-4304-81ec-9b6a13af04e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2c27116-2543-4304-81ec-9b6a13af04e6 .shg-image-zoom,
.shg-c#s-b2c27116-2543-4304-81ec-9b6a13af04e6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2c27116-2543-4304-81ec-9b6a13af04e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b2c27116-2543-4304-81ec-9b6a13af04e6 {
  max-width: 100%;
}

.shg-c#s-b2c27116-2543-4304-81ec-9b6a13af04e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2c27116-2543-4304-81ec-9b6a13af04e6 .shg-image-zoom,
.shg-c#s-b2c27116-2543-4304-81ec-9b6a13af04e6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2c27116-2543-4304-81ec-9b6a13af04e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e7fa9988-f658-49fe-99b3-a66da29a1123 {
  display: none;
}
#s-ef177df7-e4dc-4bcd-83c9-63ececb59546 {
  text-align: left;
}


.shg-c#s-ef177df7-e4dc-4bcd-83c9-63ececb59546 {
  max-width: 100%;
}

.shg-c#s-ef177df7-e4dc-4bcd-83c9-63ececb59546 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef177df7-e4dc-4bcd-83c9-63ececb59546 .shg-image-zoom,
.shg-c#s-ef177df7-e4dc-4bcd-83c9-63ececb59546 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef177df7-e4dc-4bcd-83c9-63ececb59546 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ef177df7-e4dc-4bcd-83c9-63ececb59546 {
  max-width: 100%;
}

.shg-c#s-ef177df7-e4dc-4bcd-83c9-63ececb59546 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef177df7-e4dc-4bcd-83c9-63ececb59546 .shg-image-zoom,
.shg-c#s-ef177df7-e4dc-4bcd-83c9-63ececb59546 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef177df7-e4dc-4bcd-83c9-63ececb59546 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ef177df7-e4dc-4bcd-83c9-63ececb59546 {
  max-width: 100%;
}

.shg-c#s-ef177df7-e4dc-4bcd-83c9-63ececb59546 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef177df7-e4dc-4bcd-83c9-63ececb59546 .shg-image-zoom,
.shg-c#s-ef177df7-e4dc-4bcd-83c9-63ececb59546 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef177df7-e4dc-4bcd-83c9-63ececb59546 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ef177df7-e4dc-4bcd-83c9-63ececb59546 {
  max-width: 100%;
}

.shg-c#s-ef177df7-e4dc-4bcd-83c9-63ececb59546 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef177df7-e4dc-4bcd-83c9-63ececb59546 .shg-image-zoom,
.shg-c#s-ef177df7-e4dc-4bcd-83c9-63ececb59546 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef177df7-e4dc-4bcd-83c9-63ececb59546 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ef177df7-e4dc-4bcd-83c9-63ececb59546 {
  max-width: 100%;
}

.shg-c#s-ef177df7-e4dc-4bcd-83c9-63ececb59546 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef177df7-e4dc-4bcd-83c9-63ececb59546 .shg-image-zoom,
.shg-c#s-ef177df7-e4dc-4bcd-83c9-63ececb59546 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef177df7-e4dc-4bcd-83c9-63ececb59546 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-66d209df-f71a-4f40-8471-b657a7fe9f63 {
  display: none;
}
#s-fc82af53-83de-4e55-b6f7-011e26fa47c3 {
  text-align: left;
}


.shg-c#s-fc82af53-83de-4e55-b6f7-011e26fa47c3 {
  max-width: 100%;
}

.shg-c#s-fc82af53-83de-4e55-b6f7-011e26fa47c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc82af53-83de-4e55-b6f7-011e26fa47c3 .shg-image-zoom,
.shg-c#s-fc82af53-83de-4e55-b6f7-011e26fa47c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc82af53-83de-4e55-b6f7-011e26fa47c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fc82af53-83de-4e55-b6f7-011e26fa47c3 {
  max-width: 100%;
}

.shg-c#s-fc82af53-83de-4e55-b6f7-011e26fa47c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc82af53-83de-4e55-b6f7-011e26fa47c3 .shg-image-zoom,
.shg-c#s-fc82af53-83de-4e55-b6f7-011e26fa47c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc82af53-83de-4e55-b6f7-011e26fa47c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fc82af53-83de-4e55-b6f7-011e26fa47c3 {
  max-width: 100%;
}

.shg-c#s-fc82af53-83de-4e55-b6f7-011e26fa47c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc82af53-83de-4e55-b6f7-011e26fa47c3 .shg-image-zoom,
.shg-c#s-fc82af53-83de-4e55-b6f7-011e26fa47c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc82af53-83de-4e55-b6f7-011e26fa47c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fc82af53-83de-4e55-b6f7-011e26fa47c3 {
  max-width: 100%;
}

.shg-c#s-fc82af53-83de-4e55-b6f7-011e26fa47c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc82af53-83de-4e55-b6f7-011e26fa47c3 .shg-image-zoom,
.shg-c#s-fc82af53-83de-4e55-b6f7-011e26fa47c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc82af53-83de-4e55-b6f7-011e26fa47c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fc82af53-83de-4e55-b6f7-011e26fa47c3 {
  max-width: 100%;
}

.shg-c#s-fc82af53-83de-4e55-b6f7-011e26fa47c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc82af53-83de-4e55-b6f7-011e26fa47c3 .shg-image-zoom,
.shg-c#s-fc82af53-83de-4e55-b6f7-011e26fa47c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc82af53-83de-4e55-b6f7-011e26fa47c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-61d16518-a3f0-4808-87a5-cbd8dd7f9a85 {
  display: none;
}
#s-1d2d7850-df18-4208-8e90-cfc0389a6d19 {
  text-align: left;
}


.shg-c#s-1d2d7850-df18-4208-8e90-cfc0389a6d19 {
  max-width: 100%;
}

.shg-c#s-1d2d7850-df18-4208-8e90-cfc0389a6d19 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d2d7850-df18-4208-8e90-cfc0389a6d19 .shg-image-zoom,
.shg-c#s-1d2d7850-df18-4208-8e90-cfc0389a6d19 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d2d7850-df18-4208-8e90-cfc0389a6d19 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1d2d7850-df18-4208-8e90-cfc0389a6d19 {
  max-width: 100%;
}

.shg-c#s-1d2d7850-df18-4208-8e90-cfc0389a6d19 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d2d7850-df18-4208-8e90-cfc0389a6d19 .shg-image-zoom,
.shg-c#s-1d2d7850-df18-4208-8e90-cfc0389a6d19 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d2d7850-df18-4208-8e90-cfc0389a6d19 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1d2d7850-df18-4208-8e90-cfc0389a6d19 {
  max-width: 100%;
}

.shg-c#s-1d2d7850-df18-4208-8e90-cfc0389a6d19 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d2d7850-df18-4208-8e90-cfc0389a6d19 .shg-image-zoom,
.shg-c#s-1d2d7850-df18-4208-8e90-cfc0389a6d19 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d2d7850-df18-4208-8e90-cfc0389a6d19 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1d2d7850-df18-4208-8e90-cfc0389a6d19 {
  max-width: 100%;
}

.shg-c#s-1d2d7850-df18-4208-8e90-cfc0389a6d19 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d2d7850-df18-4208-8e90-cfc0389a6d19 .shg-image-zoom,
.shg-c#s-1d2d7850-df18-4208-8e90-cfc0389a6d19 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d2d7850-df18-4208-8e90-cfc0389a6d19 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1d2d7850-df18-4208-8e90-cfc0389a6d19 {
  max-width: 100%;
}

.shg-c#s-1d2d7850-df18-4208-8e90-cfc0389a6d19 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d2d7850-df18-4208-8e90-cfc0389a6d19 .shg-image-zoom,
.shg-c#s-1d2d7850-df18-4208-8e90-cfc0389a6d19 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d2d7850-df18-4208-8e90-cfc0389a6d19 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.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-2cd3095b-3d33-48e8-8f93-d4aeeada6b5f {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 6%;
margin-left: 38%;
margin-bottom: 0%;
margin-right: 38%;
padding-top: 20px;
padding-left: 6px;
padding-bottom: 20px;
padding-right: 6px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 206, 26, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
}
#s-2cd3095b-3d33-48e8-8f93-d4aeeada6b5f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(235, 187, 7, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-2cd3095b-3d33-48e8-8f93-d4aeeada6b5f:active {box-shadow:    rgba(0, 210, 205, 1) !important;
background-color: rgba(0, 210, 205, 1) !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-2cd3095b-3d33-48e8-8f93-d4aeeada6b5f {
  display: none;
}
#s-2cd3095b-3d33-48e8-8f93-d4aeeada6b5f, #wrap-s-2cd3095b-3d33-48e8-8f93-d4aeeada6b5f { display:none !important; }}@media (max-width: 767px){#s-2cd3095b-3d33-48e8-8f93-d4aeeada6b5f {
  display: none;
}
#s-2cd3095b-3d33-48e8-8f93-d4aeeada6b5f, #wrap-s-2cd3095b-3d33-48e8-8f93-d4aeeada6b5f { display:none !important; }}


#s-2cd3095b-3d33-48e8-8f93-d4aeeada6b5f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}

#s-7855700a-30ce-4d89-ab78-65ee4f8fc685 {
  margin-top: 3%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: %;
}
@media (min-width: 768px) and (max-width: 991px){#s-7855700a-30ce-4d89-ab78-65ee4f8fc685 {
  display: none;
}
#s-7855700a-30ce-4d89-ab78-65ee4f8fc685, #wrap-s-7855700a-30ce-4d89-ab78-65ee4f8fc685 { display:none !important; }}@media (max-width: 767px){#s-7855700a-30ce-4d89-ab78-65ee4f8fc685 {
  display: none;
}
#s-7855700a-30ce-4d89-ab78-65ee4f8fc685, #wrap-s-7855700a-30ce-4d89-ab78-65ee4f8fc685 { display:none !important; }}
#s-4bbc27cd-f3d2-4ebf-a309-0045ad5972d4 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4bbc27cd-f3d2-4ebf-a309-0045ad5972d4 {
  display: none;
}
#s-4bbc27cd-f3d2-4ebf-a309-0045ad5972d4, #wrap-s-4bbc27cd-f3d2-4ebf-a309-0045ad5972d4 { display:none !important; }}@media (max-width: 767px){#s-4bbc27cd-f3d2-4ebf-a309-0045ad5972d4 {
  display: none;
}
#s-4bbc27cd-f3d2-4ebf-a309-0045ad5972d4, #wrap-s-4bbc27cd-f3d2-4ebf-a309-0045ad5972d4 { display:none !important; }}



  #s-4bbc27cd-f3d2-4ebf-a309-0045ad5972d4 img.shogun-image {
    
    width: px;
  }


#s-4bbc27cd-f3d2-4ebf-a309-0045ad5972d4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-9175d78a-136b-4b1b-b55f-179217b82b8b {
  margin-top: 14px;
margin-left: 19%;
margin-bottom: 14px;
margin-right: 19%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9175d78a-136b-4b1b-b55f-179217b82b8b {
  display: none;
}
#s-9175d78a-136b-4b1b-b55f-179217b82b8b, #wrap-s-9175d78a-136b-4b1b-b55f-179217b82b8b { display:none !important; }}@media (max-width: 767px){#s-9175d78a-136b-4b1b-b55f-179217b82b8b {
  display: none;
}
#s-9175d78a-136b-4b1b-b55f-179217b82b8b, #wrap-s-9175d78a-136b-4b1b-b55f-179217b82b8b { display:none !important; }}
#s-a1bfed3e-7f13-4271-bfd8-4150caf312b5 {
  margin-top: 3%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: %;
}
@media (min-width: 768px) and (max-width: 991px){#s-a1bfed3e-7f13-4271-bfd8-4150caf312b5 {
  display: none;
}
#s-a1bfed3e-7f13-4271-bfd8-4150caf312b5, #wrap-s-a1bfed3e-7f13-4271-bfd8-4150caf312b5 { display:none !important; }}@media (max-width: 767px){#s-a1bfed3e-7f13-4271-bfd8-4150caf312b5 {
  display: none;
}
#s-a1bfed3e-7f13-4271-bfd8-4150caf312b5, #wrap-s-a1bfed3e-7f13-4271-bfd8-4150caf312b5 { display:none !important; }}
#s-9eda0ad1-7b62-469f-bad3-1172b68536fd {
  margin-right: %;
min-height: 50px;
}
@media (min-width: 1200px){#s-9eda0ad1-7b62-469f-bad3-1172b68536fd {
  display: none;
}
#s-9eda0ad1-7b62-469f-bad3-1172b68536fd, #wrap-s-9eda0ad1-7b62-469f-bad3-1172b68536fd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9eda0ad1-7b62-469f-bad3-1172b68536fd {
  display: none;
}
#s-9eda0ad1-7b62-469f-bad3-1172b68536fd, #wrap-s-9eda0ad1-7b62-469f-bad3-1172b68536fd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9eda0ad1-7b62-469f-bad3-1172b68536fd {
  
}
}@media (max-width: 767px){#s-9eda0ad1-7b62-469f-bad3-1172b68536fd {
  
}
}







#s-9eda0ad1-7b62-469f-bad3-1172b68536fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9eda0ad1-7b62-469f-bad3-1172b68536fd.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-9982250e-8c5e-48c0-a740-66db618b6fbd {
  margin-left: 21%;
margin-right: 21%;
text-align: center;
}
@media (min-width: 1200px){#s-9982250e-8c5e-48c0-a740-66db618b6fbd {
  display: none;
}
#s-9982250e-8c5e-48c0-a740-66db618b6fbd, #wrap-s-9982250e-8c5e-48c0-a740-66db618b6fbd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9982250e-8c5e-48c0-a740-66db618b6fbd {
  display: none;
}
#s-9982250e-8c5e-48c0-a740-66db618b6fbd, #wrap-s-9982250e-8c5e-48c0-a740-66db618b6fbd { display:none !important; }}



  #s-9982250e-8c5e-48c0-a740-66db618b6fbd img.shogun-image {
    
    width: px;
  }


#s-9982250e-8c5e-48c0-a740-66db618b6fbd .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e3620a87-7c45-45d9-bf8a-0291ca22b14e {
  margin-left: 13px;
padding-top: 1%;
padding-bottom: 1%;
}

#s-83b3737d-3b69-4102-957b-8531281dc9e6 {
  box-shadow:7px 7px 30px 2px rgba(63, 215, 205, 0.4);
margin-top: 5%;
margin-left: 15%;
margin-right: 15%;
padding-top: 20px;
padding-left: 6px;
padding-bottom: 20px;
padding-right: 6px;
border-radius: 2px;
text-align: center;
background-color: rgba(63, 215, 205, 1);
font-size: 14px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}
#s-83b3737d-3b69-4102-957b-8531281dc9e6:hover {background-color: rgba(63, 215, 205, 0.8) !important;
text-decoration: none !important;}#s-83b3737d-3b69-4102-957b-8531281dc9e6:active {background-color: rgba(63, 215, 205, 0.8) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-83b3737d-3b69-4102-957b-8531281dc9e6 {
  display: none;
}
#s-83b3737d-3b69-4102-957b-8531281dc9e6, #wrap-s-83b3737d-3b69-4102-957b-8531281dc9e6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-83b3737d-3b69-4102-957b-8531281dc9e6 {
  display: none;
}
#s-83b3737d-3b69-4102-957b-8531281dc9e6, #wrap-s-83b3737d-3b69-4102-957b-8531281dc9e6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-83b3737d-3b69-4102-957b-8531281dc9e6 {
  display: none;
}
#s-83b3737d-3b69-4102-957b-8531281dc9e6, #wrap-s-83b3737d-3b69-4102-957b-8531281dc9e6 { display:none !important; }}@media (max-width: 767px){#s-83b3737d-3b69-4102-957b-8531281dc9e6 {
  display: none;
}
#s-83b3737d-3b69-4102-957b-8531281dc9e6, #wrap-s-83b3737d-3b69-4102-957b-8531281dc9e6 { display:none !important; }}


#s-83b3737d-3b69-4102-957b-8531281dc9e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2 {
  margin-top: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2 {
  display: none;
}
#s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2, #wrap-s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2 { display:none !important; }}@media (max-width: 767px){#s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2 {
  display: none;
}
#s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2, #wrap-s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 26.0px);
}

}

@media (min-width: 992px) {
[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 26.0px);
}

}

@media (min-width: 1200px) {
[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 26.0px);
}

[id="s-95c0eb0f-2e6d-42ec-92ff-71bab0836bd2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 26.0px);
}

}

#s-dacce358-853c-4e39-8d30-70bc9f5a8479 {
  box-shadow:7px 7px 30px 2px rgba(63, 215, 205, 0.4);
margin-top: 3%;
margin-left: 25%;
margin-right: 25%;
padding-top: 20px;
padding-left: 6px;
padding-bottom: 20px;
padding-right: 6px;
border-radius: 2px;
text-align: center;
background-color: rgba(63, 215, 205, 1);
font-size: 14px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}
#s-dacce358-853c-4e39-8d30-70bc9f5a8479:hover {background-color: rgba(63, 215, 205, 0.8) !important;
text-decoration: none !important;}#s-dacce358-853c-4e39-8d30-70bc9f5a8479:active {background-color: rgba(63, 215, 205, 0.8) !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-dacce358-853c-4e39-8d30-70bc9f5a8479 {
  display: none;
}
#s-dacce358-853c-4e39-8d30-70bc9f5a8479, #wrap-s-dacce358-853c-4e39-8d30-70bc9f5a8479 { display:none !important; }}@media (max-width: 767px){#s-dacce358-853c-4e39-8d30-70bc9f5a8479 {
  display: none;
}
#s-dacce358-853c-4e39-8d30-70bc9f5a8479, #wrap-s-dacce358-853c-4e39-8d30-70bc9f5a8479 { display:none !important; }}


#s-dacce358-853c-4e39-8d30-70bc9f5a8479.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f {
  margin-left: 45px;
margin-right: 45px;
}
@media (min-width: 1200px){#s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f {
  display: none;
}
#s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f, #wrap-s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f {
  display: none;
}
#s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f, #wrap-s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f { display:none !important; }}
@media (min-width: 0px) {
[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.5px);
}

}

@media (min-width: 768px) {
[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.5px);
}

}

@media (min-width: 992px) {
[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.5px);
}

}

@media (min-width: 1200px) {
[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.5px);
}

[id="s-b4758d67-1a5c-4f6f-904b-c3c94143ee4f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.5px);
}

}

#s-4c9ef3af-4f35-45aa-b5d7-211826b891d7 {
  text-align: center;
}




  #s-4c9ef3af-4f35-45aa-b5d7-211826b891d7 img.shogun-image {
    
    width: px;
  }


#s-4c9ef3af-4f35-45aa-b5d7-211826b891d7 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0d0c7c04-ff6c-421c-b704-b3b831058b3b {
  text-align: center;
}




  #s-0d0c7c04-ff6c-421c-b704-b3b831058b3b img.shogun-image {
    
    width: px;
  }


#s-0d0c7c04-ff6c-421c-b704-b3b831058b3b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-017d1e5a-5390-4376-be3a-9bef7a24e233 {
  margin-top: 15px;
margin-left: 126px;
margin-right: 126px;
text-align: center;
}
@media (min-width: 1200px){#s-017d1e5a-5390-4376-be3a-9bef7a24e233 {
  display: none;
}
#s-017d1e5a-5390-4376-be3a-9bef7a24e233, #wrap-s-017d1e5a-5390-4376-be3a-9bef7a24e233 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-017d1e5a-5390-4376-be3a-9bef7a24e233 {
  display: none;
}
#s-017d1e5a-5390-4376-be3a-9bef7a24e233, #wrap-s-017d1e5a-5390-4376-be3a-9bef7a24e233 { display:none !important; }}



  #s-017d1e5a-5390-4376-be3a-9bef7a24e233 img.shogun-image {
    
    width: px;
  }


#s-017d1e5a-5390-4376-be3a-9bef7a24e233 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4c477016-17c9-4b25-8926-871d57f28351 {
  margin-left: 15px;
padding-top: 7%;
padding-bottom: %;
padding-right: 0px;
}

#s-89a111e1-6383-4ff1-b4a8-ab0156aac231 {
  margin-left: 13px;
padding-top: 1%;
padding-bottom: 1%;
}

#s-901efdc1-3f14-4e3c-8814-75406aecaf5d {
  margin-top: 8px;
margin-left: 13px;
padding-top: 1%;
padding-bottom: 1%;
}

@media (min-width: 1200px){#s-032624eb-8791-4ea4-b462-548db7a1317c {
  display: none;
}
#s-032624eb-8791-4ea4-b462-548db7a1317c, #wrap-s-032624eb-8791-4ea4-b462-548db7a1317c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-032624eb-8791-4ea4-b462-548db7a1317c {
  display: none;
}
#s-032624eb-8791-4ea4-b462-548db7a1317c, #wrap-s-032624eb-8791-4ea4-b462-548db7a1317c { display:none !important; }}
@media (min-width: 0px) {
[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 9.0px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.5px);
}

}

@media (min-width: 992px) {
[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.5px);
}

}

@media (min-width: 1200px) {
[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.5px);
}

[id="s-032624eb-8791-4ea4-b462-548db7a1317c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.5px);
}

}

#s-55ea1c68-9c0e-4733-9a63-1083e870e250 {
  display: none;
}
#s-ae2b9e28-976a-49b0-9d3c-8607c621db22 {
  text-align: left;
}


.shg-c#s-ae2b9e28-976a-49b0-9d3c-8607c621db22 {
  max-width: 100%;
}

.shg-c#s-ae2b9e28-976a-49b0-9d3c-8607c621db22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae2b9e28-976a-49b0-9d3c-8607c621db22 .shg-image-zoom,
.shg-c#s-ae2b9e28-976a-49b0-9d3c-8607c621db22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae2b9e28-976a-49b0-9d3c-8607c621db22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ae2b9e28-976a-49b0-9d3c-8607c621db22 {
  max-width: 100%;
}

.shg-c#s-ae2b9e28-976a-49b0-9d3c-8607c621db22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae2b9e28-976a-49b0-9d3c-8607c621db22 .shg-image-zoom,
.shg-c#s-ae2b9e28-976a-49b0-9d3c-8607c621db22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae2b9e28-976a-49b0-9d3c-8607c621db22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ae2b9e28-976a-49b0-9d3c-8607c621db22 {
  max-width: 100%;
}

.shg-c#s-ae2b9e28-976a-49b0-9d3c-8607c621db22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae2b9e28-976a-49b0-9d3c-8607c621db22 .shg-image-zoom,
.shg-c#s-ae2b9e28-976a-49b0-9d3c-8607c621db22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae2b9e28-976a-49b0-9d3c-8607c621db22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ae2b9e28-976a-49b0-9d3c-8607c621db22 {
  max-width: 100%;
}

.shg-c#s-ae2b9e28-976a-49b0-9d3c-8607c621db22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae2b9e28-976a-49b0-9d3c-8607c621db22 .shg-image-zoom,
.shg-c#s-ae2b9e28-976a-49b0-9d3c-8607c621db22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae2b9e28-976a-49b0-9d3c-8607c621db22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ae2b9e28-976a-49b0-9d3c-8607c621db22 {
  max-width: 100%;
}

.shg-c#s-ae2b9e28-976a-49b0-9d3c-8607c621db22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae2b9e28-976a-49b0-9d3c-8607c621db22 .shg-image-zoom,
.shg-c#s-ae2b9e28-976a-49b0-9d3c-8607c621db22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae2b9e28-976a-49b0-9d3c-8607c621db22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4986a7b9-91fb-4309-a37d-fba62e2a9cb1 {
  margin-top: -19px;
}

#s-b0275fcf-244a-4e16-9ae1-db21697f67e5 {
  display: none;
}
#s-43c394ef-3cb4-4b2f-9561-0fdda0780ffd {
  text-align: left;
}


.shg-c#s-43c394ef-3cb4-4b2f-9561-0fdda0780ffd {
  max-width: 100%;
}

.shg-c#s-43c394ef-3cb4-4b2f-9561-0fdda0780ffd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43c394ef-3cb4-4b2f-9561-0fdda0780ffd .shg-image-zoom,
.shg-c#s-43c394ef-3cb4-4b2f-9561-0fdda0780ffd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43c394ef-3cb4-4b2f-9561-0fdda0780ffd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-43c394ef-3cb4-4b2f-9561-0fdda0780ffd {
  max-width: 100%;
}

.shg-c#s-43c394ef-3cb4-4b2f-9561-0fdda0780ffd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43c394ef-3cb4-4b2f-9561-0fdda0780ffd .shg-image-zoom,
.shg-c#s-43c394ef-3cb4-4b2f-9561-0fdda0780ffd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43c394ef-3cb4-4b2f-9561-0fdda0780ffd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-43c394ef-3cb4-4b2f-9561-0fdda0780ffd {
  max-width: 100%;
}

.shg-c#s-43c394ef-3cb4-4b2f-9561-0fdda0780ffd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43c394ef-3cb4-4b2f-9561-0fdda0780ffd .shg-image-zoom,
.shg-c#s-43c394ef-3cb4-4b2f-9561-0fdda0780ffd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43c394ef-3cb4-4b2f-9561-0fdda0780ffd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-43c394ef-3cb4-4b2f-9561-0fdda0780ffd {
  max-width: 100%;
}

.shg-c#s-43c394ef-3cb4-4b2f-9561-0fdda0780ffd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43c394ef-3cb4-4b2f-9561-0fdda0780ffd .shg-image-zoom,
.shg-c#s-43c394ef-3cb4-4b2f-9561-0fdda0780ffd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43c394ef-3cb4-4b2f-9561-0fdda0780ffd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-43c394ef-3cb4-4b2f-9561-0fdda0780ffd {
  max-width: 100%;
}

.shg-c#s-43c394ef-3cb4-4b2f-9561-0fdda0780ffd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43c394ef-3cb4-4b2f-9561-0fdda0780ffd .shg-image-zoom,
.shg-c#s-43c394ef-3cb4-4b2f-9561-0fdda0780ffd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43c394ef-3cb4-4b2f-9561-0fdda0780ffd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5710c5ff-9fb0-41f9-b8e0-d6962cb454d9 {
  margin-top: -19px;
}

#s-f61abf4d-581e-4e8a-8e0c-8a2d8c7c20ff {
  display: none;
}
#s-c91c45e8-7c24-4805-983d-029b13ba2f30 {
  text-align: left;
}


.shg-c#s-c91c45e8-7c24-4805-983d-029b13ba2f30 {
  max-width: 100%;
}

.shg-c#s-c91c45e8-7c24-4805-983d-029b13ba2f30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c91c45e8-7c24-4805-983d-029b13ba2f30 .shg-image-zoom,
.shg-c#s-c91c45e8-7c24-4805-983d-029b13ba2f30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c91c45e8-7c24-4805-983d-029b13ba2f30 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c91c45e8-7c24-4805-983d-029b13ba2f30 {
  max-width: 100%;
}

.shg-c#s-c91c45e8-7c24-4805-983d-029b13ba2f30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c91c45e8-7c24-4805-983d-029b13ba2f30 .shg-image-zoom,
.shg-c#s-c91c45e8-7c24-4805-983d-029b13ba2f30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c91c45e8-7c24-4805-983d-029b13ba2f30 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c91c45e8-7c24-4805-983d-029b13ba2f30 {
  max-width: 100%;
}

.shg-c#s-c91c45e8-7c24-4805-983d-029b13ba2f30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c91c45e8-7c24-4805-983d-029b13ba2f30 .shg-image-zoom,
.shg-c#s-c91c45e8-7c24-4805-983d-029b13ba2f30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c91c45e8-7c24-4805-983d-029b13ba2f30 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c91c45e8-7c24-4805-983d-029b13ba2f30 {
  max-width: 100%;
}

.shg-c#s-c91c45e8-7c24-4805-983d-029b13ba2f30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c91c45e8-7c24-4805-983d-029b13ba2f30 .shg-image-zoom,
.shg-c#s-c91c45e8-7c24-4805-983d-029b13ba2f30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c91c45e8-7c24-4805-983d-029b13ba2f30 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c91c45e8-7c24-4805-983d-029b13ba2f30 {
  max-width: 100%;
}

.shg-c#s-c91c45e8-7c24-4805-983d-029b13ba2f30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c91c45e8-7c24-4805-983d-029b13ba2f30 .shg-image-zoom,
.shg-c#s-c91c45e8-7c24-4805-983d-029b13ba2f30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c91c45e8-7c24-4805-983d-029b13ba2f30 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a73321d0-4f5c-4906-868b-6aed11e78b79 {
  margin-top: -19px;
}

#s-512fcab9-cf1f-48ff-9134-b33fe1aba0eb {
  display: none;
}
#s-bc175160-f2d1-41e6-a99a-8c353d054c55 {
  text-align: left;
}


.shg-c#s-bc175160-f2d1-41e6-a99a-8c353d054c55 {
  max-width: 100%;
}

.shg-c#s-bc175160-f2d1-41e6-a99a-8c353d054c55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc175160-f2d1-41e6-a99a-8c353d054c55 .shg-image-zoom,
.shg-c#s-bc175160-f2d1-41e6-a99a-8c353d054c55 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc175160-f2d1-41e6-a99a-8c353d054c55 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bc175160-f2d1-41e6-a99a-8c353d054c55 {
  max-width: 100%;
}

.shg-c#s-bc175160-f2d1-41e6-a99a-8c353d054c55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc175160-f2d1-41e6-a99a-8c353d054c55 .shg-image-zoom,
.shg-c#s-bc175160-f2d1-41e6-a99a-8c353d054c55 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc175160-f2d1-41e6-a99a-8c353d054c55 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bc175160-f2d1-41e6-a99a-8c353d054c55 {
  max-width: 100%;
}

.shg-c#s-bc175160-f2d1-41e6-a99a-8c353d054c55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc175160-f2d1-41e6-a99a-8c353d054c55 .shg-image-zoom,
.shg-c#s-bc175160-f2d1-41e6-a99a-8c353d054c55 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc175160-f2d1-41e6-a99a-8c353d054c55 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bc175160-f2d1-41e6-a99a-8c353d054c55 {
  max-width: 100%;
}

.shg-c#s-bc175160-f2d1-41e6-a99a-8c353d054c55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc175160-f2d1-41e6-a99a-8c353d054c55 .shg-image-zoom,
.shg-c#s-bc175160-f2d1-41e6-a99a-8c353d054c55 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc175160-f2d1-41e6-a99a-8c353d054c55 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bc175160-f2d1-41e6-a99a-8c353d054c55 {
  max-width: 100%;
}

.shg-c#s-bc175160-f2d1-41e6-a99a-8c353d054c55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc175160-f2d1-41e6-a99a-8c353d054c55 .shg-image-zoom,
.shg-c#s-bc175160-f2d1-41e6-a99a-8c353d054c55 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc175160-f2d1-41e6-a99a-8c353d054c55 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-383650e5-c6d2-4860-a28c-a5a89ce5643e {
  margin-top: -19px;
}

@media (min-width: 1200px){#s-30d308c4-484c-4813-8bad-a83e008c7ba9 {
  display: none;
}
#s-30d308c4-484c-4813-8bad-a83e008c7ba9, #wrap-s-30d308c4-484c-4813-8bad-a83e008c7ba9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30d308c4-484c-4813-8bad-a83e008c7ba9 {
  display: none;
}
#s-30d308c4-484c-4813-8bad-a83e008c7ba9, #wrap-s-30d308c4-484c-4813-8bad-a83e008c7ba9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 9.0px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.5px);
}

}

@media (min-width: 992px) {
[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.5px);
}

}

@media (min-width: 1200px) {
[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.5px);
}

[id="s-30d308c4-484c-4813-8bad-a83e008c7ba9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.5px);
}

}

#s-b6b52b0d-7029-498e-bf74-bc427ef04458 {
  display: none;
}
#s-fa56d77d-4adb-45a2-a047-9d47bbe404f9 {
  text-align: left;
}


.shg-c#s-fa56d77d-4adb-45a2-a047-9d47bbe404f9 {
  max-width: 100%;
}

.shg-c#s-fa56d77d-4adb-45a2-a047-9d47bbe404f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa56d77d-4adb-45a2-a047-9d47bbe404f9 .shg-image-zoom,
.shg-c#s-fa56d77d-4adb-45a2-a047-9d47bbe404f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa56d77d-4adb-45a2-a047-9d47bbe404f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fa56d77d-4adb-45a2-a047-9d47bbe404f9 {
  max-width: 100%;
}

.shg-c#s-fa56d77d-4adb-45a2-a047-9d47bbe404f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa56d77d-4adb-45a2-a047-9d47bbe404f9 .shg-image-zoom,
.shg-c#s-fa56d77d-4adb-45a2-a047-9d47bbe404f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa56d77d-4adb-45a2-a047-9d47bbe404f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fa56d77d-4adb-45a2-a047-9d47bbe404f9 {
  max-width: 100%;
}

.shg-c#s-fa56d77d-4adb-45a2-a047-9d47bbe404f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa56d77d-4adb-45a2-a047-9d47bbe404f9 .shg-image-zoom,
.shg-c#s-fa56d77d-4adb-45a2-a047-9d47bbe404f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa56d77d-4adb-45a2-a047-9d47bbe404f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fa56d77d-4adb-45a2-a047-9d47bbe404f9 {
  max-width: 100%;
}

.shg-c#s-fa56d77d-4adb-45a2-a047-9d47bbe404f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa56d77d-4adb-45a2-a047-9d47bbe404f9 .shg-image-zoom,
.shg-c#s-fa56d77d-4adb-45a2-a047-9d47bbe404f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa56d77d-4adb-45a2-a047-9d47bbe404f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fa56d77d-4adb-45a2-a047-9d47bbe404f9 {
  max-width: 100%;
}

.shg-c#s-fa56d77d-4adb-45a2-a047-9d47bbe404f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa56d77d-4adb-45a2-a047-9d47bbe404f9 .shg-image-zoom,
.shg-c#s-fa56d77d-4adb-45a2-a047-9d47bbe404f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fa56d77d-4adb-45a2-a047-9d47bbe404f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-77621800-d7b1-4007-ac01-603f4f7ee234 {
  margin-top: -19px;
}

#s-7061f5c5-849b-4c37-a616-314616144745 {
  display: none;
}
#s-023a741d-2ae3-4a4f-81c0-de840743d364 {
  text-align: left;
}


.shg-c#s-023a741d-2ae3-4a4f-81c0-de840743d364 {
  max-width: 100%;
}

.shg-c#s-023a741d-2ae3-4a4f-81c0-de840743d364 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-023a741d-2ae3-4a4f-81c0-de840743d364 .shg-image-zoom,
.shg-c#s-023a741d-2ae3-4a4f-81c0-de840743d364 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-023a741d-2ae3-4a4f-81c0-de840743d364 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-023a741d-2ae3-4a4f-81c0-de840743d364 {
  max-width: 100%;
}

.shg-c#s-023a741d-2ae3-4a4f-81c0-de840743d364 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-023a741d-2ae3-4a4f-81c0-de840743d364 .shg-image-zoom,
.shg-c#s-023a741d-2ae3-4a4f-81c0-de840743d364 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-023a741d-2ae3-4a4f-81c0-de840743d364 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-023a741d-2ae3-4a4f-81c0-de840743d364 {
  max-width: 100%;
}

.shg-c#s-023a741d-2ae3-4a4f-81c0-de840743d364 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-023a741d-2ae3-4a4f-81c0-de840743d364 .shg-image-zoom,
.shg-c#s-023a741d-2ae3-4a4f-81c0-de840743d364 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-023a741d-2ae3-4a4f-81c0-de840743d364 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-023a741d-2ae3-4a4f-81c0-de840743d364 {
  max-width: 100%;
}

.shg-c#s-023a741d-2ae3-4a4f-81c0-de840743d364 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-023a741d-2ae3-4a4f-81c0-de840743d364 .shg-image-zoom,
.shg-c#s-023a741d-2ae3-4a4f-81c0-de840743d364 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-023a741d-2ae3-4a4f-81c0-de840743d364 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-023a741d-2ae3-4a4f-81c0-de840743d364 {
  max-width: 100%;
}

.shg-c#s-023a741d-2ae3-4a4f-81c0-de840743d364 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-023a741d-2ae3-4a4f-81c0-de840743d364 .shg-image-zoom,
.shg-c#s-023a741d-2ae3-4a4f-81c0-de840743d364 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-023a741d-2ae3-4a4f-81c0-de840743d364 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0d146cb2-846a-41f6-9dcb-051ab9105909 {
  margin-top: -19px;
}

#s-45db12cc-869b-4847-8149-31ec3dc41d19 {
  display: none;
}
#s-bd4ee095-ee2f-4a0a-ae1f-867ba61b5769 {
  text-align: left;
}


.shg-c#s-bd4ee095-ee2f-4a0a-ae1f-867ba61b5769 {
  max-width: 100%;
}

.shg-c#s-bd4ee095-ee2f-4a0a-ae1f-867ba61b5769 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd4ee095-ee2f-4a0a-ae1f-867ba61b5769 .shg-image-zoom,
.shg-c#s-bd4ee095-ee2f-4a0a-ae1f-867ba61b5769 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd4ee095-ee2f-4a0a-ae1f-867ba61b5769 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bd4ee095-ee2f-4a0a-ae1f-867ba61b5769 {
  max-width: 100%;
}

.shg-c#s-bd4ee095-ee2f-4a0a-ae1f-867ba61b5769 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd4ee095-ee2f-4a0a-ae1f-867ba61b5769 .shg-image-zoom,
.shg-c#s-bd4ee095-ee2f-4a0a-ae1f-867ba61b5769 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd4ee095-ee2f-4a0a-ae1f-867ba61b5769 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bd4ee095-ee2f-4a0a-ae1f-867ba61b5769 {
  max-width: 100%;
}

.shg-c#s-bd4ee095-ee2f-4a0a-ae1f-867ba61b5769 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd4ee095-ee2f-4a0a-ae1f-867ba61b5769 .shg-image-zoom,
.shg-c#s-bd4ee095-ee2f-4a0a-ae1f-867ba61b5769 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd4ee095-ee2f-4a0a-ae1f-867ba61b5769 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bd4ee095-ee2f-4a0a-ae1f-867ba61b5769 {
  max-width: 100%;
}

.shg-c#s-bd4ee095-ee2f-4a0a-ae1f-867ba61b5769 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd4ee095-ee2f-4a0a-ae1f-867ba61b5769 .shg-image-zoom,
.shg-c#s-bd4ee095-ee2f-4a0a-ae1f-867ba61b5769 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd4ee095-ee2f-4a0a-ae1f-867ba61b5769 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bd4ee095-ee2f-4a0a-ae1f-867ba61b5769 {
  max-width: 100%;
}

.shg-c#s-bd4ee095-ee2f-4a0a-ae1f-867ba61b5769 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd4ee095-ee2f-4a0a-ae1f-867ba61b5769 .shg-image-zoom,
.shg-c#s-bd4ee095-ee2f-4a0a-ae1f-867ba61b5769 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd4ee095-ee2f-4a0a-ae1f-867ba61b5769 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8071ff6e-30b4-4457-acab-2e39d90ed392 {
  margin-top: -19px;
}

#s-11f66e9a-9094-4490-801e-e024fd908d10 {
  display: none;
}
#s-da3d0d67-b0bf-4370-b862-c94cb43a4a31 {
  text-align: left;
}


.shg-c#s-da3d0d67-b0bf-4370-b862-c94cb43a4a31 {
  max-width: 100%;
}

.shg-c#s-da3d0d67-b0bf-4370-b862-c94cb43a4a31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da3d0d67-b0bf-4370-b862-c94cb43a4a31 .shg-image-zoom,
.shg-c#s-da3d0d67-b0bf-4370-b862-c94cb43a4a31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da3d0d67-b0bf-4370-b862-c94cb43a4a31 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-da3d0d67-b0bf-4370-b862-c94cb43a4a31 {
  max-width: 100%;
}

.shg-c#s-da3d0d67-b0bf-4370-b862-c94cb43a4a31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da3d0d67-b0bf-4370-b862-c94cb43a4a31 .shg-image-zoom,
.shg-c#s-da3d0d67-b0bf-4370-b862-c94cb43a4a31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da3d0d67-b0bf-4370-b862-c94cb43a4a31 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-da3d0d67-b0bf-4370-b862-c94cb43a4a31 {
  max-width: 100%;
}

.shg-c#s-da3d0d67-b0bf-4370-b862-c94cb43a4a31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da3d0d67-b0bf-4370-b862-c94cb43a4a31 .shg-image-zoom,
.shg-c#s-da3d0d67-b0bf-4370-b862-c94cb43a4a31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da3d0d67-b0bf-4370-b862-c94cb43a4a31 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-da3d0d67-b0bf-4370-b862-c94cb43a4a31 {
  max-width: 100%;
}

.shg-c#s-da3d0d67-b0bf-4370-b862-c94cb43a4a31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da3d0d67-b0bf-4370-b862-c94cb43a4a31 .shg-image-zoom,
.shg-c#s-da3d0d67-b0bf-4370-b862-c94cb43a4a31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da3d0d67-b0bf-4370-b862-c94cb43a4a31 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-da3d0d67-b0bf-4370-b862-c94cb43a4a31 {
  max-width: 100%;
}

.shg-c#s-da3d0d67-b0bf-4370-b862-c94cb43a4a31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da3d0d67-b0bf-4370-b862-c94cb43a4a31 .shg-image-zoom,
.shg-c#s-da3d0d67-b0bf-4370-b862-c94cb43a4a31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da3d0d67-b0bf-4370-b862-c94cb43a4a31 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3b6b7de6-9827-4cc4-a6b5-b83c0cd1e745 {
  margin-top: -19px;
}

#s-b2d5f704-22f8-479e-ac00-25fc3e00ae57 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 8%;
margin-left: 16%;
margin-bottom: 1%;
margin-right: 10%;
padding-top: 20px;
padding-left: 6px;
padding-bottom: 20px;
padding-right: 6px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 206, 26, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
}
#s-b2d5f704-22f8-479e-ac00-25fc3e00ae57:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(235, 187, 7, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-b2d5f704-22f8-479e-ac00-25fc3e00ae57:active {box-shadow:1px 1px 1px 1px rgba(255, 206, 26, 1) !important;
background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-b2d5f704-22f8-479e-ac00-25fc3e00ae57 {
  display: none;
}
#s-b2d5f704-22f8-479e-ac00-25fc3e00ae57, #wrap-s-b2d5f704-22f8-479e-ac00-25fc3e00ae57 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b2d5f704-22f8-479e-ac00-25fc3e00ae57 {
  display: none;
}
#s-b2d5f704-22f8-479e-ac00-25fc3e00ae57, #wrap-s-b2d5f704-22f8-479e-ac00-25fc3e00ae57 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b2d5f704-22f8-479e-ac00-25fc3e00ae57 {
  
}
}@media (max-width: 767px){#s-b2d5f704-22f8-479e-ac00-25fc3e00ae57 {
  
}
}


#s-b2d5f704-22f8-479e-ac00-25fc3e00ae57.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-373be3fa-60d2-47aa-b887-e691b282995d {
  margin-top: 3%;
padding-top: 0%;
padding-bottom: %;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-373be3fa-60d2-47aa-b887-e691b282995d {
  display: none;
}
#s-373be3fa-60d2-47aa-b887-e691b282995d, #wrap-s-373be3fa-60d2-47aa-b887-e691b282995d { display:none !important; }}@media (max-width: 767px){#s-373be3fa-60d2-47aa-b887-e691b282995d {
  display: none;
}
#s-373be3fa-60d2-47aa-b887-e691b282995d, #wrap-s-373be3fa-60d2-47aa-b887-e691b282995d { display:none !important; }}







#s-373be3fa-60d2-47aa-b887-e691b282995d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-373be3fa-60d2-47aa-b887-e691b282995d.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b {
  
}

@media (min-width: 0px) {
[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b674d762-a8a1-4eb0-9b90-0becfaca6b2b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7daf0d8b-7a57-4812-804c-ee4dea985202 {
  text-align: center;
}




  #s-7daf0d8b-7a57-4812-804c-ee4dea985202 img.shogun-image {
    
    width: px;
  }


#s-7daf0d8b-7a57-4812-804c-ee4dea985202 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-3ae51dae-7e66-4878-9256-b0feee683dc1 {
  text-align: center;
}




  #s-3ae51dae-7e66-4878-9256-b0feee683dc1 img.shogun-image {
    
    width: px;
  }


#s-3ae51dae-7e66-4878-9256-b0feee683dc1 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-dc7111f5-0967-4448-8f38-173fcd263778 {
  text-align: center;
}




  #s-dc7111f5-0967-4448-8f38-173fcd263778 img.shogun-image {
    
    width: px;
  }


#s-dc7111f5-0967-4448-8f38-173fcd263778 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-8a78325e-b646-4a83-ad20-9152be5094cb {
  padding-top: 2%;
padding-bottom: %;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a78325e-b646-4a83-ad20-9152be5094cb {
  display: none;
}
#s-8a78325e-b646-4a83-ad20-9152be5094cb, #wrap-s-8a78325e-b646-4a83-ad20-9152be5094cb { display:none !important; }}@media (max-width: 767px){#s-8a78325e-b646-4a83-ad20-9152be5094cb {
  display: none;
}
#s-8a78325e-b646-4a83-ad20-9152be5094cb, #wrap-s-8a78325e-b646-4a83-ad20-9152be5094cb { display:none !important; }}







#s-8a78325e-b646-4a83-ad20-9152be5094cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a78325e-b646-4a83-ad20-9152be5094cb.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-44778229-e0bf-49ed-84be-982bd4f2f710 {
  
}

@media (min-width: 0px) {
[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-44778229-e0bf-49ed-84be-982bd4f2f710"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-44eaae44-014f-4ae3-ae26-73277f58eeb5 {
  text-align: center;
}




  #s-44eaae44-014f-4ae3-ae26-73277f58eeb5 img.shogun-image {
    
    width: px;
  }


#s-44eaae44-014f-4ae3-ae26-73277f58eeb5 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-0a2567ac-bf6e-4b08-a34d-dc15b038b120 {
  text-align: center;
}




  #s-0a2567ac-bf6e-4b08-a34d-dc15b038b120 img.shogun-image {
    
    width: px;
  }


#s-0a2567ac-bf6e-4b08-a34d-dc15b038b120 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-d4b1b61b-29b8-41ca-b0ba-fef6278b1094 {
  text-align: center;
}




  #s-d4b1b61b-29b8-41ca-b0ba-fef6278b1094 img.shogun-image {
    
    width: px;
  }


#s-d4b1b61b-29b8-41ca-b0ba-fef6278b1094 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-dfe6af4f-3a8f-4dbe-8827-72f09ff23bd2 {
  box-shadow:7px 7px 30px 2px rgba(63, 215, 205, 0.4);
margin-top: 3%;
margin-left: 25%;
margin-right: 25%;
padding-top: 20px;
padding-left: 6px;
padding-bottom: 20px;
padding-right: 6px;
border-radius: 2px;
text-align: center;
background-color: rgba(63, 215, 205, 1);
font-size: 14px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}
#s-dfe6af4f-3a8f-4dbe-8827-72f09ff23bd2:hover {background-color: rgba(63, 215, 205, 0.8) !important;
text-decoration: none !important;}#s-dfe6af4f-3a8f-4dbe-8827-72f09ff23bd2:active {background-color: rgba(63, 215, 205, 0.8) !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-dfe6af4f-3a8f-4dbe-8827-72f09ff23bd2 {
  display: none;
}
#s-dfe6af4f-3a8f-4dbe-8827-72f09ff23bd2, #wrap-s-dfe6af4f-3a8f-4dbe-8827-72f09ff23bd2 { display:none !important; }}@media (max-width: 767px){#s-dfe6af4f-3a8f-4dbe-8827-72f09ff23bd2 {
  display: none;
}
#s-dfe6af4f-3a8f-4dbe-8827-72f09ff23bd2, #wrap-s-dfe6af4f-3a8f-4dbe-8827-72f09ff23bd2 { display:none !important; }}


#s-dfe6af4f-3a8f-4dbe-8827-72f09ff23bd2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d3f56f28-fae0-47a4-881d-b8ead3201c17 {
  margin-left: 15px;
padding-top: 7%;
padding-bottom: %;
padding-right: 0px;
}

#s-bec004fd-a7f2-4eda-8ce9-f0c93817b7fa {
  text-align: center;
}
@media (min-width: 1200px){#s-bec004fd-a7f2-4eda-8ce9-f0c93817b7fa {
  display: none;
}
#s-bec004fd-a7f2-4eda-8ce9-f0c93817b7fa, #wrap-s-bec004fd-a7f2-4eda-8ce9-f0c93817b7fa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bec004fd-a7f2-4eda-8ce9-f0c93817b7fa {
  display: none;
}
#s-bec004fd-a7f2-4eda-8ce9-f0c93817b7fa, #wrap-s-bec004fd-a7f2-4eda-8ce9-f0c93817b7fa { display:none !important; }}



  #s-bec004fd-a7f2-4eda-8ce9-f0c93817b7fa img.shogun-image {
    
    width: px;
  }


#s-bec004fd-a7f2-4eda-8ce9-f0c93817b7fa .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 1200px){#s-0fcdff70-91d2-4fe3-9db4-c91dd0e22981 {
  display: none;
}
#s-0fcdff70-91d2-4fe3-9db4-c91dd0e22981, #wrap-s-0fcdff70-91d2-4fe3-9db4-c91dd0e22981 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0fcdff70-91d2-4fe3-9db4-c91dd0e22981 {
  display: none;
}
#s-0fcdff70-91d2-4fe3-9db4-c91dd0e22981, #wrap-s-0fcdff70-91d2-4fe3-9db4-c91dd0e22981 { display:none !important; }}
#s-94de9f2c-3791-41ba-ad96-cb3481b822d7 {
  margin-left: 15px;
padding-top: 7%;
padding-bottom: %;
padding-right: 0px;
}

#s-77787091-699f-46d9-ba5b-80b0666c4e33 {
  margin-left: 13px;
padding-top: 1%;
padding-bottom: 1%;
}

#s-e39c392f-913a-4eae-9027-defbd93b8e6b {
  margin-left: 13px;
padding-top: 1%;
padding-bottom: 1%;
}

#s-225bc2ae-edb2-47c9-bd9c-a486ba7dabeb {
  margin-left: 13px;
padding-top: 1%;
padding-bottom: 1%;
}

#s-708a1e2b-98b5-41d2-ba27-1e814f1d0191 {
  text-align: center;
}
@media (min-width: 1200px){#s-708a1e2b-98b5-41d2-ba27-1e814f1d0191 {
  display: none;
}
#s-708a1e2b-98b5-41d2-ba27-1e814f1d0191, #wrap-s-708a1e2b-98b5-41d2-ba27-1e814f1d0191 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-708a1e2b-98b5-41d2-ba27-1e814f1d0191 {
  display: none;
}
#s-708a1e2b-98b5-41d2-ba27-1e814f1d0191, #wrap-s-708a1e2b-98b5-41d2-ba27-1e814f1d0191 { display:none !important; }}



  #s-708a1e2b-98b5-41d2-ba27-1e814f1d0191 img.shogun-image {
    
    width: px;
  }


#s-708a1e2b-98b5-41d2-ba27-1e814f1d0191 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-1a5dccbf-f2ff-48d8-8038-68d64ee6052c {
  margin-top: 28px;
margin-left: 13px;
padding-top: 1%;
padding-bottom: 1%;
}

#s-6c7faca6-410a-4063-bafb-5721ac864811 {
  text-align: center;
}
@media (min-width: 1200px){#s-6c7faca6-410a-4063-bafb-5721ac864811 {
  display: none;
}
#s-6c7faca6-410a-4063-bafb-5721ac864811, #wrap-s-6c7faca6-410a-4063-bafb-5721ac864811 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c7faca6-410a-4063-bafb-5721ac864811 {
  display: none;
}
#s-6c7faca6-410a-4063-bafb-5721ac864811, #wrap-s-6c7faca6-410a-4063-bafb-5721ac864811 { display:none !important; }}



  #s-6c7faca6-410a-4063-bafb-5721ac864811 img.shogun-image {
    
    width: px;
  }


#s-6c7faca6-410a-4063-bafb-5721ac864811 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d3eaadd6-30c9-431d-85c3-3f78b12577d4 {
  margin-top: 33px;
margin-left: 13px;
padding-top: 1%;
padding-bottom: 1%;
}

#s-5dd47ccc-08ab-4439-a3e6-e3080a8bca8b {
  text-align: center;
}
@media (min-width: 1200px){#s-5dd47ccc-08ab-4439-a3e6-e3080a8bca8b {
  display: none;
}
#s-5dd47ccc-08ab-4439-a3e6-e3080a8bca8b, #wrap-s-5dd47ccc-08ab-4439-a3e6-e3080a8bca8b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5dd47ccc-08ab-4439-a3e6-e3080a8bca8b {
  display: none;
}
#s-5dd47ccc-08ab-4439-a3e6-e3080a8bca8b, #wrap-s-5dd47ccc-08ab-4439-a3e6-e3080a8bca8b { display:none !important; }}



  #s-5dd47ccc-08ab-4439-a3e6-e3080a8bca8b img.shogun-image {
    
    width: px;
  }


#s-5dd47ccc-08ab-4439-a3e6-e3080a8bca8b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-cfe4dc69-136a-43e5-afa0-484269be456b {
  margin-right: -5px;
text-align: center;
}
@media (min-width: 1200px){#s-cfe4dc69-136a-43e5-afa0-484269be456b {
  display: none;
}
#s-cfe4dc69-136a-43e5-afa0-484269be456b, #wrap-s-cfe4dc69-136a-43e5-afa0-484269be456b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cfe4dc69-136a-43e5-afa0-484269be456b {
  display: none;
}
#s-cfe4dc69-136a-43e5-afa0-484269be456b, #wrap-s-cfe4dc69-136a-43e5-afa0-484269be456b { display:none !important; }}



  #s-cfe4dc69-136a-43e5-afa0-484269be456b img.shogun-image {
    
    width: px;
  }


#s-cfe4dc69-136a-43e5-afa0-484269be456b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-967ad616-9e23-4d8d-9bdf-67628eab50a2 {
  margin-left: 13px;
padding-top: 1%;
padding-bottom: 1%;
}

#s-c14ef847-c7e7-42b6-bed0-ddcabb5109b8 {
  text-align: center;
}




  #s-c14ef847-c7e7-42b6-bed0-ddcabb5109b8 img.shogun-image {
    
    width: px;
  }


#s-c14ef847-c7e7-42b6-bed0-ddcabb5109b8 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d6559ce3-386d-49b0-92ce-64b7d004a367 {
  text-align: center;
}




  #s-d6559ce3-386d-49b0-92ce-64b7d004a367 img.shogun-image {
    
    width: px;
  }


#s-d6559ce3-386d-49b0-92ce-64b7d004a367 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-45e34a67-b8f1-46f0-8d13-e8f236ccef5b {
  margin-left: 13px;
padding-top: 1%;
padding-bottom: 1%;
}

#s-f5dc5033-2252-4717-bd06-62bf11cdeab3 {
  margin-top: 2%;
padding-bottom: 10%;
min-height: 200px;
background-color: rgba(0, 0, 0, 1);
}








#s-f5dc5033-2252-4717-bd06-62bf11cdeab3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5dc5033-2252-4717-bd06-62bf11cdeab3.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-00f254c8-a705-4bd0-8d03-e979b83944fd {
  padding-top: 8%;
}

#s-131dc4ed-e55d-404d-8363-ec680b3f25a2 {
  padding-top: %;
padding-left: 4%;
padding-bottom: 3%;
padding-right: 4%;
}

#s-6f8a6bac-1995-44b2-90f9-6fc634819c80 {
  padding-left: 7%;
padding-right: 7%;
}

@media (min-width: 0px) {
[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-6f8a6bac-1995-44b2-90f9-6fc634819c80"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-a32aff72-ec63-4b24-b61d-2817c4bdbab1 {
  text-align: center;
}




  #s-a32aff72-ec63-4b24-b61d-2817c4bdbab1 img.shogun-image {
    
    width: px;
  }


#s-a32aff72-ec63-4b24-b61d-2817c4bdbab1 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-266c18b4-c1e3-4922-a607-e7993748634f {
  text-align: center;
}




  #s-266c18b4-c1e3-4922-a607-e7993748634f img.shogun-image {
    
    width: px;
  }


#s-266c18b4-c1e3-4922-a607-e7993748634f .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-bea62452-ad3c-45b2-9c71-7e1f4a5b59da {
  margin-top: 8px;
text-align: center;
}




  #s-bea62452-ad3c-45b2-9c71-7e1f4a5b59da img.shogun-image {
    
    width: px;
  }


#s-bea62452-ad3c-45b2-9c71-7e1f4a5b59da .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-fe5656f2-8f2c-4e32-a683-55e774fcf14f {
  margin-left: 15px;
padding-top: 7%;
padding-bottom: %;
padding-right: 0px;
}

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

@media (min-width: 1200px){#s-0d46f72f-379b-4f32-82cb-d0ce63184fab {
  display: none;
}
#s-0d46f72f-379b-4f32-82cb-d0ce63184fab, #wrap-s-0d46f72f-379b-4f32-82cb-d0ce63184fab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d46f72f-379b-4f32-82cb-d0ce63184fab {
  display: none;
}
#s-0d46f72f-379b-4f32-82cb-d0ce63184fab, #wrap-s-0d46f72f-379b-4f32-82cb-d0ce63184fab { display:none !important; }}
#s-e42c2178-dbb2-4b43-a7a3-cd99a2172884 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 8%;
margin-left: 16%;
margin-bottom: 11%;
margin-right: 10%;
padding-top: 20px;
padding-left: 6px;
padding-bottom: 20px;
padding-right: 6px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 206, 26, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
}
#s-e42c2178-dbb2-4b43-a7a3-cd99a2172884:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(235, 187, 7, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-e42c2178-dbb2-4b43-a7a3-cd99a2172884:active {box-shadow:1px 1px 1px 1px rgba(255, 206, 26, 1) !important;
background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-e42c2178-dbb2-4b43-a7a3-cd99a2172884 {
  display: none;
}
#s-e42c2178-dbb2-4b43-a7a3-cd99a2172884, #wrap-s-e42c2178-dbb2-4b43-a7a3-cd99a2172884 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e42c2178-dbb2-4b43-a7a3-cd99a2172884 {
  display: none;
}
#s-e42c2178-dbb2-4b43-a7a3-cd99a2172884, #wrap-s-e42c2178-dbb2-4b43-a7a3-cd99a2172884 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e42c2178-dbb2-4b43-a7a3-cd99a2172884 {
  
}
}@media (max-width: 767px){#s-e42c2178-dbb2-4b43-a7a3-cd99a2172884 {
  
}
}


#s-e42c2178-dbb2-4b43-a7a3-cd99a2172884.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

@media (min-width: 768px) and (max-width: 991px){#s-751275e8-bb33-4f0f-8fd9-f2e5e858b665 {
  display: none;
}
#s-751275e8-bb33-4f0f-8fd9-f2e5e858b665, #wrap-s-751275e8-bb33-4f0f-8fd9-f2e5e858b665 { display:none !important; }}@media (max-width: 767px){#s-751275e8-bb33-4f0f-8fd9-f2e5e858b665 {
  display: none;
}
#s-751275e8-bb33-4f0f-8fd9-f2e5e858b665, #wrap-s-751275e8-bb33-4f0f-8fd9-f2e5e858b665 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-b0d6396a-6267-42e7-bbb4-23ed4fae2eef {
  display: none;
}
#s-b0d6396a-6267-42e7-bbb4-23ed4fae2eef, #wrap-s-b0d6396a-6267-42e7-bbb4-23ed4fae2eef { display:none !important; }}@media (max-width: 767px){#s-b0d6396a-6267-42e7-bbb4-23ed4fae2eef {
  display: none;
}
#s-b0d6396a-6267-42e7-bbb4-23ed4fae2eef, #wrap-s-b0d6396a-6267-42e7-bbb4-23ed4fae2eef { display:none !important; }}
#s-bf738860-4070-408f-b06c-011bd94c3793 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bf738860-4070-408f-b06c-011bd94c3793 {
  display: none;
}
#s-bf738860-4070-408f-b06c-011bd94c3793, #wrap-s-bf738860-4070-408f-b06c-011bd94c3793 { display:none !important; }}@media (max-width: 767px){#s-bf738860-4070-408f-b06c-011bd94c3793 {
  display: none;
}
#s-bf738860-4070-408f-b06c-011bd94c3793, #wrap-s-bf738860-4070-408f-b06c-011bd94c3793 { display:none !important; }}



  #s-bf738860-4070-408f-b06c-011bd94c3793 img.shogun-image {
    
    width: px;
  }


#s-bf738860-4070-408f-b06c-011bd94c3793 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-de20e2a3-e74a-4a8b-a57d-c3c9df98f8d1 {
  margin-top: 27px;
}
@media (min-width: 768px) and (max-width: 991px){#s-de20e2a3-e74a-4a8b-a57d-c3c9df98f8d1 {
  display: none;
}
#s-de20e2a3-e74a-4a8b-a57d-c3c9df98f8d1, #wrap-s-de20e2a3-e74a-4a8b-a57d-c3c9df98f8d1 { display:none !important; }}@media (max-width: 767px){#s-de20e2a3-e74a-4a8b-a57d-c3c9df98f8d1 {
  display: none;
}
#s-de20e2a3-e74a-4a8b-a57d-c3c9df98f8d1, #wrap-s-de20e2a3-e74a-4a8b-a57d-c3c9df98f8d1 { display:none !important; }}
#s-c148cbf8-d73e-47d4-addd-d22bb45603b5 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c148cbf8-d73e-47d4-addd-d22bb45603b5 {
  display: none;
}
#s-c148cbf8-d73e-47d4-addd-d22bb45603b5, #wrap-s-c148cbf8-d73e-47d4-addd-d22bb45603b5 { display:none !important; }}@media (max-width: 767px){#s-c148cbf8-d73e-47d4-addd-d22bb45603b5 {
  display: none;
}
#s-c148cbf8-d73e-47d4-addd-d22bb45603b5, #wrap-s-c148cbf8-d73e-47d4-addd-d22bb45603b5 { display:none !important; }}



  #s-c148cbf8-d73e-47d4-addd-d22bb45603b5 img.shogun-image {
    
    width: px;
  }


#s-c148cbf8-d73e-47d4-addd-d22bb45603b5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-9e5a204e-7fed-48f8-95ce-1ac35ef29374 {
  margin-top: 27px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9e5a204e-7fed-48f8-95ce-1ac35ef29374 {
  display: none;
}
#s-9e5a204e-7fed-48f8-95ce-1ac35ef29374, #wrap-s-9e5a204e-7fed-48f8-95ce-1ac35ef29374 { display:none !important; }}@media (max-width: 767px){#s-9e5a204e-7fed-48f8-95ce-1ac35ef29374 {
  display: none;
}
#s-9e5a204e-7fed-48f8-95ce-1ac35ef29374, #wrap-s-9e5a204e-7fed-48f8-95ce-1ac35ef29374 { display:none !important; }}
#s-98f90948-c869-429e-9413-87e9d0c3ee27 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-98f90948-c869-429e-9413-87e9d0c3ee27 {
  display: none;
}
#s-98f90948-c869-429e-9413-87e9d0c3ee27, #wrap-s-98f90948-c869-429e-9413-87e9d0c3ee27 { display:none !important; }}@media (max-width: 767px){#s-98f90948-c869-429e-9413-87e9d0c3ee27 {
  display: none;
}
#s-98f90948-c869-429e-9413-87e9d0c3ee27, #wrap-s-98f90948-c869-429e-9413-87e9d0c3ee27 { display:none !important; }}



  #s-98f90948-c869-429e-9413-87e9d0c3ee27 img.shogun-image {
    
    width: px;
  }


#s-98f90948-c869-429e-9413-87e9d0c3ee27 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-58a0f21c-bb82-4832-a108-2220aa226af0 {
  margin-top: 27px;
}
@media (min-width: 768px) and (max-width: 991px){#s-58a0f21c-bb82-4832-a108-2220aa226af0 {
  display: none;
}
#s-58a0f21c-bb82-4832-a108-2220aa226af0, #wrap-s-58a0f21c-bb82-4832-a108-2220aa226af0 { display:none !important; }}@media (max-width: 767px){#s-58a0f21c-bb82-4832-a108-2220aa226af0 {
  display: none;
}
#s-58a0f21c-bb82-4832-a108-2220aa226af0, #wrap-s-58a0f21c-bb82-4832-a108-2220aa226af0 { display:none !important; }}
#s-3add0934-6add-4af1-8c74-3adb19df2fbc {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3add0934-6add-4af1-8c74-3adb19df2fbc {
  display: none;
}
#s-3add0934-6add-4af1-8c74-3adb19df2fbc, #wrap-s-3add0934-6add-4af1-8c74-3adb19df2fbc { display:none !important; }}@media (max-width: 767px){#s-3add0934-6add-4af1-8c74-3adb19df2fbc {
  display: none;
}
#s-3add0934-6add-4af1-8c74-3adb19df2fbc, #wrap-s-3add0934-6add-4af1-8c74-3adb19df2fbc { display:none !important; }}



  #s-3add0934-6add-4af1-8c74-3adb19df2fbc img.shogun-image {
    
    width: px;
  }


#s-3add0934-6add-4af1-8c74-3adb19df2fbc .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5eb50fa9-bf2c-458e-99c4-03d6d8ab7018 {
  margin-top: 31px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5eb50fa9-bf2c-458e-99c4-03d6d8ab7018 {
  display: none;
}
#s-5eb50fa9-bf2c-458e-99c4-03d6d8ab7018, #wrap-s-5eb50fa9-bf2c-458e-99c4-03d6d8ab7018 { display:none !important; }}@media (max-width: 767px){#s-5eb50fa9-bf2c-458e-99c4-03d6d8ab7018 {
  display: none;
}
#s-5eb50fa9-bf2c-458e-99c4-03d6d8ab7018, #wrap-s-5eb50fa9-bf2c-458e-99c4-03d6d8ab7018 { display:none !important; }}
#s-524e756f-e635-4db9-ae3c-ec494549ec0f {
  padding-top: 50px;
padding-bottom: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-524e756f-e635-4db9-ae3c-ec494549ec0f {
  display: none;
}
#s-524e756f-e635-4db9-ae3c-ec494549ec0f, #wrap-s-524e756f-e635-4db9-ae3c-ec494549ec0f { display:none !important; }}@media (max-width: 767px){#s-524e756f-e635-4db9-ae3c-ec494549ec0f {
  display: none;
}
#s-524e756f-e635-4db9-ae3c-ec494549ec0f, #wrap-s-524e756f-e635-4db9-ae3c-ec494549ec0f { display:none !important; }}
@media (min-width: 0px) {
[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-524e756f-e635-4db9-ae3c-ec494549ec0f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c {
  padding-top: 50px;
text-align: center;
}

@media (min-width: 0px) {
[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e594df5-b8b0-49a8-8b5d-8ed3476d140c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-cbbd84ed-4605-4f93-8ae2-42100542b7ad {
  text-align: center;
}




  #s-cbbd84ed-4605-4f93-8ae2-42100542b7ad img.shogun-image {
    
    width: px;
  }


#s-cbbd84ed-4605-4f93-8ae2-42100542b7ad .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7daeae1f-b6bc-4dcf-9a74-1f4ec9926a82 {
  text-align: center;
}




  #s-7daeae1f-b6bc-4dcf-9a74-1f4ec9926a82 img.shogun-image {
    
    width: px;
  }


#s-7daeae1f-b6bc-4dcf-9a74-1f4ec9926a82 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d7ad0b6c-291c-4337-b98a-122c480934e4 {
  
}




  #s-d7ad0b6c-291c-4337-b98a-122c480934e4 img.shogun-image {
    
    width: px;
  }


#s-d7ad0b6c-291c-4337-b98a-122c480934e4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e0ef328f-8c54-4b70-99a9-9d2ec8e01416 {
  margin-top: 3%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: %;
}
@media (min-width: 768px) and (max-width: 991px){#s-e0ef328f-8c54-4b70-99a9-9d2ec8e01416 {
  display: none;
}
#s-e0ef328f-8c54-4b70-99a9-9d2ec8e01416, #wrap-s-e0ef328f-8c54-4b70-99a9-9d2ec8e01416 { display:none !important; }}@media (max-width: 767px){#s-e0ef328f-8c54-4b70-99a9-9d2ec8e01416 {
  display: none;
}
#s-e0ef328f-8c54-4b70-99a9-9d2ec8e01416, #wrap-s-e0ef328f-8c54-4b70-99a9-9d2ec8e01416 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-aaf79377-3654-46c5-bcb3-3420250c62ce {
  display: none;
}
#s-aaf79377-3654-46c5-bcb3-3420250c62ce, #wrap-s-aaf79377-3654-46c5-bcb3-3420250c62ce { display:none !important; }}@media (max-width: 767px){#s-aaf79377-3654-46c5-bcb3-3420250c62ce {
  display: none;
}
#s-aaf79377-3654-46c5-bcb3-3420250c62ce, #wrap-s-aaf79377-3654-46c5-bcb3-3420250c62ce { display:none !important; }}
#s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784 {
  margin-left: 203px;
margin-right: 203px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784 {
  display: none;
}
#s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784, #wrap-s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784 { display:none !important; }}@media (max-width: 767px){#s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784 {
  display: none;
}
#s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784, #wrap-s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4a81713e-16ac-4e52-a8ef-8e8d6bec2784"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-98b1abf9-38f1-41c2-9d17-1d330b99a5fd {
  margin-left: 96px;
margin-right: 96px;
text-align: center;
}




  #s-98b1abf9-38f1-41c2-9d17-1d330b99a5fd img.shogun-image {
    
    width: px;
  }


#s-98b1abf9-38f1-41c2-9d17-1d330b99a5fd .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d9aeff6c-c57b-4503-84f2-3c9b2418bda3 {
  margin-top: 24px;
}

#s-1d084040-9f2e-45c9-9f5f-88fff323bc98 {
  margin-left: 96px;
margin-right: 96px;
text-align: center;
}




  #s-1d084040-9f2e-45c9-9f5f-88fff323bc98 img.shogun-image {
    
    width: px;
  }


#s-1d084040-9f2e-45c9-9f5f-88fff323bc98 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-53884489-4279-4d26-b184-37ae6fc857c9 {
  margin-top: 24px;
}

#s-b1d163c7-e21f-4149-8b09-eb4c7f9be732 {
  margin-left: 96px;
margin-right: 96px;
text-align: center;
}




  #s-b1d163c7-e21f-4149-8b09-eb4c7f9be732 img.shogun-image {
    
    width: px;
  }


#s-b1d163c7-e21f-4149-8b09-eb4c7f9be732 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-1dfc0906-6a04-4fcf-86d8-9a1d33a04ddd {
  margin-top: 24px;
}

#s-43f210b9-b0fd-40d1-885e-90fcc29f2a2b {
  margin-top: 3%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: %;
}
@media (min-width: 768px) and (max-width: 991px){#s-43f210b9-b0fd-40d1-885e-90fcc29f2a2b {
  display: none;
}
#s-43f210b9-b0fd-40d1-885e-90fcc29f2a2b, #wrap-s-43f210b9-b0fd-40d1-885e-90fcc29f2a2b { display:none !important; }}@media (max-width: 767px){#s-43f210b9-b0fd-40d1-885e-90fcc29f2a2b {
  display: none;
}
#s-43f210b9-b0fd-40d1-885e-90fcc29f2a2b, #wrap-s-43f210b9-b0fd-40d1-885e-90fcc29f2a2b { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-5e58b3ed-a4f5-4759-b7a1-72d7d7a0a983 {
  display: none;
}
#s-5e58b3ed-a4f5-4759-b7a1-72d7d7a0a983, #wrap-s-5e58b3ed-a4f5-4759-b7a1-72d7d7a0a983 { display:none !important; }}@media (max-width: 767px){#s-5e58b3ed-a4f5-4759-b7a1-72d7d7a0a983 {
  display: none;
}
#s-5e58b3ed-a4f5-4759-b7a1-72d7d7a0a983, #wrap-s-5e58b3ed-a4f5-4759-b7a1-72d7d7a0a983 { display:none !important; }}
#s-1028c828-c8bd-4c39-8da6-db4c2687e962 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 6%;
margin-left: 38%;
margin-bottom: 5%;
margin-right: 38%;
padding-top: 20px;
padding-left: 6px;
padding-bottom: 20px;
padding-right: 6px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 206, 26, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
}
#s-1028c828-c8bd-4c39-8da6-db4c2687e962:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(235, 187, 7, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-1028c828-c8bd-4c39-8da6-db4c2687e962:active {box-shadow:    rgba(0, 210, 205, 1) !important;
background-color: rgba(0, 210, 205, 1) !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-1028c828-c8bd-4c39-8da6-db4c2687e962 {
  display: none;
}
#s-1028c828-c8bd-4c39-8da6-db4c2687e962, #wrap-s-1028c828-c8bd-4c39-8da6-db4c2687e962 { display:none !important; }}@media (max-width: 767px){#s-1028c828-c8bd-4c39-8da6-db4c2687e962 {
  display: none;
}
#s-1028c828-c8bd-4c39-8da6-db4c2687e962, #wrap-s-1028c828-c8bd-4c39-8da6-db4c2687e962 { display:none !important; }}


#s-1028c828-c8bd-4c39-8da6-db4c2687e962.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}

#s-052b5a62-3478-41a3-bee1-56d09f00731e {
  padding-top: 3px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
