.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-192a19a2-cc3c-4078-9483-6175c8cfe4e2 {
  min-height: 50px;
background-color: rgba(243, 226, 209, 1);
}








#s-192a19a2-cc3c-4078-9483-6175c8cfe4e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-192a19a2-cc3c-4078-9483-6175c8cfe4e2.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-fae6c908-7738-4469-a8bc-ee42a6ce51f8 {
  padding-top: 52px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}

#s-6501195b-6367-4918-95b5-173bed1b89c4 {
  background-image: url(https://i.shgcdn.com/0712e1ec-5e9a-4aab-9599-874b13803ac7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: -15px;
padding-bottom: 10px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-6501195b-6367-4918-95b5-173bed1b89c4 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-6501195b-6367-4918-95b5-173bed1b89c4.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-6501195b-6367-4918-95b5-173bed1b89c4 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-6501195b-6367-4918-95b5-173bed1b89c4.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-6501195b-6367-4918-95b5-173bed1b89c4 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 1;
}#s-6501195b-6367-4918-95b5-173bed1b89c4.shg-box.shg-c {
  justify-content: center;
}
}
#s-143e9160-2e58-4a1f-b2c4-04cabc63c371 {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
min-height: 50px;
max-width: 1400px;
}








#s-143e9160-2e58-4a1f-b2c4-04cabc63c371 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-143e9160-2e58-4a1f-b2c4-04cabc63c371.shg-box.shg-c {
  justify-content: center;
}

#s-fdc2350b-a77f-4774-90d2-56576cb6928f {
  max-width: 680px;
}

#s-15e53a1d-b49c-46b5-89c8-dc238cf3720a {
  min-height: 50px;
max-width: 680px;
}








#s-15e53a1d-b49c-46b5-89c8-dc238cf3720a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15e53a1d-b49c-46b5-89c8-dc238cf3720a.shg-box.shg-c {
  justify-content: center;
}

.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-07256aa9-ed98-4616-a388-ee1c9a997b5a {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 6px;
background-color: rgba(203, 170, 54, 1);
text-align: center;
text-decoration: none;
}
#s-07256aa9-ed98-4616-a388-ee1c9a997b5a:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-07256aa9-ed98-4616-a388-ee1c9a997b5a:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-07256aa9-ed98-4616-a388-ee1c9a997b5a-btn-wrapper {
    text-align: center;
  }


#s-07256aa9-ed98-4616-a388-ee1c9a997b5a.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-f314b3a2-d714-4380-807a-9b65e19e1924 {
  background-image: url(https://i.shgcdn.com/ad392e01-6a27-47cb-842e-be794ddc51d3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: -15px;
padding-bottom: 10px;
min-height: 400px;
background-position: right center;
background-attachment: scroll;
}








#s-f314b3a2-d714-4380-807a-9b65e19e1924 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-f314b3a2-d714-4380-807a-9b65e19e1924.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-f314b3a2-d714-4380-807a-9b65e19e1924 > .shg-box-overlay {
  background-color: rgba(240, 226, 211, 1);
  opacity: 0.8;
}#s-f314b3a2-d714-4380-807a-9b65e19e1924.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-f314b3a2-d714-4380-807a-9b65e19e1924 > .shg-box-overlay {
  background-color: rgba(240, 226, 211, 1);
  opacity: 0.8;
}#s-f314b3a2-d714-4380-807a-9b65e19e1924.shg-box.shg-c {
  justify-content: center;
}
}
#s-bbdfd27f-e04b-4386-91a9-8eaf40239788 {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
min-height: 50px;
max-width: 1400px;
}








#s-bbdfd27f-e04b-4386-91a9-8eaf40239788 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbdfd27f-e04b-4386-91a9-8eaf40239788.shg-box.shg-c {
  justify-content: center;
}

#s-16078929-b117-48fc-9604-b5ae602842b4 {
  max-width: 680px;
}

.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-3192b1af-31e2-4d8f-b622-d0b8ff095b4d {
  margin-top: 10px;
max-width: 680px;
}

@media (min-width: 0px) {
[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-3192b1af-31e2-4d8f-b622-d0b8ff095b4d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.5px);
}

}

#s-f3e80b79-baaf-420b-ad39-921708cdefac {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 6px;
background-color: rgba(203, 170, 54, 1);
text-align: center;
text-decoration: none;
}
#s-f3e80b79-baaf-420b-ad39-921708cdefac:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-f3e80b79-baaf-420b-ad39-921708cdefac:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-f3e80b79-baaf-420b-ad39-921708cdefac-btn-wrapper {
    text-align: center;
  }


#s-f3e80b79-baaf-420b-ad39-921708cdefac.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-708a9a60-f46c-4842-90c4-c5115ff5dbb2 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
background-color: rgba(203, 170, 54, 1);
text-align: center;
text-decoration: none;
}
#s-708a9a60-f46c-4842-90c4-c5115ff5dbb2:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(203, 170, 54, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-708a9a60-f46c-4842-90c4-c5115ff5dbb2:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(203, 170, 54, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-708a9a60-f46c-4842-90c4-c5115ff5dbb2-btn-wrapper {
    text-align: center;
  }


#s-708a9a60-f46c-4842-90c4-c5115ff5dbb2.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-05352299-8707-40db-b5a9-190f09b47c8f {
  background-image: url(https://i.shgcdn.com/6f7767dc-56e2-4758-b094-c3645afbf01f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: -15px;
padding-top: 25px;
padding-bottom: 25px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-05352299-8707-40db-b5a9-190f09b47c8f > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-05352299-8707-40db-b5a9-190f09b47c8f.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-05352299-8707-40db-b5a9-190f09b47c8f > .shg-box-overlay {
  background-color: rgba(255, 249, 236, 1);
  opacity: 0.8;
}#s-05352299-8707-40db-b5a9-190f09b47c8f.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-05352299-8707-40db-b5a9-190f09b47c8f > .shg-box-overlay {
  background-color: rgba(255, 249, 236, 1);
  opacity: 0.8;
}#s-05352299-8707-40db-b5a9-190f09b47c8f.shg-box.shg-c {
  justify-content: center;
}
}
#s-dbb27fe1-57cd-4272-ae4d-74cc5e55b237 {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
min-height: 50px;
max-width: 1400px;
}








#s-dbb27fe1-57cd-4272-ae4d-74cc5e55b237 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbb27fe1-57cd-4272-ae4d-74cc5e55b237.shg-box.shg-c {
  justify-content: center;
}

#s-3f4f43a2-42f5-4909-b619-963003f2117e {
  margin-bottom: 25px;
max-width: 680px;
}

@media (min-width: 0px) {
[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3f4f43a2-42f5-4909-b619-963003f2117e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-a8e52af3-1eec-4786-a7e0-5b04bd02485a {
  margin-left: auto;
margin-right: auto;
max-width: 325px;
text-align: center;
}




  #s-a8e52af3-1eec-4786-a7e0-5b04bd02485a img.shogun-image {
    
    width: px;
  }


#s-a8e52af3-1eec-4786-a7e0-5b04bd02485a .shogun-image-content {
  
    align-items: center;
  
}

#s-ffcdd523-7863-4025-908a-8a8cf35671c6 {
  margin-top: 25px;
}

#s-de860ca5-5942-4736-bebb-7f59ae678f27 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 6px;
background-color: rgba(203, 170, 54, 1);
text-align: left;
text-decoration: none;
}
#s-de860ca5-5942-4736-bebb-7f59ae678f27:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-de860ca5-5942-4736-bebb-7f59ae678f27:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-de860ca5-5942-4736-bebb-7f59ae678f27-btn-wrapper {
    text-align: left;
  }


#s-de860ca5-5942-4736-bebb-7f59ae678f27.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-c3140997-ff75-4667-94d0-ec6a442ef1fb {
  margin-top: 2px;
padding-left: 25px;
padding-right: 25px;
min-height: 50px;
background-color: rgba(0, 175, 190, 1);
}








#s-c3140997-ff75-4667-94d0-ec6a442ef1fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3140997-ff75-4667-94d0-ec6a442ef1fb.shg-box.shg-c {
  justify-content: center;
}

#s-ae384fe2-faad-42d2-b69c-9914cf0af58e {
  margin-left: auto;
margin-right: auto;
padding-bottom: 15px;
max-width: 960px;
}

@media (min-width: 0px) {
[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ae384fe2-faad-42d2-b69c-9914cf0af58e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dd1f27e8-ff93-4a68-81b4-b3d0c6346156 {
  min-height: 50px;
}








#s-dd1f27e8-ff93-4a68-81b4-b3d0c6346156 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd1f27e8-ff93-4a68-81b4-b3d0c6346156.shg-box.shg-c {
  justify-content: center;
}

#s-60b12486-a504-4de7-b206-ea3d13ca994a {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 6px;
max-width: 210px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 175, 190, 1);
}
#s-60b12486-a504-4de7-b206-ea3d13ca994a:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-60b12486-a504-4de7-b206-ea3d13ca994a:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-60b12486-a504-4de7-b206-ea3d13ca994a-btn-wrapper {
    text-align: left;
  }


#s-60b12486-a504-4de7-b206-ea3d13ca994a.shg-btn {
  color: rgba(0, 175, 190, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}

.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-5e3df18d-2637-4214-893e-75835cb43170 {
  margin-top: 15px;
}

#s-d0d82564-39ad-4788-8442-64e7180cfecf {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
min-height: 50px;
max-width: 1400px;
}








#s-d0d82564-39ad-4788-8442-64e7180cfecf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0d82564-39ad-4788-8442-64e7180cfecf.shg-box.shg-c {
  justify-content: center;
}

#s-be752772-23d4-4eb9-ae02-b70a8ee7868f {
  border-style: solid;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 35, 60, 1);
}








#s-be752772-23d4-4eb9-ae02-b70a8ee7868f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be752772-23d4-4eb9-ae02-b70a8ee7868f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-33699b70-9dd7-4cac-a18f-eb3d717851b0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

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

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

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

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

#s-679b233f-1ec1-45d0-ae46-08dd79cd4631 {
  margin-top: 25px;
}

#s-8d6dc7ef-1205-4daa-845e-9ea53aac0ea6 {
  margin-top: 25px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8d6dc7ef-1205-4daa-845e-9ea53aac0ea6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d6dc7ef-1205-4daa-845e-9ea53aac0ea6.shg-box.shg-c {
  justify-content: center;
}

#s-b40fb8b3-e3e1-4c27-9979-f622683b6b0c {
  margin-top: -20px;
}

@media (min-width: 0px) {
[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6d89008e-ced6-40b7-96be-0076dd78a169"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-34f73da2-0029-406d-a9e3-72910c9de2bc {
  background-image: url(none);
background-repeat: no-repeat;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 6px;
background-color: rgba(0, 175, 190, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-34f73da2-0029-406d-a9e3-72910c9de2bc:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 175, 190, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-34f73da2-0029-406d-a9e3-72910c9de2bc:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 175, 190, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-34f73da2-0029-406d-a9e3-72910c9de2bc-btn-wrapper {
    text-align: left;
  }


#s-34f73da2-0029-406d-a9e3-72910c9de2bc.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-83e8b9e2-eee3-44cb-8dbd-3a3545eebb70 {
  background-image: url(none);
background-repeat: no-repeat;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 6px;
background-color: rgba(0, 175, 190, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-83e8b9e2-eee3-44cb-8dbd-3a3545eebb70:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 175, 190, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-83e8b9e2-eee3-44cb-8dbd-3a3545eebb70:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 175, 190, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-83e8b9e2-eee3-44cb-8dbd-3a3545eebb70-btn-wrapper {
    text-align: left;
  }


#s-83e8b9e2-eee3-44cb-8dbd-3a3545eebb70.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-67c4a37f-cdaf-4416-aaf9-4960366d0af3 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
max-width: 480px;
}

#s-8ff1e70d-71c6-4066-b9fb-7540f531d5d9 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
max-width: 1400px;
}

#s-4869850f-73f7-4a2a-9645-e30bc9ad73ae {
  background-repeat: repeat;
background-size: cover;
border-style: solid;
margin-top: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
background-position: center center;
}








#s-4869850f-73f7-4a2a-9645-e30bc9ad73ae > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
}#s-4869850f-73f7-4a2a-9645-e30bc9ad73ae.shg-box.shg-c {
  justify-content: center;
}

#s-6b0873e3-c2aa-4919-b4fc-83e7048dcc6c {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
}








#s-6b0873e3-c2aa-4919-b4fc-83e7048dcc6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b0873e3-c2aa-4919-b4fc-83e7048dcc6c.shg-box.shg-c {
  justify-content: center;
}

#s-c5fb5f77-3114-49bb-a034-d6cd04c233f9 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c5fb5f77-3114-49bb-a034-d6cd04c233f9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ee474b90-7ebf-4929-b95d-98b15711c1c0 {
  border-style: solid;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(215, 170, 42, 1);
}








#s-ee474b90-7ebf-4929-b95d-98b15711c1c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee474b90-7ebf-4929-b95d-98b15711c1c0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c4f406a4-a402-4c32-87c1-0ee82ad2f0e1 {
  margin-top: -20px;
}

#s-5cac1791-d2ac-4914-aef7-fd67af43077e {
  margin-top: -10px;
}

#s-f5fe159e-25f8-458a-b89a-4d40fd237394 {
  border-style: solid;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f5fe159e-25f8-458a-b89a-4d40fd237394 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5fe159e-25f8-458a-b89a-4d40fd237394.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e5af0f45-b92a-4ae7-9906-479458fa32c6 {
  margin-top: 35px;
padding-top: 0px;
}

#s-694e7e85-7f47-4e61-813f-2331f1f43f99 {
  margin-bottom: -25px;
}

@media (min-width: 0px) {
[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-694e7e85-7f47-4e61-813f-2331f1f43f99"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.5px);
}

}

#s-aed795a2-3908-4ace-bfaf-d40145721ad8 {
  margin-top: -25px;
}

#s-9519cce5-5cc4-444c-a2ca-a107e0c6859f {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}




  #s-9519cce5-5cc4-444c-a2ca-a107e0c6859f img.shogun-image {
    
    width: px;
  }


#s-9519cce5-5cc4-444c-a2ca-a107e0c6859f .shogun-image-content {
  
    align-items: center;
  
}

#s-2c3eb766-6e58-4d07-a745-3ebae01f0578 {
  margin-bottom: 25px;
}

#s-314ca474-ba73-4f69-86dd-7102243bf7b0 {
  margin-top: -25px;
}

#s-8d534f52-732b-4f43-9192-5d2e4ebd0c44 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}




  #s-8d534f52-732b-4f43-9192-5d2e4ebd0c44 img.shogun-image {
    
    width: px;
  }


#s-8d534f52-732b-4f43-9192-5d2e4ebd0c44 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c0b65db-d85a-4d6e-b4d8-0533b0ea8450 {
  margin-bottom: 25px;
}

#s-fc86eb87-0835-470b-8835-61a37e0941fc {
  margin-bottom: -25px;
}

@media (min-width: 0px) {
[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-fc86eb87-0835-470b-8835-61a37e0941fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.5px);
}

}

#s-d7786096-d84f-4c67-8c4c-6289d68d639f {
  margin-top: -25px;
}

#s-a2134433-d0a1-4f34-b2f9-0dff7bd7da5a {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}




  #s-a2134433-d0a1-4f34-b2f9-0dff7bd7da5a img.shogun-image {
    
    width: px;
  }


#s-a2134433-d0a1-4f34-b2f9-0dff7bd7da5a .shogun-image-content {
  
    align-items: center;
  
}

#s-68bf2cb6-93f7-4ebd-9e9b-9e237376140b {
  margin-bottom: 25px;
}

#s-9d331a0b-5c8e-4d4e-8003-c50665db9136 {
  margin-top: -25px;
}

#s-360bcffa-8259-458e-8a60-555310de1577 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}




  #s-360bcffa-8259-458e-8a60-555310de1577 img.shogun-image {
    
    width: px;
  }


#s-360bcffa-8259-458e-8a60-555310de1577 .shogun-image-content {
  
    align-items: center;
  
}

#s-1fc68e6a-9dc1-44f9-9390-8af33a973e4f {
  margin-bottom: 25px;
}

#s-41702ad3-ead8-4fbc-baf7-3c03005375dd {
  background-repeat: repeat;
background-size: cover;
border-style: solid;
margin-top: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
background-position: center center;
}








#s-41702ad3-ead8-4fbc-baf7-3c03005375dd > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
}#s-41702ad3-ead8-4fbc-baf7-3c03005375dd.shg-box.shg-c {
  justify-content: center;
}

#s-fbf199e9-5238-44df-bb68-555b20d5ed05 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
max-width: 1400px;
}








#s-fbf199e9-5238-44df-bb68-555b20d5ed05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbf199e9-5238-44df-bb68-555b20d5ed05.shg-box.shg-c {
  justify-content: center;
}

#s-aa836453-513a-4e8e-9e1a-ee5e40d316be {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aa836453-513a-4e8e-9e1a-ee5e40d316be"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3820d6c6-eed9-404b-adb6-e19c49a29c6e {
  border-style: solid;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(215, 170, 42, 1);
}








#s-3820d6c6-eed9-404b-adb6-e19c49a29c6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3820d6c6-eed9-404b-adb6-e19c49a29c6e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-844d5f87-0b88-4b67-a7fc-9c96e702ff30 {
  margin-top: -20px;
}

#s-52f2aaad-694f-45db-9e90-12ecdf752f8c {
  margin-top: -10px;
}

#s-b42f9dde-ae03-44c3-ad79-5ba5cf02519c {
  border-style: solid;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b42f9dde-ae03-44c3-ad79-5ba5cf02519c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b42f9dde-ae03-44c3-ad79-5ba5cf02519c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4806f865-d03b-4805-9011-e8d2e11745c0 {
  margin-top: 35px;
padding-top: 0px;
}

#s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7 {
  margin-bottom: -25px;
}

@media (min-width: 0px) {
[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-34e97c5b-4f71-43e3-9f23-4993bc2e77b7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.5px);
}

}

#s-4362a605-8b58-4020-856f-d50d0eab20cb {
  margin-top: -25px;
}

#s-5f78746c-131b-483d-b145-a7225b784dd6 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}




  #s-5f78746c-131b-483d-b145-a7225b784dd6 img.shogun-image {
    
    width: px;
  }


#s-5f78746c-131b-483d-b145-a7225b784dd6 .shogun-image-content {
  
    align-items: center;
  
}

#s-045297dc-01f4-4d13-abd6-103c0523e5b1 {
  margin-bottom: 25px;
}

#s-19f46427-a7ce-4a70-91db-e0b4119674a4 {
  margin-top: -25px;
}

#s-d5f04ce6-9d98-4813-97ca-c870f535c1ec {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}




  #s-d5f04ce6-9d98-4813-97ca-c870f535c1ec img.shogun-image {
    
    width: px;
  }


#s-d5f04ce6-9d98-4813-97ca-c870f535c1ec .shogun-image-content {
  
    align-items: center;
  
}

#s-f2d8d051-3df2-4f6e-9ad4-d82d9b6e5681 {
  margin-bottom: 25px;
}

#s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5 {
  margin-bottom: -25px;
}

@media (min-width: 0px) {
[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-2898d1d6-4e69-4e1c-9fb4-b5cc4842b1a5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.5px);
}

}

#s-85674058-2076-4978-aa27-7f97afef0be4 {
  margin-top: -25px;
}

#s-ddb0a349-a090-49e2-9f3e-bbe68639380f {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}




  #s-ddb0a349-a090-49e2-9f3e-bbe68639380f img.shogun-image {
    
    width: px;
  }


#s-ddb0a349-a090-49e2-9f3e-bbe68639380f .shogun-image-content {
  
    align-items: center;
  
}

#s-470b6b05-03f4-4578-bb11-1fb73b17aaf0 {
  margin-bottom: 25px;
}

#s-790e9a7f-60bd-4f9c-913f-e37f83877302 {
  margin-top: -25px;
}

#s-72b7bffb-a7f1-45e7-a0f6-e6d1564c16e2 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}




  #s-72b7bffb-a7f1-45e7-a0f6-e6d1564c16e2 img.shogun-image {
    
    width: px;
  }


#s-72b7bffb-a7f1-45e7-a0f6-e6d1564c16e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-57e45bdc-f675-482a-b619-77603a2c7479 {
  margin-bottom: 25px;
}

#s-14b354ee-b2b3-41ce-a881-861be591c474 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
max-width: 1400px;
}

#s-2b687d11-943f-4f35-90a4-87bedcc4260f {
  background-repeat: repeat;
background-size: cover;
margin-top: 25px;
min-height: 50px;
background-position: center center;
}








#s-2b687d11-943f-4f35-90a4-87bedcc4260f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
}#s-2b687d11-943f-4f35-90a4-87bedcc4260f.shg-box.shg-c {
  justify-content: center;
}

#s-e2ec8da4-bf4c-4ea9-a24b-aa9f0c9a538e {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
min-height: 50px;
max-width: 1400px;
}








#s-e2ec8da4-bf4c-4ea9-a24b-aa9f0c9a538e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2ec8da4-bf4c-4ea9-a24b-aa9f0c9a538e.shg-box.shg-c {
  justify-content: center;
}

#s-3e8d0849-a9bc-4911-8923-86313ce15733 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3e8d0849-a9bc-4911-8923-86313ce15733"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b5e40b81-7b53-4856-a993-6c36137ad0e5 {
  border-style: solid;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b5e40b81-7b53-4856-a993-6c36137ad0e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5e40b81-7b53-4856-a993-6c36137ad0e5.shg-box.shg-c {
  justify-content: center;
}

#s-20e3b6d5-eef4-498b-b419-be00453540f8 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

#s-855524a8-00d9-4b20-916f-854d1d21bfa3 {
  text-align: center;
}


.shg-c#s-855524a8-00d9-4b20-916f-854d1d21bfa3 {
  max-width: 100%;
}

.shg-c#s-855524a8-00d9-4b20-916f-854d1d21bfa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-855524a8-00d9-4b20-916f-854d1d21bfa3 .shg-image-zoom,
.shg-c#s-855524a8-00d9-4b20-916f-854d1d21bfa3 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-855524a8-00d9-4b20-916f-854d1d21bfa3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-855524a8-00d9-4b20-916f-854d1d21bfa3 {
  max-width: 100%;
}

.shg-c#s-855524a8-00d9-4b20-916f-854d1d21bfa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-855524a8-00d9-4b20-916f-854d1d21bfa3 .shg-image-zoom,
.shg-c#s-855524a8-00d9-4b20-916f-854d1d21bfa3 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-855524a8-00d9-4b20-916f-854d1d21bfa3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-855524a8-00d9-4b20-916f-854d1d21bfa3 {
  max-width: 100%;
}

.shg-c#s-855524a8-00d9-4b20-916f-854d1d21bfa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-855524a8-00d9-4b20-916f-854d1d21bfa3 .shg-image-zoom,
.shg-c#s-855524a8-00d9-4b20-916f-854d1d21bfa3 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-855524a8-00d9-4b20-916f-854d1d21bfa3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-855524a8-00d9-4b20-916f-854d1d21bfa3 {
  max-width: 100%;
}

.shg-c#s-855524a8-00d9-4b20-916f-854d1d21bfa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-855524a8-00d9-4b20-916f-854d1d21bfa3 .shg-image-zoom,
.shg-c#s-855524a8-00d9-4b20-916f-854d1d21bfa3 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-855524a8-00d9-4b20-916f-854d1d21bfa3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-855524a8-00d9-4b20-916f-854d1d21bfa3 {
  max-width: 100%;
}

.shg-c#s-855524a8-00d9-4b20-916f-854d1d21bfa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-855524a8-00d9-4b20-916f-854d1d21bfa3 .shg-image-zoom,
.shg-c#s-855524a8-00d9-4b20-916f-854d1d21bfa3 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-855524a8-00d9-4b20-916f-854d1d21bfa3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-bfa8768e-0e60-461c-9f1a-ab79c67f2403 {
  border-style: solid;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bfa8768e-0e60-461c-9f1a-ab79c67f2403 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfa8768e-0e60-461c-9f1a-ab79c67f2403.shg-box.shg-c {
  justify-content: center;
}

#s-eee87178-26bb-4b4c-9e98-5c3b2d00a8dd {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 3px;
padding-left: 0px;
padding-bottom: 3px;
padding-right: 0px;
max-width: 175px;
background-color: rgba(203, 171, 54, 1);
}

#s-04a64de2-81ab-46f5-af60-d772c5ff6c7c {
  display: none;
}
#s-7e97e9b9-1dee-4287-99c3-c9a0638e2445 {
  text-align: center;
}


.shg-c#s-7e97e9b9-1dee-4287-99c3-c9a0638e2445 {
  max-width: 100%;
}

.shg-c#s-7e97e9b9-1dee-4287-99c3-c9a0638e2445 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e97e9b9-1dee-4287-99c3-c9a0638e2445 .shg-image-zoom,
.shg-c#s-7e97e9b9-1dee-4287-99c3-c9a0638e2445 img.shogun-image {
  max-width: 170px !important;
  min-height:  !important;
}

.shg-c#s-7e97e9b9-1dee-4287-99c3-c9a0638e2445 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-7e97e9b9-1dee-4287-99c3-c9a0638e2445 {
  max-width: 100%;
}

.shg-c#s-7e97e9b9-1dee-4287-99c3-c9a0638e2445 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e97e9b9-1dee-4287-99c3-c9a0638e2445 .shg-image-zoom,
.shg-c#s-7e97e9b9-1dee-4287-99c3-c9a0638e2445 img.shogun-image {
  max-width: 170px !important;
  min-height:  !important;
}

.shg-c#s-7e97e9b9-1dee-4287-99c3-c9a0638e2445 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7e97e9b9-1dee-4287-99c3-c9a0638e2445 {
  max-width: 100%;
}

.shg-c#s-7e97e9b9-1dee-4287-99c3-c9a0638e2445 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e97e9b9-1dee-4287-99c3-c9a0638e2445 .shg-image-zoom,
.shg-c#s-7e97e9b9-1dee-4287-99c3-c9a0638e2445 img.shogun-image {
  max-width: 170px !important;
  min-height:  !important;
}

.shg-c#s-7e97e9b9-1dee-4287-99c3-c9a0638e2445 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7e97e9b9-1dee-4287-99c3-c9a0638e2445 {
  max-width: 100%;
}

.shg-c#s-7e97e9b9-1dee-4287-99c3-c9a0638e2445 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e97e9b9-1dee-4287-99c3-c9a0638e2445 .shg-image-zoom,
.shg-c#s-7e97e9b9-1dee-4287-99c3-c9a0638e2445 img.shogun-image {
  max-width: 170px !important;
  min-height:  !important;
}

.shg-c#s-7e97e9b9-1dee-4287-99c3-c9a0638e2445 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-7e97e9b9-1dee-4287-99c3-c9a0638e2445 {
  max-width: 100%;
}

.shg-c#s-7e97e9b9-1dee-4287-99c3-c9a0638e2445 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e97e9b9-1dee-4287-99c3-c9a0638e2445 .shg-image-zoom,
.shg-c#s-7e97e9b9-1dee-4287-99c3-c9a0638e2445 img.shogun-image {
  max-width: 170px !important;
  min-height:  !important;
}

.shg-c#s-7e97e9b9-1dee-4287-99c3-c9a0638e2445 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-506113ef-298d-4480-a444-5cb7aad1d07e {
  border-style: solid;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-506113ef-298d-4480-a444-5cb7aad1d07e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-506113ef-298d-4480-a444-5cb7aad1d07e.shg-box.shg-c {
  justify-content: center;
}

#s-aea903d9-5fee-42d8-af04-7ef8b246ee62 {
  display: none;
}
#s-ac89eb9b-d56a-4a49-9c74-6c4672598de0 {
  text-align: center;
}


.shg-c#s-ac89eb9b-d56a-4a49-9c74-6c4672598de0 {
  max-width: 100%;
}

.shg-c#s-ac89eb9b-d56a-4a49-9c74-6c4672598de0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac89eb9b-d56a-4a49-9c74-6c4672598de0 .shg-image-zoom,
.shg-c#s-ac89eb9b-d56a-4a49-9c74-6c4672598de0 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-ac89eb9b-d56a-4a49-9c74-6c4672598de0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ac89eb9b-d56a-4a49-9c74-6c4672598de0 {
  max-width: 100%;
}

.shg-c#s-ac89eb9b-d56a-4a49-9c74-6c4672598de0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac89eb9b-d56a-4a49-9c74-6c4672598de0 .shg-image-zoom,
.shg-c#s-ac89eb9b-d56a-4a49-9c74-6c4672598de0 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-ac89eb9b-d56a-4a49-9c74-6c4672598de0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ac89eb9b-d56a-4a49-9c74-6c4672598de0 {
  max-width: 100%;
}

.shg-c#s-ac89eb9b-d56a-4a49-9c74-6c4672598de0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac89eb9b-d56a-4a49-9c74-6c4672598de0 .shg-image-zoom,
.shg-c#s-ac89eb9b-d56a-4a49-9c74-6c4672598de0 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-ac89eb9b-d56a-4a49-9c74-6c4672598de0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ac89eb9b-d56a-4a49-9c74-6c4672598de0 {
  max-width: 100%;
}

.shg-c#s-ac89eb9b-d56a-4a49-9c74-6c4672598de0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac89eb9b-d56a-4a49-9c74-6c4672598de0 .shg-image-zoom,
.shg-c#s-ac89eb9b-d56a-4a49-9c74-6c4672598de0 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-ac89eb9b-d56a-4a49-9c74-6c4672598de0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ac89eb9b-d56a-4a49-9c74-6c4672598de0 {
  max-width: 100%;
}

.shg-c#s-ac89eb9b-d56a-4a49-9c74-6c4672598de0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac89eb9b-d56a-4a49-9c74-6c4672598de0 .shg-image-zoom,
.shg-c#s-ac89eb9b-d56a-4a49-9c74-6c4672598de0 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-ac89eb9b-d56a-4a49-9c74-6c4672598de0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-b3b493e6-ac6d-478e-9991-7ec4589d6fde {
  border-style: solid;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b3b493e6-ac6d-478e-9991-7ec4589d6fde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3b493e6-ac6d-478e-9991-7ec4589d6fde.shg-box.shg-c {
  justify-content: center;
}

#s-3c1ce520-aa51-4e2f-b6bf-5f3ae6d2eb12 {
  display: none;
}
#s-b68cc1cb-ae8d-43b2-a356-27fd9848ea0b {
  text-align: center;
}


.shg-c#s-b68cc1cb-ae8d-43b2-a356-27fd9848ea0b {
  max-width: 100%;
}

.shg-c#s-b68cc1cb-ae8d-43b2-a356-27fd9848ea0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b68cc1cb-ae8d-43b2-a356-27fd9848ea0b .shg-image-zoom,
.shg-c#s-b68cc1cb-ae8d-43b2-a356-27fd9848ea0b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b68cc1cb-ae8d-43b2-a356-27fd9848ea0b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b68cc1cb-ae8d-43b2-a356-27fd9848ea0b {
  max-width: 100%;
}

.shg-c#s-b68cc1cb-ae8d-43b2-a356-27fd9848ea0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b68cc1cb-ae8d-43b2-a356-27fd9848ea0b .shg-image-zoom,
.shg-c#s-b68cc1cb-ae8d-43b2-a356-27fd9848ea0b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b68cc1cb-ae8d-43b2-a356-27fd9848ea0b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b68cc1cb-ae8d-43b2-a356-27fd9848ea0b {
  max-width: 100%;
}

.shg-c#s-b68cc1cb-ae8d-43b2-a356-27fd9848ea0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b68cc1cb-ae8d-43b2-a356-27fd9848ea0b .shg-image-zoom,
.shg-c#s-b68cc1cb-ae8d-43b2-a356-27fd9848ea0b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b68cc1cb-ae8d-43b2-a356-27fd9848ea0b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b68cc1cb-ae8d-43b2-a356-27fd9848ea0b {
  max-width: 100%;
}

.shg-c#s-b68cc1cb-ae8d-43b2-a356-27fd9848ea0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b68cc1cb-ae8d-43b2-a356-27fd9848ea0b .shg-image-zoom,
.shg-c#s-b68cc1cb-ae8d-43b2-a356-27fd9848ea0b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b68cc1cb-ae8d-43b2-a356-27fd9848ea0b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b68cc1cb-ae8d-43b2-a356-27fd9848ea0b {
  max-width: 100%;
}

.shg-c#s-b68cc1cb-ae8d-43b2-a356-27fd9848ea0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b68cc1cb-ae8d-43b2-a356-27fd9848ea0b .shg-image-zoom,
.shg-c#s-b68cc1cb-ae8d-43b2-a356-27fd9848ea0b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b68cc1cb-ae8d-43b2-a356-27fd9848ea0b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-8fbd0690-931b-4506-bba0-e4d4c196958e {
  border-style: solid;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8fbd0690-931b-4506-bba0-e4d4c196958e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fbd0690-931b-4506-bba0-e4d4c196958e.shg-box.shg-c {
  justify-content: center;
}

#s-345619ea-1efe-4a94-9fe0-8e464f202732 {
  display: none;
}
#s-15e580ee-365d-4ce9-8892-6e0f6eaecb66 {
  text-align: center;
}


.shg-c#s-15e580ee-365d-4ce9-8892-6e0f6eaecb66 {
  max-width: 100%;
}

.shg-c#s-15e580ee-365d-4ce9-8892-6e0f6eaecb66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15e580ee-365d-4ce9-8892-6e0f6eaecb66 .shg-image-zoom,
.shg-c#s-15e580ee-365d-4ce9-8892-6e0f6eaecb66 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-15e580ee-365d-4ce9-8892-6e0f6eaecb66 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-15e580ee-365d-4ce9-8892-6e0f6eaecb66 {
  max-width: 100%;
}

.shg-c#s-15e580ee-365d-4ce9-8892-6e0f6eaecb66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15e580ee-365d-4ce9-8892-6e0f6eaecb66 .shg-image-zoom,
.shg-c#s-15e580ee-365d-4ce9-8892-6e0f6eaecb66 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-15e580ee-365d-4ce9-8892-6e0f6eaecb66 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-15e580ee-365d-4ce9-8892-6e0f6eaecb66 {
  max-width: 100%;
}

.shg-c#s-15e580ee-365d-4ce9-8892-6e0f6eaecb66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15e580ee-365d-4ce9-8892-6e0f6eaecb66 .shg-image-zoom,
.shg-c#s-15e580ee-365d-4ce9-8892-6e0f6eaecb66 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-15e580ee-365d-4ce9-8892-6e0f6eaecb66 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-15e580ee-365d-4ce9-8892-6e0f6eaecb66 {
  max-width: 100%;
}

.shg-c#s-15e580ee-365d-4ce9-8892-6e0f6eaecb66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15e580ee-365d-4ce9-8892-6e0f6eaecb66 .shg-image-zoom,
.shg-c#s-15e580ee-365d-4ce9-8892-6e0f6eaecb66 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-15e580ee-365d-4ce9-8892-6e0f6eaecb66 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-15e580ee-365d-4ce9-8892-6e0f6eaecb66 {
  max-width: 100%;
}

.shg-c#s-15e580ee-365d-4ce9-8892-6e0f6eaecb66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15e580ee-365d-4ce9-8892-6e0f6eaecb66 .shg-image-zoom,
.shg-c#s-15e580ee-365d-4ce9-8892-6e0f6eaecb66 img.shogun-image {
  max-width: 175px !important;
  min-height:  !important;
}

.shg-c#s-15e580ee-365d-4ce9-8892-6e0f6eaecb66 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-71a8f538-ea53-430d-9bcc-c2a423a11ebe {
  border-style: solid;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-71a8f538-ea53-430d-9bcc-c2a423a11ebe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71a8f538-ea53-430d-9bcc-c2a423a11ebe.shg-box.shg-c {
  justify-content: center;
}

#s-17558783-4085-43b0-bb7b-2419baeaa5d1 {
  display: none;
}
#s-28f7a274-b922-4ebf-9314-cc7a20e2c65f {
  text-align: center;
}


.shg-c#s-28f7a274-b922-4ebf-9314-cc7a20e2c65f {
  max-width: 100%;
}

.shg-c#s-28f7a274-b922-4ebf-9314-cc7a20e2c65f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28f7a274-b922-4ebf-9314-cc7a20e2c65f .shg-image-zoom,
.shg-c#s-28f7a274-b922-4ebf-9314-cc7a20e2c65f img.shogun-image {
  max-width: 190px !important;
  min-height:  !important;
}

.shg-c#s-28f7a274-b922-4ebf-9314-cc7a20e2c65f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-28f7a274-b922-4ebf-9314-cc7a20e2c65f {
  max-width: 100%;
}

.shg-c#s-28f7a274-b922-4ebf-9314-cc7a20e2c65f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28f7a274-b922-4ebf-9314-cc7a20e2c65f .shg-image-zoom,
.shg-c#s-28f7a274-b922-4ebf-9314-cc7a20e2c65f img.shogun-image {
  max-width: 190px !important;
  min-height:  !important;
}

.shg-c#s-28f7a274-b922-4ebf-9314-cc7a20e2c65f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-28f7a274-b922-4ebf-9314-cc7a20e2c65f {
  max-width: 100%;
}

.shg-c#s-28f7a274-b922-4ebf-9314-cc7a20e2c65f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28f7a274-b922-4ebf-9314-cc7a20e2c65f .shg-image-zoom,
.shg-c#s-28f7a274-b922-4ebf-9314-cc7a20e2c65f img.shogun-image {
  max-width: 190px !important;
  min-height:  !important;
}

.shg-c#s-28f7a274-b922-4ebf-9314-cc7a20e2c65f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-28f7a274-b922-4ebf-9314-cc7a20e2c65f {
  max-width: 100%;
}

.shg-c#s-28f7a274-b922-4ebf-9314-cc7a20e2c65f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28f7a274-b922-4ebf-9314-cc7a20e2c65f .shg-image-zoom,
.shg-c#s-28f7a274-b922-4ebf-9314-cc7a20e2c65f img.shogun-image {
  max-width: 190px !important;
  min-height:  !important;
}

.shg-c#s-28f7a274-b922-4ebf-9314-cc7a20e2c65f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-28f7a274-b922-4ebf-9314-cc7a20e2c65f {
  max-width: 100%;
}

.shg-c#s-28f7a274-b922-4ebf-9314-cc7a20e2c65f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28f7a274-b922-4ebf-9314-cc7a20e2c65f .shg-image-zoom,
.shg-c#s-28f7a274-b922-4ebf-9314-cc7a20e2c65f img.shogun-image {
  max-width: 190px !important;
  min-height:  !important;
}

.shg-c#s-28f7a274-b922-4ebf-9314-cc7a20e2c65f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e072700b-9f64-43bb-ad67-602ab17e9f9f {
  border-style: solid;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(215, 170, 42, 1);
}








#s-e072700b-9f64-43bb-ad67-602ab17e9f9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e072700b-9f64-43bb-ad67-602ab17e9f9f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0ad2bf29-5301-4c2b-8c39-6f12aa0cf547 {
  margin-top: -20px;
}

#s-d7e21e7a-41b7-43b0-909c-b64cbc60f20e {
  margin-top: -10px;
}

#s-0871cba5-4c68-4364-92a9-0cdefbcfe3f5 {
  border-style: solid;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(215, 170, 42, 1);
}








#s-0871cba5-4c68-4364-92a9-0cdefbcfe3f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0871cba5-4c68-4364-92a9-0cdefbcfe3f5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fbdf2887-69cb-446b-9db5-5a09a8d70c73 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
max-width: 1400px;
}

#s-6f0dc619-4b3a-426e-b453-8c3773f7f4f9 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 25px;
border-top-width: 2px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}








#s-6f0dc619-4b3a-426e-b453-8c3773f7f4f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f0dc619-4b3a-426e-b453-8c3773f7f4f9.shg-box.shg-c {
  justify-content: center;
}

#s-d4be6e65-db41-4e3e-ad95-9317fb52868e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 420px;
background-color: rgba(215, 170, 42, 1);
}








#s-d4be6e65-db41-4e3e-ad95-9317fb52868e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4be6e65-db41-4e3e-ad95-9317fb52868e.shg-box.shg-c {
  justify-content: center;
}

#s-4e86b8eb-dc83-45f8-aa6f-93fe5008cc16 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-4e86b8eb-dc83-45f8-aa6f-93fe5008cc16 img.shogun-image {
    
    width: px;
  }


#s-4e86b8eb-dc83-45f8-aa6f-93fe5008cc16 .shogun-image-content {
  
    align-items: center;
  
}

#s-959ea252-6d7a-4654-b1f8-2fd6f8aa7983 {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
min-height: 50px;
max-width: 1400px;
}








#s-959ea252-6d7a-4654-b1f8-2fd6f8aa7983 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-959ea252-6d7a-4654-b1f8-2fd6f8aa7983.shg-box.shg-c {
  justify-content: center;
}

#s-e227ae1f-0269-4b25-84e1-10749255a664 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
max-width: 1024px;
}

@media (min-width: 0px) {
[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e227ae1f-0269-4b25-84e1-10749255a664"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a0e41b6c-c4c6-40f8-81bb-ce49fabb65dc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
min-height: 50px;
max-width: 1350px;
background-color: rgba(0, 175, 190, 1);
}








#s-a0e41b6c-c4c6-40f8-81bb-ce49fabb65dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0e41b6c-c4c6-40f8-81bb-ce49fabb65dc.shg-box.shg-c {
  justify-content: center;
}

#s-78407a02-0821-4f14-a3c3-0c89d764bb7e {
  margin-left: auto;
margin-right: auto;
}

#s-7d533bff-457a-4974-95f3-65f49d084b3f {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7d533bff-457a-4974-95f3-65f49d084b3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d533bff-457a-4974-95f3-65f49d084b3f.shg-box.shg-c {
  justify-content: center;
}

#s-dd3929cc-de2f-48f8-824c-13637f6244a0 {
  margin-top: -20px;
}

@media (min-width: 0px) {
[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dd3929cc-de2f-48f8-824c-13637f6244a0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9b72daab-f017-423c-aea9-afaaf9d799dd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b9d81851-67a9-42d8-939d-4bfac2036cfc {
  margin-top: 18px;
margin-right: 10px;
max-width: 35px;
text-align: center;
}




  #s-b9d81851-67a9-42d8-939d-4bfac2036cfc img.shogun-image {
    
    width: px;
  }


#s-b9d81851-67a9-42d8-939d-4bfac2036cfc .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e {
  margin-top: -10px;
}

@media (min-width: 0px) {
[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4eea93f5-09ef-4b27-bf23-e06b77c3cc8e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2ad214e9-ce3e-411b-8839-8e4d2ee277c4 {
  margin-top: 17px;
margin-right: 10px;
max-width: 35px;
text-align: center;
}




  #s-2ad214e9-ce3e-411b-8839-8e4d2ee277c4 img.shogun-image {
    
    width: px;
  }


#s-2ad214e9-ce3e-411b-8839-8e4d2ee277c4 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6228f96e-75e2-4b16-b88c-45f015ac834b {
  margin-top: -10px;
}

@media (min-width: 0px) {
[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6228f96e-75e2-4b16-b88c-45f015ac834b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-43dadd10-19e6-429d-a728-e5146d7c19a9 {
  margin-top: 23px;
margin-right: 10px;
max-width: 35px;
text-align: center;
}




  #s-43dadd10-19e6-429d-a728-e5146d7c19a9 img.shogun-image {
    
    width: px;
  }


#s-43dadd10-19e6-429d-a728-e5146d7c19a9 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f5d926b6-0f97-4176-844c-b2b297643b3d {
  padding-left: 25px;
padding-right: 25px;
max-width: 150px;
background-color: rgba(255, 255, 255, 1);
}

#s-a207a28b-fadd-4d99-8d00-5b5845b35277 {
  margin-top: 15px;
}

#s-5838f8c0-e8f9-4bc8-8f33-11367895f995 {
  text-align: center;
}




  #s-5838f8c0-e8f9-4bc8-8f33-11367895f995 img.shogun-image {
    
    width: px;
  }


#s-5838f8c0-e8f9-4bc8-8f33-11367895f995 .shogun-image-content {
  
    align-items: center;
  
}

#s-9aeeb018-0be9-4e61-96c9-016741e0e170 {
  text-align: center;
}




  #s-9aeeb018-0be9-4e61-96c9-016741e0e170 img.shogun-image {
    
    width: px;
  }


#s-9aeeb018-0be9-4e61-96c9-016741e0e170 .shogun-image-content {
  
    align-items: center;
  
}

#s-c97a4cf4-2b58-4cbf-abe6-38165528cecd {
  text-align: center;
}




  #s-c97a4cf4-2b58-4cbf-abe6-38165528cecd img.shogun-image {
    
    width: px;
  }


#s-c97a4cf4-2b58-4cbf-abe6-38165528cecd .shogun-image-content {
  
    align-items: center;
  
}

#s-1cbe9168-879d-4af2-8a71-9db261527625 {
  text-align: center;
}




  #s-1cbe9168-879d-4af2-8a71-9db261527625 img.shogun-image {
    
    width: px;
  }


#s-1cbe9168-879d-4af2-8a71-9db261527625 .shogun-image-content {
  
    align-items: center;
  
}

#s-34c57dfc-2dab-4d98-87ed-6f13115e099e {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
min-height: 50px;
max-width: 1350px;
background-color: rgba(215, 170, 42, 1);
}








#s-34c57dfc-2dab-4d98-87ed-6f13115e099e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34c57dfc-2dab-4d98-87ed-6f13115e099e.shg-box.shg-c {
  justify-content: center;
}

#s-6787a693-98f2-4215-9c50-4890700c596b {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 500px;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-45bb4c47-9d8d-4b8e-809c-d2ccedee3fc5 {
  margin-top: -20px;
margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
max-width: 1400px;
}

#s-45bb4c47-9d8d-4b8e-809c-d2ccedee3fc5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(203, 160, 54, 1);
}

#s-45bb4c47-9d8d-4b8e-809c-d2ccedee3fc5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(215, 170, 42, 1);
  padding: 20px;
}

#s-45bb4c47-9d8d-4b8e-809c-d2ccedee3fc5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-45bb4c47-9d8d-4b8e-809c-d2ccedee3fc5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(215, 170, 42, 1);
  border-top: 1px solid rgba(203, 160, 54, 1);
}

#s-45bb4c47-9d8d-4b8e-809c-d2ccedee3fc5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Lato;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
}

#s-45bb4c47-9d8d-4b8e-809c-d2ccedee3fc5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-0fecf9cc-43a1-406e-9ba0-cf9f0aa6ea47 {
  margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
min-height: 50px;
background-color: rgba(203, 170, 54, 1);
}








#s-0fecf9cc-43a1-406e-9ba0-cf9f0aa6ea47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fecf9cc-43a1-406e-9ba0-cf9f0aa6ea47.shg-box.shg-c {
  justify-content: center;
}

#s-0fc17f35-fd5a-4294-bc0b-0c765a0252d5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(203, 170, 54, 1);
}

#s-0fc17f35-fd5a-4294-bc0b-0c765a0252d5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 244, 235, 1);
  padding: 10px;
}

#s-0fc17f35-fd5a-4294-bc0b-0c765a0252d5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 35, 60, 1);
}

#s-0fc17f35-fd5a-4294-bc0b-0c765a0252d5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(203, 170, 54, 1);
}

#s-0fc17f35-fd5a-4294-bc0b-0c765a0252d5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 35, 60, 1);
  text-align: left;
  font-family: Lato;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-0fc17f35-fd5a-4294-bc0b-0c765a0252d5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-98c9dcc2-3edf-415f-a205-264d915089d4 {
  border-style: solid;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 50px;
}








#s-98c9dcc2-3edf-415f-a205-264d915089d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98c9dcc2-3edf-415f-a205-264d915089d4.shg-box.shg-c {
  justify-content: center;
}

#s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-68aa0af7-94e6-4a39-a9ed-5bdf5e29039f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.5px);
}

}

#s-f10cb2b6-ad39-4e0f-a80b-b9542bef9498 {
  border-style: solid;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 50px;
}








#s-f10cb2b6-ad39-4e0f-a80b-b9542bef9498 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f10cb2b6-ad39-4e0f-a80b-b9542bef9498.shg-box.shg-c {
  justify-content: center;
}

#s-836e25ac-ad8a-497d-8d13-ccda743f43b8 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-836e25ac-ad8a-497d-8d13-ccda743f43b8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.5px);
}

}

#s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-860136a2-b6c3-4b38-9a1d-38bf7fdc5131"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.5px);
}

}

#s-8a68593d-9104-4ba0-9269-708d9ad1b3e6 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-8a68593d-9104-4ba0-9269-708d9ad1b3e6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.5px);
}

}

#s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-751f0fa3-be6f-4f91-afcb-c0a7fb6a62c7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.5px);
}

}

#s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-89b56177-f0fd-44f1-abfd-7eeea4b7ae4b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ffdf13ce-108a-4f01-bd77-f3d2060f033b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6468afe3-6443-48e9-8997-df3b74bd5b50 {
  margin-top: 20px;
margin-right: 10px;
max-width: 35px;
text-align: center;
}




  #s-6468afe3-6443-48e9-8997-df3b74bd5b50 img.shogun-image {
    
    width: px;
  }


#s-6468afe3-6443-48e9-8997-df3b74bd5b50 .shogun-image-content {
  
    align-items:  flex-start;
  
}

.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

#s-55000865-f59f-4e7c-9fea-6922ed2d6d13 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
max-width: 1400px;
}

[id="s-55000865-f59f-4e7c-9fea-6922ed2d6d13"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 50px;
}

.shg-ig-posts-container {
  width: calc(100% + 50px) !important;
}

@media (min-width: 768px) {
  [id="s-55000865-f59f-4e7c-9fea-6922ed2d6d13"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 50px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 50px) !important;
  }
}

#s-3084d44f-fb9a-4f16-a5ee-405308f60095 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
min-height: 100px;
max-width: 1350px;
background-color: rgba(0, 175, 190, 1);
}








#s-3084d44f-fb9a-4f16-a5ee-405308f60095 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3084d44f-fb9a-4f16-a5ee-405308f60095.shg-box.shg-c {
  justify-content: center;
}

#s-a93b134e-5d93-4025-be13-324b8a7589f1 {
  margin-left: auto;
margin-right: auto;
max-width: 768px;
}

@media (min-width: 0px) {
[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a93b134e-5d93-4025-be13-324b8a7589f1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-21d52089-6a96-4dc7-bf5e-8601bd9de8db {
  min-height: 50px;
}








#s-21d52089-6a96-4dc7-bf5e-8601bd9de8db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21d52089-6a96-4dc7-bf5e-8601bd9de8db.shg-box.shg-c {
  justify-content: center;
}

#s-525a9e24-492a-484d-b3fe-36ca9516daec {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 2px;
padding-top: 50px;
padding-bottom: 85px;
min-height: 50px;
background-position: center center;
}








#s-525a9e24-492a-484d-b3fe-36ca9516daec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-525a9e24-492a-484d-b3fe-36ca9516daec.shg-box.shg-c {
  justify-content: center;
}

#s-16e0d1fa-1b4d-443e-af31-dddf57dc557a {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
min-height: 50px;
max-width: 1400px;
}








#s-16e0d1fa-1b4d-443e-af31-dddf57dc557a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16e0d1fa-1b4d-443e-af31-dddf57dc557a.shg-box.shg-c {
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

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