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

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

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

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

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

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

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

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

#s-29522954-c633-4575-8913-41d486991d87 {
  margin-top: 0px;
padding-left: 25px;
padding-right: 25px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-29522954-c633-4575-8913-41d486991d87 {
  display: none;
}
#s-29522954-c633-4575-8913-41d486991d87, #wrap-s-29522954-c633-4575-8913-41d486991d87 { display:none !important; }}@media (max-width: 767px){#s-29522954-c633-4575-8913-41d486991d87 {
  display: none;
}
#s-29522954-c633-4575-8913-41d486991d87, #wrap-s-29522954-c633-4575-8913-41d486991d87 { display:none !important; }}







#s-29522954-c633-4575-8913-41d486991d87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29522954-c633-4575-8913-41d486991d87.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-cac9d471-3e24-40ef-8296-c9b950a6cc3d {
  
}

#s-567a996c-811c-4378-99eb-3d7b35f26732 {
  background-image: url(https://i.shgcdn.com/ae11a56d-9387-4d5a-96e2-831e820a7493/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 680px;
background-position: center center;
}








#s-567a996c-811c-4378-99eb-3d7b35f26732 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-567a996c-811c-4378-99eb-3d7b35f26732.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96 {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f46a11b3-579d-4e37-b2bc-00a8edeb5f96"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-a3360f60-0a0c-4621-9d61-463804ccd309 {
  min-height: 135px;
}








#s-a3360f60-0a0c-4621-9d61-463804ccd309 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3360f60-0a0c-4621-9d61-463804ccd309.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 0px) {
[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-279b207a-6b5e-4988-aed4-d0aa3632fde6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.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-4a82647b-4eb0-4df1-82df-27f8f2754457 {
  border-style: solid;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(127, 125, 126, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(127, 125, 126, 1);
text-decoration: none;
}
#s-4a82647b-4eb0-4df1-82df-27f8f2754457:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
font-size: 14px !important;
color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}#s-4a82647b-4eb0-4df1-82df-27f8f2754457:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(127, 125, 126, 1) !important;
background-color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}

  #s-4a82647b-4eb0-4df1-82df-27f8f2754457-btn-wrapper {
    text-align: center;
  }


#s-4a82647b-4eb0-4df1-82df-27f8f2754457.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-d82d6180-fb03-4ad0-bf9f-d998778b8d71 {
  padding-top: 10px;
min-height: 135px;
}








#s-d82d6180-fb03-4ad0-bf9f-d998778b8d71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d82d6180-fb03-4ad0-bf9f-d998778b8d71.shg-box.shg-c {
  justify-content: center;
}

#s-3b341ce5-d76b-4bd9-b1d6-df6c10adba02 {
  background-image: url(https://i.shgcdn.com/c6115184-6587-4815-877f-d141c790f47e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}








#s-3b341ce5-d76b-4bd9-b1d6-df6c10adba02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b341ce5-d76b-4bd9-b1d6-df6c10adba02.shg-box.shg-c {
  justify-content: center;
}

#s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d24a3ba1-8db2-4041-9ed5-94712a92cb8d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 0px) {
[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ce705893-0fac-407f-bbd9-49dbb783dac8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7bbcf072-9e4d-4dc4-8b0d-de0ff946542c {
  border-style: solid;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(127, 125, 126, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(127, 125, 126, 1);
text-decoration: none;
}
#s-7bbcf072-9e4d-4dc4-8b0d-de0ff946542c:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
font-size: 14px !important;
color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}#s-7bbcf072-9e4d-4dc4-8b0d-de0ff946542c:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(127, 125, 126, 1) !important;
background-color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}

  #s-7bbcf072-9e4d-4dc4-8b0d-de0ff946542c-btn-wrapper {
    text-align: center;
  }


#s-7bbcf072-9e4d-4dc4-8b0d-de0ff946542c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-3b1a6761-2c1b-4c96-b1d7-59f426568eeb {
  padding-top: 10px;
min-height: 135px;
}








#s-3b1a6761-2c1b-4c96-b1d7-59f426568eeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b1a6761-2c1b-4c96-b1d7-59f426568eeb.shg-box.shg-c {
  justify-content: center;
}

#s-dff31465-5a5e-4470-91eb-785a0aeef474 {
  background-image: url(https://i.shgcdn.com/e4674f3f-cc65-4e34-9dab-8520623446fc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 680px;
background-position: center center;
}








#s-dff31465-5a5e-4470-91eb-785a0aeef474 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dff31465-5a5e-4470-91eb-785a0aeef474.shg-box.shg-c {
  justify-content: center;
}

#s-85c50663-cf9f-4671-b4fd-dec88acc6c26 {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-85c50663-cf9f-4671-b4fd-dec88acc6c26"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 0px) {
[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c8802de9-a21d-419d-ae15-b6850c4fbb8b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-dc4fb91a-6927-4555-90c3-29153f3df923 {
  border-style: solid;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(127, 125, 126, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(127, 125, 126, 1);
text-decoration: none;
}
#s-dc4fb91a-6927-4555-90c3-29153f3df923:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
font-size: 14px !important;
color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}#s-dc4fb91a-6927-4555-90c3-29153f3df923:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(127, 125, 126, 1) !important;
background-color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}

  #s-dc4fb91a-6927-4555-90c3-29153f3df923-btn-wrapper {
    text-align: center;
  }


#s-dc4fb91a-6927-4555-90c3-29153f3df923.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-729f33d5-495e-4c2d-85cb-f360819c31c7 {
  padding-top: 10px;
min-height: 135px;
}








#s-729f33d5-495e-4c2d-85cb-f360819c31c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-729f33d5-495e-4c2d-85cb-f360819c31c7.shg-box.shg-c {
  justify-content: center;
}

#s-11c2ad53-b30f-4434-8cc3-a03728bbec99 {
  background-image: url(https://i.shgcdn.com/2106f234-a807-4261-9a3c-848f982c35a5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 680px;
background-position: center center;
}








#s-11c2ad53-b30f-4434-8cc3-a03728bbec99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11c2ad53-b30f-4434-8cc3-a03728bbec99.shg-box.shg-c {
  justify-content: center;
}

#s-1db7579a-6741-459c-8340-b2c80d868a43 {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1db7579a-6741-459c-8340-b2c80d868a43"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-590bd4cf-fcc9-4754-8f75-8a0be90022b9 {
  min-height: 135px;
}








#s-590bd4cf-fcc9-4754-8f75-8a0be90022b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-590bd4cf-fcc9-4754-8f75-8a0be90022b9.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5585e36a-24bd-42d2-8a43-d2e6f5e3ef37"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-784a098a-61b9-4795-b69d-9cdfbef7e5ca {
  border-style: solid;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(127, 125, 126, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(127, 125, 126, 1);
text-decoration: none;
}
#s-784a098a-61b9-4795-b69d-9cdfbef7e5ca:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
font-size: 14px !important;
color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}#s-784a098a-61b9-4795-b69d-9cdfbef7e5ca:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(127, 125, 126, 1) !important;
background-color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}

  #s-784a098a-61b9-4795-b69d-9cdfbef7e5ca-btn-wrapper {
    text-align: center;
  }


#s-784a098a-61b9-4795-b69d-9cdfbef7e5ca.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-14cfe2f2-db81-4bea-8478-51be6e0a2e83 {
  padding-top: 10px;
min-height: 135px;
}








#s-14cfe2f2-db81-4bea-8478-51be6e0a2e83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14cfe2f2-db81-4bea-8478-51be6e0a2e83.shg-box.shg-c {
  justify-content: center;
}

#s-9bfabda0-5b62-490a-a5d6-e3f7c4d38119 {
  background-image: url(https://i.shgcdn.com/e5520cf8-e62d-4859-b209-115e5ae6f9ac/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 680px;
background-position: center center;
}








#s-9bfabda0-5b62-490a-a5d6-e3f7c4d38119 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bfabda0-5b62-490a-a5d6-e3f7c4d38119.shg-box.shg-c {
  justify-content: center;
}

#s-b9bb663e-3297-464d-b055-319a2630b237 {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b9bb663e-3297-464d-b055-319a2630b237"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 0px) {
[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07c8d14b-63de-4add-9a49-e7420b38178e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-aabefb09-c4ea-4094-a94b-3c7ac8e4d32e {
  border-style: solid;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(127, 125, 126, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(127, 125, 126, 1);
text-decoration: none;
}
#s-aabefb09-c4ea-4094-a94b-3c7ac8e4d32e:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
font-size: 14px !important;
color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}#s-aabefb09-c4ea-4094-a94b-3c7ac8e4d32e:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(127, 125, 126, 1) !important;
background-color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}

  #s-aabefb09-c4ea-4094-a94b-3c7ac8e4d32e-btn-wrapper {
    text-align: center;
  }


#s-aabefb09-c4ea-4094-a94b-3c7ac8e4d32e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-a9d54b94-635f-4985-97fc-036fe9dd02e0 {
  padding-top: 10px;
min-height: 135px;
}








#s-a9d54b94-635f-4985-97fc-036fe9dd02e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9d54b94-635f-4985-97fc-036fe9dd02e0.shg-box.shg-c {
  justify-content: center;
}

#s-bb09c6ce-b69b-440d-9328-c9736191007f {
  background-image: url(https://i.shgcdn.com/5db0fe2c-440e-4f32-9a93-e43c48a187d1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 680px;
background-position: center center;
}








#s-bb09c6ce-b69b-440d-9328-c9736191007f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb09c6ce-b69b-440d-9328-c9736191007f.shg-box.shg-c {
  justify-content: center;
}

#s-e45c1887-8c6e-424c-b894-2a44e0633aad {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e45c1887-8c6e-424c-b894-2a44e0633aad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 0px) {
[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-aeeb4dde-eeb8-4662-9ffc-055d6533fe3d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bb6b141f-7bd2-4e1b-a13b-2177b4575a3e {
  border-style: solid;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(127, 125, 126, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(127, 125, 126, 1);
text-decoration: none;
}
#s-bb6b141f-7bd2-4e1b-a13b-2177b4575a3e:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
font-size: 14px !important;
color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}#s-bb6b141f-7bd2-4e1b-a13b-2177b4575a3e:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(127, 125, 126, 1) !important;
background-color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}

  #s-bb6b141f-7bd2-4e1b-a13b-2177b4575a3e-btn-wrapper {
    text-align: center;
  }


#s-bb6b141f-7bd2-4e1b-a13b-2177b4575a3e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-8df8b7d0-5ce2-4033-ab1e-1f3e7b24d2ea {
  padding-top: 10px;
min-height: 135px;
}








#s-8df8b7d0-5ce2-4033-ab1e-1f3e7b24d2ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8df8b7d0-5ce2-4033-ab1e-1f3e7b24d2ea.shg-box.shg-c {
  justify-content: center;
}

#s-b64666a9-11ba-4302-97c6-c93e8bd5dfd6 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-b64666a9-11ba-4302-97c6-c93e8bd5dfd6 {
  display: none;
}
#s-b64666a9-11ba-4302-97c6-c93e8bd5dfd6, #wrap-s-b64666a9-11ba-4302-97c6-c93e8bd5dfd6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b64666a9-11ba-4302-97c6-c93e8bd5dfd6 {
  display: none;
}
#s-b64666a9-11ba-4302-97c6-c93e8bd5dfd6, #wrap-s-b64666a9-11ba-4302-97c6-c93e8bd5dfd6 { display:none !important; }}@media (max-width: 767px){#s-b64666a9-11ba-4302-97c6-c93e8bd5dfd6 {
  display: none;
}
#s-b64666a9-11ba-4302-97c6-c93e8bd5dfd6, #wrap-s-b64666a9-11ba-4302-97c6-c93e8bd5dfd6 { display:none !important; }}







#s-b64666a9-11ba-4302-97c6-c93e8bd5dfd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b64666a9-11ba-4302-97c6-c93e8bd5dfd6.shg-box.shg-c {
  justify-content: center;
}

#s-adbb1dce-d0af-4af0-aa6b-9e9ed4ad40c5 {
  
}

#s-746ec834-8acc-4b0a-a457-70574a4f4c39 {
  background-image: url(https://i.shgcdn.com/c973cb9f-f06c-4dfc-a590-5d7cd7242d54/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 435px;
background-position: left center;
}








#s-746ec834-8acc-4b0a-a457-70574a4f4c39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-746ec834-8acc-4b0a-a457-70574a4f4c39.shg-box.shg-c {
  justify-content: center;
}

#s-39531087-beef-4c16-a140-b87588d6dd6a {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39531087-beef-4c16-a140-b87588d6dd6a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ede8daf7-616d-4f25-b12e-59e38b4e8d2e {
  min-height: 175px;
}








#s-ede8daf7-616d-4f25-b12e-59e38b4e8d2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ede8daf7-616d-4f25-b12e-59e38b4e8d2e.shg-box.shg-c {
  justify-content: center;
}

#s-e2c50fd6-3904-41ba-a6d5-f23b13b0d360 {
  padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-e2c50fd6-3904-41ba-a6d5-f23b13b0d360 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2c50fd6-3904-41ba-a6d5-f23b13b0d360.shg-box.shg-c {
  justify-content: center;
}

#s-5eea8a83-a79f-47f7-9733-21b9a44dc6b2 {
  border-style: solid;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(127, 125, 126, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(127, 125, 126, 1);
text-decoration: none;
}
#s-5eea8a83-a79f-47f7-9733-21b9a44dc6b2:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
font-size: 14px !important;
color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}#s-5eea8a83-a79f-47f7-9733-21b9a44dc6b2:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(127, 125, 126, 1) !important;
background-color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}

  #s-5eea8a83-a79f-47f7-9733-21b9a44dc6b2-btn-wrapper {
    text-align: center;
  }


#s-5eea8a83-a79f-47f7-9733-21b9a44dc6b2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-9ba4c1e0-34e4-4978-8074-a52c928fe5d5 {
  background-image: url(https://i.shgcdn.com/9878bbb0-7490-49f6-ab3f-ddd32ccd04f0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 435px;
background-position: center center;
}








#s-9ba4c1e0-34e4-4978-8074-a52c928fe5d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ba4c1e0-34e4-4978-8074-a52c928fe5d5.shg-box.shg-c {
  justify-content: center;
}

#s-4b0d498e-71b5-4201-b280-b3fe9037acf3 {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4b0d498e-71b5-4201-b280-b3fe9037acf3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0f9860b9-4ef2-441f-8341-f5dbc241b814 {
  min-height: 175px;
}








#s-0f9860b9-4ef2-441f-8341-f5dbc241b814 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f9860b9-4ef2-441f-8341-f5dbc241b814.shg-box.shg-c {
  justify-content: center;
}

#s-82e6dace-c483-464d-8293-e163fd745976 {
  padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-82e6dace-c483-464d-8293-e163fd745976 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82e6dace-c483-464d-8293-e163fd745976.shg-box.shg-c {
  justify-content: center;
}

#s-a85bfdbf-7e30-40ab-83a0-ba4687c479cb {
  border-style: solid;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(127, 125, 126, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(127, 125, 126, 1);
text-decoration: none;
}
#s-a85bfdbf-7e30-40ab-83a0-ba4687c479cb:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
font-size: 14px !important;
color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}#s-a85bfdbf-7e30-40ab-83a0-ba4687c479cb:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(127, 125, 126, 1) !important;
background-color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}

  #s-a85bfdbf-7e30-40ab-83a0-ba4687c479cb-btn-wrapper {
    text-align: center;
  }


#s-a85bfdbf-7e30-40ab-83a0-ba4687c479cb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-8aab1293-950c-46ed-886c-50191c67ed4e {
  background-image: url(https://i.shgcdn.com/38ae533d-8408-4870-9603-3542115393d6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 435px;
background-position: center center;
}








#s-8aab1293-950c-46ed-886c-50191c67ed4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8aab1293-950c-46ed-886c-50191c67ed4e.shg-box.shg-c {
  justify-content: center;
}

#s-28200916-4c4f-40c0-802e-df2f00088709 {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-28200916-4c4f-40c0-802e-df2f00088709"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2c48e2c6-5b77-4f21-bfeb-b3f9732dd3f1 {
  min-height: 175px;
}








#s-2c48e2c6-5b77-4f21-bfeb-b3f9732dd3f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c48e2c6-5b77-4f21-bfeb-b3f9732dd3f1.shg-box.shg-c {
  justify-content: center;
}

#s-dfcdef91-c559-42e3-9b64-a797a6c9f530 {
  padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-dfcdef91-c559-42e3-9b64-a797a6c9f530 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfcdef91-c559-42e3-9b64-a797a6c9f530.shg-box.shg-c {
  justify-content: center;
}

#s-e7f9d73a-edf0-4ff7-9f69-3fdc2a448c00 {
  border-style: solid;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(127, 125, 126, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(127, 125, 126, 1);
text-decoration: none;
}
#s-e7f9d73a-edf0-4ff7-9f69-3fdc2a448c00:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
font-size: 14px !important;
color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}#s-e7f9d73a-edf0-4ff7-9f69-3fdc2a448c00:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(127, 125, 126, 1) !important;
background-color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}

  #s-e7f9d73a-edf0-4ff7-9f69-3fdc2a448c00-btn-wrapper {
    text-align: center;
  }


#s-e7f9d73a-edf0-4ff7-9f69-3fdc2a448c00.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-3a138b84-f75e-450c-92af-36d867c8a1ab {
  background-image: url(https://i.shgcdn.com/62a902dd-8d94-4689-863d-6a02fae74284/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 435px;
background-position: center center;
}








#s-3a138b84-f75e-450c-92af-36d867c8a1ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a138b84-f75e-450c-92af-36d867c8a1ab.shg-box.shg-c {
  justify-content: center;
}

#s-5654e969-3317-4bfe-bba9-e7c007e03fcd {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5654e969-3317-4bfe-bba9-e7c007e03fcd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c923ebfc-1c36-4acf-a3f7-3b34ad661053 {
  min-height: 175px;
}








#s-c923ebfc-1c36-4acf-a3f7-3b34ad661053 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c923ebfc-1c36-4acf-a3f7-3b34ad661053.shg-box.shg-c {
  justify-content: center;
}

#s-7348389c-40a2-4e65-9933-666fdbb49f28 {
  padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-7348389c-40a2-4e65-9933-666fdbb49f28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7348389c-40a2-4e65-9933-666fdbb49f28.shg-box.shg-c {
  justify-content: center;
}

#s-a3c41ddc-a675-47ed-a2c2-40e92b0f4d09 {
  border-style: solid;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(127, 125, 126, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(127, 125, 126, 1);
text-decoration: none;
}
#s-a3c41ddc-a675-47ed-a2c2-40e92b0f4d09:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
font-size: 14px !important;
color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}#s-a3c41ddc-a675-47ed-a2c2-40e92b0f4d09:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(127, 125, 126, 1) !important;
background-color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}

  #s-a3c41ddc-a675-47ed-a2c2-40e92b0f4d09-btn-wrapper {
    text-align: center;
  }


#s-a3c41ddc-a675-47ed-a2c2-40e92b0f4d09.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-be6a82bb-8af9-4e5d-95f2-36411f5ff16b {
  min-height: 175px;
}








#s-be6a82bb-8af9-4e5d-95f2-36411f5ff16b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be6a82bb-8af9-4e5d-95f2-36411f5ff16b.shg-box.shg-c {
  justify-content: center;
}

#s-bd4d310c-f2f3-4b2f-bc2f-fd33f64341e3 {
  background-image: url(https://i.shgcdn.com/d3818881-8dff-46fe-9744-16273eb7053a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 435px;
background-position: center center;
}








#s-bd4d310c-f2f3-4b2f-bc2f-fd33f64341e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd4d310c-f2f3-4b2f-bc2f-fd33f64341e3.shg-box.shg-c {
  justify-content: center;
}

#s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3 {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-123b1ec7-77e5-4e9d-9e4c-6122bfbdf4b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1986520a-9eb0-4153-9d3f-07160408809c {
  min-height: 175px;
}








#s-1986520a-9eb0-4153-9d3f-07160408809c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1986520a-9eb0-4153-9d3f-07160408809c.shg-box.shg-c {
  justify-content: center;
}

#s-65d83f6f-63fc-4590-a05a-289f91af0351 {
  padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-65d83f6f-63fc-4590-a05a-289f91af0351 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65d83f6f-63fc-4590-a05a-289f91af0351.shg-box.shg-c {
  justify-content: center;
}

#s-181bd1f1-b5aa-4520-bbbd-bb3623dff095 {
  border-style: solid;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(127, 125, 126, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(127, 125, 126, 1);
text-decoration: none;
}
#s-181bd1f1-b5aa-4520-bbbd-bb3623dff095:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
font-size: 14px !important;
color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}#s-181bd1f1-b5aa-4520-bbbd-bb3623dff095:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(127, 125, 126, 1) !important;
background-color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}

  #s-181bd1f1-b5aa-4520-bbbd-bb3623dff095-btn-wrapper {
    text-align: center;
  }


#s-181bd1f1-b5aa-4520-bbbd-bb3623dff095.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-771903a3-8f7d-4016-9751-0fa519c32b75 {
  background-image: url(https://i.shgcdn.com/1fa1bcd5-0c48-4083-a31c-5e72a6834d8f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 435px;
background-position: center center;
}








#s-771903a3-8f7d-4016-9751-0fa519c32b75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-771903a3-8f7d-4016-9751-0fa519c32b75.shg-box.shg-c {
  justify-content: center;
}

#s-1dbf0b55-2369-4bb8-92e4-cd74a6236562 {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1dbf0b55-2369-4bb8-92e4-cd74a6236562"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cb1e5caf-3268-4fa7-babb-09d96d45a1ab {
  min-height: 175px;
}








#s-cb1e5caf-3268-4fa7-babb-09d96d45a1ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb1e5caf-3268-4fa7-babb-09d96d45a1ab.shg-box.shg-c {
  justify-content: center;
}

#s-e84b1e14-662f-4511-be34-ccf86f537b9b {
  padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-e84b1e14-662f-4511-be34-ccf86f537b9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e84b1e14-662f-4511-be34-ccf86f537b9b.shg-box.shg-c {
  justify-content: center;
}

#s-a8f781f3-1175-4eac-8036-a01857fa200c {
  border-style: solid;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(127, 125, 126, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(127, 125, 126, 1);
text-decoration: none;
}
#s-a8f781f3-1175-4eac-8036-a01857fa200c:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
font-size: 14px !important;
color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}#s-a8f781f3-1175-4eac-8036-a01857fa200c:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(127, 125, 126, 1) !important;
background-color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}

  #s-a8f781f3-1175-4eac-8036-a01857fa200c-btn-wrapper {
    text-align: center;
  }


#s-a8f781f3-1175-4eac-8036-a01857fa200c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-81f4a52a-a512-4802-a3eb-bf2130e08a79 {
  min-height: 175px;
}








#s-81f4a52a-a512-4802-a3eb-bf2130e08a79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81f4a52a-a512-4802-a3eb-bf2130e08a79.shg-box.shg-c {
  justify-content: center;
}

#s-aa2e38c2-dfa2-442e-901a-93dc22b6fbd7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-aa2e38c2-dfa2-442e-901a-93dc22b6fbd7 {
  display: none;
}
#s-aa2e38c2-dfa2-442e-901a-93dc22b6fbd7, #wrap-s-aa2e38c2-dfa2-442e-901a-93dc22b6fbd7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa2e38c2-dfa2-442e-901a-93dc22b6fbd7 {
  display: none;
}
#s-aa2e38c2-dfa2-442e-901a-93dc22b6fbd7, #wrap-s-aa2e38c2-dfa2-442e-901a-93dc22b6fbd7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aa2e38c2-dfa2-442e-901a-93dc22b6fbd7 {
  display: none;
}
#s-aa2e38c2-dfa2-442e-901a-93dc22b6fbd7, #wrap-s-aa2e38c2-dfa2-442e-901a-93dc22b6fbd7 { display:none !important; }}@media (max-width: 767px){#s-aa2e38c2-dfa2-442e-901a-93dc22b6fbd7 {
  
}
}







#s-aa2e38c2-dfa2-442e-901a-93dc22b6fbd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa2e38c2-dfa2-442e-901a-93dc22b6fbd7.shg-box.shg-c {
  justify-content: center;
}

#s-cb6227c4-fa48-461c-b8e9-2e9fd6f0d9e7 {
  
}

#s-0e47732c-0afe-48ee-95f9-0614871baab0 {
  background-image: url(https://i.shgcdn.com/0db999c8-4629-407c-8fdb-4817bd584706/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 75px;
min-height: 325px;
background-position: right center;
}








#s-0e47732c-0afe-48ee-95f9-0614871baab0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e47732c-0afe-48ee-95f9-0614871baab0.shg-box.shg-c {
  justify-content: center;
}

#s-8abf6174-bd1c-499e-bd3a-aafd08a63648 {
  min-height: 50px;
}








#s-8abf6174-bd1c-499e-bd3a-aafd08a63648 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8abf6174-bd1c-499e-bd3a-aafd08a63648.shg-box.shg-c {
  justify-content: center;
}

#s-23866b03-cd5c-48aa-8047-1ffa77eea574 {
  border-style: solid;
margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(127, 125, 126, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(127, 125, 126, 1);
text-decoration: none;
}
#s-23866b03-cd5c-48aa-8047-1ffa77eea574:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
font-size: 14px !important;
color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}#s-23866b03-cd5c-48aa-8047-1ffa77eea574:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(127, 125, 126, 1) !important;
background-color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}

  #s-23866b03-cd5c-48aa-8047-1ffa77eea574-btn-wrapper {
    text-align: center;
  }


#s-23866b03-cd5c-48aa-8047-1ffa77eea574.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-465f676c-37d5-4aa2-be76-2c79dd32a1cf {
  background-image: url(https://i.shgcdn.com/1cb43e43-a88b-479b-b88d-0eddc86b67da/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 75px;
min-height: 325px;
background-position: center center;
}








#s-465f676c-37d5-4aa2-be76-2c79dd32a1cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-465f676c-37d5-4aa2-be76-2c79dd32a1cf.shg-box.shg-c {
  justify-content: center;
}

#s-d35b6230-afff-4d42-b303-47dd2c19f52c {
  min-height: 50px;
}








#s-d35b6230-afff-4d42-b303-47dd2c19f52c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d35b6230-afff-4d42-b303-47dd2c19f52c.shg-box.shg-c {
  justify-content: center;
}

#s-2aa9f4c6-7bf6-46be-b524-b4ea65903dff {
  border-style: solid;
margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(127, 125, 126, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(127, 125, 126, 1);
text-decoration: none;
}
#s-2aa9f4c6-7bf6-46be-b524-b4ea65903dff:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
font-size: 14px !important;
color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}#s-2aa9f4c6-7bf6-46be-b524-b4ea65903dff:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(127, 125, 126, 1) !important;
background-color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}

  #s-2aa9f4c6-7bf6-46be-b524-b4ea65903dff-btn-wrapper {
    text-align: center;
  }


#s-2aa9f4c6-7bf6-46be-b524-b4ea65903dff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-efac3b3b-1669-4ec5-be25-812b273bfaa3 {
  background-image: url(https://i.shgcdn.com/1af6e805-036e-4d6a-af47-3634fb7bb418/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 75px;
min-height: 325px;
background-position: center center;
}








#s-efac3b3b-1669-4ec5-be25-812b273bfaa3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efac3b3b-1669-4ec5-be25-812b273bfaa3.shg-box.shg-c {
  justify-content: center;
}

#s-f2242097-146d-4096-aec5-e4024cf39317 {
  min-height: 50px;
}








#s-f2242097-146d-4096-aec5-e4024cf39317 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2242097-146d-4096-aec5-e4024cf39317.shg-box.shg-c {
  justify-content: center;
}

#s-8f2c99e6-9a41-4dad-99c1-3088318ff368 {
  border-style: solid;
margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(127, 125, 126, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(127, 125, 126, 1);
text-decoration: none;
}
#s-8f2c99e6-9a41-4dad-99c1-3088318ff368:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
font-size: 14px !important;
color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}#s-8f2c99e6-9a41-4dad-99c1-3088318ff368:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(127, 125, 126, 1) !important;
background-color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}

  #s-8f2c99e6-9a41-4dad-99c1-3088318ff368-btn-wrapper {
    text-align: center;
  }


#s-8f2c99e6-9a41-4dad-99c1-3088318ff368.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-a99a1b55-aa71-402e-81b1-109e380de60e {
  background-image: url(https://i.shgcdn.com/0fc6e58f-c174-4503-9290-259fb705bb5b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 75px;
min-height: 325px;
background-position: center center;
}








#s-a99a1b55-aa71-402e-81b1-109e380de60e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a99a1b55-aa71-402e-81b1-109e380de60e.shg-box.shg-c {
  justify-content: center;
}

#s-bfc79085-163f-4111-8ca6-c087dd410db3 {
  min-height: 50px;
}








#s-bfc79085-163f-4111-8ca6-c087dd410db3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfc79085-163f-4111-8ca6-c087dd410db3.shg-box.shg-c {
  justify-content: center;
}

#s-e7262580-e377-4efb-b491-99f98ab6fc8b {
  border-style: solid;
margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(127, 125, 126, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(127, 125, 126, 1);
text-decoration: none;
}
#s-e7262580-e377-4efb-b491-99f98ab6fc8b:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
font-size: 14px !important;
color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}#s-e7262580-e377-4efb-b491-99f98ab6fc8b:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(127, 125, 126, 1) !important;
background-color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}

  #s-e7262580-e377-4efb-b491-99f98ab6fc8b-btn-wrapper {
    text-align: center;
  }


#s-e7262580-e377-4efb-b491-99f98ab6fc8b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-55a3d317-233f-4caa-8762-403831092e49 {
  background-image: url(https://i.shgcdn.com/44fea643-61e4-467f-9592-2f646b2fb0c3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 75px;
min-height: 325px;
background-position: center center;
}








#s-55a3d317-233f-4caa-8762-403831092e49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55a3d317-233f-4caa-8762-403831092e49.shg-box.shg-c {
  justify-content: center;
}

#s-3b00eb8a-3629-4162-beb1-1442c74d394c {
  min-height: 50px;
}








#s-3b00eb8a-3629-4162-beb1-1442c74d394c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b00eb8a-3629-4162-beb1-1442c74d394c.shg-box.shg-c {
  justify-content: center;
}

#s-90cfbd7b-c3a9-462a-b0b8-1774ec147446 {
  border-style: solid;
margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(127, 125, 126, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(127, 125, 126, 1);
text-decoration: none;
}
#s-90cfbd7b-c3a9-462a-b0b8-1774ec147446:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
font-size: 14px !important;
color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}#s-90cfbd7b-c3a9-462a-b0b8-1774ec147446:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(127, 125, 126, 1) !important;
background-color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}

  #s-90cfbd7b-c3a9-462a-b0b8-1774ec147446-btn-wrapper {
    text-align: center;
  }


#s-90cfbd7b-c3a9-462a-b0b8-1774ec147446.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-4c45341a-0b2d-4e66-945b-985d9626e0c0 {
  background-image: url(https://i.shgcdn.com/fb8d93c3-c3c9-4a9c-841b-32563983d151/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 75px;
min-height: 560px;
background-position: center center;
}








#s-4c45341a-0b2d-4e66-945b-985d9626e0c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c45341a-0b2d-4e66-945b-985d9626e0c0.shg-box.shg-c {
  justify-content: center;
}

#s-5cb837f3-1415-42a5-b7f2-27f8d3281f06 {
  min-height: 50px;
}








#s-5cb837f3-1415-42a5-b7f2-27f8d3281f06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cb837f3-1415-42a5-b7f2-27f8d3281f06.shg-box.shg-c {
  justify-content: center;
}

#s-3cc43019-c287-490c-9f4a-7375818d6e3c {
  margin-left: 35px;
margin-right: 35px;
}

#s-627be56e-3360-45a5-b0f6-5c2e8d7926ca {
  margin-left: 35px;
margin-right: 35px;
}

#s-6f1fd183-8ef3-451f-a2e2-4174f168bc7b {
  border-style: solid;
margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(127, 125, 126, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(127, 125, 126, 1);
text-decoration: none;
}
#s-6f1fd183-8ef3-451f-a2e2-4174f168bc7b:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
font-size: 14px !important;
color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}#s-6f1fd183-8ef3-451f-a2e2-4174f168bc7b:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(127, 125, 126, 1) !important;
background-color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}

  #s-6f1fd183-8ef3-451f-a2e2-4174f168bc7b-btn-wrapper {
    text-align: center;
  }


#s-6f1fd183-8ef3-451f-a2e2-4174f168bc7b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-5d6c3799-a1b3-4fac-9cc8-18650e7d487e {
  background-image: url(https://i.shgcdn.com/5409079c-aeac-4dcf-8fe0-addb48b16c23/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: -3px;
min-height: 300px;
background-position: center center;
}








#s-5d6c3799-a1b3-4fac-9cc8-18650e7d487e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d6c3799-a1b3-4fac-9cc8-18650e7d487e.shg-box.shg-c {
  justify-content: center;
}

#s-9b53ef3a-992e-47e8-b598-f72e14e85c63 {
  min-height: 0px;
background-color: rgba(253, 253, 253, 1);
}
@media (min-width: 1200px){#s-9b53ef3a-992e-47e8-b598-f72e14e85c63 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9b53ef3a-992e-47e8-b598-f72e14e85c63 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9b53ef3a-992e-47e8-b598-f72e14e85c63 {
  
}
}@media (max-width: 767px){#s-9b53ef3a-992e-47e8-b598-f72e14e85c63 {
  
}
}







#s-9b53ef3a-992e-47e8-b598-f72e14e85c63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b53ef3a-992e-47e8-b598-f72e14e85c63.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d9b56d56-662d-4869-843b-de57ed7a857a {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d9b56d56-662d-4869-843b-de57ed7a857a {
  display: none;
}
#s-d9b56d56-662d-4869-843b-de57ed7a857a, #wrap-s-d9b56d56-662d-4869-843b-de57ed7a857a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9b56d56-662d-4869-843b-de57ed7a857a {
  display: none;
}
#s-d9b56d56-662d-4869-843b-de57ed7a857a, #wrap-s-d9b56d56-662d-4869-843b-de57ed7a857a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d9b56d56-662d-4869-843b-de57ed7a857a {
  
}
}@media (max-width: 767px){#s-d9b56d56-662d-4869-843b-de57ed7a857a {
  display: none;
}
#s-d9b56d56-662d-4869-843b-de57ed7a857a, #wrap-s-d9b56d56-662d-4869-843b-de57ed7a857a { display:none !important; }}







#s-d9b56d56-662d-4869-843b-de57ed7a857a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9b56d56-662d-4869-843b-de57ed7a857a.shg-box.shg-c {
  justify-content: center;
}

#s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba {
  margin-top: 30px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba {
  
}
}@media (max-width: 767px){#s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba {
  
}
}
@media (min-width: 0px) {
[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-bcbce2ed-4e8d-4f76-a4cd-3b301964f5ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-678971ee-a93a-444f-94b8-15f65e256fd5 {
  min-height: 275px;
}








#s-678971ee-a93a-444f-94b8-15f65e256fd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-678971ee-a93a-444f-94b8-15f65e256fd5.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-e3374571-b10a-4ed6-8ce7-d69abd7ff5b8 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e3374571-b10a-4ed6-8ce7-d69abd7ff5b8 .shogun-heading-component h2 {
  color: rgba(83, 80, 82, 1);
  font-weight:  300 ;
  font-family: Lato;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-77aa3f7a-fa32-41ec-8f32-26af46ccd41a {
  margin-left: 10px;
margin-right: 10px;
}

#s-77aa3f7a-fa32-41ec-8f32-26af46ccd41a hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-b2f32ad8-b24e-455b-a78a-2f7c92ee88f8 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2f32ad8-b24e-455b-a78a-2f7c92ee88f8 .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-372b77f3-8441-4deb-a85c-9704ab5aed98 {
  min-height: 275px;
}








#s-372b77f3-8441-4deb-a85c-9704ab5aed98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-372b77f3-8441-4deb-a85c-9704ab5aed98.shg-box.shg-c {
  justify-content: center;
}

#s-391df78f-112e-4a2a-ad30-100e33ff14bc {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a12f2073-6e24-4539-a1c1-4586aedfda53"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-b8a497b3-8a62-4eae-a14f-233445198259 {
  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;
  transition: transform 0.5s ease-out;
  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-3a4204c2-3eb7-48d2-badb-636c673fa22e {
  text-align: left;
}


.shg-c#s-3a4204c2-3eb7-48d2-badb-636c673fa22e {
  max-width: 100%;
}

.shg-c#s-3a4204c2-3eb7-48d2-badb-636c673fa22e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a4204c2-3eb7-48d2-badb-636c673fa22e .shg-image-zoom,
.shg-c#s-3a4204c2-3eb7-48d2-badb-636c673fa22e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a4204c2-3eb7-48d2-badb-636c673fa22e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3a4204c2-3eb7-48d2-badb-636c673fa22e {
  max-width: 100%;
}

.shg-c#s-3a4204c2-3eb7-48d2-badb-636c673fa22e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a4204c2-3eb7-48d2-badb-636c673fa22e .shg-image-zoom,
.shg-c#s-3a4204c2-3eb7-48d2-badb-636c673fa22e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a4204c2-3eb7-48d2-badb-636c673fa22e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3a4204c2-3eb7-48d2-badb-636c673fa22e {
  max-width: 100%;
}

.shg-c#s-3a4204c2-3eb7-48d2-badb-636c673fa22e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a4204c2-3eb7-48d2-badb-636c673fa22e .shg-image-zoom,
.shg-c#s-3a4204c2-3eb7-48d2-badb-636c673fa22e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a4204c2-3eb7-48d2-badb-636c673fa22e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3a4204c2-3eb7-48d2-badb-636c673fa22e {
  max-width: 100%;
}

.shg-c#s-3a4204c2-3eb7-48d2-badb-636c673fa22e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a4204c2-3eb7-48d2-badb-636c673fa22e .shg-image-zoom,
.shg-c#s-3a4204c2-3eb7-48d2-badb-636c673fa22e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a4204c2-3eb7-48d2-badb-636c673fa22e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3a4204c2-3eb7-48d2-badb-636c673fa22e {
  max-width: 100%;
}

.shg-c#s-3a4204c2-3eb7-48d2-badb-636c673fa22e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a4204c2-3eb7-48d2-badb-636c673fa22e .shg-image-zoom,
.shg-c#s-3a4204c2-3eb7-48d2-badb-636c673fa22e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a4204c2-3eb7-48d2-badb-636c673fa22e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-893bc82e-fb1b-436f-a5ac-51767cefb735 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-893bc82e-fb1b-436f-a5ac-51767cefb735 .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-36096001-aa30-48b7-b823-40d1e93a7e20 {
  margin-top: -10px;
text-align: center;
}

#s-36096001-aa30-48b7-b823-40d1e93a7e20 .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-36096001-aa30-48b7-b823-40d1e93a7e20 .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-36096001-aa30-48b7-b823-40d1e93a7e20 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-7b09e7da-ca73-42b4-9173-45b0cf726b8e {
  display: none;
}
#s-d746814e-e064-42f7-9e41-8e1584516dc6 {
  text-align: left;
}


.shg-c#s-d746814e-e064-42f7-9e41-8e1584516dc6 {
  max-width: 100%;
}

.shg-c#s-d746814e-e064-42f7-9e41-8e1584516dc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d746814e-e064-42f7-9e41-8e1584516dc6 .shg-image-zoom,
.shg-c#s-d746814e-e064-42f7-9e41-8e1584516dc6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d746814e-e064-42f7-9e41-8e1584516dc6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d746814e-e064-42f7-9e41-8e1584516dc6 {
  max-width: 100%;
}

.shg-c#s-d746814e-e064-42f7-9e41-8e1584516dc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d746814e-e064-42f7-9e41-8e1584516dc6 .shg-image-zoom,
.shg-c#s-d746814e-e064-42f7-9e41-8e1584516dc6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d746814e-e064-42f7-9e41-8e1584516dc6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d746814e-e064-42f7-9e41-8e1584516dc6 {
  max-width: 100%;
}

.shg-c#s-d746814e-e064-42f7-9e41-8e1584516dc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d746814e-e064-42f7-9e41-8e1584516dc6 .shg-image-zoom,
.shg-c#s-d746814e-e064-42f7-9e41-8e1584516dc6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d746814e-e064-42f7-9e41-8e1584516dc6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d746814e-e064-42f7-9e41-8e1584516dc6 {
  max-width: 100%;
}

.shg-c#s-d746814e-e064-42f7-9e41-8e1584516dc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d746814e-e064-42f7-9e41-8e1584516dc6 .shg-image-zoom,
.shg-c#s-d746814e-e064-42f7-9e41-8e1584516dc6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d746814e-e064-42f7-9e41-8e1584516dc6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d746814e-e064-42f7-9e41-8e1584516dc6 {
  max-width: 100%;
}

.shg-c#s-d746814e-e064-42f7-9e41-8e1584516dc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d746814e-e064-42f7-9e41-8e1584516dc6 .shg-image-zoom,
.shg-c#s-d746814e-e064-42f7-9e41-8e1584516dc6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d746814e-e064-42f7-9e41-8e1584516dc6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d508bf55-6deb-4ee8-8559-b75e1d46f591 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d508bf55-6deb-4ee8-8559-b75e1d46f591 .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-1229862b-4547-4674-be25-b006292d5b51 {
  margin-top: -10px;
text-align: center;
}

#s-1229862b-4547-4674-be25-b006292d5b51 .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-1229862b-4547-4674-be25-b006292d5b51 .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-1229862b-4547-4674-be25-b006292d5b51 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-998949ea-4ec7-4d29-82ae-6e465dd14baa {
  display: none;
}
#s-57d2a80d-3310-49c3-8c51-8aa40e02f8dd {
  text-align: left;
}


.shg-c#s-57d2a80d-3310-49c3-8c51-8aa40e02f8dd {
  max-width: 100%;
}

.shg-c#s-57d2a80d-3310-49c3-8c51-8aa40e02f8dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57d2a80d-3310-49c3-8c51-8aa40e02f8dd .shg-image-zoom,
.shg-c#s-57d2a80d-3310-49c3-8c51-8aa40e02f8dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-57d2a80d-3310-49c3-8c51-8aa40e02f8dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-57d2a80d-3310-49c3-8c51-8aa40e02f8dd {
  max-width: 100%;
}

.shg-c#s-57d2a80d-3310-49c3-8c51-8aa40e02f8dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57d2a80d-3310-49c3-8c51-8aa40e02f8dd .shg-image-zoom,
.shg-c#s-57d2a80d-3310-49c3-8c51-8aa40e02f8dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-57d2a80d-3310-49c3-8c51-8aa40e02f8dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-57d2a80d-3310-49c3-8c51-8aa40e02f8dd {
  max-width: 100%;
}

.shg-c#s-57d2a80d-3310-49c3-8c51-8aa40e02f8dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57d2a80d-3310-49c3-8c51-8aa40e02f8dd .shg-image-zoom,
.shg-c#s-57d2a80d-3310-49c3-8c51-8aa40e02f8dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-57d2a80d-3310-49c3-8c51-8aa40e02f8dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-57d2a80d-3310-49c3-8c51-8aa40e02f8dd {
  max-width: 100%;
}

.shg-c#s-57d2a80d-3310-49c3-8c51-8aa40e02f8dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57d2a80d-3310-49c3-8c51-8aa40e02f8dd .shg-image-zoom,
.shg-c#s-57d2a80d-3310-49c3-8c51-8aa40e02f8dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-57d2a80d-3310-49c3-8c51-8aa40e02f8dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-57d2a80d-3310-49c3-8c51-8aa40e02f8dd {
  max-width: 100%;
}

.shg-c#s-57d2a80d-3310-49c3-8c51-8aa40e02f8dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57d2a80d-3310-49c3-8c51-8aa40e02f8dd .shg-image-zoom,
.shg-c#s-57d2a80d-3310-49c3-8c51-8aa40e02f8dd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-57d2a80d-3310-49c3-8c51-8aa40e02f8dd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-da5e8f4f-939f-48bb-afcc-52780051a900 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da5e8f4f-939f-48bb-afcc-52780051a900 .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-17ea70f7-770d-48ca-b33f-e58f364c2aea {
  margin-top: -10px;
text-align: center;
}

#s-17ea70f7-770d-48ca-b33f-e58f364c2aea .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-17ea70f7-770d-48ca-b33f-e58f364c2aea .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-17ea70f7-770d-48ca-b33f-e58f364c2aea .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 0px) {
[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6c30219e-a06a-4d11-866d-29aee69bce7f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-fa3d7677-5c43-4ab1-b78d-c1f6cf6ad054 {
  display: none;
}
#s-d5e4ee93-9ac0-4cdc-bb48-304f180e66f1 {
  text-align: left;
}


.shg-c#s-d5e4ee93-9ac0-4cdc-bb48-304f180e66f1 {
  max-width: 100%;
}

.shg-c#s-d5e4ee93-9ac0-4cdc-bb48-304f180e66f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5e4ee93-9ac0-4cdc-bb48-304f180e66f1 .shg-image-zoom,
.shg-c#s-d5e4ee93-9ac0-4cdc-bb48-304f180e66f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5e4ee93-9ac0-4cdc-bb48-304f180e66f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d5e4ee93-9ac0-4cdc-bb48-304f180e66f1 {
  max-width: 100%;
}

.shg-c#s-d5e4ee93-9ac0-4cdc-bb48-304f180e66f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5e4ee93-9ac0-4cdc-bb48-304f180e66f1 .shg-image-zoom,
.shg-c#s-d5e4ee93-9ac0-4cdc-bb48-304f180e66f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5e4ee93-9ac0-4cdc-bb48-304f180e66f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d5e4ee93-9ac0-4cdc-bb48-304f180e66f1 {
  max-width: 100%;
}

.shg-c#s-d5e4ee93-9ac0-4cdc-bb48-304f180e66f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5e4ee93-9ac0-4cdc-bb48-304f180e66f1 .shg-image-zoom,
.shg-c#s-d5e4ee93-9ac0-4cdc-bb48-304f180e66f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5e4ee93-9ac0-4cdc-bb48-304f180e66f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d5e4ee93-9ac0-4cdc-bb48-304f180e66f1 {
  max-width: 100%;
}

.shg-c#s-d5e4ee93-9ac0-4cdc-bb48-304f180e66f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5e4ee93-9ac0-4cdc-bb48-304f180e66f1 .shg-image-zoom,
.shg-c#s-d5e4ee93-9ac0-4cdc-bb48-304f180e66f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5e4ee93-9ac0-4cdc-bb48-304f180e66f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d5e4ee93-9ac0-4cdc-bb48-304f180e66f1 {
  max-width: 100%;
}

.shg-c#s-d5e4ee93-9ac0-4cdc-bb48-304f180e66f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5e4ee93-9ac0-4cdc-bb48-304f180e66f1 .shg-image-zoom,
.shg-c#s-d5e4ee93-9ac0-4cdc-bb48-304f180e66f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5e4ee93-9ac0-4cdc-bb48-304f180e66f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ddaca9e2-23d0-4f54-b374-740be7a33561 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ddaca9e2-23d0-4f54-b374-740be7a33561 .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-586d3054-e52d-4415-9d46-cf02485c2265 {
  margin-top: -10px;
text-align: center;
}

#s-586d3054-e52d-4415-9d46-cf02485c2265 .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-586d3054-e52d-4415-9d46-cf02485c2265 .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-586d3054-e52d-4415-9d46-cf02485c2265 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-56c088bd-433f-4722-bfef-4d2b264b0f93 {
  display: none;
}
#s-afcc58d0-08ff-4a95-8007-24cc98401f9b {
  text-align: left;
}


.shg-c#s-afcc58d0-08ff-4a95-8007-24cc98401f9b {
  max-width: 100%;
}

.shg-c#s-afcc58d0-08ff-4a95-8007-24cc98401f9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afcc58d0-08ff-4a95-8007-24cc98401f9b .shg-image-zoom,
.shg-c#s-afcc58d0-08ff-4a95-8007-24cc98401f9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afcc58d0-08ff-4a95-8007-24cc98401f9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-afcc58d0-08ff-4a95-8007-24cc98401f9b {
  max-width: 100%;
}

.shg-c#s-afcc58d0-08ff-4a95-8007-24cc98401f9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afcc58d0-08ff-4a95-8007-24cc98401f9b .shg-image-zoom,
.shg-c#s-afcc58d0-08ff-4a95-8007-24cc98401f9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afcc58d0-08ff-4a95-8007-24cc98401f9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-afcc58d0-08ff-4a95-8007-24cc98401f9b {
  max-width: 100%;
}

.shg-c#s-afcc58d0-08ff-4a95-8007-24cc98401f9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afcc58d0-08ff-4a95-8007-24cc98401f9b .shg-image-zoom,
.shg-c#s-afcc58d0-08ff-4a95-8007-24cc98401f9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afcc58d0-08ff-4a95-8007-24cc98401f9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-afcc58d0-08ff-4a95-8007-24cc98401f9b {
  max-width: 100%;
}

.shg-c#s-afcc58d0-08ff-4a95-8007-24cc98401f9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afcc58d0-08ff-4a95-8007-24cc98401f9b .shg-image-zoom,
.shg-c#s-afcc58d0-08ff-4a95-8007-24cc98401f9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afcc58d0-08ff-4a95-8007-24cc98401f9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-afcc58d0-08ff-4a95-8007-24cc98401f9b {
  max-width: 100%;
}

.shg-c#s-afcc58d0-08ff-4a95-8007-24cc98401f9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afcc58d0-08ff-4a95-8007-24cc98401f9b .shg-image-zoom,
.shg-c#s-afcc58d0-08ff-4a95-8007-24cc98401f9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afcc58d0-08ff-4a95-8007-24cc98401f9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-05fd96cd-2c87-422c-8284-e09c902ec56f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05fd96cd-2c87-422c-8284-e09c902ec56f .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-fde120ab-ddf3-4ad5-9700-d790c795850b {
  margin-top: -10px;
text-align: center;
}

#s-fde120ab-ddf3-4ad5-9700-d790c795850b .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-fde120ab-ddf3-4ad5-9700-d790c795850b .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-fde120ab-ddf3-4ad5-9700-d790c795850b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-f595c7d4-60cb-46bc-b31a-16b3be9e3f8c {
  display: none;
}
#s-310707c0-ed9f-41ff-9671-101932cbe4e7 {
  text-align: left;
}


.shg-c#s-310707c0-ed9f-41ff-9671-101932cbe4e7 {
  max-width: 100%;
}

.shg-c#s-310707c0-ed9f-41ff-9671-101932cbe4e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-310707c0-ed9f-41ff-9671-101932cbe4e7 .shg-image-zoom,
.shg-c#s-310707c0-ed9f-41ff-9671-101932cbe4e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-310707c0-ed9f-41ff-9671-101932cbe4e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-310707c0-ed9f-41ff-9671-101932cbe4e7 {
  max-width: 100%;
}

.shg-c#s-310707c0-ed9f-41ff-9671-101932cbe4e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-310707c0-ed9f-41ff-9671-101932cbe4e7 .shg-image-zoom,
.shg-c#s-310707c0-ed9f-41ff-9671-101932cbe4e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-310707c0-ed9f-41ff-9671-101932cbe4e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-310707c0-ed9f-41ff-9671-101932cbe4e7 {
  max-width: 100%;
}

.shg-c#s-310707c0-ed9f-41ff-9671-101932cbe4e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-310707c0-ed9f-41ff-9671-101932cbe4e7 .shg-image-zoom,
.shg-c#s-310707c0-ed9f-41ff-9671-101932cbe4e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-310707c0-ed9f-41ff-9671-101932cbe4e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-310707c0-ed9f-41ff-9671-101932cbe4e7 {
  max-width: 100%;
}

.shg-c#s-310707c0-ed9f-41ff-9671-101932cbe4e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-310707c0-ed9f-41ff-9671-101932cbe4e7 .shg-image-zoom,
.shg-c#s-310707c0-ed9f-41ff-9671-101932cbe4e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-310707c0-ed9f-41ff-9671-101932cbe4e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-310707c0-ed9f-41ff-9671-101932cbe4e7 {
  max-width: 100%;
}

.shg-c#s-310707c0-ed9f-41ff-9671-101932cbe4e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-310707c0-ed9f-41ff-9671-101932cbe4e7 .shg-image-zoom,
.shg-c#s-310707c0-ed9f-41ff-9671-101932cbe4e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-310707c0-ed9f-41ff-9671-101932cbe4e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-09750bae-a947-4bd7-9e9e-36c2662f9490 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09750bae-a947-4bd7-9e9e-36c2662f9490 .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-4327951d-5fd2-4619-af5c-3aad3d7fd87b {
  margin-top: -10px;
text-align: center;
}

#s-4327951d-5fd2-4619-af5c-3aad3d7fd87b .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-4327951d-5fd2-4619-af5c-3aad3d7fd87b .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-4327951d-5fd2-4619-af5c-3aad3d7fd87b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 0px) {
[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-fa2a4818-18cc-4325-a924-795ee413e9c1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-d9eeca1b-df27-4c8b-9f3f-7f8b84261b84 {
  display: none;
}
#s-8f2bdb8f-85d6-44e8-93a2-a6ed6ec4194e {
  text-align: left;
}


.shg-c#s-8f2bdb8f-85d6-44e8-93a2-a6ed6ec4194e {
  max-width: 100%;
}

.shg-c#s-8f2bdb8f-85d6-44e8-93a2-a6ed6ec4194e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f2bdb8f-85d6-44e8-93a2-a6ed6ec4194e .shg-image-zoom,
.shg-c#s-8f2bdb8f-85d6-44e8-93a2-a6ed6ec4194e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f2bdb8f-85d6-44e8-93a2-a6ed6ec4194e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8f2bdb8f-85d6-44e8-93a2-a6ed6ec4194e {
  max-width: 100%;
}

.shg-c#s-8f2bdb8f-85d6-44e8-93a2-a6ed6ec4194e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f2bdb8f-85d6-44e8-93a2-a6ed6ec4194e .shg-image-zoom,
.shg-c#s-8f2bdb8f-85d6-44e8-93a2-a6ed6ec4194e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f2bdb8f-85d6-44e8-93a2-a6ed6ec4194e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8f2bdb8f-85d6-44e8-93a2-a6ed6ec4194e {
  max-width: 100%;
}

.shg-c#s-8f2bdb8f-85d6-44e8-93a2-a6ed6ec4194e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f2bdb8f-85d6-44e8-93a2-a6ed6ec4194e .shg-image-zoom,
.shg-c#s-8f2bdb8f-85d6-44e8-93a2-a6ed6ec4194e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f2bdb8f-85d6-44e8-93a2-a6ed6ec4194e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8f2bdb8f-85d6-44e8-93a2-a6ed6ec4194e {
  max-width: 100%;
}

.shg-c#s-8f2bdb8f-85d6-44e8-93a2-a6ed6ec4194e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f2bdb8f-85d6-44e8-93a2-a6ed6ec4194e .shg-image-zoom,
.shg-c#s-8f2bdb8f-85d6-44e8-93a2-a6ed6ec4194e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f2bdb8f-85d6-44e8-93a2-a6ed6ec4194e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8f2bdb8f-85d6-44e8-93a2-a6ed6ec4194e {
  max-width: 100%;
}

.shg-c#s-8f2bdb8f-85d6-44e8-93a2-a6ed6ec4194e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f2bdb8f-85d6-44e8-93a2-a6ed6ec4194e .shg-image-zoom,
.shg-c#s-8f2bdb8f-85d6-44e8-93a2-a6ed6ec4194e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f2bdb8f-85d6-44e8-93a2-a6ed6ec4194e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2329604d-b569-4866-9e45-e993592b5990 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2329604d-b569-4866-9e45-e993592b5990 .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-22a59c4c-362e-4136-a3bd-ce6a2128b329 {
  margin-top: -10px;
text-align: center;
}

#s-22a59c4c-362e-4136-a3bd-ce6a2128b329 .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-22a59c4c-362e-4136-a3bd-ce6a2128b329 .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-22a59c4c-362e-4136-a3bd-ce6a2128b329 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-8ff16203-5ee3-496a-b8fd-c7e30264e93f {
  display: none;
}
#s-b36c800a-2a0e-45ff-ab37-72140ba11e59 {
  text-align: left;
}


.shg-c#s-b36c800a-2a0e-45ff-ab37-72140ba11e59 {
  max-width: 100%;
}

.shg-c#s-b36c800a-2a0e-45ff-ab37-72140ba11e59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b36c800a-2a0e-45ff-ab37-72140ba11e59 .shg-image-zoom,
.shg-c#s-b36c800a-2a0e-45ff-ab37-72140ba11e59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b36c800a-2a0e-45ff-ab37-72140ba11e59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b36c800a-2a0e-45ff-ab37-72140ba11e59 {
  max-width: 100%;
}

.shg-c#s-b36c800a-2a0e-45ff-ab37-72140ba11e59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b36c800a-2a0e-45ff-ab37-72140ba11e59 .shg-image-zoom,
.shg-c#s-b36c800a-2a0e-45ff-ab37-72140ba11e59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b36c800a-2a0e-45ff-ab37-72140ba11e59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b36c800a-2a0e-45ff-ab37-72140ba11e59 {
  max-width: 100%;
}

.shg-c#s-b36c800a-2a0e-45ff-ab37-72140ba11e59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b36c800a-2a0e-45ff-ab37-72140ba11e59 .shg-image-zoom,
.shg-c#s-b36c800a-2a0e-45ff-ab37-72140ba11e59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b36c800a-2a0e-45ff-ab37-72140ba11e59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b36c800a-2a0e-45ff-ab37-72140ba11e59 {
  max-width: 100%;
}

.shg-c#s-b36c800a-2a0e-45ff-ab37-72140ba11e59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b36c800a-2a0e-45ff-ab37-72140ba11e59 .shg-image-zoom,
.shg-c#s-b36c800a-2a0e-45ff-ab37-72140ba11e59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b36c800a-2a0e-45ff-ab37-72140ba11e59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b36c800a-2a0e-45ff-ab37-72140ba11e59 {
  max-width: 100%;
}

.shg-c#s-b36c800a-2a0e-45ff-ab37-72140ba11e59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b36c800a-2a0e-45ff-ab37-72140ba11e59 .shg-image-zoom,
.shg-c#s-b36c800a-2a0e-45ff-ab37-72140ba11e59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b36c800a-2a0e-45ff-ab37-72140ba11e59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-009f1f75-53e5-4442-8958-27f0ae170898 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-009f1f75-53e5-4442-8958-27f0ae170898 .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-8f9ca0da-1e7e-4802-831a-36af9d4ff6d7 {
  margin-top: -10px;
text-align: center;
}

#s-8f9ca0da-1e7e-4802-831a-36af9d4ff6d7 .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-8f9ca0da-1e7e-4802-831a-36af9d4ff6d7 .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-8f9ca0da-1e7e-4802-831a-36af9d4ff6d7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-1c4e8afe-7b5a-42cf-a8dd-9489564e8826 {
  display: none;
}
#s-496a992d-7784-4b64-8ad9-5b783f1bca25 {
  text-align: left;
}


.shg-c#s-496a992d-7784-4b64-8ad9-5b783f1bca25 {
  max-width: 100%;
}

.shg-c#s-496a992d-7784-4b64-8ad9-5b783f1bca25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-496a992d-7784-4b64-8ad9-5b783f1bca25 .shg-image-zoom,
.shg-c#s-496a992d-7784-4b64-8ad9-5b783f1bca25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-496a992d-7784-4b64-8ad9-5b783f1bca25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-496a992d-7784-4b64-8ad9-5b783f1bca25 {
  max-width: 100%;
}

.shg-c#s-496a992d-7784-4b64-8ad9-5b783f1bca25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-496a992d-7784-4b64-8ad9-5b783f1bca25 .shg-image-zoom,
.shg-c#s-496a992d-7784-4b64-8ad9-5b783f1bca25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-496a992d-7784-4b64-8ad9-5b783f1bca25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-496a992d-7784-4b64-8ad9-5b783f1bca25 {
  max-width: 100%;
}

.shg-c#s-496a992d-7784-4b64-8ad9-5b783f1bca25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-496a992d-7784-4b64-8ad9-5b783f1bca25 .shg-image-zoom,
.shg-c#s-496a992d-7784-4b64-8ad9-5b783f1bca25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-496a992d-7784-4b64-8ad9-5b783f1bca25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-496a992d-7784-4b64-8ad9-5b783f1bca25 {
  max-width: 100%;
}

.shg-c#s-496a992d-7784-4b64-8ad9-5b783f1bca25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-496a992d-7784-4b64-8ad9-5b783f1bca25 .shg-image-zoom,
.shg-c#s-496a992d-7784-4b64-8ad9-5b783f1bca25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-496a992d-7784-4b64-8ad9-5b783f1bca25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-496a992d-7784-4b64-8ad9-5b783f1bca25 {
  max-width: 100%;
}

.shg-c#s-496a992d-7784-4b64-8ad9-5b783f1bca25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-496a992d-7784-4b64-8ad9-5b783f1bca25 .shg-image-zoom,
.shg-c#s-496a992d-7784-4b64-8ad9-5b783f1bca25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-496a992d-7784-4b64-8ad9-5b783f1bca25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-284827f2-62df-43c2-a24a-1d0ee32b8872 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-284827f2-62df-43c2-a24a-1d0ee32b8872 .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-0b169aea-05cf-4eea-a0a3-f9b14b72ff48 {
  margin-top: -10px;
text-align: center;
}

#s-0b169aea-05cf-4eea-a0a3-f9b14b72ff48 .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-0b169aea-05cf-4eea-a0a3-f9b14b72ff48 .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-0b169aea-05cf-4eea-a0a3-f9b14b72ff48 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 0px) {
[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e12e2dc5-1908-4ff0-9b22-fdc1dc4c0a29"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-2ca17bbc-fa6f-4ef9-9602-0657be263390 {
  display: none;
}
#s-e6a92d54-d028-4620-afee-fae6876e8dfc {
  text-align: left;
}


.shg-c#s-e6a92d54-d028-4620-afee-fae6876e8dfc {
  max-width: 100%;
}

.shg-c#s-e6a92d54-d028-4620-afee-fae6876e8dfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6a92d54-d028-4620-afee-fae6876e8dfc .shg-image-zoom,
.shg-c#s-e6a92d54-d028-4620-afee-fae6876e8dfc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6a92d54-d028-4620-afee-fae6876e8dfc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e6a92d54-d028-4620-afee-fae6876e8dfc {
  max-width: 100%;
}

.shg-c#s-e6a92d54-d028-4620-afee-fae6876e8dfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6a92d54-d028-4620-afee-fae6876e8dfc .shg-image-zoom,
.shg-c#s-e6a92d54-d028-4620-afee-fae6876e8dfc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6a92d54-d028-4620-afee-fae6876e8dfc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e6a92d54-d028-4620-afee-fae6876e8dfc {
  max-width: 100%;
}

.shg-c#s-e6a92d54-d028-4620-afee-fae6876e8dfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6a92d54-d028-4620-afee-fae6876e8dfc .shg-image-zoom,
.shg-c#s-e6a92d54-d028-4620-afee-fae6876e8dfc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6a92d54-d028-4620-afee-fae6876e8dfc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e6a92d54-d028-4620-afee-fae6876e8dfc {
  max-width: 100%;
}

.shg-c#s-e6a92d54-d028-4620-afee-fae6876e8dfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6a92d54-d028-4620-afee-fae6876e8dfc .shg-image-zoom,
.shg-c#s-e6a92d54-d028-4620-afee-fae6876e8dfc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6a92d54-d028-4620-afee-fae6876e8dfc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e6a92d54-d028-4620-afee-fae6876e8dfc {
  max-width: 100%;
}

.shg-c#s-e6a92d54-d028-4620-afee-fae6876e8dfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6a92d54-d028-4620-afee-fae6876e8dfc .shg-image-zoom,
.shg-c#s-e6a92d54-d028-4620-afee-fae6876e8dfc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6a92d54-d028-4620-afee-fae6876e8dfc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-47ffc02b-bdd8-4cad-9153-f603b63a3091 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47ffc02b-bdd8-4cad-9153-f603b63a3091 .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-f8702ab7-d5ef-4cfc-88b1-006c70f1900c {
  margin-top: -10px;
text-align: center;
}

#s-f8702ab7-d5ef-4cfc-88b1-006c70f1900c .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-f8702ab7-d5ef-4cfc-88b1-006c70f1900c .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-f8702ab7-d5ef-4cfc-88b1-006c70f1900c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-f7108050-61ce-4996-9f2e-9b68d724732b {
  display: none;
}
#s-0ffedc43-f5ae-4977-8dea-88b4155c547d {
  text-align: left;
}


.shg-c#s-0ffedc43-f5ae-4977-8dea-88b4155c547d {
  max-width: 100%;
}

.shg-c#s-0ffedc43-f5ae-4977-8dea-88b4155c547d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ffedc43-f5ae-4977-8dea-88b4155c547d .shg-image-zoom,
.shg-c#s-0ffedc43-f5ae-4977-8dea-88b4155c547d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ffedc43-f5ae-4977-8dea-88b4155c547d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0ffedc43-f5ae-4977-8dea-88b4155c547d {
  max-width: 100%;
}

.shg-c#s-0ffedc43-f5ae-4977-8dea-88b4155c547d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ffedc43-f5ae-4977-8dea-88b4155c547d .shg-image-zoom,
.shg-c#s-0ffedc43-f5ae-4977-8dea-88b4155c547d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ffedc43-f5ae-4977-8dea-88b4155c547d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0ffedc43-f5ae-4977-8dea-88b4155c547d {
  max-width: 100%;
}

.shg-c#s-0ffedc43-f5ae-4977-8dea-88b4155c547d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ffedc43-f5ae-4977-8dea-88b4155c547d .shg-image-zoom,
.shg-c#s-0ffedc43-f5ae-4977-8dea-88b4155c547d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ffedc43-f5ae-4977-8dea-88b4155c547d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0ffedc43-f5ae-4977-8dea-88b4155c547d {
  max-width: 100%;
}

.shg-c#s-0ffedc43-f5ae-4977-8dea-88b4155c547d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ffedc43-f5ae-4977-8dea-88b4155c547d .shg-image-zoom,
.shg-c#s-0ffedc43-f5ae-4977-8dea-88b4155c547d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ffedc43-f5ae-4977-8dea-88b4155c547d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0ffedc43-f5ae-4977-8dea-88b4155c547d {
  max-width: 100%;
}

.shg-c#s-0ffedc43-f5ae-4977-8dea-88b4155c547d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ffedc43-f5ae-4977-8dea-88b4155c547d .shg-image-zoom,
.shg-c#s-0ffedc43-f5ae-4977-8dea-88b4155c547d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ffedc43-f5ae-4977-8dea-88b4155c547d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-02d67547-21ba-4e72-ae20-11918819f41f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02d67547-21ba-4e72-ae20-11918819f41f .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-91a6a51b-bdd6-451c-85ac-2020a83848bf {
  margin-top: -10px;
text-align: center;
}

#s-91a6a51b-bdd6-451c-85ac-2020a83848bf .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-91a6a51b-bdd6-451c-85ac-2020a83848bf .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-91a6a51b-bdd6-451c-85ac-2020a83848bf .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-e224fbb2-e61d-4137-b939-389687715f3d {
  display: none;
}
#s-c3dc5cc2-1696-4103-b214-001a494f6f85 {
  text-align: left;
}


.shg-c#s-c3dc5cc2-1696-4103-b214-001a494f6f85 {
  max-width: 100%;
}

.shg-c#s-c3dc5cc2-1696-4103-b214-001a494f6f85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3dc5cc2-1696-4103-b214-001a494f6f85 .shg-image-zoom,
.shg-c#s-c3dc5cc2-1696-4103-b214-001a494f6f85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3dc5cc2-1696-4103-b214-001a494f6f85 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c3dc5cc2-1696-4103-b214-001a494f6f85 {
  max-width: 100%;
}

.shg-c#s-c3dc5cc2-1696-4103-b214-001a494f6f85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3dc5cc2-1696-4103-b214-001a494f6f85 .shg-image-zoom,
.shg-c#s-c3dc5cc2-1696-4103-b214-001a494f6f85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3dc5cc2-1696-4103-b214-001a494f6f85 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c3dc5cc2-1696-4103-b214-001a494f6f85 {
  max-width: 100%;
}

.shg-c#s-c3dc5cc2-1696-4103-b214-001a494f6f85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3dc5cc2-1696-4103-b214-001a494f6f85 .shg-image-zoom,
.shg-c#s-c3dc5cc2-1696-4103-b214-001a494f6f85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3dc5cc2-1696-4103-b214-001a494f6f85 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c3dc5cc2-1696-4103-b214-001a494f6f85 {
  max-width: 100%;
}

.shg-c#s-c3dc5cc2-1696-4103-b214-001a494f6f85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3dc5cc2-1696-4103-b214-001a494f6f85 .shg-image-zoom,
.shg-c#s-c3dc5cc2-1696-4103-b214-001a494f6f85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3dc5cc2-1696-4103-b214-001a494f6f85 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c3dc5cc2-1696-4103-b214-001a494f6f85 {
  max-width: 100%;
}

.shg-c#s-c3dc5cc2-1696-4103-b214-001a494f6f85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3dc5cc2-1696-4103-b214-001a494f6f85 .shg-image-zoom,
.shg-c#s-c3dc5cc2-1696-4103-b214-001a494f6f85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3dc5cc2-1696-4103-b214-001a494f6f85 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6179b9f2-47d3-4854-a731-d86f21e59b24 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6179b9f2-47d3-4854-a731-d86f21e59b24 .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-5803093c-2a91-45a5-95e0-928db6127852 {
  margin-top: -10px;
text-align: center;
}

#s-5803093c-2a91-45a5-95e0-928db6127852 .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-5803093c-2a91-45a5-95e0-928db6127852 .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-5803093c-2a91-45a5-95e0-928db6127852 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-49fcde77-caf0-4d9d-832e-d6a8ecd728d4 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-49fcde77-caf0-4d9d-832e-d6a8ecd728d4 {
  display: none;
}
#s-49fcde77-caf0-4d9d-832e-d6a8ecd728d4, #wrap-s-49fcde77-caf0-4d9d-832e-d6a8ecd728d4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49fcde77-caf0-4d9d-832e-d6a8ecd728d4 {
  display: none;
}
#s-49fcde77-caf0-4d9d-832e-d6a8ecd728d4, #wrap-s-49fcde77-caf0-4d9d-832e-d6a8ecd728d4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-49fcde77-caf0-4d9d-832e-d6a8ecd728d4 {
  display: none;
}
#s-49fcde77-caf0-4d9d-832e-d6a8ecd728d4, #wrap-s-49fcde77-caf0-4d9d-832e-d6a8ecd728d4 { display:none !important; }}@media (max-width: 767px){#s-49fcde77-caf0-4d9d-832e-d6a8ecd728d4 {
  
}
}







#s-49fcde77-caf0-4d9d-832e-d6a8ecd728d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49fcde77-caf0-4d9d-832e-d6a8ecd728d4.shg-box.shg-c {
  justify-content: center;
}

#s-1b624be5-d299-4ba3-8bc5-cb167653add4 {
  margin-top: 30px;
}








#s-1b624be5-d299-4ba3-8bc5-cb167653add4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b624be5-d299-4ba3-8bc5-cb167653add4.shg-box.shg-c {
  justify-content: center;
}

#s-cef719e1-ca6d-43e7-a385-50456f36035b {
  margin-left: 20px;
margin-bottom: -10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cef719e1-ca6d-43e7-a385-50456f36035b .shogun-heading-component h2 {
  color: rgba(83, 80, 82, 1);
  font-weight:  300 ;
  font-family: Lato;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e17267af-a2be-4817-9986-39b2ae6a8f49 {
  margin-left: 35px;
margin-right: 35px;
}

#s-e17267af-a2be-4817-9986-39b2ae6a8f49 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-3cca299b-5656-4fc6-b065-f79f964be9b9 {
  margin-top: -10px;
margin-left: 65px;
margin-right: 65px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3cca299b-5656-4fc6-b065-f79f964be9b9 .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-56599197-fbdf-4378-98bc-a9a6bfe37aa0 {
  min-height: 275px;
}








#s-56599197-fbdf-4378-98bc-a9a6bfe37aa0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56599197-fbdf-4378-98bc-a9a6bfe37aa0.shg-box.shg-c {
  justify-content: center;
}

#s-e0089096-2397-47f9-a6d4-202910b6ea13 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-12c0bb12-3f63-48ea-802b-9734e69a3ac0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-14f44c9c-048c-4b74-9d93-56eb1e3a710b {
  display: none;
}
#s-8cc0b2d4-5936-455d-8dbb-c45987c29bd9 {
  text-align: left;
}


.shg-c#s-8cc0b2d4-5936-455d-8dbb-c45987c29bd9 {
  max-width: 100%;
}

.shg-c#s-8cc0b2d4-5936-455d-8dbb-c45987c29bd9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8cc0b2d4-5936-455d-8dbb-c45987c29bd9 .shg-image-zoom,
.shg-c#s-8cc0b2d4-5936-455d-8dbb-c45987c29bd9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8cc0b2d4-5936-455d-8dbb-c45987c29bd9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8cc0b2d4-5936-455d-8dbb-c45987c29bd9 {
  max-width: 100%;
}

.shg-c#s-8cc0b2d4-5936-455d-8dbb-c45987c29bd9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8cc0b2d4-5936-455d-8dbb-c45987c29bd9 .shg-image-zoom,
.shg-c#s-8cc0b2d4-5936-455d-8dbb-c45987c29bd9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8cc0b2d4-5936-455d-8dbb-c45987c29bd9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8cc0b2d4-5936-455d-8dbb-c45987c29bd9 {
  max-width: 100%;
}

.shg-c#s-8cc0b2d4-5936-455d-8dbb-c45987c29bd9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8cc0b2d4-5936-455d-8dbb-c45987c29bd9 .shg-image-zoom,
.shg-c#s-8cc0b2d4-5936-455d-8dbb-c45987c29bd9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8cc0b2d4-5936-455d-8dbb-c45987c29bd9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8cc0b2d4-5936-455d-8dbb-c45987c29bd9 {
  max-width: 100%;
}

.shg-c#s-8cc0b2d4-5936-455d-8dbb-c45987c29bd9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8cc0b2d4-5936-455d-8dbb-c45987c29bd9 .shg-image-zoom,
.shg-c#s-8cc0b2d4-5936-455d-8dbb-c45987c29bd9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8cc0b2d4-5936-455d-8dbb-c45987c29bd9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8cc0b2d4-5936-455d-8dbb-c45987c29bd9 {
  max-width: 100%;
}

.shg-c#s-8cc0b2d4-5936-455d-8dbb-c45987c29bd9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8cc0b2d4-5936-455d-8dbb-c45987c29bd9 .shg-image-zoom,
.shg-c#s-8cc0b2d4-5936-455d-8dbb-c45987c29bd9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8cc0b2d4-5936-455d-8dbb-c45987c29bd9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-43ff45df-aae1-4617-8f0b-3056106fe92e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43ff45df-aae1-4617-8f0b-3056106fe92e .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-4959f2c0-6e04-406b-b71a-c63d1b50db62 {
  margin-top: -10px;
text-align: center;
}

#s-4959f2c0-6e04-406b-b71a-c63d1b50db62 .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-4959f2c0-6e04-406b-b71a-c63d1b50db62 .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-4959f2c0-6e04-406b-b71a-c63d1b50db62 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-d5de5026-aa23-4bad-a0ec-8ffc3298b1e9 {
  display: none;
}
#s-d5e65113-7d7b-4212-bbef-d3cdf3a2f74a {
  text-align: left;
}


.shg-c#s-d5e65113-7d7b-4212-bbef-d3cdf3a2f74a {
  max-width: 100%;
}

.shg-c#s-d5e65113-7d7b-4212-bbef-d3cdf3a2f74a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5e65113-7d7b-4212-bbef-d3cdf3a2f74a .shg-image-zoom,
.shg-c#s-d5e65113-7d7b-4212-bbef-d3cdf3a2f74a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5e65113-7d7b-4212-bbef-d3cdf3a2f74a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d5e65113-7d7b-4212-bbef-d3cdf3a2f74a {
  max-width: 100%;
}

.shg-c#s-d5e65113-7d7b-4212-bbef-d3cdf3a2f74a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5e65113-7d7b-4212-bbef-d3cdf3a2f74a .shg-image-zoom,
.shg-c#s-d5e65113-7d7b-4212-bbef-d3cdf3a2f74a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5e65113-7d7b-4212-bbef-d3cdf3a2f74a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d5e65113-7d7b-4212-bbef-d3cdf3a2f74a {
  max-width: 100%;
}

.shg-c#s-d5e65113-7d7b-4212-bbef-d3cdf3a2f74a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5e65113-7d7b-4212-bbef-d3cdf3a2f74a .shg-image-zoom,
.shg-c#s-d5e65113-7d7b-4212-bbef-d3cdf3a2f74a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5e65113-7d7b-4212-bbef-d3cdf3a2f74a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d5e65113-7d7b-4212-bbef-d3cdf3a2f74a {
  max-width: 100%;
}

.shg-c#s-d5e65113-7d7b-4212-bbef-d3cdf3a2f74a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5e65113-7d7b-4212-bbef-d3cdf3a2f74a .shg-image-zoom,
.shg-c#s-d5e65113-7d7b-4212-bbef-d3cdf3a2f74a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5e65113-7d7b-4212-bbef-d3cdf3a2f74a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d5e65113-7d7b-4212-bbef-d3cdf3a2f74a {
  max-width: 100%;
}

.shg-c#s-d5e65113-7d7b-4212-bbef-d3cdf3a2f74a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5e65113-7d7b-4212-bbef-d3cdf3a2f74a .shg-image-zoom,
.shg-c#s-d5e65113-7d7b-4212-bbef-d3cdf3a2f74a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5e65113-7d7b-4212-bbef-d3cdf3a2f74a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2ba6c8b3-57b6-49ec-ae01-39ff4985b60a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ba6c8b3-57b6-49ec-ae01-39ff4985b60a .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-a326dc8b-6b94-47ad-9a60-5919e50afa03 {
  margin-top: -10px;
text-align: center;
}

#s-a326dc8b-6b94-47ad-9a60-5919e50afa03 .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-a326dc8b-6b94-47ad-9a60-5919e50afa03 .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-a326dc8b-6b94-47ad-9a60-5919e50afa03 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a885ea55-06ff-41c5-adc0-6a4c4c1d64f7 {
  display: none;
}
#s-305b7332-15b6-4279-b301-f511d95f25e6 {
  text-align: left;
}


.shg-c#s-305b7332-15b6-4279-b301-f511d95f25e6 {
  max-width: 100%;
}

.shg-c#s-305b7332-15b6-4279-b301-f511d95f25e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-305b7332-15b6-4279-b301-f511d95f25e6 .shg-image-zoom,
.shg-c#s-305b7332-15b6-4279-b301-f511d95f25e6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-305b7332-15b6-4279-b301-f511d95f25e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-305b7332-15b6-4279-b301-f511d95f25e6 {
  max-width: 100%;
}

.shg-c#s-305b7332-15b6-4279-b301-f511d95f25e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-305b7332-15b6-4279-b301-f511d95f25e6 .shg-image-zoom,
.shg-c#s-305b7332-15b6-4279-b301-f511d95f25e6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-305b7332-15b6-4279-b301-f511d95f25e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-305b7332-15b6-4279-b301-f511d95f25e6 {
  max-width: 100%;
}

.shg-c#s-305b7332-15b6-4279-b301-f511d95f25e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-305b7332-15b6-4279-b301-f511d95f25e6 .shg-image-zoom,
.shg-c#s-305b7332-15b6-4279-b301-f511d95f25e6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-305b7332-15b6-4279-b301-f511d95f25e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-305b7332-15b6-4279-b301-f511d95f25e6 {
  max-width: 100%;
}

.shg-c#s-305b7332-15b6-4279-b301-f511d95f25e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-305b7332-15b6-4279-b301-f511d95f25e6 .shg-image-zoom,
.shg-c#s-305b7332-15b6-4279-b301-f511d95f25e6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-305b7332-15b6-4279-b301-f511d95f25e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-305b7332-15b6-4279-b301-f511d95f25e6 {
  max-width: 100%;
}

.shg-c#s-305b7332-15b6-4279-b301-f511d95f25e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-305b7332-15b6-4279-b301-f511d95f25e6 .shg-image-zoom,
.shg-c#s-305b7332-15b6-4279-b301-f511d95f25e6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-305b7332-15b6-4279-b301-f511d95f25e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-82de017d-adb5-4ef4-bc13-bd192e860917 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82de017d-adb5-4ef4-bc13-bd192e860917 .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-2c4ac4dc-568a-49de-930a-07a277bd1ea3 {
  margin-top: -10px;
text-align: center;
}

#s-2c4ac4dc-568a-49de-930a-07a277bd1ea3 .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-2c4ac4dc-568a-49de-930a-07a277bd1ea3 .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-2c4ac4dc-568a-49de-930a-07a277bd1ea3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 0px) {
[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1fd2c7a9-c512-4a6b-9407-eb9c7f41a040"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-41cf6d02-5f34-459f-966f-8b16bd1b4255 {
  display: none;
}
#s-786f8ac9-8653-455c-bc4b-9b1e26c599e1 {
  text-align: left;
}


.shg-c#s-786f8ac9-8653-455c-bc4b-9b1e26c599e1 {
  max-width: 100%;
}

.shg-c#s-786f8ac9-8653-455c-bc4b-9b1e26c599e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-786f8ac9-8653-455c-bc4b-9b1e26c599e1 .shg-image-zoom,
.shg-c#s-786f8ac9-8653-455c-bc4b-9b1e26c599e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-786f8ac9-8653-455c-bc4b-9b1e26c599e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-786f8ac9-8653-455c-bc4b-9b1e26c599e1 {
  max-width: 100%;
}

.shg-c#s-786f8ac9-8653-455c-bc4b-9b1e26c599e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-786f8ac9-8653-455c-bc4b-9b1e26c599e1 .shg-image-zoom,
.shg-c#s-786f8ac9-8653-455c-bc4b-9b1e26c599e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-786f8ac9-8653-455c-bc4b-9b1e26c599e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-786f8ac9-8653-455c-bc4b-9b1e26c599e1 {
  max-width: 100%;
}

.shg-c#s-786f8ac9-8653-455c-bc4b-9b1e26c599e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-786f8ac9-8653-455c-bc4b-9b1e26c599e1 .shg-image-zoom,
.shg-c#s-786f8ac9-8653-455c-bc4b-9b1e26c599e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-786f8ac9-8653-455c-bc4b-9b1e26c599e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-786f8ac9-8653-455c-bc4b-9b1e26c599e1 {
  max-width: 100%;
}

.shg-c#s-786f8ac9-8653-455c-bc4b-9b1e26c599e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-786f8ac9-8653-455c-bc4b-9b1e26c599e1 .shg-image-zoom,
.shg-c#s-786f8ac9-8653-455c-bc4b-9b1e26c599e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-786f8ac9-8653-455c-bc4b-9b1e26c599e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-786f8ac9-8653-455c-bc4b-9b1e26c599e1 {
  max-width: 100%;
}

.shg-c#s-786f8ac9-8653-455c-bc4b-9b1e26c599e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-786f8ac9-8653-455c-bc4b-9b1e26c599e1 .shg-image-zoom,
.shg-c#s-786f8ac9-8653-455c-bc4b-9b1e26c599e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-786f8ac9-8653-455c-bc4b-9b1e26c599e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a08db73a-8c46-48e1-85df-a872507b4f62 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a08db73a-8c46-48e1-85df-a872507b4f62 .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-6cb3e89d-56a8-47d7-a1a0-51bd43b76837 {
  margin-top: -10px;
text-align: center;
}

#s-6cb3e89d-56a8-47d7-a1a0-51bd43b76837 .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-6cb3e89d-56a8-47d7-a1a0-51bd43b76837 .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-6cb3e89d-56a8-47d7-a1a0-51bd43b76837 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-15d1151e-d763-4c16-abfa-fda289a4f84d {
  display: none;
}
#s-360810ae-e65e-4206-917d-97630a67fc83 {
  text-align: left;
}


.shg-c#s-360810ae-e65e-4206-917d-97630a67fc83 {
  max-width: 100%;
}

.shg-c#s-360810ae-e65e-4206-917d-97630a67fc83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-360810ae-e65e-4206-917d-97630a67fc83 .shg-image-zoom,
.shg-c#s-360810ae-e65e-4206-917d-97630a67fc83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-360810ae-e65e-4206-917d-97630a67fc83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-360810ae-e65e-4206-917d-97630a67fc83 {
  max-width: 100%;
}

.shg-c#s-360810ae-e65e-4206-917d-97630a67fc83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-360810ae-e65e-4206-917d-97630a67fc83 .shg-image-zoom,
.shg-c#s-360810ae-e65e-4206-917d-97630a67fc83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-360810ae-e65e-4206-917d-97630a67fc83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-360810ae-e65e-4206-917d-97630a67fc83 {
  max-width: 100%;
}

.shg-c#s-360810ae-e65e-4206-917d-97630a67fc83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-360810ae-e65e-4206-917d-97630a67fc83 .shg-image-zoom,
.shg-c#s-360810ae-e65e-4206-917d-97630a67fc83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-360810ae-e65e-4206-917d-97630a67fc83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-360810ae-e65e-4206-917d-97630a67fc83 {
  max-width: 100%;
}

.shg-c#s-360810ae-e65e-4206-917d-97630a67fc83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-360810ae-e65e-4206-917d-97630a67fc83 .shg-image-zoom,
.shg-c#s-360810ae-e65e-4206-917d-97630a67fc83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-360810ae-e65e-4206-917d-97630a67fc83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-360810ae-e65e-4206-917d-97630a67fc83 {
  max-width: 100%;
}

.shg-c#s-360810ae-e65e-4206-917d-97630a67fc83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-360810ae-e65e-4206-917d-97630a67fc83 .shg-image-zoom,
.shg-c#s-360810ae-e65e-4206-917d-97630a67fc83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-360810ae-e65e-4206-917d-97630a67fc83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-35d86468-245e-4109-acd8-18e79bc5f4be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35d86468-245e-4109-acd8-18e79bc5f4be .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-d64a2ea7-5ac4-4b1f-9182-a6d4fddff485 {
  margin-top: -10px;
text-align: center;
}

#s-d64a2ea7-5ac4-4b1f-9182-a6d4fddff485 .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-d64a2ea7-5ac4-4b1f-9182-a6d4fddff485 .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-d64a2ea7-5ac4-4b1f-9182-a6d4fddff485 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-12b7c187-252e-4172-bcbc-ea3f3f8ba9ee {
  display: none;
}
#s-d5bbb021-333e-4f20-99b3-658277d0480e {
  text-align: left;
}


.shg-c#s-d5bbb021-333e-4f20-99b3-658277d0480e {
  max-width: 100%;
}

.shg-c#s-d5bbb021-333e-4f20-99b3-658277d0480e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5bbb021-333e-4f20-99b3-658277d0480e .shg-image-zoom,
.shg-c#s-d5bbb021-333e-4f20-99b3-658277d0480e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5bbb021-333e-4f20-99b3-658277d0480e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d5bbb021-333e-4f20-99b3-658277d0480e {
  max-width: 100%;
}

.shg-c#s-d5bbb021-333e-4f20-99b3-658277d0480e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5bbb021-333e-4f20-99b3-658277d0480e .shg-image-zoom,
.shg-c#s-d5bbb021-333e-4f20-99b3-658277d0480e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5bbb021-333e-4f20-99b3-658277d0480e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d5bbb021-333e-4f20-99b3-658277d0480e {
  max-width: 100%;
}

.shg-c#s-d5bbb021-333e-4f20-99b3-658277d0480e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5bbb021-333e-4f20-99b3-658277d0480e .shg-image-zoom,
.shg-c#s-d5bbb021-333e-4f20-99b3-658277d0480e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5bbb021-333e-4f20-99b3-658277d0480e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d5bbb021-333e-4f20-99b3-658277d0480e {
  max-width: 100%;
}

.shg-c#s-d5bbb021-333e-4f20-99b3-658277d0480e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5bbb021-333e-4f20-99b3-658277d0480e .shg-image-zoom,
.shg-c#s-d5bbb021-333e-4f20-99b3-658277d0480e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5bbb021-333e-4f20-99b3-658277d0480e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d5bbb021-333e-4f20-99b3-658277d0480e {
  max-width: 100%;
}

.shg-c#s-d5bbb021-333e-4f20-99b3-658277d0480e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5bbb021-333e-4f20-99b3-658277d0480e .shg-image-zoom,
.shg-c#s-d5bbb021-333e-4f20-99b3-658277d0480e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5bbb021-333e-4f20-99b3-658277d0480e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-898a3655-01a7-404f-a84e-2d7694d7aba0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-898a3655-01a7-404f-a84e-2d7694d7aba0 .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-3d2658c7-dc1e-4a91-8d2b-98f977e67385 {
  margin-top: -10px;
text-align: center;
}

#s-3d2658c7-dc1e-4a91-8d2b-98f977e67385 .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-3d2658c7-dc1e-4a91-8d2b-98f977e67385 .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-3d2658c7-dc1e-4a91-8d2b-98f977e67385 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 0px) {
[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f1e1ae55-0494-46ac-aa10-e5e2fa321b01"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-ab3151c8-2c44-438c-9571-33a7f98d626b {
  display: none;
}
#s-1b3c6188-9624-493b-88a6-bbebdf184ea5 {
  text-align: left;
}


.shg-c#s-1b3c6188-9624-493b-88a6-bbebdf184ea5 {
  max-width: 100%;
}

.shg-c#s-1b3c6188-9624-493b-88a6-bbebdf184ea5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b3c6188-9624-493b-88a6-bbebdf184ea5 .shg-image-zoom,
.shg-c#s-1b3c6188-9624-493b-88a6-bbebdf184ea5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b3c6188-9624-493b-88a6-bbebdf184ea5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1b3c6188-9624-493b-88a6-bbebdf184ea5 {
  max-width: 100%;
}

.shg-c#s-1b3c6188-9624-493b-88a6-bbebdf184ea5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b3c6188-9624-493b-88a6-bbebdf184ea5 .shg-image-zoom,
.shg-c#s-1b3c6188-9624-493b-88a6-bbebdf184ea5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b3c6188-9624-493b-88a6-bbebdf184ea5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1b3c6188-9624-493b-88a6-bbebdf184ea5 {
  max-width: 100%;
}

.shg-c#s-1b3c6188-9624-493b-88a6-bbebdf184ea5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b3c6188-9624-493b-88a6-bbebdf184ea5 .shg-image-zoom,
.shg-c#s-1b3c6188-9624-493b-88a6-bbebdf184ea5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b3c6188-9624-493b-88a6-bbebdf184ea5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1b3c6188-9624-493b-88a6-bbebdf184ea5 {
  max-width: 100%;
}

.shg-c#s-1b3c6188-9624-493b-88a6-bbebdf184ea5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b3c6188-9624-493b-88a6-bbebdf184ea5 .shg-image-zoom,
.shg-c#s-1b3c6188-9624-493b-88a6-bbebdf184ea5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b3c6188-9624-493b-88a6-bbebdf184ea5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1b3c6188-9624-493b-88a6-bbebdf184ea5 {
  max-width: 100%;
}

.shg-c#s-1b3c6188-9624-493b-88a6-bbebdf184ea5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b3c6188-9624-493b-88a6-bbebdf184ea5 .shg-image-zoom,
.shg-c#s-1b3c6188-9624-493b-88a6-bbebdf184ea5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b3c6188-9624-493b-88a6-bbebdf184ea5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6db57cb2-1dff-462d-93dd-39a5f8758de6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6db57cb2-1dff-462d-93dd-39a5f8758de6 .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-b465565e-464b-4979-bf95-6557a6de8b6c {
  margin-top: -10px;
text-align: center;
}

#s-b465565e-464b-4979-bf95-6557a6de8b6c .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-b465565e-464b-4979-bf95-6557a6de8b6c .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-b465565e-464b-4979-bf95-6557a6de8b6c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-e3038291-f19f-4553-9f9d-421866110687 {
  display: none;
}
#s-4f745107-2d7c-400f-bd18-71513e3f1e22 {
  text-align: left;
}


.shg-c#s-4f745107-2d7c-400f-bd18-71513e3f1e22 {
  max-width: 100%;
}

.shg-c#s-4f745107-2d7c-400f-bd18-71513e3f1e22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f745107-2d7c-400f-bd18-71513e3f1e22 .shg-image-zoom,
.shg-c#s-4f745107-2d7c-400f-bd18-71513e3f1e22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f745107-2d7c-400f-bd18-71513e3f1e22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4f745107-2d7c-400f-bd18-71513e3f1e22 {
  max-width: 100%;
}

.shg-c#s-4f745107-2d7c-400f-bd18-71513e3f1e22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f745107-2d7c-400f-bd18-71513e3f1e22 .shg-image-zoom,
.shg-c#s-4f745107-2d7c-400f-bd18-71513e3f1e22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f745107-2d7c-400f-bd18-71513e3f1e22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4f745107-2d7c-400f-bd18-71513e3f1e22 {
  max-width: 100%;
}

.shg-c#s-4f745107-2d7c-400f-bd18-71513e3f1e22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f745107-2d7c-400f-bd18-71513e3f1e22 .shg-image-zoom,
.shg-c#s-4f745107-2d7c-400f-bd18-71513e3f1e22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f745107-2d7c-400f-bd18-71513e3f1e22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4f745107-2d7c-400f-bd18-71513e3f1e22 {
  max-width: 100%;
}

.shg-c#s-4f745107-2d7c-400f-bd18-71513e3f1e22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f745107-2d7c-400f-bd18-71513e3f1e22 .shg-image-zoom,
.shg-c#s-4f745107-2d7c-400f-bd18-71513e3f1e22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f745107-2d7c-400f-bd18-71513e3f1e22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4f745107-2d7c-400f-bd18-71513e3f1e22 {
  max-width: 100%;
}

.shg-c#s-4f745107-2d7c-400f-bd18-71513e3f1e22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f745107-2d7c-400f-bd18-71513e3f1e22 .shg-image-zoom,
.shg-c#s-4f745107-2d7c-400f-bd18-71513e3f1e22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f745107-2d7c-400f-bd18-71513e3f1e22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0d2b2ea9-fe8e-4a74-a28f-467b995c20ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d2b2ea9-fe8e-4a74-a28f-467b995c20ce .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-03f1f402-2ae8-4068-bd05-5b83c4bc8b60 {
  margin-top: -10px;
text-align: center;
}

#s-03f1f402-2ae8-4068-bd05-5b83c4bc8b60 .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-03f1f402-2ae8-4068-bd05-5b83c4bc8b60 .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-03f1f402-2ae8-4068-bd05-5b83c4bc8b60 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-43558670-0842-45cf-9ad5-106230302977 {
  display: none;
}
#s-c2d2002e-c88e-4693-aaee-08aa5583868e {
  text-align: left;
}


.shg-c#s-c2d2002e-c88e-4693-aaee-08aa5583868e {
  max-width: 100%;
}

.shg-c#s-c2d2002e-c88e-4693-aaee-08aa5583868e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2d2002e-c88e-4693-aaee-08aa5583868e .shg-image-zoom,
.shg-c#s-c2d2002e-c88e-4693-aaee-08aa5583868e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c2d2002e-c88e-4693-aaee-08aa5583868e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c2d2002e-c88e-4693-aaee-08aa5583868e {
  max-width: 100%;
}

.shg-c#s-c2d2002e-c88e-4693-aaee-08aa5583868e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2d2002e-c88e-4693-aaee-08aa5583868e .shg-image-zoom,
.shg-c#s-c2d2002e-c88e-4693-aaee-08aa5583868e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c2d2002e-c88e-4693-aaee-08aa5583868e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c2d2002e-c88e-4693-aaee-08aa5583868e {
  max-width: 100%;
}

.shg-c#s-c2d2002e-c88e-4693-aaee-08aa5583868e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2d2002e-c88e-4693-aaee-08aa5583868e .shg-image-zoom,
.shg-c#s-c2d2002e-c88e-4693-aaee-08aa5583868e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c2d2002e-c88e-4693-aaee-08aa5583868e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c2d2002e-c88e-4693-aaee-08aa5583868e {
  max-width: 100%;
}

.shg-c#s-c2d2002e-c88e-4693-aaee-08aa5583868e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2d2002e-c88e-4693-aaee-08aa5583868e .shg-image-zoom,
.shg-c#s-c2d2002e-c88e-4693-aaee-08aa5583868e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c2d2002e-c88e-4693-aaee-08aa5583868e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c2d2002e-c88e-4693-aaee-08aa5583868e {
  max-width: 100%;
}

.shg-c#s-c2d2002e-c88e-4693-aaee-08aa5583868e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2d2002e-c88e-4693-aaee-08aa5583868e .shg-image-zoom,
.shg-c#s-c2d2002e-c88e-4693-aaee-08aa5583868e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c2d2002e-c88e-4693-aaee-08aa5583868e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-92f3f72e-78c2-4cc9-ab96-22698c8dca1d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92f3f72e-78c2-4cc9-ab96-22698c8dca1d .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-ec7f4eae-a6e1-4a1e-abc4-4d54bde110e4 {
  margin-top: -10px;
text-align: center;
}

#s-ec7f4eae-a6e1-4a1e-abc4-4d54bde110e4 .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-ec7f4eae-a6e1-4a1e-abc4-4d54bde110e4 .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-ec7f4eae-a6e1-4a1e-abc4-4d54bde110e4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 0px) {
[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-46566b88-f29e-4168-8ff6-fbbe96719766"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-2f7f05ef-a801-423c-a156-786293ed1b6f {
  display: none;
}
#s-db49307f-1d90-4a74-ae1e-adddb3cfea03 {
  text-align: left;
}


.shg-c#s-db49307f-1d90-4a74-ae1e-adddb3cfea03 {
  max-width: 100%;
}

.shg-c#s-db49307f-1d90-4a74-ae1e-adddb3cfea03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db49307f-1d90-4a74-ae1e-adddb3cfea03 .shg-image-zoom,
.shg-c#s-db49307f-1d90-4a74-ae1e-adddb3cfea03 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db49307f-1d90-4a74-ae1e-adddb3cfea03 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-db49307f-1d90-4a74-ae1e-adddb3cfea03 {
  max-width: 100%;
}

.shg-c#s-db49307f-1d90-4a74-ae1e-adddb3cfea03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db49307f-1d90-4a74-ae1e-adddb3cfea03 .shg-image-zoom,
.shg-c#s-db49307f-1d90-4a74-ae1e-adddb3cfea03 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db49307f-1d90-4a74-ae1e-adddb3cfea03 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-db49307f-1d90-4a74-ae1e-adddb3cfea03 {
  max-width: 100%;
}

.shg-c#s-db49307f-1d90-4a74-ae1e-adddb3cfea03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db49307f-1d90-4a74-ae1e-adddb3cfea03 .shg-image-zoom,
.shg-c#s-db49307f-1d90-4a74-ae1e-adddb3cfea03 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db49307f-1d90-4a74-ae1e-adddb3cfea03 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-db49307f-1d90-4a74-ae1e-adddb3cfea03 {
  max-width: 100%;
}

.shg-c#s-db49307f-1d90-4a74-ae1e-adddb3cfea03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db49307f-1d90-4a74-ae1e-adddb3cfea03 .shg-image-zoom,
.shg-c#s-db49307f-1d90-4a74-ae1e-adddb3cfea03 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db49307f-1d90-4a74-ae1e-adddb3cfea03 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-db49307f-1d90-4a74-ae1e-adddb3cfea03 {
  max-width: 100%;
}

.shg-c#s-db49307f-1d90-4a74-ae1e-adddb3cfea03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db49307f-1d90-4a74-ae1e-adddb3cfea03 .shg-image-zoom,
.shg-c#s-db49307f-1d90-4a74-ae1e-adddb3cfea03 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db49307f-1d90-4a74-ae1e-adddb3cfea03 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-38a606ea-3830-4379-8577-a3ff720b0702 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38a606ea-3830-4379-8577-a3ff720b0702 .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-af522bfc-f4fb-4bc5-b813-5b22f84e8603 {
  margin-top: -10px;
text-align: center;
}

#s-af522bfc-f4fb-4bc5-b813-5b22f84e8603 .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-af522bfc-f4fb-4bc5-b813-5b22f84e8603 .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-af522bfc-f4fb-4bc5-b813-5b22f84e8603 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c2b1c63a-1ebb-479f-948b-09dd0691cc00 {
  display: none;
}
#s-e4b4c697-7f3a-4606-a742-21a46166b4e0 {
  text-align: left;
}


.shg-c#s-e4b4c697-7f3a-4606-a742-21a46166b4e0 {
  max-width: 100%;
}

.shg-c#s-e4b4c697-7f3a-4606-a742-21a46166b4e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4b4c697-7f3a-4606-a742-21a46166b4e0 .shg-image-zoom,
.shg-c#s-e4b4c697-7f3a-4606-a742-21a46166b4e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e4b4c697-7f3a-4606-a742-21a46166b4e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e4b4c697-7f3a-4606-a742-21a46166b4e0 {
  max-width: 100%;
}

.shg-c#s-e4b4c697-7f3a-4606-a742-21a46166b4e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4b4c697-7f3a-4606-a742-21a46166b4e0 .shg-image-zoom,
.shg-c#s-e4b4c697-7f3a-4606-a742-21a46166b4e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e4b4c697-7f3a-4606-a742-21a46166b4e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e4b4c697-7f3a-4606-a742-21a46166b4e0 {
  max-width: 100%;
}

.shg-c#s-e4b4c697-7f3a-4606-a742-21a46166b4e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4b4c697-7f3a-4606-a742-21a46166b4e0 .shg-image-zoom,
.shg-c#s-e4b4c697-7f3a-4606-a742-21a46166b4e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e4b4c697-7f3a-4606-a742-21a46166b4e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e4b4c697-7f3a-4606-a742-21a46166b4e0 {
  max-width: 100%;
}

.shg-c#s-e4b4c697-7f3a-4606-a742-21a46166b4e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4b4c697-7f3a-4606-a742-21a46166b4e0 .shg-image-zoom,
.shg-c#s-e4b4c697-7f3a-4606-a742-21a46166b4e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e4b4c697-7f3a-4606-a742-21a46166b4e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e4b4c697-7f3a-4606-a742-21a46166b4e0 {
  max-width: 100%;
}

.shg-c#s-e4b4c697-7f3a-4606-a742-21a46166b4e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4b4c697-7f3a-4606-a742-21a46166b4e0 .shg-image-zoom,
.shg-c#s-e4b4c697-7f3a-4606-a742-21a46166b4e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e4b4c697-7f3a-4606-a742-21a46166b4e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0b422dea-18cd-47b8-996d-a8279a33f007 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b422dea-18cd-47b8-996d-a8279a33f007 .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-55ac363c-4445-4b6c-a662-2fffe0148fda {
  margin-top: -10px;
text-align: center;
}

#s-55ac363c-4445-4b6c-a662-2fffe0148fda .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-55ac363c-4445-4b6c-a662-2fffe0148fda .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-55ac363c-4445-4b6c-a662-2fffe0148fda .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-06734734-9a04-4e99-88a1-9e9b82e843d2 {
  display: none;
}
#s-c70538bb-cfc9-48e1-b23e-3918c8ac7976 {
  text-align: left;
}


.shg-c#s-c70538bb-cfc9-48e1-b23e-3918c8ac7976 {
  max-width: 100%;
}

.shg-c#s-c70538bb-cfc9-48e1-b23e-3918c8ac7976 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c70538bb-cfc9-48e1-b23e-3918c8ac7976 .shg-image-zoom,
.shg-c#s-c70538bb-cfc9-48e1-b23e-3918c8ac7976 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c70538bb-cfc9-48e1-b23e-3918c8ac7976 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c70538bb-cfc9-48e1-b23e-3918c8ac7976 {
  max-width: 100%;
}

.shg-c#s-c70538bb-cfc9-48e1-b23e-3918c8ac7976 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c70538bb-cfc9-48e1-b23e-3918c8ac7976 .shg-image-zoom,
.shg-c#s-c70538bb-cfc9-48e1-b23e-3918c8ac7976 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c70538bb-cfc9-48e1-b23e-3918c8ac7976 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c70538bb-cfc9-48e1-b23e-3918c8ac7976 {
  max-width: 100%;
}

.shg-c#s-c70538bb-cfc9-48e1-b23e-3918c8ac7976 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c70538bb-cfc9-48e1-b23e-3918c8ac7976 .shg-image-zoom,
.shg-c#s-c70538bb-cfc9-48e1-b23e-3918c8ac7976 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c70538bb-cfc9-48e1-b23e-3918c8ac7976 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c70538bb-cfc9-48e1-b23e-3918c8ac7976 {
  max-width: 100%;
}

.shg-c#s-c70538bb-cfc9-48e1-b23e-3918c8ac7976 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c70538bb-cfc9-48e1-b23e-3918c8ac7976 .shg-image-zoom,
.shg-c#s-c70538bb-cfc9-48e1-b23e-3918c8ac7976 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c70538bb-cfc9-48e1-b23e-3918c8ac7976 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c70538bb-cfc9-48e1-b23e-3918c8ac7976 {
  max-width: 100%;
}

.shg-c#s-c70538bb-cfc9-48e1-b23e-3918c8ac7976 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c70538bb-cfc9-48e1-b23e-3918c8ac7976 .shg-image-zoom,
.shg-c#s-c70538bb-cfc9-48e1-b23e-3918c8ac7976 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c70538bb-cfc9-48e1-b23e-3918c8ac7976 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-981c61cf-288b-47f4-9bd6-165e741f2c29 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-981c61cf-288b-47f4-9bd6-165e741f2c29 .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-93ac227e-2afa-4c37-be91-1298e7752871 {
  margin-top: -10px;
text-align: center;
}

#s-93ac227e-2afa-4c37-be91-1298e7752871 .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-93ac227e-2afa-4c37-be91-1298e7752871 .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-93ac227e-2afa-4c37-be91-1298e7752871 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-4ccefb93-37df-4b8d-bb5a-8b9e5d6a87e6 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4ccefb93-37df-4b8d-bb5a-8b9e5d6a87e6 {
  display: none;
}
#s-4ccefb93-37df-4b8d-bb5a-8b9e5d6a87e6, #wrap-s-4ccefb93-37df-4b8d-bb5a-8b9e5d6a87e6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ccefb93-37df-4b8d-bb5a-8b9e5d6a87e6 {
  display: none;
}
#s-4ccefb93-37df-4b8d-bb5a-8b9e5d6a87e6, #wrap-s-4ccefb93-37df-4b8d-bb5a-8b9e5d6a87e6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ccefb93-37df-4b8d-bb5a-8b9e5d6a87e6 {
  
}
}@media (max-width: 767px){#s-4ccefb93-37df-4b8d-bb5a-8b9e5d6a87e6 {
  display: none;
}
#s-4ccefb93-37df-4b8d-bb5a-8b9e5d6a87e6, #wrap-s-4ccefb93-37df-4b8d-bb5a-8b9e5d6a87e6 { display:none !important; }}







#s-4ccefb93-37df-4b8d-bb5a-8b9e5d6a87e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ccefb93-37df-4b8d-bb5a-8b9e5d6a87e6.shg-box.shg-c {
  justify-content: center;
}

#s-e436c37f-dcc0-4928-9725-2e29ccd8540e {
  margin-top: 10px;
margin-left: 15px;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-e436c37f-dcc0-4928-9725-2e29ccd8540e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e436c37f-dcc0-4928-9725-2e29ccd8540e {
  
}
}@media (max-width: 767px){#s-e436c37f-dcc0-4928-9725-2e29ccd8540e {
  
}
}
@media (min-width: 0px) {
[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e436c37f-dcc0-4928-9725-2e29ccd8540e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}








#s-fbed5077-636e-4e37-87c0-2963737c163a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbed5077-636e-4e37-87c0-2963737c163a.shg-box.shg-c {
  justify-content: center;
}

#s-68bf35e3-62a8-44ee-84af-2db68eafcd94 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68bf35e3-62a8-44ee-84af-2db68eafcd94 .shogun-heading-component h2 {
  color: rgba(83, 80, 82, 1);
  font-weight:  300 ;
  font-family: Lato;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e3192365-ad09-408b-9fbc-76e98e7f1bfd {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
}

#s-e3192365-ad09-408b-9fbc-76e98e7f1bfd hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-f53f1c4b-3a37-42ff-85c8-e90ef595df23 {
  min-height: 165px;
}








#s-f53f1c4b-3a37-42ff-85c8-e90ef595df23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f53f1c4b-3a37-42ff-85c8-e90ef595df23.shg-box.shg-c {
  justify-content: center;
}

#s-8520a6df-2972-48e4-86a1-ec37f8395f67 {
  margin-top: 15px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-8520a6df-2972-48e4-86a1-ec37f8395f67"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-e4f4e64d-52c1-4c14-891e-a488cfb93d80 {
  text-align: center;
}
#s-e4f4e64d-52c1-4c14-891e-a488cfb93d80:hover {opacity: 0.7 !important;}



  #s-e4f4e64d-52c1-4c14-891e-a488cfb93d80 img.shogun-image {
    
    width: px;
  }


#s-e4f4e64d-52c1-4c14-891e-a488cfb93d80 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf997b64-e71f-4110-b54e-14e3cb7dcdb6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf997b64-e71f-4110-b54e-14e3cb7dcdb6 .shogun-heading-component h1 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-cf997b64-e71f-4110-b54e-14e3cb7dcdb6 .shogun-heading-component h1 a {
  color: rgba(127, 125, 126, 1);
}


#s-60643195-3874-461c-b5f7-60d21205585e {
  text-align: center;
}
#s-60643195-3874-461c-b5f7-60d21205585e:hover {opacity: 0.7 !important;}



  #s-60643195-3874-461c-b5f7-60d21205585e img.shogun-image {
    
    width: px;
  }


#s-60643195-3874-461c-b5f7-60d21205585e .shogun-image-content {
  
    align-items: center;
  
}

#s-08a3f280-a27c-46a5-9607-c8ba94ed3aac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08a3f280-a27c-46a5-9607-c8ba94ed3aac .shogun-heading-component h1 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-08a3f280-a27c-46a5-9607-c8ba94ed3aac .shogun-heading-component h1 a {
  color: rgba(127, 125, 126, 1);
}









#s-35207652-ad47-4c31-95e9-47b45f9ec369 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35207652-ad47-4c31-95e9-47b45f9ec369.shg-box.shg-c {
  justify-content: center;
}

#s-640fa1ef-790c-4988-93ec-dff00fb79f17 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-640fa1ef-790c-4988-93ec-dff00fb79f17 .shogun-heading-component h2 {
  color: rgba(83, 80, 82, 1);
  font-weight:  300 ;
  font-family: Lato;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4a5cdd90-e4b5-438c-82db-4295fb638bac {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
}

#s-4a5cdd90-e4b5-438c-82db-4295fb638bac hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-6672ba68-7ad8-4168-9da6-88862fddf2a3 {
  min-height: 165px;
}








#s-6672ba68-7ad8-4168-9da6-88862fddf2a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6672ba68-7ad8-4168-9da6-88862fddf2a3.shg-box.shg-c {
  justify-content: center;
}

#s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6 {
  margin-top: 15px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-4f13b6bd-bf65-4fd9-a918-827e35d58cb6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-ac72de46-2607-4102-b4ee-a8d82e987be4 {
  text-align: center;
}
#s-ac72de46-2607-4102-b4ee-a8d82e987be4:hover {opacity: 0.7 !important;}



  #s-ac72de46-2607-4102-b4ee-a8d82e987be4 img.shogun-image {
    
    width: px;
  }


#s-ac72de46-2607-4102-b4ee-a8d82e987be4 .shogun-image-content {
  
    align-items: center;
  
}

#s-753a35d5-372d-40c1-a64e-649b7d9eef74 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-753a35d5-372d-40c1-a64e-649b7d9eef74 .shogun-heading-component h1 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-753a35d5-372d-40c1-a64e-649b7d9eef74 .shogun-heading-component h1 a {
  color: rgba(127, 125, 126, 1);
}


#s-ce9cfa9a-31c4-4533-ac41-2fcc66fa6ca2 {
  text-align: center;
}
#s-ce9cfa9a-31c4-4533-ac41-2fcc66fa6ca2:hover {opacity: 0.7 !important;}



  #s-ce9cfa9a-31c4-4533-ac41-2fcc66fa6ca2 img.shogun-image {
    
    width: px;
  }


#s-ce9cfa9a-31c4-4533-ac41-2fcc66fa6ca2 .shogun-image-content {
  
    align-items: center;
  
}

#s-0dbc4463-5327-434e-b4db-135074bc3046 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0dbc4463-5327-434e-b4db-135074bc3046 .shogun-heading-component h1 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-0dbc4463-5327-434e-b4db-135074bc3046 .shogun-heading-component h1 a {
  color: rgba(127, 125, 126, 1);
}


#s-a679476c-b975-45c8-811f-001fff048254 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-a679476c-b975-45c8-811f-001fff048254 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a679476c-b975-45c8-811f-001fff048254 {
  
}
}@media (max-width: 767px){#s-a679476c-b975-45c8-811f-001fff048254 {
  
}
}
@media (min-width: 0px) {
[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a679476c-b975-45c8-811f-001fff048254"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}








#s-18f35189-5883-440a-a2ed-a15977527e7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18f35189-5883-440a-a2ed-a15977527e7e.shg-box.shg-c {
  justify-content: center;
}








#s-681101db-c37c-422b-8b82-d624aafa6b5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-681101db-c37c-422b-8b82-d624aafa6b5f.shg-box.shg-c {
  justify-content: center;
}

#s-83222e24-b783-4769-a2ee-a4278b754c0d {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-83222e24-b783-4769-a2ee-a4278b754c0d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-c31ab5dd-2857-4674-8d9b-7b0da354bb5d {
  text-align: center;
}
#s-c31ab5dd-2857-4674-8d9b-7b0da354bb5d:hover {opacity: 0.7 !important;}



  #s-c31ab5dd-2857-4674-8d9b-7b0da354bb5d img.shogun-image {
    
    width: px;
  }


#s-c31ab5dd-2857-4674-8d9b-7b0da354bb5d .shogun-image-content {
  
    align-items: center;
  
}

#s-4cbbd2f2-e54e-4928-85fe-6eb49c5fab5c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4cbbd2f2-e54e-4928-85fe-6eb49c5fab5c .shogun-heading-component h1 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-4cbbd2f2-e54e-4928-85fe-6eb49c5fab5c .shogun-heading-component h1 a {
  color: rgba(127, 125, 126, 1);
}


#s-fa9f26f1-2458-4293-8e5b-1c5a3457e067 {
  text-align: center;
}
#s-fa9f26f1-2458-4293-8e5b-1c5a3457e067:hover {opacity: 0.7 !important;}



  #s-fa9f26f1-2458-4293-8e5b-1c5a3457e067 img.shogun-image {
    
    width: px;
  }


#s-fa9f26f1-2458-4293-8e5b-1c5a3457e067 .shogun-image-content {
  
    align-items: center;
  
}

#s-db095a1c-deee-47d7-8d18-00e171c2775b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db095a1c-deee-47d7-8d18-00e171c2775b .shogun-heading-component h1 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-db095a1c-deee-47d7-8d18-00e171c2775b .shogun-heading-component h1 a {
  color: rgba(127, 125, 126, 1);
}









#s-a043ff84-fa4b-4bc8-a1d1-e796ab9866cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a043ff84-fa4b-4bc8-a1d1-e796ab9866cf.shg-box.shg-c {
  justify-content: center;
}








#s-c4611012-7e5f-438c-a91e-80fbf5173d5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4611012-7e5f-438c-a91e-80fbf5173d5d.shg-box.shg-c {
  justify-content: center;
}

#s-6124454d-9c8e-449d-8426-228d20f611cf {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-6124454d-9c8e-449d-8426-228d20f611cf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-3e624354-92ad-40a9-81dd-3d8988120e19 {
  text-align: center;
}
#s-3e624354-92ad-40a9-81dd-3d8988120e19:hover {opacity: 0.7 !important;}



  #s-3e624354-92ad-40a9-81dd-3d8988120e19 img.shogun-image {
    
    width: px;
  }


#s-3e624354-92ad-40a9-81dd-3d8988120e19 .shogun-image-content {
  
    align-items: center;
  
}

#s-0eae6523-d1d5-4d9a-b9ff-54ebdc078079 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0eae6523-d1d5-4d9a-b9ff-54ebdc078079 .shogun-heading-component h1 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-0eae6523-d1d5-4d9a-b9ff-54ebdc078079 .shogun-heading-component h1 a {
  color: rgba(127, 125, 126, 1);
}


#s-5694a438-a2ba-4354-9348-23b9b32246e4 {
  text-align: center;
}
#s-5694a438-a2ba-4354-9348-23b9b32246e4:hover {opacity: 0.7 !important;}



  #s-5694a438-a2ba-4354-9348-23b9b32246e4 img.shogun-image {
    
    width: px;
  }


#s-5694a438-a2ba-4354-9348-23b9b32246e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-40f229dc-f520-4dd6-a97a-7fa2d4ad0843 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40f229dc-f520-4dd6-a97a-7fa2d4ad0843 .shogun-heading-component h1 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-40f229dc-f520-4dd6-a97a-7fa2d4ad0843 .shogun-heading-component h1 a {
  color: rgba(127, 125, 126, 1);
}


#s-755c5edb-378c-4f6f-810e-6c5c730ed9f4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-755c5edb-378c-4f6f-810e-6c5c730ed9f4 {
  display: none;
}
#s-755c5edb-378c-4f6f-810e-6c5c730ed9f4, #wrap-s-755c5edb-378c-4f6f-810e-6c5c730ed9f4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-755c5edb-378c-4f6f-810e-6c5c730ed9f4 {
  display: none;
}
#s-755c5edb-378c-4f6f-810e-6c5c730ed9f4, #wrap-s-755c5edb-378c-4f6f-810e-6c5c730ed9f4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-755c5edb-378c-4f6f-810e-6c5c730ed9f4 {
  display: none;
}
#s-755c5edb-378c-4f6f-810e-6c5c730ed9f4, #wrap-s-755c5edb-378c-4f6f-810e-6c5c730ed9f4 { display:none !important; }}@media (max-width: 767px){#s-755c5edb-378c-4f6f-810e-6c5c730ed9f4 {
  
}
}







#s-755c5edb-378c-4f6f-810e-6c5c730ed9f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-755c5edb-378c-4f6f-810e-6c5c730ed9f4.shg-box.shg-c {
  justify-content: center;
}

#s-4532e51c-49f3-4b82-9ea4-1e76938f3736 {
  margin-top: 10px;
margin-left: 15px;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-4532e51c-49f3-4b82-9ea4-1e76938f3736 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4532e51c-49f3-4b82-9ea4-1e76938f3736 {
  
}
}@media (max-width: 767px){#s-4532e51c-49f3-4b82-9ea4-1e76938f3736 {
  
}
}
@media (min-width: 0px) {
[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4532e51c-49f3-4b82-9ea4-1e76938f3736"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}








#s-ef602a54-c817-4be1-ab36-acc2c5cab268 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef602a54-c817-4be1-ab36-acc2c5cab268.shg-box.shg-c {
  justify-content: center;
}

#s-6aa8cfcf-ce2e-4664-bbe6-d7dffcacdc59 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6aa8cfcf-ce2e-4664-bbe6-d7dffcacdc59 .shogun-heading-component h2 {
  color: rgba(83, 80, 82, 1);
  font-weight:  300 ;
  font-family: Lato;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3dd221b6-e318-46b0-afc6-885ab42dc119 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
}

#s-3dd221b6-e318-46b0-afc6-885ab42dc119 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(170, 170, 170, 1);
}








#s-465a108f-98d4-4247-bf5e-55be111addb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-465a108f-98d4-4247-bf5e-55be111addb5.shg-box.shg-c {
  justify-content: center;
}

#s-570fee42-984f-4ed8-9976-7372db53577b {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-570fee42-984f-4ed8-9976-7372db53577b .shogun-heading-component h2 {
  color: rgba(83, 80, 82, 1);
  font-weight:  300 ;
  font-family: Lato;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8348668b-5353-47b5-bed0-894ad1fff9bd {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
}

#s-8348668b-5353-47b5-bed0-894ad1fff9bd hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-9d608510-a1fe-4f2f-af9f-8269a71a0227 {
  margin-top: -10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-9d608510-a1fe-4f2f-af9f-8269a71a0227 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d608510-a1fe-4f2f-af9f-8269a71a0227 {
  
}
}@media (max-width: 767px){#s-9d608510-a1fe-4f2f-af9f-8269a71a0227 {
  
}
}
@media (min-width: 0px) {
[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9d608510-a1fe-4f2f-af9f-8269a71a0227"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}








#s-2ab00662-fbe1-4354-ac8d-75cf54458daa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ab00662-fbe1-4354-ac8d-75cf54458daa.shg-box.shg-c {
  justify-content: center;
}

#s-c8ee2d04-4ade-4017-b331-299819bd211d {
  min-height: 165px;
}








#s-c8ee2d04-4ade-4017-b331-299819bd211d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8ee2d04-4ade-4017-b331-299819bd211d.shg-box.shg-c {
  justify-content: center;
}

#s-96aa8b37-1c65-4d14-8c0b-306cb189424c {
  margin-top: 15px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-96aa8b37-1c65-4d14-8c0b-306cb189424c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-4f74596f-9e61-49b3-9e2f-707b014dcd20 {
  text-align: center;
}
#s-4f74596f-9e61-49b3-9e2f-707b014dcd20:hover {opacity: 0.7 !important;}



  #s-4f74596f-9e61-49b3-9e2f-707b014dcd20 img.shogun-image {
    
    width: px;
  }


#s-4f74596f-9e61-49b3-9e2f-707b014dcd20 .shogun-image-content {
  
    align-items: center;
  
}

#s-46fc5aac-6d43-4a4a-adc8-f7c188c9d3fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46fc5aac-6d43-4a4a-adc8-f7c188c9d3fe .shogun-heading-component h1 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-46fc5aac-6d43-4a4a-adc8-f7c188c9d3fe .shogun-heading-component h1 a {
  color: rgba(127, 125, 126, 1);
}


#s-7a63f83a-30f8-4065-84d8-a15f000ffbbb {
  text-align: center;
}
#s-7a63f83a-30f8-4065-84d8-a15f000ffbbb:hover {opacity: 0.7 !important;}



  #s-7a63f83a-30f8-4065-84d8-a15f000ffbbb img.shogun-image {
    
    width: px;
  }


#s-7a63f83a-30f8-4065-84d8-a15f000ffbbb .shogun-image-content {
  
    align-items: center;
  
}

#s-8ce54276-043f-40ee-8eee-2f926223e3e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ce54276-043f-40ee-8eee-2f926223e3e4 .shogun-heading-component h1 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-8ce54276-043f-40ee-8eee-2f926223e3e4 .shogun-heading-component h1 a {
  color: rgba(127, 125, 126, 1);
}









#s-4ac57e31-5ae7-4fdc-a463-e435f629003e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ac57e31-5ae7-4fdc-a463-e435f629003e.shg-box.shg-c {
  justify-content: center;
}

#s-83fa5c8c-bf4c-4dcb-87cf-57af4ea5cb43 {
  min-height: 165px;
}








#s-83fa5c8c-bf4c-4dcb-87cf-57af4ea5cb43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83fa5c8c-bf4c-4dcb-87cf-57af4ea5cb43.shg-box.shg-c {
  justify-content: center;
}

#s-44a97802-bc4e-4e84-b228-bfc72d248cac {
  margin-top: 15px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-44a97802-bc4e-4e84-b228-bfc72d248cac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-6b5046d8-aeea-4aa2-be29-3ab758e64866 {
  text-align: center;
}
#s-6b5046d8-aeea-4aa2-be29-3ab758e64866:hover {opacity: 0.7 !important;}



  #s-6b5046d8-aeea-4aa2-be29-3ab758e64866 img.shogun-image {
    
    width: px;
  }


#s-6b5046d8-aeea-4aa2-be29-3ab758e64866 .shogun-image-content {
  
    align-items: center;
  
}

#s-3fba5f8b-3c1b-4e3c-adc2-282ef51b8d5e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3fba5f8b-3c1b-4e3c-adc2-282ef51b8d5e .shogun-heading-component h1 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-3fba5f8b-3c1b-4e3c-adc2-282ef51b8d5e .shogun-heading-component h1 a {
  color: rgba(127, 125, 126, 1);
}


#s-42ed8d85-5202-4002-bf38-1ce96fac66fe {
  text-align: center;
}
#s-42ed8d85-5202-4002-bf38-1ce96fac66fe:hover {opacity: 0.7 !important;}



  #s-42ed8d85-5202-4002-bf38-1ce96fac66fe img.shogun-image {
    
    width: px;
  }


#s-42ed8d85-5202-4002-bf38-1ce96fac66fe .shogun-image-content {
  
    align-items: center;
  
}

#s-169f24b7-0098-48c4-b5c6-9fabdf85f006 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-169f24b7-0098-48c4-b5c6-9fabdf85f006 .shogun-heading-component h1 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-169f24b7-0098-48c4-b5c6-9fabdf85f006 .shogun-heading-component h1 a {
  color: rgba(127, 125, 126, 1);
}


#s-8bcd6f10-1039-45e5-b760-62e2b2e0351c {
  margin-left: 10px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-8bcd6f10-1039-45e5-b760-62e2b2e0351c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8bcd6f10-1039-45e5-b760-62e2b2e0351c {
  
}
}@media (max-width: 767px){#s-8bcd6f10-1039-45e5-b760-62e2b2e0351c {
  
}
}
@media (min-width: 0px) {
[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8bcd6f10-1039-45e5-b760-62e2b2e0351c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}








#s-834afcee-90a5-4b19-90c2-cf81c2ce902e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-834afcee-90a5-4b19-90c2-cf81c2ce902e.shg-box.shg-c {
  justify-content: center;
}








#s-ac8b78cd-28cf-4bc4-a320-6ddef5b9ecef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac8b78cd-28cf-4bc4-a320-6ddef5b9ecef.shg-box.shg-c {
  justify-content: center;
}

#s-50d02ccb-c03e-4cb6-a9e0-846be775272a {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-50d02ccb-c03e-4cb6-a9e0-846be775272a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-d82ea7cf-8615-4b7c-a0d0-fb9a4724df8c {
  text-align: center;
}
#s-d82ea7cf-8615-4b7c-a0d0-fb9a4724df8c:hover {opacity: 0.7 !important;}



  #s-d82ea7cf-8615-4b7c-a0d0-fb9a4724df8c img.shogun-image {
    
    width: px;
  }


#s-d82ea7cf-8615-4b7c-a0d0-fb9a4724df8c .shogun-image-content {
  
    align-items: center;
  
}

#s-d75ab60f-fe02-4759-87a0-9f003137946e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d75ab60f-fe02-4759-87a0-9f003137946e .shogun-heading-component h1 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-d75ab60f-fe02-4759-87a0-9f003137946e .shogun-heading-component h1 a {
  color: rgba(127, 125, 126, 1);
}


#s-d2f5e4b8-c8b8-4953-97bd-336224e057e2 {
  text-align: center;
}
#s-d2f5e4b8-c8b8-4953-97bd-336224e057e2:hover {opacity: 0.7 !important;}



  #s-d2f5e4b8-c8b8-4953-97bd-336224e057e2 img.shogun-image {
    
    width: px;
  }


#s-d2f5e4b8-c8b8-4953-97bd-336224e057e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a52e6a10-92c1-4eb0-bc13-3d62302a173e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a52e6a10-92c1-4eb0-bc13-3d62302a173e .shogun-heading-component h1 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-a52e6a10-92c1-4eb0-bc13-3d62302a173e .shogun-heading-component h1 a {
  color: rgba(127, 125, 126, 1);
}









#s-049d7119-0e0b-4e83-9aee-70d80065326c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-049d7119-0e0b-4e83-9aee-70d80065326c.shg-box.shg-c {
  justify-content: center;
}








#s-e661d6e0-baa4-4759-b69d-31df514b0d9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e661d6e0-baa4-4759-b69d-31df514b0d9a.shg-box.shg-c {
  justify-content: center;
}

#s-9304b5e9-587e-4ead-b728-7b2acae14186 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-9304b5e9-587e-4ead-b728-7b2acae14186"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-dd71fa55-25fa-4b4c-92b2-1022b8d640b0 {
  text-align: center;
}
#s-dd71fa55-25fa-4b4c-92b2-1022b8d640b0:hover {opacity: 0.7 !important;}



  #s-dd71fa55-25fa-4b4c-92b2-1022b8d640b0 img.shogun-image {
    
    width: px;
  }


#s-dd71fa55-25fa-4b4c-92b2-1022b8d640b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b553a71-e023-436f-86a6-17f1d5f5e786 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b553a71-e023-436f-86a6-17f1d5f5e786 .shogun-heading-component h1 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-6b553a71-e023-436f-86a6-17f1d5f5e786 .shogun-heading-component h1 a {
  color: rgba(127, 125, 126, 1);
}


#s-d00f1728-6bf3-4874-8d25-2c88e49480e5 {
  text-align: center;
}
#s-d00f1728-6bf3-4874-8d25-2c88e49480e5:hover {opacity: 0.7 !important;}



  #s-d00f1728-6bf3-4874-8d25-2c88e49480e5 img.shogun-image {
    
    width: px;
  }


#s-d00f1728-6bf3-4874-8d25-2c88e49480e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-3906c71e-35c0-42e0-b3d5-9ca458c5a417 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3906c71e-35c0-42e0-b3d5-9ca458c5a417 .shogun-heading-component h1 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-3906c71e-35c0-42e0-b3d5-9ca458c5a417 .shogun-heading-component h1 a {
  color: rgba(127, 125, 126, 1);
}


#s-513060bf-f1b1-4b62-afa7-bfaaa10fc60d {
  margin-top: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-513060bf-f1b1-4b62-afa7-bfaaa10fc60d {
  display: none;
}
#s-513060bf-f1b1-4b62-afa7-bfaaa10fc60d, #wrap-s-513060bf-f1b1-4b62-afa7-bfaaa10fc60d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-513060bf-f1b1-4b62-afa7-bfaaa10fc60d {
  display: none;
}
#s-513060bf-f1b1-4b62-afa7-bfaaa10fc60d, #wrap-s-513060bf-f1b1-4b62-afa7-bfaaa10fc60d { display:none !important; }}@media (max-width: 767px){#s-513060bf-f1b1-4b62-afa7-bfaaa10fc60d {
  display: none;
}
#s-513060bf-f1b1-4b62-afa7-bfaaa10fc60d, #wrap-s-513060bf-f1b1-4b62-afa7-bfaaa10fc60d { display:none !important; }}







#s-513060bf-f1b1-4b62-afa7-bfaaa10fc60d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-513060bf-f1b1-4b62-afa7-bfaaa10fc60d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b6a0a8ca-6318-41de-b269-a999377e5777 {
  margin-bottom: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b6a0a8ca-6318-41de-b269-a999377e5777 .shogun-heading-component h2 {
  color: rgba(83, 80, 82, 1);
  font-weight:  300 ;
  font-family: Lato;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cf18864f-0709-43d7-a4e1-36d02069aad9 {
  padding-left: 45px;
padding-right: 45px;
}

#s-cf18864f-0709-43d7-a4e1-36d02069aad9 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-34687603-e366-4e8c-8502-41394e8ca77d {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34687603-e366-4e8c-8502-41394e8ca77d .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f8f335b8-7288-478e-b9ff-8c9d460bff81 {
  margin-top: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f8f335b8-7288-478e-b9ff-8c9d460bff81 {
  display: none;
}
#s-f8f335b8-7288-478e-b9ff-8c9d460bff81, #wrap-s-f8f335b8-7288-478e-b9ff-8c9d460bff81 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8f335b8-7288-478e-b9ff-8c9d460bff81 {
  display: none;
}
#s-f8f335b8-7288-478e-b9ff-8c9d460bff81, #wrap-s-f8f335b8-7288-478e-b9ff-8c9d460bff81 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f8f335b8-7288-478e-b9ff-8c9d460bff81 {
  display: none;
}
#s-f8f335b8-7288-478e-b9ff-8c9d460bff81, #wrap-s-f8f335b8-7288-478e-b9ff-8c9d460bff81 { display:none !important; }}@media (max-width: 767px){#s-f8f335b8-7288-478e-b9ff-8c9d460bff81 {
  
}
}







#s-f8f335b8-7288-478e-b9ff-8c9d460bff81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8f335b8-7288-478e-b9ff-8c9d460bff81.shg-box.shg-c {
  justify-content: flex-start;
}

#s-897f2680-c280-4481-9b22-9d94bc76c732 {
  margin-left: 20px;
margin-bottom: -10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-897f2680-c280-4481-9b22-9d94bc76c732 {
  display: none;
}
#s-897f2680-c280-4481-9b22-9d94bc76c732, #wrap-s-897f2680-c280-4481-9b22-9d94bc76c732 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-897f2680-c280-4481-9b22-9d94bc76c732 {
  display: none;
}
#s-897f2680-c280-4481-9b22-9d94bc76c732, #wrap-s-897f2680-c280-4481-9b22-9d94bc76c732 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-897f2680-c280-4481-9b22-9d94bc76c732 {
  display: none;
}
#s-897f2680-c280-4481-9b22-9d94bc76c732, #wrap-s-897f2680-c280-4481-9b22-9d94bc76c732 { display:none !important; }}
#s-897f2680-c280-4481-9b22-9d94bc76c732 .shogun-heading-component h2 {
  color: rgba(83, 80, 82, 1);
  font-weight:  300 ;
  font-family: Lato;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-55d6997f-2ad9-4e54-b3e0-cbcdf117e186 {
  padding-left: 45px;
padding-right: 45px;
}
@media (min-width: 1200px){#s-55d6997f-2ad9-4e54-b3e0-cbcdf117e186 {
  display: none;
}
#s-55d6997f-2ad9-4e54-b3e0-cbcdf117e186, #wrap-s-55d6997f-2ad9-4e54-b3e0-cbcdf117e186 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55d6997f-2ad9-4e54-b3e0-cbcdf117e186 {
  display: none;
}
#s-55d6997f-2ad9-4e54-b3e0-cbcdf117e186, #wrap-s-55d6997f-2ad9-4e54-b3e0-cbcdf117e186 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-55d6997f-2ad9-4e54-b3e0-cbcdf117e186 {
  display: none;
}
#s-55d6997f-2ad9-4e54-b3e0-cbcdf117e186, #wrap-s-55d6997f-2ad9-4e54-b3e0-cbcdf117e186 { display:none !important; }}
#s-55d6997f-2ad9-4e54-b3e0-cbcdf117e186 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-450f54f7-f502-4344-978c-7986f6ed7af7 {
  margin-top: -10px;
margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-450f54f7-f502-4344-978c-7986f6ed7af7 .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9a3a8372-c707-4d3c-ba27-94cddb9a0092 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9a3a8372-c707-4d3c-ba27-94cddb9a0092 {
  display: none;
}
#s-9a3a8372-c707-4d3c-ba27-94cddb9a0092, #wrap-s-9a3a8372-c707-4d3c-ba27-94cddb9a0092 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a3a8372-c707-4d3c-ba27-94cddb9a0092 {
  display: none;
}
#s-9a3a8372-c707-4d3c-ba27-94cddb9a0092, #wrap-s-9a3a8372-c707-4d3c-ba27-94cddb9a0092 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a3a8372-c707-4d3c-ba27-94cddb9a0092 {
  display: none;
}
#s-9a3a8372-c707-4d3c-ba27-94cddb9a0092, #wrap-s-9a3a8372-c707-4d3c-ba27-94cddb9a0092 { display:none !important; }}







#s-9a3a8372-c707-4d3c-ba27-94cddb9a0092 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a3a8372-c707-4d3c-ba27-94cddb9a0092.shg-box.shg-c {
  justify-content: center;
}

#s-0a66196f-580f-481e-b588-7acb23218ca0 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-0a66196f-580f-481e-b588-7acb23218ca0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a66196f-580f-481e-b588-7acb23218ca0 {
  
}
}@media (max-width: 767px){#s-0a66196f-580f-481e-b588-7acb23218ca0 {
  
}
}
@media (min-width: 0px) {
[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-0a66196f-580f-481e-b588-7acb23218ca0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-7f4c3aea-4938-47d5-b5f6-9d6634bcc4bd {
  text-align: center;
}
#s-7f4c3aea-4938-47d5-b5f6-9d6634bcc4bd:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-7f4c3aea-4938-47d5-b5f6-9d6634bcc4bd img.shogun-image {
    
    width: px;
  }


#s-7f4c3aea-4938-47d5-b5f6-9d6634bcc4bd .shogun-image-content {
  
    align-items: center;
  
}

#s-154d8841-68e4-40d1-9b08-f29ae95cb6ed {
  text-align: center;
}
#s-154d8841-68e4-40d1-9b08-f29ae95cb6ed:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-154d8841-68e4-40d1-9b08-f29ae95cb6ed img.shogun-image {
    
    width: px;
  }


#s-154d8841-68e4-40d1-9b08-f29ae95cb6ed .shogun-image-content {
  
    align-items: center;
  
}

#s-06ec9a81-3f50-4c98-acbc-d49af41aec8f {
  text-align: center;
}
#s-06ec9a81-3f50-4c98-acbc-d49af41aec8f:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-06ec9a81-3f50-4c98-acbc-d49af41aec8f img.shogun-image {
    
    width: px;
  }


#s-06ec9a81-3f50-4c98-acbc-d49af41aec8f .shogun-image-content {
  
    align-items: center;
  
}

#s-b6ea959c-a049-475a-98b1-e0c27226139f {
  text-align: center;
}
#s-b6ea959c-a049-475a-98b1-e0c27226139f:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-b6ea959c-a049-475a-98b1-e0c27226139f img.shogun-image {
    
    width: px;
  }


#s-b6ea959c-a049-475a-98b1-e0c27226139f .shogun-image-content {
  
    align-items: center;
  
}

#s-a8c3d4d0-b79c-4231-93c4-8ff03267225e {
  text-align: center;
}
#s-a8c3d4d0-b79c-4231-93c4-8ff03267225e:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-a8c3d4d0-b79c-4231-93c4-8ff03267225e img.shogun-image {
    
    width: px;
  }


#s-a8c3d4d0-b79c-4231-93c4-8ff03267225e .shogun-image-content {
  
    align-items: center;
  
}

#s-655a39b2-a6ce-4465-8172-404ae233805f {
  text-align: center;
}
#s-655a39b2-a6ce-4465-8172-404ae233805f:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-655a39b2-a6ce-4465-8172-404ae233805f img.shogun-image {
    
    width: px;
  }


#s-655a39b2-a6ce-4465-8172-404ae233805f .shogun-image-content {
  
    align-items: center;
  
}

#s-0262fe8e-f57e-4b74-addb-306e8d18c5d9 {
  margin-top: 30px;
margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-0262fe8e-f57e-4b74-addb-306e8d18c5d9 {
  display: none;
}
#s-0262fe8e-f57e-4b74-addb-306e8d18c5d9, #wrap-s-0262fe8e-f57e-4b74-addb-306e8d18c5d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0262fe8e-f57e-4b74-addb-306e8d18c5d9 {
  display: none;
}
#s-0262fe8e-f57e-4b74-addb-306e8d18c5d9, #wrap-s-0262fe8e-f57e-4b74-addb-306e8d18c5d9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0262fe8e-f57e-4b74-addb-306e8d18c5d9 {
  display: none;
}
#s-0262fe8e-f57e-4b74-addb-306e8d18c5d9, #wrap-s-0262fe8e-f57e-4b74-addb-306e8d18c5d9 { display:none !important; }}@media (max-width: 767px){#s-0262fe8e-f57e-4b74-addb-306e8d18c5d9 {
  
}
}







#s-0262fe8e-f57e-4b74-addb-306e8d18c5d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0262fe8e-f57e-4b74-addb-306e8d18c5d9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7f881716-6c23-4583-bae8-afb802ee2442 {
  margin-top: 0px;
margin-left: 15px;
margin-right: 15px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-7f881716-6c23-4583-bae8-afb802ee2442 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f881716-6c23-4583-bae8-afb802ee2442 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7f881716-6c23-4583-bae8-afb802ee2442 {
  
}
}@media (max-width: 767px){#s-7f881716-6c23-4583-bae8-afb802ee2442 {
  
}
}
@media (min-width: 0px) {
[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7f881716-6c23-4583-bae8-afb802ee2442"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ca1a0346-3eee-46a2-958e-d0902e6cdb31 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca1a0346-3eee-46a2-958e-d0902e6cdb31 .shogun-heading-component h2 {
  color: rgba(83, 80, 82, 1);
  font-weight:  300 ;
  font-family: Lato;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-ca1a0346-3eee-46a2-958e-d0902e6cdb31 .shogun-heading-component h2 a {
  color: rgba(83, 80, 82, 1);
}


#s-b7787973-c083-47e2-8e74-63caec405f20 {
  padding-left: 35px;
padding-right: 35px;
}

#s-b7787973-c083-47e2-8e74-63caec405f20 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab {
  margin-left: 60px;
margin-right: 60px;
}

@media (min-width: 0px) {
[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 23.333333333333332px);
}

}

@media (min-width: 768px) {
[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 23.333333333333332px);
}

}

@media (min-width: 992px) {
[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 23.333333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 23.333333333333332px);
}

[id="s-7fa5c817-ca12-4124-8fca-fe39fa89f8ab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 23.333333333333332px);
}

}

#s-845ae367-ba20-464c-8878-fe6d79c4dd03 {
  text-align: center;
}




  #s-845ae367-ba20-464c-8878-fe6d79c4dd03 img.shogun-image {
    
    width: px;
  }


#s-845ae367-ba20-464c-8878-fe6d79c4dd03 .shogun-image-content {
  
    align-items: center;
  
}

#s-17c99863-3ba4-4959-90e6-9a83f834797b {
  text-align: center;
}




  #s-17c99863-3ba4-4959-90e6-9a83f834797b img.shogun-image {
    
    width: px;
  }


#s-17c99863-3ba4-4959-90e6-9a83f834797b .shogun-image-content {
  
    align-items: center;
  
}

#s-0dd787a2-12ca-44c2-99cc-32a0dc28db14 {
  text-align: center;
}




  #s-0dd787a2-12ca-44c2-99cc-32a0dc28db14 img.shogun-image {
    
    width: px;
  }


#s-0dd787a2-12ca-44c2-99cc-32a0dc28db14 .shogun-image-content {
  
    align-items: center;
  
}

#s-2eb381b0-51eb-4f04-a3fe-bf6493418714 {
  margin-top: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2eb381b0-51eb-4f04-a3fe-bf6493418714 {
  display: none;
}
#s-2eb381b0-51eb-4f04-a3fe-bf6493418714, #wrap-s-2eb381b0-51eb-4f04-a3fe-bf6493418714 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2eb381b0-51eb-4f04-a3fe-bf6493418714 {
  display: none;
}
#s-2eb381b0-51eb-4f04-a3fe-bf6493418714, #wrap-s-2eb381b0-51eb-4f04-a3fe-bf6493418714 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2eb381b0-51eb-4f04-a3fe-bf6493418714 {
  display: none;
}
#s-2eb381b0-51eb-4f04-a3fe-bf6493418714, #wrap-s-2eb381b0-51eb-4f04-a3fe-bf6493418714 { display:none !important; }}@media (max-width: 767px){#s-2eb381b0-51eb-4f04-a3fe-bf6493418714 {
  
}
}







#s-2eb381b0-51eb-4f04-a3fe-bf6493418714 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2eb381b0-51eb-4f04-a3fe-bf6493418714.shg-box.shg-c {
  justify-content: flex-start;
}

#s-50f8faec-83b8-4767-8900-0318e227a25b {
  margin-left: 20px;
margin-bottom: -10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-50f8faec-83b8-4767-8900-0318e227a25b {
  display: none;
}
#s-50f8faec-83b8-4767-8900-0318e227a25b, #wrap-s-50f8faec-83b8-4767-8900-0318e227a25b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50f8faec-83b8-4767-8900-0318e227a25b {
  display: none;
}
#s-50f8faec-83b8-4767-8900-0318e227a25b, #wrap-s-50f8faec-83b8-4767-8900-0318e227a25b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-50f8faec-83b8-4767-8900-0318e227a25b {
  display: none;
}
#s-50f8faec-83b8-4767-8900-0318e227a25b, #wrap-s-50f8faec-83b8-4767-8900-0318e227a25b { display:none !important; }}
#s-50f8faec-83b8-4767-8900-0318e227a25b .shogun-heading-component h2 {
  color: rgba(83, 80, 82, 1);
  font-weight:  300 ;
  font-family: Lato;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-50f8faec-83b8-4767-8900-0318e227a25b .shogun-heading-component h2 a {
  color: rgba(83, 80, 82, 1);
}


#s-216f05af-79b3-451d-9754-308ba15eb377 {
  padding-left: 45px;
padding-right: 45px;
}
@media (min-width: 1200px){#s-216f05af-79b3-451d-9754-308ba15eb377 {
  display: none;
}
#s-216f05af-79b3-451d-9754-308ba15eb377, #wrap-s-216f05af-79b3-451d-9754-308ba15eb377 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-216f05af-79b3-451d-9754-308ba15eb377 {
  display: none;
}
#s-216f05af-79b3-451d-9754-308ba15eb377, #wrap-s-216f05af-79b3-451d-9754-308ba15eb377 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-216f05af-79b3-451d-9754-308ba15eb377 {
  display: none;
}
#s-216f05af-79b3-451d-9754-308ba15eb377, #wrap-s-216f05af-79b3-451d-9754-308ba15eb377 { display:none !important; }}
#s-216f05af-79b3-451d-9754-308ba15eb377 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-142928db-5bc4-4a70-898d-302cdb0b1392 {
  margin-top: -10px;
margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-142928db-5bc4-4a70-898d-302cdb0b1392 .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: center;
}



#s-b144d1d5-e1dd-4c70-a1a9-7242e9cc8660 {
  margin-top: -10px;
margin-left: 65px;
margin-bottom: 10px;
margin-right: 65px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b144d1d5-e1dd-4c70-a1a9-7242e9cc8660 .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: center;
}



#s-3acb1fcd-f65a-478d-9c36-478af250802f {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}
#s-3acb1fcd-f65a-478d-9c36-478af250802f:hover {opacity: 0.7 !important;}



  #s-3acb1fcd-f65a-478d-9c36-478af250802f img.shogun-image {
    
    width: px;
  }


#s-3acb1fcd-f65a-478d-9c36-478af250802f .shogun-image-content {
  
    align-items: center;
  
}

#s-0d5eb04f-fb77-43fd-ad43-84ecf1089222 {
  margin-left: 25px;
margin-right: 25px;
min-height: 480px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0d5eb04f-fb77-43fd-ad43-84ecf1089222 {
  display: none;
}
#s-0d5eb04f-fb77-43fd-ad43-84ecf1089222, #wrap-s-0d5eb04f-fb77-43fd-ad43-84ecf1089222 { display:none !important; }}@media (max-width: 767px){#s-0d5eb04f-fb77-43fd-ad43-84ecf1089222 {
  display: none;
}
#s-0d5eb04f-fb77-43fd-ad43-84ecf1089222, #wrap-s-0d5eb04f-fb77-43fd-ad43-84ecf1089222 { display:none !important; }}







#s-0d5eb04f-fb77-43fd-ad43-84ecf1089222 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d5eb04f-fb77-43fd-ad43-84ecf1089222.shg-box.shg-c {
  justify-content: center;
}

#s-e9d17c59-b025-4773-b309-92faa1d49fd1 {
  margin-top: 35px;
margin-left: 36px;
margin-bottom: 15px;
margin-right: 36px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-e9d17c59-b025-4773-b309-92faa1d49fd1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9d17c59-b025-4773-b309-92faa1d49fd1 {
  
}
}@media (max-width: 767px){#s-e9d17c59-b025-4773-b309-92faa1d49fd1 {
  display: none;
}
#s-e9d17c59-b025-4773-b309-92faa1d49fd1, #wrap-s-e9d17c59-b025-4773-b309-92faa1d49fd1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e9d17c59-b025-4773-b309-92faa1d49fd1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-fc84ed7a-329b-40d5-ad83-8a5d88a4e5d1 {
  min-height: 425px;
}








#s-fc84ed7a-329b-40d5-ad83-8a5d88a4e5d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc84ed7a-329b-40d5-ad83-8a5d88a4e5d1.shg-box.shg-c {
  justify-content: center;
}

#s-8961a786-3df0-47a8-9fe4-5d2eb8933a68 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8961a786-3df0-47a8-9fe4-5d2eb8933a68 .shogun-heading-component h2 {
  color: rgba(83, 80, 82, 1);
  font-weight:  300 ;
  font-family: Lato;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cd784451-c34b-466a-a544-063acf7622a6 {
  margin-left: 10px;
margin-right: 10px;
}

#s-cd784451-c34b-466a-a544-063acf7622a6 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-781e2620-68c2-4f10-9bf0-659b42d4b777 {
  margin-left: 55px;
margin-right: 55px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-781e2620-68c2-4f10-9bf0-659b42d4b777 .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fa0106cb-4202-44c3-928c-d3954d11fecc {
  min-height: 425px;
}








#s-fa0106cb-4202-44c3-928c-d3954d11fecc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa0106cb-4202-44c3-928c-d3954d11fecc.shg-box.shg-c {
  justify-content: center;
}

#s-b4481c15-0115-4a3d-86e2-ffb53c371372 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-71115945-2411-48bf-8938-8d0efa8f8867"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-39dc9d0e-f4b8-46e4-abfe-c9b703c08b20 {
  display: none;
}
#s-f0704593-6897-4cec-9312-ff6e3107db4a {
  text-align: left;
}


.shg-c#s-f0704593-6897-4cec-9312-ff6e3107db4a {
  max-width: 100%;
}

.shg-c#s-f0704593-6897-4cec-9312-ff6e3107db4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0704593-6897-4cec-9312-ff6e3107db4a .shg-image-zoom,
.shg-c#s-f0704593-6897-4cec-9312-ff6e3107db4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0704593-6897-4cec-9312-ff6e3107db4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f0704593-6897-4cec-9312-ff6e3107db4a {
  max-width: 100%;
}

.shg-c#s-f0704593-6897-4cec-9312-ff6e3107db4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0704593-6897-4cec-9312-ff6e3107db4a .shg-image-zoom,
.shg-c#s-f0704593-6897-4cec-9312-ff6e3107db4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0704593-6897-4cec-9312-ff6e3107db4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f0704593-6897-4cec-9312-ff6e3107db4a {
  max-width: 100%;
}

.shg-c#s-f0704593-6897-4cec-9312-ff6e3107db4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0704593-6897-4cec-9312-ff6e3107db4a .shg-image-zoom,
.shg-c#s-f0704593-6897-4cec-9312-ff6e3107db4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0704593-6897-4cec-9312-ff6e3107db4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f0704593-6897-4cec-9312-ff6e3107db4a {
  max-width: 100%;
}

.shg-c#s-f0704593-6897-4cec-9312-ff6e3107db4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0704593-6897-4cec-9312-ff6e3107db4a .shg-image-zoom,
.shg-c#s-f0704593-6897-4cec-9312-ff6e3107db4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0704593-6897-4cec-9312-ff6e3107db4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f0704593-6897-4cec-9312-ff6e3107db4a {
  max-width: 100%;
}

.shg-c#s-f0704593-6897-4cec-9312-ff6e3107db4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0704593-6897-4cec-9312-ff6e3107db4a .shg-image-zoom,
.shg-c#s-f0704593-6897-4cec-9312-ff6e3107db4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0704593-6897-4cec-9312-ff6e3107db4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e816aace-92fa-43cb-a3dc-e5338fe7fed4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e816aace-92fa-43cb-a3dc-e5338fe7fed4 .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-83b67f69-8321-46a1-8086-7a4e64dc1e98 {
  margin-top: -10px;
text-align: center;
}

#s-83b67f69-8321-46a1-8086-7a4e64dc1e98 .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-83b67f69-8321-46a1-8086-7a4e64dc1e98 .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-83b67f69-8321-46a1-8086-7a4e64dc1e98 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-bcf18a5a-3165-42e6-8ced-bdde4dc86927 {
  display: none;
}
#s-b93badd6-28aa-4cce-b3c4-05020705e1e6 {
  text-align: left;
}


.shg-c#s-b93badd6-28aa-4cce-b3c4-05020705e1e6 {
  max-width: 100%;
}

.shg-c#s-b93badd6-28aa-4cce-b3c4-05020705e1e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b93badd6-28aa-4cce-b3c4-05020705e1e6 .shg-image-zoom,
.shg-c#s-b93badd6-28aa-4cce-b3c4-05020705e1e6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b93badd6-28aa-4cce-b3c4-05020705e1e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b93badd6-28aa-4cce-b3c4-05020705e1e6 {
  max-width: 100%;
}

.shg-c#s-b93badd6-28aa-4cce-b3c4-05020705e1e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b93badd6-28aa-4cce-b3c4-05020705e1e6 .shg-image-zoom,
.shg-c#s-b93badd6-28aa-4cce-b3c4-05020705e1e6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b93badd6-28aa-4cce-b3c4-05020705e1e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b93badd6-28aa-4cce-b3c4-05020705e1e6 {
  max-width: 100%;
}

.shg-c#s-b93badd6-28aa-4cce-b3c4-05020705e1e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b93badd6-28aa-4cce-b3c4-05020705e1e6 .shg-image-zoom,
.shg-c#s-b93badd6-28aa-4cce-b3c4-05020705e1e6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b93badd6-28aa-4cce-b3c4-05020705e1e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b93badd6-28aa-4cce-b3c4-05020705e1e6 {
  max-width: 100%;
}

.shg-c#s-b93badd6-28aa-4cce-b3c4-05020705e1e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b93badd6-28aa-4cce-b3c4-05020705e1e6 .shg-image-zoom,
.shg-c#s-b93badd6-28aa-4cce-b3c4-05020705e1e6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b93badd6-28aa-4cce-b3c4-05020705e1e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b93badd6-28aa-4cce-b3c4-05020705e1e6 {
  max-width: 100%;
}

.shg-c#s-b93badd6-28aa-4cce-b3c4-05020705e1e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b93badd6-28aa-4cce-b3c4-05020705e1e6 .shg-image-zoom,
.shg-c#s-b93badd6-28aa-4cce-b3c4-05020705e1e6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b93badd6-28aa-4cce-b3c4-05020705e1e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-88113289-f5cc-4cd1-ae7f-917d3668b308 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88113289-f5cc-4cd1-ae7f-917d3668b308 .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-6f16d673-100d-4842-a1b9-d5f3047ee6d9 {
  margin-top: -10px;
text-align: center;
}

#s-6f16d673-100d-4842-a1b9-d5f3047ee6d9 .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-6f16d673-100d-4842-a1b9-d5f3047ee6d9 .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-6f16d673-100d-4842-a1b9-d5f3047ee6d9 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-da3c6a72-436b-4376-90dc-e4c3affa6e1d {
  display: none;
}
#s-22905a92-1734-4fcd-a561-bea678579482 {
  text-align: left;
}


.shg-c#s-22905a92-1734-4fcd-a561-bea678579482 {
  max-width: 100%;
}

.shg-c#s-22905a92-1734-4fcd-a561-bea678579482 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22905a92-1734-4fcd-a561-bea678579482 .shg-image-zoom,
.shg-c#s-22905a92-1734-4fcd-a561-bea678579482 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22905a92-1734-4fcd-a561-bea678579482 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-22905a92-1734-4fcd-a561-bea678579482 {
  max-width: 100%;
}

.shg-c#s-22905a92-1734-4fcd-a561-bea678579482 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22905a92-1734-4fcd-a561-bea678579482 .shg-image-zoom,
.shg-c#s-22905a92-1734-4fcd-a561-bea678579482 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22905a92-1734-4fcd-a561-bea678579482 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-22905a92-1734-4fcd-a561-bea678579482 {
  max-width: 100%;
}

.shg-c#s-22905a92-1734-4fcd-a561-bea678579482 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22905a92-1734-4fcd-a561-bea678579482 .shg-image-zoom,
.shg-c#s-22905a92-1734-4fcd-a561-bea678579482 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22905a92-1734-4fcd-a561-bea678579482 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-22905a92-1734-4fcd-a561-bea678579482 {
  max-width: 100%;
}

.shg-c#s-22905a92-1734-4fcd-a561-bea678579482 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22905a92-1734-4fcd-a561-bea678579482 .shg-image-zoom,
.shg-c#s-22905a92-1734-4fcd-a561-bea678579482 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22905a92-1734-4fcd-a561-bea678579482 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-22905a92-1734-4fcd-a561-bea678579482 {
  max-width: 100%;
}

.shg-c#s-22905a92-1734-4fcd-a561-bea678579482 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22905a92-1734-4fcd-a561-bea678579482 .shg-image-zoom,
.shg-c#s-22905a92-1734-4fcd-a561-bea678579482 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22905a92-1734-4fcd-a561-bea678579482 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1b07072b-9733-436d-b1c8-4a32b7f48e23 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b07072b-9733-436d-b1c8-4a32b7f48e23 .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-f94381ce-8754-4317-acea-37b71fb0494c {
  margin-top: -10px;
text-align: center;
}

#s-f94381ce-8754-4317-acea-37b71fb0494c .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-f94381ce-8754-4317-acea-37b71fb0494c .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-f94381ce-8754-4317-acea-37b71fb0494c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 0px) {
[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e9c1713b-8867-478f-abc9-29ac5adfa752"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-1198efc8-0fd0-45c5-b590-a8ea715830ea {
  display: none;
}
#s-d58d186a-c04a-4bd0-859e-e3a72642e256 {
  text-align: left;
}


.shg-c#s-d58d186a-c04a-4bd0-859e-e3a72642e256 {
  max-width: 100%;
}

.shg-c#s-d58d186a-c04a-4bd0-859e-e3a72642e256 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d58d186a-c04a-4bd0-859e-e3a72642e256 .shg-image-zoom,
.shg-c#s-d58d186a-c04a-4bd0-859e-e3a72642e256 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d58d186a-c04a-4bd0-859e-e3a72642e256 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d58d186a-c04a-4bd0-859e-e3a72642e256 {
  max-width: 100%;
}

.shg-c#s-d58d186a-c04a-4bd0-859e-e3a72642e256 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d58d186a-c04a-4bd0-859e-e3a72642e256 .shg-image-zoom,
.shg-c#s-d58d186a-c04a-4bd0-859e-e3a72642e256 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d58d186a-c04a-4bd0-859e-e3a72642e256 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d58d186a-c04a-4bd0-859e-e3a72642e256 {
  max-width: 100%;
}

.shg-c#s-d58d186a-c04a-4bd0-859e-e3a72642e256 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d58d186a-c04a-4bd0-859e-e3a72642e256 .shg-image-zoom,
.shg-c#s-d58d186a-c04a-4bd0-859e-e3a72642e256 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d58d186a-c04a-4bd0-859e-e3a72642e256 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d58d186a-c04a-4bd0-859e-e3a72642e256 {
  max-width: 100%;
}

.shg-c#s-d58d186a-c04a-4bd0-859e-e3a72642e256 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d58d186a-c04a-4bd0-859e-e3a72642e256 .shg-image-zoom,
.shg-c#s-d58d186a-c04a-4bd0-859e-e3a72642e256 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d58d186a-c04a-4bd0-859e-e3a72642e256 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d58d186a-c04a-4bd0-859e-e3a72642e256 {
  max-width: 100%;
}

.shg-c#s-d58d186a-c04a-4bd0-859e-e3a72642e256 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d58d186a-c04a-4bd0-859e-e3a72642e256 .shg-image-zoom,
.shg-c#s-d58d186a-c04a-4bd0-859e-e3a72642e256 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d58d186a-c04a-4bd0-859e-e3a72642e256 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-357c99c5-36f7-4591-b1e8-fc0805b3794b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-357c99c5-36f7-4591-b1e8-fc0805b3794b .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-38e937dc-3e71-46fb-9576-985a23d45389 {
  margin-top: -10px;
text-align: center;
}

#s-38e937dc-3e71-46fb-9576-985a23d45389 .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-38e937dc-3e71-46fb-9576-985a23d45389 .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-38e937dc-3e71-46fb-9576-985a23d45389 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-48d91362-89a3-4236-b55d-51dd4902a2ab {
  display: none;
}
#s-730970e1-5ac7-4adb-a4bd-c178fac2b817 {
  text-align: left;
}


.shg-c#s-730970e1-5ac7-4adb-a4bd-c178fac2b817 {
  max-width: 100%;
}

.shg-c#s-730970e1-5ac7-4adb-a4bd-c178fac2b817 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-730970e1-5ac7-4adb-a4bd-c178fac2b817 .shg-image-zoom,
.shg-c#s-730970e1-5ac7-4adb-a4bd-c178fac2b817 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-730970e1-5ac7-4adb-a4bd-c178fac2b817 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-730970e1-5ac7-4adb-a4bd-c178fac2b817 {
  max-width: 100%;
}

.shg-c#s-730970e1-5ac7-4adb-a4bd-c178fac2b817 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-730970e1-5ac7-4adb-a4bd-c178fac2b817 .shg-image-zoom,
.shg-c#s-730970e1-5ac7-4adb-a4bd-c178fac2b817 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-730970e1-5ac7-4adb-a4bd-c178fac2b817 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-730970e1-5ac7-4adb-a4bd-c178fac2b817 {
  max-width: 100%;
}

.shg-c#s-730970e1-5ac7-4adb-a4bd-c178fac2b817 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-730970e1-5ac7-4adb-a4bd-c178fac2b817 .shg-image-zoom,
.shg-c#s-730970e1-5ac7-4adb-a4bd-c178fac2b817 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-730970e1-5ac7-4adb-a4bd-c178fac2b817 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-730970e1-5ac7-4adb-a4bd-c178fac2b817 {
  max-width: 100%;
}

.shg-c#s-730970e1-5ac7-4adb-a4bd-c178fac2b817 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-730970e1-5ac7-4adb-a4bd-c178fac2b817 .shg-image-zoom,
.shg-c#s-730970e1-5ac7-4adb-a4bd-c178fac2b817 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-730970e1-5ac7-4adb-a4bd-c178fac2b817 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-730970e1-5ac7-4adb-a4bd-c178fac2b817 {
  max-width: 100%;
}

.shg-c#s-730970e1-5ac7-4adb-a4bd-c178fac2b817 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-730970e1-5ac7-4adb-a4bd-c178fac2b817 .shg-image-zoom,
.shg-c#s-730970e1-5ac7-4adb-a4bd-c178fac2b817 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-730970e1-5ac7-4adb-a4bd-c178fac2b817 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8c22776a-daa4-44d4-a6af-2c7790d59952 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c22776a-daa4-44d4-a6af-2c7790d59952 .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-6b858292-702c-46c9-a046-060ce939ecb0 {
  margin-top: -10px;
text-align: center;
}

#s-6b858292-702c-46c9-a046-060ce939ecb0 .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-6b858292-702c-46c9-a046-060ce939ecb0 .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-6b858292-702c-46c9-a046-060ce939ecb0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-efeffe8f-4495-4756-8077-0516d4cfd61a {
  display: none;
}
#s-4eab101a-4fad-4bf5-a4d3-e8aaf858506d {
  text-align: left;
}


.shg-c#s-4eab101a-4fad-4bf5-a4d3-e8aaf858506d {
  max-width: 100%;
}

.shg-c#s-4eab101a-4fad-4bf5-a4d3-e8aaf858506d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4eab101a-4fad-4bf5-a4d3-e8aaf858506d .shg-image-zoom,
.shg-c#s-4eab101a-4fad-4bf5-a4d3-e8aaf858506d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4eab101a-4fad-4bf5-a4d3-e8aaf858506d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4eab101a-4fad-4bf5-a4d3-e8aaf858506d {
  max-width: 100%;
}

.shg-c#s-4eab101a-4fad-4bf5-a4d3-e8aaf858506d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4eab101a-4fad-4bf5-a4d3-e8aaf858506d .shg-image-zoom,
.shg-c#s-4eab101a-4fad-4bf5-a4d3-e8aaf858506d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4eab101a-4fad-4bf5-a4d3-e8aaf858506d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4eab101a-4fad-4bf5-a4d3-e8aaf858506d {
  max-width: 100%;
}

.shg-c#s-4eab101a-4fad-4bf5-a4d3-e8aaf858506d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4eab101a-4fad-4bf5-a4d3-e8aaf858506d .shg-image-zoom,
.shg-c#s-4eab101a-4fad-4bf5-a4d3-e8aaf858506d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4eab101a-4fad-4bf5-a4d3-e8aaf858506d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4eab101a-4fad-4bf5-a4d3-e8aaf858506d {
  max-width: 100%;
}

.shg-c#s-4eab101a-4fad-4bf5-a4d3-e8aaf858506d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4eab101a-4fad-4bf5-a4d3-e8aaf858506d .shg-image-zoom,
.shg-c#s-4eab101a-4fad-4bf5-a4d3-e8aaf858506d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4eab101a-4fad-4bf5-a4d3-e8aaf858506d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4eab101a-4fad-4bf5-a4d3-e8aaf858506d {
  max-width: 100%;
}

.shg-c#s-4eab101a-4fad-4bf5-a4d3-e8aaf858506d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4eab101a-4fad-4bf5-a4d3-e8aaf858506d .shg-image-zoom,
.shg-c#s-4eab101a-4fad-4bf5-a4d3-e8aaf858506d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4eab101a-4fad-4bf5-a4d3-e8aaf858506d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-de508521-af64-47f4-aab1-99d2b615ecd2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de508521-af64-47f4-aab1-99d2b615ecd2 .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-9c0f08ca-9dee-46ed-b66d-ccab75ba26ed {
  margin-top: -10px;
text-align: center;
}

#s-9c0f08ca-9dee-46ed-b66d-ccab75ba26ed .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-9c0f08ca-9dee-46ed-b66d-ccab75ba26ed .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-9c0f08ca-9dee-46ed-b66d-ccab75ba26ed .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 0px) {
[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a9501475-305b-423b-83c1-2921276465f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-c30fa32a-5e5a-4054-b7f9-12adea49dd2c {
  display: none;
}
#s-75e791b1-ca63-4ab3-b6d3-e914270ade31 {
  text-align: left;
}


.shg-c#s-75e791b1-ca63-4ab3-b6d3-e914270ade31 {
  max-width: 100%;
}

.shg-c#s-75e791b1-ca63-4ab3-b6d3-e914270ade31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75e791b1-ca63-4ab3-b6d3-e914270ade31 .shg-image-zoom,
.shg-c#s-75e791b1-ca63-4ab3-b6d3-e914270ade31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75e791b1-ca63-4ab3-b6d3-e914270ade31 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-75e791b1-ca63-4ab3-b6d3-e914270ade31 {
  max-width: 100%;
}

.shg-c#s-75e791b1-ca63-4ab3-b6d3-e914270ade31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75e791b1-ca63-4ab3-b6d3-e914270ade31 .shg-image-zoom,
.shg-c#s-75e791b1-ca63-4ab3-b6d3-e914270ade31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75e791b1-ca63-4ab3-b6d3-e914270ade31 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-75e791b1-ca63-4ab3-b6d3-e914270ade31 {
  max-width: 100%;
}

.shg-c#s-75e791b1-ca63-4ab3-b6d3-e914270ade31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75e791b1-ca63-4ab3-b6d3-e914270ade31 .shg-image-zoom,
.shg-c#s-75e791b1-ca63-4ab3-b6d3-e914270ade31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75e791b1-ca63-4ab3-b6d3-e914270ade31 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-75e791b1-ca63-4ab3-b6d3-e914270ade31 {
  max-width: 100%;
}

.shg-c#s-75e791b1-ca63-4ab3-b6d3-e914270ade31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75e791b1-ca63-4ab3-b6d3-e914270ade31 .shg-image-zoom,
.shg-c#s-75e791b1-ca63-4ab3-b6d3-e914270ade31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75e791b1-ca63-4ab3-b6d3-e914270ade31 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-75e791b1-ca63-4ab3-b6d3-e914270ade31 {
  max-width: 100%;
}

.shg-c#s-75e791b1-ca63-4ab3-b6d3-e914270ade31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75e791b1-ca63-4ab3-b6d3-e914270ade31 .shg-image-zoom,
.shg-c#s-75e791b1-ca63-4ab3-b6d3-e914270ade31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75e791b1-ca63-4ab3-b6d3-e914270ade31 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-33df9340-42a1-4231-a1ab-15bbc0ca05cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33df9340-42a1-4231-a1ab-15bbc0ca05cc .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-d7e3fc8e-2c5c-47f4-ad06-1e0627f29fe2 {
  margin-top: -10px;
text-align: center;
}

#s-d7e3fc8e-2c5c-47f4-ad06-1e0627f29fe2 .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-d7e3fc8e-2c5c-47f4-ad06-1e0627f29fe2 .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-d7e3fc8e-2c5c-47f4-ad06-1e0627f29fe2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a43979ec-e984-415f-9bb8-8c979d5e2586 {
  display: none;
}
#s-06d573fa-446b-4dc7-bd80-0fe25607679b {
  text-align: left;
}


.shg-c#s-06d573fa-446b-4dc7-bd80-0fe25607679b {
  max-width: 100%;
}

.shg-c#s-06d573fa-446b-4dc7-bd80-0fe25607679b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06d573fa-446b-4dc7-bd80-0fe25607679b .shg-image-zoom,
.shg-c#s-06d573fa-446b-4dc7-bd80-0fe25607679b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-06d573fa-446b-4dc7-bd80-0fe25607679b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-06d573fa-446b-4dc7-bd80-0fe25607679b {
  max-width: 100%;
}

.shg-c#s-06d573fa-446b-4dc7-bd80-0fe25607679b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06d573fa-446b-4dc7-bd80-0fe25607679b .shg-image-zoom,
.shg-c#s-06d573fa-446b-4dc7-bd80-0fe25607679b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-06d573fa-446b-4dc7-bd80-0fe25607679b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-06d573fa-446b-4dc7-bd80-0fe25607679b {
  max-width: 100%;
}

.shg-c#s-06d573fa-446b-4dc7-bd80-0fe25607679b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06d573fa-446b-4dc7-bd80-0fe25607679b .shg-image-zoom,
.shg-c#s-06d573fa-446b-4dc7-bd80-0fe25607679b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-06d573fa-446b-4dc7-bd80-0fe25607679b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-06d573fa-446b-4dc7-bd80-0fe25607679b {
  max-width: 100%;
}

.shg-c#s-06d573fa-446b-4dc7-bd80-0fe25607679b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06d573fa-446b-4dc7-bd80-0fe25607679b .shg-image-zoom,
.shg-c#s-06d573fa-446b-4dc7-bd80-0fe25607679b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-06d573fa-446b-4dc7-bd80-0fe25607679b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-06d573fa-446b-4dc7-bd80-0fe25607679b {
  max-width: 100%;
}

.shg-c#s-06d573fa-446b-4dc7-bd80-0fe25607679b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06d573fa-446b-4dc7-bd80-0fe25607679b .shg-image-zoom,
.shg-c#s-06d573fa-446b-4dc7-bd80-0fe25607679b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-06d573fa-446b-4dc7-bd80-0fe25607679b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8da10751-09c3-49b0-b1c5-0376ee173531 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8da10751-09c3-49b0-b1c5-0376ee173531 .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-a3a33f2c-3ddd-45dc-806b-8f67e2aea6cc {
  margin-top: -10px;
text-align: center;
}

#s-a3a33f2c-3ddd-45dc-806b-8f67e2aea6cc .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-a3a33f2c-3ddd-45dc-806b-8f67e2aea6cc .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-a3a33f2c-3ddd-45dc-806b-8f67e2aea6cc .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-53f6f0fa-b97f-411d-8702-6665e61fde8a {
  display: none;
}
#s-3c95ceb8-82a0-4fbf-851a-6276337302d6 {
  text-align: left;
}


.shg-c#s-3c95ceb8-82a0-4fbf-851a-6276337302d6 {
  max-width: 100%;
}

.shg-c#s-3c95ceb8-82a0-4fbf-851a-6276337302d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c95ceb8-82a0-4fbf-851a-6276337302d6 .shg-image-zoom,
.shg-c#s-3c95ceb8-82a0-4fbf-851a-6276337302d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3c95ceb8-82a0-4fbf-851a-6276337302d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3c95ceb8-82a0-4fbf-851a-6276337302d6 {
  max-width: 100%;
}

.shg-c#s-3c95ceb8-82a0-4fbf-851a-6276337302d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c95ceb8-82a0-4fbf-851a-6276337302d6 .shg-image-zoom,
.shg-c#s-3c95ceb8-82a0-4fbf-851a-6276337302d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3c95ceb8-82a0-4fbf-851a-6276337302d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3c95ceb8-82a0-4fbf-851a-6276337302d6 {
  max-width: 100%;
}

.shg-c#s-3c95ceb8-82a0-4fbf-851a-6276337302d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c95ceb8-82a0-4fbf-851a-6276337302d6 .shg-image-zoom,
.shg-c#s-3c95ceb8-82a0-4fbf-851a-6276337302d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3c95ceb8-82a0-4fbf-851a-6276337302d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3c95ceb8-82a0-4fbf-851a-6276337302d6 {
  max-width: 100%;
}

.shg-c#s-3c95ceb8-82a0-4fbf-851a-6276337302d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c95ceb8-82a0-4fbf-851a-6276337302d6 .shg-image-zoom,
.shg-c#s-3c95ceb8-82a0-4fbf-851a-6276337302d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3c95ceb8-82a0-4fbf-851a-6276337302d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3c95ceb8-82a0-4fbf-851a-6276337302d6 {
  max-width: 100%;
}

.shg-c#s-3c95ceb8-82a0-4fbf-851a-6276337302d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c95ceb8-82a0-4fbf-851a-6276337302d6 .shg-image-zoom,
.shg-c#s-3c95ceb8-82a0-4fbf-851a-6276337302d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3c95ceb8-82a0-4fbf-851a-6276337302d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-19f099e3-cac8-475f-9c1a-4e6cbc24ebe6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19f099e3-cac8-475f-9c1a-4e6cbc24ebe6 .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-8ecf31bf-fe7a-4a27-b85b-5748a23cecab {
  margin-top: -10px;
text-align: center;
}

#s-8ecf31bf-fe7a-4a27-b85b-5748a23cecab .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-8ecf31bf-fe7a-4a27-b85b-5748a23cecab .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-8ecf31bf-fe7a-4a27-b85b-5748a23cecab .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 0px) {
[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-048201a7-9011-4255-8752-54cc8959148a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-a3a88a08-3eef-49f8-9916-b3c287352d3c {
  display: none;
}
#s-be8462ae-3009-4703-893a-303125696f50 {
  text-align: left;
}


.shg-c#s-be8462ae-3009-4703-893a-303125696f50 {
  max-width: 100%;
}

.shg-c#s-be8462ae-3009-4703-893a-303125696f50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be8462ae-3009-4703-893a-303125696f50 .shg-image-zoom,
.shg-c#s-be8462ae-3009-4703-893a-303125696f50 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be8462ae-3009-4703-893a-303125696f50 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-be8462ae-3009-4703-893a-303125696f50 {
  max-width: 100%;
}

.shg-c#s-be8462ae-3009-4703-893a-303125696f50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be8462ae-3009-4703-893a-303125696f50 .shg-image-zoom,
.shg-c#s-be8462ae-3009-4703-893a-303125696f50 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be8462ae-3009-4703-893a-303125696f50 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-be8462ae-3009-4703-893a-303125696f50 {
  max-width: 100%;
}

.shg-c#s-be8462ae-3009-4703-893a-303125696f50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be8462ae-3009-4703-893a-303125696f50 .shg-image-zoom,
.shg-c#s-be8462ae-3009-4703-893a-303125696f50 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be8462ae-3009-4703-893a-303125696f50 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-be8462ae-3009-4703-893a-303125696f50 {
  max-width: 100%;
}

.shg-c#s-be8462ae-3009-4703-893a-303125696f50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be8462ae-3009-4703-893a-303125696f50 .shg-image-zoom,
.shg-c#s-be8462ae-3009-4703-893a-303125696f50 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be8462ae-3009-4703-893a-303125696f50 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-be8462ae-3009-4703-893a-303125696f50 {
  max-width: 100%;
}

.shg-c#s-be8462ae-3009-4703-893a-303125696f50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be8462ae-3009-4703-893a-303125696f50 .shg-image-zoom,
.shg-c#s-be8462ae-3009-4703-893a-303125696f50 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be8462ae-3009-4703-893a-303125696f50 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f748a525-4d89-4a12-a081-b0258df2c2c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f748a525-4d89-4a12-a081-b0258df2c2c0 .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-8bb15c33-b35b-4766-bae2-68f19d71238f {
  margin-top: -10px;
text-align: center;
}

#s-8bb15c33-b35b-4766-bae2-68f19d71238f .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-8bb15c33-b35b-4766-bae2-68f19d71238f .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-8bb15c33-b35b-4766-bae2-68f19d71238f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c00bb5da-d6db-4510-a14f-d09f1f56d88e {
  display: none;
}
#s-80043903-257e-418f-8041-c0853e8fe867 {
  text-align: left;
}


.shg-c#s-80043903-257e-418f-8041-c0853e8fe867 {
  max-width: 100%;
}

.shg-c#s-80043903-257e-418f-8041-c0853e8fe867 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80043903-257e-418f-8041-c0853e8fe867 .shg-image-zoom,
.shg-c#s-80043903-257e-418f-8041-c0853e8fe867 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-80043903-257e-418f-8041-c0853e8fe867 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-80043903-257e-418f-8041-c0853e8fe867 {
  max-width: 100%;
}

.shg-c#s-80043903-257e-418f-8041-c0853e8fe867 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80043903-257e-418f-8041-c0853e8fe867 .shg-image-zoom,
.shg-c#s-80043903-257e-418f-8041-c0853e8fe867 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-80043903-257e-418f-8041-c0853e8fe867 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-80043903-257e-418f-8041-c0853e8fe867 {
  max-width: 100%;
}

.shg-c#s-80043903-257e-418f-8041-c0853e8fe867 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80043903-257e-418f-8041-c0853e8fe867 .shg-image-zoom,
.shg-c#s-80043903-257e-418f-8041-c0853e8fe867 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-80043903-257e-418f-8041-c0853e8fe867 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-80043903-257e-418f-8041-c0853e8fe867 {
  max-width: 100%;
}

.shg-c#s-80043903-257e-418f-8041-c0853e8fe867 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80043903-257e-418f-8041-c0853e8fe867 .shg-image-zoom,
.shg-c#s-80043903-257e-418f-8041-c0853e8fe867 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-80043903-257e-418f-8041-c0853e8fe867 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-80043903-257e-418f-8041-c0853e8fe867 {
  max-width: 100%;
}

.shg-c#s-80043903-257e-418f-8041-c0853e8fe867 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80043903-257e-418f-8041-c0853e8fe867 .shg-image-zoom,
.shg-c#s-80043903-257e-418f-8041-c0853e8fe867 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-80043903-257e-418f-8041-c0853e8fe867 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-01f0cf6c-9c61-4788-b0db-1b0a3d78f6fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01f0cf6c-9c61-4788-b0db-1b0a3d78f6fa .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-6a227fa5-cd1b-4025-b210-fb8cfe2fbc66 {
  margin-top: -10px;
text-align: center;
}

#s-6a227fa5-cd1b-4025-b210-fb8cfe2fbc66 .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-6a227fa5-cd1b-4025-b210-fb8cfe2fbc66 .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-6a227fa5-cd1b-4025-b210-fb8cfe2fbc66 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-3aa5ab38-70cc-427d-91ef-4648ead1db9b {
  display: none;
}
#s-9a029e6b-a884-43c2-b4e5-d99e88216d2a {
  text-align: left;
}


.shg-c#s-9a029e6b-a884-43c2-b4e5-d99e88216d2a {
  max-width: 100%;
}

.shg-c#s-9a029e6b-a884-43c2-b4e5-d99e88216d2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a029e6b-a884-43c2-b4e5-d99e88216d2a .shg-image-zoom,
.shg-c#s-9a029e6b-a884-43c2-b4e5-d99e88216d2a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a029e6b-a884-43c2-b4e5-d99e88216d2a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9a029e6b-a884-43c2-b4e5-d99e88216d2a {
  max-width: 100%;
}

.shg-c#s-9a029e6b-a884-43c2-b4e5-d99e88216d2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a029e6b-a884-43c2-b4e5-d99e88216d2a .shg-image-zoom,
.shg-c#s-9a029e6b-a884-43c2-b4e5-d99e88216d2a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a029e6b-a884-43c2-b4e5-d99e88216d2a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9a029e6b-a884-43c2-b4e5-d99e88216d2a {
  max-width: 100%;
}

.shg-c#s-9a029e6b-a884-43c2-b4e5-d99e88216d2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a029e6b-a884-43c2-b4e5-d99e88216d2a .shg-image-zoom,
.shg-c#s-9a029e6b-a884-43c2-b4e5-d99e88216d2a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a029e6b-a884-43c2-b4e5-d99e88216d2a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9a029e6b-a884-43c2-b4e5-d99e88216d2a {
  max-width: 100%;
}

.shg-c#s-9a029e6b-a884-43c2-b4e5-d99e88216d2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a029e6b-a884-43c2-b4e5-d99e88216d2a .shg-image-zoom,
.shg-c#s-9a029e6b-a884-43c2-b4e5-d99e88216d2a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a029e6b-a884-43c2-b4e5-d99e88216d2a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9a029e6b-a884-43c2-b4e5-d99e88216d2a {
  max-width: 100%;
}

.shg-c#s-9a029e6b-a884-43c2-b4e5-d99e88216d2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a029e6b-a884-43c2-b4e5-d99e88216d2a .shg-image-zoom,
.shg-c#s-9a029e6b-a884-43c2-b4e5-d99e88216d2a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a029e6b-a884-43c2-b4e5-d99e88216d2a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c9d5413d-f49f-4938-8145-f7d520422923 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9d5413d-f49f-4938-8145-f7d520422923 .shg-product-title-component h1 {
  color: rgba(83, 80, 82, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-faa3f3f2-7fa6-4055-b220-17051c065fde {
  margin-top: -10px;
text-align: center;
}

#s-faa3f3f2-7fa6-4055-b220-17051c065fde .shg-product-sold-out {
  display: none;
  color: rgba(127, 125, 126, 1);
  font-size: 14px;
}

#s-faa3f3f2-7fa6-4055-b220-17051c065fde .shg-product-price {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 14px;
}

#s-faa3f3f2-7fa6-4055-b220-17051c065fde .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-3b3c4621-3db3-423e-8f36-10b1a56ad7b3 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3b3c4621-3db3-423e-8f36-10b1a56ad7b3 {
  display: none;
}
#s-3b3c4621-3db3-423e-8f36-10b1a56ad7b3, #wrap-s-3b3c4621-3db3-423e-8f36-10b1a56ad7b3 { display:none !important; }}@media (max-width: 767px){#s-3b3c4621-3db3-423e-8f36-10b1a56ad7b3 {
  display: none;
}
#s-3b3c4621-3db3-423e-8f36-10b1a56ad7b3, #wrap-s-3b3c4621-3db3-423e-8f36-10b1a56ad7b3 { display:none !important; }}







#s-3b3c4621-3db3-423e-8f36-10b1a56ad7b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b3c4621-3db3-423e-8f36-10b1a56ad7b3.shg-box.shg-c {
  justify-content: center;
}

#s-baf70cbc-d107-47df-8a27-fa89f170f219 {
  margin-top: 10px;
margin-left: 36px;
margin-bottom: 15px;
margin-right: 36px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-baf70cbc-d107-47df-8a27-fa89f170f219 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-baf70cbc-d107-47df-8a27-fa89f170f219 {
  
}
}@media (max-width: 767px){#s-baf70cbc-d107-47df-8a27-fa89f170f219 {
  display: none;
}
#s-baf70cbc-d107-47df-8a27-fa89f170f219, #wrap-s-baf70cbc-d107-47df-8a27-fa89f170f219 { display:none !important; }}
@media (min-width: 0px) {
[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-baf70cbc-d107-47df-8a27-fa89f170f219"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-594a9bee-7577-4628-8cd1-e59ddeb8e067 {
  min-height: 425px;
}








#s-594a9bee-7577-4628-8cd1-e59ddeb8e067 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-594a9bee-7577-4628-8cd1-e59ddeb8e067.shg-box.shg-c {
  justify-content: center;
}

#s-c306915e-3f05-4511-9aba-3ef4f4ade403 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c306915e-3f05-4511-9aba-3ef4f4ade403 .shogun-heading-component h2 {
  color: rgba(83, 80, 82, 1);
  font-weight:  300 ;
  font-family: Lato;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b8aa32de-bffe-42be-95b2-8b30af3c03ab {
  margin-top: -10px;
margin-left: 50px;
margin-right: 50px;
}

#s-b8aa32de-bffe-42be-95b2-8b30af3c03ab hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-722c6d56-d4fb-4d98-9f04-840831871b4f {
  margin-top: 15px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-722c6d56-d4fb-4d98-9f04-840831871b4f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-48a806d8-d8ce-4877-b929-ddd8aeece4e5 {
  text-align: center;
}
#s-48a806d8-d8ce-4877-b929-ddd8aeece4e5:hover {opacity: 0.7 !important;}



  #s-48a806d8-d8ce-4877-b929-ddd8aeece4e5 img.shogun-image {
    
    width: px;
  }


#s-48a806d8-d8ce-4877-b929-ddd8aeece4e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-b36ff9d3-2a4e-49ca-bad2-c1548d210be1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b36ff9d3-2a4e-49ca-bad2-c1548d210be1 .shogun-heading-component h1 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-b36ff9d3-2a4e-49ca-bad2-c1548d210be1 .shogun-heading-component h1 a {
  color: rgba(127, 125, 126, 1);
}


#s-569e1fa6-849a-43b8-a472-8c7c6d129b6a {
  text-align: center;
}
#s-569e1fa6-849a-43b8-a472-8c7c6d129b6a:hover {opacity: 0.7 !important;}



  #s-569e1fa6-849a-43b8-a472-8c7c6d129b6a img.shogun-image {
    
    width: px;
  }


#s-569e1fa6-849a-43b8-a472-8c7c6d129b6a .shogun-image-content {
  
    align-items: center;
  
}

#s-08e40a7b-bb13-4c71-bfd3-dbea628c2d75 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08e40a7b-bb13-4c71-bfd3-dbea628c2d75 .shogun-heading-component h1 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-08e40a7b-bb13-4c71-bfd3-dbea628c2d75 .shogun-heading-component h1 a {
  color: rgba(127, 125, 126, 1);
}


#s-62d2060b-b26e-44fd-800c-fbc3da9698ed {
  margin-top: 5px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-62d2060b-b26e-44fd-800c-fbc3da9698ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-dbfb9a7f-9f9d-4864-936a-13739d128fac {
  text-align: center;
}
#s-dbfb9a7f-9f9d-4864-936a-13739d128fac:hover {opacity: 0.7 !important;}



  #s-dbfb9a7f-9f9d-4864-936a-13739d128fac img.shogun-image {
    
    width: px;
  }


#s-dbfb9a7f-9f9d-4864-936a-13739d128fac .shogun-image-content {
  
    align-items: center;
  
}

#s-e2441e3f-ccc7-499f-bed4-673e4de967aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2441e3f-ccc7-499f-bed4-673e4de967aa .shogun-heading-component h1 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-e2441e3f-ccc7-499f-bed4-673e4de967aa .shogun-heading-component h1 a {
  color: rgba(127, 125, 126, 1);
}


#s-32c2c312-caf1-4904-b500-659e41a6da00 {
  text-align: center;
}
#s-32c2c312-caf1-4904-b500-659e41a6da00:hover {opacity: 0.7 !important;}



  #s-32c2c312-caf1-4904-b500-659e41a6da00 img.shogun-image {
    
    width: px;
  }


#s-32c2c312-caf1-4904-b500-659e41a6da00 .shogun-image-content {
  
    align-items: center;
  
}

#s-622738c2-4897-4681-a1f4-6017f490c58f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-622738c2-4897-4681-a1f4-6017f490c58f .shogun-heading-component h1 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-622738c2-4897-4681-a1f4-6017f490c58f .shogun-heading-component h1 a {
  color: rgba(127, 125, 126, 1);
}


#s-75118283-68f5-4513-9196-a629a554a1a7 {
  min-height: 425px;
}








#s-75118283-68f5-4513-9196-a629a554a1a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75118283-68f5-4513-9196-a629a554a1a7.shg-box.shg-c {
  justify-content: center;
}

#s-00274774-3a98-4f56-92a3-497bc2b385a2 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00274774-3a98-4f56-92a3-497bc2b385a2 .shogun-heading-component h2 {
  color: rgba(83, 80, 82, 1);
  font-weight:  300 ;
  font-family: Lato;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6012dc9a-1d27-484d-9692-c536bba5dbd2 {
  margin-top: -10px;
margin-left: 50px;
margin-right: 50px;
}

#s-6012dc9a-1d27-484d-9692-c536bba5dbd2 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e {
  margin-top: 15px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-106aaf8f-21f6-4ec1-afcd-8e8edc0b779e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-5a680320-990e-4db1-ab8e-8ebf8652b6ea {
  text-align: center;
}
#s-5a680320-990e-4db1-ab8e-8ebf8652b6ea:hover {opacity: 0.7 !important;}



  #s-5a680320-990e-4db1-ab8e-8ebf8652b6ea img.shogun-image {
    
    width: px;
  }


#s-5a680320-990e-4db1-ab8e-8ebf8652b6ea .shogun-image-content {
  
    align-items: center;
  
}

#s-2ea03798-d19f-469a-81a5-bb956d01c9b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ea03798-d19f-469a-81a5-bb956d01c9b7 .shogun-heading-component h1 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-2ea03798-d19f-469a-81a5-bb956d01c9b7 .shogun-heading-component h1 a {
  color: rgba(127, 125, 126, 1);
}


#s-c8d12a14-76f0-4910-98e4-6d2a524a7b3c {
  text-align: center;
}
#s-c8d12a14-76f0-4910-98e4-6d2a524a7b3c:hover {opacity: 0.7 !important;}



  #s-c8d12a14-76f0-4910-98e4-6d2a524a7b3c img.shogun-image {
    
    width: px;
  }


#s-c8d12a14-76f0-4910-98e4-6d2a524a7b3c .shogun-image-content {
  
    align-items: center;
  
}

#s-c2d7cbd4-9f09-4863-a6cc-27c19338f5df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2d7cbd4-9f09-4863-a6cc-27c19338f5df .shogun-heading-component h1 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-c2d7cbd4-9f09-4863-a6cc-27c19338f5df .shogun-heading-component h1 a {
  color: rgba(127, 125, 126, 1);
}


#s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1 {
  margin-top: 5px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-bbfe0113-2b4f-4eb5-bf19-896934a2d1f1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-76ef3360-25d0-4496-9252-88199bbdbf45 {
  text-align: center;
}
#s-76ef3360-25d0-4496-9252-88199bbdbf45:hover {opacity: 0.7 !important;}



  #s-76ef3360-25d0-4496-9252-88199bbdbf45 img.shogun-image {
    
    width: px;
  }


#s-76ef3360-25d0-4496-9252-88199bbdbf45 .shogun-image-content {
  
    align-items: center;
  
}

#s-0fd72215-2406-4091-a196-1e3755577fab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0fd72215-2406-4091-a196-1e3755577fab .shogun-heading-component h1 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-0fd72215-2406-4091-a196-1e3755577fab .shogun-heading-component h1 a {
  color: rgba(127, 125, 126, 1);
}


#s-bdde8059-970f-4b1d-8547-980cd2728dc8 {
  text-align: center;
}
#s-bdde8059-970f-4b1d-8547-980cd2728dc8:hover {opacity: 0.7 !important;}



  #s-bdde8059-970f-4b1d-8547-980cd2728dc8 img.shogun-image {
    
    width: px;
  }


#s-bdde8059-970f-4b1d-8547-980cd2728dc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-480b43ba-9dc0-463a-b249-0a4ba35951ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-480b43ba-9dc0-463a-b249-0a4ba35951ae .shogun-heading-component h1 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-480b43ba-9dc0-463a-b249-0a4ba35951ae .shogun-heading-component h1 a {
  color: rgba(127, 125, 126, 1);
}


#s-b283ce0b-f156-4ba0-9d13-08468d895907 {
  margin-top: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b283ce0b-f156-4ba0-9d13-08468d895907 {
  display: none;
}
#s-b283ce0b-f156-4ba0-9d13-08468d895907, #wrap-s-b283ce0b-f156-4ba0-9d13-08468d895907 { display:none !important; }}@media (max-width: 767px){#s-b283ce0b-f156-4ba0-9d13-08468d895907 {
  display: none;
}
#s-b283ce0b-f156-4ba0-9d13-08468d895907, #wrap-s-b283ce0b-f156-4ba0-9d13-08468d895907 { display:none !important; }}







#s-b283ce0b-f156-4ba0-9d13-08468d895907 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b283ce0b-f156-4ba0-9d13-08468d895907.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0cc9fc67-e780-4954-a2aa-27adf9595685 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-0cc9fc67-e780-4954-a2aa-27adf9595685 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0cc9fc67-e780-4954-a2aa-27adf9595685 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0cc9fc67-e780-4954-a2aa-27adf9595685 {
  
}
}@media (max-width: 767px){#s-0cc9fc67-e780-4954-a2aa-27adf9595685 {
  
}
}
@media (min-width: 0px) {
[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0cc9fc67-e780-4954-a2aa-27adf9595685"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-18d1b3f1-5d8e-48a9-b983-7987e562c9fe {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18d1b3f1-5d8e-48a9-b983-7987e562c9fe .shogun-heading-component h2 {
  color: rgba(83, 80, 82, 1);
  font-weight:  300 ;
  font-family: Lato;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e5479c38-2ff6-4e2d-9c3e-5e05e7c5617f {
  padding-left: 250px;
padding-right: 250px;
}

#s-e5479c38-2ff6-4e2d-9c3e-5e05e7c5617f hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-eb1fa66f-cb25-4777-a044-53590ddd1eba {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-eb1fa66f-cb25-4777-a044-53590ddd1eba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eb1fa66f-cb25-4777-a044-53590ddd1eba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eb1fa66f-cb25-4777-a044-53590ddd1eba {
  
}
}@media (max-width: 767px){#s-eb1fa66f-cb25-4777-a044-53590ddd1eba {
  
}
}
@media (min-width: 0px) {
[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-eb1fa66f-cb25-4777-a044-53590ddd1eba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-52a2398f-3124-4d3e-869f-50074a00c051 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52a2398f-3124-4d3e-869f-50074a00c051 .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ec7a5413-2bc8-4f39-becd-130c9627c7bb {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ec7a5413-2bc8-4f39-becd-130c9627c7bb {
  display: none;
}
#s-ec7a5413-2bc8-4f39-becd-130c9627c7bb, #wrap-s-ec7a5413-2bc8-4f39-becd-130c9627c7bb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec7a5413-2bc8-4f39-becd-130c9627c7bb {
  display: none;
}
#s-ec7a5413-2bc8-4f39-becd-130c9627c7bb, #wrap-s-ec7a5413-2bc8-4f39-becd-130c9627c7bb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec7a5413-2bc8-4f39-becd-130c9627c7bb {
  
}
}@media (max-width: 767px){#s-ec7a5413-2bc8-4f39-becd-130c9627c7bb {
  display: none;
}
#s-ec7a5413-2bc8-4f39-becd-130c9627c7bb, #wrap-s-ec7a5413-2bc8-4f39-becd-130c9627c7bb { display:none !important; }}







#s-ec7a5413-2bc8-4f39-becd-130c9627c7bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec7a5413-2bc8-4f39-becd-130c9627c7bb.shg-box.shg-c {
  justify-content: center;
}

#s-ea460019-a783-438a-adab-01fea45d91b1 {
  margin-top: 35px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-ea460019-a783-438a-adab-01fea45d91b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea460019-a783-438a-adab-01fea45d91b1 {
  
}
}@media (max-width: 767px){#s-ea460019-a783-438a-adab-01fea45d91b1 {
  display: none;
}
#s-ea460019-a783-438a-adab-01fea45d91b1, #wrap-s-ea460019-a783-438a-adab-01fea45d91b1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-ea460019-a783-438a-adab-01fea45d91b1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-c4705e42-95b5-471e-88ab-9fd93dbacf05 {
  text-align: center;
}
#s-c4705e42-95b5-471e-88ab-9fd93dbacf05:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-c4705e42-95b5-471e-88ab-9fd93dbacf05 img.shogun-image {
    
    width: px;
  }


#s-c4705e42-95b5-471e-88ab-9fd93dbacf05 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc63a78d-443b-4a24-9760-51d9948fe974 {
  text-align: center;
}
#s-bc63a78d-443b-4a24-9760-51d9948fe974:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-bc63a78d-443b-4a24-9760-51d9948fe974 img.shogun-image {
    
    width: px;
  }


#s-bc63a78d-443b-4a24-9760-51d9948fe974 .shogun-image-content {
  
    align-items: center;
  
}

#s-d34ce356-800f-4764-8b87-5ca5cdc91509 {
  text-align: center;
}
#s-d34ce356-800f-4764-8b87-5ca5cdc91509:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-d34ce356-800f-4764-8b87-5ca5cdc91509 img.shogun-image {
    
    width: px;
  }


#s-d34ce356-800f-4764-8b87-5ca5cdc91509 .shogun-image-content {
  
    align-items: center;
  
}

#s-b666da6b-386e-4e98-a56c-da4cf70ccbbf {
  text-align: center;
}
#s-b666da6b-386e-4e98-a56c-da4cf70ccbbf:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-b666da6b-386e-4e98-a56c-da4cf70ccbbf img.shogun-image {
    
    width: px;
  }


#s-b666da6b-386e-4e98-a56c-da4cf70ccbbf .shogun-image-content {
  
    align-items: center;
  
}

#s-617b03f6-7326-40d1-a0fe-42dd4a7c57a1 {
  text-align: center;
}
#s-617b03f6-7326-40d1-a0fe-42dd4a7c57a1:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-617b03f6-7326-40d1-a0fe-42dd4a7c57a1 img.shogun-image {
    
    width: px;
  }


#s-617b03f6-7326-40d1-a0fe-42dd4a7c57a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3a2e8ba-b5b5-4acc-b585-bd500b381e11 {
  text-align: center;
}
#s-d3a2e8ba-b5b5-4acc-b585-bd500b381e11:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-d3a2e8ba-b5b5-4acc-b585-bd500b381e11 img.shogun-image {
    
    width: px;
  }


#s-d3a2e8ba-b5b5-4acc-b585-bd500b381e11 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf18a3ee-f188-4f16-83fa-6d9be5f76cba {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bf18a3ee-f188-4f16-83fa-6d9be5f76cba {
  display: none;
}
#s-bf18a3ee-f188-4f16-83fa-6d9be5f76cba, #wrap-s-bf18a3ee-f188-4f16-83fa-6d9be5f76cba { display:none !important; }}@media (max-width: 767px){#s-bf18a3ee-f188-4f16-83fa-6d9be5f76cba {
  display: none;
}
#s-bf18a3ee-f188-4f16-83fa-6d9be5f76cba, #wrap-s-bf18a3ee-f188-4f16-83fa-6d9be5f76cba { display:none !important; }}







#s-bf18a3ee-f188-4f16-83fa-6d9be5f76cba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf18a3ee-f188-4f16-83fa-6d9be5f76cba.shg-box.shg-c {
  justify-content: center;
}

#s-c42d5efa-de19-46c1-85c1-0646d3e0d209 {
  margin-top: 35px;
margin-left: 36px;
margin-bottom: 15px;
margin-right: 36px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-c42d5efa-de19-46c1-85c1-0646d3e0d209 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c42d5efa-de19-46c1-85c1-0646d3e0d209 {
  
}
}@media (max-width: 767px){#s-c42d5efa-de19-46c1-85c1-0646d3e0d209 {
  display: none;
}
#s-c42d5efa-de19-46c1-85c1-0646d3e0d209, #wrap-s-c42d5efa-de19-46c1-85c1-0646d3e0d209 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-c42d5efa-de19-46c1-85c1-0646d3e0d209"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-e5c797b8-1873-40e7-9508-39e8aac87fa9 {
  text-align: center;
}
#s-e5c797b8-1873-40e7-9508-39e8aac87fa9:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-e5c797b8-1873-40e7-9508-39e8aac87fa9 img.shogun-image {
    
    width: px;
  }


#s-e5c797b8-1873-40e7-9508-39e8aac87fa9 .shogun-image-content {
  
    align-items: center;
  
}

#s-96264285-ed1c-4a2e-b79b-a2f313bf161a {
  text-align: center;
}
#s-96264285-ed1c-4a2e-b79b-a2f313bf161a:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-96264285-ed1c-4a2e-b79b-a2f313bf161a img.shogun-image {
    
    width: px;
  }


#s-96264285-ed1c-4a2e-b79b-a2f313bf161a .shogun-image-content {
  
    align-items: center;
  
}

#s-2630bdef-1c4e-4cde-a36d-d443a5119b0e {
  text-align: center;
}
#s-2630bdef-1c4e-4cde-a36d-d443a5119b0e:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-2630bdef-1c4e-4cde-a36d-d443a5119b0e img.shogun-image {
    
    width: px;
  }


#s-2630bdef-1c4e-4cde-a36d-d443a5119b0e .shogun-image-content {
  
    align-items: center;
  
}

#s-544afc51-ecd3-4753-9422-b47f7d73f954 {
  text-align: center;
}
#s-544afc51-ecd3-4753-9422-b47f7d73f954:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-544afc51-ecd3-4753-9422-b47f7d73f954 img.shogun-image {
    
    width: px;
  }


#s-544afc51-ecd3-4753-9422-b47f7d73f954 .shogun-image-content {
  
    align-items: center;
  
}

#s-3726eaf7-5fa6-454a-b60c-e54de2e73252 {
  text-align: center;
}
#s-3726eaf7-5fa6-454a-b60c-e54de2e73252:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-3726eaf7-5fa6-454a-b60c-e54de2e73252 img.shogun-image {
    
    width: px;
  }


#s-3726eaf7-5fa6-454a-b60c-e54de2e73252 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd01dcb4-e407-4ef7-bb38-0473f95438c9 {
  text-align: center;
}
#s-fd01dcb4-e407-4ef7-bb38-0473f95438c9:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-fd01dcb4-e407-4ef7-bb38-0473f95438c9 img.shogun-image {
    
    width: px;
  }


#s-fd01dcb4-e407-4ef7-bb38-0473f95438c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-f982a6df-3205-4005-883c-50f09745853e {
  margin-top: 30px;
margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f982a6df-3205-4005-883c-50f09745853e {
  display: none;
}
#s-f982a6df-3205-4005-883c-50f09745853e, #wrap-s-f982a6df-3205-4005-883c-50f09745853e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f982a6df-3205-4005-883c-50f09745853e {
  display: none;
}
#s-f982a6df-3205-4005-883c-50f09745853e, #wrap-s-f982a6df-3205-4005-883c-50f09745853e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f982a6df-3205-4005-883c-50f09745853e {
  
}
}@media (max-width: 767px){#s-f982a6df-3205-4005-883c-50f09745853e {
  display: none;
}
#s-f982a6df-3205-4005-883c-50f09745853e, #wrap-s-f982a6df-3205-4005-883c-50f09745853e { display:none !important; }}







#s-f982a6df-3205-4005-883c-50f09745853e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f982a6df-3205-4005-883c-50f09745853e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86 {
  margin-top: 0px;
margin-left: 15px;
margin-right: 15px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86 {
  
}
}@media (max-width: 767px){#s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86 {
  
}
}
@media (min-width: 0px) {
[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ea5b9f1d-6b66-4328-a594-a9ae5fb22c86"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ff1ab5fe-57eb-4f6f-8e16-93d8c51ae368 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff1ab5fe-57eb-4f6f-8e16-93d8c51ae368 .shogun-heading-component h2 {
  color: rgba(83, 80, 82, 1);
  font-weight:  300 ;
  font-family: Lato;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-ff1ab5fe-57eb-4f6f-8e16-93d8c51ae368 .shogun-heading-component h2 a {
  color: rgba(83, 80, 82, 1);
}


#s-4fa0da6e-bb8f-4c30-bea1-b4c255334216 {
  padding-left: 35px;
padding-right: 35px;
}

#s-4fa0da6e-bb8f-4c30-bea1-b4c255334216 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b {
  
}
}@media (max-width: 767px){#s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b {
  
}
}
@media (min-width: 0px) {
[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ab75c56e-ea8b-46d9-a146-d213d6c61b2b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 768px) {
[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-b28c0795-a2c1-48f1-9c87-5d64927d244e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-0f4e2197-8a33-4c20-8f2a-fd098f2ee3e5 {
  text-align: center;
}




  #s-0f4e2197-8a33-4c20-8f2a-fd098f2ee3e5 img.shogun-image {
    
    width: px;
  }


#s-0f4e2197-8a33-4c20-8f2a-fd098f2ee3e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-7fc24ae3-b20b-405e-9f06-f4175a8a1fa6 {
  text-align: center;
}




  #s-7fc24ae3-b20b-405e-9f06-f4175a8a1fa6 img.shogun-image {
    
    width: px;
  }


#s-7fc24ae3-b20b-405e-9f06-f4175a8a1fa6 .shogun-image-content {
  
    align-items: center;
  
}

#s-39ca5ea6-e67e-4fca-b987-758514b62924 {
  text-align: center;
}




  #s-39ca5ea6-e67e-4fca-b987-758514b62924 img.shogun-image {
    
    width: px;
  }


#s-39ca5ea6-e67e-4fca-b987-758514b62924 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d6adf90-c8ac-448d-b041-0c7ba0ca627b {
  margin-top: 30px;
margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6d6adf90-c8ac-448d-b041-0c7ba0ca627b {
  display: none;
}
#s-6d6adf90-c8ac-448d-b041-0c7ba0ca627b, #wrap-s-6d6adf90-c8ac-448d-b041-0c7ba0ca627b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d6adf90-c8ac-448d-b041-0c7ba0ca627b {
  display: none;
}
#s-6d6adf90-c8ac-448d-b041-0c7ba0ca627b, #wrap-s-6d6adf90-c8ac-448d-b041-0c7ba0ca627b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6d6adf90-c8ac-448d-b041-0c7ba0ca627b {
  
}
}@media (max-width: 767px){#s-6d6adf90-c8ac-448d-b041-0c7ba0ca627b {
  display: none;
}
#s-6d6adf90-c8ac-448d-b041-0c7ba0ca627b, #wrap-s-6d6adf90-c8ac-448d-b041-0c7ba0ca627b { display:none !important; }}







#s-6d6adf90-c8ac-448d-b041-0c7ba0ca627b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d6adf90-c8ac-448d-b041-0c7ba0ca627b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a {
  margin-left: 15px;
margin-right: 15px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a {
  
}
}@media (max-width: 767px){#s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a {
  
}
}
@media (min-width: 0px) {
[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-18d2184b-6cfe-4d05-a7a6-f173a4d10b3a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-fb0d9fd8-ed5e-4edf-9e30-8d7ce85b9ec3 {
  min-height: 50px;
}








#s-fb0d9fd8-ed5e-4edf-9e30-8d7ce85b9ec3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb0d9fd8-ed5e-4edf-9e30-8d7ce85b9ec3.shg-box.shg-c {
  justify-content: center;
}

#s-0f750626-1048-4b2d-8124-ec8a7f7ef72b {
  margin-top: 0px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-0f750626-1048-4b2d-8124-ec8a7f7ef72b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f750626-1048-4b2d-8124-ec8a7f7ef72b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f750626-1048-4b2d-8124-ec8a7f7ef72b {
  
}
}@media (max-width: 767px){#s-0f750626-1048-4b2d-8124-ec8a7f7ef72b {
  
}
}
@media (min-width: 0px) {
[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0f750626-1048-4b2d-8124-ec8a7f7ef72b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d8883e9e-211b-4933-8204-d81569e0f742 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8883e9e-211b-4933-8204-d81569e0f742 .shogun-heading-component h2 {
  color: rgba(83, 80, 82, 1);
  font-weight:  300 ;
  font-family: Lato;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-d8883e9e-211b-4933-8204-d81569e0f742 .shogun-heading-component h2 a {
  color: rgba(83, 80, 82, 1);
}


#s-3da9b5c8-38c8-4fa4-b9ec-6cc1d091029a {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
}

#s-3da9b5c8-38c8-4fa4-b9ec-6cc1d091029a hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-90a54778-07cc-4033-a3bd-7e6bc1f0227a {
  margin-top: 0px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-90a54778-07cc-4033-a3bd-7e6bc1f0227a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90a54778-07cc-4033-a3bd-7e6bc1f0227a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-90a54778-07cc-4033-a3bd-7e6bc1f0227a {
  
}
}@media (max-width: 767px){#s-90a54778-07cc-4033-a3bd-7e6bc1f0227a {
  
}
}
@media (min-width: 0px) {
[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-90a54778-07cc-4033-a3bd-7e6bc1f0227a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-73a703cb-0f4b-48b8-ba6f-a9f5c4c03c4e {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73a703cb-0f4b-48b8-ba6f-a9f5c4c03c4e .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-c0a570ee-fec1-435e-b3bc-587298550dbf {
  margin-left: 0px;
margin-right: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-c0a570ee-fec1-435e-b3bc-587298550dbf .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-106925a2-285d-497c-ab0c-a1015b54cf53 {
  min-height: 50px;
}








#s-106925a2-285d-497c-ab0c-a1015b54cf53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-106925a2-285d-497c-ab0c-a1015b54cf53.shg-box.shg-c {
  justify-content: center;
}

#s-26e39abd-af98-45f1-8868-1ff584cc5660 {
  margin-top: 0px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-26e39abd-af98-45f1-8868-1ff584cc5660 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26e39abd-af98-45f1-8868-1ff584cc5660 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-26e39abd-af98-45f1-8868-1ff584cc5660 {
  
}
}@media (max-width: 767px){#s-26e39abd-af98-45f1-8868-1ff584cc5660 {
  
}
}
@media (min-width: 0px) {
[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-26e39abd-af98-45f1-8868-1ff584cc5660"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1f761de9-defc-4870-80e8-714ebe718627 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f761de9-defc-4870-80e8-714ebe718627 .shogun-heading-component h2 {
  color: rgba(83, 80, 82, 1);
  font-weight:  300 ;
  font-family: Lato;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5246fb7b-a6f5-4700-973c-06fed0ee1888 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
}

#s-5246fb7b-a6f5-4700-973c-06fed0ee1888 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-a77279f5-edc5-49dc-929f-3b2c1d51003d {
  margin-top: 0px;
margin-bottom: 4px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-a77279f5-edc5-49dc-929f-3b2c1d51003d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a77279f5-edc5-49dc-929f-3b2c1d51003d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a77279f5-edc5-49dc-929f-3b2c1d51003d {
  
}
}@media (max-width: 767px){#s-a77279f5-edc5-49dc-929f-3b2c1d51003d {
  
}
}
@media (min-width: 0px) {
[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a77279f5-edc5-49dc-929f-3b2c1d51003d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-305c6a0e-ac77-445f-acd0-7ddd8dd7fc4c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-305c6a0e-ac77-445f-acd0-7ddd8dd7fc4c .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ca9209d1-9ff0-4b94-8b11-b4bd96964792 {
  margin-top: 0px;
margin-bottom: 10px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-ca9209d1-9ff0-4b94-8b11-b4bd96964792 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca9209d1-9ff0-4b94-8b11-b4bd96964792 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca9209d1-9ff0-4b94-8b11-b4bd96964792 {
  
}
}@media (max-width: 767px){#s-ca9209d1-9ff0-4b94-8b11-b4bd96964792 {
  
}
}
@media (min-width: 0px) {
[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-ca9209d1-9ff0-4b94-8b11-b4bd96964792"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-35e9b693-1b15-4e7f-9757-58b52231f452 {
  text-align: center;
}




  #s-35e9b693-1b15-4e7f-9757-58b52231f452 img.shogun-image {
    
    width: px;
  }


#s-35e9b693-1b15-4e7f-9757-58b52231f452 .shogun-image-content {
  
    align-items: center;
  
}

#s-b851c9f2-7eb5-4210-9081-1072dab1a2ba {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-b851c9f2-7eb5-4210-9081-1072dab1a2ba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b851c9f2-7eb5-4210-9081-1072dab1a2ba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b851c9f2-7eb5-4210-9081-1072dab1a2ba {
  
}
}@media (max-width: 767px){#s-b851c9f2-7eb5-4210-9081-1072dab1a2ba {
  
}
}
@media (min-width: 0px) {
[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b851c9f2-7eb5-4210-9081-1072dab1a2ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-40e7a0f0-a7e1-4cfb-afbf-74fbfbb3d80d {
  min-height: 50px;
}








#s-40e7a0f0-a7e1-4cfb-afbf-74fbfbb3d80d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40e7a0f0-a7e1-4cfb-afbf-74fbfbb3d80d.shg-box.shg-c {
  justify-content: center;
}

#s-aeffef66-6fa9-4dff-982c-c667275071a0 {
  text-align: center;
}
#s-aeffef66-6fa9-4dff-982c-c667275071a0:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-aeffef66-6fa9-4dff-982c-c667275071a0 img.shogun-image {
    
    width: px;
  }


#s-aeffef66-6fa9-4dff-982c-c667275071a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-66e9e693-e35b-40f3-a177-77a66e343809 {
  min-height: 50px;
}








#s-66e9e693-e35b-40f3-a177-77a66e343809 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66e9e693-e35b-40f3-a177-77a66e343809.shg-box.shg-c {
  justify-content: center;
}

#s-e2cb55c2-f31d-4255-9198-74c139c3f02d {
  text-align: center;
}
#s-e2cb55c2-f31d-4255-9198-74c139c3f02d:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-e2cb55c2-f31d-4255-9198-74c139c3f02d img.shogun-image {
    
    width: px;
  }


#s-e2cb55c2-f31d-4255-9198-74c139c3f02d .shogun-image-content {
  
    align-items: center;
  
}

#s-906ae6e0-9a06-41dd-afa5-582d1279dfc4 {
  margin-top: 5px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-906ae6e0-9a06-41dd-afa5-582d1279dfc4 .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-906ae6e0-9a06-41dd-afa5-582d1279dfc4 .shogun-heading-component h3 a {
  color: rgba(127, 125, 126, 1);
}


#s-390f0aff-fdc2-43bf-a8bf-d91dc7224022 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-390f0aff-fdc2-43bf-a8bf-d91dc7224022 {
  display: none;
}
#s-390f0aff-fdc2-43bf-a8bf-d91dc7224022, #wrap-s-390f0aff-fdc2-43bf-a8bf-d91dc7224022 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-390f0aff-fdc2-43bf-a8bf-d91dc7224022 {
  display: none;
}
#s-390f0aff-fdc2-43bf-a8bf-d91dc7224022, #wrap-s-390f0aff-fdc2-43bf-a8bf-d91dc7224022 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-390f0aff-fdc2-43bf-a8bf-d91dc7224022 {
  
}
}@media (max-width: 767px){#s-390f0aff-fdc2-43bf-a8bf-d91dc7224022 {
  display: none;
}
#s-390f0aff-fdc2-43bf-a8bf-d91dc7224022, #wrap-s-390f0aff-fdc2-43bf-a8bf-d91dc7224022 { display:none !important; }}







#s-390f0aff-fdc2-43bf-a8bf-d91dc7224022 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-390f0aff-fdc2-43bf-a8bf-d91dc7224022.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0408b816-ac46-4522-b0bf-2f07caa14ea6 {
  margin-top: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-0408b816-ac46-4522-b0bf-2f07caa14ea6 {
  display: none;
}
#s-0408b816-ac46-4522-b0bf-2f07caa14ea6, #wrap-s-0408b816-ac46-4522-b0bf-2f07caa14ea6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0408b816-ac46-4522-b0bf-2f07caa14ea6 {
  display: none;
}
#s-0408b816-ac46-4522-b0bf-2f07caa14ea6, #wrap-s-0408b816-ac46-4522-b0bf-2f07caa14ea6 { display:none !important; }}@media (max-width: 767px){#s-0408b816-ac46-4522-b0bf-2f07caa14ea6 {
  display: none;
}
#s-0408b816-ac46-4522-b0bf-2f07caa14ea6, #wrap-s-0408b816-ac46-4522-b0bf-2f07caa14ea6 { display:none !important; }}







#s-0408b816-ac46-4522-b0bf-2f07caa14ea6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0408b816-ac46-4522-b0bf-2f07caa14ea6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f48decee-ec86-405f-b144-b9e56db93069 {
  margin-bottom: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f48decee-ec86-405f-b144-b9e56db93069 .shogun-heading-component h2 {
  color: rgba(83, 80, 82, 1);
  font-weight:  300 ;
  font-family: Lato;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f9b2a021-3e1f-4b44-8626-ae227ad27a9a {
  padding-left: 45px;
padding-right: 45px;
}

#s-f9b2a021-3e1f-4b44-8626-ae227ad27a9a hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-290ebd36-50f2-4e1d-aef2-b38cd992e0f4 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-290ebd36-50f2-4e1d-aef2-b38cd992e0f4 .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6e8a3ab1-9a1e-491c-9ff5-903a143e5370 {
  margin-top: -10px;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e8a3ab1-9a1e-491c-9ff5-903a143e5370 .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-52881dfe-e623-4dfa-9599-1d619497f4fc {
  margin-top: 20px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-52881dfe-e623-4dfa-9599-1d619497f4fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52881dfe-e623-4dfa-9599-1d619497f4fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-52881dfe-e623-4dfa-9599-1d619497f4fc {
  
}
}@media (max-width: 767px){#s-52881dfe-e623-4dfa-9599-1d619497f4fc {
  
}
}
@media (min-width: 0px) {
[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-52881dfe-e623-4dfa-9599-1d619497f4fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-45512dd8-fc21-40b0-a490-5180a924ec39 {
  text-align: center;
}
#s-45512dd8-fc21-40b0-a490-5180a924ec39:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-45512dd8-fc21-40b0-a490-5180a924ec39 img.shogun-image {
    
    width: px;
  }


#s-45512dd8-fc21-40b0-a490-5180a924ec39 .shogun-image-content {
  
    align-items: center;
  
}

#s-f35e0039-e40b-49da-bbb8-c9172507f0d4 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f35e0039-e40b-49da-bbb8-c9172507f0d4 .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-f35e0039-e40b-49da-bbb8-c9172507f0d4 .shogun-heading-component h3 a {
  color: rgba(127, 125, 126, 1);
}


#s-2596db62-7b2d-4a51-9d69-2d1fa0285b12 {
  text-align: center;
}
#s-2596db62-7b2d-4a51-9d69-2d1fa0285b12:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-2596db62-7b2d-4a51-9d69-2d1fa0285b12 img.shogun-image {
    
    width: px;
  }


#s-2596db62-7b2d-4a51-9d69-2d1fa0285b12 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6d7a193-d62b-4240-95b7-08e37e775e83 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6d7a193-d62b-4240-95b7-08e37e775e83 .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-d6d7a193-d62b-4240-95b7-08e37e775e83 .shogun-heading-component h3 a {
  color: rgba(127, 125, 126, 1);
}


#s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3 {
  margin-top: 20px;
margin-left: 25px;
margin-bottom: 15px;
margin-right: 25px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3 {
  
}
}@media (max-width: 767px){#s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3 {
  
}
}
@media (min-width: 0px) {
[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f0ed88ad-bee8-4ed5-b86f-6dbdcae26cd3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-7bc53e54-dd53-4381-95ec-f2c9a9227f07 {
  text-align: center;
}
#s-7bc53e54-dd53-4381-95ec-f2c9a9227f07:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-7bc53e54-dd53-4381-95ec-f2c9a9227f07 img.shogun-image {
    
    width: px;
  }


#s-7bc53e54-dd53-4381-95ec-f2c9a9227f07 .shogun-image-content {
  
    align-items: center;
  
}

#s-91f3679d-6cfd-4979-a7bc-b5b9c1d3cd8e {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91f3679d-6cfd-4979-a7bc-b5b9c1d3cd8e .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-91f3679d-6cfd-4979-a7bc-b5b9c1d3cd8e .shogun-heading-component h3 a {
  color: rgba(127, 125, 126, 1);
}


#s-e8186de5-e443-4070-ae38-499952f78f17 {
  text-align: center;
}
#s-e8186de5-e443-4070-ae38-499952f78f17:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-e8186de5-e443-4070-ae38-499952f78f17 img.shogun-image {
    
    width: px;
  }


#s-e8186de5-e443-4070-ae38-499952f78f17 .shogun-image-content {
  
    align-items: center;
  
}

#s-de1320e4-b811-4e6a-a618-77d74bb79187 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de1320e4-b811-4e6a-a618-77d74bb79187 .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-de1320e4-b811-4e6a-a618-77d74bb79187 .shogun-heading-component h3 a {
  color: rgba(127, 125, 126, 1);
}


#s-e76138c6-59db-4729-9b19-e250f59d1d24 {
  margin-top: 30px;
margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e76138c6-59db-4729-9b19-e250f59d1d24 {
  display: none;
}
#s-e76138c6-59db-4729-9b19-e250f59d1d24, #wrap-s-e76138c6-59db-4729-9b19-e250f59d1d24 { display:none !important; }}@media (max-width: 767px){#s-e76138c6-59db-4729-9b19-e250f59d1d24 {
  display: none;
}
#s-e76138c6-59db-4729-9b19-e250f59d1d24, #wrap-s-e76138c6-59db-4729-9b19-e250f59d1d24 { display:none !important; }}







#s-e76138c6-59db-4729-9b19-e250f59d1d24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e76138c6-59db-4729-9b19-e250f59d1d24.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c63b89c0-7ae6-40d3-b656-88a829e4fe87 {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-c63b89c0-7ae6-40d3-b656-88a829e4fe87 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c63b89c0-7ae6-40d3-b656-88a829e4fe87 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c63b89c0-7ae6-40d3-b656-88a829e4fe87 {
  
}
}@media (max-width: 767px){#s-c63b89c0-7ae6-40d3-b656-88a829e4fe87 {
  
}
}
@media (min-width: 0px) {
[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c63b89c0-7ae6-40d3-b656-88a829e4fe87"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-74ccb82d-e182-45d7-b057-80dbf4d72a4d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74ccb82d-e182-45d7-b057-80dbf4d72a4d .shogun-heading-component h2 {
  color: rgba(83, 80, 82, 1);
  font-weight:  300 ;
  font-family: Lato;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-74ccb82d-e182-45d7-b057-80dbf4d72a4d .shogun-heading-component h2 a {
  color: rgba(83, 80, 82, 1);
}


#s-320dd738-52bd-46f9-84c7-93cb867f4186 {
  padding-left: 250px;
padding-right: 250px;
}

#s-320dd738-52bd-46f9-84c7-93cb867f4186 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-fefb1449-be9d-4027-a31c-45a0b8ef1d22 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-fefb1449-be9d-4027-a31c-45a0b8ef1d22 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fefb1449-be9d-4027-a31c-45a0b8ef1d22 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fefb1449-be9d-4027-a31c-45a0b8ef1d22 {
  
}
}@media (max-width: 767px){#s-fefb1449-be9d-4027-a31c-45a0b8ef1d22 {
  
}
}
@media (min-width: 0px) {
[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fefb1449-be9d-4027-a31c-45a0b8ef1d22"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-39ab3af1-7aed-4c40-907c-f9446d85b461"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 40.0px);
}

}

#s-a2f7c2bc-3393-4ffa-ab63-e85bb2eb75af {
  text-align: center;
}




  #s-a2f7c2bc-3393-4ffa-ab63-e85bb2eb75af img.shogun-image {
    
    width: px;
  }


#s-a2f7c2bc-3393-4ffa-ab63-e85bb2eb75af .shogun-image-content {
  
    align-items: center;
  
}

#s-a5333185-e286-415b-b9d6-1515585f26a3 {
  text-align: center;
}




  #s-a5333185-e286-415b-b9d6-1515585f26a3 img.shogun-image {
    
    width: px;
  }


#s-a5333185-e286-415b-b9d6-1515585f26a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-155dae7a-e8e5-45f3-a495-f80bdc492dc4 {
  text-align: center;
}




  #s-155dae7a-e8e5-45f3-a495-f80bdc492dc4 img.shogun-image {
    
    width: px;
  }


#s-155dae7a-e8e5-45f3-a495-f80bdc492dc4 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2a70dd5-e2f2-4638-82b6-f42b91d0a1fc {
  margin-top: 30px;
margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a2a70dd5-e2f2-4638-82b6-f42b91d0a1fc {
  display: none;
}
#s-a2a70dd5-e2f2-4638-82b6-f42b91d0a1fc, #wrap-s-a2a70dd5-e2f2-4638-82b6-f42b91d0a1fc { display:none !important; }}@media (max-width: 767px){#s-a2a70dd5-e2f2-4638-82b6-f42b91d0a1fc {
  display: none;
}
#s-a2a70dd5-e2f2-4638-82b6-f42b91d0a1fc, #wrap-s-a2a70dd5-e2f2-4638-82b6-f42b91d0a1fc { display:none !important; }}







#s-a2a70dd5-e2f2-4638-82b6-f42b91d0a1fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2a70dd5-e2f2-4638-82b6-f42b91d0a1fc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ce35df7b-bf1a-467f-a512-b37ec8517084 {
  margin-top: 15px;
margin-left: 36px;
margin-bottom: 15px;
margin-right: 36px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-ce35df7b-bf1a-467f-a512-b37ec8517084 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce35df7b-bf1a-467f-a512-b37ec8517084 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce35df7b-bf1a-467f-a512-b37ec8517084 {
  
}
}@media (max-width: 767px){#s-ce35df7b-bf1a-467f-a512-b37ec8517084 {
  
}
}
@media (min-width: 0px) {
[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ce35df7b-bf1a-467f-a512-b37ec8517084"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-77bbe273-e598-476e-89ed-17dd3ff955e8 {
  min-height: 260px;
}








#s-77bbe273-e598-476e-89ed-17dd3ff955e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77bbe273-e598-476e-89ed-17dd3ff955e8.shg-box.shg-c {
  justify-content: center;
}

#s-906bcdc3-9065-4874-bc19-2eb9103ab65d {
  margin-top: 0px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-906bcdc3-9065-4874-bc19-2eb9103ab65d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-906bcdc3-9065-4874-bc19-2eb9103ab65d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-906bcdc3-9065-4874-bc19-2eb9103ab65d {
  
}
}@media (max-width: 767px){#s-906bcdc3-9065-4874-bc19-2eb9103ab65d {
  
}
}
@media (min-width: 0px) {
[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-906bcdc3-9065-4874-bc19-2eb9103ab65d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-dbdf06cd-a2e4-487d-906b-07a9ac7cfb66 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dbdf06cd-a2e4-487d-906b-07a9ac7cfb66 .shogun-heading-component h2 {
  color: rgba(83, 80, 82, 1);
  font-weight:  300 ;
  font-family: Lato;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-dbdf06cd-a2e4-487d-906b-07a9ac7cfb66 .shogun-heading-component h2 a {
  color: rgba(83, 80, 82, 1);
}


#s-dcf958f3-4b99-4ae7-842d-d0fc6c12b76d {
  margin-top: -10px;
margin-left: 50px;
margin-right: 50px;
}

#s-dcf958f3-4b99-4ae7-842d-d0fc6c12b76d hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-859fa45d-25dc-471a-8aba-536cc087371c {
  margin-top: 0px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-859fa45d-25dc-471a-8aba-536cc087371c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-859fa45d-25dc-471a-8aba-536cc087371c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-859fa45d-25dc-471a-8aba-536cc087371c {
  
}
}@media (max-width: 767px){#s-859fa45d-25dc-471a-8aba-536cc087371c {
  
}
}
@media (min-width: 0px) {
[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-859fa45d-25dc-471a-8aba-536cc087371c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-496959cb-a744-4231-964d-4f0dd8fc0660 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-496959cb-a744-4231-964d-4f0dd8fc0660 .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-ae2afb50-5310-41e9-abf7-ff74e99bedf7 {
  margin-top: 10px;
margin-bottom: 10px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-ae2afb50-5310-41e9-abf7-ff74e99bedf7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ae2afb50-5310-41e9-abf7-ff74e99bedf7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ae2afb50-5310-41e9-abf7-ff74e99bedf7 {
  
}
}@media (max-width: 767px){#s-ae2afb50-5310-41e9-abf7-ff74e99bedf7 {
  
}
}
@media (min-width: 0px) {
[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ae2afb50-5310-41e9-abf7-ff74e99bedf7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-13d3c900-cece-49c1-b372-01a5648be5f9 {
  margin-left: 0px;
margin-right: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-13d3c900-cece-49c1-b372-01a5648be5f9 .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-79b5c3db-c2cc-44b4-aa75-64c44836ce57 {
  min-height: 260px;
}








#s-79b5c3db-c2cc-44b4-aa75-64c44836ce57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79b5c3db-c2cc-44b4-aa75-64c44836ce57.shg-box.shg-c {
  justify-content: center;
}

#s-89aed06c-395f-469f-87b4-6359a5e0481e {
  margin-top: 0px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-89aed06c-395f-469f-87b4-6359a5e0481e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-89aed06c-395f-469f-87b4-6359a5e0481e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-89aed06c-395f-469f-87b4-6359a5e0481e {
  
}
}@media (max-width: 767px){#s-89aed06c-395f-469f-87b4-6359a5e0481e {
  
}
}
@media (min-width: 0px) {
[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-89aed06c-395f-469f-87b4-6359a5e0481e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5294bb74-625b-40f2-9add-3bdc35a570d1 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5294bb74-625b-40f2-9add-3bdc35a570d1 .shogun-heading-component h2 {
  color: rgba(83, 80, 82, 1);
  font-weight:  300 ;
  font-family: Lato;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4658ca99-8812-4954-a65d-b8a5e65e79c2 {
  margin-top: -10px;
margin-left: 50px;
margin-right: 50px;
}

#s-4658ca99-8812-4954-a65d-b8a5e65e79c2 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-f7044ded-6e75-4f7f-afce-1037868c1a92 {
  margin-top: 0px;
margin-bottom: 4px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-f7044ded-6e75-4f7f-afce-1037868c1a92 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7044ded-6e75-4f7f-afce-1037868c1a92 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7044ded-6e75-4f7f-afce-1037868c1a92 {
  
}
}@media (max-width: 767px){#s-f7044ded-6e75-4f7f-afce-1037868c1a92 {
  
}
}
@media (min-width: 0px) {
[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f7044ded-6e75-4f7f-afce-1037868c1a92"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-53f1100b-643d-4c70-9add-87acbebfdf7c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53f1100b-643d-4c70-9add-87acbebfdf7c .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-24b07beb-1c21-42e8-a861-24be589a04bb {
  margin-top: 0px;
margin-bottom: 10px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-24b07beb-1c21-42e8-a861-24be589a04bb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-24b07beb-1c21-42e8-a861-24be589a04bb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-24b07beb-1c21-42e8-a861-24be589a04bb {
  
}
}@media (max-width: 767px){#s-24b07beb-1c21-42e8-a861-24be589a04bb {
  
}
}
@media (min-width: 0px) {
[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-24b07beb-1c21-42e8-a861-24be589a04bb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-99d123c6-55e4-4b5b-8bbb-0e6de9ce94cd {
  text-align: center;
}




  #s-99d123c6-55e4-4b5b-8bbb-0e6de9ce94cd img.shogun-image {
    
    width: px;
  }


#s-99d123c6-55e4-4b5b-8bbb-0e6de9ce94cd .shogun-image-content {
  
    align-items: center;
  
}

#s-3a4dd217-3194-4b0b-a024-2af1b4134e9e {
  margin-top: 15px;
margin-left: 36px;
margin-bottom: 15px;
margin-right: 36px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-3a4dd217-3194-4b0b-a024-2af1b4134e9e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a4dd217-3194-4b0b-a024-2af1b4134e9e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a4dd217-3194-4b0b-a024-2af1b4134e9e {
  
}
}@media (max-width: 767px){#s-3a4dd217-3194-4b0b-a024-2af1b4134e9e {
  
}
}
@media (min-width: 0px) {
[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3a4dd217-3194-4b0b-a024-2af1b4134e9e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-fcb034fa-d31f-4825-b719-3446081028b1 {
  min-height: 50px;
}








#s-fcb034fa-d31f-4825-b719-3446081028b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcb034fa-d31f-4825-b719-3446081028b1.shg-box.shg-c {
  justify-content: center;
}

#s-68e1f32a-0fc8-443f-97e1-9a3ca7752c66 {
  text-align: center;
}
#s-68e1f32a-0fc8-443f-97e1-9a3ca7752c66:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-68e1f32a-0fc8-443f-97e1-9a3ca7752c66 img.shogun-image {
    
    width: px;
  }


#s-68e1f32a-0fc8-443f-97e1-9a3ca7752c66 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4914b0c-e4a2-4218-adab-acca53cec38d {
  min-height: 50px;
}








#s-f4914b0c-e4a2-4218-adab-acca53cec38d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4914b0c-e4a2-4218-adab-acca53cec38d.shg-box.shg-c {
  justify-content: center;
}

#s-d54942e9-5cd5-44d2-bab9-5f555198f886 {
  text-align: center;
}
#s-d54942e9-5cd5-44d2-bab9-5f555198f886:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-d54942e9-5cd5-44d2-bab9-5f555198f886 img.shogun-image {
    
    width: px;
  }


#s-d54942e9-5cd5-44d2-bab9-5f555198f886 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e00c708-f946-473e-b01a-6bd913adf076 {
  margin-top: 5px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e00c708-f946-473e-b01a-6bd913adf076 .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-8e00c708-f946-473e-b01a-6bd913adf076 .shogun-heading-component h3 a {
  color: rgba(127, 125, 126, 1);
}


#s-b19f3023-881a-4f37-a4e6-37d042f4105d {
  margin-top: 30px;
margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b19f3023-881a-4f37-a4e6-37d042f4105d {
  display: none;
}
#s-b19f3023-881a-4f37-a4e6-37d042f4105d, #wrap-s-b19f3023-881a-4f37-a4e6-37d042f4105d { display:none !important; }}@media (max-width: 767px){#s-b19f3023-881a-4f37-a4e6-37d042f4105d {
  display: none;
}
#s-b19f3023-881a-4f37-a4e6-37d042f4105d, #wrap-s-b19f3023-881a-4f37-a4e6-37d042f4105d { display:none !important; }}







#s-b19f3023-881a-4f37-a4e6-37d042f4105d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b19f3023-881a-4f37-a4e6-37d042f4105d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-50baa326-f902-456b-9ed0-9b9c66e3a9aa {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-50baa326-f902-456b-9ed0-9b9c66e3a9aa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-50baa326-f902-456b-9ed0-9b9c66e3a9aa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-50baa326-f902-456b-9ed0-9b9c66e3a9aa {
  
}
}@media (max-width: 767px){#s-50baa326-f902-456b-9ed0-9b9c66e3a9aa {
  
}
}
@media (min-width: 0px) {
[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-50baa326-f902-456b-9ed0-9b9c66e3a9aa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8d9279f2-a2d3-4d2c-8865-c34b6e090d1d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d9279f2-a2d3-4d2c-8865-c34b6e090d1d .shogun-heading-component h2 {
  color: rgba(83, 80, 82, 1);
  font-weight:  300 ;
  font-family: Lato;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7d162dae-187f-4ea1-83eb-e155f7549ae8 {
  padding-left: 250px;
padding-right: 250px;
}

#s-7d162dae-187f-4ea1-83eb-e155f7549ae8 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-553f299a-bdbb-41ea-a26f-4b6111ae1e99 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-553f299a-bdbb-41ea-a26f-4b6111ae1e99 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-553f299a-bdbb-41ea-a26f-4b6111ae1e99 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-553f299a-bdbb-41ea-a26f-4b6111ae1e99 {
  
}
}@media (max-width: 767px){#s-553f299a-bdbb-41ea-a26f-4b6111ae1e99 {
  
}
}
@media (min-width: 0px) {
[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-553f299a-bdbb-41ea-a26f-4b6111ae1e99"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-988c06e6-f4df-4e17-a8e7-a585d9016563 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-988c06e6-f4df-4e17-a8e7-a585d9016563 .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c9581eac-ec4d-4585-8b99-e36d3e7b101a {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9581eac-ec4d-4585-8b99-e36d3e7b101a .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2b1968c9-dc83-465e-8941-f249c76571a2 {
  margin-top: 15px;
margin-left: 36px;
margin-bottom: 15px;
margin-right: 36px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-2b1968c9-dc83-465e-8941-f249c76571a2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b1968c9-dc83-465e-8941-f249c76571a2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b1968c9-dc83-465e-8941-f249c76571a2 {
  
}
}@media (max-width: 767px){#s-2b1968c9-dc83-465e-8941-f249c76571a2 {
  
}
}
@media (min-width: 0px) {
[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-2b1968c9-dc83-465e-8941-f249c76571a2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-61400f5f-4a57-48ba-ac81-941fb63706f2 {
  text-align: center;
}
#s-61400f5f-4a57-48ba-ac81-941fb63706f2:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-61400f5f-4a57-48ba-ac81-941fb63706f2 img.shogun-image {
    
    width: px;
  }


#s-61400f5f-4a57-48ba-ac81-941fb63706f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e7c0360-f7bb-4a4d-a818-d38cd1028d9f {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e7c0360-f7bb-4a4d-a818-d38cd1028d9f .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-0e7c0360-f7bb-4a4d-a818-d38cd1028d9f .shogun-heading-component h3 a {
  color: rgba(127, 125, 126, 1);
}


#s-9cb5ccc6-cb63-407b-8744-a6b57b45468d {
  text-align: center;
}
#s-9cb5ccc6-cb63-407b-8744-a6b57b45468d:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-9cb5ccc6-cb63-407b-8744-a6b57b45468d img.shogun-image {
    
    width: px;
  }


#s-9cb5ccc6-cb63-407b-8744-a6b57b45468d .shogun-image-content {
  
    align-items: center;
  
}

#s-751ca390-8352-463a-88d2-5158f152e6e7 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-751ca390-8352-463a-88d2-5158f152e6e7 .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-751ca390-8352-463a-88d2-5158f152e6e7 .shogun-heading-component h3 a {
  color: rgba(127, 125, 126, 1);
}


#s-ace8c090-372b-42ff-8ca9-a930c43fa121 {
  text-align: center;
}
#s-ace8c090-372b-42ff-8ca9-a930c43fa121:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-ace8c090-372b-42ff-8ca9-a930c43fa121 img.shogun-image {
    
    width: px;
  }


#s-ace8c090-372b-42ff-8ca9-a930c43fa121 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa13101b-fa50-477b-b230-6715434fc4c2 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa13101b-fa50-477b-b230-6715434fc4c2 .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-fa13101b-fa50-477b-b230-6715434fc4c2 .shogun-heading-component h3 a {
  color: rgba(127, 125, 126, 1);
}


#s-dae0d890-39d8-435d-9ee9-f0e9dfe20b73 {
  text-align: center;
}
#s-dae0d890-39d8-435d-9ee9-f0e9dfe20b73:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-dae0d890-39d8-435d-9ee9-f0e9dfe20b73 img.shogun-image {
    
    width: px;
  }


#s-dae0d890-39d8-435d-9ee9-f0e9dfe20b73 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c752724-ef15-420b-a63a-f3ce8951b762 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c752724-ef15-420b-a63a-f3ce8951b762 .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-7c752724-ef15-420b-a63a-f3ce8951b762 .shogun-heading-component h3 a {
  color: rgba(127, 125, 126, 1);
}


#s-0484852f-e984-444d-914d-33ccbab6fdc2 {
  margin-top: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-0484852f-e984-444d-914d-33ccbab6fdc2 {
  display: none;
}
#s-0484852f-e984-444d-914d-33ccbab6fdc2, #wrap-s-0484852f-e984-444d-914d-33ccbab6fdc2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0484852f-e984-444d-914d-33ccbab6fdc2 {
  display: none;
}
#s-0484852f-e984-444d-914d-33ccbab6fdc2, #wrap-s-0484852f-e984-444d-914d-33ccbab6fdc2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0484852f-e984-444d-914d-33ccbab6fdc2 {
  display: none;
}
#s-0484852f-e984-444d-914d-33ccbab6fdc2, #wrap-s-0484852f-e984-444d-914d-33ccbab6fdc2 { display:none !important; }}@media (max-width: 767px){#s-0484852f-e984-444d-914d-33ccbab6fdc2 {
  
}
}







#s-0484852f-e984-444d-914d-33ccbab6fdc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0484852f-e984-444d-914d-33ccbab6fdc2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9d5ffc23-a28c-4423-9dad-468ba45f2607 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
text-align: center;
}

#s-9d5ffc23-a28c-4423-9dad-468ba45f2607 .shogun-heading-component h2 {
  color: rgba(83, 80, 82, 1);
  font-weight:  300 ;
  font-family: Lato;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7f7a0a8c-333c-44f9-95fe-32c8822f1603 {
  padding-left: 45px;
padding-right: 45px;
}

#s-7f7a0a8c-333c-44f9-95fe-32c8822f1603 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-ddaefb3c-1be7-47b5-9bae-6e7e08659658 {
  margin-top: -10px;
margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ddaefb3c-1be7-47b5-9bae-6e7e08659658 .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-de9dbb9d-a8c8-409d-82ab-43727ae5017a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-de9dbb9d-a8c8-409d-82ab-43727ae5017a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-da5f83ad-f756-482f-8ddb-1a8c3e2d27b9 {
  margin-top: 0px;
text-align: center;
}
#s-da5f83ad-f756-482f-8ddb-1a8c3e2d27b9:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.5 !important;}



  #s-da5f83ad-f756-482f-8ddb-1a8c3e2d27b9 img.shogun-image {
    
    width: px;
  }


#s-da5f83ad-f756-482f-8ddb-1a8c3e2d27b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-be62a53b-f3e6-4cc6-b203-962b8b1a4f4b {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-be62a53b-f3e6-4cc6-b203-962b8b1a4f4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be62a53b-f3e6-4cc6-b203-962b8b1a4f4b.shg-box.shg-c {
  justify-content: center;
}

#s-daf6457c-379b-431d-a2f3-cf62a88efdde {
  text-align: center;
}
#s-daf6457c-379b-431d-a2f3-cf62a88efdde:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-daf6457c-379b-431d-a2f3-cf62a88efdde img.shogun-image {
    
    width: px;
  }


#s-daf6457c-379b-431d-a2f3-cf62a88efdde .shogun-image-content {
  
    align-items: center;
  
}

#s-29dea602-00ef-48d1-9d63-e29c1b6290d2 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 15px;
margin-right: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}

#s-29dea602-00ef-48d1-9d63-e29c1b6290d2 .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-29dea602-00ef-48d1-9d63-e29c1b6290d2 .shogun-heading-component h3 a {
  color: rgba(127, 125, 126, 1);
}


#s-94e0c19e-49d4-49b8-ba3f-4580b17a16dd {
  margin-top: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-94e0c19e-49d4-49b8-ba3f-4580b17a16dd {
  display: none;
}
#s-94e0c19e-49d4-49b8-ba3f-4580b17a16dd, #wrap-s-94e0c19e-49d4-49b8-ba3f-4580b17a16dd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94e0c19e-49d4-49b8-ba3f-4580b17a16dd {
  display: none;
}
#s-94e0c19e-49d4-49b8-ba3f-4580b17a16dd, #wrap-s-94e0c19e-49d4-49b8-ba3f-4580b17a16dd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94e0c19e-49d4-49b8-ba3f-4580b17a16dd {
  display: none;
}
#s-94e0c19e-49d4-49b8-ba3f-4580b17a16dd, #wrap-s-94e0c19e-49d4-49b8-ba3f-4580b17a16dd { display:none !important; }}@media (max-width: 767px){#s-94e0c19e-49d4-49b8-ba3f-4580b17a16dd {
  
}
}







#s-94e0c19e-49d4-49b8-ba3f-4580b17a16dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94e0c19e-49d4-49b8-ba3f-4580b17a16dd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-250acb12-edf0-4ef0-82bd-16bdd9f1e37a {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
text-align: center;
}

#s-250acb12-edf0-4ef0-82bd-16bdd9f1e37a .shogun-heading-component h2 {
  color: rgba(83, 80, 82, 1);
  font-weight:  300 ;
  font-family: Lato;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-63b23b43-48eb-49a1-a969-e20d210ea2c8 {
  padding-left: 45px;
padding-right: 45px;
}

#s-63b23b43-48eb-49a1-a969-e20d210ea2c8 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-ef6673ed-219b-451f-977c-020fc9594cb4 {
  margin-top: -10px;
margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef6673ed-219b-451f-977c-020fc9594cb4 .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-502ffa6d-bed0-496f-b620-09d7751abc6f {
  margin-top: -10px;
margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-502ffa6d-bed0-496f-b620-09d7751abc6f .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-75e4d071-82d6-4797-b91a-298c5619c10f {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-75e4d071-82d6-4797-b91a-298c5619c10f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-1a5ab9d7-7053-49dd-99f2-6b66c12f9dd7 {
  margin-top: 35px;
text-align: center;
}
#s-1a5ab9d7-7053-49dd-99f2-6b66c12f9dd7:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-1a5ab9d7-7053-49dd-99f2-6b66c12f9dd7 img.shogun-image {
    
    width: px;
  }


#s-1a5ab9d7-7053-49dd-99f2-6b66c12f9dd7 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f611522-65cf-4697-af47-cd2b418438ab {
  margin-left: 5px;
margin-bottom: 15px;
margin-right: 5px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
text-align: center;
}

#s-1f611522-65cf-4697-af47-cd2b418438ab .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-1f611522-65cf-4697-af47-cd2b418438ab .shogun-heading-component h3 a {
  color: rgba(127, 125, 126, 1);
}


#s-96bb9540-b197-4b65-ac6a-2926f2aa8c4c {
  margin-top: 35px;
text-align: center;
}
#s-96bb9540-b197-4b65-ac6a-2926f2aa8c4c:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-96bb9540-b197-4b65-ac6a-2926f2aa8c4c img.shogun-image {
    
    width: px;
  }


#s-96bb9540-b197-4b65-ac6a-2926f2aa8c4c .shogun-image-content {
  
    align-items: center;
  
}

#s-6f718c97-8bd3-4825-a809-cc837f32b0b0 {
  margin-left: 5px;
margin-bottom: 15px;
margin-right: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}

#s-6f718c97-8bd3-4825-a809-cc837f32b0b0 .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-6f718c97-8bd3-4825-a809-cc837f32b0b0 .shogun-heading-component h3 a {
  color: rgba(127, 125, 126, 1);
}


#s-167344d3-1731-4a7f-8595-664477c0da45 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-167344d3-1731-4a7f-8595-664477c0da45"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-6b7b751c-4887-4514-8b06-2a14dd206a75 {
  text-align: center;
}
#s-6b7b751c-4887-4514-8b06-2a14dd206a75:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-6b7b751c-4887-4514-8b06-2a14dd206a75 img.shogun-image {
    
    width: px;
  }


#s-6b7b751c-4887-4514-8b06-2a14dd206a75 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3395500-9d86-4071-b1da-25a417997b78 {
  margin-left: 5px;
margin-bottom: 15px;
margin-right: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}

#s-b3395500-9d86-4071-b1da-25a417997b78 .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-b3395500-9d86-4071-b1da-25a417997b78 .shogun-heading-component h3 a {
  color: rgba(127, 125, 126, 1);
}


#s-77e2d1fd-5dd0-48fa-ae97-630abdc02b9d {
  text-align: center;
}
#s-77e2d1fd-5dd0-48fa-ae97-630abdc02b9d:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.7 !important;}



  #s-77e2d1fd-5dd0-48fa-ae97-630abdc02b9d img.shogun-image {
    
    width: px;
  }


#s-77e2d1fd-5dd0-48fa-ae97-630abdc02b9d .shogun-image-content {
  
    align-items: center;
  
}

#s-0584a665-fa4d-4393-8c46-8537a1a8b581 {
  margin-left: 5px;
margin-bottom: 15px;
margin-right: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}

#s-0584a665-fa4d-4393-8c46-8537a1a8b581 .shogun-heading-component h3 {
  color: rgba(127, 125, 126, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-0584a665-fa4d-4393-8c46-8537a1a8b581 .shogun-heading-component h3 a {
  color: rgba(127, 125, 126, 1);
}


#s-c8879c30-7056-45e2-9b25-2ca53207cb03 {
  margin-top: 0px;
margin-bottom: 30px;
min-height: 25px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-c8879c30-7056-45e2-9b25-2ca53207cb03 {
  display: none;
}
#s-c8879c30-7056-45e2-9b25-2ca53207cb03, #wrap-s-c8879c30-7056-45e2-9b25-2ca53207cb03 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c8879c30-7056-45e2-9b25-2ca53207cb03 {
  display: none;
}
#s-c8879c30-7056-45e2-9b25-2ca53207cb03, #wrap-s-c8879c30-7056-45e2-9b25-2ca53207cb03 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c8879c30-7056-45e2-9b25-2ca53207cb03 {
  
}
}@media (max-width: 767px){#s-c8879c30-7056-45e2-9b25-2ca53207cb03 {
  
}
}







#s-c8879c30-7056-45e2-9b25-2ca53207cb03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8879c30-7056-45e2-9b25-2ca53207cb03.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e5cc7baf-5d42-4775-9776-ac85c088c5d0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e5cc7baf-5d42-4775-9776-ac85c088c5d0 {
  display: none;
}
#s-e5cc7baf-5d42-4775-9776-ac85c088c5d0, #wrap-s-e5cc7baf-5d42-4775-9776-ac85c088c5d0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5cc7baf-5d42-4775-9776-ac85c088c5d0 {
  display: none;
}
#s-e5cc7baf-5d42-4775-9776-ac85c088c5d0, #wrap-s-e5cc7baf-5d42-4775-9776-ac85c088c5d0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e5cc7baf-5d42-4775-9776-ac85c088c5d0 {
  display: none;
}
#s-e5cc7baf-5d42-4775-9776-ac85c088c5d0, #wrap-s-e5cc7baf-5d42-4775-9776-ac85c088c5d0 { display:none !important; }}@media (max-width: 767px){#s-e5cc7baf-5d42-4775-9776-ac85c088c5d0 {
  display: none;
}
#s-e5cc7baf-5d42-4775-9776-ac85c088c5d0, #wrap-s-e5cc7baf-5d42-4775-9776-ac85c088c5d0 { display:none !important; }}







#s-e5cc7baf-5d42-4775-9776-ac85c088c5d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5cc7baf-5d42-4775-9776-ac85c088c5d0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-843dbe35-f0b5-4676-88ff-6da8028ed84f {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-843dbe35-f0b5-4676-88ff-6da8028ed84f img.shogun-image {
    
    width: px;
  }


#s-843dbe35-f0b5-4676-88ff-6da8028ed84f .shogun-image-content {
  
    align-items: center;
  
}

#s-e9835a5b-5116-4bb7-a1bd-e22ff4237e1f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e9835a5b-5116-4bb7-a1bd-e22ff4237e1f {
  display: none;
}
#s-e9835a5b-5116-4bb7-a1bd-e22ff4237e1f, #wrap-s-e9835a5b-5116-4bb7-a1bd-e22ff4237e1f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9835a5b-5116-4bb7-a1bd-e22ff4237e1f {
  display: none;
}
#s-e9835a5b-5116-4bb7-a1bd-e22ff4237e1f, #wrap-s-e9835a5b-5116-4bb7-a1bd-e22ff4237e1f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e9835a5b-5116-4bb7-a1bd-e22ff4237e1f {
  display: none;
}
#s-e9835a5b-5116-4bb7-a1bd-e22ff4237e1f, #wrap-s-e9835a5b-5116-4bb7-a1bd-e22ff4237e1f { display:none !important; }}@media (max-width: 767px){#s-e9835a5b-5116-4bb7-a1bd-e22ff4237e1f {
  display: none;
}
#s-e9835a5b-5116-4bb7-a1bd-e22ff4237e1f, #wrap-s-e9835a5b-5116-4bb7-a1bd-e22ff4237e1f { display:none !important; }}







#s-e9835a5b-5116-4bb7-a1bd-e22ff4237e1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9835a5b-5116-4bb7-a1bd-e22ff4237e1f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b92daf01-eaae-472e-9528-e8ec90425c47 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-b92daf01-eaae-472e-9528-e8ec90425c47 img.shogun-image {
    
    width: px;
  }


#s-b92daf01-eaae-472e-9528-e8ec90425c47 .shogun-image-content {
  
    align-items: center;
  
}

#s-8727a4a1-4231-4685-9fc5-feb7bc770bc9 {
  margin-top: 45px;
min-height: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8727a4a1-4231-4685-9fc5-feb7bc770bc9 {
  display: none;
}
#s-8727a4a1-4231-4685-9fc5-feb7bc770bc9, #wrap-s-8727a4a1-4231-4685-9fc5-feb7bc770bc9 { display:none !important; }}@media (max-width: 767px){#s-8727a4a1-4231-4685-9fc5-feb7bc770bc9 {
  display: none;
}
#s-8727a4a1-4231-4685-9fc5-feb7bc770bc9, #wrap-s-8727a4a1-4231-4685-9fc5-feb7bc770bc9 { display:none !important; }}







#s-8727a4a1-4231-4685-9fc5-feb7bc770bc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8727a4a1-4231-4685-9fc5-feb7bc770bc9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3b63c680-6c5c-4195-8747-5b36c7fba1ed {
  margin-top: 35px;
margin-left: 50px;
margin-bottom: 100px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-3b63c680-6c5c-4195-8747-5b36c7fba1ed {
  display: none;
}
#s-3b63c680-6c5c-4195-8747-5b36c7fba1ed, #wrap-s-3b63c680-6c5c-4195-8747-5b36c7fba1ed { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b63c680-6c5c-4195-8747-5b36c7fba1ed {
  display: none;
}
#s-3b63c680-6c5c-4195-8747-5b36c7fba1ed, #wrap-s-3b63c680-6c5c-4195-8747-5b36c7fba1ed { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3b63c680-6c5c-4195-8747-5b36c7fba1ed {
  
}
}@media (max-width: 767px){#s-3b63c680-6c5c-4195-8747-5b36c7fba1ed {
  
}
}
@media (min-width: 0px) {
[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-3b63c680-6c5c-4195-8747-5b36c7fba1ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-88153eaf-ad16-4cd0-9239-e526edf41db6 {
  margin-left: 10px;
margin-bottom: 60px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-88153eaf-ad16-4cd0-9239-e526edf41db6 {
  display: none;
}
#s-88153eaf-ad16-4cd0-9239-e526edf41db6, #wrap-s-88153eaf-ad16-4cd0-9239-e526edf41db6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88153eaf-ad16-4cd0-9239-e526edf41db6 {
  display: none;
}
#s-88153eaf-ad16-4cd0-9239-e526edf41db6, #wrap-s-88153eaf-ad16-4cd0-9239-e526edf41db6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-88153eaf-ad16-4cd0-9239-e526edf41db6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0851fa38-3cc1-462e-a739-12cc5f32ed27 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(127, 125, 126, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 20px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-0851fa38-3cc1-462e-a739-12cc5f32ed27:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(127, 125, 126, 1) !important;
opacity: 1 !important;
background-color: rgba(127, 125, 126, 1) !important;
font-size: 15px !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-0851fa38-3cc1-462e-a739-12cc5f32ed27:active {border-style: solid !important;
border-color: rgba(127, 125, 126, 1) !important;
background-color: rgba(224, 76, 14, 0) !important;
font-size: 15px !important;
color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}


#s-0851fa38-3cc1-462e-a739-12cc5f32ed27.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-f7d15202-f48b-44f5-94db-5c584894d689 {
  text-align: center;
}




  #s-f7d15202-f48b-44f5-94db-5c584894d689 img.shogun-image {
    
    width: px;
  }


#s-f7d15202-f48b-44f5-94db-5c584894d689 .shogun-image-content {
  
    align-items: center;
  
}

#s-17db1f64-a0a4-4a23-8602-78aa483b8d71 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-42676f91-f3ea-4984-9799-b776eb4480da {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 50px;
padding-bottom: 0px;
padding-right: 50px;
background-color: rgba(0, 0, 0, 0);
}

#s-51c6bd3f-58db-41a3-a23a-5981ac46ab81 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-51c6bd3f-58db-41a3-a23a-5981ac46ab81 {
  display: none;
}
#s-51c6bd3f-58db-41a3-a23a-5981ac46ab81, #wrap-s-51c6bd3f-58db-41a3-a23a-5981ac46ab81 { display:none !important; }}@media (max-width: 767px){#s-51c6bd3f-58db-41a3-a23a-5981ac46ab81 {
  display: none;
}
#s-51c6bd3f-58db-41a3-a23a-5981ac46ab81, #wrap-s-51c6bd3f-58db-41a3-a23a-5981ac46ab81 { display:none !important; }}
@media (min-width: 0px) {
[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-51c6bd3f-58db-41a3-a23a-5981ac46ab81"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ecd474bb-077b-4767-a605-1ce98c94f2e6 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(127, 125, 126, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 20px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-ecd474bb-077b-4767-a605-1ce98c94f2e6:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(127, 125, 126, 1) !important;
opacity: 1 !important;
background-color: rgba(127, 125, 126, 1) !important;
font-size: 15px !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-ecd474bb-077b-4767-a605-1ce98c94f2e6:active {border-style: solid !important;
border-color: rgba(127, 125, 126, 1) !important;
background-color: rgba(224, 76, 14, 0) !important;
font-size: 15px !important;
color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}


#s-ecd474bb-077b-4767-a605-1ce98c94f2e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-6e00935b-9e9e-426b-b161-0a2e7bb253af {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-6e00935b-9e9e-426b-b161-0a2e7bb253af {
  display: none;
}
#s-6e00935b-9e9e-426b-b161-0a2e7bb253af, #wrap-s-6e00935b-9e9e-426b-b161-0a2e7bb253af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e00935b-9e9e-426b-b161-0a2e7bb253af {
  display: none;
}
#s-6e00935b-9e9e-426b-b161-0a2e7bb253af, #wrap-s-6e00935b-9e9e-426b-b161-0a2e7bb253af { display:none !important; }}
@media (min-width: 0px) {
[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6e00935b-9e9e-426b-b161-0a2e7bb253af"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-41c7327c-4429-4c36-998e-cbed8aef726f {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(127, 125, 126, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 20px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-41c7327c-4429-4c36-998e-cbed8aef726f:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(127, 125, 126, 1) !important;
opacity: 1 !important;
background-color: rgba(127, 125, 126, 1) !important;
font-size: 15px !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-41c7327c-4429-4c36-998e-cbed8aef726f:active {border-style: solid !important;
border-color: rgba(127, 125, 126, 1) !important;
background-color: rgba(224, 76, 14, 0) !important;
font-size: 15px !important;
color: rgba(127, 125, 126, 1) !important;
text-decoration: none !important;}


#s-41c7327c-4429-4c36-998e-cbed8aef726f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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