.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-46dec9b4-3d2d-4fa3-a02a-1a3e642b27af {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 500px;
}

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

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

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

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

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

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

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

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

#s-78810942-0e66-4e81-92c8-8dc68e1f3724 {
  background-image: url(https://i.shgcdn.com/a718d846-9b8e-459a-acc3-8e344e1af8cc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: right center;
}








#s-78810942-0e66-4e81-92c8-8dc68e1f3724 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.03;
}#s-78810942-0e66-4e81-92c8-8dc68e1f3724.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-e7af9537-aa0c-4336-af8e-598eac8ec0eb {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e7af9537-aa0c-4336-af8e-598eac8ec0eb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ae49ddee-3908-4085-ae05-e3ffa198f5fb {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.64);
}








#s-ae49ddee-3908-4085-ae05-e3ffa198f5fb > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.5;
}#s-ae49ddee-3908-4085-ae05-e3ffa198f5fb.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b4095a5c-dad6-4a1c-b682-6392e7a60924"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d21cc959-6cc5-482b-9106-426e71798200 {
  min-height: 50px;
}








#s-d21cc959-6cc5-482b-9106-426e71798200 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d21cc959-6cc5-482b-9106-426e71798200.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-76a587f5-5118-481e-af57-940d4165c2cb {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-76a587f5-5118-481e-af57-940d4165c2cb img.shogun-image {
    
    width: px;
  }


#s-76a587f5-5118-481e-af57-940d4165c2cb .shogun-image-content {
  
    align-items: center;
  
}

#s-e36c3de9-36d6-444e-b580-12355c08b0d4 {
  min-height: 50px;
}








#s-e36c3de9-36d6-444e-b580-12355c08b0d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e36c3de9-36d6-444e-b580-12355c08b0d4.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-9f079424-922b-4c5e-b53a-0f5c29b88544 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f079424-922b-4c5e-b53a-0f5c29b88544 .shogun-heading-component h2 {
  color: rgba(100, 100, 100, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  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-e1001e90-8df5-4256-962f-e0820beabfca {
  background-color: rgba(255, 255, 255, 0);
}

.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-f95bfc3f-8c05-490b-a90e-096a6b75762c {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 200px;
text-align: center;
background-color: rgba(141, 198, 63, 1);
text-decoration: none;
}
#s-f95bfc3f-8c05-490b-a90e-096a6b75762c:hover {background-color: rgba(75, 118, 15, 1) !important;
text-decoration: none !important;}#s-f95bfc3f-8c05-490b-a90e-096a6b75762c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f95bfc3f-8c05-490b-a90e-096a6b75762c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-1a87dd6e-ce5a-4e2c-a775-42af2b40c9de {
  background-image: url(https://i.shgcdn.com/ac39af51-a7e3-4399-88b3-ee225dd0f3be/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-1a87dd6e-ce5a-4e2c-a775-42af2b40c9de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.03;
}#s-1a87dd6e-ce5a-4e2c-a775-42af2b40c9de.shg-box.shg-c {
  justify-content: center;
}

#s-366df2a5-cb87-4261-b6a0-2ba086c3f61d {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-366df2a5-cb87-4261-b6a0-2ba086c3f61d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-86d315d3-e05d-4a42-9d3e-6c1a84da72cf {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-86d315d3-e05d-4a42-9d3e-6c1a84da72cf > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.5;
}#s-86d315d3-e05d-4a42-9d3e-6c1a84da72cf.shg-box.shg-c {
  justify-content: center;
}

#s-49103fd1-ca8c-48a3-b4fb-6ac171f6a345 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49103fd1-ca8c-48a3-b4fb-6ac171f6a345 .shogun-heading-component h2 {
  color: rgba(80, 80, 80, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-27b4e764-fbdd-4fdc-9971-e525a9f91459 {
  background-color: rgba(255, 255, 255, 0);
}

#s-ea5f889b-5f9c-44eb-b292-576a464501e1 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 200px;
text-align: center;
background-color: rgba(141, 198, 63, 1);
text-decoration: none;
}
#s-ea5f889b-5f9c-44eb-b292-576a464501e1:hover {background-color: rgba(75, 118, 15, 1) !important;
text-decoration: none !important;}#s-ea5f889b-5f9c-44eb-b292-576a464501e1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ea5f889b-5f9c-44eb-b292-576a464501e1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-0c26a985-5c8c-4d56-9094-50c2d8e433bd {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjhhNzQzYWEtZmNlMi00OWJkLTlkOGQtNzg3NzBiZWYyMzM4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOGRjNjNmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTg4NTFmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyOGE3NDNhYS1mY2UyLTQ5YmQtOWQ4ZC03ODc3MGJlZjIzMzgpIi8+PC9zdmc+);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-0c26a985-5c8c-4d56-9094-50c2d8e433bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c26a985-5c8c-4d56-9094-50c2d8e433bd.shg-box.shg-c {
  justify-content: center;
}

#s-24a42c15-fe27-4d42-9a49-78d480d11f60 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24a42c15-fe27-4d42-9a49-78d480d11f60"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-70195f5b-c940-41b6-a417-f6af0fca27c6 {
  text-align: center;
}




  #s-70195f5b-c940-41b6-a417-f6af0fca27c6 img.shogun-image {
    
    width: px;
  }


#s-70195f5b-c940-41b6-a417-f6af0fca27c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c7ee1db-7843-4a7f-8c80-7bc68b444c91 {
  text-align: center;
}




  #s-9c7ee1db-7843-4a7f-8c80-7bc68b444c91 img.shogun-image {
    
    width: px;
  }


#s-9c7ee1db-7843-4a7f-8c80-7bc68b444c91 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0b94902-3269-4bb9-9f49-5571e4c1d230 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-top: 1%;
padding-left: 2%;
padding-bottom: 1%;
padding-right: 2%;
border-radius: 4px;
max-width: 200px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
hover-type: color;
color: rgba(141, 198, 63, 1);
}
#s-a0b94902-3269-4bb9-9f49-5571e4c1d230:hover {background-color: rgba(75, 118, 15, 1) !important;
text-decoration: none !important;}#s-a0b94902-3269-4bb9-9f49-5571e4c1d230:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a0b94902-3269-4bb9-9f49-5571e4c1d230.shg-btn {
  color: rgba(141, 198, 63, 1);
  font-size: 25px;
  
  
  
  display:  block ;
}

#s-8b7f08d5-3970-484a-8ad5-e53ed2c0a0bb {
  background-image: url(https://i.shgcdn.com/e266ab32-d6fe-42cd-99fe-29107130c26f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-8b7f08d5-3970-484a-8ad5-e53ed2c0a0bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.03;
}#s-8b7f08d5-3970-484a-8ad5-e53ed2c0a0bb.shg-box.shg-c {
  justify-content: center;
}

#s-e187f254-96f0-4d6b-8369-74c9ce087ab3 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e187f254-96f0-4d6b-8369-74c9ce087ab3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-607fd3c8-ee9b-4b84-85a8-a94cfc8458f1 {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-607fd3c8-ee9b-4b84-85a8-a94cfc8458f1 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.5;
}#s-607fd3c8-ee9b-4b84-85a8-a94cfc8458f1.shg-box.shg-c {
  justify-content: center;
}

#s-bc38e401-ce77-48e7-ab87-1b609fef3c3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc38e401-ce77-48e7-ab87-1b609fef3c3c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4fdb048e-0549-45ee-b7f3-06702771fc83 {
  background-color: rgba(255, 255, 255, 0);
}

#s-615c2085-31f0-4dbe-a4c2-dc0e369feb20 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 200px;
text-align: center;
background-color: rgba(141, 198, 63, 1);
text-decoration: none;
}
#s-615c2085-31f0-4dbe-a4c2-dc0e369feb20:hover {background-color: rgba(75, 118, 15, 1) !important;
text-decoration: none !important;}#s-615c2085-31f0-4dbe-a4c2-dc0e369feb20:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-615c2085-31f0-4dbe-a4c2-dc0e369feb20.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-8a43438f-176e-4052-b50f-ec782591dbbb {
  background-image: url(https://i.shgcdn.com/c85029b7-7fe8-4aa7-b265-a01a882cf986/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center top;
}








#s-8a43438f-176e-4052-b50f-ec782591dbbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a43438f-176e-4052-b50f-ec782591dbbb.shg-box.shg-c {
  justify-content: center;
}

#s-e3bf56cc-cb33-471e-aadd-667e91a05dc5 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3bf56cc-cb33-471e-aadd-667e91a05dc5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b21d9544-f308-45e7-bb64-3dd0c545a4fe {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-b21d9544-f308-45e7-bb64-3dd0c545a4fe > .shg-box-overlay {
  background-color: rgba(248, 248, 248, 1);
  opacity: 0.8;
}#s-b21d9544-f308-45e7-bb64-3dd0c545a4fe.shg-box.shg-c {
  justify-content: center;
}

#s-372d1781-68b0-4083-b8a8-5c10ac9d1430 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-372d1781-68b0-4083-b8a8-5c10ac9d1430 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-599718a3-cb4e-4cb1-b092-49f03fd2f1df {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-599718a3-cb4e-4cb1-b092-49f03fd2f1df:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-599718a3-cb4e-4cb1-b092-49f03fd2f1df:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-599718a3-cb4e-4cb1-b092-49f03fd2f1df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d3089336-110e-42f5-a4fa-7876c170b76c {
  background-image: url(https://i.shgcdn.com/461e777f-212e-4df4-9aaf-c27f922f2803/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-d3089336-110e-42f5-a4fa-7876c170b76c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3089336-110e-42f5-a4fa-7876c170b76c.shg-box.shg-c {
  justify-content: center;
}

#s-c2ef4338-4a30-40b6-a404-9e1fee01dd07 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2ef4338-4a30-40b6-a404-9e1fee01dd07"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9c3e7a1a-ee56-4293-bd20-857c3f5724e4 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-9c3e7a1a-ee56-4293-bd20-857c3f5724e4 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.7;
}#s-9c3e7a1a-ee56-4293-bd20-857c3f5724e4.shg-box.shg-c {
  justify-content: center;
}

#s-e38445fe-7d5c-4599-893e-a3d5b47a55b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e38445fe-7d5c-4599-893e-a3d5b47a55b9 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bec220f1-6bb8-4318-b776-555abf4a5a23 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-bec220f1-6bb8-4318-b776-555abf4a5a23:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bec220f1-6bb8-4318-b776-555abf4a5a23:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bec220f1-6bb8-4318-b776-555abf4a5a23.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a27c12cd-5d18-4210-b7ca-335845fdb05c {
  background-image: url(https://i.shgcdn.com/e2a022a0-e3ce-43a0-94b9-c86e2d2a9b81/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-a27c12cd-5d18-4210-b7ca-335845fdb05c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a27c12cd-5d18-4210-b7ca-335845fdb05c.shg-box.shg-c {
  justify-content: center;
}

#s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fc9a41fa-b9bc-4b0d-9c03-d9de8857752d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b6fe9151-ad88-42c3-89c4-4d54b55a8e6d {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-b6fe9151-ad88-42c3-89c4-4d54b55a8e6d > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.7;
}#s-b6fe9151-ad88-42c3-89c4-4d54b55a8e6d.shg-box.shg-c {
  justify-content: center;
}

#s-bc6796f6-158d-4426-bffb-df469ad52abd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc6796f6-158d-4426-bffb-df469ad52abd .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9bba59eb-f041-4e1e-ad90-79111fb38696 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-9bba59eb-f041-4e1e-ad90-79111fb38696:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9bba59eb-f041-4e1e-ad90-79111fb38696:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9bba59eb-f041-4e1e-ad90-79111fb38696.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f74505ff-6723-4eb0-bd63-9343eca28968 {
  background-image: url(https://i.shgcdn.com/e7f31b32-06da-41ee-8a71-8b9755d2f627/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-f74505ff-6723-4eb0-bd63-9343eca28968 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f74505ff-6723-4eb0-bd63-9343eca28968.shg-box.shg-c {
  justify-content: center;
}

#s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a682de8e-40c5-4c5b-b501-4cefcc5b31c6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-58982ba5-29ac-4616-b596-875a7a68fe80 {
  padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
min-height: 50px;
}








#s-58982ba5-29ac-4616-b596-875a7a68fe80 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.85;
}#s-58982ba5-29ac-4616-b596-875a7a68fe80.shg-box.shg-c {
  justify-content: center;
}

#s-8010dfe1-b5d0-4900-8503-c86cb6741ccb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8010dfe1-b5d0-4900-8503-c86cb6741ccb .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 29px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-84a417b6-7b89-4885-b1f7-53f98ee15448 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 200px;
text-align: center;
background-color: rgba(141, 198, 63, 1);
text-decoration: none;
}
#s-84a417b6-7b89-4885-b1f7-53f98ee15448:hover {background-color: rgba(75, 118, 15, 1) !important;
text-decoration: none !important;}#s-84a417b6-7b89-4885-b1f7-53f98ee15448:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-84a417b6-7b89-4885-b1f7-53f98ee15448.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-e0a4f8a4-ae5e-4ac4-8699-391ec1ab46c7 {
  background-image: url(https://i.shgcdn.com/802cf5a6-0e7b-472f-96be-522c1e799055/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-e0a4f8a4-ae5e-4ac4-8699-391ec1ab46c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0a4f8a4-ae5e-4ac4-8699-391ec1ab46c7.shg-box.shg-c {
  justify-content: center;
}

#s-cc091b0c-d419-4960-a886-d6cb4a77a06b {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cc091b0c-d419-4960-a886-d6cb4a77a06b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-830a7873-7f61-40db-a0f6-84ab008d0ea7 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-830a7873-7f61-40db-a0f6-84ab008d0ea7 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.7;
}#s-830a7873-7f61-40db-a0f6-84ab008d0ea7.shg-box.shg-c {
  justify-content: center;
}

#s-758fcd5b-ba3e-48d8-af0a-c1a26ec9a0bd {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}




  #s-758fcd5b-ba3e-48d8-af0a-c1a26ec9a0bd img.shogun-image {
    
    width: px;
  }


#s-758fcd5b-ba3e-48d8-af0a-c1a26ec9a0bd .shogun-image-content {
  
    align-items: center;
  
}

#s-3130063a-67ff-47d3-8079-b97104a957f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3130063a-67ff-47d3-8079-b97104a957f2 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-64ba90c1-fc5e-4cc0-945f-80996ab09539 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-64ba90c1-fc5e-4cc0-945f-80996ab09539:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-64ba90c1-fc5e-4cc0-945f-80996ab09539:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-64ba90c1-fc5e-4cc0-945f-80996ab09539.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-da3b2157-f818-4329-a51a-29d394a9eccb {
  background-image: url(https://i.shgcdn.com/0762cddd-136b-46aa-a090-2a47f62bd0ff/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-da3b2157-f818-4329-a51a-29d394a9eccb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da3b2157-f818-4329-a51a-29d394a9eccb.shg-box.shg-c {
  justify-content: center;
}

#s-fbbbeadb-361d-47f7-8afa-74007070d806 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fbbbeadb-361d-47f7-8afa-74007070d806"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8d15fe3d-a6b7-44da-bac2-bc79efa3f892 {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-8d15fe3d-a6b7-44da-bac2-bc79efa3f892 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.5;
}#s-8d15fe3d-a6b7-44da-bac2-bc79efa3f892.shg-box.shg-c {
  justify-content: center;
}

#s-1bc50150-fc9e-48f7-bc2f-34d0cf17cd63 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1bc50150-fc9e-48f7-bc2f-34d0cf17cd63 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1a1f0f76-0e87-4eb0-a128-f9e51ca00848"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-199d7174-dfb0-4aaf-999d-d89de06c91f6 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
}








#s-199d7174-dfb0-4aaf-999d-d89de06c91f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-199d7174-dfb0-4aaf-999d-d89de06c91f6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-04c6c0fc-c263-41d5-9a92-fdf2814b35a0 .shogun-icon-wrapper {
  text-align: center;
}


#s-04c6c0fc-c263-41d5-9a92-fdf2814b35a0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(141, 198, 63, 1);
}

#s-27a9acc0-59fd-4827-b6c0-a4979f1f95ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27a9acc0-59fd-4827-b6c0-a4979f1f95ee .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cacd5199-2f64-4e99-a2fd-b5829d416c91 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
}








#s-cacd5199-2f64-4e99-a2fd-b5829d416c91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cacd5199-2f64-4e99-a2fd-b5829d416c91.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5205bae4-d5f9-4a80-a14f-a9038593c81a .shogun-icon-wrapper {
  text-align: center;
}


#s-5205bae4-d5f9-4a80-a14f-a9038593c81a .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(141, 198, 63, 1);
}

#s-808172a4-7e99-448d-bd42-fac14493c299 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-808172a4-7e99-448d-bd42-fac14493c299 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d32cf4a0-f92f-4f63-b047-d9edae536aab {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
}








#s-d32cf4a0-f92f-4f63-b047-d9edae536aab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d32cf4a0-f92f-4f63-b047-d9edae536aab.shg-box.shg-c {
  justify-content: flex-start;
}

#s-05d6ceab-1c5b-4dbb-8942-bf3c16c28287 .shogun-icon-wrapper {
  text-align: center;
}


#s-05d6ceab-1c5b-4dbb-8942-bf3c16c28287 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(141, 198, 63, 1);
}

#s-7033c354-0f3d-4061-afa8-7663d3674086 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7033c354-0f3d-4061-afa8-7663d3674086 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fc89d25b-67b7-4b0f-a8b2-5356ef8cabe3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-845d28df-e2e5-4c60-a9e8-39034e5a6e92 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 300px;
text-align: center;
background-color: rgba(141, 198, 63, 1);
text-decoration: none;
}
#s-845d28df-e2e5-4c60-a9e8-39034e5a6e92:hover {background-color: rgba(75, 118, 15, 1) !important;
text-decoration: none !important;}#s-845d28df-e2e5-4c60-a9e8-39034e5a6e92:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-845d28df-e2e5-4c60-a9e8-39034e5a6e92.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-b17ec429-cd6f-4df3-9b59-51dea744941f {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 300px;
text-align: center;
background-color: rgba(141, 198, 63, 1);
text-decoration: none;
}
#s-b17ec429-cd6f-4df3-9b59-51dea744941f:hover {background-color: rgba(75, 118, 15, 1) !important;
text-decoration: none !important;}#s-b17ec429-cd6f-4df3-9b59-51dea744941f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b17ec429-cd6f-4df3-9b59-51dea744941f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-8dbafb53-0c35-498e-9c59-751ce8d51516 {
  background-image: url(https://i.shgcdn.com/869d387c-e893-4063-863a-c46312e15525/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-8dbafb53-0c35-498e-9c59-751ce8d51516 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dbafb53-0c35-498e-9c59-751ce8d51516.shg-box.shg-c {
  justify-content: center;
}

#s-9c634a10-40ea-453d-97cf-618ec4fe87cf {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9c634a10-40ea-453d-97cf-618ec4fe87cf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8b9dab58-de47-4d0c-b9eb-9c9b7aedb399 {
  padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
min-height: 50px;
}








#s-8b9dab58-de47-4d0c-b9eb-9c9b7aedb399 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.5;
}#s-8b9dab58-de47-4d0c-b9eb-9c9b7aedb399.shg-box.shg-c {
  justify-content: center;
}

#s-266d7acc-edc1-48db-84f8-7bfeb34b9732 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-266d7acc-edc1-48db-84f8-7bfeb34b9732 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 29px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-77eb079b-b720-42f8-919b-e9bbcdb849ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77eb079b-b720-42f8-919b-e9bbcdb849ac .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c5951487-d3a3-4330-bb05-920f451f0028 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c5951487-d3a3-4330-bb05-920f451f0028"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3395547f-38a8-4675-a618-95e07c507c48 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
}








#s-3395547f-38a8-4675-a618-95e07c507c48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3395547f-38a8-4675-a618-95e07c507c48.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7179d562-6944-46b5-a93f-66454ae30c3a .shogun-icon-wrapper {
  text-align: center;
}


#s-7179d562-6944-46b5-a93f-66454ae30c3a .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(141, 198, 63, 1);
}

#s-4d613c05-8e62-48d6-8441-d31ea424ba55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d613c05-8e62-48d6-8441-d31ea424ba55 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bf196822-39c9-4cba-b90c-80abe8332b17 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
}








#s-bf196822-39c9-4cba-b90c-80abe8332b17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf196822-39c9-4cba-b90c-80abe8332b17.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ae6ce1af-7bc1-4f42-9099-8675ac05c8c6 .shogun-icon-wrapper {
  text-align: center;
}


#s-ae6ce1af-7bc1-4f42-9099-8675ac05c8c6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(141, 198, 63, 1);
}

#s-3b689683-dd4a-4f7d-b8d0-2c2a8e7dbd47 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b689683-dd4a-4f7d-b8d0-2c2a8e7dbd47 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1ee73347-d623-45a3-8f7f-630d6404f95e {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
}








#s-1ee73347-d623-45a3-8f7f-630d6404f95e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ee73347-d623-45a3-8f7f-630d6404f95e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d9b19083-b698-45b2-accd-21ee793ae152 .shogun-icon-wrapper {
  text-align: center;
}


#s-d9b19083-b698-45b2-accd-21ee793ae152 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(141, 198, 63, 1);
}

#s-add45264-da25-40be-abf4-2109ebd610ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-add45264-da25-40be-abf4-2109ebd610ad .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-628133e6-5356-4aaa-9a0f-ec0fe4dbf09e {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 200px;
text-align: center;
background-color: rgba(141, 198, 63, 1);
text-decoration: none;
}
#s-628133e6-5356-4aaa-9a0f-ec0fe4dbf09e:hover {background-color: rgba(75, 118, 15, 1) !important;
text-decoration: none !important;}#s-628133e6-5356-4aaa-9a0f-ec0fe4dbf09e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-628133e6-5356-4aaa-9a0f-ec0fe4dbf09e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-5d223ea8-96e5-49ef-9d07-338618c3de14 {
  background-image: url(https://i.shgcdn.com/066917df-8be7-4eba-8f73-b3581b9a9178/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: right center;
}








#s-5d223ea8-96e5-49ef-9d07-338618c3de14 > .shg-box-overlay {
  background-color: rgba(61, 61, 61, 1);
  opacity: 0.06;
}#s-5d223ea8-96e5-49ef-9d07-338618c3de14.shg-box.shg-c {
  justify-content: center;
}

#s-07d07759-3fe8-4538-8c5c-8617c7646c9a {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-07d07759-3fe8-4538-8c5c-8617c7646c9a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-566c5ff6-3306-41d6-9ce9-7c410ff74830 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-566c5ff6-3306-41d6-9ce9-7c410ff74830 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.5;
}#s-566c5ff6-3306-41d6-9ce9-7c410ff74830.shg-box.shg-c {
  justify-content: center;
}

#s-be9a6b67-91f4-4616-a29b-e03033bdb2de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be9a6b67-91f4-4616-a29b-e03033bdb2de .shogun-heading-component h2 {
  color: rgba(13, 13, 13, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1d9098dc-d5a7-4912-9fbd-9ecc0a3b8b26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d9098dc-d5a7-4912-9fbd-9ecc0a3b8b26 .shogun-heading-component h3 {
  color: rgba(106, 106, 106, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2eba0ea8-667a-4a45-8603-32f9a0611815 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 200px;
text-align: center;
background-color: rgba(141, 198, 63, 1);
text-decoration: none;
}
#s-2eba0ea8-667a-4a45-8603-32f9a0611815:hover {background-color: rgba(75, 118, 15, 1) !important;
text-decoration: none !important;}#s-2eba0ea8-667a-4a45-8603-32f9a0611815:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2eba0ea8-667a-4a45-8603-32f9a0611815.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-b19f3a45-41c2-4143-b205-5655c5a2c406 {
  min-height: 50px;
}








#s-b19f3a45-41c2-4143-b205-5655c5a2c406 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b19f3a45-41c2-4143-b205-5655c5a2c406.shg-box.shg-c {
  justify-content: center;
}

#s-aa9a9277-d307-45f8-a966-4186502ea7f3 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-aa9a9277-d307-45f8-a966-4186502ea7f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa9a9277-d307-45f8-a966-4186502ea7f3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ed825423-8b60-483f-ae89-e279f54affc5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed825423-8b60-483f-ae89-e279f54affc5 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b2754a70-2905-4b62-b252-4f29d8e16321 {
  margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 1%;
padding-right: 3%;
max-width: 1024px;
}

#s-8e31f326-523c-4029-835d-24d85c68959e {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8e31f326-523c-4029-835d-24d85c68959e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6c87545a-373c-4c18-bf75-001203e79e33 {
  background-repeat: no-repeat;
background-size: 1300px;
background-attachment: fixed;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 1%;
padding-left: 5%;
padding-bottom: 1%;
padding-right: 5%;
min-height: 400px;
background-position: left center;
}








#s-6c87545a-373c-4c18-bf75-001203e79e33 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-6c87545a-373c-4c18-bf75-001203e79e33 {
  cursor: pointer;
}#s-6c87545a-373c-4c18-bf75-001203e79e33.shg-box.shg-c {
  justify-content: center;
}

#s-4fa0cdcf-96a3-4499-ba06-4526ffd742d0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4fa0cdcf-96a3-4499-ba06-4526ffd742d0 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-43ee8e26-e35f-430c-93ff-8101e880fc0d {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
padding-left: %;
padding-right: %;
max-width: 500px;
}

#s-51a546be-32ee-4fb2-bb4e-27ddd65e09d1 {
  background-repeat: no-repeat;
background-size: 1300px;
background-attachment: fixed;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 1%;
padding-left: 5%;
padding-bottom: 1%;
padding-right: 5%;
min-height: 400px;
background-position: right top;
}








#s-51a546be-32ee-4fb2-bb4e-27ddd65e09d1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-51a546be-32ee-4fb2-bb4e-27ddd65e09d1 {
  cursor: pointer;
}#s-51a546be-32ee-4fb2-bb4e-27ddd65e09d1.shg-box.shg-c {
  justify-content: center;
}

#s-3eff946d-0dce-4fb2-a51d-68638918bad0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3eff946d-0dce-4fb2-a51d-68638918bad0 .shogun-heading-component h2 {
  color: rgba(245, 245, 245, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5d84e449-bfa4-4d16-a94a-56118ebba8c6 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 500px;
}

#s-4cddb81c-2178-4572-92fc-103344c20044 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-4cddb81c-2178-4572-92fc-103344c20044 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cddb81c-2178-4572-92fc-103344c20044.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2964ace4-c12c-4395-9db4-5140cc411107 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2964ace4-c12c-4395-9db4-5140cc411107"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b5ce2b13-0abc-469b-9fbc-49c46f8f5726 {
  background-repeat: no-repeat;
background-size: contain;
background-attachment: fixed;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 1%;
padding-left: 5%;
padding-bottom: 1%;
padding-right: 5%;
min-height: 400px;
background-position: left center;
}








#s-b5ce2b13-0abc-469b-9fbc-49c46f8f5726 > .shg-box-overlay {
  background-color: rgba(3, 3, 3, 1);
  opacity: 0.6;
}#s-b5ce2b13-0abc-469b-9fbc-49c46f8f5726 {
  cursor: pointer;
}#s-b5ce2b13-0abc-469b-9fbc-49c46f8f5726.shg-box.shg-c {
  justify-content: center;
}

#s-46fe25f6-090a-4b43-b620-94c659b0e999 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46fe25f6-090a-4b43-b620-94c659b0e999 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-86af390a-336b-4b82-b0e4-f4c86cb19239 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 500px;
}

#s-c60d9bad-7338-47b2-8ef3-cf128e9d7cc7 {
  background-repeat: no-repeat;
background-size: contain;
background-attachment: fixed;
margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-top: 1%;
padding-left: 5%;
padding-bottom: 1%;
padding-right: 5%;
min-height: 400px;
background-position: right bottom;
}








#s-c60d9bad-7338-47b2-8ef3-cf128e9d7cc7 > .shg-box-overlay {
  background-color: rgba(2, 1, 3, 1);
  opacity: 0.7;
}#s-c60d9bad-7338-47b2-8ef3-cf128e9d7cc7 {
  cursor: pointer;
}#s-c60d9bad-7338-47b2-8ef3-cf128e9d7cc7.shg-box.shg-c {
  justify-content: center;
}

#s-2bf2b318-f9ba-4a9e-9536-8371089ca728 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2bf2b318-f9ba-4a9e-9536-8371089ca728 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-683c25fa-648d-4622-9efd-29ce9865fbeb {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 500px;
}

#s-2d715a21-4b76-47a6-b334-fd76898a0347 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 1%;
padding-left: 0px;
padding-bottom: 1%;
padding-right: 0px;
border-radius: 0px;
text-align: center;
background-color: rgba(87, 135, 23, 1);
text-decoration: none;
}
#s-2d715a21-4b76-47a6-b334-fd76898a0347:hover {background-color: rgba(32, 50, 6, 1) !important;
text-decoration: none !important;}#s-2d715a21-4b76-47a6-b334-fd76898a0347:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2d715a21-4b76-47a6-b334-fd76898a0347.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-5a65ce7b-973f-4c31-b5d0-78593685c073 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-5a65ce7b-973f-4c31-b5d0-78593685c073 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a65ce7b-973f-4c31-b5d0-78593685c073.shg-box.shg-c {
  justify-content: flex-start;
}

#s-234f6c30-5711-4c0d-980d-c5b2c6daf9d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-234f6c30-5711-4c0d-980d-c5b2c6daf9d9 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b1f48c67-440f-4dda-856b-1da596543db8 {
  margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 1%;
padding-right: 3%;
max-width: 1024px;
}

@media (min-width: 0px) {
[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fbd06b12-9de2-4048-8e83-242bb98a6bcf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-47344f13-bdd1-43a7-afc1-27b6483df5b2 {
  background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 1%;
padding-left: 5%;
padding-bottom: 1%;
padding-right: 5%;
min-height: 400px;
background-position: center center;
background-color: rgba(144, 144, 144, 1);
}








#s-47344f13-bdd1-43a7-afc1-27b6483df5b2 > .shg-box-overlay {
  background-color: rgba(84, 86, 106, 0.81);
  opacity: 0.5;
}#s-47344f13-bdd1-43a7-afc1-27b6483df5b2 {
  cursor: pointer;
}#s-47344f13-bdd1-43a7-afc1-27b6483df5b2.shg-box.shg-c {
  justify-content: center;
}

#s-06ae2ec7-d428-4e49-89ed-3c7e68833eae .shogun-icon-wrapper {
  text-align: center;
}


#s-06ae2ec7-d428-4e49-89ed-3c7e68833eae .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(141, 198, 63, 1);
}

#s-e481b169-621a-412b-a56d-85617e68d9f0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e481b169-621a-412b-a56d-85617e68d9f0 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3e763855-72c3-4f62-b13b-63164f34926b {
  margin-top: 1%;
margin-bottom: 3%;
}

#s-228d5b47-8dfb-497f-b677-ce9ec76e2fe1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 1%;
padding-left: 5%;
padding-bottom: 1%;
padding-right: 5%;
min-height: 400px;
background-color: rgba(140, 140, 140, 1);
}








#s-228d5b47-8dfb-497f-b677-ce9ec76e2fe1 > .shg-box-overlay {
  background-color: rgba(104, 105, 108, 0.71);
  opacity: 0;
}#s-228d5b47-8dfb-497f-b677-ce9ec76e2fe1 {
  cursor: pointer;
}#s-228d5b47-8dfb-497f-b677-ce9ec76e2fe1.shg-box.shg-c {
  justify-content: center;
}

#s-9f276eed-3af8-4ad5-964f-ea24d117fb1c .shogun-icon-wrapper {
  text-align: center;
}


#s-9f276eed-3af8-4ad5-964f-ea24d117fb1c .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(141, 198, 63, 1);
}

#s-e7100c0a-2335-4f28-a825-cc585a9b95b7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7100c0a-2335-4f28-a825-cc585a9b95b7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1dbcc5c9-7812-4c1a-80c4-5ef09dce9e33 {
  margin-top: 1%;
margin-bottom: 3%;
}

#s-82bba7af-ca18-41a0-865c-a4329975aed0 {
  background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 1%;
padding-left: 5%;
padding-bottom: 1%;
padding-right: 5%;
min-height: 400px;
background-position: center center;
background-color: rgba(123, 123, 123, 1);
}








#s-82bba7af-ca18-41a0-865c-a4329975aed0 > .shg-box-overlay {
  background-color: rgba(75, 86, 97, 0.71);
  opacity: 0;
}#s-82bba7af-ca18-41a0-865c-a4329975aed0 {
  cursor: pointer;
}#s-82bba7af-ca18-41a0-865c-a4329975aed0.shg-box.shg-c {
  justify-content: center;
}

#s-263ba620-140f-4c88-b219-04d4bad881a4 .shogun-icon-wrapper {
  text-align: center;
}


#s-263ba620-140f-4c88-b219-04d4bad881a4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(141, 198, 63, 1);
}

#s-029c5ef6-46ef-415b-9a03-ba80eb5131ed {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-029c5ef6-46ef-415b-9a03-ba80eb5131ed .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1c47147c-d358-413b-b701-5b2f8dc104a2 {
  margin-top: 1%;
margin-bottom: 3%;
}

#s-fdfcd147-2c8e-40fc-a7a5-38733089147c {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-top: 30px;
padding-left: 0px;
padding-bottom: 30px;
padding-right: 0px;
border-radius: 0px;
text-align: center;
background-color: rgba(37, 37, 37, 1);
text-decoration: none;
}
#s-fdfcd147-2c8e-40fc-a7a5-38733089147c:hover {background-color: rgba(29, 48, 0, 1) !important;
text-decoration: none !important;}#s-fdfcd147-2c8e-40fc-a7a5-38733089147c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fdfcd147-2c8e-40fc-a7a5-38733089147c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-adb187ab-81e2-43ea-93e2-fc7af16c5bf5 {
  background-attachment: fixed;
padding-top: 2%;
padding-bottom: 2%;
min-height: 480px;
background-color: rgba(238, 238, 238, 1);
}








#s-adb187ab-81e2-43ea-93e2-fc7af16c5bf5 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-adb187ab-81e2-43ea-93e2-fc7af16c5bf5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f92eadf3-97c0-4305-9a36-0c638594b13c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f92eadf3-97c0-4305-9a36-0c638594b13c .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3438d054-52e2-4ff0-bc17-90d522bae289 {
  margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 1%;
padding-right: 3%;
max-width: 1024px;
}

#s-eb135d2b-fbbb-49a1-b15e-4d3e166c85d2 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-8319b638-690a-4f5e-a8a7-89e0c0e6b50c {
  min-height: 50px;
}








#s-8319b638-690a-4f5e-a8a7-89e0c0e6b50c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8319b638-690a-4f5e-a8a7-89e0c0e6b50c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-74cc7069-df21-4a86-acdc-9cfb282fe2ac {
  min-height: 50px;
}








#s-74cc7069-df21-4a86-acdc-9cfb282fe2ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74cc7069-df21-4a86-acdc-9cfb282fe2ac {
  cursor: pointer;
}#s-74cc7069-df21-4a86-acdc-9cfb282fe2ac.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a43ca555-31aa-4bee-9251-15b44b943786 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a43ca555-31aa-4bee-9251-15b44b943786"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-406fe201-3333-4a59-a840-3551c2a93fd5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 1%;
padding-bottom: 1%;
min-height: 50px;
}








#s-406fe201-3333-4a59-a840-3551c2a93fd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-406fe201-3333-4a59-a840-3551c2a93fd5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ed9473bb-d38c-4b79-9091-7446e9b07b34 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed9473bb-d38c-4b79-9091-7446e9b07b34 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8708e408-c86e-4cdf-ad4d-ad8f7aece919 {
  margin-top: 1%;
margin-bottom: 1%;
text-align: center;
}




  #s-8708e408-c86e-4cdf-ad4d-ad8f7aece919 img.shogun-image {
    
    width: px;
  }


#s-8708e408-c86e-4cdf-ad4d-ad8f7aece919 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-11715f0a-947e-4b03-bf8e-93704bf64b83 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-11715f0a-947e-4b03-bf8e-93704bf64b83 img.shogun-image {
    
    width: px;
  }


#s-11715f0a-947e-4b03-bf8e-93704bf64b83 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b71b92ce-c8d7-4ca7-a424-cf78b71d6546 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 1%;
padding-bottom: 1%;
min-height: 50px;
}








#s-b71b92ce-c8d7-4ca7-a424-cf78b71d6546 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b71b92ce-c8d7-4ca7-a424-cf78b71d6546.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9c325bad-ec43-49a1-8428-b1bc115160d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c325bad-ec43-49a1-8428-b1bc115160d8 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-26852466-0037-47a6-aa92-08fefa01dd9f .shogun-icon-wrapper {
  text-align: center;
}


#s-26852466-0037-47a6-aa92-08fefa01dd9f .shogun-icon-wrapper > .shogun-icon {

  font-size: 100px !important;
  color: rgba(141, 198, 63, 1);
}

#s-9f0b5a0c-ca92-46ca-a406-b5bdf3aaa260 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-9f0b5a0c-ca92-46ca-a406-b5bdf3aaa260 img.shogun-image {
    
    width: px;
  }


#s-9f0b5a0c-ca92-46ca-a406-b5bdf3aaa260 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-fcdcd9b4-e6ad-4a77-b713-ee4a90a59a15 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 1%;
padding-bottom: 1%;
min-height: 50px;
}








#s-fcdcd9b4-e6ad-4a77-b713-ee4a90a59a15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcdcd9b4-e6ad-4a77-b713-ee4a90a59a15.shg-box.shg-c {
  justify-content: flex-start;
}

#s-91a4d844-67dd-4eb0-8f7c-35c5cbf6b776 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91a4d844-67dd-4eb0-8f7c-35c5cbf6b776 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0a241144-abf7-4225-bd25-d95dc199668f {
  margin-top: 1%;
margin-bottom: 1%;
text-align: center;
}




  #s-0a241144-abf7-4225-bd25-d95dc199668f img.shogun-image {
    
    width: px;
  }


#s-0a241144-abf7-4225-bd25-d95dc199668f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7aeda662-e79f-49ae-86e7-db4e0a7caad3 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-7aeda662-e79f-49ae-86e7-db4e0a7caad3 img.shogun-image {
    
    width: px;
  }


#s-7aeda662-e79f-49ae-86e7-db4e0a7caad3 .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cc275c58-b19a-4d02-9f72-692a51af8007"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b829d8e7-4ff4-423d-870e-237331b1a52f {
  padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-b829d8e7-4ff4-423d-870e-237331b1a52f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b829d8e7-4ff4-423d-870e-237331b1a52f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-75b4c698-f35b-42bf-bdf4-210282b7b043 .shogun-icon-wrapper {
  text-align: center;
}


#s-75b4c698-f35b-42bf-bdf4-210282b7b043 .shogun-icon-wrapper > .shogun-icon {

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

#s-115ac731-df5c-45c4-a3a8-bdd247c6118c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-115ac731-df5c-45c4-a3a8-bdd247c6118c .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-064832cd-5b0c-44a2-be14-aa707fad15fd {
  padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-064832cd-5b0c-44a2-be14-aa707fad15fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-064832cd-5b0c-44a2-be14-aa707fad15fd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b0eb22c9-0d05-422b-be6d-598b16f428c5 .shogun-icon-wrapper {
  text-align: center;
}


#s-b0eb22c9-0d05-422b-be6d-598b16f428c5 .shogun-icon-wrapper > .shogun-icon {

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

#s-212a1d09-1008-4222-a2d4-71a27748bd08 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-212a1d09-1008-4222-a2d4-71a27748bd08 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4ef7c5bc-c834-471b-9375-ada59ae133a8 {
  padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-4ef7c5bc-c834-471b-9375-ada59ae133a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ef7c5bc-c834-471b-9375-ada59ae133a8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-45e2e82a-c0dd-47be-b8e5-0850b8d003e0 .shogun-icon-wrapper {
  text-align: center;
}


#s-45e2e82a-c0dd-47be-b8e5-0850b8d003e0 .shogun-icon-wrapper > .shogun-icon {

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

#s-83ffa54b-ab1a-4d4f-a0ef-ec66250bc0d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83ffa54b-ab1a-4d4f-a0ef-ec66250bc0d7 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cdcfed15-be00-4a94-97cc-c02180911d55"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-52730c2f-dc86-4364-9201-686ec20e8e1d {
  padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-52730c2f-dc86-4364-9201-686ec20e8e1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52730c2f-dc86-4364-9201-686ec20e8e1d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b78f4294-ed63-4195-9f4d-44048c61416b .shogun-icon-wrapper {
  text-align: center;
}


#s-b78f4294-ed63-4195-9f4d-44048c61416b .shogun-icon-wrapper > .shogun-icon {

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

#s-f58a3254-e099-4674-8e19-c357aa850195 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f58a3254-e099-4674-8e19-c357aa850195 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7423d5bf-1939-4f40-84cb-942437e00f07 {
  padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-7423d5bf-1939-4f40-84cb-942437e00f07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7423d5bf-1939-4f40-84cb-942437e00f07.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3e276d88-0a54-413f-8ad0-cc8f48ae2b95 .shogun-icon-wrapper {
  text-align: center;
}


#s-3e276d88-0a54-413f-8ad0-cc8f48ae2b95 .shogun-icon-wrapper > .shogun-icon {

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

#s-6ab8ac18-6fd4-4a32-a114-661fe4223f13 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ab8ac18-6fd4-4a32-a114-661fe4223f13 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-589b4454-0814-47d8-bc38-93696372e0f5 {
  padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-589b4454-0814-47d8-bc38-93696372e0f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-589b4454-0814-47d8-bc38-93696372e0f5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-958058ea-f1e9-4d07-bf4e-8d56d62d3619 .shogun-icon-wrapper {
  text-align: center;
}


#s-958058ea-f1e9-4d07-bf4e-8d56d62d3619 .shogun-icon-wrapper > .shogun-icon {

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

#s-210bb901-683b-4bf6-adbb-fe6201eaca22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-210bb901-683b-4bf6-adbb-fe6201eaca22 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0dcbb713-27b6-4201-9bc2-66be972c0e8f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a2ef1a42-e6b4-4eea-94f6-419940b3e62c {
  padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-a2ef1a42-e6b4-4eea-94f6-419940b3e62c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2ef1a42-e6b4-4eea-94f6-419940b3e62c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-484ed8f4-5e87-47d9-8184-3c2d64e28d40 .shogun-icon-wrapper {
  text-align: center;
}


#s-484ed8f4-5e87-47d9-8184-3c2d64e28d40 .shogun-icon-wrapper > .shogun-icon {

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

#s-caab8eaa-a273-4dba-8882-dc240d347837 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-caab8eaa-a273-4dba-8882-dc240d347837 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6382aaa9-acd6-4e82-8f8d-62cab4f48255 {
  padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-6382aaa9-acd6-4e82-8f8d-62cab4f48255 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6382aaa9-acd6-4e82-8f8d-62cab4f48255.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d700d3ea-fcfa-4aee-9dc5-74b79e8b33c8 .shogun-icon-wrapper {
  text-align: center;
}


#s-d700d3ea-fcfa-4aee-9dc5-74b79e8b33c8 .shogun-icon-wrapper > .shogun-icon {

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

#s-157ace43-f1eb-4c8d-83f1-a7433a7370bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-157ace43-f1eb-4c8d-83f1-a7433a7370bd .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b9973a19-dab5-4aff-b8af-8b1bf15f1464 {
  padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-b9973a19-dab5-4aff-b8af-8b1bf15f1464 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9973a19-dab5-4aff-b8af-8b1bf15f1464.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1d30bbb1-5c66-45e5-ad62-650906ed4838 .shogun-icon-wrapper {
  text-align: center;
}


#s-1d30bbb1-5c66-45e5-ad62-650906ed4838 .shogun-icon-wrapper > .shogun-icon {

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

#s-27afc399-c84e-462f-a690-933243fa235e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27afc399-c84e-462f-a690-933243fa235e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4ea521b2-fbd8-4b2f-8fc6-f36faea9d42c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2cb6d62d-ca57-4198-8a3f-4a348199b242 {
  padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-2cb6d62d-ca57-4198-8a3f-4a348199b242 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cb6d62d-ca57-4198-8a3f-4a348199b242.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c875c3ca-7147-4439-9aed-a36b850aea26 .shogun-icon-wrapper {
  text-align: center;
}


#s-c875c3ca-7147-4439-9aed-a36b850aea26 .shogun-icon-wrapper > .shogun-icon {

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

#s-e69b84d8-0851-496a-88c5-6a118242d26c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e69b84d8-0851-496a-88c5-6a118242d26c .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-665da06a-b642-4d3c-8688-db9656d09e49 {
  padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-665da06a-b642-4d3c-8688-db9656d09e49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-665da06a-b642-4d3c-8688-db9656d09e49.shg-box.shg-c {
  justify-content: flex-start;
}

#s-75642dcb-bfce-453c-9cd3-7bb66df54975 .shogun-icon-wrapper {
  text-align: center;
}


#s-75642dcb-bfce-453c-9cd3-7bb66df54975 .shogun-icon-wrapper > .shogun-icon {

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

#s-8f270c5c-60c4-4483-a4ea-85a9ab9a7c14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f270c5c-60c4-4483-a4ea-85a9ab9a7c14 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-61b0fa75-3039-4ca5-9399-44ec423e6def {
  padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-61b0fa75-3039-4ca5-9399-44ec423e6def > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61b0fa75-3039-4ca5-9399-44ec423e6def.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d6d0da25-fc30-4c7f-94aa-8dabd5906a69 .shogun-icon-wrapper {
  text-align: center;
}


#s-d6d0da25-fc30-4c7f-94aa-8dabd5906a69 .shogun-icon-wrapper > .shogun-icon {

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

#s-9f665987-b9a4-426f-8df6-09ffb2bd836a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f665987-b9a4-426f-8df6-09ffb2bd836a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3819a78c-1c88-4746-8c4c-906028c5c512"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e2d95a31-31d9-4748-9171-9c8d2f8a3b5b {
  padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-e2d95a31-31d9-4748-9171-9c8d2f8a3b5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2d95a31-31d9-4748-9171-9c8d2f8a3b5b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-43c1ba5f-f7df-4f66-9be3-4409fcc5052e {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-43c1ba5f-f7df-4f66-9be3-4409fcc5052e img.shogun-image {
    
    width: px;
  }


#s-43c1ba5f-f7df-4f66-9be3-4409fcc5052e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-82652dc3-f8d6-44e2-b8ac-890b47a60958 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82652dc3-f8d6-44e2-b8ac-890b47a60958 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d9baeb9e-fdc8-4545-a53e-47bceff2297b {
  padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-d9baeb9e-fdc8-4545-a53e-47bceff2297b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9baeb9e-fdc8-4545-a53e-47bceff2297b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ad6d4fb2-fa79-4314-9e93-12b4d36c4d44 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-ad6d4fb2-fa79-4314-9e93-12b4d36c4d44 img.shogun-image {
    
    width: px;
  }


#s-ad6d4fb2-fa79-4314-9e93-12b4d36c4d44 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-74423331-5b88-4aba-a468-e86cbf602fda {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74423331-5b88-4aba-a468-e86cbf602fda .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-daeee35b-263e-4df8-a14f-b09cd9a6c20d {
  padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-daeee35b-263e-4df8-a14f-b09cd9a6c20d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-daeee35b-263e-4df8-a14f-b09cd9a6c20d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-94816274-2092-4691-8b83-6e8c6a48672b {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-94816274-2092-4691-8b83-6e8c6a48672b img.shogun-image {
    
    width: px;
  }


#s-94816274-2092-4691-8b83-6e8c6a48672b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-3892cf97-5d4a-40b6-9929-0abf175f766b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3892cf97-5d4a-40b6-9929-0abf175f766b .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d996db24-7955-4cd0-905d-cab5136056a6 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-d996db24-7955-4cd0-905d-cab5136056a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d996db24-7955-4cd0-905d-cab5136056a6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c7374562-fc93-4a30-9b14-ecf62d671f6d {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c7374562-fc93-4a30-9b14-ecf62d671f6d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5217e200-ec63-4ce6-8d90-a5c9d7050775 {
  text-align: center;
}




  #s-5217e200-ec63-4ce6-8d90-a5c9d7050775 img.shogun-image {
    
    width: px;
  }


#s-5217e200-ec63-4ce6-8d90-a5c9d7050775 .shogun-image-content {
  
    align-items: center;
  
}

#s-919fdef4-f14a-4947-a05e-6bf6c7cf9964 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-919fdef4-f14a-4947-a05e-6bf6c7cf9964 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a40d27a1-5ee9-4267-ad00-7f2b131d3c95 {
  margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 1%;
padding-right: 3%;
max-width: 1200px;
}

#s-83391e44-3b11-4e12-b512-fc008a1ca821 {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-83391e44-3b11-4e12-b512-fc008a1ca821"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a78bf180-8127-483d-a5d2-5b612a761416 {
  margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
}








#s-a78bf180-8127-483d-a5d2-5b612a761416 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a78bf180-8127-483d-a5d2-5b612a761416.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d2e29574-6261-492f-91e4-16448a8ab9ab {
  min-height: 200px;
}








#s-d2e29574-6261-492f-91e4-16448a8ab9ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2e29574-6261-492f-91e4-16448a8ab9ab.shg-box.shg-c {
  justify-content: center;
}

#s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}

@media (min-width: 0px) {
[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-03d1e13d-b4d2-4f09-ae05-546e7ea842d5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-22ea1959-82ed-4013-ab15-a7ab7c750885 {
  text-align: center;
}




  #s-22ea1959-82ed-4013-ab15-a7ab7c750885 img.shogun-image {
    
    width: px;
  }


#s-22ea1959-82ed-4013-ab15-a7ab7c750885 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-bd03f9cf-7944-452c-be71-2e719bb7f05d {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}




  #s-bd03f9cf-7944-452c-be71-2e719bb7f05d img.shogun-image {
    
    width: px;
  }


#s-bd03f9cf-7944-452c-be71-2e719bb7f05d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7ec0da0c-69b8-44c4-8285-1cfd0c0c9544 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ec0da0c-69b8-44c4-8285-1cfd0c0c9544 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-36e5e3d2-849a-4342-8a26-6bea9caf7f45 {
  padding-top: 1%;
padding-left: 3%;
padding-bottom: 1%;
padding-right: 3%;
}

#s-1116b5ad-ab80-4566-838f-0fe7215b0c77 {
  margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
}








#s-1116b5ad-ab80-4566-838f-0fe7215b0c77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1116b5ad-ab80-4566-838f-0fe7215b0c77.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c7824c47-8d7e-4d56-941f-cfcc914ec111 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1b25aabc-afad-40ab-b695-f5f61c124b3d {
  min-height: 180px;
}








#s-1b25aabc-afad-40ab-b695-f5f61c124b3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b25aabc-afad-40ab-b695-f5f61c124b3d.shg-box.shg-c {
  justify-content: center;
}

#s-99ae4a33-2626-4931-8b59-7745566a45ae {
  margin-top: 1px;
margin-bottom: 1px;
text-align: center;
}




  #s-99ae4a33-2626-4931-8b59-7745566a45ae img.shogun-image {
    
    width: px;
  }


#s-99ae4a33-2626-4931-8b59-7745566a45ae .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e9a5cc07-45b7-4148-a6ad-f00d35b27c88 {
  min-height: 200px;
}








#s-e9a5cc07-45b7-4148-a6ad-f00d35b27c88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9a5cc07-45b7-4148-a6ad-f00d35b27c88.shg-box.shg-c {
  justify-content: center;
}

#s-09d1df43-8f8f-4222-8c5b-3b72cf96221a {
  text-align: center;
}




  #s-09d1df43-8f8f-4222-8c5b-3b72cf96221a img.shogun-image {
    
    width: px;
  }


#s-09d1df43-8f8f-4222-8c5b-3b72cf96221a .shogun-image-content {
  
    align-items: center;
  
}

#s-3a10cbfe-f7d7-4a95-8531-ced9c6d1c513 {
  min-height: 180px;
}








#s-3a10cbfe-f7d7-4a95-8531-ced9c6d1c513 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a10cbfe-f7d7-4a95-8531-ced9c6d1c513.shg-box.shg-c {
  justify-content: center;
}

#s-4564705b-3f35-48cb-b82d-7b91149e4b94 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-4564705b-3f35-48cb-b82d-7b91149e4b94 img.shogun-image {
    
    width: px;
  }


#s-4564705b-3f35-48cb-b82d-7b91149e4b94 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f18015e-68e6-49b3-a77d-7c38e6d6d6c7 {
  min-height: 180px;
}








#s-3f18015e-68e6-49b3-a77d-7c38e6d6d6c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f18015e-68e6-49b3-a77d-7c38e6d6d6c7.shg-box.shg-c {
  justify-content: center;
}

#s-8ede2535-646c-4c8a-b7af-70b6b4fac867 {
  margin-top: 1px;
margin-bottom: 1px;
text-align: center;
}




  #s-8ede2535-646c-4c8a-b7af-70b6b4fac867 img.shogun-image {
    
    width: px;
  }


#s-8ede2535-646c-4c8a-b7af-70b6b4fac867 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-cc224c22-a8db-49f6-a774-d8a74b525eef {
  min-height: 180px;
}








#s-cc224c22-a8db-49f6-a774-d8a74b525eef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc224c22-a8db-49f6-a774-d8a74b525eef.shg-box.shg-c {
  justify-content: center;
}

#s-451326b5-af44-4854-8eb1-280bdc3daff2 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}




  #s-451326b5-af44-4854-8eb1-280bdc3daff2 img.shogun-image {
    
    width: px;
  }


#s-451326b5-af44-4854-8eb1-280bdc3daff2 .shogun-image-content {
  
    align-items: center;
  
}

#s-c49edd13-e94c-439f-84e8-9e59f7750e5f {
  margin-left: auto;
margin-right: auto;
min-height: 180px;
max-width: 80px;
}








#s-c49edd13-e94c-439f-84e8-9e59f7750e5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c49edd13-e94c-439f-84e8-9e59f7750e5f.shg-box.shg-c {
  justify-content: center;
}

#s-11c2d631-76e5-4c81-aa47-48327b505e59 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}




  #s-11c2d631-76e5-4c81-aa47-48327b505e59 img.shogun-image {
    
    width: px;
  }


#s-11c2d631-76e5-4c81-aa47-48327b505e59 .shogun-image-content {
  
    align-items: center;
  
}

#s-962bf7e6-dc04-4444-a7aa-b5e74fb091eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-962bf7e6-dc04-4444-a7aa-b5e74fb091eb .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3e53455c-3025-432b-aab3-918b877a2722 {
  padding-top: 1%;
padding-left: 3%;
padding-bottom: 1%;
padding-right: 3%;
}

#s-6dc144a4-2aa2-4d43-a33b-7ae0cf6214c6 {
  margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
}








#s-6dc144a4-2aa2-4d43-a33b-7ae0cf6214c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dc144a4-2aa2-4d43-a33b-7ae0cf6214c6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a6211c5a-6a13-45c8-b199-0cc4b65e9209 {
  min-height: 200px;
}








#s-a6211c5a-6a13-45c8-b199-0cc4b65e9209 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6211c5a-6a13-45c8-b199-0cc4b65e9209.shg-box.shg-c {
  justify-content: center;
}

#s-72ef69ad-ead0-4a5d-9d29-76e8243b796f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-72ef69ad-ead0-4a5d-9d29-76e8243b796f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-173d701a-9a79-48a7-908d-0f7c1ff6be3e {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-173d701a-9a79-48a7-908d-0f7c1ff6be3e img.shogun-image {
    
    width: px;
  }


#s-173d701a-9a79-48a7-908d-0f7c1ff6be3e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-0c24b83e-fb6e-4bb7-8720-172e4a68bfac {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-0c24b83e-fb6e-4bb7-8720-172e4a68bfac img.shogun-image {
    
    width: px;
  }


#s-0c24b83e-fb6e-4bb7-8720-172e4a68bfac .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-5e8f45cb-111d-4c79-894c-245d3d29e711 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e8f45cb-111d-4c79-894c-245d3d29e711 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-531c5d5d-00f3-4c25-86bc-2b3a8da9c0ff {
  padding-top: 1%;
padding-left: 3%;
padding-bottom: 1%;
padding-right: 3%;
}

#s-ac9d76ce-e739-4550-9f65-188983e2b04f {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
max-width: 900px;
}








#s-ac9d76ce-e739-4550-9f65-188983e2b04f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac9d76ce-e739-4550-9f65-188983e2b04f.shg-box.shg-c {
  justify-content: center;
}

#s-0a4c141f-e84a-4d19-956a-495209f114e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a4c141f-e84a-4d19-956a-495209f114e4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-542d2bec-ea07-419a-8fd2-3dc5c66a8976 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
min-height: 400px;
background-position: center center;
}








#s-542d2bec-ea07-419a-8fd2-3dc5c66a8976 > .shg-box-overlay {
  background-color: rgba(214, 214, 214, 1);
  opacity: 0.8;
}#s-542d2bec-ea07-419a-8fd2-3dc5c66a8976.shg-box.shg-c {
  justify-content: center;
}

#s-e547675a-88f4-47ef-8331-2bb70b24ba1e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e547675a-88f4-47ef-8331-2bb70b24ba1e .shogun-heading-component h2 {
  color: rgba(12, 12, 12, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-942b6d6f-8206-47d3-8e78-86c2bd8b69d4 {
  margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 1%;
padding-right: 3%;
max-width: 1200px;
}

#s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-2e3ec6ec-b148-4bf7-8822-bc1cc90710a2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-6348a040-071e-4952-9f15-04220ee75f28 {
  text-align: center;
}




  #s-6348a040-071e-4952-9f15-04220ee75f28 img.shogun-image {
    
    width: px;
  }


#s-6348a040-071e-4952-9f15-04220ee75f28 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-d2d75129-28a4-4941-aed4-c0d3081b1485 {
  text-align: center;
}




  #s-d2d75129-28a4-4941-aed4-c0d3081b1485 img.shogun-image {
    
    width: px;
  }


#s-d2d75129-28a4-4941-aed4-c0d3081b1485 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-fd5dad04-b81b-4c96-aa96-5c305d7fbdcf {
  text-align: center;
}




  #s-fd5dad04-b81b-4c96-aa96-5c305d7fbdcf img.shogun-image {
    
    width: px;
  }


#s-fd5dad04-b81b-4c96-aa96-5c305d7fbdcf .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8aa9672e-da3b-4c1c-968f-f3e94b90b974 {
  text-align: center;
}




  #s-8aa9672e-da3b-4c1c-968f-f3e94b90b974 img.shogun-image {
    
    width: px;
  }


#s-8aa9672e-da3b-4c1c-968f-f3e94b90b974 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4c25f17a-a652-4d2a-8e86-37cbc1083dd4 {
  text-align: center;
}




  #s-4c25f17a-a652-4d2a-8e86-37cbc1083dd4 img.shogun-image {
    
    width: px;
  }


#s-4c25f17a-a652-4d2a-8e86-37cbc1083dd4 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-fa4d9d25-93b9-48b6-8770-7a38aca0e168 {
  text-align: center;
}




  #s-fa4d9d25-93b9-48b6-8770-7a38aca0e168 img.shogun-image {
    
    width: px;
  }


#s-fa4d9d25-93b9-48b6-8770-7a38aca0e168 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-dd4320cb-ad7c-4009-8d74-f5be8b191c9d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-966f8f96-342d-4ed2-a94b-065e8a87ab36 {
  text-align: center;
}




  #s-966f8f96-342d-4ed2-a94b-065e8a87ab36 img.shogun-image {
    
    width: px;
  }


#s-966f8f96-342d-4ed2-a94b-065e8a87ab36 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-10f81264-d5dd-46c1-af1d-9a3feb7c281f {
  text-align: center;
}




  #s-10f81264-d5dd-46c1-af1d-9a3feb7c281f img.shogun-image {
    
    width: px;
  }


#s-10f81264-d5dd-46c1-af1d-9a3feb7c281f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-58f2d759-1a11-4420-a82d-9ed5857dcf67 {
  text-align: center;
}




  #s-58f2d759-1a11-4420-a82d-9ed5857dcf67 img.shogun-image {
    
    width: px;
  }


#s-58f2d759-1a11-4420-a82d-9ed5857dcf67 .shogun-image-content {
  
    align-items: center;
  
}

#s-54a87287-7dd3-4d27-afaf-31ba641e4147 {
  text-align: center;
}




  #s-54a87287-7dd3-4d27-afaf-31ba641e4147 img.shogun-image {
    
    width: px;
  }


#s-54a87287-7dd3-4d27-afaf-31ba641e4147 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-5d75086a-5c3a-430f-b9a4-666c272bc0a1 {
  text-align: center;
}




  #s-5d75086a-5c3a-430f-b9a4-666c272bc0a1 img.shogun-image {
    
    width: px;
  }


#s-5d75086a-5c3a-430f-b9a4-666c272bc0a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-210e6dca-4d0a-470f-897e-01a5061d8258 {
  margin-top: 25%;
margin-bottom: 25%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
}
#s-210e6dca-4d0a-470f-897e-01a5061d8258:hover {background-color: rgba(211, 211, 211, 1) !important;
text-decoration: none !important;}#s-210e6dca-4d0a-470f-897e-01a5061d8258:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-210e6dca-4d0a-470f-897e-01a5061d8258.shg-btn {
  color: rgba(58, 58, 58, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-59db760c-b608-4055-bb94-53315afebd04 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-59db760c-b608-4055-bb94-53315afebd04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59db760c-b608-4055-bb94-53315afebd04.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c914cfb1-b619-4c50-832f-c5000cd4d521 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c914cfb1-b619-4c50-832f-c5000cd4d521 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6412510a-6e94-4b95-9d55-db4666f0449b {
  margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 1%;
padding-right: 3%;
max-width: 1200px;
}

#s-a7fb7a58-cfc2-48d1-ae21-6be92def3832 {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a7fb7a58-cfc2-48d1-ae21-6be92def3832"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3f28fe3d-865d-4adf-9c71-bbc18064504c {
  background-repeat: no-repeat;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
min-height: 250px;
}








#s-3f28fe3d-865d-4adf-9c71-bbc18064504c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f28fe3d-865d-4adf-9c71-bbc18064504c {
  cursor: pointer;
}#s-3f28fe3d-865d-4adf-9c71-bbc18064504c.shg-box.shg-c {
  justify-content: center;
}

#s-9135ba3c-4dbe-4f80-b616-830204b4f0a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9135ba3c-4dbe-4f80-b616-830204b4f0a4 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-44fd9845-b6c7-4aa5-a16f-f6f529fa8300 {
  margin-top: 1%;
margin-bottom: 3%;
}

#s-56c73580-b64f-4ad1-807d-7513cda239d8 {
  background-repeat: no-repeat;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
min-height: 250px;
}








#s-56c73580-b64f-4ad1-807d-7513cda239d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56c73580-b64f-4ad1-807d-7513cda239d8 {
  cursor: pointer;
}#s-56c73580-b64f-4ad1-807d-7513cda239d8.shg-box.shg-c {
  justify-content: center;
}

#s-25a59f8b-63e1-41b4-9b2e-00dce02c06dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25a59f8b-63e1-41b4-9b2e-00dce02c06dc .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e0d7b052-1418-4a1d-b443-f13f95e33bcf {
  margin-top: 1%;
margin-bottom: 3%;
}

#s-785b4997-b039-43a2-981e-d2dcfd244982 {
  background-repeat: no-repeat;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
min-height: 250px;
}








#s-785b4997-b039-43a2-981e-d2dcfd244982 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-785b4997-b039-43a2-981e-d2dcfd244982 {
  cursor: pointer;
}#s-785b4997-b039-43a2-981e-d2dcfd244982.shg-box.shg-c {
  justify-content: center;
}

#s-56484a83-4fe9-409d-af20-77e66c111ea3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56484a83-4fe9-409d-af20-77e66c111ea3 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-adfcc52d-11f2-464f-a255-1e9bfd43893e {
  margin-top: 1%;
margin-bottom: 3%;
}

/*
  $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;
}
