.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;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-b7db1cdd-e337-4bf6-a341-b990d258dcbf {
  min-height: 525px;
opacity: 1;
}

.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-26bfceaa-4cef-4e12-8ae5-d58d69f58c5e {
  background-image: url(https://i.shgcdn.com/730e6fd6-0603-4d31-88b1-1e09d5f5b657/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: -100px;
margin-right: -100px;
min-height: 525px;
background-position: center center;
}








#s-26bfceaa-4cef-4e12-8ae5-d58d69f58c5e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-26bfceaa-4cef-4e12-8ae5-d58d69f58c5e.shg-box.shg-c {
  justify-content: center;
}

#s-815a610b-fefb-41bb-a4de-cd878441b0f2 {
  background-image: url(https://i.shgcdn.com/366f99fc-fbb0-4cb5-9116-3a6cd0448cfd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: -100px;
margin-right: -100px;
min-height: 525px;
background-position: center center;
}








#s-815a610b-fefb-41bb-a4de-cd878441b0f2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-815a610b-fefb-41bb-a4de-cd878441b0f2.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-d04aac78-335b-41b1-a0e6-9ba2c1fa29b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d04aac78-335b-41b1-a0e6-9ba2c1fa29b1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 55px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-5b346641-0064-4e20-94c8-b0c03e2a256b {
  margin-left: 10%;
margin-right: 10%;
}

#s-8a474e4a-2d42-4c33-911d-c43628496eb4 {
  background-image: url(https://i.shgcdn.com/4e0666d4-3bdd-4b05-bd36-0f8ece82b42d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: -100px;
margin-right: -100px;
padding-left: 0px;
padding-right: 0px;
min-height: 525px;
background-position: center center;
}








#s-8a474e4a-2d42-4c33-911d-c43628496eb4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.37);
  opacity: 0.8;
}#s-8a474e4a-2d42-4c33-911d-c43628496eb4.shg-box.shg-c {
  justify-content: center;
}

#s-f48904c1-2f3c-45ee-a699-27a17e94c739 {
  margin-left: 12%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f48904c1-2f3c-45ee-a699-27a17e94c739 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 68px;
  line-height: 1em;
  letter-spacing: ;
  text-align: 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-ba852ac4-980c-407b-827e-a1b9244456d7 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(218, 3, 228, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-ba852ac4-980c-407b-827e-a1b9244456d7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ba852ac4-980c-407b-827e-a1b9244456d7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ba852ac4-980c-407b-827e-a1b9244456d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-8d3faaa4-965a-47fc-bf1c-172087932ad6 {
  background-image: url(https://i.shgcdn.com/8f54cb61-e43e-422a-9c1f-f2d5f42ba83e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: -100px;
margin-right: -100px;
min-height: 525px;
background-position: center center;
}








#s-8d3faaa4-965a-47fc-bf1c-172087932ad6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d3faaa4-965a-47fc-bf1c-172087932ad6.shg-box.shg-c {
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ba2f0e93-3d28-4773-ad51-133388ce9c1e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8f402f57-c56c-4834-9869-55ffbbcb6d60 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 2px;
text-align: left;
}
@media (max-width: 767px){#s-8f402f57-c56c-4834-9869-55ffbbcb6d60 {
  margin-left: 18%;
margin-right: 18%;
}
}
#s-8f402f57-c56c-4834-9869-55ffbbcb6d60 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 30px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: left;
}



#s-0a27c97f-759f-4413-b78a-9b0d967eb198 {
  padding-top: 1px;
padding-bottom: 1px;
text-align: left;
}
@media (max-width: 767px){#s-0a27c97f-759f-4413-b78a-9b0d967eb198 {
  margin-left: 18%;
margin-right: 18%;
}
}
#s-0a27c97f-759f-4413-b78a-9b0d967eb198 .shogun-heading-component h2 {
  color: rgba(177, 227, 253, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 59px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-0d59cef2-62c1-4a1f-8d44-f188397d28f5 {
  margin-top: 11px;
margin-bottom: 11px;
max-width: 450px;
}
@media (max-width: 767px){#s-0d59cef2-62c1-4a1f-8d44-f188397d28f5 {
  margin-left: 18%;
margin-right: 18%;
}
}
#s-4a025405-a13c-4a82-a34d-7aeabf2b32ab {
  max-width: 450px;
}
@media (max-width: 767px){#s-4a025405-a13c-4a82-a34d-7aeabf2b32ab {
  margin-left: 18%;
margin-right: 18%;
}
}
#s-c0b021b1-5c13-44bf-9c41-0f5edabbcb84 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(55, 157, 212, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-c0b021b1-5c13-44bf-9c41-0f5edabbcb84:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c0b021b1-5c13-44bf-9c41-0f5edabbcb84:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-c0b021b1-5c13-44bf-9c41-0f5edabbcb84 {
  text-align: center;
}
}

  #s-c0b021b1-5c13-44bf-9c41-0f5edabbcb84-btn-wrapper {
    text-align: left;
  }


#s-c0b021b1-5c13-44bf-9c41-0f5edabbcb84.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-41663561-0ba2-453f-bbef-b96fc519ffb8 {
  background-image: url(https://i.shgcdn.com/9cb2958a-3d52-4fc9-aea8-fe898ebfb20e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: -100px;
margin-right: -100px;
min-height: 525px;
background-position: center center;
}








#s-41663561-0ba2-453f-bbef-b96fc519ffb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41663561-0ba2-453f-bbef-b96fc519ffb8.shg-box.shg-c {
  justify-content: center;
}

#s-05872400-29a4-4083-b726-e30feec6552a {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-05872400-29a4-4083-b726-e30feec6552a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2c8fa92f-1beb-4121-b057-b073b042bbb8 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-2c8fa92f-1beb-4121-b057-b073b042bbb8 {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (max-width: 767px){#s-877d6194-c611-40fd-856c-3638ef1152ac {
  margin-left: 10%;
margin-right: 27%;
}
}
#s-3fdb7952-2a57-4fc3-afe9-5b886dfdd323 {
  margin-top: 13px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(61, 166, 216, 1);
text-align: center;
text-decoration: none;
}
#s-3fdb7952-2a57-4fc3-afe9-5b886dfdd323:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3fdb7952-2a57-4fc3-afe9-5b886dfdd323:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3fdb7952-2a57-4fc3-afe9-5b886dfdd323-btn-wrapper {
    text-align: left;
  }


#s-3fdb7952-2a57-4fc3-afe9-5b886dfdd323.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-080f9124-f9d9-49b5-bad0-76d84493ffb6 {
  background-image: url(https://i.shgcdn.com/4e0666d4-3bdd-4b05-bd36-0f8ece82b42d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: -100px;
margin-right: -100px;
min-height: 525px;
background-position: center center;
}








#s-080f9124-f9d9-49b5-bad0-76d84493ffb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-080f9124-f9d9-49b5-bad0-76d84493ffb6.shg-box.shg-c {
  justify-content: center;
}

#s-f46bc155-4b31-4b63-985f-87a4641f72b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-f46bc155-4b31-4b63-985f-87a4641f72b0 {
  margin-left: 13%;
margin-right: 13%;
}
}
#s-f46bc155-4b31-4b63-985f-87a4641f72b0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-f46bc155-4b31-4b63-985f-87a4641f72b0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 43px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-e8e77a93-17fe-4853-87fd-cc110843d179 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(55, 157, 212, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-e8e77a93-17fe-4853-87fd-cc110843d179:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e8e77a93-17fe-4853-87fd-cc110843d179:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e8e77a93-17fe-4853-87fd-cc110843d179.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b3ea5fc0-2aaa-4ca4-af79-741cfcde12fd {
  background-image: url(https://i.shgcdn.com/33e8d208-cf94-4e11-974d-481a78b7cec6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: -100px;
margin-right: -100px;
min-height: 525px;
background-position: center center;
}








#s-b3ea5fc0-2aaa-4ca4-af79-741cfcde12fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3ea5fc0-2aaa-4ca4-af79-741cfcde12fd.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fee55c95-49bb-4d74-95d1-93bfd100cdac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-74648c13-98e1-4c8c-895d-01a2ab9a79e5 {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
margin-top: 0px;
margin-left: 0%;
margin-right: 17%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}

#s-74648c13-98e1-4c8c-895d-01a2ab9a79e5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-74648c13-98e1-4c8c-895d-01a2ab9a79e5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 52px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-7f878890-d0cc-4644-8e8e-43467b06605b {
  margin-top: 7px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 15%;
padding-right: 75px;
}
@media (min-width: 1200px){#s-7f878890-d0cc-4644-8e8e-43467b06605b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f878890-d0cc-4644-8e8e-43467b06605b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7f878890-d0cc-4644-8e8e-43467b06605b {
  
}
}@media (max-width: 767px){#s-7f878890-d0cc-4644-8e8e-43467b06605b {
  
}
}
#s-e69cca57-f01c-428a-aaf2-06c0eb5f1e92 {
  margin-top: 14px;
padding-top: 10px;
padding-left: 19px;
padding-bottom: 10px;
padding-right: 19px;
border-radius: 2px;
text-align: left;
background-color: rgba(4, 201, 4, 1);
text-decoration: none;
}
#s-e69cca57-f01c-428a-aaf2-06c0eb5f1e92:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e69cca57-f01c-428a-aaf2-06c0eb5f1e92:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e69cca57-f01c-428a-aaf2-06c0eb5f1e92-btn-wrapper {
    text-align: left;
  }


#s-e69cca57-f01c-428a-aaf2-06c0eb5f1e92.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-cd4060b8-ce88-4064-9cd4-68e5c3dee884 {
  background-image: url(https://i.shgcdn.com/30ba4b56-bcac-4065-9014-92a90451c79e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: -100px;
margin-right: -100px;
min-height: 525px;
background-position: center center;
}








#s-cd4060b8-ce88-4064-9cd4-68e5c3dee884 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-cd4060b8-ce88-4064-9cd4-68e5c3dee884.shg-box.shg-c {
  justify-content: center;
}

#s-9cb2d50e-ca9b-4608-a80f-935a345470ca {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9cb2d50e-ca9b-4608-a80f-935a345470ca .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-23280afc-9f80-40f9-aac3-912ed622cc7f {
  margin-top: -11px;
margin-left: 27%;
margin-bottom: 0px;
margin-right: 27%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-23280afc-9f80-40f9-aac3-912ed622cc7f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 55px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-23280afc-9f80-40f9-aac3-912ed622cc7f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


}
#s-745c5c5c-2b39-4b7f-9e1b-ce8b9e26264f {
  margin-left: 15%;
margin-right: 15%;
}

#s-6607bcd1-98bf-4991-9415-e59b647a9c5e {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 12px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(55, 157, 212, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-6607bcd1-98bf-4991-9415-e59b647a9c5e:hover {background-color: rgba(13, 99, 21, 1) !important;
text-decoration: none !important;}#s-6607bcd1-98bf-4991-9415-e59b647a9c5e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6607bcd1-98bf-4991-9415-e59b647a9c5e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a611191c-5939-4d2b-b671-112370a19174 {
  background-image: url(https://i.shgcdn.com/bc1be5fd-c73f-47fa-866e-e637fd6de233/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: -100px;
margin-bottom: 0px;
margin-right: -100px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 525px;
background-position: center center;
}








#s-a611191c-5939-4d2b-b671-112370a19174 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a611191c-5939-4d2b-b671-112370a19174.shg-box.shg-c {
  justify-content: center;
}

#s-e234d967-fe73-43de-afdc-31817429dfff {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e234d967-fe73-43de-afdc-31817429dfff"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2f880f5a-de55-4309-996a-f21a4a1f049d {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-2f880f5a-de55-4309-996a-f21a4a1f049d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2f880f5a-de55-4309-996a-f21a4a1f049d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2f880f5a-de55-4309-996a-f21a4a1f049d {
  
}
}@media (max-width: 767px){#s-2f880f5a-de55-4309-996a-f21a4a1f049d {
  
}
}
#s-19a0cc33-2ef4-4b33-b50f-8fedc68e90ad {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-19a0cc33-2ef4-4b33-b50f-8fedc68e90ad {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19a0cc33-2ef4-4b33-b50f-8fedc68e90ad {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-19a0cc33-2ef4-4b33-b50f-8fedc68e90ad {
  
}
}@media (max-width: 767px){#s-19a0cc33-2ef4-4b33-b50f-8fedc68e90ad {
  
}
}
#s-19a0cc33-2ef4-4b33-b50f-8fedc68e90ad .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-b4ba892f-02c0-407d-baab-c2d5fc292b52 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-b4ba892f-02c0-407d-baab-c2d5fc292b52 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4ba892f-02c0-407d-baab-c2d5fc292b52 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4ba892f-02c0-407d-baab-c2d5fc292b52 {
  
}
}@media (max-width: 767px){#s-b4ba892f-02c0-407d-baab-c2d5fc292b52 {
  
}
}
#s-b4ba892f-02c0-407d-baab-c2d5fc292b52 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-99cf5aba-d079-4544-a2f9-9c5c5fcb34a2 {
  border-style: solid;
margin-top: 4px;
margin-left: 30px;
margin-bottom: 14px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 2px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 217, 217, 0.42);
border-style: solid;
}
@media (min-width: 1200px){#s-99cf5aba-d079-4544-a2f9-9c5c5fcb34a2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-99cf5aba-d079-4544-a2f9-9c5c5fcb34a2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-99cf5aba-d079-4544-a2f9-9c5c5fcb34a2 {
  
}
}@media (max-width: 767px){#s-99cf5aba-d079-4544-a2f9-9c5c5fcb34a2 {
  
}
}
#s-dcb89090-0246-434a-a829-024bf269869d {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 243, 246, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(242, 238, 240, 0);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(248, 248, 248, 1);
}
#s-dcb89090-0246-434a-a829-024bf269869d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dcb89090-0246-434a-a829-024bf269869d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dcb89090-0246-434a-a829-024bf269869d-btn-wrapper {
    text-align: left;
  }


#s-dcb89090-0246-434a-a829-024bf269869d.shg-btn {
  color: rgba(248, 248, 248, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

.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-3da7ddc3-77e3-4ebc-98b2-62461958c664 {
  margin-top: 10%;
padding-top: 20px;
padding-bottom: 20px;
}




  #s-3da7ddc3-77e3-4ebc-98b2-62461958c664 img.shogun-image {
    
    width: px;
  }


#s-3da7ddc3-77e3-4ebc-98b2-62461958c664 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (max-width: 767px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}







#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
min-height: 50px;
max-width: 1920px;
}
@media (min-width: 1200px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (max-width: 767px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}







#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1cabb172-f1b0-415a-a25a-b6ef7121e38d {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}




  #s-1cabb172-f1b0-415a-a25a-b6ef7121e38d img.shogun-image {
    
    width: px;
  }


#s-1cabb172-f1b0-415a-a25a-b6ef7121e38d .shogun-image-content {
  
    align-items: center;
  
}

#s-f4820718-cc01-4ebe-90b4-7e349c781e68 {
  margin-left: 10%;
margin-right: 10%;
}

#s-44cc7ba2-f75e-4466-9009-63671dcae5cb {
  min-height: 50px;
}








#s-44cc7ba2-f75e-4466-9009-63671dcae5cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44cc7ba2-f75e-4466-9009-63671dcae5cb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c32dc8b0-1ec1-4f7b-9873-0e23a9c2fed8 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-c32dc8b0-1ec1-4f7b-9873-0e23a9c2fed8 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(230, 230, 230, 1);
}

#s-548f07ef-db01-4f7f-ab2c-7f68f2d01715 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-548f07ef-db01-4f7f-ab2c-7f68f2d01715 .shogun-heading-component h1 {
  color: rgba(96, 96, 96, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-8d3cc173-927f-4539-9a17-cb7bd2981bc3 {
  margin-top: 0px;
margin-left: 8%;
margin-bottom: 20px;
margin-right: 8%;
text-align: center;
}

#s-31d1197f-80b5-467b-8d66-95b7a6f8e8fa {
  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-e6515c91-154d-4887-811d-3aa958411783 {
  text-align: left;
}


.shg-c#s-e6515c91-154d-4887-811d-3aa958411783 {
  max-width: 100%;
}

.shg-c#s-e6515c91-154d-4887-811d-3aa958411783 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6515c91-154d-4887-811d-3aa958411783 .shg-image-zoom,
.shg-c#s-e6515c91-154d-4887-811d-3aa958411783 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6515c91-154d-4887-811d-3aa958411783 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e6515c91-154d-4887-811d-3aa958411783 {
  max-width: 100%;
}

.shg-c#s-e6515c91-154d-4887-811d-3aa958411783 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6515c91-154d-4887-811d-3aa958411783 .shg-image-zoom,
.shg-c#s-e6515c91-154d-4887-811d-3aa958411783 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6515c91-154d-4887-811d-3aa958411783 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e6515c91-154d-4887-811d-3aa958411783 {
  max-width: 100%;
}

.shg-c#s-e6515c91-154d-4887-811d-3aa958411783 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6515c91-154d-4887-811d-3aa958411783 .shg-image-zoom,
.shg-c#s-e6515c91-154d-4887-811d-3aa958411783 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6515c91-154d-4887-811d-3aa958411783 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e6515c91-154d-4887-811d-3aa958411783 {
  max-width: 100%;
}

.shg-c#s-e6515c91-154d-4887-811d-3aa958411783 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6515c91-154d-4887-811d-3aa958411783 .shg-image-zoom,
.shg-c#s-e6515c91-154d-4887-811d-3aa958411783 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6515c91-154d-4887-811d-3aa958411783 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e6515c91-154d-4887-811d-3aa958411783 {
  max-width: 100%;
}

.shg-c#s-e6515c91-154d-4887-811d-3aa958411783 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6515c91-154d-4887-811d-3aa958411783 .shg-image-zoom,
.shg-c#s-e6515c91-154d-4887-811d-3aa958411783 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6515c91-154d-4887-811d-3aa958411783 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-c779cf84-e9f3-4f6b-aa76-c940c88f2246 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c779cf84-e9f3-4f6b-aa76-c940c88f2246 .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-686b5717-9bec-4eba-aae6-832d95a97485 {
  text-align: center;
}

#s-686b5717-9bec-4eba-aae6-832d95a97485 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-686b5717-9bec-4eba-aae6-832d95a97485 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-686b5717-9bec-4eba-aae6-832d95a97485 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

#s-6ffd24db-a73b-49ff-8881-f3f8afacfb64 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6ffd24db-a73b-49ff-8881-f3f8afacfb64:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ffd24db-a73b-49ff-8881-f3f8afacfb64:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6ffd24db-a73b-49ff-8881-f3f8afacfb64 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6ffd24db-a73b-49ff-8881-f3f8afacfb64.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6ffd24db-a73b-49ff-8881-f3f8afacfb64.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6ffd24db-a73b-49ff-8881-f3f8afacfb64.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b688e66a-1ad8-4dfe-a9df-1ee6f0bc93a2 {
  display: none;
}
#s-7971d54d-ba8e-460d-9c6f-abf5a9882ae8 {
  text-align: left;
}


.shg-c#s-7971d54d-ba8e-460d-9c6f-abf5a9882ae8 {
  max-width: 100%;
}

.shg-c#s-7971d54d-ba8e-460d-9c6f-abf5a9882ae8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7971d54d-ba8e-460d-9c6f-abf5a9882ae8 .shg-image-zoom,
.shg-c#s-7971d54d-ba8e-460d-9c6f-abf5a9882ae8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7971d54d-ba8e-460d-9c6f-abf5a9882ae8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7971d54d-ba8e-460d-9c6f-abf5a9882ae8 {
  max-width: 100%;
}

.shg-c#s-7971d54d-ba8e-460d-9c6f-abf5a9882ae8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7971d54d-ba8e-460d-9c6f-abf5a9882ae8 .shg-image-zoom,
.shg-c#s-7971d54d-ba8e-460d-9c6f-abf5a9882ae8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7971d54d-ba8e-460d-9c6f-abf5a9882ae8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7971d54d-ba8e-460d-9c6f-abf5a9882ae8 {
  max-width: 100%;
}

.shg-c#s-7971d54d-ba8e-460d-9c6f-abf5a9882ae8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7971d54d-ba8e-460d-9c6f-abf5a9882ae8 .shg-image-zoom,
.shg-c#s-7971d54d-ba8e-460d-9c6f-abf5a9882ae8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7971d54d-ba8e-460d-9c6f-abf5a9882ae8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7971d54d-ba8e-460d-9c6f-abf5a9882ae8 {
  max-width: 100%;
}

.shg-c#s-7971d54d-ba8e-460d-9c6f-abf5a9882ae8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7971d54d-ba8e-460d-9c6f-abf5a9882ae8 .shg-image-zoom,
.shg-c#s-7971d54d-ba8e-460d-9c6f-abf5a9882ae8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7971d54d-ba8e-460d-9c6f-abf5a9882ae8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7971d54d-ba8e-460d-9c6f-abf5a9882ae8 {
  max-width: 100%;
}

.shg-c#s-7971d54d-ba8e-460d-9c6f-abf5a9882ae8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7971d54d-ba8e-460d-9c6f-abf5a9882ae8 .shg-image-zoom,
.shg-c#s-7971d54d-ba8e-460d-9c6f-abf5a9882ae8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7971d54d-ba8e-460d-9c6f-abf5a9882ae8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9f78a2ed-14f5-40c7-9e10-31dda8d198c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f78a2ed-14f5-40c7-9e10-31dda8d198c2 .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-07e9f643-08dc-4b5c-8703-c46950b81eb4 {
  text-align: center;
}

#s-07e9f643-08dc-4b5c-8703-c46950b81eb4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-07e9f643-08dc-4b5c-8703-c46950b81eb4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-07e9f643-08dc-4b5c-8703-c46950b81eb4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-be0fcc52-d48f-420e-8944-877091360a46 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-be0fcc52-d48f-420e-8944-877091360a46:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-be0fcc52-d48f-420e-8944-877091360a46:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-be0fcc52-d48f-420e-8944-877091360a46 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-be0fcc52-d48f-420e-8944-877091360a46.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-be0fcc52-d48f-420e-8944-877091360a46.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-be0fcc52-d48f-420e-8944-877091360a46.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f79f82a7-8633-4406-850e-27c3a6378fa8 {
  display: none;
}
#s-e48c36b7-4191-4d43-9c2d-d9ce7e354ab6 {
  text-align: left;
}


.shg-c#s-e48c36b7-4191-4d43-9c2d-d9ce7e354ab6 {
  max-width: 100%;
}

.shg-c#s-e48c36b7-4191-4d43-9c2d-d9ce7e354ab6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e48c36b7-4191-4d43-9c2d-d9ce7e354ab6 .shg-image-zoom,
.shg-c#s-e48c36b7-4191-4d43-9c2d-d9ce7e354ab6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e48c36b7-4191-4d43-9c2d-d9ce7e354ab6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e48c36b7-4191-4d43-9c2d-d9ce7e354ab6 {
  max-width: 100%;
}

.shg-c#s-e48c36b7-4191-4d43-9c2d-d9ce7e354ab6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e48c36b7-4191-4d43-9c2d-d9ce7e354ab6 .shg-image-zoom,
.shg-c#s-e48c36b7-4191-4d43-9c2d-d9ce7e354ab6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e48c36b7-4191-4d43-9c2d-d9ce7e354ab6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e48c36b7-4191-4d43-9c2d-d9ce7e354ab6 {
  max-width: 100%;
}

.shg-c#s-e48c36b7-4191-4d43-9c2d-d9ce7e354ab6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e48c36b7-4191-4d43-9c2d-d9ce7e354ab6 .shg-image-zoom,
.shg-c#s-e48c36b7-4191-4d43-9c2d-d9ce7e354ab6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e48c36b7-4191-4d43-9c2d-d9ce7e354ab6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e48c36b7-4191-4d43-9c2d-d9ce7e354ab6 {
  max-width: 100%;
}

.shg-c#s-e48c36b7-4191-4d43-9c2d-d9ce7e354ab6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e48c36b7-4191-4d43-9c2d-d9ce7e354ab6 .shg-image-zoom,
.shg-c#s-e48c36b7-4191-4d43-9c2d-d9ce7e354ab6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e48c36b7-4191-4d43-9c2d-d9ce7e354ab6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e48c36b7-4191-4d43-9c2d-d9ce7e354ab6 {
  max-width: 100%;
}

.shg-c#s-e48c36b7-4191-4d43-9c2d-d9ce7e354ab6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e48c36b7-4191-4d43-9c2d-d9ce7e354ab6 .shg-image-zoom,
.shg-c#s-e48c36b7-4191-4d43-9c2d-d9ce7e354ab6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e48c36b7-4191-4d43-9c2d-d9ce7e354ab6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-32a5157e-2705-429a-8848-66aec3660deb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-32a5157e-2705-429a-8848-66aec3660deb .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-2d631812-995c-43e5-886b-681372e8f311 {
  text-align: center;
}

#s-2d631812-995c-43e5-886b-681372e8f311 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2d631812-995c-43e5-886b-681372e8f311 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2d631812-995c-43e5-886b-681372e8f311 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b44307bc-48fa-4b8e-99a5-3b9866574e0a {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b44307bc-48fa-4b8e-99a5-3b9866574e0a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b44307bc-48fa-4b8e-99a5-3b9866574e0a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b44307bc-48fa-4b8e-99a5-3b9866574e0a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b44307bc-48fa-4b8e-99a5-3b9866574e0a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b44307bc-48fa-4b8e-99a5-3b9866574e0a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b44307bc-48fa-4b8e-99a5-3b9866574e0a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1bea2b39-b530-44a1-8712-c78e1ab87ef3 {
  display: none;
}
#s-71a02a1c-92b7-4f79-b4d1-d9990ca258f9 {
  text-align: left;
}


.shg-c#s-71a02a1c-92b7-4f79-b4d1-d9990ca258f9 {
  max-width: 100%;
}

.shg-c#s-71a02a1c-92b7-4f79-b4d1-d9990ca258f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71a02a1c-92b7-4f79-b4d1-d9990ca258f9 .shg-image-zoom,
.shg-c#s-71a02a1c-92b7-4f79-b4d1-d9990ca258f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71a02a1c-92b7-4f79-b4d1-d9990ca258f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-71a02a1c-92b7-4f79-b4d1-d9990ca258f9 {
  max-width: 100%;
}

.shg-c#s-71a02a1c-92b7-4f79-b4d1-d9990ca258f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71a02a1c-92b7-4f79-b4d1-d9990ca258f9 .shg-image-zoom,
.shg-c#s-71a02a1c-92b7-4f79-b4d1-d9990ca258f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71a02a1c-92b7-4f79-b4d1-d9990ca258f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-71a02a1c-92b7-4f79-b4d1-d9990ca258f9 {
  max-width: 100%;
}

.shg-c#s-71a02a1c-92b7-4f79-b4d1-d9990ca258f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71a02a1c-92b7-4f79-b4d1-d9990ca258f9 .shg-image-zoom,
.shg-c#s-71a02a1c-92b7-4f79-b4d1-d9990ca258f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71a02a1c-92b7-4f79-b4d1-d9990ca258f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-71a02a1c-92b7-4f79-b4d1-d9990ca258f9 {
  max-width: 100%;
}

.shg-c#s-71a02a1c-92b7-4f79-b4d1-d9990ca258f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71a02a1c-92b7-4f79-b4d1-d9990ca258f9 .shg-image-zoom,
.shg-c#s-71a02a1c-92b7-4f79-b4d1-d9990ca258f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71a02a1c-92b7-4f79-b4d1-d9990ca258f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-71a02a1c-92b7-4f79-b4d1-d9990ca258f9 {
  max-width: 100%;
}

.shg-c#s-71a02a1c-92b7-4f79-b4d1-d9990ca258f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71a02a1c-92b7-4f79-b4d1-d9990ca258f9 .shg-image-zoom,
.shg-c#s-71a02a1c-92b7-4f79-b4d1-d9990ca258f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71a02a1c-92b7-4f79-b4d1-d9990ca258f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5e48a995-3372-4de4-9785-2bfc8d56f9a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e48a995-3372-4de4-9785-2bfc8d56f9a5 .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-bdd5766f-f16b-4821-8f00-ffb1171cc67c {
  text-align: center;
}

#s-bdd5766f-f16b-4821-8f00-ffb1171cc67c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bdd5766f-f16b-4821-8f00-ffb1171cc67c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bdd5766f-f16b-4821-8f00-ffb1171cc67c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fe30e916-bb42-4c84-a136-52de700d17ce {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fe30e916-bb42-4c84-a136-52de700d17ce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fe30e916-bb42-4c84-a136-52de700d17ce:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fe30e916-bb42-4c84-a136-52de700d17ce {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe30e916-bb42-4c84-a136-52de700d17ce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe30e916-bb42-4c84-a136-52de700d17ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fe30e916-bb42-4c84-a136-52de700d17ce.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0dd28660-2d36-4ab8-973f-005e4d696910 {
  display: none;
}
#s-c1aae707-635d-4673-8dfd-0c14462bc3b3 {
  text-align: left;
}


.shg-c#s-c1aae707-635d-4673-8dfd-0c14462bc3b3 {
  max-width: 100%;
}

.shg-c#s-c1aae707-635d-4673-8dfd-0c14462bc3b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1aae707-635d-4673-8dfd-0c14462bc3b3 .shg-image-zoom,
.shg-c#s-c1aae707-635d-4673-8dfd-0c14462bc3b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c1aae707-635d-4673-8dfd-0c14462bc3b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c1aae707-635d-4673-8dfd-0c14462bc3b3 {
  max-width: 100%;
}

.shg-c#s-c1aae707-635d-4673-8dfd-0c14462bc3b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1aae707-635d-4673-8dfd-0c14462bc3b3 .shg-image-zoom,
.shg-c#s-c1aae707-635d-4673-8dfd-0c14462bc3b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c1aae707-635d-4673-8dfd-0c14462bc3b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c1aae707-635d-4673-8dfd-0c14462bc3b3 {
  max-width: 100%;
}

.shg-c#s-c1aae707-635d-4673-8dfd-0c14462bc3b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1aae707-635d-4673-8dfd-0c14462bc3b3 .shg-image-zoom,
.shg-c#s-c1aae707-635d-4673-8dfd-0c14462bc3b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c1aae707-635d-4673-8dfd-0c14462bc3b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c1aae707-635d-4673-8dfd-0c14462bc3b3 {
  max-width: 100%;
}

.shg-c#s-c1aae707-635d-4673-8dfd-0c14462bc3b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1aae707-635d-4673-8dfd-0c14462bc3b3 .shg-image-zoom,
.shg-c#s-c1aae707-635d-4673-8dfd-0c14462bc3b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c1aae707-635d-4673-8dfd-0c14462bc3b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c1aae707-635d-4673-8dfd-0c14462bc3b3 {
  max-width: 100%;
}

.shg-c#s-c1aae707-635d-4673-8dfd-0c14462bc3b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1aae707-635d-4673-8dfd-0c14462bc3b3 .shg-image-zoom,
.shg-c#s-c1aae707-635d-4673-8dfd-0c14462bc3b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c1aae707-635d-4673-8dfd-0c14462bc3b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c36ff43c-bbb6-4036-8f93-4e994bab0a12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c36ff43c-bbb6-4036-8f93-4e994bab0a12 .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-92c7f8e1-d37a-4792-8835-0b906309a836 {
  text-align: center;
}

#s-92c7f8e1-d37a-4792-8835-0b906309a836 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-92c7f8e1-d37a-4792-8835-0b906309a836 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-92c7f8e1-d37a-4792-8835-0b906309a836 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a41feda4-d624-4a1b-b010-4a540981a34d {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a41feda4-d624-4a1b-b010-4a540981a34d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a41feda4-d624-4a1b-b010-4a540981a34d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a41feda4-d624-4a1b-b010-4a540981a34d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a41feda4-d624-4a1b-b010-4a540981a34d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a41feda4-d624-4a1b-b010-4a540981a34d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a41feda4-d624-4a1b-b010-4a540981a34d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e6b187cd-e74b-4b4d-8332-2bff555bf2e8 {
  display: none;
}
#s-f20a75cd-0d8a-45a5-abd5-e49bc65cf050 {
  text-align: left;
}


.shg-c#s-f20a75cd-0d8a-45a5-abd5-e49bc65cf050 {
  max-width: 100%;
}

.shg-c#s-f20a75cd-0d8a-45a5-abd5-e49bc65cf050 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f20a75cd-0d8a-45a5-abd5-e49bc65cf050 .shg-image-zoom,
.shg-c#s-f20a75cd-0d8a-45a5-abd5-e49bc65cf050 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f20a75cd-0d8a-45a5-abd5-e49bc65cf050 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f20a75cd-0d8a-45a5-abd5-e49bc65cf050 {
  max-width: 100%;
}

.shg-c#s-f20a75cd-0d8a-45a5-abd5-e49bc65cf050 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f20a75cd-0d8a-45a5-abd5-e49bc65cf050 .shg-image-zoom,
.shg-c#s-f20a75cd-0d8a-45a5-abd5-e49bc65cf050 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f20a75cd-0d8a-45a5-abd5-e49bc65cf050 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f20a75cd-0d8a-45a5-abd5-e49bc65cf050 {
  max-width: 100%;
}

.shg-c#s-f20a75cd-0d8a-45a5-abd5-e49bc65cf050 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f20a75cd-0d8a-45a5-abd5-e49bc65cf050 .shg-image-zoom,
.shg-c#s-f20a75cd-0d8a-45a5-abd5-e49bc65cf050 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f20a75cd-0d8a-45a5-abd5-e49bc65cf050 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f20a75cd-0d8a-45a5-abd5-e49bc65cf050 {
  max-width: 100%;
}

.shg-c#s-f20a75cd-0d8a-45a5-abd5-e49bc65cf050 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f20a75cd-0d8a-45a5-abd5-e49bc65cf050 .shg-image-zoom,
.shg-c#s-f20a75cd-0d8a-45a5-abd5-e49bc65cf050 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f20a75cd-0d8a-45a5-abd5-e49bc65cf050 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f20a75cd-0d8a-45a5-abd5-e49bc65cf050 {
  max-width: 100%;
}

.shg-c#s-f20a75cd-0d8a-45a5-abd5-e49bc65cf050 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f20a75cd-0d8a-45a5-abd5-e49bc65cf050 .shg-image-zoom,
.shg-c#s-f20a75cd-0d8a-45a5-abd5-e49bc65cf050 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f20a75cd-0d8a-45a5-abd5-e49bc65cf050 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-292c5cf7-fb16-48bb-9854-fabad5824588 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-292c5cf7-fb16-48bb-9854-fabad5824588 .shg-product-title-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8a7495e3-cdfb-459e-a376-67feea741bea {
  text-align: center;
}

#s-8a7495e3-cdfb-459e-a376-67feea741bea .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8a7495e3-cdfb-459e-a376-67feea741bea .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8a7495e3-cdfb-459e-a376-67feea741bea .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7ada2341-c379-4a1b-a730-5d50079a621c {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7ada2341-c379-4a1b-a730-5d50079a621c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7ada2341-c379-4a1b-a730-5d50079a621c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7ada2341-c379-4a1b-a730-5d50079a621c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7ada2341-c379-4a1b-a730-5d50079a621c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7ada2341-c379-4a1b-a730-5d50079a621c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7ada2341-c379-4a1b-a730-5d50079a621c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0a25c37b-89ed-4c6c-a5f7-f8d9806a7765 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-0a25c37b-89ed-4c6c-a5f7-f8d9806a7765 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(230, 230, 230, 1);
}

#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (max-width: 767px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}







#s-3e077126-f2f8-466c-91bb-f2975e5c5898 > .shg-box-overlay {
  background-color: rgba(178, 41, 41, 1);
  opacity: 0;
}#s-3e077126-f2f8-466c-91bb-f2975e5c5898.shg-box.shg-c {
  justify-content: flex-start;
}

#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (max-width: 767px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}
@media (min-width: 0px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  margin-top: 20px;
margin-bottom: 5px;
min-height: 380px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  
}
}@media (max-width: 767px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  
}
}







#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74.shg-box.shg-c {
  justify-content: center;
}

#s-67983e2f-5a5a-4ea3-aebe-89447178083b {
  text-align: center;
}




  #s-67983e2f-5a5a-4ea3-aebe-89447178083b img.shogun-image {
    
    width: px;
  }


#s-67983e2f-5a5a-4ea3-aebe-89447178083b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-36f91f06-6dac-46b3-8bf7-e1cf65d3185e {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.21);
min-height: 400px;
max-height: 400px;
}
@media (min-width: 1200px){#s-36f91f06-6dac-46b3-8bf7-e1cf65d3185e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36f91f06-6dac-46b3-8bf7-e1cf65d3185e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-36f91f06-6dac-46b3-8bf7-e1cf65d3185e {
  
}
}@media (max-width: 767px){#s-36f91f06-6dac-46b3-8bf7-e1cf65d3185e {
  
}
}







#s-36f91f06-6dac-46b3-8bf7-e1cf65d3185e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36f91f06-6dac-46b3-8bf7-e1cf65d3185e.shg-box.shg-c {
  justify-content: center;
}

#s-a03b97ef-dd04-4ab7-a329-585840727a0c {
  margin-left: -1px;
margin-right: -1px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-a03b97ef-dd04-4ab7-a329-585840727a0c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a03b97ef-dd04-4ab7-a329-585840727a0c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a03b97ef-dd04-4ab7-a329-585840727a0c {
  
}
}@media (max-width: 767px){#s-a03b97ef-dd04-4ab7-a329-585840727a0c {
  
}
}
#s-a03b97ef-dd04-4ab7-a329-585840727a0c .shogun-heading-component h1 {
  color: rgba(181, 181, 181, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5dbd1b03-39f4-47f8-90a1-f6392c35c544 {
  margin-left: -1px;
margin-right: -1px;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-5dbd1b03-39f4-47f8-90a1-f6392c35c544 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5dbd1b03-39f4-47f8-90a1-f6392c35c544 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5dbd1b03-39f4-47f8-90a1-f6392c35c544 {
  
}
}@media (max-width: 767px){#s-5dbd1b03-39f4-47f8-90a1-f6392c35c544 {
  
}
}
#s-5dbd1b03-39f4-47f8-90a1-f6392c35c544 .shogun-heading-component h1 {
  color: rgba(96, 96, 96, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-73f27a47-93cb-4644-9f28-d99f87b9ed77 {
  padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-99f673a7-141e-487a-bc74-ce9892a003b2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-964c3731-5188-4eb9-a9a0-ec3024d0c3ba .shogun-icon-wrapper {
  text-align: center;
}


#s-964c3731-5188-4eb9-a9a0-ec3024d0c3ba .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(232, 111, 34, 1);
}

#s-26fb41c7-c4d4-4fbc-8ad2-0eb81cbb28fc .shogun-icon-wrapper {
  text-align: center;
}


#s-26fb41c7-c4d4-4fbc-8ad2-0eb81cbb28fc .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(232, 111, 34, 1);
}

#s-6bde4aaf-7dc5-4d97-b719-627c09feba1d .shogun-icon-wrapper {
  text-align: center;
}


#s-6bde4aaf-7dc5-4d97-b719-627c09feba1d .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(232, 111, 34, 1);
}

@media (min-width: 0px) {
[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-96021898-59a8-4c82-8a8d-b9e9be176831"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-98d62a06-0de3-42f9-b7a5-7902efbdebb6 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 14px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
min-width: 0px;
min-height: 1px;
opacity: 1;
text-align: center;
background-color: rgba(54, 157, 212, 1);
text-decoration: none;
hover-type: color;
}
#s-98d62a06-0de3-42f9-b7a5-7902efbdebb6:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(29, 111, 156, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-98d62a06-0de3-42f9-b7a5-7902efbdebb6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-98d62a06-0de3-42f9-b7a5-7902efbdebb6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-89d50466-d458-4459-b477-b197edcbe1af {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-89d50466-d458-4459-b477-b197edcbe1af {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-89d50466-d458-4459-b477-b197edcbe1af {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-89d50466-d458-4459-b477-b197edcbe1af {
  
}
}@media (max-width: 767px){#s-89d50466-d458-4459-b477-b197edcbe1af {
  
}
}







#s-89d50466-d458-4459-b477-b197edcbe1af > .shg-box-overlay {
  background-color: rgba(178, 41, 41, 1);
  opacity: 0;
}#s-89d50466-d458-4459-b477-b197edcbe1af.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5e64f200-c05c-4325-acda-a59cdb61fadf {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-5e64f200-c05c-4325-acda-a59cdb61fadf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e64f200-c05c-4325-acda-a59cdb61fadf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e64f200-c05c-4325-acda-a59cdb61fadf {
  
}
}@media (max-width: 767px){#s-5e64f200-c05c-4325-acda-a59cdb61fadf {
  
}
}
@media (min-width: 0px) {
[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-5e64f200-c05c-4325-acda-a59cdb61fadf"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-59cacaf2-ec7e-49fb-84f6-1ed66590aaed {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.21);
min-height: 400px;
max-height: 400px;
}
@media (min-width: 1200px){#s-59cacaf2-ec7e-49fb-84f6-1ed66590aaed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-59cacaf2-ec7e-49fb-84f6-1ed66590aaed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-59cacaf2-ec7e-49fb-84f6-1ed66590aaed {
  
}
}@media (max-width: 767px){#s-59cacaf2-ec7e-49fb-84f6-1ed66590aaed {
  
}
}







#s-59cacaf2-ec7e-49fb-84f6-1ed66590aaed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59cacaf2-ec7e-49fb-84f6-1ed66590aaed.shg-box.shg-c {
  justify-content: center;
}

#s-25485737-3246-4d08-a8ee-326a5647515f {
  margin-left: -1px;
margin-right: -1px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-25485737-3246-4d08-a8ee-326a5647515f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-25485737-3246-4d08-a8ee-326a5647515f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-25485737-3246-4d08-a8ee-326a5647515f {
  
}
}@media (max-width: 767px){#s-25485737-3246-4d08-a8ee-326a5647515f {
  
}
}
#s-25485737-3246-4d08-a8ee-326a5647515f .shogun-heading-component h1 {
  color: rgba(181, 181, 181, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-eba7fbf2-9f6e-4b85-8d90-ec8493719f6e {
  margin-left: -1px;
margin-right: -1px;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-eba7fbf2-9f6e-4b85-8d90-ec8493719f6e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eba7fbf2-9f6e-4b85-8d90-ec8493719f6e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eba7fbf2-9f6e-4b85-8d90-ec8493719f6e {
  
}
}@media (max-width: 767px){#s-eba7fbf2-9f6e-4b85-8d90-ec8493719f6e {
  
}
}
#s-eba7fbf2-9f6e-4b85-8d90-ec8493719f6e .shogun-heading-component h1 {
  color: rgba(96, 96, 96, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f92b4eac-3d8f-4d02-bbf7-f90ef37fc0e5 {
  padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c48aac38-0d6a-4761-b8b6-272814cca905"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6f2a4e93-ebc5-465f-b7fa-36b42d37edde .shogun-icon-wrapper {
  text-align: center;
}


#s-6f2a4e93-ebc5-465f-b7fa-36b42d37edde .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(232, 111, 34, 1);
}

#s-e2aa690b-ad84-48df-928e-70fdde563570 .shogun-icon-wrapper {
  text-align: center;
}


#s-e2aa690b-ad84-48df-928e-70fdde563570 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(232, 111, 34, 1);
}

#s-74af3dba-9aa3-46c8-8598-626ef32edd45 .shogun-icon-wrapper {
  text-align: center;
}


#s-74af3dba-9aa3-46c8-8598-626ef32edd45 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(232, 111, 34, 1);
}

@media (min-width: 0px) {
[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7dc2f65b-33bb-4451-ad7d-3fa62ac867d7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cf97d8e0-20bb-461b-85fa-5266e229b292 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 14px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
min-width: 0px;
min-height: 1px;
opacity: 1;
text-align: center;
background-color: rgba(54, 157, 212, 1);
text-decoration: none;
hover-type: color;
}
#s-cf97d8e0-20bb-461b-85fa-5266e229b292:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(29, 111, 156, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-cf97d8e0-20bb-461b-85fa-5266e229b292:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cf97d8e0-20bb-461b-85fa-5266e229b292.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-ffe89b5c-0480-4f0b-862d-0c3f3ffe6d2b {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 300px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-ffe89b5c-0480-4f0b-862d-0c3f3ffe6d2b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ffe89b5c-0480-4f0b-862d-0c3f3ffe6d2b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ffe89b5c-0480-4f0b-862d-0c3f3ffe6d2b {
  
}
}@media (max-width: 767px){#s-ffe89b5c-0480-4f0b-862d-0c3f3ffe6d2b {
  
}
}







#s-ffe89b5c-0480-4f0b-862d-0c3f3ffe6d2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffe89b5c-0480-4f0b-862d-0c3f3ffe6d2b.shg-box.shg-c {
  justify-content: center;
}

#s-530ea14d-14e9-4a3a-95e9-a0a65398e92b {
  text-align: center;
}




  #s-530ea14d-14e9-4a3a-95e9-a0a65398e92b img.shogun-image {
    
    width: px;
  }


#s-530ea14d-14e9-4a3a-95e9-a0a65398e92b .shogun-image-content {
  
    align-items: center;
  
}

#s-d495e688-508b-46df-b9d6-fd0dfdd640a0 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d495e688-508b-46df-b9d6-fd0dfdd640a0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d495e688-508b-46df-b9d6-fd0dfdd640a0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d495e688-508b-46df-b9d6-fd0dfdd640a0 {
  
}
}@media (max-width: 767px){#s-d495e688-508b-46df-b9d6-fd0dfdd640a0 {
  
}
}







#s-d495e688-508b-46df-b9d6-fd0dfdd640a0 > .shg-box-overlay {
  background-color: rgba(178, 41, 41, 1);
  opacity: 0;
}#s-d495e688-508b-46df-b9d6-fd0dfdd640a0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d6b1ff28-2a60-4f7d-9120-5993e254e16b {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-d6b1ff28-2a60-4f7d-9120-5993e254e16b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6b1ff28-2a60-4f7d-9120-5993e254e16b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6b1ff28-2a60-4f7d-9120-5993e254e16b {
  
}
}@media (max-width: 767px){#s-d6b1ff28-2a60-4f7d-9120-5993e254e16b {
  
}
}
@media (min-width: 0px) {
[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-d6b1ff28-2a60-4f7d-9120-5993e254e16b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-c145c355-7754-4141-aa7e-35ae888cb33d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 5px;
min-height: 350px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-c145c355-7754-4141-aa7e-35ae888cb33d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c145c355-7754-4141-aa7e-35ae888cb33d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c145c355-7754-4141-aa7e-35ae888cb33d {
  
}
}@media (max-width: 767px){#s-c145c355-7754-4141-aa7e-35ae888cb33d {
  
}
}







#s-c145c355-7754-4141-aa7e-35ae888cb33d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c145c355-7754-4141-aa7e-35ae888cb33d.shg-box.shg-c {
  justify-content: center;
}

#s-f440101c-5f54-4a73-a49f-aeaa14c5aa50 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-f440101c-5f54-4a73-a49f-aeaa14c5aa50 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f440101c-5f54-4a73-a49f-aeaa14c5aa50 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f440101c-5f54-4a73-a49f-aeaa14c5aa50 {
  
}
}@media (max-width: 767px){#s-f440101c-5f54-4a73-a49f-aeaa14c5aa50 {
  
}
}
@media (min-width: 0px) {
[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f440101c-5f54-4a73-a49f-aeaa14c5aa50"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e2676690-d4d1-41c6-9c7d-07ff00fbff5f {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.21);
min-height: 400px;
max-height: 400px;
}
@media (min-width: 1200px){#s-e2676690-d4d1-41c6-9c7d-07ff00fbff5f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e2676690-d4d1-41c6-9c7d-07ff00fbff5f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e2676690-d4d1-41c6-9c7d-07ff00fbff5f {
  
}
}@media (max-width: 767px){#s-e2676690-d4d1-41c6-9c7d-07ff00fbff5f {
  
}
}







#s-e2676690-d4d1-41c6-9c7d-07ff00fbff5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2676690-d4d1-41c6-9c7d-07ff00fbff5f.shg-box.shg-c {
  justify-content: center;
}

#s-5196240b-811d-4e67-9203-3c48003e1dc0 {
  margin-left: -1px;
margin-right: -1px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-5196240b-811d-4e67-9203-3c48003e1dc0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5196240b-811d-4e67-9203-3c48003e1dc0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5196240b-811d-4e67-9203-3c48003e1dc0 {
  
}
}@media (max-width: 767px){#s-5196240b-811d-4e67-9203-3c48003e1dc0 {
  
}
}
#s-5196240b-811d-4e67-9203-3c48003e1dc0 .shogun-heading-component h1 {
  color: rgba(181, 181, 181, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-160a0bb9-a56a-41a2-b6a3-941509fc85a7 {
  margin-left: -1px;
margin-right: -1px;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-160a0bb9-a56a-41a2-b6a3-941509fc85a7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-160a0bb9-a56a-41a2-b6a3-941509fc85a7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-160a0bb9-a56a-41a2-b6a3-941509fc85a7 {
  
}
}@media (max-width: 767px){#s-160a0bb9-a56a-41a2-b6a3-941509fc85a7 {
  
}
}
#s-160a0bb9-a56a-41a2-b6a3-941509fc85a7 .shogun-heading-component h1 {
  color: rgba(96, 96, 96, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e1c00b90-a9d1-407a-ae29-9f69181500d9 {
  padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8ff3e898-de6b-49db-b790-363f741289e8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8e2d3d4c-1d13-4337-ab42-0eaeabfa08dc .shogun-icon-wrapper {
  text-align: center;
}


#s-8e2d3d4c-1d13-4337-ab42-0eaeabfa08dc .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(232, 111, 34, 1);
}

#s-c9d7923a-b61f-420d-8e57-d31723f2d483 .shogun-icon-wrapper {
  text-align: center;
}


#s-c9d7923a-b61f-420d-8e57-d31723f2d483 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(232, 111, 34, 1);
}

#s-50fc0479-da9b-416d-8d92-78f91924fa3e .shogun-icon-wrapper {
  text-align: center;
}


#s-50fc0479-da9b-416d-8d92-78f91924fa3e .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(232, 111, 34, 1);
}

@media (min-width: 0px) {
[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5bf7dc0e-507f-4d9a-bf8d-302754ad5108"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e752592e-5070-4962-89d0-db40934d0b74 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 14px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
min-width: 0px;
min-height: 1px;
opacity: 1;
text-align: center;
background-color: rgba(54, 157, 212, 1);
text-decoration: none;
hover-type: color;
}
#s-e752592e-5070-4962-89d0-db40934d0b74:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(29, 111, 156, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-e752592e-5070-4962-89d0-db40934d0b74:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e752592e-5070-4962-89d0-db40934d0b74.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-137108ec-4d73-4c9e-9763-a0fc0289a8ef {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-137108ec-4d73-4c9e-9763-a0fc0289a8ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-137108ec-4d73-4c9e-9763-a0fc0289a8ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-137108ec-4d73-4c9e-9763-a0fc0289a8ef {
  
}
}@media (max-width: 767px){#s-137108ec-4d73-4c9e-9763-a0fc0289a8ef {
  
}
}







#s-137108ec-4d73-4c9e-9763-a0fc0289a8ef > .shg-box-overlay {
  background-color: rgba(178, 41, 41, 1);
  opacity: 0;
}#s-137108ec-4d73-4c9e-9763-a0fc0289a8ef.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7e1994cb-931a-4da4-8418-81cfd3632813 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-7e1994cb-931a-4da4-8418-81cfd3632813 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e1994cb-931a-4da4-8418-81cfd3632813 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e1994cb-931a-4da4-8418-81cfd3632813 {
  
}
}@media (max-width: 767px){#s-7e1994cb-931a-4da4-8418-81cfd3632813 {
  
}
}
@media (min-width: 0px) {
[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-7e1994cb-931a-4da4-8418-81cfd3632813"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f3ff80f1-8415-4d31-afba-6621c5a1d7f2 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.21);
min-height: 400px;
max-height: 400px;
}
@media (min-width: 1200px){#s-f3ff80f1-8415-4d31-afba-6621c5a1d7f2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f3ff80f1-8415-4d31-afba-6621c5a1d7f2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f3ff80f1-8415-4d31-afba-6621c5a1d7f2 {
  
}
}@media (max-width: 767px){#s-f3ff80f1-8415-4d31-afba-6621c5a1d7f2 {
  
}
}







#s-f3ff80f1-8415-4d31-afba-6621c5a1d7f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3ff80f1-8415-4d31-afba-6621c5a1d7f2.shg-box.shg-c {
  justify-content: center;
}

#s-c8708bd3-d01e-472b-b839-9a5b796d3308 {
  margin-left: -1px;
margin-right: -1px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-c8708bd3-d01e-472b-b839-9a5b796d3308 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c8708bd3-d01e-472b-b839-9a5b796d3308 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c8708bd3-d01e-472b-b839-9a5b796d3308 {
  
}
}@media (max-width: 767px){#s-c8708bd3-d01e-472b-b839-9a5b796d3308 {
  
}
}
#s-c8708bd3-d01e-472b-b839-9a5b796d3308 .shogun-heading-component h1 {
  color: rgba(181, 181, 181, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e9701e11-ad7f-4d3a-99fc-3ac6f068c986 {
  margin-left: -1px;
margin-right: -1px;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-e9701e11-ad7f-4d3a-99fc-3ac6f068c986 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9701e11-ad7f-4d3a-99fc-3ac6f068c986 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9701e11-ad7f-4d3a-99fc-3ac6f068c986 {
  
}
}@media (max-width: 767px){#s-e9701e11-ad7f-4d3a-99fc-3ac6f068c986 {
  
}
}
#s-e9701e11-ad7f-4d3a-99fc-3ac6f068c986 .shogun-heading-component h1 {
  color: rgba(96, 96, 96, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c509b042-3335-44d2-b735-32dc9d5ad1ab {
  padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3142ec06-f45b-4ff8-92de-0b74bc54475c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-edc2fd05-043d-46cb-9b3b-c32d28465319 .shogun-icon-wrapper {
  text-align: center;
}


#s-edc2fd05-043d-46cb-9b3b-c32d28465319 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(232, 111, 34, 1);
}

#s-93217ef9-b8e5-4c9c-ad76-4932b520392e .shogun-icon-wrapper {
  text-align: center;
}


#s-93217ef9-b8e5-4c9c-ad76-4932b520392e .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(232, 111, 34, 1);
}

#s-4f9a3796-8f40-4564-9737-8007e9dedc80 .shogun-icon-wrapper {
  text-align: center;
}


#s-4f9a3796-8f40-4564-9737-8007e9dedc80 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(232, 111, 34, 1);
}

@media (min-width: 0px) {
[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b455ef83-37c7-4db9-8624-0e096254c75d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bffce994-2793-4172-b1cf-5acf1d1dda7a {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 14px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
min-width: 0px;
min-height: 1px;
opacity: 1;
text-align: center;
background-color: rgba(54, 157, 212, 1);
text-decoration: none;
hover-type: color;
}
#s-bffce994-2793-4172-b1cf-5acf1d1dda7a:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(29, 111, 156, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-bffce994-2793-4172-b1cf-5acf1d1dda7a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bffce994-2793-4172-b1cf-5acf1d1dda7a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-eeb2f086-2366-41ca-ada1-b2e33da103cc {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-eeb2f086-2366-41ca-ada1-b2e33da103cc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eeb2f086-2366-41ca-ada1-b2e33da103cc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eeb2f086-2366-41ca-ada1-b2e33da103cc {
  
}
}@media (max-width: 767px){#s-eeb2f086-2366-41ca-ada1-b2e33da103cc {
  
}
}







#s-eeb2f086-2366-41ca-ada1-b2e33da103cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eeb2f086-2366-41ca-ada1-b2e33da103cc.shg-box.shg-c {
  justify-content: center;
}

#s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb {
  
}
}@media (max-width: 767px){#s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb {
  
}
}
@media (min-width: 0px) {
[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4ece17a8-bdf7-442b-b84e-8f8c4ed811eb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3e12fd02-b25f-4c09-9ee0-4b46f80cca96 {
  padding-bottom: 0px;
min-height: 50px;
}








#s-3e12fd02-b25f-4c09-9ee0-4b46f80cca96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e12fd02-b25f-4c09-9ee0-4b46f80cca96.shg-box.shg-c {
  justify-content: flex-start;
}

#s-85782d4a-7fed-491e-9d57-f07c4f7fbb2a {
  min-height: 50px;
}








#s-85782d4a-7fed-491e-9d57-f07c4f7fbb2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85782d4a-7fed-491e-9d57-f07c4f7fbb2a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7ca9a987-91ab-4004-b5e4-62710b6c7b92 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7ca9a987-91ab-4004-b5e4-62710b6c7b92 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7ca9a987-91ab-4004-b5e4-62710b6c7b92 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7ca9a987-91ab-4004-b5e4-62710b6c7b92 {
  
}
}@media (max-width: 767px){#s-7ca9a987-91ab-4004-b5e4-62710b6c7b92 {
  
}
}







#s-7ca9a987-91ab-4004-b5e4-62710b6c7b92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ca9a987-91ab-4004-b5e4-62710b6c7b92.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2274b0be-c425-482b-a4ce-31a0ba10d1ca {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-2274b0be-c425-482b-a4ce-31a0ba10d1ca"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-75bc8025-3967-42b6-91af-3dde544161a8 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-75bc8025-3967-42b6-91af-3dde544161a8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-75bc8025-3967-42b6-91af-3dde544161a8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-75bc8025-3967-42b6-91af-3dde544161a8 {
  
}
}@media (max-width: 767px){#s-75bc8025-3967-42b6-91af-3dde544161a8 {
  
}
}







#s-75bc8025-3967-42b6-91af-3dde544161a8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-75bc8025-3967-42b6-91af-3dde544161a8.shg-box.shg-c {
  justify-content: center;
}

#s-f377938e-5620-4185-92c6-5cdc1b80408e {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 1200px){#s-f377938e-5620-4185-92c6-5cdc1b80408e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f377938e-5620-4185-92c6-5cdc1b80408e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f377938e-5620-4185-92c6-5cdc1b80408e {
  
}
}@media (max-width: 767px){#s-f377938e-5620-4185-92c6-5cdc1b80408e {
  
}
}







#s-f377938e-5620-4185-92c6-5cdc1b80408e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f377938e-5620-4185-92c6-5cdc1b80408e.shg-box.shg-c {
  justify-content: center;
}

#s-901123dc-ed9a-42a0-8ae2-a84b20db93b2 {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-901123dc-ed9a-42a0-8ae2-a84b20db93b2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-901123dc-ed9a-42a0-8ae2-a84b20db93b2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-901123dc-ed9a-42a0-8ae2-a84b20db93b2 {
  
}
}@media (max-width: 767px){#s-901123dc-ed9a-42a0-8ae2-a84b20db93b2 {
  
}
}
#s-901123dc-ed9a-42a0-8ae2-a84b20db93b2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-19acfea7-dcf8-4373-932a-1d9f1984d4f6 {
  margin-left: 20px;
margin-right: 20px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-19acfea7-dcf8-4373-932a-1d9f1984d4f6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19acfea7-dcf8-4373-932a-1d9f1984d4f6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-19acfea7-dcf8-4373-932a-1d9f1984d4f6 {
  
}
}@media (max-width: 767px){#s-19acfea7-dcf8-4373-932a-1d9f1984d4f6 {
  
}
}
#s-6c5b6edb-a726-4f13-9f35-dde2599ab82b {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 4px;
text-align: center;
background-color: rgba(54, 157, 212, 1);
font-size: 16px;
color: rgba(246, 246, 246, 1);
text-decoration: none;
hover-type: color;
}
#s-6c5b6edb-a726-4f13-9f35-dde2599ab82b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(29, 111, 156, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-6c5b6edb-a726-4f13-9f35-dde2599ab82b:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6c5b6edb-a726-4f13-9f35-dde2599ab82b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c5b6edb-a726-4f13-9f35-dde2599ab82b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c5b6edb-a726-4f13-9f35-dde2599ab82b {
  
}
}@media (max-width: 767px){#s-6c5b6edb-a726-4f13-9f35-dde2599ab82b {
  
}
}


#s-6c5b6edb-a726-4f13-9f35-dde2599ab82b.shg-btn {
  color: rgba(246, 246, 246, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-6a83614a-bc22-4e35-bd88-c42e9fad2794 {
  min-height: 50px;
}








#s-6a83614a-bc22-4e35-bd88-c42e9fad2794 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a83614a-bc22-4e35-bd88-c42e9fad2794.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0bd7e749-8747-4afc-a576-f1bab78f2c37 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0bd7e749-8747-4afc-a576-f1bab78f2c37 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0bd7e749-8747-4afc-a576-f1bab78f2c37 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0bd7e749-8747-4afc-a576-f1bab78f2c37 {
  
}
}@media (max-width: 767px){#s-0bd7e749-8747-4afc-a576-f1bab78f2c37 {
  
}
}







#s-0bd7e749-8747-4afc-a576-f1bab78f2c37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bd7e749-8747-4afc-a576-f1bab78f2c37.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c75a5033-40d9-429a-b123-a67b2d589470 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c75a5033-40d9-429a-b123-a67b2d589470"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1f41abda-f5f7-4e77-8bdc-1522303e5630 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 1200px){#s-1f41abda-f5f7-4e77-8bdc-1522303e5630 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f41abda-f5f7-4e77-8bdc-1522303e5630 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f41abda-f5f7-4e77-8bdc-1522303e5630 {
  
}
}@media (max-width: 767px){#s-1f41abda-f5f7-4e77-8bdc-1522303e5630 {
  
}
}







#s-1f41abda-f5f7-4e77-8bdc-1522303e5630 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-1f41abda-f5f7-4e77-8bdc-1522303e5630.shg-box.shg-c {
  justify-content: center;
}

#s-80337e86-bb58-4064-ab88-42fb2ee5321b {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-6c5bd16a-eec4-4e80-82a5-2f55d6bc4516 {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-6c5bd16a-eec4-4e80-82a5-2f55d6bc4516 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c5bd16a-eec4-4e80-82a5-2f55d6bc4516 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c5bd16a-eec4-4e80-82a5-2f55d6bc4516 {
  
}
}@media (max-width: 767px){#s-6c5bd16a-eec4-4e80-82a5-2f55d6bc4516 {
  
}
}
#s-6c5bd16a-eec4-4e80-82a5-2f55d6bc4516 .shogun-heading-component h1 {
  color: rgba(20, 20, 20, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e2332935-4872-4a40-a5ca-1f535dac9474 {
  margin-left: 50px;
margin-right: 50px;
}

#s-07861638-733c-4801-be4a-71ae49f5921f {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 0px;
text-align: center;
background-color: rgba(54, 157, 212, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
hover-type: color;
}
#s-07861638-733c-4801-be4a-71ae49f5921f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 4px !important;
opacity: 1 !important;
background-color: rgba(29, 111, 156, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-07861638-733c-4801-be4a-71ae49f5921f:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-07861638-733c-4801-be4a-71ae49f5921f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-07861638-733c-4801-be4a-71ae49f5921f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-07861638-733c-4801-be4a-71ae49f5921f {
  
}
}@media (max-width: 767px){#s-07861638-733c-4801-be4a-71ae49f5921f {
  
}
}


#s-07861638-733c-4801-be4a-71ae49f5921f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-082e8942-e84e-4693-8b05-307bbc339ccf {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-082e8942-e84e-4693-8b05-307bbc339ccf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-082e8942-e84e-4693-8b05-307bbc339ccf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-082e8942-e84e-4693-8b05-307bbc339ccf {
  
}
}@media (max-width: 767px){#s-082e8942-e84e-4693-8b05-307bbc339ccf {
  
}
}







#s-082e8942-e84e-4693-8b05-307bbc339ccf > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-082e8942-e84e-4693-8b05-307bbc339ccf.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;
}
