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

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

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

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

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

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

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

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

#s-43c7924b-0714-43a7-9508-de6e7ed717ff {
  min-height: 550px;
}








#s-43c7924b-0714-43a7-9508-de6e7ed717ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43c7924b-0714-43a7-9508-de6e7ed717ff.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-410a1fc8-d6ea-479a-934e-2335b3715e2d {
  background-image: url(https://i.shgcdn.com/fc18c9b5-876c-4529-add2-809aa1642f55/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
min-height: 550px;
background-position: center center;
}








#s-410a1fc8-d6ea-479a-934e-2335b3715e2d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-410a1fc8-d6ea-479a-934e-2335b3715e2d.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-2e5e4df8-9425-4182-a83a-ea7c935c3f42 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e5e4df8-9425-4182-a83a-ea7c935c3f42 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 64px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-fd2d2885-6ded-4c5b-8843-4b4a3b268605 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

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

@media (min-width: 0px) {
[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-08673f19-1c32-4840-a0d7-44870c96230a"] > .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-ebde697e-000c-4a55-bcec-743c452be77b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
}
#s-ebde697e-000c-4a55-bcec-743c452be77b:hover {background-color: rgba(163, 163, 163, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-ebde697e-000c-4a55-bcec-743c452be77b:active {border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-ebde697e-000c-4a55-bcec-743c452be77b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-a1c8ef88-c1af-4eb3-a52f-3b986a72496d {
  background-image: url(https://i.shgcdn.com/0c203ae7-f54f-4801-a1ab-0239d02624a8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-width: 225px;
min-height: 550px;
background-position: center center;
background-attachment: scroll;
}








#s-a1c8ef88-c1af-4eb3-a52f-3b986a72496d > .shg-box-overlay {
  background-color: rgba(28, 28, 28, 1);
  opacity: 0.33;
}#s-a1c8ef88-c1af-4eb3-a52f-3b986a72496d.shg-box.shg-c {
  justify-content: center;
}

#s-f1ca5964-58d8-4b0a-a5e7-b5f66659b53c {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f1ca5964-58d8-4b0a-a5e7-b5f66659b53c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 64px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-55384913-788e-49a7-822d-b5965ed49c5d {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54 {
  margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ba34e8a5-e4cb-49c5-ab1f-e3d6b7f7df54"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-0454859e-7201-43bc-99a4-a5e6334f2ecf {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-0454859e-7201-43bc-99a4-a5e6334f2ecf:hover {background-color: rgba(163, 163, 163, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-0454859e-7201-43bc-99a4-a5e6334f2ecf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0454859e-7201-43bc-99a4-a5e6334f2ecf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (max-width: 767px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}







#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a92d74ae-118a-47c8-b2dc-0104a67a8591.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  padding-top: 0px;
}
@media (min-width: 1200px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (max-width: 767px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}
@media (min-width: 0px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  background-image: url(https://i.shgcdn.com/ce738f9c-6e1b-4595-bf52-b4594cfc119a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 550px;
background-position: center center;
}
@media (min-width: 1200px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  
}
}@media (max-width: 767px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  
}
}







#s-08fd8015-9c90-4601-b6fb-408258b31da2 > .shg-box-overlay {
  background-color: rgba(7, 7, 7, 1);
  opacity: 0.33;
}#s-08fd8015-9c90-4601-b6fb-408258b31da2.shg-box.shg-c {
  justify-content: center;
}

#s-f7c20c3d-4500-4699-8628-8fa4d5e8484b {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f7c20c3d-4500-4699-8628-8fa4d5e8484b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7c20c3d-4500-4699-8628-8fa4d5e8484b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7c20c3d-4500-4699-8628-8fa4d5e8484b {
  
}
}@media (max-width: 767px){#s-f7c20c3d-4500-4699-8628-8fa4d5e8484b {
  
}
}
#s-f7c20c3d-4500-4699-8628-8fa4d5e8484b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-87672148-476e-4c1a-bd48-52676e371d63 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-87672148-476e-4c1a-bd48-52676e371d63 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-87672148-476e-4c1a-bd48-52676e371d63 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-87672148-476e-4c1a-bd48-52676e371d63 {
  
}
}@media (max-width: 767px){#s-87672148-476e-4c1a-bd48-52676e371d63 {
  
}
}
#s-a8d877c7-2658-4b78-a2b9-35e99e7bc164 {
  margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-a8d877c7-2658-4b78-a2b9-35e99e7bc164 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8d877c7-2658-4b78-a2b9-35e99e7bc164 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a8d877c7-2658-4b78-a2b9-35e99e7bc164 {
  
}
}@media (max-width: 767px){#s-a8d877c7-2658-4b78-a2b9-35e99e7bc164 {
  
}
}
@media (min-width: 0px) {
[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-e766ca72-590c-4b7f-90f2-fe5be4462c8a {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-e766ca72-590c-4b7f-90f2-fe5be4462c8a:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(163, 163, 163, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-e766ca72-590c-4b7f-90f2-fe5be4462c8a:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e766ca72-590c-4b7f-90f2-fe5be4462c8a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e766ca72-590c-4b7f-90f2-fe5be4462c8a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e766ca72-590c-4b7f-90f2-fe5be4462c8a {
  
}
}@media (max-width: 767px){#s-e766ca72-590c-4b7f-90f2-fe5be4462c8a {
  
}
}


#s-e766ca72-590c-4b7f-90f2-fe5be4462c8a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  background-image: url(https://i.shgcdn.com/cda1f647-bdf6-49c9-88c3-e5a3f56b0151/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 550px;
background-position: center center;
}
@media (min-width: 1200px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}@media (max-width: 767px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}







#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a > .shg-box-overlay {
  background-color: rgba(3, 3, 3, 1);
  opacity: 0.33;
}#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a.shg-box.shg-c {
  justify-content: center;
}

#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 {
  
}
}@media (max-width: 767px){#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 {
  
}
}
#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9cb4c4ba-eaf4-44f7-84eb-d9d0d7ea4ade {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-9cb4c4ba-eaf4-44f7-84eb-d9d0d7ea4ade {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9cb4c4ba-eaf4-44f7-84eb-d9d0d7ea4ade {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9cb4c4ba-eaf4-44f7-84eb-d9d0d7ea4ade {
  
}
}@media (max-width: 767px){#s-9cb4c4ba-eaf4-44f7-84eb-d9d0d7ea4ade {
  
}
}
#s-d87a3019-7ceb-4606-8ba7-e9a72766e031 {
  margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-d87a3019-7ceb-4606-8ba7-e9a72766e031 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d87a3019-7ceb-4606-8ba7-e9a72766e031 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d87a3019-7ceb-4606-8ba7-e9a72766e031 {
  
}
}@media (max-width: 767px){#s-d87a3019-7ceb-4606-8ba7-e9a72766e031 {
  
}
}
@media (min-width: 0px) {
[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(163, 163, 163, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2 {
  
}
}@media (max-width: 767px){#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2 {
  
}
}


#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (max-width: 767px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}







#s-5b6466bb-abca-408e-ad65-9f0b49172d7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b6466bb-abca-408e-ad65-9f0b49172d7a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4b075803-c072-4e93-9532-d593f4a21884 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}@media (max-width: 767px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}
@media (min-width: 0px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-357b0d85-95c6-4296-b3ce-4ff72b88b401 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-357b0d85-95c6-4296-b3ce-4ff72b88b401 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-357b0d85-95c6-4296-b3ce-4ff72b88b401 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-357b0d85-95c6-4296-b3ce-4ff72b88b401 {
  
}
}@media (max-width: 767px){#s-357b0d85-95c6-4296-b3ce-4ff72b88b401 {
  
}
}
@media (min-width: 0px) {
[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2de29ffa-f05a-484f-be0d-9e9d7352877b {
  margin-left: -0px;
margin-right: -5px;
}

#s-2de29ffa-f05a-484f-be0d-9e9d7352877b .shogun-icon-wrapper {
  text-align: center;
}


#s-2de29ffa-f05a-484f-be0d-9e9d7352877b .shogun-icon-wrapper > .shogun-icon {

  font-size: 42px !important;
  color: rgba(255, 255, 255, 1);
}

#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  margin-left: 15px;
margin-right: 0px;
padding-right: 0px;
opacity: 1;
}
@media (min-width: 1200px){#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  
}
}@media (max-width: 767px){#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  
}
}
#s-650380ff-f72f-4282-84b6-4fbf3d738c31 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-650380ff-f72f-4282-84b6-4fbf3d738c31 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-650380ff-f72f-4282-84b6-4fbf3d738c31 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-650380ff-f72f-4282-84b6-4fbf3d738c31 {
  
}
}@media (max-width: 767px){#s-650380ff-f72f-4282-84b6-4fbf3d738c31 {
  
}
}
@media (min-width: 0px) {
[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b76de96b-e259-4306-b464-2836766f5dce {
  margin-left: 0px;
margin-right: 0px;
}

#s-b76de96b-e259-4306-b464-2836766f5dce .shogun-icon-wrapper {
  text-align: center;
}


#s-b76de96b-e259-4306-b464-2836766f5dce .shogun-icon-wrapper > .shogun-icon {

  font-size: 42px !important;
  color: rgba(255, 255, 255, 1);
}

#s-1cebc791-e424-4553-9727-7e1390519268 {
  margin-left: 15px;
margin-right: 0px;
opacity: 1;
}
@media (min-width: 1200px){#s-1cebc791-e424-4553-9727-7e1390519268 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cebc791-e424-4553-9727-7e1390519268 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cebc791-e424-4553-9727-7e1390519268 {
  
}
}@media (max-width: 767px){#s-1cebc791-e424-4553-9727-7e1390519268 {
  
}
}
#s-d6140d79-6f06-4874-ae35-0ce63a584de4 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-d6140d79-6f06-4874-ae35-0ce63a584de4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6140d79-6f06-4874-ae35-0ce63a584de4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6140d79-6f06-4874-ae35-0ce63a584de4 {
  
}
}@media (max-width: 767px){#s-d6140d79-6f06-4874-ae35-0ce63a584de4 {
  
}
}
@media (min-width: 0px) {
[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3b136949-2652-4299-89ba-9a453dd32e79 {
  margin-left: -7px;
margin-right: -7px;
padding-left: 0px;
padding-right: 0px;
}

#s-3b136949-2652-4299-89ba-9a453dd32e79 .shogun-icon-wrapper {
  text-align: center;
}


#s-3b136949-2652-4299-89ba-9a453dd32e79 .shogun-icon-wrapper > .shogun-icon {

  font-size: 42px !important;
  color: rgba(255, 255, 255, 1);
}

#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  margin-left: 15px;
opacity: 1;
}
@media (min-width: 1200px){#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  
}
}@media (max-width: 767px){#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  
}
}
#s-011a6f74-01d6-4da5-8d2d-9ccdf2b64acc {
  min-height: 550px;
}








#s-011a6f74-01d6-4da5-8d2d-9ccdf2b64acc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-011a6f74-01d6-4da5-8d2d-9ccdf2b64acc.shg-box.shg-c {
  justify-content: center;
}

#s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c {
  border-style: solid;
margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(232, 209, 53, 0.59);
}

@media (min-width: 0px) {
[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ea74f9c2-82f5-4653-8ce4-ba04260eb95c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5a02e4ee-2181-459a-b79c-d89db6e4aa50 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: left center;
}








#s-5a02e4ee-2181-459a-b79c-d89db6e4aa50 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.33;
}#s-5a02e4ee-2181-459a-b79c-d89db6e4aa50.shg-box.shg-c {
  justify-content: center;
}

#s-336e0296-515b-4b7a-9f5a-207b0202fce2 {
  min-height: 550px;
}








#s-336e0296-515b-4b7a-9f5a-207b0202fce2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-336e0296-515b-4b7a-9f5a-207b0202fce2.shg-box.shg-c {
  justify-content: center;
}

#s-d3deb83b-7447-4615-a97e-e5664db1755e {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3deb83b-7447-4615-a97e-e5664db1755e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-da4ce122-6a42-41eb-aae9-2dd29438e29b {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-604b3433-723e-4ff0-bd0a-6ba699a398f7 {
  margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-604b3433-723e-4ff0-bd0a-6ba699a398f7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-36067e66-7d86-44ab-8b52-062954b56917 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(232, 209, 53, 0);
text-decoration: none;
}
#s-36067e66-7d86-44ab-8b52-062954b56917:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-36067e66-7d86-44ab-8b52-062954b56917:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-36067e66-7d86-44ab-8b52-062954b56917.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (max-width: 767px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}







#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab.shg-box.shg-c {
  justify-content: flex-start;
}

#s-20d42db8-ec62-4c70-a3d8-2a32b3635729 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-20d42db8-ec62-4c70-a3d8-2a32b3635729"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c8ac7b30-574e-41ec-baa6-d05718016f21 {
  border-style: solid;
margin-top: 0px;
margin-left: 10px;
margin-bottom: -0px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(199, 199, 199, 1);
}

#s-a2658b9b-c809-456c-8a72-5ab35d18c7ac {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-a2658b9b-c809-456c-8a72-5ab35d18c7ac {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a2658b9b-c809-456c-8a72-5ab35d18c7ac {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a2658b9b-c809-456c-8a72-5ab35d18c7ac {
  
}
}@media (max-width: 767px){#s-a2658b9b-c809-456c-8a72-5ab35d18c7ac {
  
}
}
#s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee {
  margin-left: 10px;
margin-right: 10px;
padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee {
  
}
}@media (max-width: 767px){#s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee {
  
}
}
@media (min-width: 0px) {
[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-74a5b03d-a2a3-480a-9d66-9b8eab1ec9f1 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-74a5b03d-a2a3-480a-9d66-9b8eab1ec9f1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74a5b03d-a2a3-480a-9d66-9b8eab1ec9f1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-74a5b03d-a2a3-480a-9d66-9b8eab1ec9f1 {
  
}
}@media (max-width: 767px){#s-74a5b03d-a2a3-480a-9d66-9b8eab1ec9f1 {
  
}
}
#s-74a5b03d-a2a3-480a-9d66-9b8eab1ec9f1 {
  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-4ed72c32-6f3b-4803-8d41-4ba3681d00ce {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce {
  
}
}@media (max-width: 767px){#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce {
  
}
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce {
  max-width: 100%;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce .shg-image-zoom,
.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce {
  max-width: 100%;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce .shg-image-zoom,
.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce {
  max-width: 100%;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce .shg-image-zoom,
.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce {
  max-width: 100%;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce .shg-image-zoom,
.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce {
  max-width: 100%;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce .shg-image-zoom,
.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
.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-fea76683-03df-4c37-b5b3-382f527f409c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-fea76683-03df-4c37-b5b3-382f527f409c .shg-product-title-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
}

#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 {
  text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 {
  
}
}@media (max-width: 767px){#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 {
  
}
}
#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
}

#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 15px;
}

#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}
#s-1180d961-4b62-4a71-80fa-4a606af52e0b {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-1180d961-4b62-4a71-80fa-4a606af52e0b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1180d961-4b62-4a71-80fa-4a606af52e0b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1180d961-4b62-4a71-80fa-4a606af52e0b {
  
}
}@media (max-width: 767px){#s-1180d961-4b62-4a71-80fa-4a606af52e0b {
  
}
}
#s-1180d961-4b62-4a71-80fa-4a606af52e0b {
  display: none;
}
#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 {
  
}
}@media (max-width: 767px){#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 {
  
}
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 {
  max-width: 100%;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 .shg-image-zoom,
.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 {
  max-width: 100%;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 .shg-image-zoom,
.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 {
  max-width: 100%;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 .shg-image-zoom,
.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 {
  max-width: 100%;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 .shg-image-zoom,
.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 {
  max-width: 100%;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 .shg-image-zoom,
.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d08f09b7-fea1-4266-9dd5-e47afb865108 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d08f09b7-fea1-4266-9dd5-e47afb865108 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d08f09b7-fea1-4266-9dd5-e47afb865108 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d08f09b7-fea1-4266-9dd5-e47afb865108 {
  
}
}@media (max-width: 767px){#s-d08f09b7-fea1-4266-9dd5-e47afb865108 {
  
}
}
#s-d08f09b7-fea1-4266-9dd5-e47afb865108 .shg-product-title-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
}

#s-a4732a34-e768-4ac6-8081-f2751532a808 {
  text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a4732a34-e768-4ac6-8081-f2751532a808 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a4732a34-e768-4ac6-8081-f2751532a808 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a4732a34-e768-4ac6-8081-f2751532a808 {
  
}
}@media (max-width: 767px){#s-a4732a34-e768-4ac6-8081-f2751532a808 {
  
}
}
#s-a4732a34-e768-4ac6-8081-f2751532a808 .shg-product-sold-out {
  display: none;
  color: rgba(84, 84, 84, 1);
  font-size: 15px;
}

#s-a4732a34-e768-4ac6-8081-f2751532a808 .shg-product-price {
  color: rgba(84, 84, 84, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 15px;
}

#s-a4732a34-e768-4ac6-8081-f2751532a808 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}
#s-d4ad62f3-192f-47c6-8bb6-4448b2f4fee8 {
  display: none;
}
#s-9dfdefda-64f7-47e7-9620-6a5a031bfa01 {
  text-align: left;
}


.shg-c#s-9dfdefda-64f7-47e7-9620-6a5a031bfa01 {
  max-width: 100%;
}

.shg-c#s-9dfdefda-64f7-47e7-9620-6a5a031bfa01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9dfdefda-64f7-47e7-9620-6a5a031bfa01 .shg-image-zoom,
.shg-c#s-9dfdefda-64f7-47e7-9620-6a5a031bfa01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9dfdefda-64f7-47e7-9620-6a5a031bfa01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9dfdefda-64f7-47e7-9620-6a5a031bfa01 {
  max-width: 100%;
}

.shg-c#s-9dfdefda-64f7-47e7-9620-6a5a031bfa01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9dfdefda-64f7-47e7-9620-6a5a031bfa01 .shg-image-zoom,
.shg-c#s-9dfdefda-64f7-47e7-9620-6a5a031bfa01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9dfdefda-64f7-47e7-9620-6a5a031bfa01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9dfdefda-64f7-47e7-9620-6a5a031bfa01 {
  max-width: 100%;
}

.shg-c#s-9dfdefda-64f7-47e7-9620-6a5a031bfa01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9dfdefda-64f7-47e7-9620-6a5a031bfa01 .shg-image-zoom,
.shg-c#s-9dfdefda-64f7-47e7-9620-6a5a031bfa01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9dfdefda-64f7-47e7-9620-6a5a031bfa01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9dfdefda-64f7-47e7-9620-6a5a031bfa01 {
  max-width: 100%;
}

.shg-c#s-9dfdefda-64f7-47e7-9620-6a5a031bfa01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9dfdefda-64f7-47e7-9620-6a5a031bfa01 .shg-image-zoom,
.shg-c#s-9dfdefda-64f7-47e7-9620-6a5a031bfa01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9dfdefda-64f7-47e7-9620-6a5a031bfa01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9dfdefda-64f7-47e7-9620-6a5a031bfa01 {
  max-width: 100%;
}

.shg-c#s-9dfdefda-64f7-47e7-9620-6a5a031bfa01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9dfdefda-64f7-47e7-9620-6a5a031bfa01 .shg-image-zoom,
.shg-c#s-9dfdefda-64f7-47e7-9620-6a5a031bfa01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9dfdefda-64f7-47e7-9620-6a5a031bfa01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d90183a4-45be-451b-80b6-e96e1222922c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d90183a4-45be-451b-80b6-e96e1222922c .shg-product-title-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
}

#s-28bad992-176a-4ba2-9881-a079a64d4c91 {
  text-align: left;
}

#s-28bad992-176a-4ba2-9881-a079a64d4c91 .shg-product-sold-out {
  display: none;
  color: rgba(84, 84, 84, 1);
  font-size: 15px;
}

#s-28bad992-176a-4ba2-9881-a079a64d4c91 .shg-product-price {
  color: rgba(84, 84, 84, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 15px;
}

#s-28bad992-176a-4ba2-9881-a079a64d4c91 .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-a3013ecf-accd-4fd7-a9e3-3d7265a8c1af {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-a3013ecf-accd-4fd7-a9e3-3d7265a8c1af {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3013ecf-accd-4fd7-a9e3-3d7265a8c1af {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3013ecf-accd-4fd7-a9e3-3d7265a8c1af {
  
}
}@media (max-width: 767px){#s-a3013ecf-accd-4fd7-a9e3-3d7265a8c1af {
  
}
}
#s-a3013ecf-accd-4fd7-a9e3-3d7265a8c1af {
  display: none;
}
#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd {
  
}
}@media (max-width: 767px){#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd {
  
}
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd {
  max-width: 100%;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd .shg-image-zoom,
.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd {
  max-width: 100%;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd .shg-image-zoom,
.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd {
  max-width: 100%;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd .shg-image-zoom,
.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd {
  max-width: 100%;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd .shg-image-zoom,
.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd {
  max-width: 100%;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd .shg-image-zoom,
.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-947552e1-b8e1-4c6b-a202-1d1063e115e1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-947552e1-b8e1-4c6b-a202-1d1063e115e1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-947552e1-b8e1-4c6b-a202-1d1063e115e1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-947552e1-b8e1-4c6b-a202-1d1063e115e1 {
  
}
}@media (max-width: 767px){#s-947552e1-b8e1-4c6b-a202-1d1063e115e1 {
  
}
}
#s-947552e1-b8e1-4c6b-a202-1d1063e115e1 .shg-product-title-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
}

#s-f37b18c0-5925-4153-b608-1da879e82bcc {
  text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f37b18c0-5925-4153-b608-1da879e82bcc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f37b18c0-5925-4153-b608-1da879e82bcc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f37b18c0-5925-4153-b608-1da879e82bcc {
  
}
}@media (max-width: 767px){#s-f37b18c0-5925-4153-b608-1da879e82bcc {
  
}
}
#s-f37b18c0-5925-4153-b608-1da879e82bcc .shg-product-sold-out {
  display: none;
  color: rgba(84, 84, 84, 1);
  font-size: 15px;
}

#s-f37b18c0-5925-4153-b608-1da879e82bcc .shg-product-price {
  color: rgba(84, 84, 84, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 15px;
}

#s-f37b18c0-5925-4153-b608-1da879e82bcc .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}
#s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740 {
  
}
@media (min-width: 1200px){#s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740 {
  
}
}@media (max-width: 767px){#s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740 {
  
}
}
@media (min-width: 0px) {
[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f2badb8a-9b13-4a5b-b53a-da8d54d091da {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-f2badb8a-9b13-4a5b-b53a-da8d54d091da {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f2badb8a-9b13-4a5b-b53a-da8d54d091da {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f2badb8a-9b13-4a5b-b53a-da8d54d091da {
  
}
}@media (max-width: 767px){#s-f2badb8a-9b13-4a5b-b53a-da8d54d091da {
  
}
}
#s-f2badb8a-9b13-4a5b-b53a-da8d54d091da {
  display: none;
}
#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f {
  
}
}@media (max-width: 767px){#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f {
  
}
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f {
  max-width: 100%;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f .shg-image-zoom,
.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f {
  max-width: 100%;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f .shg-image-zoom,
.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f {
  max-width: 100%;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f .shg-image-zoom,
.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f {
  max-width: 100%;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f .shg-image-zoom,
.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f {
  max-width: 100%;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f .shg-image-zoom,
.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-76039a31-528a-49dc-8151-01da6be26ec4 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-76039a31-528a-49dc-8151-01da6be26ec4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-76039a31-528a-49dc-8151-01da6be26ec4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-76039a31-528a-49dc-8151-01da6be26ec4 {
  
}
}@media (max-width: 767px){#s-76039a31-528a-49dc-8151-01da6be26ec4 {
  
}
}
#s-76039a31-528a-49dc-8151-01da6be26ec4 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
}

#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f {
  text-align: center;
}
@media (min-width: 1200px){#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f {
  
}
}@media (max-width: 767px){#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f {
  
}
}
#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
}

#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-a7536cb3-df03-4917-b4e6-aab3482fb654 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-a7536cb3-df03-4917-b4e6-aab3482fb654:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-a7536cb3-df03-4917-b4e6-aab3482fb654:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a7536cb3-df03-4917-b4e6-aab3482fb654 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7536cb3-df03-4917-b4e6-aab3482fb654 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7536cb3-df03-4917-b4e6-aab3482fb654 {
  
}
}@media (max-width: 767px){#s-a7536cb3-df03-4917-b4e6-aab3482fb654 {
  
}
}


#s-a7536cb3-df03-4917-b4e6-aab3482fb654 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a7536cb3-df03-4917-b4e6-aab3482fb654.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a7536cb3-df03-4917-b4e6-aab3482fb654.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-a7536cb3-df03-4917-b4e6-aab3482fb654.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-16ac495e-b103-468f-ae52-1cb0d8dcb576 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-16ac495e-b103-468f-ae52-1cb0d8dcb576 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16ac495e-b103-468f-ae52-1cb0d8dcb576 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-16ac495e-b103-468f-ae52-1cb0d8dcb576 {
  
}
}@media (max-width: 767px){#s-16ac495e-b103-468f-ae52-1cb0d8dcb576 {
  
}
}
#s-16ac495e-b103-468f-ae52-1cb0d8dcb576 {
  display: none;
}
#s-b0e91544-7f71-4749-baae-663f8b8f0e13 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b0e91544-7f71-4749-baae-663f8b8f0e13 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b0e91544-7f71-4749-baae-663f8b8f0e13 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b0e91544-7f71-4749-baae-663f8b8f0e13 {
  
}
}@media (max-width: 767px){#s-b0e91544-7f71-4749-baae-663f8b8f0e13 {
  
}
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 {
  max-width: 100%;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 .shg-image-zoom,
.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 {
  max-width: 100%;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 .shg-image-zoom,
.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 {
  max-width: 100%;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 .shg-image-zoom,
.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 {
  max-width: 100%;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 .shg-image-zoom,
.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 {
  max-width: 100%;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 .shg-image-zoom,
.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f3dcc25d-8d19-4883-ac27-5b32020aed2c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-f3dcc25d-8d19-4883-ac27-5b32020aed2c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f3dcc25d-8d19-4883-ac27-5b32020aed2c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f3dcc25d-8d19-4883-ac27-5b32020aed2c {
  
}
}@media (max-width: 767px){#s-f3dcc25d-8d19-4883-ac27-5b32020aed2c {
  
}
}
#s-f3dcc25d-8d19-4883-ac27-5b32020aed2c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
}

#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d {
  text-align: center;
}
@media (min-width: 1200px){#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d {
  
}
}@media (max-width: 767px){#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d {
  
}
}
#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
}

#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}
#s-bc0014e8-a819-4641-9225-dc712c759068 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-bc0014e8-a819-4641-9225-dc712c759068:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-bc0014e8-a819-4641-9225-dc712c759068:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bc0014e8-a819-4641-9225-dc712c759068 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc0014e8-a819-4641-9225-dc712c759068 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc0014e8-a819-4641-9225-dc712c759068 {
  
}
}@media (max-width: 767px){#s-bc0014e8-a819-4641-9225-dc712c759068 {
  
}
}


#s-bc0014e8-a819-4641-9225-dc712c759068 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bc0014e8-a819-4641-9225-dc712c759068.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bc0014e8-a819-4641-9225-dc712c759068.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-bc0014e8-a819-4641-9225-dc712c759068.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-8988ca4a-9372-4bc6-90e4-77bd64766bb9 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-8988ca4a-9372-4bc6-90e4-77bd64766bb9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8988ca4a-9372-4bc6-90e4-77bd64766bb9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8988ca4a-9372-4bc6-90e4-77bd64766bb9 {
  
}
}@media (max-width: 767px){#s-8988ca4a-9372-4bc6-90e4-77bd64766bb9 {
  
}
}
#s-8988ca4a-9372-4bc6-90e4-77bd64766bb9 {
  display: none;
}
#s-acfb084b-a035-4351-8d1c-e4705332ec69 {
  box-shadow:  0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-acfb084b-a035-4351-8d1c-e4705332ec69 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-acfb084b-a035-4351-8d1c-e4705332ec69 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-acfb084b-a035-4351-8d1c-e4705332ec69 {
  
}
}@media (max-width: 767px){#s-acfb084b-a035-4351-8d1c-e4705332ec69 {
  
}
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 {
  max-width: 100%;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 .shg-image-zoom,
.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 {
  max-width: 100%;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 .shg-image-zoom,
.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 {
  max-width: 100%;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 .shg-image-zoom,
.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 {
  max-width: 100%;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 .shg-image-zoom,
.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 {
  max-width: 100%;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 .shg-image-zoom,
.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-66401b91-fe5d-4c53-9dcb-710700b1cbc8 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-66401b91-fe5d-4c53-9dcb-710700b1cbc8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-66401b91-fe5d-4c53-9dcb-710700b1cbc8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-66401b91-fe5d-4c53-9dcb-710700b1cbc8 {
  
}
}@media (max-width: 767px){#s-66401b91-fe5d-4c53-9dcb-710700b1cbc8 {
  
}
}
#s-66401b91-fe5d-4c53-9dcb-710700b1cbc8 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
}

#s-90d8e856-ea26-4029-8f77-e027cb36e47d {
  text-align: center;
}
@media (min-width: 1200px){#s-90d8e856-ea26-4029-8f77-e027cb36e47d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90d8e856-ea26-4029-8f77-e027cb36e47d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-90d8e856-ea26-4029-8f77-e027cb36e47d {
  
}
}@media (max-width: 767px){#s-90d8e856-ea26-4029-8f77-e027cb36e47d {
  
}
}
#s-90d8e856-ea26-4029-8f77-e027cb36e47d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
}

#s-90d8e856-ea26-4029-8f77-e027cb36e47d .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-90d8e856-ea26-4029-8f77-e027cb36e47d .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-82bcec37-f31f-4d5b-acdc-c631d2641c85 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-82bcec37-f31f-4d5b-acdc-c631d2641c85:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-82bcec37-f31f-4d5b-acdc-c631d2641c85:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-82bcec37-f31f-4d5b-acdc-c631d2641c85 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82bcec37-f31f-4d5b-acdc-c631d2641c85 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-82bcec37-f31f-4d5b-acdc-c631d2641c85 {
  
}
}@media (max-width: 767px){#s-82bcec37-f31f-4d5b-acdc-c631d2641c85 {
  
}
}


#s-82bcec37-f31f-4d5b-acdc-c631d2641c85 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-82bcec37-f31f-4d5b-acdc-c631d2641c85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-82bcec37-f31f-4d5b-acdc-c631d2641c85.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-82bcec37-f31f-4d5b-acdc-c631d2641c85.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-95fe9098-029a-452d-bee9-401e7539c331 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-95fe9098-029a-452d-bee9-401e7539c331 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95fe9098-029a-452d-bee9-401e7539c331 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-95fe9098-029a-452d-bee9-401e7539c331 {
  
}
}@media (max-width: 767px){#s-95fe9098-029a-452d-bee9-401e7539c331 {
  
}
}
#s-95fe9098-029a-452d-bee9-401e7539c331 {
  display: none;
}
#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 {
  
}
}@media (max-width: 767px){#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 {
  
}
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 {
  max-width: 100%;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 .shg-image-zoom,
.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 {
  max-width: 100%;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 .shg-image-zoom,
.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 {
  max-width: 100%;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 .shg-image-zoom,
.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 {
  max-width: 100%;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 .shg-image-zoom,
.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 {
  max-width: 100%;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 .shg-image-zoom,
.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-cc02e709-a18b-4449-9e14-6d5b4168d8b2 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-cc02e709-a18b-4449-9e14-6d5b4168d8b2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc02e709-a18b-4449-9e14-6d5b4168d8b2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc02e709-a18b-4449-9e14-6d5b4168d8b2 {
  
}
}@media (max-width: 767px){#s-cc02e709-a18b-4449-9e14-6d5b4168d8b2 {
  
}
}
#s-cc02e709-a18b-4449-9e14-6d5b4168d8b2 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
}

#s-2d013691-e191-4762-9603-53dfe31dd223 {
  text-align: center;
}
@media (min-width: 1200px){#s-2d013691-e191-4762-9603-53dfe31dd223 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d013691-e191-4762-9603-53dfe31dd223 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2d013691-e191-4762-9603-53dfe31dd223 {
  
}
}@media (max-width: 767px){#s-2d013691-e191-4762-9603-53dfe31dd223 {
  
}
}
#s-2d013691-e191-4762-9603-53dfe31dd223 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
}

#s-2d013691-e191-4762-9603-53dfe31dd223 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-2d013691-e191-4762-9603-53dfe31dd223 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}
#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5 {
  
}
}@media (max-width: 767px){#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5 {
  
}
}


#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-c1c0fb6e-d2dd-4fe3-ac65-361183e8d756 {
  margin-left: 0px;
margin-right: 0px;
min-height: 550px;
}
@media (min-width: 1200px){#s-c1c0fb6e-d2dd-4fe3-ac65-361183e8d756 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c1c0fb6e-d2dd-4fe3-ac65-361183e8d756 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c1c0fb6e-d2dd-4fe3-ac65-361183e8d756 {
  
}
}@media (max-width: 767px){#s-c1c0fb6e-d2dd-4fe3-ac65-361183e8d756 {
  
}
}







#s-c1c0fb6e-d2dd-4fe3-ac65-361183e8d756 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1c0fb6e-d2dd-4fe3-ac65-361183e8d756.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fb620563-145b-47b3-9145-b08ed5802ecb {
  margin-left: 10px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(167, 126, 75, 0.65);
}

@media (min-width: 0px) {
[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6ef86f7a-6738-4e88-8ce4-c748d37f6ae0 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
min-height: 550px;
}








#s-6ef86f7a-6738-4e88-8ce4-c748d37f6ae0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ef86f7a-6738-4e88-8ce4-c748d37f6ae0.shg-box.shg-c {
  justify-content: center;
}

#s-d0979dcd-c4c3-46b6-8b35-3a097b1ab795 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0979dcd-c4c3-46b6-8b35-3a097b1ab795 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b662b1ed-9a52-495b-83fd-d15b7132b197 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-cae9012b-99c0-4436-9a3f-47db2852f454 {
  margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cae9012b-99c0-4436-9a3f-47db2852f454"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-33779209-1abc-4e30-b919-525265e90b82 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(167, 126, 75, 0.01);
text-decoration: none;
}
#s-33779209-1abc-4e30-b919-525265e90b82:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-33779209-1abc-4e30-b919-525265e90b82:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-33779209-1abc-4e30-b919-525265e90b82.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-a0222a71-1a61-4cc6-880c-9b6b27021035 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 550px;
background-position: center center;
}








#s-a0222a71-1a61-4cc6-880c-9b6b27021035 > .shg-box-overlay {
  background-color: rgba(27, 27, 27, 1);
  opacity: 0.33;
}#s-a0222a71-1a61-4cc6-880c-9b6b27021035.shg-box.shg-c {
  justify-content: center;
}

#s-2c29982c-b885-4f0d-98ba-12ad962c20d7 {
  min-height: 275px;
}
@media (min-width: 1200px){#s-2c29982c-b885-4f0d-98ba-12ad962c20d7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c29982c-b885-4f0d-98ba-12ad962c20d7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c29982c-b885-4f0d-98ba-12ad962c20d7 {
  
}
}@media (max-width: 767px){#s-2c29982c-b885-4f0d-98ba-12ad962c20d7 {
  
}
}







#s-2c29982c-b885-4f0d-98ba-12ad962c20d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c29982c-b885-4f0d-98ba-12ad962c20d7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-95795d22-8daa-468b-a2d4-b524dff86e44 {
  
}

@media (min-width: 0px) {
[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-95795d22-8daa-468b-a2d4-b524dff86e44"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6e64354b-1bea-4423-b6a8-5c7842a145de {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
min-height: 275px;
background-position: center center;
}








#s-6e64354b-1bea-4423-b6a8-5c7842a145de > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.33;
}#s-6e64354b-1bea-4423-b6a8-5c7842a145de.shg-box.shg-c {
  justify-content: center;
}

#s-3b74195e-24f7-4055-a079-befd295ad435 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b74195e-24f7-4055-a079-befd295ad435 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-672e4c2b-169f-46ed-ae7b-b8a1962cd3b5 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
min-height: 275px;
background-position: center top;
}








#s-672e4c2b-169f-46ed-ae7b-b8a1962cd3b5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.33;
}#s-672e4c2b-169f-46ed-ae7b-b8a1962cd3b5.shg-box.shg-c {
  justify-content: center;
}

#s-7cf99f07-9373-4912-ae6a-8f5e3fb1575d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7cf99f07-9373-4912-ae6a-8f5e3fb1575d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ce531906-1d49-486e-9764-ec7e9625dccd {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
min-height: 275px;
background-position: center center;
}








#s-ce531906-1d49-486e-9764-ec7e9625dccd > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.33;
}#s-ce531906-1d49-486e-9764-ec7e9625dccd.shg-box.shg-c {
  justify-content: center;
}

#s-9295f64f-289c-492c-8350-c2d6c3ee9915 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9295f64f-289c-492c-8350-c2d6c3ee9915 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b98976f0-601d-4b9c-9117-099dd9bcb801 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-b98976f0-601d-4b9c-9117-099dd9bcb801 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b98976f0-601d-4b9c-9117-099dd9bcb801.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6b4db893-619c-436b-94a1-2883869c908b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1aa87fbe-cda3-4ded-98f1-24ebe202df50 {
  border-style: solid;
margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 01px;
border-right-width: 0px;
border-color: rgba(199, 199, 199, 1);
}

#s-7a6f9c3d-15f7-4925-ae8b-aed15be38204 {
  border-style: solid;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(199, 199, 199, 1);
}

#s-d209529e-b9ea-4a0f-b905-f919d84be80f {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-d209529e-b9ea-4a0f-b905-f919d84be80f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-09e0b8fe-eaa9-4ae8-8b17-94733d85e364 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}




  #s-09e0b8fe-eaa9-4ae8-8b17-94733d85e364 img.shogun-image {
    
    width: px;
  }


#s-09e0b8fe-eaa9-4ae8-8b17-94733d85e364 .shogun-image-content {
  
    align-items: center;
  
}

#s-4aaf20ec-2d95-484c-9b14-85e85ff2421e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
}




  #s-4aaf20ec-2d95-484c-9b14-85e85ff2421e img.shogun-image {
    
    width: px;
  }


#s-4aaf20ec-2d95-484c-9b14-85e85ff2421e .shogun-image-content {
  
    align-items: center;
  
}

#s-810c7a76-9f66-42d4-bfab-cd0a3ee2781f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}




  #s-810c7a76-9f66-42d4-bfab-cd0a3ee2781f img.shogun-image {
    
    width: px;
  }


#s-810c7a76-9f66-42d4-bfab-cd0a3ee2781f .shogun-image-content {
  
    align-items: center;
  
}

#s-8a8d6774-1083-4c94-8727-617876f48500 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}




  #s-8a8d6774-1083-4c94-8727-617876f48500 img.shogun-image {
    
    width: px;
  }


#s-8a8d6774-1083-4c94-8727-617876f48500 .shogun-image-content {
  
    align-items: center;
  
}

#s-446934d6-c575-4ab8-b6e3-655af176d908 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}




  #s-446934d6-c575-4ab8-b6e3-655af176d908 img.shogun-image {
    
    width: px;
  }


#s-446934d6-c575-4ab8-b6e3-655af176d908 .shogun-image-content {
  
    align-items: center;
  
}

#s-148683d6-6d50-47ea-8c12-ee7d027b8763 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}




  #s-148683d6-6d50-47ea-8c12-ee7d027b8763 img.shogun-image {
    
    width: px;
  }


#s-148683d6-6d50-47ea-8c12-ee7d027b8763 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f607f4c-f99c-450b-a554-8cce6335c392 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(88, 88, 88, 1);
}
@media (min-width: 1200px){#s-6f607f4c-f99c-450b-a554-8cce6335c392 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6f607f4c-f99c-450b-a554-8cce6335c392 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f607f4c-f99c-450b-a554-8cce6335c392 {
  
}
}@media (max-width: 767px){#s-6f607f4c-f99c-450b-a554-8cce6335c392 {
  
}
}







#s-6f607f4c-f99c-450b-a554-8cce6335c392 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f607f4c-f99c-450b-a554-8cce6335c392.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dc42bdce-d6c7-4d97-9331-a6087b4b78b5 {
  min-height: 50px;
}








#s-dc42bdce-d6c7-4d97-9331-a6087b4b78b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc42bdce-d6c7-4d97-9331-a6087b4b78b5.shg-box.shg-c {
  justify-content: center;
}

#s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407 {
  border-style: solid;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 00px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407 {
  
}
}@media (max-width: 767px){#s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407 {
  
}
}
@media (min-width: 0px) {
[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cfe9df7e-c9a7-4b0c-8d74-9cbc85894a7c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7cba5c10-9eea-4334-accc-4434e774ed53 {
  border-style: solid;
margin-top: 20px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(199, 199, 199, 1);
}

#s-28bba358-8aa7-4502-b1cd-b319f8989f68 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(106, 183, 246, 0.71);
border-radius: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
text-decoration: none;
}
#s-28bba358-8aa7-4502-b1cd-b319f8989f68:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;}#s-28bba358-8aa7-4502-b1cd-b319f8989f68:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-28bba358-8aa7-4502-b1cd-b319f8989f68 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28bba358-8aa7-4502-b1cd-b319f8989f68 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28bba358-8aa7-4502-b1cd-b319f8989f68 {
  
}
}@media (max-width: 767px){#s-28bba358-8aa7-4502-b1cd-b319f8989f68 {
  
}
}


#s-28bba358-8aa7-4502-b1cd-b319f8989f68.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-e6f6c09b-46d7-4684-b58b-8d4f77e6b6ee {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-ba5e97d1-fe26-4661-9ad5-8c7cf2d4e5c3 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}

/*
  $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;
}
