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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-f9dceaa9-ef81-4405-97ad-c915f333db53 {
  min-height: 400px;
}

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

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

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

#s-050490fd-91ad-427f-8d1c-a911c334b52c {
  background-image: url(https://i.shgcdn.com/cbbebb77-073f-45f2-a039-31369cde628c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-050490fd-91ad-427f-8d1c-a911c334b52c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.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-c3a09cd2-38d4-4d3e-98db-c765b78ee002 {
  margin-top: auto;
margin-bottom: auto;
min-height: 400px;
}








#s-c3a09cd2-38d4-4d3e-98db-c765b78ee002 > .shg-box-overlay {
  background-color: rgba(122, 121, 121, 1);
  opacity: 0;
}#s-c3a09cd2-38d4-4d3e-98db-c765b78ee002 {
  cursor: pointer;
}#s-c3a09cd2-38d4-4d3e-98db-c765b78ee002.shg-box.shg-c {
  justify-content: center;
}

#s-3d972a9c-5677-4d2c-863a-9c67ba8cf5e8 {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
min-height: 0px;
background-color: rgba(0, 0, 0, 0.46);
}








#s-3d972a9c-5677-4d2c-863a-9c67ba8cf5e8 > .shg-box-overlay {
  background-color: rgba(56, 56, 56, 1);
  opacity: 0.46;
}#s-3d972a9c-5677-4d2c-863a-9c67ba8cf5e8 {
  cursor: pointer;
}#s-3d972a9c-5677-4d2c-863a-9c67ba8cf5e8.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-2227cda4-0b9d-4308-857b-8d27df39fe91 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-2227cda4-0b9d-4308-857b-8d27df39fe91 .shogun-heading-component h2 {
  color: rgba(253, 251, 251, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  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;
}

.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-57a9f2ed-819f-4b81-adf9-c795ffcf8204 {
  background-image: url(https://cdn.getshogun.com/none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-57a9f2ed-819f-4b81-adf9-c795ffcf8204:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-57a9f2ed-819f-4b81-adf9-c795ffcf8204:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-57a9f2ed-819f-4b81-adf9-c795ffcf8204.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}

#s-ac96f2e5-b4f5-469c-81b5-5985406148cc {
  background-image: url(https://i.shgcdn.com/26971a10-deb1-4120-856e-343a87f55e33/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ac96f2e5-b4f5-469c-81b5-5985406148cc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0b394e53-ec5e-4995-96db-5fe69fd4a504 {
  margin-top: auto;
margin-bottom: auto;
min-height: 400px;
}








#s-0b394e53-ec5e-4995-96db-5fe69fd4a504 > .shg-box-overlay {
  background-color: rgba(122, 121, 121, 1);
  opacity: 0;
}#s-0b394e53-ec5e-4995-96db-5fe69fd4a504 {
  cursor: pointer;
}#s-0b394e53-ec5e-4995-96db-5fe69fd4a504.shg-box.shg-c {
  justify-content: center;
}

#s-986f46cd-164e-4222-b8cd-c61e3863515b {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
min-height: 0px;
background-color: rgba(0, 0, 0, 0.46);
}








#s-986f46cd-164e-4222-b8cd-c61e3863515b > .shg-box-overlay {
  background-color: rgba(56, 56, 56, 1);
  opacity: 0.46;
}#s-986f46cd-164e-4222-b8cd-c61e3863515b {
  cursor: pointer;
}#s-986f46cd-164e-4222-b8cd-c61e3863515b.shg-box.shg-c {
  justify-content: center;
}

#s-30e2af70-2b04-4d7e-87b1-66be54a46895 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-30e2af70-2b04-4d7e-87b1-66be54a46895 .shogun-heading-component h2 {
  color: rgba(253, 251, 251, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-925c8308-1605-464f-b89e-77bae8cd9732 {
  background-image: url(https://cdn.getshogun.com/none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-925c8308-1605-464f-b89e-77bae8cd9732:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-925c8308-1605-464f-b89e-77bae8cd9732:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-925c8308-1605-464f-b89e-77bae8cd9732.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}

#s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793 {
  background-image: url(https://i.shgcdn.com/310b5865-6eca-4b0c-9ec3-6d416b29f108/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3e5004cd-77bf-4c3b-ae0a-595bf7e8b793"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c81786c7-0533-4992-ae98-04b9764b5fea {
  margin-top: auto;
margin-bottom: auto;
min-height: 400px;
}








#s-c81786c7-0533-4992-ae98-04b9764b5fea > .shg-box-overlay {
  background-color: rgba(122, 121, 121, 1);
  opacity: 0;
}#s-c81786c7-0533-4992-ae98-04b9764b5fea {
  cursor: pointer;
}#s-c81786c7-0533-4992-ae98-04b9764b5fea.shg-box.shg-c {
  justify-content: center;
}

#s-bf014eb8-fe73-480c-a6a9-a63da63bf97e {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
min-height: 0px;
background-color: rgba(0, 0, 0, 0.46);
}








#s-bf014eb8-fe73-480c-a6a9-a63da63bf97e > .shg-box-overlay {
  background-color: rgba(56, 56, 56, 1);
  opacity: 0.46;
}#s-bf014eb8-fe73-480c-a6a9-a63da63bf97e {
  cursor: pointer;
}#s-bf014eb8-fe73-480c-a6a9-a63da63bf97e.shg-box.shg-c {
  justify-content: center;
}

#s-475a202b-664e-4541-a1c6-90e7bb738b08 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-475a202b-664e-4541-a1c6-90e7bb738b08 .shogun-heading-component h2 {
  color: rgba(253, 251, 251, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-90ee29b8-545d-499f-b131-a02728594d9f {
  background-image: url(https://cdn.getshogun.com/none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-90ee29b8-545d-499f-b131-a02728594d9f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-90ee29b8-545d-499f-b131-a02728594d9f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-90ee29b8-545d-499f-b131-a02728594d9f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}

#s-a334d889-246c-4676-9d11-5fee4a656d6c {
  background-image: url(https://i.shgcdn.com/5f7e5a07-dbab-4034-9dc0-e7e9fafee993/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a334d889-246c-4676-9d11-5fee4a656d6c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9e53c8aa-3acf-4167-b156-b2ce71d2469f {
  margin-top: auto;
margin-bottom: auto;
min-height: 400px;
}








#s-9e53c8aa-3acf-4167-b156-b2ce71d2469f > .shg-box-overlay {
  background-color: rgba(122, 121, 121, 1);
  opacity: 0;
}#s-9e53c8aa-3acf-4167-b156-b2ce71d2469f {
  cursor: pointer;
}#s-9e53c8aa-3acf-4167-b156-b2ce71d2469f.shg-box.shg-c {
  justify-content: center;
}

#s-90fcf53c-c432-42d4-a940-dd53043be22e {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
min-height: 0px;
background-color: rgba(0, 0, 0, 0.46);
}








#s-90fcf53c-c432-42d4-a940-dd53043be22e > .shg-box-overlay {
  background-color: rgba(56, 56, 56, 1);
  opacity: 0.46;
}#s-90fcf53c-c432-42d4-a940-dd53043be22e {
  cursor: pointer;
}#s-90fcf53c-c432-42d4-a940-dd53043be22e.shg-box.shg-c {
  justify-content: center;
}

#s-1f4d0f57-2fb3-4073-bf71-2dd12861625f {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-1f4d0f57-2fb3-4073-bf71-2dd12861625f .shogun-heading-component h2 {
  color: rgba(253, 251, 251, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7382b181-9ec6-4d55-9d0f-9882126c426c {
  background-image: url(https://cdn.getshogun.com/none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-7382b181-9ec6-4d55-9d0f-9882126c426c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7382b181-9ec6-4d55-9d0f-9882126c426c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7382b181-9ec6-4d55-9d0f-9882126c426c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}

#s-64d92862-4899-4938-8448-9933fb7d82a0 {
  min-height: 50px;
}








#s-64d92862-4899-4938-8448-9933fb7d82a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64d92862-4899-4938-8448-9933fb7d82a0.shg-box.shg-c {
  justify-content: center;
}

#s-f07c1b02-04ee-49ce-bc81-1ffa68b183df {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-f07c1b02-04ee-49ce-bc81-1ffa68b183df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f07c1b02-04ee-49ce-bc81-1ffa68b183df.shg-box.shg-c {
  justify-content: center;
}

#s-d77cfc06-4a2c-4721-8907-8136a3715c2a {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-d77cfc06-4a2c-4721-8907-8136a3715c2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d77cfc06-4a2c-4721-8907-8136a3715c2a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4c821887-33d9-4cb6-96b1-123a10a3c592"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9d3f41ed-38dc-4109-9406-27e282de9cdb {
  margin-left: 10px;
margin-right: 10px;
padding-top: 15px;
padding-bottom: 15px;
}

#s-4310c662-e96a-441f-b220-b7ee96438234 {
  min-height: 50px;
}








#s-4310c662-e96a-441f-b220-b7ee96438234 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4310c662-e96a-441f-b220-b7ee96438234.shg-box.shg-c {
  justify-content: center;
}

#s-8958f044-2512-4022-b461-05aa36c72396 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
max-width: 1200px;
text-align: center;
background-color: rgba(245, 245, 245, 1);
}

#s-8958f044-2512-4022-b461-05aa36c72396 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ea743723-03c4-4135-a907-19c95a0ff0fd {
  padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.666666666666667px);
}

[id="s-ea743723-03c4-4135-a907-19c95a0ff0fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.666666666666667px);
}

}

.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-5296240d-cb46-422e-9dca-50123ed381cf {
  text-align: center;
}




  #s-5296240d-cb46-422e-9dca-50123ed381cf img.shogun-image {
    
    width: px;
  }


#s-5296240d-cb46-422e-9dca-50123ed381cf .shogun-image-content {
  
    align-items: center;
  
}

#s-0e7ce680-f15c-4a04-9207-ce9b4a039cac {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5b657588-b8f1-46da-95b8-4adc907d325e {
  text-align: center;
}




  #s-5b657588-b8f1-46da-95b8-4adc907d325e img.shogun-image {
    
    width: px;
  }


#s-5b657588-b8f1-46da-95b8-4adc907d325e .shogun-image-content {
  
    align-items: center;
  
}

#s-c225488e-a05b-419e-a497-8581ee7f590c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3a0087ac-0015-45c2-a503-f6d151b4cf47 {
  text-align: center;
}




  #s-3a0087ac-0015-45c2-a503-f6d151b4cf47 img.shogun-image {
    
    width: px;
  }


#s-3a0087ac-0015-45c2-a503-f6d151b4cf47 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3864cf1-63ad-4d2f-b959-c4b47adf343f {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d95d1398-01d2-4398-b5a5-f139dc0af1e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-925c9077-3be2-4ba0-be93-3a6315db3b71 {
  margin-left: 10px;
margin-right: 10px;
}

#s-024deaa8-2f82-40a9-b5d4-85175dc579ad {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
max-width: 1200px;
text-align: center;
background-color: rgba(245, 245, 245, 1);
}

#s-024deaa8-2f82-40a9-b5d4-85175dc579ad .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d23a7e7f-cc18-4870-8b47-5fc1d58086c0 {
  min-height: 50px;
}








#s-d23a7e7f-cc18-4870-8b47-5fc1d58086c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d23a7e7f-cc18-4870-8b47-5fc1d58086c0.shg-box.shg-c {
  justify-content: center;
}

#s-a5a15759-c394-413c-b148-a35e834166a8 {
  background-image: url(https://i.shgcdn.com/ea0d8961-9014-4284-a8e7-931f4f6fd959/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
background-position: center center;
opacity: 0.99;
}

@media (min-width: 0px) {
[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a5a15759-c394-413c-b148-a35e834166a8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5005c2a6-f60d-4eba-b09d-73d112853ab7 {
  margin-top: 5%;
margin-left: 30px;
margin-bottom: 5%;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5005c2a6-f60d-4eba-b09d-73d112853ab7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



#s-d3b33ff3-e987-4c71-89fa-4cf86099f6df {
  border-style: solid;
margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(253, 250, 250, 1);
border-style: solid;
border-radius: 2px;
}
@media (min-width: 1200px){#s-d3b33ff3-e987-4c71-89fa-4cf86099f6df {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d3b33ff3-e987-4c71-89fa-4cf86099f6df {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d3b33ff3-e987-4c71-89fa-4cf86099f6df {
  
}
}@media (max-width: 767px){#s-d3b33ff3-e987-4c71-89fa-4cf86099f6df {
  
}
}
#s-aa629baa-452f-4916-8a43-73eda4e6f3f3 {
  background-image: url(https://cdn.getshogun.com/none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-aa629baa-452f-4916-8a43-73eda4e6f3f3:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-aa629baa-452f-4916-8a43-73eda4e6f3f3:active {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 242, 242, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-aa629baa-452f-4916-8a43-73eda4e6f3f3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-1c469400-d6ce-47a6-9b72-d833f8fefcc6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c469400-d6ce-47a6-9b72-d833f8fefcc6 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3e39a637-ee90-4b7a-9573-8914ed517271 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
max-width: 1200px;
text-align: center;
background-color: rgba(245, 245, 245, 1);
}

#s-3e39a637-ee90-4b7a-9573-8914ed517271 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6d0bb919-be46-4a1e-939b-7ccf7f847969 {
  min-height: 50px;
}








#s-6d0bb919-be46-4a1e-939b-7ccf7f847969 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d0bb919-be46-4a1e-939b-7ccf7f847969.shg-box.shg-c {
  justify-content: center;
}

#s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9 {
  background-image: url(https://i.shgcdn.com/b6078967-e5c9-459d-a159-7526effbbf97/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
background-position: center center;
opacity: 0.99;
}

@media (min-width: 0px) {
[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ed6af8a1-2396-4fc0-8b9b-7b982cabafa9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2b8563ad-baab-440c-a19c-0d044d8012e9 {
  min-height: 50px;
}








#s-2b8563ad-baab-440c-a19c-0d044d8012e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b8563ad-baab-440c-a19c-0d044d8012e9.shg-box.shg-c {
  justify-content: center;
}

#s-a9505132-8b24-4aea-a975-b70e013dbe72 {
  margin-top: 5%;
margin-left: 30px;
margin-bottom: 5%;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a9505132-8b24-4aea-a975-b70e013dbe72 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



#s-985aeab9-7b38-45f8-8753-fc9e7198aac2 {
  border-style: solid;
margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(253, 250, 250, 1);
border-style: solid;
border-radius: 2px;
}
@media (min-width: 1200px){#s-985aeab9-7b38-45f8-8753-fc9e7198aac2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-985aeab9-7b38-45f8-8753-fc9e7198aac2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-985aeab9-7b38-45f8-8753-fc9e7198aac2 {
  
}
}@media (max-width: 767px){#s-985aeab9-7b38-45f8-8753-fc9e7198aac2 {
  
}
}
#s-12b773b2-3bed-4709-b698-5cd6159fdf0a {
  background-image: url(https://cdn.getshogun.com/none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-12b773b2-3bed-4709-b698-5cd6159fdf0a:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-12b773b2-3bed-4709-b698-5cd6159fdf0a:active {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 242, 242, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-12b773b2-3bed-4709-b698-5cd6159fdf0a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-b1992bd4-aa16-4aa5-987f-f4ba76f4c9c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1992bd4-aa16-4aa5-987f-f4ba76f4c9c0 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-78709d30-c66c-4b8c-b4b0-b15694c30bac {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center top;
}








#s-78709d30-c66c-4b8c-b4b0-b15694c30bac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78709d30-c66c-4b8c-b4b0-b15694c30bac.shg-box.shg-c {
  justify-content: center;
}

#s-8953e2bd-a482-49ad-aae4-4601c32fdcf1 {
  min-height: 150px;
}

@media (min-width: 0px) {
[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8953e2bd-a482-49ad-aae4-4601c32fdcf1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a36d99be-52c8-4e65-bef2-75fdadf629a6 {
  margin-left: 10px;
margin-right: 10px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-a36d99be-52c8-4e65-bef2-75fdadf629a6 > .shg-box-overlay {
  background-color: rgba(56, 56, 56, 1);
  opacity: 0.46;
}#s-a36d99be-52c8-4e65-bef2-75fdadf629a6.shg-box.shg-c {
  justify-content: center;
}

#s-d16c80b6-9855-45ba-8eb6-026f82e46f0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d16c80b6-9855-45ba-8eb6-026f82e46f0f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bddbd72b-9dc9-4df5-b906-b25e3a2a07b4 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 1200px){#s-bddbd72b-9dc9-4df5-b906-b25e3a2a07b4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bddbd72b-9dc9-4df5-b906-b25e3a2a07b4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bddbd72b-9dc9-4df5-b906-b25e3a2a07b4 {
  
}
}@media (max-width: 767px){#s-bddbd72b-9dc9-4df5-b906-b25e3a2a07b4 {
  
}
}
#s-71795ebb-acbf-471f-b0e7-f583562d86f7 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(253, 253, 253, 1);
}
#s-71795ebb-acbf-471f-b0e7-f583562d86f7:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-71795ebb-acbf-471f-b0e7-f583562d86f7:active {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 242, 242, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-71795ebb-acbf-471f-b0e7-f583562d86f7.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-eb4026fe-8602-42fd-9146-daa4379bda07 {
  min-height: 50px;
}








#s-eb4026fe-8602-42fd-9146-daa4379bda07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb4026fe-8602-42fd-9146-daa4379bda07.shg-box.shg-c {
  justify-content: center;
}

#s-1fa0777a-c85d-4a0c-bdc6-56c3b5e08c17 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
max-width: 1200px;
text-align: center;
background-color: rgba(245, 245, 245, 1);
}

#s-1fa0777a-c85d-4a0c-bdc6-56c3b5e08c17 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-256a8cae-148c-4b27-bae7-38be5ff359ab {
  padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.666666666666667px);
}

[id="s-256a8cae-148c-4b27-bae7-38be5ff359ab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.666666666666667px);
}

}

#s-933c73cf-0e43-49dd-8c63-dae6c9e383bf {
  text-align: center;
}




  #s-933c73cf-0e43-49dd-8c63-dae6c9e383bf img.shogun-image {
    
    width: px;
  }


#s-933c73cf-0e43-49dd-8c63-dae6c9e383bf .shogun-image-content {
  
    align-items: center;
  
}

#s-4d768302-87d0-42b3-a6c1-8a6550ecc2e5 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9a5bceef-6017-44aa-b35d-825aa28c8aad {
  text-align: center;
}




  #s-9a5bceef-6017-44aa-b35d-825aa28c8aad img.shogun-image {
    
    width: px;
  }


#s-9a5bceef-6017-44aa-b35d-825aa28c8aad .shogun-image-content {
  
    align-items: center;
  
}

#s-64acd601-b194-42bd-9d7b-206a0431a871 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f4e290f1-d3b7-44a6-a0c5-d1d71149836b {
  text-align: center;
}




  #s-f4e290f1-d3b7-44a6-a0c5-d1d71149836b img.shogun-image {
    
    width: px;
  }


#s-f4e290f1-d3b7-44a6-a0c5-d1d71149836b .shogun-image-content {
  
    align-items: center;
  
}

#s-51217a2e-21de-41e8-8a84-30de7339f358 {
  padding-top: 10px;
padding-bottom: 10px;
}








#s-2e759985-46f8-44d3-83d8-7408a88f905c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e759985-46f8-44d3-83d8-7408a88f905c.shg-box.shg-c {
  justify-content: center;
}

#s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-204b5bdc-3f84-4dca-b4c3-faf270dd25ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ebc62cc0-6aa4-499e-85a3-ae5bfab77c34 {
  margin-left: 10px;
margin-right: 10px;
}

#s-9298712e-78f1-4ca2-b3f8-a9de0f902d7b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-9298712e-78f1-4ca2-b3f8-a9de0f902d7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9298712e-78f1-4ca2-b3f8-a9de0f902d7b.shg-box.shg-c {
  justify-content: center;
}

#s-5d2189ab-0726-4916-9c28-efb26b2fad86 {
  min-height: 150px;
}

@media (min-width: 0px) {
[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5d2189ab-0726-4916-9c28-efb26b2fad86"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-44dec2d2-808f-425c-b7d6-941311466d35 {
  margin-left: 10px;
margin-right: 10px;
}








#s-44dec2d2-808f-425c-b7d6-941311466d35 > .shg-box-overlay {
  background-color: rgba(56, 56, 56, 1);
  opacity: 0.46;
}#s-44dec2d2-808f-425c-b7d6-941311466d35.shg-box.shg-c {
  justify-content: center;
}

#s-538c3055-45eb-4201-8579-4b453bee6639 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-538c3055-45eb-4201-8579-4b453bee6639 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-79caf39f-b2e6-446b-ae5f-b6e9a6e94490 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 1200px){#s-79caf39f-b2e6-446b-ae5f-b6e9a6e94490 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79caf39f-b2e6-446b-ae5f-b6e9a6e94490 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-79caf39f-b2e6-446b-ae5f-b6e9a6e94490 {
  
}
}@media (max-width: 767px){#s-79caf39f-b2e6-446b-ae5f-b6e9a6e94490 {
  
}
}
#s-588f2668-59cc-448b-8e4f-40e89707e451 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(253, 253, 253, 1);
}
#s-588f2668-59cc-448b-8e4f-40e89707e451:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-588f2668-59cc-448b-8e4f-40e89707e451:active {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 242, 242, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-588f2668-59cc-448b-8e4f-40e89707e451.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-e2ce2f0a-84bf-4712-9872-d1f77ae85358 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e2ce2f0a-84bf-4712-9872-d1f77ae85358"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5528949e-1d81-41bf-8d3c-c216214fb8fb {
  margin-left: 10px;
margin-right: 10px;
padding-top: 15px;
padding-bottom: 15px;
}

#s-d6591ca2-6bd0-4a23-9dc1-22ead481d695 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-d6591ca2-6bd0-4a23-9dc1-22ead481d695:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-d6591ca2-6bd0-4a23-9dc1-22ead481d695:active {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 242, 242, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-d6591ca2-6bd0-4a23-9dc1-22ead481d695.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e {
  background-image: url(https://i.shgcdn.com/677086dc-e4c0-47e7-8632-124e0510a4bf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c9c20f37-8fa4-4052-bae8-0e6b01e9f18e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-aab7d115-ac97-4ad7-99cf-745d230f0371 {
  margin-top: 20%;
margin-bottom: 20%;
}








#s-aab7d115-ac97-4ad7-99cf-745d230f0371 > .shg-box-overlay {
  background-color: rgba(56, 56, 56, 1);
  opacity: 0.46;
}#s-aab7d115-ac97-4ad7-99cf-745d230f0371.shg-box.shg-c {
  justify-content: center;
}

#s-c6ba4b74-f100-44ed-a67f-101d47a8eb2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6ba4b74-f100-44ed-a67f-101d47a8eb2c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9e6ed5ac-cdad-409a-8992-45dbeaec8573 {
  margin-top: 2px;
margin-left: 30px;
margin-bottom: 2px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-9e6ed5ac-cdad-409a-8992-45dbeaec8573 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9e6ed5ac-cdad-409a-8992-45dbeaec8573 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e6ed5ac-cdad-409a-8992-45dbeaec8573 {
  
}
}@media (max-width: 767px){#s-9e6ed5ac-cdad-409a-8992-45dbeaec8573 {
  
}
}
#s-894e2e85-ddbd-47b8-8ea4-aec997f4c05b {
  margin-top: 10px;
margin-bottom: 10px;
}








#s-894e2e85-ddbd-47b8-8ea4-aec997f4c05b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-894e2e85-ddbd-47b8-8ea4-aec997f4c05b.shg-box.shg-c {
  justify-content: center;
}

#s-bfa35a86-f4b7-468d-aa32-c6ee8d37368d {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(252, 160, 160, 1);
}

#s-bfa35a86-f4b7-468d-aa32-c6ee8d37368d .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1746f4a6-11a4-49b8-978b-178a22a8b41d {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
background-color: rgba(255, 232, 232, 0.31);
}

@media (min-width: 0px) {
[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1746f4a6-11a4-49b8-978b-178a22a8b41d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2a4ba73f-5b0c-4929-a84f-857309860e0e {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}

#s-ec13da29-a103-416b-a231-7fe971b3db78 {
  background-image: url(https://cdn.getshogun.com/none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(170, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(170, 0, 0, 0);
text-align: center;
text-decoration: none;
color: rgba(170, 0, 0, 1);
hover-type: color;
}
#s-ec13da29-a103-416b-a231-7fe971b3db78:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-ec13da29-a103-416b-a231-7fe971b3db78:active {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 242, 242, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-ec13da29-a103-416b-a231-7fe971b3db78.shg-btn {
  color: rgba(170, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-0ab8db8c-56d9-4a12-b67b-eb1bde3707c6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}








#s-0ab8db8c-56d9-4a12-b67b-eb1bde3707c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ab8db8c-56d9-4a12-b67b-eb1bde3707c6.shg-box.shg-c {
  justify-content: center;
}

#s-16c133c0-de4f-4380-b12f-c0c2c2be716a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16c133c0-de4f-4380-b12f-c0c2c2be716a .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

[id="s-9fcc024a-4326-42ff-aec2-a75b88288d33"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 5px;
}

.shg-ig-posts-container {
  width: calc(100% + 5px) !important;
}

@media (min-width: 768px) {
  [id="s-9fcc024a-4326-42ff-aec2-a75b88288d33"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 5px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 5px) !important;
  }
}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-b57687a4-80cf-4199-b7ae-372479d3af33 {
  text-align: center;
}

#s-be4a61f0-7090-4b37-b418-f227b5c45da9 {
  margin-top: 1px;
margin-bottom: 1px;
}

#s-5602deca-0fb5-492b-b86b-c35f1d2127ee {
  min-height: 50px;
}








#s-5602deca-0fb5-492b-b86b-c35f1d2127ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5602deca-0fb5-492b-b86b-c35f1d2127ee.shg-box.shg-c {
  justify-content: center;
}

#s-e73c51b6-7ed2-4dec-955a-6fd9b3b48964 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-e73c51b6-7ed2-4dec-955a-6fd9b3b48964 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e73c51b6-7ed2-4dec-955a-6fd9b3b48964.shg-box.shg-c {
  justify-content: center;
}

#s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e {
  background-image: url(https://i.shgcdn.com/bfd6014f-9128-45bf-9952-f36a0b4d2d9f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cceb499d-34ed-48ed-a82e-dbdcd8823b6e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5adafa18-0eab-4f87-b497-b74ec22a15e0 {
  margin-top: -1px;
margin-bottom: -1px;
}








#s-5adafa18-0eab-4f87-b497-b74ec22a15e0 > .shg-box-overlay {
  background-color: rgba(56, 56, 56, 1);
  opacity: 0.46;
}#s-5adafa18-0eab-4f87-b497-b74ec22a15e0.shg-box.shg-c {
  justify-content: center;
}

#s-e037284c-6128-40e9-a86e-d016dbceca07 {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
min-height: 0px;
background-color: rgba(0, 0, 0, 0);
}








#s-e037284c-6128-40e9-a86e-d016dbceca07 > .shg-box-overlay {
  background-color: rgba(56, 56, 56, 1);
  opacity: 0.46;
}#s-e037284c-6128-40e9-a86e-d016dbceca07.shg-box.shg-c {
  justify-content: center;
}

#s-dca29731-bf5d-46a2-8a2e-bcd6e3caaefb {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-dca29731-bf5d-46a2-8a2e-bcd6e3caaefb .shogun-heading-component h2 {
  color: rgba(253, 251, 251, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ee8f5648-7af0-4267-ac4e-a13a4ff9cf0d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-ee8f5648-7af0-4267-ac4e-a13a4ff9cf0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee8f5648-7af0-4267-ac4e-a13a4ff9cf0d.shg-box.shg-c {
  justify-content: center;
}

#s-e5167b7c-6064-47be-b04f-5dc1f29d9dac {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
max-width: 1200px;
text-align: center;
background-color: rgba(245, 245, 245, 1);
}

#s-e5167b7c-6064-47be-b04f-5dc1f29d9dac .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1826e780-9d7c-475d-bc25-d532842e3892 {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1826e780-9d7c-475d-bc25-d532842e3892"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e36a54c7-7cf7-4795-8e9b-9b047368a476 {
  margin-top: auto;
margin-bottom: auto;
}








#s-e36a54c7-7cf7-4795-8e9b-9b047368a476 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e36a54c7-7cf7-4795-8e9b-9b047368a476 {
  cursor: pointer;
}#s-e36a54c7-7cf7-4795-8e9b-9b047368a476.shg-box.shg-c {
  justify-content: center;
}

#s-8dc85087-d866-4110-b408-1dae9bef91ce {
  margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(0, 0, 0, 0.1);
}








#s-8dc85087-d866-4110-b408-1dae9bef91ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dc85087-d866-4110-b408-1dae9bef91ce.shg-box.shg-c {
  justify-content: center;
}

#s-11974987-e5ee-4d1b-b660-7dc46d4fc265 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-11974987-e5ee-4d1b-b660-7dc46d4fc265 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-58f4f023-8a4e-4e44-a171-8eefa665eb37 {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-58f4f023-8a4e-4e44-a171-8eefa665eb37:hover {border-radius: 2px !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-58f4f023-8a4e-4e44-a171-8eefa665eb37:active {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
border-radius: 2px !important;
background-color: rgba(242, 242, 242, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-58f4f023-8a4e-4e44-a171-8eefa665eb37.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

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

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

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

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

#s-729020c2-89cb-48c7-86e9-80a5a38be03a {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-f15386fd-2252-4376-8cf0-4519604d4d71 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 320px;
max-width: 1200px;
background-position: center center;
}








#s-f15386fd-2252-4376-8cf0-4519604d4d71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f15386fd-2252-4376-8cf0-4519604d4d71 {
  cursor: pointer;
}#s-f15386fd-2252-4376-8cf0-4519604d4d71.shg-box.shg-c {
  justify-content: center;
}

#s-fc60ac60-1e09-4e17-b103-1ec43a18f575 {
  padding-top: 1px;
padding-bottom: 1px;
}








#s-fc60ac60-1e09-4e17-b103-1ec43a18f575 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc60ac60-1e09-4e17-b103-1ec43a18f575 {
  cursor: pointer;
}#s-fc60ac60-1e09-4e17-b103-1ec43a18f575.shg-box.shg-c {
  justify-content: center;
}

#s-2b9a9605-f96a-4ca0-9941-d704538f7306 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.1);
}








#s-2b9a9605-f96a-4ca0-9941-d704538f7306 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b9a9605-f96a-4ca0-9941-d704538f7306.shg-box.shg-c {
  justify-content: center;
}

#s-344c58ad-267c-4e1e-9600-c52c7e428335 {
  text-align: center;
background-color: rgba(139, 67, 67, 0);
}

#s-344c58ad-267c-4e1e-9600-c52c7e428335 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ce3c592e-1258-4f06-8c84-e394a2a2e4a5 {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-ce3c592e-1258-4f06-8c84-e394a2a2e4a5:hover {border-radius: 2px !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-ce3c592e-1258-4f06-8c84-e394a2a2e4a5:active {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
border-radius: 2px !important;
background-color: rgba(242, 242, 242, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-ce3c592e-1258-4f06-8c84-e394a2a2e4a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-797d9a1a-52c9-43f6-86c2-ab2a6bff6c5f {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
max-width: 1200px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-797d9a1a-52c9-43f6-86c2-ab2a6bff6c5f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-797d9a1a-52c9-43f6-86c2-ab2a6bff6c5f:active {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 242, 242, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-797d9a1a-52c9-43f6-86c2-ab2a6bff6c5f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-fa1038e2-5c02-4f9c-bf0f-35f4e7d2c4f5 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 300px;
max-width: 1200px;
background-position: center center;
}








#s-fa1038e2-5c02-4f9c-bf0f-35f4e7d2c4f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa1038e2-5c02-4f9c-bf0f-35f4e7d2c4f5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7529e42d-f093-4f12-b461-bf3971d2c78c {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7529e42d-f093-4f12-b461-bf3971d2c78c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0f4e4a48-1b42-4245-84cf-04272289632b {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
background-color: rgba(250, 247, 247, 0.21);
}








#s-0f4e4a48-1b42-4245-84cf-04272289632b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f4e4a48-1b42-4245-84cf-04272289632b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-08103d5d-fd0f-4ea4-9e93-e0685813627f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08103d5d-fd0f-4ea4-9e93-e0685813627f .shogun-heading-component h2 {
  color: rgba(211, 211, 211, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-714b46c8-8091-456e-922a-644e2c3032a7 {
  margin-top: 25px;
margin-left: 30px;
margin-bottom: 25px;
margin-right: 30px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
background-color: rgba(252, 252, 252, 0);
}

#s-343e106c-9c1f-4698-870f-ac104ea926ca {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0.33);
border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
text-align: center;
background-color: rgba(163, 240, 235, 0);
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-343e106c-9c1f-4698-870f-ac104ea926ca:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(141, 216, 234, 1) !important;
background-color: rgba(141, 216, 234, 1) !important;
text-decoration: none !important;}#s-343e106c-9c1f-4698-870f-ac104ea926ca:active {border-style: solid !important;
border-color: rgba(163, 240, 235, 1) !important;
background-color: rgba(163, 240, 235, 1) !important;
text-decoration: none !important;}


#s-343e106c-9c1f-4698-870f-ac104ea926ca.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-65d427fd-97ca-46ec-8e5b-9750a8df5ad4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}








#s-65d427fd-97ca-46ec-8e5b-9750a8df5ad4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65d427fd-97ca-46ec-8e5b-9750a8df5ad4.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3f867717-1928-4b2a-bb2a-4efafc8ddb63"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ad69e101-1b3c-4e01-a4ae-a5706747b462 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 15px;
padding-left: 100px;
padding-bottom: 15px;
padding-right: 100px;
}

#s-484cf6ae-b574-4d39-bb1a-37c9a828677d {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-484cf6ae-b574-4d39-bb1a-37c9a828677d:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-484cf6ae-b574-4d39-bb1a-37c9a828677d:active {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 242, 242, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-484cf6ae-b574-4d39-bb1a-37c9a828677d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-1abb289a-cd09-453d-b544-8da6fc142239 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
min-height: 50px;
background-position: center center;
}








#s-1abb289a-cd09-453d-b544-8da6fc142239 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.4;
}#s-1abb289a-cd09-453d-b544-8da6fc142239.shg-box.shg-c {
  justify-content: center;
}

#s-e416f05d-f15a-4aad-b00d-28254d010d62 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
}

#s-fd641ca7-bf3e-4fad-b99c-9f42c52e4e95 {
  text-align: center;
}

#s-ae73c312-1004-4674-9ed7-9c6a4954c880 {
  border-style: solid;
margin-left: 20%;
margin-bottom: 10px;
margin-right: 20%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
}

/*
  $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;
}