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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-0b8d91bb-1999-40a3-a95b-4f9856afb0ec {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
}

.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-e7e948e1-6d9c-4bef-9fce-4ccae803cba6 {
  background-image: url(https://i.shgcdn.com/5f9b14e2-db4c-4adc-89d6-6310f585db61/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 800px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-e7e948e1-6d9c-4bef-9fce-4ccae803cba6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e7e948e1-6d9c-4bef-9fce-4ccae803cba6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e7e948e1-6d9c-4bef-9fce-4ccae803cba6 {
  
}
}@media (max-width: 767px){#s-e7e948e1-6d9c-4bef-9fce-4ccae803cba6 {
  min-height: 285px;
max-width: 100%;
}
}







#s-e7e948e1-6d9c-4bef-9fce-4ccae803cba6 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-e7e948e1-6d9c-4bef-9fce-4ccae803cba6 {
  cursor: pointer;
}#s-e7e948e1-6d9c-4bef-9fce-4ccae803cba6.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-e7e948e1-6d9c-4bef-9fce-4ccae803cba6 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-e7e948e1-6d9c-4bef-9fce-4ccae803cba6 {
  cursor: pointer;
}#s-e7e948e1-6d9c-4bef-9fce-4ccae803cba6.shg-box.shg-c {
  justify-content: center;
}
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

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

#s-440bcc74-d9c6-472f-99d8-f74313db3e79 {
  margin-top: 5%;
margin-left: 3%;
margin-bottom: 5%;
margin-right: 3%;
}
@media (max-width: 767px){#s-440bcc74-d9c6-472f-99d8-f74313db3e79 {
  display: none;
}
#s-440bcc74-d9c6-472f-99d8-f74313db3e79, #wrap-s-440bcc74-d9c6-472f-99d8-f74313db3e79 { display:none !important; }}
@media (min-width: 0px) {
[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-440bcc74-d9c6-472f-99d8-f74313db3e79"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.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-052628d2-2a56-42fc-8e91-8428a4f21c30 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-052628d2-2a56-42fc-8e91-8428a4f21c30 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 52px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-52aac50d-3a97-436c-a1a4-de79cb33dc9c {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-52aac50d-3a97-436c-a1a4-de79cb33dc9c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52aac50d-3a97-436c-a1a4-de79cb33dc9c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-52aac50d-3a97-436c-a1a4-de79cb33dc9c {
  
}
}@media (max-width: 767px){#s-52aac50d-3a97-436c-a1a4-de79cb33dc9c {
  
}
}
.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-d96487d9-e8fd-453d-91a8-47dc428bcb01 {
  box-shadow:1px 1px 6px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d96487d9-e8fd-453d-91a8-47dc428bcb01:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d96487d9-e8fd-453d-91a8-47dc428bcb01:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d96487d9-e8fd-453d-91a8-47dc428bcb01-btn-wrapper {
    text-align: left;
  }


#s-d96487d9-e8fd-453d-91a8-47dc428bcb01.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-3c8c776d-aa0a-4d38-90cb-db34423f2254 {
  margin-top: 5%;
margin-left: 3%;
margin-bottom: 5%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-3c8c776d-aa0a-4d38-90cb-db34423f2254 {
  display: none;
}
#s-3c8c776d-aa0a-4d38-90cb-db34423f2254, #wrap-s-3c8c776d-aa0a-4d38-90cb-db34423f2254 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c8c776d-aa0a-4d38-90cb-db34423f2254 {
  display: none;
}
#s-3c8c776d-aa0a-4d38-90cb-db34423f2254, #wrap-s-3c8c776d-aa0a-4d38-90cb-db34423f2254 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3c8c776d-aa0a-4d38-90cb-db34423f2254 {
  display: none;
}
#s-3c8c776d-aa0a-4d38-90cb-db34423f2254, #wrap-s-3c8c776d-aa0a-4d38-90cb-db34423f2254 { display:none !important; }}@media (max-width: 767px){#s-3c8c776d-aa0a-4d38-90cb-db34423f2254 {
  
}
}
@media (min-width: 0px) {
[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3c8c776d-aa0a-4d38-90cb-db34423f2254"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1b181bcd-5aa7-4f5e-b822-c62641aab4f4 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1b181bcd-5aa7-4f5e-b822-c62641aab4f4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-a36fbc07-5530-4da4-9ca0-452f92af4352 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-a36fbc07-5530-4da4-9ca0-452f92af4352 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a36fbc07-5530-4da4-9ca0-452f92af4352 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a36fbc07-5530-4da4-9ca0-452f92af4352 {
  
}
}@media (max-width: 767px){#s-a36fbc07-5530-4da4-9ca0-452f92af4352 {
  
}
}
#s-d22dc3b6-f2b9-415f-9c35-a027fc94d731 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(0, 0, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(224, 223, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d22dc3b6-f2b9-415f-9c35-a027fc94d731:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d22dc3b6-f2b9-415f-9c35-a027fc94d731:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-d22dc3b6-f2b9-415f-9c35-a027fc94d731 {
  margin-bottom: 0px;
}
}

  #s-d22dc3b6-f2b9-415f-9c35-a027fc94d731-btn-wrapper {
    text-align: left;
  }


#s-d22dc3b6-f2b9-415f-9c35-a027fc94d731.shg-btn {
  color: rgba(224, 223, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-05445a29-febf-44ae-a3e6-302094c5dd1c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 800px;
background-repeat: no-repeat;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-05445a29-febf-44ae-a3e6-302094c5dd1c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-05445a29-febf-44ae-a3e6-302094c5dd1c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-05445a29-febf-44ae-a3e6-302094c5dd1c {
  
}
}@media (max-width: 767px){#s-05445a29-febf-44ae-a3e6-302094c5dd1c {
  min-height: 285px;
max-width: 100%;
}
}







#s-05445a29-febf-44ae-a3e6-302094c5dd1c > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-05445a29-febf-44ae-a3e6-302094c5dd1c {
  cursor: pointer;
}#s-05445a29-febf-44ae-a3e6-302094c5dd1c.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-05445a29-febf-44ae-a3e6-302094c5dd1c > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-05445a29-febf-44ae-a3e6-302094c5dd1c {
  cursor: pointer;
}#s-05445a29-febf-44ae-a3e6-302094c5dd1c.shg-box.shg-c {
  justify-content: center;
}
}
#s-41cd2ac2-b809-4058-8855-7ae5ee9e3547 {
  margin-top: 5%;
margin-left: 3%;
margin-bottom: 5%;
margin-right: 3%;
}
@media (max-width: 767px){#s-41cd2ac2-b809-4058-8855-7ae5ee9e3547 {
  display: none;
}
#s-41cd2ac2-b809-4058-8855-7ae5ee9e3547, #wrap-s-41cd2ac2-b809-4058-8855-7ae5ee9e3547 { display:none !important; }}
@media (min-width: 0px) {
[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-41cd2ac2-b809-4058-8855-7ae5ee9e3547"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-77799a86-7de3-4356-aae8-e2adc86aa54c {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-77799a86-7de3-4356-aae8-e2adc86aa54c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 52px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-e2c8df8a-90f4-4595-8fce-cc75396bd453 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-e2c8df8a-90f4-4595-8fce-cc75396bd453 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e2c8df8a-90f4-4595-8fce-cc75396bd453 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e2c8df8a-90f4-4595-8fce-cc75396bd453 {
  
}
}@media (max-width: 767px){#s-e2c8df8a-90f4-4595-8fce-cc75396bd453 {
  
}
}
#s-48233fb8-8a1b-48fe-b631-f5857f17e70a {
  box-shadow:1px 1px 6px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-48233fb8-8a1b-48fe-b631-f5857f17e70a:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-48233fb8-8a1b-48fe-b631-f5857f17e70a:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-48233fb8-8a1b-48fe-b631-f5857f17e70a-btn-wrapper {
    text-align: left;
  }


#s-48233fb8-8a1b-48fe-b631-f5857f17e70a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-ae3ceb01-4e62-460d-8a69-cae10ecd1dea {
  background-image: url(https://i.shgcdn.com/e89dec6c-b35d-456e-85a7-32363d7ddbaa/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 800px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-ae3ceb01-4e62-460d-8a69-cae10ecd1dea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ae3ceb01-4e62-460d-8a69-cae10ecd1dea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ae3ceb01-4e62-460d-8a69-cae10ecd1dea {
  
}
}@media (max-width: 767px){#s-ae3ceb01-4e62-460d-8a69-cae10ecd1dea {
  min-height: 285px;
max-width: 100%;
}
}







#s-ae3ceb01-4e62-460d-8a69-cae10ecd1dea > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-ae3ceb01-4e62-460d-8a69-cae10ecd1dea {
  cursor: pointer;
}#s-ae3ceb01-4e62-460d-8a69-cae10ecd1dea.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-ae3ceb01-4e62-460d-8a69-cae10ecd1dea > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-ae3ceb01-4e62-460d-8a69-cae10ecd1dea {
  cursor: pointer;
}#s-ae3ceb01-4e62-460d-8a69-cae10ecd1dea.shg-box.shg-c {
  justify-content: center;
}
}
#s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed {
  margin-top: 5%;
margin-left: 3%;
margin-bottom: 5%;
margin-right: 3%;
}
@media (max-width: 767px){#s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed {
  display: none;
}
#s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed, #wrap-s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed { display:none !important; }}
@media (min-width: 0px) {
[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ef32c8a5-b471-4fa5-9118-4c5e7d82b8ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2c2b981f-af44-4f95-8eab-b049116b0c76 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2c2b981f-af44-4f95-8eab-b049116b0c76 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 52px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-a591296d-6027-419c-94dd-7a394043a825 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-a591296d-6027-419c-94dd-7a394043a825 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a591296d-6027-419c-94dd-7a394043a825 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a591296d-6027-419c-94dd-7a394043a825 {
  
}
}@media (max-width: 767px){#s-a591296d-6027-419c-94dd-7a394043a825 {
  
}
}
#s-0bc73f3f-f104-4c00-b165-b59cc027a78d {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}

#s-5e834f93-40f4-4e82-881e-6a8707b2867c {
  box-shadow:1px 1px 6px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5e834f93-40f4-4e82-881e-6a8707b2867c:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5e834f93-40f4-4e82-881e-6a8707b2867c:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5e834f93-40f4-4e82-881e-6a8707b2867c-btn-wrapper {
    text-align: left;
  }


#s-5e834f93-40f4-4e82-881e-6a8707b2867c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-067e9ee7-a7f1-4b69-b471-ac784b1acfd0 {
  background-image: url(https://i.shgcdn.com/6e851cee-bcb5-4d1a-af7b-cbb3437d6dd6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 800px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-067e9ee7-a7f1-4b69-b471-ac784b1acfd0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-067e9ee7-a7f1-4b69-b471-ac784b1acfd0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-067e9ee7-a7f1-4b69-b471-ac784b1acfd0 {
  
}
}@media (max-width: 767px){#s-067e9ee7-a7f1-4b69-b471-ac784b1acfd0 {
  min-height: 285px;
max-width: 100%;
}
}







#s-067e9ee7-a7f1-4b69-b471-ac784b1acfd0 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-067e9ee7-a7f1-4b69-b471-ac784b1acfd0 {
  cursor: pointer;
}#s-067e9ee7-a7f1-4b69-b471-ac784b1acfd0.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-067e9ee7-a7f1-4b69-b471-ac784b1acfd0 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-067e9ee7-a7f1-4b69-b471-ac784b1acfd0 {
  cursor: pointer;
}#s-067e9ee7-a7f1-4b69-b471-ac784b1acfd0.shg-box.shg-c {
  justify-content: center;
}
}
#s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd {
  margin-top: 5%;
margin-left: 3%;
margin-bottom: 5%;
margin-right: 3%;
}
@media (max-width: 767px){#s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd {
  display: none;
}
#s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd, #wrap-s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd { display:none !important; }}
@media (min-width: 0px) {
[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d6a1bffd-a109-4ccc-a9f5-4129d000dfbd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5a068360-64ed-4096-8288-9ffa3d5d1400 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5a068360-64ed-4096-8288-9ffa3d5d1400 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 52px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-74d3d33b-ed20-4c78-9ff8-a1c39acfb072 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-74d3d33b-ed20-4c78-9ff8-a1c39acfb072 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74d3d33b-ed20-4c78-9ff8-a1c39acfb072 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-74d3d33b-ed20-4c78-9ff8-a1c39acfb072 {
  
}
}@media (max-width: 767px){#s-74d3d33b-ed20-4c78-9ff8-a1c39acfb072 {
  
}
}
#s-81248c52-9587-4ab1-9562-6e198c983744 {
  box-shadow:1px 1px 6px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-81248c52-9587-4ab1-9562-6e198c983744:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-81248c52-9587-4ab1-9562-6e198c983744:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-81248c52-9587-4ab1-9562-6e198c983744-btn-wrapper {
    text-align: left;
  }


#s-81248c52-9587-4ab1-9562-6e198c983744.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-3ed4f6b4-f988-400f-9c94-2c9dc4ed6b64 {
  background-image: url(https://i.shgcdn.com/e0f4cfb1-f9c3-4f22-9a79-1cdc4642317f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 800px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-3ed4f6b4-f988-400f-9c94-2c9dc4ed6b64 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ed4f6b4-f988-400f-9c94-2c9dc4ed6b64 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ed4f6b4-f988-400f-9c94-2c9dc4ed6b64 {
  
}
}@media (max-width: 767px){#s-3ed4f6b4-f988-400f-9c94-2c9dc4ed6b64 {
  min-height: 285px;
max-width: 100%;
}
}







#s-3ed4f6b4-f988-400f-9c94-2c9dc4ed6b64 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-3ed4f6b4-f988-400f-9c94-2c9dc4ed6b64 {
  cursor: pointer;
}#s-3ed4f6b4-f988-400f-9c94-2c9dc4ed6b64.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-3ed4f6b4-f988-400f-9c94-2c9dc4ed6b64 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-3ed4f6b4-f988-400f-9c94-2c9dc4ed6b64 {
  cursor: pointer;
}#s-3ed4f6b4-f988-400f-9c94-2c9dc4ed6b64.shg-box.shg-c {
  justify-content: center;
}
}
#s-e574a0a1-1dca-4887-8912-aa9117913316 {
  margin-top: 5%;
margin-left: 3%;
margin-bottom: 5%;
margin-right: 3%;
}
@media (max-width: 767px){#s-e574a0a1-1dca-4887-8912-aa9117913316 {
  display: none;
}
#s-e574a0a1-1dca-4887-8912-aa9117913316, #wrap-s-e574a0a1-1dca-4887-8912-aa9117913316 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e574a0a1-1dca-4887-8912-aa9117913316"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3daf5474-ce1d-4036-a01a-8bd214d1d80c {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3daf5474-ce1d-4036-a01a-8bd214d1d80c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 52px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-23f82529-a82b-428b-9863-c47edb7a0322 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-23f82529-a82b-428b-9863-c47edb7a0322 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-23f82529-a82b-428b-9863-c47edb7a0322 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-23f82529-a82b-428b-9863-c47edb7a0322 {
  
}
}@media (max-width: 767px){#s-23f82529-a82b-428b-9863-c47edb7a0322 {
  
}
}
#s-2aa845e3-11f3-40dd-9f97-501d85b06b82 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}

#s-ce15cd2d-dfcb-4c45-b32f-8001db56383b {
  box-shadow:1px 1px 6px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ce15cd2d-dfcb-4c45-b32f-8001db56383b:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ce15cd2d-dfcb-4c45-b32f-8001db56383b:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ce15cd2d-dfcb-4c45-b32f-8001db56383b-btn-wrapper {
    text-align: left;
  }


#s-ce15cd2d-dfcb-4c45-b32f-8001db56383b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-aef953bf-c876-40aa-b517-10d3045d5f2c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-aef953bf-c876-40aa-b517-10d3045d5f2c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aef953bf-c876-40aa-b517-10d3045d5f2c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aef953bf-c876-40aa-b517-10d3045d5f2c {
  
}
}@media (max-width: 767px){#s-aef953bf-c876-40aa-b517-10d3045d5f2c {
  
}
}







#s-aef953bf-c876-40aa-b517-10d3045d5f2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aef953bf-c876-40aa-b517-10d3045d5f2c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-66d93f14-29c4-4264-bad5-a030138c8254 {
  background-image: url(https://i.shgcdn.com/a581cae3-80f9-4be2-a229-d905397b2556/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 800px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-66d93f14-29c4-4264-bad5-a030138c8254 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-66d93f14-29c4-4264-bad5-a030138c8254 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-66d93f14-29c4-4264-bad5-a030138c8254 {
  
}
}@media (max-width: 767px){#s-66d93f14-29c4-4264-bad5-a030138c8254 {
  min-height: 285px;
max-width: 100%;
}
}







#s-66d93f14-29c4-4264-bad5-a030138c8254 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-66d93f14-29c4-4264-bad5-a030138c8254 {
  cursor: pointer;
}#s-66d93f14-29c4-4264-bad5-a030138c8254.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-66d93f14-29c4-4264-bad5-a030138c8254 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-66d93f14-29c4-4264-bad5-a030138c8254 {
  cursor: pointer;
}#s-66d93f14-29c4-4264-bad5-a030138c8254.shg-box.shg-c {
  justify-content: center;
}
}
#s-18be3d4d-dc35-457c-b9b5-191c881cacab {
  margin-top: 5%;
margin-left: 3%;
margin-bottom: 5%;
margin-right: 3%;
}
@media (max-width: 767px){#s-18be3d4d-dc35-457c-b9b5-191c881cacab {
  display: none;
}
#s-18be3d4d-dc35-457c-b9b5-191c881cacab, #wrap-s-18be3d4d-dc35-457c-b9b5-191c881cacab { display:none !important; }}
@media (min-width: 0px) {
[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-18be3d4d-dc35-457c-b9b5-191c881cacab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d72ac103-7a63-42cc-8f4c-db679566825d {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d72ac103-7a63-42cc-8f4c-db679566825d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 52px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-e05b5d77-d227-4f77-b656-1d090f14dd78 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-e05b5d77-d227-4f77-b656-1d090f14dd78 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e05b5d77-d227-4f77-b656-1d090f14dd78 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e05b5d77-d227-4f77-b656-1d090f14dd78 {
  
}
}@media (max-width: 767px){#s-e05b5d77-d227-4f77-b656-1d090f14dd78 {
  
}
}
#s-78157ee2-ab22-4b82-bb47-dd947e16b5e6 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}

#s-a8c212d2-34fa-4bcf-8a61-454eef95cf5d {
  box-shadow:1px 1px 6px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a8c212d2-34fa-4bcf-8a61-454eef95cf5d:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a8c212d2-34fa-4bcf-8a61-454eef95cf5d:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a8c212d2-34fa-4bcf-8a61-454eef95cf5d-btn-wrapper {
    text-align: left;
  }


#s-a8c212d2-34fa-4bcf-8a61-454eef95cf5d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-bdb2bf69-7456-4661-a975-88f073e6260b {
  background-image: url(https://i.shgcdn.com/79f1a7d8-082b-47d2-ad6d-d06f87752757/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 700px;
background-position: center center;
}
@media (min-width: 1200px){#s-bdb2bf69-7456-4661-a975-88f073e6260b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bdb2bf69-7456-4661-a975-88f073e6260b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bdb2bf69-7456-4661-a975-88f073e6260b {
  
}
}@media (max-width: 767px){#s-bdb2bf69-7456-4661-a975-88f073e6260b {
  
}
}







#s-bdb2bf69-7456-4661-a975-88f073e6260b > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-bdb2bf69-7456-4661-a975-88f073e6260b.shg-box.shg-c {
  justify-content: center;
}

#s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6 {
  margin-top: 5%;
margin-left: 3%;
margin-bottom: 5%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8ed0cc0e-7054-4e8a-94bb-08dcbde5a5f6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8732db7c-6f71-4cb2-af41-4de67d42b018 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8732db7c-6f71-4cb2-af41-4de67d42b018 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 52px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-1e3c9f7d-5d67-42e3-9b96-5281a1f91e59 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-1e3c9f7d-5d67-42e3-9b96-5281a1f91e59 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e3c9f7d-5d67-42e3-9b96-5281a1f91e59 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e3c9f7d-5d67-42e3-9b96-5281a1f91e59 {
  
}
}@media (max-width: 767px){#s-1e3c9f7d-5d67-42e3-9b96-5281a1f91e59 {
  
}
}
#s-7424a619-57c4-4b37-9cf0-8ce6850bda3f {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}

#s-628cac53-2ed1-4d79-99fb-5db62420fe25 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-628cac53-2ed1-4d79-99fb-5db62420fe25:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-628cac53-2ed1-4d79-99fb-5db62420fe25:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-628cac53-2ed1-4d79-99fb-5db62420fe25-btn-wrapper {
    text-align: left;
  }


#s-628cac53-2ed1-4d79-99fb-5db62420fe25.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-282f7a27-7836-462b-a991-cd9ef1b9053c {
  background-image: url(https://i.shgcdn.com/79f1a7d8-082b-47d2-ad6d-d06f87752757/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 700px;
background-position: center center;
}
@media (min-width: 1200px){#s-282f7a27-7836-462b-a991-cd9ef1b9053c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-282f7a27-7836-462b-a991-cd9ef1b9053c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-282f7a27-7836-462b-a991-cd9ef1b9053c {
  
}
}@media (max-width: 767px){#s-282f7a27-7836-462b-a991-cd9ef1b9053c {
  
}
}







#s-282f7a27-7836-462b-a991-cd9ef1b9053c > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-282f7a27-7836-462b-a991-cd9ef1b9053c.shg-box.shg-c {
  justify-content: center;
}

#s-6c0abe4c-d1c7-4e67-8420-2808c147deb8 {
  margin-top: 5%;
margin-left: 3%;
margin-bottom: 5%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6c0abe4c-d1c7-4e67-8420-2808c147deb8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-15ed0076-1f90-4709-847e-55ff8013a99c {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-15ed0076-1f90-4709-847e-55ff8013a99c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 52px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-ee591bbc-2e73-46ff-8b2b-04a536d48a78 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-ee591bbc-2e73-46ff-8b2b-04a536d48a78 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ee591bbc-2e73-46ff-8b2b-04a536d48a78 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee591bbc-2e73-46ff-8b2b-04a536d48a78 {
  
}
}@media (max-width: 767px){#s-ee591bbc-2e73-46ff-8b2b-04a536d48a78 {
  
}
}
#s-d5855d6a-f12d-4185-b7b7-8e928bb5f280 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}

#s-f6f8699a-8f8d-4dc4-aab7-cba833030a96 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f6f8699a-8f8d-4dc4-aab7-cba833030a96:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f6f8699a-8f8d-4dc4-aab7-cba833030a96:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f6f8699a-8f8d-4dc4-aab7-cba833030a96-btn-wrapper {
    text-align: left;
  }


#s-f6f8699a-8f8d-4dc4-aab7-cba833030a96.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c {
  margin-top: 5%;
margin-left: 3%;
margin-bottom: 5%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c {
  display: none;
}
#s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c, #wrap-s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c {
  display: none;
}
#s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c, #wrap-s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c {
  display: none;
}
#s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c, #wrap-s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c { display:none !important; }}@media (max-width: 767px){#s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
}
}
@media (min-width: 0px) {
[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5e6b750a-c460-4cc4-99e8-6ce5f9274a3c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a45fddc1-8f8b-4941-b821-d67a97c00af5 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a45fddc1-8f8b-4941-b821-d67a97c00af5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-c7e3298e-afd8-4e77-b7ae-d10ef14b55a6 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-c7e3298e-afd8-4e77-b7ae-d10ef14b55a6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c7e3298e-afd8-4e77-b7ae-d10ef14b55a6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c7e3298e-afd8-4e77-b7ae-d10ef14b55a6 {
  
}
}@media (max-width: 767px){#s-c7e3298e-afd8-4e77-b7ae-d10ef14b55a6 {
  
}
}
#s-ca871d93-cd99-4bea-b30e-32916e410071 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(0, 0, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(224, 223, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ca871d93-cd99-4bea-b30e-32916e410071:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ca871d93-cd99-4bea-b30e-32916e410071:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-ca871d93-cd99-4bea-b30e-32916e410071 {
  margin-bottom: 0px;
}
}

  #s-ca871d93-cd99-4bea-b30e-32916e410071-btn-wrapper {
    text-align: left;
  }


#s-ca871d93-cd99-4bea-b30e-32916e410071.shg-btn {
  color: rgba(224, 223, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-915707c2-2605-4d95-9e0d-3b8b7f1db457 {
  margin-top: 5%;
margin-left: 3%;
margin-bottom: 5%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-915707c2-2605-4d95-9e0d-3b8b7f1db457 {
  display: none;
}
#s-915707c2-2605-4d95-9e0d-3b8b7f1db457, #wrap-s-915707c2-2605-4d95-9e0d-3b8b7f1db457 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-915707c2-2605-4d95-9e0d-3b8b7f1db457 {
  display: none;
}
#s-915707c2-2605-4d95-9e0d-3b8b7f1db457, #wrap-s-915707c2-2605-4d95-9e0d-3b8b7f1db457 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-915707c2-2605-4d95-9e0d-3b8b7f1db457 {
  display: none;
}
#s-915707c2-2605-4d95-9e0d-3b8b7f1db457, #wrap-s-915707c2-2605-4d95-9e0d-3b8b7f1db457 { display:none !important; }}@media (max-width: 767px){#s-915707c2-2605-4d95-9e0d-3b8b7f1db457 {
  
}
}
@media (min-width: 0px) {
[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-915707c2-2605-4d95-9e0d-3b8b7f1db457"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-565fd6da-73ca-41e2-8422-2a18e5c739b0 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-565fd6da-73ca-41e2-8422-2a18e5c739b0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-40b7ee3e-b30a-49af-b44f-5b2bb0d656e4 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-40b7ee3e-b30a-49af-b44f-5b2bb0d656e4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-40b7ee3e-b30a-49af-b44f-5b2bb0d656e4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-40b7ee3e-b30a-49af-b44f-5b2bb0d656e4 {
  
}
}@media (max-width: 767px){#s-40b7ee3e-b30a-49af-b44f-5b2bb0d656e4 {
  
}
}
#s-0c268506-16db-4c57-b764-6df1363a4913 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}

#s-636f2c20-bd98-4c19-a32e-4251ba1e17bb {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(0, 0, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(224, 223, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-636f2c20-bd98-4c19-a32e-4251ba1e17bb:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-636f2c20-bd98-4c19-a32e-4251ba1e17bb:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-636f2c20-bd98-4c19-a32e-4251ba1e17bb {
  margin-bottom: 0px;
}
}

  #s-636f2c20-bd98-4c19-a32e-4251ba1e17bb-btn-wrapper {
    text-align: left;
  }


#s-636f2c20-bd98-4c19-a32e-4251ba1e17bb.shg-btn {
  color: rgba(224, 223, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-99f370b8-8960-4607-bf26-65a484348db0 {
  margin-top: 5%;
margin-left: 3%;
margin-bottom: 5%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-99f370b8-8960-4607-bf26-65a484348db0 {
  display: none;
}
#s-99f370b8-8960-4607-bf26-65a484348db0, #wrap-s-99f370b8-8960-4607-bf26-65a484348db0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99f370b8-8960-4607-bf26-65a484348db0 {
  display: none;
}
#s-99f370b8-8960-4607-bf26-65a484348db0, #wrap-s-99f370b8-8960-4607-bf26-65a484348db0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-99f370b8-8960-4607-bf26-65a484348db0 {
  display: none;
}
#s-99f370b8-8960-4607-bf26-65a484348db0, #wrap-s-99f370b8-8960-4607-bf26-65a484348db0 { display:none !important; }}@media (max-width: 767px){#s-99f370b8-8960-4607-bf26-65a484348db0 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
}
}
@media (min-width: 0px) {
[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-99f370b8-8960-4607-bf26-65a484348db0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b6b43ee5-73b5-4cbc-8f9c-b4a0b693dec4 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b6b43ee5-73b5-4cbc-8f9c-b4a0b693dec4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-bcba59ae-45f3-40c0-812a-27e949838d1c {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-bcba59ae-45f3-40c0-812a-27e949838d1c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bcba59ae-45f3-40c0-812a-27e949838d1c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bcba59ae-45f3-40c0-812a-27e949838d1c {
  
}
}@media (max-width: 767px){#s-bcba59ae-45f3-40c0-812a-27e949838d1c {
  
}
}
#s-a3bcd70c-f32c-44ac-920f-be77959b90ff {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(0, 0, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(224, 223, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a3bcd70c-f32c-44ac-920f-be77959b90ff:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a3bcd70c-f32c-44ac-920f-be77959b90ff:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-a3bcd70c-f32c-44ac-920f-be77959b90ff {
  margin-bottom: 0px;
}
}

  #s-a3bcd70c-f32c-44ac-920f-be77959b90ff-btn-wrapper {
    text-align: left;
  }


#s-a3bcd70c-f32c-44ac-920f-be77959b90ff.shg-btn {
  color: rgba(224, 223, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4 {
  margin-top: 5%;
margin-left: 3%;
margin-bottom: 5%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4 {
  display: none;
}
#s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4, #wrap-s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4 {
  display: none;
}
#s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4, #wrap-s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4 {
  display: none;
}
#s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4, #wrap-s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4 { display:none !important; }}@media (max-width: 767px){#s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4 {
  
}
}
@media (min-width: 0px) {
[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a2960ba7-0771-4213-bfe9-e86cc7dcf6f4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-dff15999-ef5b-4d03-812d-208e8c4814be {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-dff15999-ef5b-4d03-812d-208e8c4814be .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-bce3bcde-106d-4544-824c-d2e4dd5e5191 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-bce3bcde-106d-4544-824c-d2e4dd5e5191 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bce3bcde-106d-4544-824c-d2e4dd5e5191 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bce3bcde-106d-4544-824c-d2e4dd5e5191 {
  
}
}@media (max-width: 767px){#s-bce3bcde-106d-4544-824c-d2e4dd5e5191 {
  
}
}
#s-c750dcff-c041-4766-892e-00a3dfcf5d01 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}

#s-95200d0e-933e-400f-9c17-5aea4428388d {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(0, 0, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(224, 223, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-95200d0e-933e-400f-9c17-5aea4428388d:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-95200d0e-933e-400f-9c17-5aea4428388d:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-95200d0e-933e-400f-9c17-5aea4428388d {
  margin-bottom: 0px;
}
}

  #s-95200d0e-933e-400f-9c17-5aea4428388d-btn-wrapper {
    text-align: left;
  }


#s-95200d0e-933e-400f-9c17-5aea4428388d.shg-btn {
  color: rgba(224, 223, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-26a7f8f6-2a85-45e5-af8e-6450d284090b {
  margin-top: 5%;
margin-left: 3%;
margin-bottom: 5%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-26a7f8f6-2a85-45e5-af8e-6450d284090b {
  display: none;
}
#s-26a7f8f6-2a85-45e5-af8e-6450d284090b, #wrap-s-26a7f8f6-2a85-45e5-af8e-6450d284090b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26a7f8f6-2a85-45e5-af8e-6450d284090b {
  display: none;
}
#s-26a7f8f6-2a85-45e5-af8e-6450d284090b, #wrap-s-26a7f8f6-2a85-45e5-af8e-6450d284090b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-26a7f8f6-2a85-45e5-af8e-6450d284090b {
  display: none;
}
#s-26a7f8f6-2a85-45e5-af8e-6450d284090b, #wrap-s-26a7f8f6-2a85-45e5-af8e-6450d284090b { display:none !important; }}@media (max-width: 767px){#s-26a7f8f6-2a85-45e5-af8e-6450d284090b {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
}
}
@media (min-width: 0px) {
[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-26a7f8f6-2a85-45e5-af8e-6450d284090b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-10d067b5-0d90-4077-89ee-75e05bd3afab {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-10d067b5-0d90-4077-89ee-75e05bd3afab .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-1b966af5-df22-4e27-ba09-9618a52bedf9 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-1b966af5-df22-4e27-ba09-9618a52bedf9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1b966af5-df22-4e27-ba09-9618a52bedf9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1b966af5-df22-4e27-ba09-9618a52bedf9 {
  
}
}@media (max-width: 767px){#s-1b966af5-df22-4e27-ba09-9618a52bedf9 {
  
}
}
#s-42b91c6f-04de-4b90-ab75-13a697c25f48 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}

#s-22e56adb-d226-4a50-a193-ae68b07983bc {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(0, 0, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(224, 223, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-22e56adb-d226-4a50-a193-ae68b07983bc:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-22e56adb-d226-4a50-a193-ae68b07983bc:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-22e56adb-d226-4a50-a193-ae68b07983bc {
  margin-bottom: 0px;
}
}

  #s-22e56adb-d226-4a50-a193-ae68b07983bc-btn-wrapper {
    text-align: left;
  }


#s-22e56adb-d226-4a50-a193-ae68b07983bc.shg-btn {
  color: rgba(224, 223, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-6e3b9f10-b565-48a6-b6ed-9f6663de46c9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6e3b9f10-b565-48a6-b6ed-9f6663de46c9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6e3b9f10-b565-48a6-b6ed-9f6663de46c9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6e3b9f10-b565-48a6-b6ed-9f6663de46c9 {
  
}
}@media (max-width: 767px){#s-6e3b9f10-b565-48a6-b6ed-9f6663de46c9 {
  
}
}







#s-6e3b9f10-b565-48a6-b6ed-9f6663de46c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e3b9f10-b565-48a6-b6ed-9f6663de46c9.shg-box.shg-c {
  justify-content: center;
}

#s-c2739419-7e19-4100-88bb-78ede62a7b53 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c2739419-7e19-4100-88bb-78ede62a7b53 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c2739419-7e19-4100-88bb-78ede62a7b53 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2739419-7e19-4100-88bb-78ede62a7b53 {
  
}
}@media (max-width: 767px){#s-c2739419-7e19-4100-88bb-78ede62a7b53 {
  
}
}







#s-c2739419-7e19-4100-88bb-78ede62a7b53 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-c2739419-7e19-4100-88bb-78ede62a7b53.shg-box.shg-c {
  justify-content: center;
}

#s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ee1c87a5-5745-4bb8-aca0-6ac2bb1dc9a1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-22e48e1d-05a5-406a-9947-982ac8e58f87 {
  margin-top: 10%;
margin-bottom: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-22e48e1d-05a5-406a-9947-982ac8e58f87 {
  margin-top: 0px;
}
}







#s-22e48e1d-05a5-406a-9947-982ac8e58f87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22e48e1d-05a5-406a-9947-982ac8e58f87.shg-box.shg-c {
  justify-content: center;
}

#s-4a22127b-6dc3-4389-9348-e49b8422335b {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-4a22127b-6dc3-4389-9348-e49b8422335b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4a22127b-6dc3-4389-9348-e49b8422335b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4a22127b-6dc3-4389-9348-e49b8422335b {
  
}
}@media (max-width: 767px){#s-4a22127b-6dc3-4389-9348-e49b8422335b {
  
}
}
#s-5d363613-3948-4bd1-9e33-00bb30434683 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-5d363613-3948-4bd1-9e33-00bb30434683 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d363613-3948-4bd1-9e33-00bb30434683 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d363613-3948-4bd1-9e33-00bb30434683 {
  
}
}@media (max-width: 767px){#s-5d363613-3948-4bd1-9e33-00bb30434683 {
  
}
}
#s-5d363613-3948-4bd1-9e33-00bb30434683 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-11757446-3dd9-44de-a72a-4ae4164f2436 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-11757446-3dd9-44de-a72a-4ae4164f2436 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-11757446-3dd9-44de-a72a-4ae4164f2436 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-11757446-3dd9-44de-a72a-4ae4164f2436 {
  
}
}@media (max-width: 767px){#s-11757446-3dd9-44de-a72a-4ae4164f2436 {
  
}
}
#s-bb65cafc-4be9-4281-8b4c-d5dad40a72c0 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bb65cafc-4be9-4281-8b4c-d5dad40a72c0:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bb65cafc-4be9-4281-8b4c-d5dad40a72c0:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-bb65cafc-4be9-4281-8b4c-d5dad40a72c0-btn-wrapper {
    text-align: center;
  }


#s-bb65cafc-4be9-4281-8b4c-d5dad40a72c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-2a39d3eb-076d-4829-90fb-50a7a6deccda {
  text-align: center;
}
@media (max-width: 767px){#s-2a39d3eb-076d-4829-90fb-50a7a6deccda {
  padding-top: 0px;
padding-bottom: 0px;
}
}



  #s-2a39d3eb-076d-4829-90fb-50a7a6deccda img.shogun-image {
    
    width: px;
  }


#s-2a39d3eb-076d-4829-90fb-50a7a6deccda .shogun-image-content {
  
    align-items: center;
  
}

#s-65f28a6b-55e3-482e-b95a-fc0a002b9fb3 {
  min-height: 50px;
background-color: rgba(224, 223, 0, 1);
}
@media (min-width: 1200px){#s-65f28a6b-55e3-482e-b95a-fc0a002b9fb3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-65f28a6b-55e3-482e-b95a-fc0a002b9fb3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-65f28a6b-55e3-482e-b95a-fc0a002b9fb3 {
  
}
}@media (max-width: 767px){#s-65f28a6b-55e3-482e-b95a-fc0a002b9fb3 {
  
}
}







#s-65f28a6b-55e3-482e-b95a-fc0a002b9fb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65f28a6b-55e3-482e-b95a-fc0a002b9fb3.shg-box.shg-c {
  justify-content: center;
}

#s-1feb1949-4644-406b-97de-517b1ae3e014 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(224, 223, 0, 1);
}
@media (min-width: 1200px){#s-1feb1949-4644-406b-97de-517b1ae3e014 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1feb1949-4644-406b-97de-517b1ae3e014 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1feb1949-4644-406b-97de-517b1ae3e014 {
  
}
}@media (max-width: 767px){#s-1feb1949-4644-406b-97de-517b1ae3e014 {
  
}
}







#s-1feb1949-4644-406b-97de-517b1ae3e014 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-1feb1949-4644-406b-97de-517b1ae3e014.shg-box.shg-c {
  justify-content: center;
}

#s-57ba842b-0dd7-46fa-866f-6372e44bf1bf {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-57ba842b-0dd7-46fa-866f-6372e44bf1bf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a4b60e35-a9b5-4063-87de-7afe055a35dd {
  text-align: center;
}




  #s-a4b60e35-a9b5-4063-87de-7afe055a35dd img.shogun-image {
    
    width: px;
  }


#s-a4b60e35-a9b5-4063-87de-7afe055a35dd .shogun-image-content {
  
    align-items: center;
  
}

#s-355ed54d-1a61-4ff0-aa5e-c909eb5f90f8 {
  margin-top: 10%;
margin-bottom: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-355ed54d-1a61-4ff0-aa5e-c909eb5f90f8 {
  margin-top: 0%;
}
}







#s-355ed54d-1a61-4ff0-aa5e-c909eb5f90f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-355ed54d-1a61-4ff0-aa5e-c909eb5f90f8.shg-box.shg-c {
  justify-content: center;
}

#s-adf25437-f5ac-4bd4-83c1-aa36c54036d4 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-adf25437-f5ac-4bd4-83c1-aa36c54036d4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-adf25437-f5ac-4bd4-83c1-aa36c54036d4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-adf25437-f5ac-4bd4-83c1-aa36c54036d4 {
  
}
}@media (max-width: 767px){#s-adf25437-f5ac-4bd4-83c1-aa36c54036d4 {
  
}
}
#s-15b072c0-27ba-4bc8-a565-f6234bbb4d0a {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-15b072c0-27ba-4bc8-a565-f6234bbb4d0a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-15b072c0-27ba-4bc8-a565-f6234bbb4d0a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-15b072c0-27ba-4bc8-a565-f6234bbb4d0a {
  
}
}@media (max-width: 767px){#s-15b072c0-27ba-4bc8-a565-f6234bbb4d0a {
  
}
}
#s-15b072c0-27ba-4bc8-a565-f6234bbb4d0a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f4f8dea6-5c15-40b0-8460-41e524777dfd {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-f4f8dea6-5c15-40b0-8460-41e524777dfd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f4f8dea6-5c15-40b0-8460-41e524777dfd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f4f8dea6-5c15-40b0-8460-41e524777dfd {
  
}
}@media (max-width: 767px){#s-f4f8dea6-5c15-40b0-8460-41e524777dfd {
  
}
}
#s-c2d846b5-9e4f-4d70-8d23-947387336564 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c2d846b5-9e4f-4d70-8d23-947387336564:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(224, 223, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c2d846b5-9e4f-4d70-8d23-947387336564:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c2d846b5-9e4f-4d70-8d23-947387336564-btn-wrapper {
    text-align: center;
  }


#s-c2d846b5-9e4f-4d70-8d23-947387336564.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-0ee30ee6-686d-4ab7-8662-a8368b78de02 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0ee30ee6-686d-4ab7-8662-a8368b78de02 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0ee30ee6-686d-4ab7-8662-a8368b78de02 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0ee30ee6-686d-4ab7-8662-a8368b78de02 {
  
}
}@media (max-width: 767px){#s-0ee30ee6-686d-4ab7-8662-a8368b78de02 {
  
}
}







#s-0ee30ee6-686d-4ab7-8662-a8368b78de02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ee30ee6-686d-4ab7-8662-a8368b78de02.shg-box.shg-c {
  justify-content: center;
}

#s-3ef01049-dd6d-49b6-ac3c-d27d2ce76fb1 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3ef01049-dd6d-49b6-ac3c-d27d2ce76fb1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ef01049-dd6d-49b6-ac3c-d27d2ce76fb1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ef01049-dd6d-49b6-ac3c-d27d2ce76fb1 {
  
}
}@media (max-width: 767px){#s-3ef01049-dd6d-49b6-ac3c-d27d2ce76fb1 {
  
}
}







#s-3ef01049-dd6d-49b6-ac3c-d27d2ce76fb1 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-3ef01049-dd6d-49b6-ac3c-d27d2ce76fb1.shg-box.shg-c {
  justify-content: center;
}

#s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047 {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-41fa664a-06a2-4ea5-8ab3-ec274d8fc047"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f08ecdf9-bd9d-4858-8b93-334a68ec93fe {
  margin-top: 10%;
margin-bottom: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-f08ecdf9-bd9d-4858-8b93-334a68ec93fe {
  margin-top: 0%;
}
}







#s-f08ecdf9-bd9d-4858-8b93-334a68ec93fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f08ecdf9-bd9d-4858-8b93-334a68ec93fe.shg-box.shg-c {
  justify-content: center;
}

#s-5f4792ef-7eba-49f6-9161-3a8109085412 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-5f4792ef-7eba-49f6-9161-3a8109085412 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f4792ef-7eba-49f6-9161-3a8109085412 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f4792ef-7eba-49f6-9161-3a8109085412 {
  
}
}@media (max-width: 767px){#s-5f4792ef-7eba-49f6-9161-3a8109085412 {
  
}
}
#s-2d960f8f-d628-4f23-8119-3ecf99f0cc9b {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-2d960f8f-d628-4f23-8119-3ecf99f0cc9b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d960f8f-d628-4f23-8119-3ecf99f0cc9b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2d960f8f-d628-4f23-8119-3ecf99f0cc9b {
  
}
}@media (max-width: 767px){#s-2d960f8f-d628-4f23-8119-3ecf99f0cc9b {
  
}
}
#s-2d960f8f-d628-4f23-8119-3ecf99f0cc9b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f99cf6a5-67a7-4163-a5bd-26833431490f {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-f99cf6a5-67a7-4163-a5bd-26833431490f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f99cf6a5-67a7-4163-a5bd-26833431490f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f99cf6a5-67a7-4163-a5bd-26833431490f {
  
}
}@media (max-width: 767px){#s-f99cf6a5-67a7-4163-a5bd-26833431490f {
  
}
}
#s-aff867e6-ada6-4bd9-8253-257d0955ffbc {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-aff867e6-ada6-4bd9-8253-257d0955ffbc:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-aff867e6-ada6-4bd9-8253-257d0955ffbc:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-aff867e6-ada6-4bd9-8253-257d0955ffbc-btn-wrapper {
    text-align: center;
  }


#s-aff867e6-ada6-4bd9-8253-257d0955ffbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-e319a0b3-caa4-4d6d-aecb-5b28f8658b25 {
  text-align: center;
}




  #s-e319a0b3-caa4-4d6d-aecb-5b28f8658b25 img.shogun-image {
    
    width: px;
  }


#s-e319a0b3-caa4-4d6d-aecb-5b28f8658b25 .shogun-image-content {
  
    align-items: center;
  
}

#s-69ec5ed6-cc81-4c12-be94-adabc8142003 {
  margin-top: 27px;
margin-bottom: 12px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-69ec5ed6-cc81-4c12-be94-adabc8142003 {
  
}
}
@media (min-width: 0px) {
[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-69ec5ed6-cc81-4c12-be94-adabc8142003"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-29292217-d86a-4a88-9ea6-6d01ab6d39f6 {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-29292217-d86a-4a88-9ea6-6d01ab6d39f6 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29292217-d86a-4a88-9ea6-6d01ab6d39f6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-29292217-d86a-4a88-9ea6-6d01ab6d39f6 {
  
}
}@media (max-width: 767px){#s-29292217-d86a-4a88-9ea6-6d01ab6d39f6 {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-29292217-d86a-4a88-9ea6-6d01ab6d39f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29292217-d86a-4a88-9ea6-6d01ab6d39f6.shg-box.shg-c {
  justify-content: center;
}

#s-89159abc-9cd9-4e24-a31e-fd9418b182a8 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 25px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-89159abc-9cd9-4e24-a31e-fd9418b182a8 {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-89159abc-9cd9-4e24-a31e-fd9418b182a8, #wrap-s-89159abc-9cd9-4e24-a31e-fd9418b182a8 { display:none !important; }}@media (max-width: 767px){#s-89159abc-9cd9-4e24-a31e-fd9418b182a8 {
  margin-right: 20px;
display: none;
}
#s-89159abc-9cd9-4e24-a31e-fd9418b182a8, #wrap-s-89159abc-9cd9-4e24-a31e-fd9418b182a8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-89159abc-9cd9-4e24-a31e-fd9418b182a8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-61ab3278-4de9-42ef-8dce-166a233696db {
  border-radius: 20px;
text-align: center;
}




  #s-61ab3278-4de9-42ef-8dce-166a233696db img.shogun-image {
    
    width: px;
  }


#s-61ab3278-4de9-42ef-8dce-166a233696db .shogun-image-content {
  
    align-items: center;
  
}

#s-03c04b91-d861-4c85-a8cb-74741a224c08 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-03c04b91-d861-4c85-a8cb-74741a224c08 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-03c04b91-d861-4c85-a8cb-74741a224c08 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-0c2b97a7-1462-4095-9a56-ec8d37bb0631 {
  margin-left: 24px;
margin-right: 24px;
}
}
@media (max-width: 767px){#s-0fed14cb-ed4b-4703-9b07-e559d729fcff {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-ba471d1b-6133-4ee3-a7a9-ac898658ce22 {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ba471d1b-6133-4ee3-a7a9-ac898658ce22:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ba471d1b-6133-4ee3-a7a9-ac898658ce22:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-ba471d1b-6133-4ee3-a7a9-ac898658ce22 {
  margin-left: 24px;
margin-bottom: 24px;
}
}

  #s-ba471d1b-6133-4ee3-a7a9-ac898658ce22-btn-wrapper {
    text-align: left;
  }


#s-ba471d1b-6133-4ee3-a7a9-ac898658ce22.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-4208ce7e-6898-44ba-a83f-92a16499bd1a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-4208ce7e-6898-44ba-a83f-92a16499bd1a {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-4208ce7e-6898-44ba-a83f-92a16499bd1a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-ca86d58e-bba8-4239-b1ae-123523e6b3de {
  margin-left: 24px;
margin-right: 24px;
}
}
@media (max-width: 767px){#s-2462be7d-c192-4fec-8633-bdce9b6b162e {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-2de6f458-0b81-4ac0-9911-abcdd8cd67ae {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2de6f458-0b81-4ac0-9911-abcdd8cd67ae:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2de6f458-0b81-4ac0-9911-abcdd8cd67ae:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-2de6f458-0b81-4ac0-9911-abcdd8cd67ae {
  margin-left: 24px;
margin-bottom: 24px;
}
}

  #s-2de6f458-0b81-4ac0-9911-abcdd8cd67ae-btn-wrapper {
    text-align: left;
  }


#s-2de6f458-0b81-4ac0-9911-abcdd8cd67ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-cf8f4e61-b203-4304-8ba7-6b0fd83c0d47 {
  border-radius: 20px;
text-align: center;
}




  #s-cf8f4e61-b203-4304-8ba7-6b0fd83c0d47 img.shogun-image {
    
    width: px;
  }


#s-cf8f4e61-b203-4304-8ba7-6b0fd83c0d47 .shogun-image-content {
  
    align-items: center;
  
}

#s-181a278a-31f9-4a4e-bf19-a102b0a5b25c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-181a278a-31f9-4a4e-bf19-a102b0a5b25c {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-181a278a-31f9-4a4e-bf19-a102b0a5b25c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-f3956b99-9999-453c-9854-3a3519afa913 {
  margin-left: 24px;
margin-right: 24px;
}
}
@media (max-width: 767px){#s-1c26ffdb-65c8-44c6-953a-5107e3ed38c2 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-dcc39088-2b7d-43ec-a261-205feac3cd78 {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-dcc39088-2b7d-43ec-a261-205feac3cd78:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dcc39088-2b7d-43ec-a261-205feac3cd78:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-dcc39088-2b7d-43ec-a261-205feac3cd78 {
  margin-left: 24px;
margin-bottom: 24px;
}
}

  #s-dcc39088-2b7d-43ec-a261-205feac3cd78-btn-wrapper {
    text-align: left;
  }


#s-dcc39088-2b7d-43ec-a261-205feac3cd78.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-0bbdf3a3-4a96-470a-bb03-e9241e9e12e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-0bbdf3a3-4a96-470a-bb03-e9241e9e12e4 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-0bbdf3a3-4a96-470a-bb03-e9241e9e12e4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-a15891e3-5994-4642-9daf-369024ea48b0 {
  margin-left: 24px;
margin-right: 24px;
}
}
@media (max-width: 767px){#s-976ba392-d397-44a0-b4fa-1dedeb156a42 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-5903e0de-a9a3-45d8-a057-524d0472565c {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5903e0de-a9a3-45d8-a057-524d0472565c:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5903e0de-a9a3-45d8-a057-524d0472565c:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-5903e0de-a9a3-45d8-a057-524d0472565c {
  margin-left: 24px;
margin-bottom: 24px;
}
}

  #s-5903e0de-a9a3-45d8-a057-524d0472565c-btn-wrapper {
    text-align: left;
  }


#s-5903e0de-a9a3-45d8-a057-524d0472565c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-bb069ff7-11bb-4fe1-93d6-349e0030a46c {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 25px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 1200px){#s-bb069ff7-11bb-4fe1-93d6-349e0030a46c {
  display: none;
}
#s-bb069ff7-11bb-4fe1-93d6-349e0030a46c, #wrap-s-bb069ff7-11bb-4fe1-93d6-349e0030a46c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb069ff7-11bb-4fe1-93d6-349e0030a46c {
  display: none;
}
#s-bb069ff7-11bb-4fe1-93d6-349e0030a46c, #wrap-s-bb069ff7-11bb-4fe1-93d6-349e0030a46c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bb069ff7-11bb-4fe1-93d6-349e0030a46c {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-bb069ff7-11bb-4fe1-93d6-349e0030a46c, #wrap-s-bb069ff7-11bb-4fe1-93d6-349e0030a46c { display:none !important; }}@media (max-width: 767px){#s-bb069ff7-11bb-4fe1-93d6-349e0030a46c {
  margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-bb069ff7-11bb-4fe1-93d6-349e0030a46c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-aacb7e18-28dc-43b9-9458-01e721a0b95a {
  border-radius: 20px;
text-align: center;
}




  #s-aacb7e18-28dc-43b9-9458-01e721a0b95a img.shogun-image {
    
    width: px;
  }


#s-aacb7e18-28dc-43b9-9458-01e721a0b95a .shogun-image-content {
  
    align-items: center;
  
}

#s-a10d9ea6-ba9e-4985-ac26-ab13848960f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-a10d9ea6-ba9e-4985-ac26-ab13848960f9 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-a10d9ea6-ba9e-4985-ac26-ab13848960f9 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-3121159c-e66c-4a2e-8cbf-db3cb12273d0 {
  margin-left: 24px;
margin-right: 24px;
}
}
@media (max-width: 767px){#s-2de01e74-f0f2-4cdc-a6c4-51e58cc29c30 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-b5f06967-8acf-4c4c-97e7-6c58f73126a6 {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b5f06967-8acf-4c4c-97e7-6c58f73126a6:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b5f06967-8acf-4c4c-97e7-6c58f73126a6:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-b5f06967-8acf-4c4c-97e7-6c58f73126a6 {
  margin-left: 24px;
margin-bottom: 24px;
}
}

  #s-b5f06967-8acf-4c4c-97e7-6c58f73126a6-btn-wrapper {
    text-align: left;
  }


#s-b5f06967-8acf-4c4c-97e7-6c58f73126a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-418dddf1-0189-472e-91cf-f2c910bfaf66 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-418dddf1-0189-472e-91cf-f2c910bfaf66 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-418dddf1-0189-472e-91cf-f2c910bfaf66 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-60007f25-5711-40f9-8390-5df55490646b {
  margin-left: 24px;
margin-right: 24px;
}
}
@media (max-width: 767px){#s-152d90dc-24e3-44f7-860d-c062124428e2 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-0b503024-0426-4ff9-bdbb-4c0601ed95c3 {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0b503024-0426-4ff9-bdbb-4c0601ed95c3:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0b503024-0426-4ff9-bdbb-4c0601ed95c3:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-0b503024-0426-4ff9-bdbb-4c0601ed95c3 {
  margin-left: 24px;
margin-bottom: 24px;
}
}

  #s-0b503024-0426-4ff9-bdbb-4c0601ed95c3-btn-wrapper {
    text-align: left;
  }


#s-0b503024-0426-4ff9-bdbb-4c0601ed95c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-73d7196f-4b57-425c-ae5e-4db7ecf7064f {
  border-radius: 20px;
text-align: center;
}




  #s-73d7196f-4b57-425c-ae5e-4db7ecf7064f img.shogun-image {
    
    width: px;
  }


#s-73d7196f-4b57-425c-ae5e-4db7ecf7064f .shogun-image-content {
  
    align-items: center;
  
}

#s-b54f0347-5cb2-47e2-ac27-75d0a32645c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-b54f0347-5cb2-47e2-ac27-75d0a32645c6 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-b54f0347-5cb2-47e2-ac27-75d0a32645c6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-53b8c334-8a03-43c2-a42e-adcdb5a610ff {
  margin-left: 24px;
margin-right: 24px;
}
}
@media (max-width: 767px){#s-0d52a5ae-8f7c-42c7-bbe9-04f0b66c9732 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-2678f093-5c82-4cc0-bcab-ecfe9b822520 {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2678f093-5c82-4cc0-bcab-ecfe9b822520:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2678f093-5c82-4cc0-bcab-ecfe9b822520:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-2678f093-5c82-4cc0-bcab-ecfe9b822520 {
  margin-left: 24px;
margin-bottom: 24px;
}
}

  #s-2678f093-5c82-4cc0-bcab-ecfe9b822520-btn-wrapper {
    text-align: left;
  }


#s-2678f093-5c82-4cc0-bcab-ecfe9b822520.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-91a6bb14-59e4-42ec-881b-403b1b41b0df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-91a6bb14-59e4-42ec-881b-403b1b41b0df {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-91a6bb14-59e4-42ec-881b-403b1b41b0df .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-91a6bb14-59e4-42ec-881b-403b1b41b0df .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
@media (max-width: 767px){#s-4dcf8eb3-4717-4018-9f67-9a5d59836c2a {
  margin-left: 24px;
margin-right: 24px;
}
}
@media (max-width: 767px){#s-0a22e63a-eed3-4280-a629-bf93d8ac63f3 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-1f888cbc-e692-48a7-9add-23ad3789653f {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1f888cbc-e692-48a7-9add-23ad3789653f:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1f888cbc-e692-48a7-9add-23ad3789653f:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-1f888cbc-e692-48a7-9add-23ad3789653f {
  margin-left: 24px;
margin-bottom: 24px;
}
}

  #s-1f888cbc-e692-48a7-9add-23ad3789653f-btn-wrapper {
    text-align: left;
  }


#s-1f888cbc-e692-48a7-9add-23ad3789653f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-8eb5b7af-3878-4308-987c-5ea4e9563a0d {
  border-style: solid;
margin-top: 0px;
margin-bottom: 49px;
padding-top: 10px;
padding-left: 26px;
padding-bottom: 10px;
padding-right: 26px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(26, 26, 26, 1);
text-decoration: none;
}
#s-8eb5b7af-3878-4308-987c-5ea4e9563a0d:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(26, 26, 26, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8eb5b7af-3878-4308-987c-5ea4e9563a0d:active {background-color: rgba(26, 26, 26, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8eb5b7af-3878-4308-987c-5ea4e9563a0d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8eb5b7af-3878-4308-987c-5ea4e9563a0d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8eb5b7af-3878-4308-987c-5ea4e9563a0d {
  display: none;
}
#s-8eb5b7af-3878-4308-987c-5ea4e9563a0d, #wrap-s-8eb5b7af-3878-4308-987c-5ea4e9563a0d { display:none !important; }}@media (max-width: 767px){#s-8eb5b7af-3878-4308-987c-5ea4e9563a0d {
  
}
}


#s-8eb5b7af-3878-4308-987c-5ea4e9563a0d.shg-btn {
  color: rgba(26, 26, 26, 1);
  font-size: 22px;
  
  
  font-family: rubik;
  display:  inline-block ;
}

#s-ad7daf99-3392-4ffd-ab94-5ab72b128756 {
  margin-top: 0px;
min-height: 100%;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-ad7daf99-3392-4ffd-ab94-5ab72b128756 {
  display: none;
}
#s-ad7daf99-3392-4ffd-ab94-5ab72b128756, #wrap-s-ad7daf99-3392-4ffd-ab94-5ab72b128756 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad7daf99-3392-4ffd-ab94-5ab72b128756 {
  display: none;
}
#s-ad7daf99-3392-4ffd-ab94-5ab72b128756, #wrap-s-ad7daf99-3392-4ffd-ab94-5ab72b128756 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ad7daf99-3392-4ffd-ab94-5ab72b128756 {
  
}
}@media (max-width: 767px){#s-ad7daf99-3392-4ffd-ab94-5ab72b128756 {
  display: none;
}
#s-ad7daf99-3392-4ffd-ab94-5ab72b128756, #wrap-s-ad7daf99-3392-4ffd-ab94-5ab72b128756 { display:none !important; }}







#s-ad7daf99-3392-4ffd-ab94-5ab72b128756 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad7daf99-3392-4ffd-ab94-5ab72b128756.shg-box.shg-c {
  justify-content: center;
}

#s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 25px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c {
  margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-71f4bdfc-8738-4c52-9ca9-2495e3cce14c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-1e03ddc6-1fda-4a78-8299-e333d078de35 {
  border-radius: 20px;
text-align: center;
}




  #s-1e03ddc6-1fda-4a78-8299-e333d078de35 img.shogun-image {
    
    width: px;
  }


#s-1e03ddc6-1fda-4a78-8299-e333d078de35 .shogun-image-content {
  
    align-items: center;
  
}

#s-52edf8c6-1563-4729-99dc-2e38c86feac5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-52edf8c6-1563-4729-99dc-2e38c86feac5 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-52edf8c6-1563-4729-99dc-2e38c86feac5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-ff26007c-bd01-4e00-ac8b-b533c6ccc787 {
  margin-left: 24px;
margin-right: 24px;
}
}
@media (max-width: 767px){#s-c8d727af-c18e-472f-b305-6ac32abcd7a1 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-2d134a37-267e-4430-b256-5fa71613cca9 {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2d134a37-267e-4430-b256-5fa71613cca9:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2d134a37-267e-4430-b256-5fa71613cca9:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-2d134a37-267e-4430-b256-5fa71613cca9 {
  margin-left: 24px;
}
}

  #s-2d134a37-267e-4430-b256-5fa71613cca9-btn-wrapper {
    text-align: left;
  }


#s-2d134a37-267e-4430-b256-5fa71613cca9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-1f0f6787-3cd0-4482-ab12-82800c6d5c17 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-1f0f6787-3cd0-4482-ab12-82800c6d5c17 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-1f0f6787-3cd0-4482-ab12-82800c6d5c17 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-be42516c-8efa-49a7-9782-a2c00eadeb23 {
  margin-left: 24px;
margin-right: 24px;
}
}
@media (max-width: 767px){#s-348d60fb-a4d8-42b0-984b-7b5527a26c30 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-44b56452-99c6-4fe5-a1a9-a79d88806ac7 {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-44b56452-99c6-4fe5-a1a9-a79d88806ac7:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-44b56452-99c6-4fe5-a1a9-a79d88806ac7:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-44b56452-99c6-4fe5-a1a9-a79d88806ac7 {
  margin-left: 24px;
margin-bottom: 24px;
}
}

  #s-44b56452-99c6-4fe5-a1a9-a79d88806ac7-btn-wrapper {
    text-align: left;
  }


#s-44b56452-99c6-4fe5-a1a9-a79d88806ac7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-7abd04b2-8740-4008-b05e-cbe2442d457d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-7abd04b2-8740-4008-b05e-cbe2442d457d {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-7abd04b2-8740-4008-b05e-cbe2442d457d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-49f0466f-f6a2-4cc7-a8ab-af99a092279c {
  margin-left: 24px;
margin-right: 24px;
}
}
@media (max-width: 767px){#s-c0c6fd79-42d9-4354-9a14-9a0716646017 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-8e2ae0e9-e83c-4df1-8a90-e78daa7e733b {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8e2ae0e9-e83c-4df1-8a90-e78daa7e733b:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8e2ae0e9-e83c-4df1-8a90-e78daa7e733b:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-8e2ae0e9-e83c-4df1-8a90-e78daa7e733b {
  margin-left: 24px;
}
}

  #s-8e2ae0e9-e83c-4df1-8a90-e78daa7e733b-btn-wrapper {
    text-align: left;
  }


#s-8e2ae0e9-e83c-4df1-8a90-e78daa7e733b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-8af1c518-37e3-4738-b891-8a368f53ad2e {
  border-radius: 20px;
text-align: center;
}




  #s-8af1c518-37e3-4738-b891-8a368f53ad2e img.shogun-image {
    
    width: px;
  }


#s-8af1c518-37e3-4738-b891-8a368f53ad2e .shogun-image-content {
  
    align-items: center;
  
}

#s-a9bc226a-8a92-4aa3-9e9a-f55638c97146 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-a9bc226a-8a92-4aa3-9e9a-f55638c97146 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-a9bc226a-8a92-4aa3-9e9a-f55638c97146 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-d9433805-4def-411a-aaff-a0daf0a45032 {
  margin-left: 24px;
margin-right: 24px;
}
}
@media (max-width: 767px){#s-479fb83c-3041-4946-a8a0-0b27df9b0ea0 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-2a5206bd-4981-4962-999e-16692b71739f {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2a5206bd-4981-4962-999e-16692b71739f:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2a5206bd-4981-4962-999e-16692b71739f:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-2a5206bd-4981-4962-999e-16692b71739f {
  margin-left: 24px;
margin-bottom: 24px;
}
}

  #s-2a5206bd-4981-4962-999e-16692b71739f-btn-wrapper {
    text-align: left;
  }


#s-2a5206bd-4981-4962-999e-16692b71739f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-f96e6b4e-23ea-445a-ac0d-b93cbc861b9e {
  border-style: solid;
margin-top: 0px;
margin-bottom: 49px;
padding-top: 10px;
padding-left: 26px;
padding-bottom: 10px;
padding-right: 26px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(26, 26, 26, 1);
text-decoration: none;
}
#s-f96e6b4e-23ea-445a-ac0d-b93cbc861b9e:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(26, 26, 26, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f96e6b4e-23ea-445a-ac0d-b93cbc861b9e:active {background-color: rgba(26, 26, 26, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f96e6b4e-23ea-445a-ac0d-b93cbc861b9e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f96e6b4e-23ea-445a-ac0d-b93cbc861b9e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f96e6b4e-23ea-445a-ac0d-b93cbc861b9e {
  
}
}@media (max-width: 767px){#s-f96e6b4e-23ea-445a-ac0d-b93cbc861b9e {
  
}
}


#s-f96e6b4e-23ea-445a-ac0d-b93cbc861b9e.shg-btn {
  color: rgba(26, 26, 26, 1);
  font-size: 22px;
  
  
  font-family: rubik;
  display:  inline-block ;
}

#s-057435dd-200a-484e-9750-b84f350599a1 {
  padding-bottom: 27px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-057435dd-200a-484e-9750-b84f350599a1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7db2d4dc-1bdd-4b90-adb6-bedbdd5204e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7db2d4dc-1bdd-4b90-adb6-bedbdd5204e4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 77px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-7db2d4dc-1bdd-4b90-adb6-bedbdd5204e4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-93e2c837-6c98-4d14-aa0f-36c9ac409074 .shogun-icon-wrapper {
  text-align: center;
}


#s-93e2c837-6c98-4d14-aa0f-36c9ac409074 .shogun-icon-wrapper > .shogun-icon {

  font-size: 47px !important;
  color: rgba(0, 0, 0, 1);
}

#s-ebc44377-0403-40b2-8a4c-bfd42a746ba1 {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-ebc44377-0403-40b2-8a4c-bfd42a746ba1 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ebc44377-0403-40b2-8a4c-bfd42a746ba1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ebc44377-0403-40b2-8a4c-bfd42a746ba1 {
  
}
}@media (max-width: 767px){#s-ebc44377-0403-40b2-8a4c-bfd42a746ba1 {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-ebc44377-0403-40b2-8a4c-bfd42a746ba1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebc44377-0403-40b2-8a4c-bfd42a746ba1.shg-box.shg-c {
  justify-content: center;
}

#s-b3971ff8-15f1-4487-b8b6-2790244168cb {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 25px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
padding-top: 25px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b3971ff8-15f1-4487-b8b6-2790244168cb {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-b3971ff8-15f1-4487-b8b6-2790244168cb {
  margin-top: 25px;
margin-bottom: 25px;
margin-right: 20px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-b3971ff8-15f1-4487-b8b6-2790244168cb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-54c45726-a54f-4dfd-9ab8-19806999382d {
  text-align: center;
}
@media (max-width: 767px){#s-54c45726-a54f-4dfd-9ab8-19806999382d {
  
}
}
#s-1afb8e56-c5ff-46c6-957f-42106b0d1ad2 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

#s-11c52002-dc4f-4925-a856-8833b4b10b92 {
  text-align: center;
}


.shg-c#s-11c52002-dc4f-4925-a856-8833b4b10b92 {
  max-width: 100%;
}

.shg-c#s-11c52002-dc4f-4925-a856-8833b4b10b92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11c52002-dc4f-4925-a856-8833b4b10b92 .shg-image-zoom,
.shg-c#s-11c52002-dc4f-4925-a856-8833b4b10b92 img.shogun-image {
  max-width: 75% !important;
  min-height:  !important;
}

.shg-c#s-11c52002-dc4f-4925-a856-8833b4b10b92 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-11c52002-dc4f-4925-a856-8833b4b10b92 {
  max-width: 100%;
}

.shg-c#s-11c52002-dc4f-4925-a856-8833b4b10b92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11c52002-dc4f-4925-a856-8833b4b10b92 .shg-image-zoom,
.shg-c#s-11c52002-dc4f-4925-a856-8833b4b10b92 img.shogun-image {
  max-width: 75% !important;
  min-height:  !important;
}

.shg-c#s-11c52002-dc4f-4925-a856-8833b4b10b92 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-11c52002-dc4f-4925-a856-8833b4b10b92 {
  max-width: 100%;
}

.shg-c#s-11c52002-dc4f-4925-a856-8833b4b10b92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11c52002-dc4f-4925-a856-8833b4b10b92 .shg-image-zoom,
.shg-c#s-11c52002-dc4f-4925-a856-8833b4b10b92 img.shogun-image {
  max-width: 75% !important;
  min-height:  !important;
}

.shg-c#s-11c52002-dc4f-4925-a856-8833b4b10b92 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-11c52002-dc4f-4925-a856-8833b4b10b92 {
  max-width: 100%;
}

.shg-c#s-11c52002-dc4f-4925-a856-8833b4b10b92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11c52002-dc4f-4925-a856-8833b4b10b92 .shg-image-zoom,
.shg-c#s-11c52002-dc4f-4925-a856-8833b4b10b92 img.shogun-image {
  max-width: 75% !important;
  min-height:  !important;
}

.shg-c#s-11c52002-dc4f-4925-a856-8833b4b10b92 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-11c52002-dc4f-4925-a856-8833b4b10b92 {
  max-width: 100%;
}

.shg-c#s-11c52002-dc4f-4925-a856-8833b4b10b92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11c52002-dc4f-4925-a856-8833b4b10b92 .shg-image-zoom,
.shg-c#s-11c52002-dc4f-4925-a856-8833b4b10b92 img.shogun-image {
  max-width: 75% !important;
  min-height:  !important;
}

.shg-c#s-11c52002-dc4f-4925-a856-8833b4b10b92 .shg-image-zoom {
  
    margin: 0 auto;
  
}

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

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

#s-def1999c-a3e9-4136-b03b-17f72bea4a14 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-def1999c-a3e9-4136-b03b-17f72bea4a14 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-d7cfb055-bfef-4fe2-a069-8901c5a1d9e1 {
  text-align: center;
}

#s-d7cfb055-bfef-4fe2-a069-8901c5a1d9e1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Rubik;
  font-style:  normal ;
}

#s-d7cfb055-bfef-4fe2-a069-8901c5a1d9e1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Rubik;
  font-style:  normal ;
  font-size: 18px;
}

#s-d7cfb055-bfef-4fe2-a069-8901c5a1d9e1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-fa0b08cb-d356-4bfa-b59f-3142a6ab5cf5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(224, 223, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-fa0b08cb-d356-4bfa-b59f-3142a6ab5cf5:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(224, 223, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fa0b08cb-d356-4bfa-b59f-3142a6ab5cf5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fa0b08cb-d356-4bfa-b59f-3142a6ab5cf5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa0b08cb-d356-4bfa-b59f-3142a6ab5cf5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa0b08cb-d356-4bfa-b59f-3142a6ab5cf5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-fa0b08cb-d356-4bfa-b59f-3142a6ab5cf5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0eaf1a14-269b-486a-9e0a-7784ccb08025 {
  display: none;
}
#s-dbb86dfb-08e7-42b5-bf67-0350e6095323 {
  text-align: center;
}


.shg-c#s-dbb86dfb-08e7-42b5-bf67-0350e6095323 {
  max-width: 100%;
}

.shg-c#s-dbb86dfb-08e7-42b5-bf67-0350e6095323 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbb86dfb-08e7-42b5-bf67-0350e6095323 .shg-image-zoom,
.shg-c#s-dbb86dfb-08e7-42b5-bf67-0350e6095323 img.shogun-image {
  max-width: 75% !important;
  min-height:  !important;
}

.shg-c#s-dbb86dfb-08e7-42b5-bf67-0350e6095323 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-dbb86dfb-08e7-42b5-bf67-0350e6095323 {
  max-width: 100%;
}

.shg-c#s-dbb86dfb-08e7-42b5-bf67-0350e6095323 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbb86dfb-08e7-42b5-bf67-0350e6095323 .shg-image-zoom,
.shg-c#s-dbb86dfb-08e7-42b5-bf67-0350e6095323 img.shogun-image {
  max-width: 75% !important;
  min-height:  !important;
}

.shg-c#s-dbb86dfb-08e7-42b5-bf67-0350e6095323 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dbb86dfb-08e7-42b5-bf67-0350e6095323 {
  max-width: 100%;
}

.shg-c#s-dbb86dfb-08e7-42b5-bf67-0350e6095323 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbb86dfb-08e7-42b5-bf67-0350e6095323 .shg-image-zoom,
.shg-c#s-dbb86dfb-08e7-42b5-bf67-0350e6095323 img.shogun-image {
  max-width: 75% !important;
  min-height:  !important;
}

.shg-c#s-dbb86dfb-08e7-42b5-bf67-0350e6095323 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dbb86dfb-08e7-42b5-bf67-0350e6095323 {
  max-width: 100%;
}

.shg-c#s-dbb86dfb-08e7-42b5-bf67-0350e6095323 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbb86dfb-08e7-42b5-bf67-0350e6095323 .shg-image-zoom,
.shg-c#s-dbb86dfb-08e7-42b5-bf67-0350e6095323 img.shogun-image {
  max-width: 75% !important;
  min-height:  !important;
}

.shg-c#s-dbb86dfb-08e7-42b5-bf67-0350e6095323 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-dbb86dfb-08e7-42b5-bf67-0350e6095323 {
  max-width: 100%;
}

.shg-c#s-dbb86dfb-08e7-42b5-bf67-0350e6095323 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbb86dfb-08e7-42b5-bf67-0350e6095323 .shg-image-zoom,
.shg-c#s-dbb86dfb-08e7-42b5-bf67-0350e6095323 img.shogun-image {
  max-width: 75% !important;
  min-height:  !important;
}

.shg-c#s-dbb86dfb-08e7-42b5-bf67-0350e6095323 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-87ff0c1a-9ec9-4da4-883e-e28d03115eae {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-87ff0c1a-9ec9-4da4-883e-e28d03115eae .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-042ae635-26f4-48bf-9ec7-6eddfdb53d4d {
  text-align: center;
}

#s-042ae635-26f4-48bf-9ec7-6eddfdb53d4d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Rubik;
  font-style:  normal ;
}

#s-042ae635-26f4-48bf-9ec7-6eddfdb53d4d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Rubik;
  font-style:  normal ;
  font-size: 18px;
}

#s-042ae635-26f4-48bf-9ec7-6eddfdb53d4d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e034b2fe-40e9-4b02-a783-12f0680a9240 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(224, 223, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e034b2fe-40e9-4b02-a783-12f0680a9240:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(224, 223, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e034b2fe-40e9-4b02-a783-12f0680a9240:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e034b2fe-40e9-4b02-a783-12f0680a9240 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e034b2fe-40e9-4b02-a783-12f0680a9240.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e034b2fe-40e9-4b02-a783-12f0680a9240.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-e034b2fe-40e9-4b02-a783-12f0680a9240.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-944d6755-afaa-4743-b64d-8ee380742eec {
  display: none;
}
#s-0b8d2907-becf-4774-9e2e-d58e8dcadee8 {
  text-align: center;
}


.shg-c#s-0b8d2907-becf-4774-9e2e-d58e8dcadee8 {
  max-width: 100%;
}

.shg-c#s-0b8d2907-becf-4774-9e2e-d58e8dcadee8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b8d2907-becf-4774-9e2e-d58e8dcadee8 .shg-image-zoom,
.shg-c#s-0b8d2907-becf-4774-9e2e-d58e8dcadee8 img.shogun-image {
  max-width: 75% !important;
  min-height:  !important;
}

.shg-c#s-0b8d2907-becf-4774-9e2e-d58e8dcadee8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-0b8d2907-becf-4774-9e2e-d58e8dcadee8 {
  max-width: 100%;
}

.shg-c#s-0b8d2907-becf-4774-9e2e-d58e8dcadee8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b8d2907-becf-4774-9e2e-d58e8dcadee8 .shg-image-zoom,
.shg-c#s-0b8d2907-becf-4774-9e2e-d58e8dcadee8 img.shogun-image {
  max-width: 75% !important;
  min-height:  !important;
}

.shg-c#s-0b8d2907-becf-4774-9e2e-d58e8dcadee8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0b8d2907-becf-4774-9e2e-d58e8dcadee8 {
  max-width: 100%;
}

.shg-c#s-0b8d2907-becf-4774-9e2e-d58e8dcadee8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b8d2907-becf-4774-9e2e-d58e8dcadee8 .shg-image-zoom,
.shg-c#s-0b8d2907-becf-4774-9e2e-d58e8dcadee8 img.shogun-image {
  max-width: 75% !important;
  min-height:  !important;
}

.shg-c#s-0b8d2907-becf-4774-9e2e-d58e8dcadee8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0b8d2907-becf-4774-9e2e-d58e8dcadee8 {
  max-width: 100%;
}

.shg-c#s-0b8d2907-becf-4774-9e2e-d58e8dcadee8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b8d2907-becf-4774-9e2e-d58e8dcadee8 .shg-image-zoom,
.shg-c#s-0b8d2907-becf-4774-9e2e-d58e8dcadee8 img.shogun-image {
  max-width: 75% !important;
  min-height:  !important;
}

.shg-c#s-0b8d2907-becf-4774-9e2e-d58e8dcadee8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-0b8d2907-becf-4774-9e2e-d58e8dcadee8 {
  max-width: 100%;
}

.shg-c#s-0b8d2907-becf-4774-9e2e-d58e8dcadee8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b8d2907-becf-4774-9e2e-d58e8dcadee8 .shg-image-zoom,
.shg-c#s-0b8d2907-becf-4774-9e2e-d58e8dcadee8 img.shogun-image {
  max-width: 75% !important;
  min-height:  !important;
}

.shg-c#s-0b8d2907-becf-4774-9e2e-d58e8dcadee8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a1e909bc-c73c-4e95-8879-61e84615848c {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-a1e909bc-c73c-4e95-8879-61e84615848c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-55e3f888-8db9-4192-a911-ed9fdfdc0da4 {
  text-align: center;
}

#s-55e3f888-8db9-4192-a911-ed9fdfdc0da4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Rubik;
  font-style:  normal ;
}

#s-55e3f888-8db9-4192-a911-ed9fdfdc0da4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Rubik;
  font-style:  normal ;
  font-size: 18px;
}

#s-55e3f888-8db9-4192-a911-ed9fdfdc0da4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-75846466-bd6b-48ee-9895-1e0dd7077a86 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(224, 223, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-75846466-bd6b-48ee-9895-1e0dd7077a86:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(224, 223, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-75846466-bd6b-48ee-9895-1e0dd7077a86:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-75846466-bd6b-48ee-9895-1e0dd7077a86 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-75846466-bd6b-48ee-9895-1e0dd7077a86.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-75846466-bd6b-48ee-9895-1e0dd7077a86.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-75846466-bd6b-48ee-9895-1e0dd7077a86.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e55e181e-3425-4341-9a31-add39350150b {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 26px;
padding-bottom: 10px;
padding-right: 26px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(26, 26, 26, 1);
text-decoration: none;
}
#s-e55e181e-3425-4341-9a31-add39350150b:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(26, 26, 26, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e55e181e-3425-4341-9a31-add39350150b:active {background-color: rgba(26, 26, 26, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e55e181e-3425-4341-9a31-add39350150b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e55e181e-3425-4341-9a31-add39350150b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e55e181e-3425-4341-9a31-add39350150b {
  
}
}@media (max-width: 767px){#s-e55e181e-3425-4341-9a31-add39350150b {
  margin-bottom: 0px;
}
}


#s-e55e181e-3425-4341-9a31-add39350150b.shg-btn {
  color: rgba(26, 26, 26, 1);
  font-size: 22px;
  
  
  font-family: rubik;
  display:  inline-block ;
}

#s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04 {
  margin-top: 25px;
margin-left: 0px;
margin-right: 0px;
background-color: rgba(224, 223, 0, 1);
}

@media (min-width: 0px) {
[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6db850eb-605a-4bdb-bbd7-dda6dfd45e04"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9228cc43-a0dc-4232-8a1f-605f3b1111c1 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9228cc43-a0dc-4232-8a1f-605f3b1111c1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-9228cc43-a0dc-4232-8a1f-605f3b1111c1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-768d9ea4-8d76-46bd-a45d-f1698f7c0a67 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-768d9ea4-8d76-46bd-a45d-f1698f7c0a67 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 77px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-768d9ea4-8d76-46bd-a45d-f1698f7c0a67 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 37px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-a682caa8-a8f7-460a-bb03-333acb57e2c5 {
  margin-top: 0px;
margin-bottom: 33px;
}

#s-a682caa8-a8f7-460a-bb03-333acb57e2c5 .shogun-icon-wrapper {
  text-align: center;
}


#s-a682caa8-a8f7-460a-bb03-333acb57e2c5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-a682caa8-a8f7-460a-bb03-333acb57e2c5 .shogun-icon-wrapper {
  text-align: center;
}


#s-a682caa8-a8f7-460a-bb03-333acb57e2c5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(0, 0, 0, 1);
}
}
#s-42defff8-aaa9-4bc2-b0d3-0f079ec30aec {
  min-height: 50px;
}








#s-42defff8-aaa9-4bc2-b0d3-0f079ec30aec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42defff8-aaa9-4bc2-b0d3-0f079ec30aec.shg-box.shg-c {
  justify-content: center;
}

#s-d8a4b603-9f3d-485d-83fc-62b2a1e1fac3 {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-d8a4b603-9f3d-485d-83fc-62b2a1e1fac3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d8a4b603-9f3d-485d-83fc-62b2a1e1fac3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d8a4b603-9f3d-485d-83fc-62b2a1e1fac3 {
  
}
}@media (max-width: 767px){#s-d8a4b603-9f3d-485d-83fc-62b2a1e1fac3 {
  
}
}







#s-d8a4b603-9f3d-485d-83fc-62b2a1e1fac3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8a4b603-9f3d-485d-83fc-62b2a1e1fac3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-33e3cff8-8a99-4b67-8cd0-b4334d7086ec {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-33e3cff8-8a99-4b67-8cd0-b4334d7086ec {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-33e3cff8-8a99-4b67-8cd0-b4334d7086ec {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-33e3cff8-8a99-4b67-8cd0-b4334d7086ec {
  
}
}@media (max-width: 767px){#s-33e3cff8-8a99-4b67-8cd0-b4334d7086ec {
  
}
}







#s-33e3cff8-8a99-4b67-8cd0-b4334d7086ec > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-33e3cff8-8a99-4b67-8cd0-b4334d7086ec.shg-box.shg-c {
  justify-content: center;
}

#s-5f0d483a-559b-4da6-b806-51993b79dcd7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5f0d483a-559b-4da6-b806-51993b79dcd7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2934fe87-1616-469a-805f-3a8888b157a3 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 600px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-2934fe87-1616-469a-805f-3a8888b157a3 {
  min-height: 305px;
}
}







#s-2934fe87-1616-469a-805f-3a8888b157a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2934fe87-1616-469a-805f-3a8888b157a3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-719f9344-2877-4e2f-90f7-22d7de0be8e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-cbc43933-f643-4662-97a3-17c342eaf2da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-cbc43933-f643-4662-97a3-17c342eaf2da {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-cbc43933-f643-4662-97a3-17c342eaf2da .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-e4ce6681-8482-48ae-b4df-262a332fc1cb {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-04105409-e36a-43d0-acd6-74decaf114bd {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 13px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-04105409-e36a-43d0-acd6-74decaf114bd:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-04105409-e36a-43d0-acd6-74decaf114bd:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-04105409-e36a-43d0-acd6-74decaf114bd {
  margin-left: 24px;
}
}

  #s-04105409-e36a-43d0-acd6-74decaf114bd-btn-wrapper {
    text-align: left;
  }


#s-04105409-e36a-43d0-acd6-74decaf114bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-097f59b1-5733-44e0-b32f-218d6c72a1ff {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}








#s-097f59b1-5733-44e0-b32f-218d6c72a1ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-097f59b1-5733-44e0-b32f-218d6c72a1ff {
  cursor: pointer;
}#s-097f59b1-5733-44e0-b32f-218d6c72a1ff.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9cc235ca-6858-4d88-becd-b82463dabcf3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9cc235ca-6858-4d88-becd-b82463dabcf3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f9018928-d47c-4198-898a-56fa66a76455 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 600px;
background-position: center center;
}








#s-f9018928-d47c-4198-898a-56fa66a76455 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9018928-d47c-4198-898a-56fa66a76455 {
  cursor: pointer;
}#s-f9018928-d47c-4198-898a-56fa66a76455.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0018e90d-2444-4ce8-b629-caf697d3f304 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 600px;
}
@media (max-width: 767px){#s-0018e90d-2444-4ce8-b629-caf697d3f304 {
  min-height: 305px;
}
}







#s-0018e90d-2444-4ce8-b629-caf697d3f304 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0018e90d-2444-4ce8-b629-caf697d3f304.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-59dbfd73-3847-4c4a-b301-c3ec0658789d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3ee33ffd-3341-4690-a36d-be6aa65a00e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-3ee33ffd-3341-4690-a36d-be6aa65a00e1 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-3ee33ffd-3341-4690-a36d-be6aa65a00e1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-56a95d85-5bfb-4336-b79f-7fbee43438fc {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-005bd33f-5685-4209-a626-3d3fd87bdfed {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 13px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-005bd33f-5685-4209-a626-3d3fd87bdfed:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-005bd33f-5685-4209-a626-3d3fd87bdfed:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-005bd33f-5685-4209-a626-3d3fd87bdfed {
  margin-left: 24px;
}
}

  #s-005bd33f-5685-4209-a626-3d3fd87bdfed-btn-wrapper {
    text-align: left;
  }


#s-005bd33f-5685-4209-a626-3d3fd87bdfed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-523638cd-42aa-42f9-85fd-3efddea7f2b3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-523638cd-42aa-42f9-85fd-3efddea7f2b3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-83101904-74c6-4a82-8e44-b8dda2695223 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 600px;
}
@media (max-width: 767px){#s-83101904-74c6-4a82-8e44-b8dda2695223 {
  min-height: 305px;
}
}







#s-83101904-74c6-4a82-8e44-b8dda2695223 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83101904-74c6-4a82-8e44-b8dda2695223.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-68a18b32-a092-4901-9091-c2c4a90b976e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7b0b17e5-04b8-4564-bc44-da06cd0c2642 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-7b0b17e5-04b8-4564-bc44-da06cd0c2642 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-7b0b17e5-04b8-4564-bc44-da06cd0c2642 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-19bb8cf9-7a11-4d65-8958-465c3fdc914b {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-49ae91ba-7fcc-4808-8af2-66bcf5f2faee {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 13px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-49ae91ba-7fcc-4808-8af2-66bcf5f2faee:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-49ae91ba-7fcc-4808-8af2-66bcf5f2faee:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-49ae91ba-7fcc-4808-8af2-66bcf5f2faee {
  margin-left: 24px;
}
}

  #s-49ae91ba-7fcc-4808-8af2-66bcf5f2faee-btn-wrapper {
    text-align: left;
  }


#s-49ae91ba-7fcc-4808-8af2-66bcf5f2faee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-dbbdf9d5-a1c0-47c6-aa51-3323475e0242 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 600px;
background-position: center center;
}








#s-dbbdf9d5-a1c0-47c6-aa51-3323475e0242 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbbdf9d5-a1c0-47c6-aa51-3323475e0242 {
  cursor: pointer;
}#s-dbbdf9d5-a1c0-47c6-aa51-3323475e0242.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c2b86ac1-ea38-4e52-976e-a6f0cb653075 {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-c2b86ac1-ea38-4e52-976e-a6f0cb653075 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c2b86ac1-ea38-4e52-976e-a6f0cb653075 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2b86ac1-ea38-4e52-976e-a6f0cb653075 {
  
}
}@media (max-width: 767px){#s-c2b86ac1-ea38-4e52-976e-a6f0cb653075 {
  
}
}







#s-c2b86ac1-ea38-4e52-976e-a6f0cb653075 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2b86ac1-ea38-4e52-976e-a6f0cb653075.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3ab35a86-4ac3-4bf9-9911-df4b60a68752 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3ab35a86-4ac3-4bf9-9911-df4b60a68752 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ab35a86-4ac3-4bf9-9911-df4b60a68752 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ab35a86-4ac3-4bf9-9911-df4b60a68752 {
  
}
}@media (max-width: 767px){#s-3ab35a86-4ac3-4bf9-9911-df4b60a68752 {
  
}
}







#s-3ab35a86-4ac3-4bf9-9911-df4b60a68752 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-3ab35a86-4ac3-4bf9-9911-df4b60a68752.shg-box.shg-c {
  justify-content: center;
}

#s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f6baf2a3-c875-4702-89dc-cf228c7b1e9f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0bd098d0-2766-4169-bebd-7fe7836d491a {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 600px;
background-position: center center;
}








#s-0bd098d0-2766-4169-bebd-7fe7836d491a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bd098d0-2766-4169-bebd-7fe7836d491a {
  cursor: pointer;
}#s-0bd098d0-2766-4169-bebd-7fe7836d491a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0a7df8aa-75ad-4c71-907d-224c9b03b3f7 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 600px;
}
@media (max-width: 767px){#s-0a7df8aa-75ad-4c71-907d-224c9b03b3f7 {
  min-height: 305px;
}
}







#s-0a7df8aa-75ad-4c71-907d-224c9b03b3f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a7df8aa-75ad-4c71-907d-224c9b03b3f7.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6e5950b9-649a-433f-b437-9d908e845897"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f6a50002-212d-48f8-ab15-297194e93227 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-f6a50002-212d-48f8-ab15-297194e93227 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-f6a50002-212d-48f8-ab15-297194e93227 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-f1eab81c-d7d2-4c37-a1e1-054cea682c20 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-096cc371-2ac8-4bab-9225-1af51dd2e235 {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 13px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-096cc371-2ac8-4bab-9225-1af51dd2e235:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-096cc371-2ac8-4bab-9225-1af51dd2e235:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-096cc371-2ac8-4bab-9225-1af51dd2e235 {
  margin-left: 24px;
}
}

  #s-096cc371-2ac8-4bab-9225-1af51dd2e235-btn-wrapper {
    text-align: left;
  }


#s-096cc371-2ac8-4bab-9225-1af51dd2e235.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-e61228cc-08b7-4ee1-9ab9-7e8d71962827 {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-e61228cc-08b7-4ee1-9ab9-7e8d71962827 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e61228cc-08b7-4ee1-9ab9-7e8d71962827 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e61228cc-08b7-4ee1-9ab9-7e8d71962827 {
  
}
}@media (max-width: 767px){#s-e61228cc-08b7-4ee1-9ab9-7e8d71962827 {
  
}
}







#s-e61228cc-08b7-4ee1-9ab9-7e8d71962827 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e61228cc-08b7-4ee1-9ab9-7e8d71962827.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d6242291-559f-47ab-8dac-52f5494b03d4 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d6242291-559f-47ab-8dac-52f5494b03d4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6242291-559f-47ab-8dac-52f5494b03d4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6242291-559f-47ab-8dac-52f5494b03d4 {
  
}
}@media (max-width: 767px){#s-d6242291-559f-47ab-8dac-52f5494b03d4 {
  
}
}







#s-d6242291-559f-47ab-8dac-52f5494b03d4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d6242291-559f-47ab-8dac-52f5494b03d4.shg-box.shg-c {
  justify-content: center;
}

#s-7f89f0f3-f052-4e63-b0c3-66668844c8f9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-7f89f0f3-f052-4e63-b0c3-66668844c8f9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3d58b665-3da7-41d4-b122-4606aed9a276 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 600px;
}
@media (max-width: 767px){#s-3d58b665-3da7-41d4-b122-4606aed9a276 {
  min-height: 305px;
}
}







#s-3d58b665-3da7-41d4-b122-4606aed9a276 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d58b665-3da7-41d4-b122-4606aed9a276.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e {
  display: none;
}
#s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e, #wrap-s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e { display:none !important; }}@media (max-width: 767px){#s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e {
  
}
}
@media (min-width: 0px) {
[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-542d9c7b-e619-49d5-b072-ff1b5d2e9f2e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5a686781-5b1c-444a-9864-a856147e140c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-5a686781-5b1c-444a-9864-a856147e140c {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-5a686781-5b1c-444a-9864-a856147e140c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-f93f2bef-6696-483a-a7f6-e0ed34ef7266 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-af502519-c8d8-4eda-ad30-9c15c92d3c4c {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-af502519-c8d8-4eda-ad30-9c15c92d3c4c:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-af502519-c8d8-4eda-ad30-9c15c92d3c4c:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-af502519-c8d8-4eda-ad30-9c15c92d3c4c {
  margin-left: 24px;
margin-bottom: 24px;
}
}

  #s-af502519-c8d8-4eda-ad30-9c15c92d3c4c-btn-wrapper {
    text-align: left;
  }


#s-af502519-c8d8-4eda-ad30-9c15c92d3c4c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

@media (min-width: 1200px){#s-ad61240b-da63-456b-a43c-84cb6e84fd05 {
  display: none;
}
#s-ad61240b-da63-456b-a43c-84cb6e84fd05, #wrap-s-ad61240b-da63-456b-a43c-84cb6e84fd05 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad61240b-da63-456b-a43c-84cb6e84fd05 {
  display: none;
}
#s-ad61240b-da63-456b-a43c-84cb6e84fd05, #wrap-s-ad61240b-da63-456b-a43c-84cb6e84fd05 { display:none !important; }}@media (max-width: 767px){#s-ad61240b-da63-456b-a43c-84cb6e84fd05 {
  display: none;
}
#s-ad61240b-da63-456b-a43c-84cb6e84fd05, #wrap-s-ad61240b-da63-456b-a43c-84cb6e84fd05 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ad61240b-da63-456b-a43c-84cb6e84fd05"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fe3dd514-1da5-4103-a446-82c3dee0d87b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-fe3dd514-1da5-4103-a446-82c3dee0d87b {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-fe3dd514-1da5-4103-a446-82c3dee0d87b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-fe3520fc-0a35-4dbd-8f30-768da9d671bb {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-2802b5ac-f3b5-4ef4-9db0-a0a3a0ffa48a {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2802b5ac-f3b5-4ef4-9db0-a0a3a0ffa48a:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2802b5ac-f3b5-4ef4-9db0-a0a3a0ffa48a:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-2802b5ac-f3b5-4ef4-9db0-a0a3a0ffa48a {
  margin-left: 24px;
margin-bottom: 24px;
}
}

  #s-2802b5ac-f3b5-4ef4-9db0-a0a3a0ffa48a-btn-wrapper {
    text-align: left;
  }


#s-2802b5ac-f3b5-4ef4-9db0-a0a3a0ffa48a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-bae0e019-af06-47ca-9861-66b083feeb4e {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 600px;
background-position: center center;
}








#s-bae0e019-af06-47ca-9861-66b083feeb4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bae0e019-af06-47ca-9861-66b083feeb4e {
  cursor: pointer;
}#s-bae0e019-af06-47ca-9861-66b083feeb4e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-de285f0b-30c7-4531-8309-4d9909f47d68 {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(224, 223, 0, 1);
}

@media (min-width: 0px) {
[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de285f0b-30c7-4531-8309-4d9909f47d68"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-49e3341b-48a6-4d17-abf9-182e212725b0 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49e3341b-48a6-4d17-abf9-182e212725b0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 37px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8f1201c2-0683-42ae-8d4d-16f51a824a81 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f1201c2-0683-42ae-8d4d-16f51a824a81 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-63341fd4-01d9-4e1a-8410-a39a9835801d {
  margin-top: 0px;
margin-bottom: 33px;
}

#s-63341fd4-01d9-4e1a-8410-a39a9835801d .shogun-icon-wrapper {
  text-align: center;
}


#s-63341fd4-01d9-4e1a-8410-a39a9835801d .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-63341fd4-01d9-4e1a-8410-a39a9835801d .shogun-icon-wrapper {
  text-align: center;
}


#s-63341fd4-01d9-4e1a-8410-a39a9835801d .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(0, 0, 0, 1);
}
}
#s-ae14faec-908b-4fcc-bf09-fb6e45c8621b {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ae14faec-908b-4fcc-bf09-fb6e45c8621b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c78c6b94-6f4e-49bf-913c-0b063ea2aaff {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-c78c6b94-6f4e-49bf-913c-0b063ea2aaff {
  margin-left: 50px;
margin-right: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c78c6b94-6f4e-49bf-913c-0b063ea2aaff {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c78c6b94-6f4e-49bf-913c-0b063ea2aaff {
  display: none;
}
#s-c78c6b94-6f4e-49bf-913c-0b063ea2aaff, #wrap-s-c78c6b94-6f4e-49bf-913c-0b063ea2aaff { display:none !important; }}@media (max-width: 767px){#s-c78c6b94-6f4e-49bf-913c-0b063ea2aaff {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-c78c6b94-6f4e-49bf-913c-0b063ea2aaff, #wrap-s-c78c6b94-6f4e-49bf-913c-0b063ea2aaff { display:none !important; }}







#s-c78c6b94-6f4e-49bf-913c-0b063ea2aaff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c78c6b94-6f4e-49bf-913c-0b063ea2aaff.shg-box.shg-c {
  justify-content: center;
}

#s-cc657fff-6c55-4041-ab4d-d56c28b02e3b {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 25px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-cc657fff-6c55-4041-ab4d-d56c28b02e3b {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-cc657fff-6c55-4041-ab4d-d56c28b02e3b {
  margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cc657fff-6c55-4041-ab4d-d56c28b02e3b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c78345c8-8956-427e-99db-bc3097ad8551 {
  border-radius: 20px;
text-align: center;
}




  #s-c78345c8-8956-427e-99db-bc3097ad8551 img.shogun-image {
    
    width: px;
  }


#s-c78345c8-8956-427e-99db-bc3097ad8551 .shogun-image-content {
  
    align-items: center;
  
}

#s-70d3a7ea-225c-4b20-8798-d672263cfbde {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-70d3a7ea-225c-4b20-8798-d672263cfbde {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-70d3a7ea-225c-4b20-8798-d672263cfbde .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-290c3394-159c-4292-892a-7434024a4de2 {
  margin-left: 24px;
margin-right: 24px;
}
}
@media (max-width: 767px){#s-5273a386-1bda-486c-b0db-a43c4a7853fb {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-4a34ed82-1592-413d-b242-6e61cd892be2 {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4a34ed82-1592-413d-b242-6e61cd892be2:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4a34ed82-1592-413d-b242-6e61cd892be2:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-4a34ed82-1592-413d-b242-6e61cd892be2 {
  margin-left: 24px;
margin-bottom: 24px;
}
}

  #s-4a34ed82-1592-413d-b242-6e61cd892be2-btn-wrapper {
    text-align: left;
  }


#s-4a34ed82-1592-413d-b242-6e61cd892be2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-58cd2d00-685d-4124-b159-3d04315f7d48 {
  border-radius: 20px;
text-align: center;
}




  #s-58cd2d00-685d-4124-b159-3d04315f7d48 img.shogun-image {
    
    width: px;
  }


#s-58cd2d00-685d-4124-b159-3d04315f7d48 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f04e0fa-f882-40e4-b9fe-de1e117d3649 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-5f04e0fa-f882-40e4-b9fe-de1e117d3649 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-5f04e0fa-f882-40e4-b9fe-de1e117d3649 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-1f0ff4f4-7afa-489f-85f9-916021e10ec0 {
  margin-left: 24px;
margin-right: 24px;
}
}
@media (max-width: 767px){#s-253fc8ab-d34e-4cec-ab72-bf244dd92254 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-6698f16b-801d-4a87-94da-4a22351a5bc4 {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6698f16b-801d-4a87-94da-4a22351a5bc4:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6698f16b-801d-4a87-94da-4a22351a5bc4:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-6698f16b-801d-4a87-94da-4a22351a5bc4 {
  margin-left: 24px;
margin-bottom: 24px;
}
}

  #s-6698f16b-801d-4a87-94da-4a22351a5bc4-btn-wrapper {
    text-align: left;
  }


#s-6698f16b-801d-4a87-94da-4a22351a5bc4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-8c73318a-7051-4509-94fd-22a42318048b {
  border-radius: 20px;
text-align: center;
}




  #s-8c73318a-7051-4509-94fd-22a42318048b img.shogun-image {
    
    width: px;
  }


#s-8c73318a-7051-4509-94fd-22a42318048b .shogun-image-content {
  
    align-items: center;
  
}

#s-724ea5b0-86e8-4715-a53b-20ee1542aca1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-724ea5b0-86e8-4715-a53b-20ee1542aca1 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-724ea5b0-86e8-4715-a53b-20ee1542aca1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-7bbd45dd-f3f1-49f4-b613-c724cc10b02b {
  margin-left: 24px;
margin-right: 24px;
}
}
@media (max-width: 767px){#s-51b27e36-d2cf-445e-924a-037b252545f3 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-78567b04-c20e-4751-b1ec-51650444f0be {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-78567b04-c20e-4751-b1ec-51650444f0be:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-78567b04-c20e-4751-b1ec-51650444f0be:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-78567b04-c20e-4751-b1ec-51650444f0be {
  margin-left: 24px;
margin-bottom: 24px;
}
}

  #s-78567b04-c20e-4751-b1ec-51650444f0be-btn-wrapper {
    text-align: left;
  }


#s-78567b04-c20e-4751-b1ec-51650444f0be.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-a12014f8-8373-4ac8-9d29-2bbbd3893236 {
  border-radius: 20px;
text-align: center;
}




  #s-a12014f8-8373-4ac8-9d29-2bbbd3893236 img.shogun-image {
    
    width: px;
  }


#s-a12014f8-8373-4ac8-9d29-2bbbd3893236 .shogun-image-content {
  
    align-items: center;
  
}

#s-5689dbb9-7c0c-49ce-8d05-a8d1f9aeb360 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-5689dbb9-7c0c-49ce-8d05-a8d1f9aeb360 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-5689dbb9-7c0c-49ce-8d05-a8d1f9aeb360 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-0fd33e0d-6b7f-4e3c-912e-e602bad8d791 {
  margin-left: 24px;
margin-right: 24px;
}
}
@media (max-width: 767px){#s-6ccdab13-ff78-4f9f-8344-609a28174bcf {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-bb0b6fa8-c2e0-4f6d-8a10-2bd9764d7da0 {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bb0b6fa8-c2e0-4f6d-8a10-2bd9764d7da0:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bb0b6fa8-c2e0-4f6d-8a10-2bd9764d7da0:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-bb0b6fa8-c2e0-4f6d-8a10-2bd9764d7da0 {
  margin-left: 24px;
margin-bottom: 24px;
}
}

  #s-bb0b6fa8-c2e0-4f6d-8a10-2bd9764d7da0-btn-wrapper {
    text-align: left;
  }


#s-bb0b6fa8-c2e0-4f6d-8a10-2bd9764d7da0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-4ed07c21-c4b1-499e-b8b5-4d64b00ea2a7 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 49px;
padding-top: 10px;
padding-left: 26px;
padding-bottom: 10px;
padding-right: 26px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(26, 26, 26, 1);
text-decoration: none;
}
#s-4ed07c21-c4b1-499e-b8b5-4d64b00ea2a7:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(26, 26, 26, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4ed07c21-c4b1-499e-b8b5-4d64b00ea2a7:active {background-color: rgba(26, 26, 26, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4ed07c21-c4b1-499e-b8b5-4d64b00ea2a7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4ed07c21-c4b1-499e-b8b5-4d64b00ea2a7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4ed07c21-c4b1-499e-b8b5-4d64b00ea2a7 {
  
}
}@media (max-width: 767px){#s-4ed07c21-c4b1-499e-b8b5-4d64b00ea2a7 {
  
}
}


#s-4ed07c21-c4b1-499e-b8b5-4d64b00ea2a7.shg-btn {
  color: rgba(26, 26, 26, 1);
  font-size: 22px;
  
  
  font-family: rubik;
  display:  inline-block ;
}

#s-84d10b63-9ac9-4653-8c4a-5bf92624b079 {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-84d10b63-9ac9-4653-8c4a-5bf92624b079 {
  margin-left: 50px;
margin-right: 50px;
display: none;
}
#s-84d10b63-9ac9-4653-8c4a-5bf92624b079, #wrap-s-84d10b63-9ac9-4653-8c4a-5bf92624b079 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-84d10b63-9ac9-4653-8c4a-5bf92624b079 {
  display: none;
}
#s-84d10b63-9ac9-4653-8c4a-5bf92624b079, #wrap-s-84d10b63-9ac9-4653-8c4a-5bf92624b079 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-84d10b63-9ac9-4653-8c4a-5bf92624b079 {
  display: none;
}
#s-84d10b63-9ac9-4653-8c4a-5bf92624b079, #wrap-s-84d10b63-9ac9-4653-8c4a-5bf92624b079 { display:none !important; }}@media (max-width: 767px){#s-84d10b63-9ac9-4653-8c4a-5bf92624b079 {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-84d10b63-9ac9-4653-8c4a-5bf92624b079 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84d10b63-9ac9-4653-8c4a-5bf92624b079.shg-box.shg-c {
  justify-content: center;
}

#s-8d7a4993-b4ed-440b-b453-996b38635f97 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 25px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-8d7a4993-b4ed-440b-b453-996b38635f97 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-8d7a4993-b4ed-440b-b453-996b38635f97 {
  margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-8d7a4993-b4ed-440b-b453-996b38635f97"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-cd2982cc-e504-4bf9-a262-4f4b39ba1cd1 {
  border-radius: 20px;
text-align: center;
}




  #s-cd2982cc-e504-4bf9-a262-4f4b39ba1cd1 img.shogun-image {
    
    width: px;
  }


#s-cd2982cc-e504-4bf9-a262-4f4b39ba1cd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-357be127-7f35-43f5-8d0f-d56b1d396118 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-357be127-7f35-43f5-8d0f-d56b1d396118 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-357be127-7f35-43f5-8d0f-d56b1d396118 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-e13998c2-8601-41b5-b2f5-731487be90ae {
  margin-left: 24px;
margin-right: 24px;
}
}
@media (max-width: 767px){#s-d7468390-86bf-4396-8a3b-cad794a01552 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-c59e4a12-2ac8-4cea-9bbc-19680fab059e {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c59e4a12-2ac8-4cea-9bbc-19680fab059e:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c59e4a12-2ac8-4cea-9bbc-19680fab059e:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-c59e4a12-2ac8-4cea-9bbc-19680fab059e {
  margin-left: 24px;
margin-bottom: 24px;
}
}

  #s-c59e4a12-2ac8-4cea-9bbc-19680fab059e-btn-wrapper {
    text-align: left;
  }


#s-c59e4a12-2ac8-4cea-9bbc-19680fab059e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-0abfc866-de7c-4ab8-b3dc-244f5d8d1190 {
  border-radius: 20px;
text-align: center;
}




  #s-0abfc866-de7c-4ab8-b3dc-244f5d8d1190 img.shogun-image {
    
    width: px;
  }


#s-0abfc866-de7c-4ab8-b3dc-244f5d8d1190 .shogun-image-content {
  
    align-items: center;
  
}

#s-b357491d-d99e-4745-96c3-9ce694858976 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-b357491d-d99e-4745-96c3-9ce694858976 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-b357491d-d99e-4745-96c3-9ce694858976 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-3240687f-4396-456a-a907-f10b29b094dc {
  margin-left: 24px;
margin-right: 24px;
}
}
@media (max-width: 767px){#s-fd5594ea-9d5e-4102-baa9-0c9ff0ec867c {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-d5982b89-d0ac-4d72-af2f-657b70e33dd6 {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d5982b89-d0ac-4d72-af2f-657b70e33dd6:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d5982b89-d0ac-4d72-af2f-657b70e33dd6:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-d5982b89-d0ac-4d72-af2f-657b70e33dd6 {
  margin-left: 24px;
margin-bottom: 24px;
}
}

  #s-d5982b89-d0ac-4d72-af2f-657b70e33dd6-btn-wrapper {
    text-align: left;
  }


#s-d5982b89-d0ac-4d72-af2f-657b70e33dd6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-24a27c84-a0ca-4429-9740-ad3f6e9b1f13 {
  border-radius: 20px;
text-align: center;
}




  #s-24a27c84-a0ca-4429-9740-ad3f6e9b1f13 img.shogun-image {
    
    width: px;
  }


#s-24a27c84-a0ca-4429-9740-ad3f6e9b1f13 .shogun-image-content {
  
    align-items: center;
  
}

#s-c95755f6-2b4d-45af-9534-3949d5dd93d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-c95755f6-2b4d-45af-9534-3949d5dd93d9 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-c95755f6-2b4d-45af-9534-3949d5dd93d9 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-145fd35f-8ad2-43b6-82f7-0880369c86cc {
  margin-left: 24px;
margin-right: 24px;
}
}
@media (max-width: 767px){#s-5095b440-3c6a-4da8-82b2-8fae4aa91ae2 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-a9454063-cc4a-49d5-a9c7-03cef2e2af6f {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a9454063-cc4a-49d5-a9c7-03cef2e2af6f:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a9454063-cc4a-49d5-a9c7-03cef2e2af6f:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-a9454063-cc4a-49d5-a9c7-03cef2e2af6f {
  margin-left: 24px;
margin-bottom: 24px;
}
}

  #s-a9454063-cc4a-49d5-a9c7-03cef2e2af6f-btn-wrapper {
    text-align: left;
  }


#s-a9454063-cc4a-49d5-a9c7-03cef2e2af6f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-21701a14-b45b-4754-b021-32504370a0a7 {
  border-radius: 20px;
text-align: center;
}




  #s-21701a14-b45b-4754-b021-32504370a0a7 img.shogun-image {
    
    width: px;
  }


#s-21701a14-b45b-4754-b021-32504370a0a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee9baab1-672d-4d47-899a-7b4b5399be94 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-ee9baab1-672d-4d47-899a-7b4b5399be94 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-ee9baab1-672d-4d47-899a-7b4b5399be94 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-b21290c5-059b-4a43-b045-6db49167abaa {
  margin-left: 24px;
margin-right: 24px;
}
}
@media (max-width: 767px){#s-9ebed193-ce21-429e-a961-31b85a482439 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-d70d9c5b-558a-4b6c-9135-43a6af3986a0 {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d70d9c5b-558a-4b6c-9135-43a6af3986a0:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d70d9c5b-558a-4b6c-9135-43a6af3986a0:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-d70d9c5b-558a-4b6c-9135-43a6af3986a0 {
  margin-left: 24px;
margin-bottom: 24px;
}
}

  #s-d70d9c5b-558a-4b6c-9135-43a6af3986a0-btn-wrapper {
    text-align: left;
  }


#s-d70d9c5b-558a-4b6c-9135-43a6af3986a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-2ac6474a-7b5c-4a39-bdc8-fe993ab9a569 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 49px;
padding-top: 10px;
padding-left: 26px;
padding-bottom: 10px;
padding-right: 26px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(26, 26, 26, 1);
text-decoration: none;
}
#s-2ac6474a-7b5c-4a39-bdc8-fe993ab9a569:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(26, 26, 26, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2ac6474a-7b5c-4a39-bdc8-fe993ab9a569:active {background-color: rgba(26, 26, 26, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2ac6474a-7b5c-4a39-bdc8-fe993ab9a569 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ac6474a-7b5c-4a39-bdc8-fe993ab9a569 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ac6474a-7b5c-4a39-bdc8-fe993ab9a569 {
  
}
}@media (max-width: 767px){#s-2ac6474a-7b5c-4a39-bdc8-fe993ab9a569 {
  
}
}


#s-2ac6474a-7b5c-4a39-bdc8-fe993ab9a569.shg-btn {
  color: rgba(26, 26, 26, 1);
  font-size: 22px;
  
  
  font-family: rubik;
  display:  inline-block ;
}

#s-67015589-f60d-4263-a895-1aedb11154ef {
  margin-top: 0px;
min-height: 100%;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-67015589-f60d-4263-a895-1aedb11154ef {
  display: none;
}
#s-67015589-f60d-4263-a895-1aedb11154ef, #wrap-s-67015589-f60d-4263-a895-1aedb11154ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67015589-f60d-4263-a895-1aedb11154ef {
  display: none;
}
#s-67015589-f60d-4263-a895-1aedb11154ef, #wrap-s-67015589-f60d-4263-a895-1aedb11154ef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67015589-f60d-4263-a895-1aedb11154ef {
  
}
}@media (max-width: 767px){#s-67015589-f60d-4263-a895-1aedb11154ef {
  display: none;
}
#s-67015589-f60d-4263-a895-1aedb11154ef, #wrap-s-67015589-f60d-4263-a895-1aedb11154ef { display:none !important; }}







#s-67015589-f60d-4263-a895-1aedb11154ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67015589-f60d-4263-a895-1aedb11154ef.shg-box.shg-c {
  justify-content: center;
}

#s-5d4490b5-8dba-4f6a-891f-45ae2707132d {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 25px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5d4490b5-8dba-4f6a-891f-45ae2707132d {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-5d4490b5-8dba-4f6a-891f-45ae2707132d {
  margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5d4490b5-8dba-4f6a-891f-45ae2707132d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-b41af997-85d9-486e-86aa-49350bb2a7a8 {
  border-radius: 20px;
text-align: center;
}




  #s-b41af997-85d9-486e-86aa-49350bb2a7a8 img.shogun-image {
    
    width: px;
  }


#s-b41af997-85d9-486e-86aa-49350bb2a7a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-086fcfbc-1841-4635-a0ea-ec3fe794be3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-086fcfbc-1841-4635-a0ea-ec3fe794be3c {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-086fcfbc-1841-4635-a0ea-ec3fe794be3c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-33a325ff-84bf-4c31-aee3-4d003bb15959 {
  margin-left: 24px;
margin-right: 24px;
}
}
@media (max-width: 767px){#s-c7005ace-ba05-4bde-952e-d7b4e19ed4b0 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-ab303cab-5142-4541-bc8e-fe0a282d0a4a {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ab303cab-5142-4541-bc8e-fe0a282d0a4a:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ab303cab-5142-4541-bc8e-fe0a282d0a4a:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-ab303cab-5142-4541-bc8e-fe0a282d0a4a {
  margin-left: 24px;
}
}

  #s-ab303cab-5142-4541-bc8e-fe0a282d0a4a-btn-wrapper {
    text-align: left;
  }


#s-ab303cab-5142-4541-bc8e-fe0a282d0a4a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-cdec05f7-b064-4d8a-9388-eceea2070566 {
  border-radius: 20px;
text-align: center;
}




  #s-cdec05f7-b064-4d8a-9388-eceea2070566 img.shogun-image {
    
    width: px;
  }


#s-cdec05f7-b064-4d8a-9388-eceea2070566 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb91e688-ffbc-4b31-ad8e-094eaffeb314 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-cb91e688-ffbc-4b31-ad8e-094eaffeb314 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-cb91e688-ffbc-4b31-ad8e-094eaffeb314 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-589a2233-d0a7-4075-b8ef-3b22478fae6b {
  margin-left: 24px;
margin-right: 24px;
}
}
@media (max-width: 767px){#s-cd367bea-18ae-4596-a5f5-6e913ff924fa {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-0c618609-8765-4033-99b6-f7ae4b2fc9c3 {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0c618609-8765-4033-99b6-f7ae4b2fc9c3:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0c618609-8765-4033-99b6-f7ae4b2fc9c3:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-0c618609-8765-4033-99b6-f7ae4b2fc9c3 {
  margin-left: 24px;
margin-bottom: 24px;
}
}

  #s-0c618609-8765-4033-99b6-f7ae4b2fc9c3-btn-wrapper {
    text-align: left;
  }


#s-0c618609-8765-4033-99b6-f7ae4b2fc9c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-169fedbc-2086-4d29-ab0f-04df2e6bf961 {
  border-radius: 20px;
text-align: center;
}




  #s-169fedbc-2086-4d29-ab0f-04df2e6bf961 img.shogun-image {
    
    width: px;
  }


#s-169fedbc-2086-4d29-ab0f-04df2e6bf961 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea55e0a2-163e-4549-abf4-fabd5e2aa1f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-ea55e0a2-163e-4549-abf4-fabd5e2aa1f2 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-ea55e0a2-163e-4549-abf4-fabd5e2aa1f2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-11029c49-10f4-4398-bc37-6405adf668b7 {
  margin-left: 24px;
margin-right: 24px;
}
}
@media (max-width: 767px){#s-7c147a01-9968-486f-89ed-0f7db6ba94b5 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-03b63cba-8379-4c6f-97e4-19d1caed7725 {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-03b63cba-8379-4c6f-97e4-19d1caed7725:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-03b63cba-8379-4c6f-97e4-19d1caed7725:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-03b63cba-8379-4c6f-97e4-19d1caed7725 {
  margin-left: 24px;
}
}

  #s-03b63cba-8379-4c6f-97e4-19d1caed7725-btn-wrapper {
    text-align: left;
  }


#s-03b63cba-8379-4c6f-97e4-19d1caed7725.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-83c20428-196a-4af1-ad0d-c446dcd7e8e7 {
  border-radius: 20px;
text-align: center;
}




  #s-83c20428-196a-4af1-ad0d-c446dcd7e8e7 img.shogun-image {
    
    width: px;
  }


#s-83c20428-196a-4af1-ad0d-c446dcd7e8e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-dfea7d6f-0422-42bf-a172-ea692f336254 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-dfea7d6f-0422-42bf-a172-ea692f336254 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-dfea7d6f-0422-42bf-a172-ea692f336254 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Rubik;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-5eb9edd1-310e-4998-8082-cfa338284576 {
  margin-left: 24px;
margin-right: 24px;
}
}
@media (max-width: 767px){#s-ff76345e-e96d-475d-8778-325e91a18308 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-775438a1-ecce-4d79-a59b-d64c622f2b71 {
  border-style: solid;
margin-top: 13px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-775438a1-ecce-4d79-a59b-d64c622f2b71:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-775438a1-ecce-4d79-a59b-d64c622f2b71:active {background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-775438a1-ecce-4d79-a59b-d64c622f2b71 {
  margin-left: 24px;
margin-bottom: 24px;
}
}

  #s-775438a1-ecce-4d79-a59b-d64c622f2b71-btn-wrapper {
    text-align: left;
  }


#s-775438a1-ecce-4d79-a59b-d64c622f2b71.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-bf4a086c-b1a2-4e19-8ca5-9c1d10abc270 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 49px;
padding-top: 10px;
padding-left: 26px;
padding-bottom: 10px;
padding-right: 26px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(224, 223, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(26, 26, 26, 1);
text-decoration: none;
}
#s-bf4a086c-b1a2-4e19-8ca5-9c1d10abc270:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(26, 26, 26, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(224, 223, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bf4a086c-b1a2-4e19-8ca5-9c1d10abc270:active {background-color: rgba(26, 26, 26, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bf4a086c-b1a2-4e19-8ca5-9c1d10abc270 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf4a086c-b1a2-4e19-8ca5-9c1d10abc270 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf4a086c-b1a2-4e19-8ca5-9c1d10abc270 {
  
}
}@media (max-width: 767px){#s-bf4a086c-b1a2-4e19-8ca5-9c1d10abc270 {
  
}
}


#s-bf4a086c-b1a2-4e19-8ca5-9c1d10abc270.shg-btn {
  color: rgba(26, 26, 26, 1);
  font-size: 22px;
  
  
  font-family: rubik;
  display:  inline-block ;
}

/*
  $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;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .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;
}
