.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-3f684014-c389-4fbd-8e61-ebf6c22b8e42 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 100%;
opacity: 1;
}
@media (max-width: 767px){#s-3f684014-c389-4fbd-8e61-ebf6c22b8e42 {
  display: none;
}
#s-3f684014-c389-4fbd-8e61-ebf6c22b8e42, #wrap-s-3f684014-c389-4fbd-8e61-ebf6c22b8e42 { display:none !important; }}
.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-95193ace-72db-4b11-a5d0-c7b185f77687 {
  background-image: url(https://i.shgcdn.com/6cd704b2-d1f1-479d-a432-bc3c16d7a9b5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: right center;
background-attachment: scroll;
}








#s-95193ace-72db-4b11-a5d0-c7b185f77687 > .shg-box-overlay {
  background-color: rgba(72, 72, 72, 1);
  opacity: 0;
}#s-95193ace-72db-4b11-a5d0-c7b185f77687.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-95193ace-72db-4b11-a5d0-c7b185f77687 > .shg-box-overlay {
  background-color: rgba(72, 72, 72, 1);
  opacity: 0;
}#s-95193ace-72db-4b11-a5d0-c7b185f77687.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-52658bed-7e50-49fb-b2ff-29628f78c471 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-52658bed-7e50-49fb-b2ff-29628f78c471 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-52658bed-7e50-49fb-b2ff-29628f78c471, #wrap-s-52658bed-7e50-49fb-b2ff-29628f78c471 { display:none !important; }}@media (max-width: 767px){#s-52658bed-7e50-49fb-b2ff-29628f78c471 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-52658bed-7e50-49fb-b2ff-29628f78c471"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.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-68d1c773-8641-469a-89cf-8d21aec6cb56 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-68d1c773-8641-469a-89cf-8d21aec6cb56 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 70px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea {
  margin-top: 5%;
}
@media (min-width: 1200px){#s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea {
  
}
}@media (max-width: 767px){#s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea {
  display: none;
}
#s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea, #wrap-s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea { display:none !important; }}
@media (min-width: 0px) {
[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9039e689-6ad1-4bdb-8d4c-e0a2c7dbdeea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-64a9a2c9-b977-4b28-9783-2dcc73136ca2 {
  min-height: 50px;
}
@media (max-width: 767px){#s-64a9a2c9-b977-4b28-9783-2dcc73136ca2 {
  margin-left: -1px;
margin-right: -15px;
}
}







#s-64a9a2c9-b977-4b28-9783-2dcc73136ca2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64a9a2c9-b977-4b28-9783-2dcc73136ca2.shg-box.shg-c {
  justify-content: center;
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-91b6ed97-1ff0-44c2-b05b-f2bcad0e9fc7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-91b6ed97-1ff0-44c2-b05b-f2bcad0e9fc7:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-91b6ed97-1ff0-44c2-b05b-f2bcad0e9fc7:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-91b6ed97-1ff0-44c2-b05b-f2bcad0e9fc7-btn-wrapper {
    text-align: center;
  }


#s-91b6ed97-1ff0-44c2-b05b-f2bcad0e9fc7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){
  #s-91b6ed97-1ff0-44c2-b05b-f2bcad0e9fc7-btn-wrapper {
    text-align: center;
  }


#s-91b6ed97-1ff0-44c2-b05b-f2bcad0e9fc7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-91b6ed97-1ff0-44c2-b05b-f2bcad0e9fc7-btn-wrapper {
    text-align: center;
  }


#s-91b6ed97-1ff0-44c2-b05b-f2bcad0e9fc7.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-29aa1e8f-671a-4875-b94a-6eb6b090b03d {
  margin-left: -30%;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-29aa1e8f-671a-4875-b94a-6eb6b090b03d {
  margin-left: -15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-29aa1e8f-671a-4875-b94a-6eb6b090b03d {
  margin-left: 0%;
}
}@media (max-width: 767px){#s-29aa1e8f-671a-4875-b94a-6eb6b090b03d {
  margin-left: 0px;
padding-right: 0px;
}
}







#s-29aa1e8f-671a-4875-b94a-6eb6b090b03d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29aa1e8f-671a-4875-b94a-6eb6b090b03d.shg-box.shg-c {
  justify-content: center;
}

#s-379ab1ef-6d3b-4060-a91c-012f68e88e85 {
  padding-top: 10px;
padding-left: 36px;
padding-bottom: 10px;
padding-right: 36px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-379ab1ef-6d3b-4060-a91c-012f68e88e85:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-379ab1ef-6d3b-4060-a91c-012f68e88e85:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-379ab1ef-6d3b-4060-a91c-012f68e88e85 {
  text-align: center;
}
}


#s-379ab1ef-6d3b-4060-a91c-012f68e88e85.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (max-width: 767px){

#s-379ab1ef-6d3b-4060-a91c-012f68e88e85.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-15bcdc63-e74d-4ba4-886f-5438596c15ef {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-15bcdc63-e74d-4ba4-886f-5438596c15ef {
  display: none;
}
#s-15bcdc63-e74d-4ba4-886f-5438596c15ef, #wrap-s-15bcdc63-e74d-4ba4-886f-5438596c15ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15bcdc63-e74d-4ba4-886f-5438596c15ef {
  display: none;
}
#s-15bcdc63-e74d-4ba4-886f-5438596c15ef, #wrap-s-15bcdc63-e74d-4ba4-886f-5438596c15ef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-15bcdc63-e74d-4ba4-886f-5438596c15ef {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-15bcdc63-e74d-4ba4-886f-5438596c15ef {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-15bcdc63-e74d-4ba4-886f-5438596c15ef, #wrap-s-15bcdc63-e74d-4ba4-886f-5438596c15ef { display:none !important; }}
@media (min-width: 0px) {
[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-15bcdc63-e74d-4ba4-886f-5438596c15ef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-49fbc899-14ad-4203-92be-3be8b7a21440 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-49fbc899-14ad-4203-92be-3be8b7a21440 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 70px;
  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-d75c6a00-6342-4761-a2a2-8f299a7b95e7 {
  margin-bottom: 30px;
}

@media (min-width: 1200px){#s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7 {
  
}
}@media (max-width: 767px){#s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7 {
  display: none;
}
#s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7, #wrap-s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-369e27f5-c2a7-4fa6-8cd6-9a4a7950f4a7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f698fae0-1501-40f9-8d22-5d0fdf5e0fd6 {
  min-height: 50px;
}
@media (max-width: 767px){#s-f698fae0-1501-40f9-8d22-5d0fdf5e0fd6 {
  margin-left: -1px;
margin-right: -15px;
}
}







#s-f698fae0-1501-40f9-8d22-5d0fdf5e0fd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f698fae0-1501-40f9-8d22-5d0fdf5e0fd6.shg-box.shg-c {
  justify-content: center;
}

#s-ac389370-9ebb-4ac3-9ff4-0bdf88480d42 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ac389370-9ebb-4ac3-9ff4-0bdf88480d42:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ac389370-9ebb-4ac3-9ff4-0bdf88480d42:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ac389370-9ebb-4ac3-9ff4-0bdf88480d42-btn-wrapper {
    text-align: center;
  }


#s-ac389370-9ebb-4ac3-9ff4-0bdf88480d42.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){
  #s-ac389370-9ebb-4ac3-9ff4-0bdf88480d42-btn-wrapper {
    text-align: center;
  }


#s-ac389370-9ebb-4ac3-9ff4-0bdf88480d42.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ac389370-9ebb-4ac3-9ff4-0bdf88480d42-btn-wrapper {
    text-align: center;
  }


#s-ac389370-9ebb-4ac3-9ff4-0bdf88480d42.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-fbadf705-7ed6-42e5-b59c-b6373b8e25e3 {
  margin-left: -30%;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-fbadf705-7ed6-42e5-b59c-b6373b8e25e3 {
  margin-left: -15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fbadf705-7ed6-42e5-b59c-b6373b8e25e3 {
  margin-left: 0%;
}
}@media (max-width: 767px){#s-fbadf705-7ed6-42e5-b59c-b6373b8e25e3 {
  margin-left: 0px;
padding-right: 0px;
}
}







#s-fbadf705-7ed6-42e5-b59c-b6373b8e25e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbadf705-7ed6-42e5-b59c-b6373b8e25e3.shg-box.shg-c {
  justify-content: center;
}

#s-444d65d2-106a-4ad0-854a-05d1410d4d0a {
  padding-top: 10px;
padding-left: 36px;
padding-bottom: 10px;
padding-right: 36px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-444d65d2-106a-4ad0-854a-05d1410d4d0a:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-444d65d2-106a-4ad0-854a-05d1410d4d0a:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-444d65d2-106a-4ad0-854a-05d1410d4d0a {
  text-align: center;
}
}


#s-444d65d2-106a-4ad0-854a-05d1410d4d0a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (max-width: 767px){

#s-444d65d2-106a-4ad0-854a-05d1410d4d0a.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-7df6d953-0c98-44d7-9613-000c309c365a {
  display: none;
}
#s-7df6d953-0c98-44d7-9613-000c309c365a, #wrap-s-7df6d953-0c98-44d7-9613-000c309c365a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7df6d953-0c98-44d7-9613-000c309c365a {
  display: none;
}
#s-7df6d953-0c98-44d7-9613-000c309c365a, #wrap-s-7df6d953-0c98-44d7-9613-000c309c365a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7df6d953-0c98-44d7-9613-000c309c365a {
  display: none;
}
#s-7df6d953-0c98-44d7-9613-000c309c365a, #wrap-s-7df6d953-0c98-44d7-9613-000c309c365a { display:none !important; }}@media (max-width: 767px){#s-7df6d953-0c98-44d7-9613-000c309c365a {
  margin-left: 4%;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7df6d953-0c98-44d7-9613-000c309c365a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d313cd6f-7e5e-4b42-9f33-b0ef2bfb21dc {
  min-height: 50px;
}
@media (max-width: 767px){#s-d313cd6f-7e5e-4b42-9f33-b0ef2bfb21dc {
  margin-left: -1px;
margin-right: -15px;
}
}







#s-d313cd6f-7e5e-4b42-9f33-b0ef2bfb21dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d313cd6f-7e5e-4b42-9f33-b0ef2bfb21dc.shg-box.shg-c {
  justify-content: center;
}

#s-c8d5c4b6-2257-4ec2-bb66-4d5a33652833 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c8d5c4b6-2257-4ec2-bb66-4d5a33652833:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c8d5c4b6-2257-4ec2-bb66-4d5a33652833:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c8d5c4b6-2257-4ec2-bb66-4d5a33652833-btn-wrapper {
    text-align: center;
  }


#s-c8d5c4b6-2257-4ec2-bb66-4d5a33652833.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){
  #s-c8d5c4b6-2257-4ec2-bb66-4d5a33652833-btn-wrapper {
    text-align: center;
  }


#s-c8d5c4b6-2257-4ec2-bb66-4d5a33652833.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c8d5c4b6-2257-4ec2-bb66-4d5a33652833-btn-wrapper {
    text-align: center;
  }


#s-c8d5c4b6-2257-4ec2-bb66-4d5a33652833.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-7335affb-e3ea-4336-a2bf-45ac403db150 {
  margin-left: -30%;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-7335affb-e3ea-4336-a2bf-45ac403db150 {
  margin-left: -15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7335affb-e3ea-4336-a2bf-45ac403db150 {
  margin-left: 0%;
}
}@media (max-width: 767px){#s-7335affb-e3ea-4336-a2bf-45ac403db150 {
  margin-left: 10%;
margin-right: 0%;
padding-right: 0px;
}
}







#s-7335affb-e3ea-4336-a2bf-45ac403db150 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7335affb-e3ea-4336-a2bf-45ac403db150.shg-box.shg-c {
  justify-content: center;
}

#s-2aa2f1b3-b4b3-4815-b636-7500b822ddb5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2aa2f1b3-b4b3-4815-b636-7500b822ddb5:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2aa2f1b3-b4b3-4815-b636-7500b822ddb5:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-2aa2f1b3-b4b3-4815-b636-7500b822ddb5 {
  text-align: center;
}
}


#s-2aa2f1b3-b4b3-4815-b636-7500b822ddb5.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (max-width: 767px){

#s-2aa2f1b3-b4b3-4815-b636-7500b822ddb5.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  background-image: url(https://i.shgcdn.com/8900c707-d46e-40c6-a285-3dd690ec6155/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
background-attachment: scroll;
}








#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f > .shg-box-overlay {
  background-color: rgba(249, 249, 249, 1);
  opacity: 0;
}#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f > .shg-box-overlay {
  background-color: rgba(249, 249, 249, 1);
  opacity: 0;
}#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f.shg-box.shg-c {
  justify-content: center;
}
}
#s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba, #wrap-s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba { display:none !important; }}@media (max-width: 767px){#s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8012e222-99af-45ed-8da0-291204f15fdb {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8012e222-99af-45ed-8da0-291204f15fdb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 70px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-4d3a47ac-fc77-4a6b-972b-e09faa4da3b3 {
  margin-bottom: 30px;
}

@media (min-width: 1200px){#s-f49c9d03-9ad3-41d6-9941-71bd32fc9188 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f49c9d03-9ad3-41d6-9941-71bd32fc9188 {
  
}
}@media (max-width: 767px){#s-f49c9d03-9ad3-41d6-9941-71bd32fc9188 {
  display: none;
}
#s-f49c9d03-9ad3-41d6-9941-71bd32fc9188, #wrap-s-f49c9d03-9ad3-41d6-9941-71bd32fc9188 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f49c9d03-9ad3-41d6-9941-71bd32fc9188"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8eebc48d-face-4d78-bd92-0ef8eb3aa99f {
  min-height: 50px;
}
@media (max-width: 767px){#s-8eebc48d-face-4d78-bd92-0ef8eb3aa99f {
  margin-left: -1px;
margin-right: -15px;
}
}







#s-8eebc48d-face-4d78-bd92-0ef8eb3aa99f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8eebc48d-face-4d78-bd92-0ef8eb3aa99f.shg-box.shg-c {
  justify-content: center;
}

#s-017ed93c-9c32-4853-8f56-2c02b6588837 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-017ed93c-9c32-4853-8f56-2c02b6588837:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-017ed93c-9c32-4853-8f56-2c02b6588837:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-017ed93c-9c32-4853-8f56-2c02b6588837-btn-wrapper {
    text-align: center;
  }


#s-017ed93c-9c32-4853-8f56-2c02b6588837.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){
  #s-017ed93c-9c32-4853-8f56-2c02b6588837-btn-wrapper {
    text-align: center;
  }


#s-017ed93c-9c32-4853-8f56-2c02b6588837.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-017ed93c-9c32-4853-8f56-2c02b6588837-btn-wrapper {
    text-align: center;
  }


#s-017ed93c-9c32-4853-8f56-2c02b6588837.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ce72b48b-729d-443b-84e4-4d5fa0da3525 {
  margin-left: -30%;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ce72b48b-729d-443b-84e4-4d5fa0da3525 {
  margin-left: -15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce72b48b-729d-443b-84e4-4d5fa0da3525 {
  margin-left: 0%;
}
}@media (max-width: 767px){#s-ce72b48b-729d-443b-84e4-4d5fa0da3525 {
  margin-left: 0px;
padding-right: 0px;
}
}







#s-ce72b48b-729d-443b-84e4-4d5fa0da3525 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce72b48b-729d-443b-84e4-4d5fa0da3525.shg-box.shg-c {
  justify-content: center;
}

#s-1576097a-096e-4b91-92b0-a2325e01bb1b {
  padding-top: 10px;
padding-left: 36px;
padding-bottom: 10px;
padding-right: 36px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1576097a-096e-4b91-92b0-a2325e01bb1b:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1576097a-096e-4b91-92b0-a2325e01bb1b:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-1576097a-096e-4b91-92b0-a2325e01bb1b {
  text-align: center;
}
}


#s-1576097a-096e-4b91-92b0-a2325e01bb1b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (max-width: 767px){

#s-1576097a-096e-4b91-92b0-a2325e01bb1b.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-e0ab76f1-5230-4a17-bf87-69c1641d8f56 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-e0ab76f1-5230-4a17-bf87-69c1641d8f56 {
  display: none;
}
#s-e0ab76f1-5230-4a17-bf87-69c1641d8f56, #wrap-s-e0ab76f1-5230-4a17-bf87-69c1641d8f56 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0ab76f1-5230-4a17-bf87-69c1641d8f56 {
  display: none;
}
#s-e0ab76f1-5230-4a17-bf87-69c1641d8f56, #wrap-s-e0ab76f1-5230-4a17-bf87-69c1641d8f56 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0ab76f1-5230-4a17-bf87-69c1641d8f56 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e0ab76f1-5230-4a17-bf87-69c1641d8f56 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-e0ab76f1-5230-4a17-bf87-69c1641d8f56, #wrap-s-e0ab76f1-5230-4a17-bf87-69c1641d8f56 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e0ab76f1-5230-4a17-bf87-69c1641d8f56"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-59d20876-ed8d-4762-b8a2-fe2200ae7886 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-59d20876-ed8d-4762-b8a2-fe2200ae7886 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 70px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-86ce5110-8f68-4b51-a163-b8d4b8b80bd5 {
  margin-bottom: 30px;
}

@media (min-width: 1200px){#s-0b866132-863c-4025-ac5e-878824b6d115 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0b866132-863c-4025-ac5e-878824b6d115 {
  
}
}@media (max-width: 767px){#s-0b866132-863c-4025-ac5e-878824b6d115 {
  display: none;
}
#s-0b866132-863c-4025-ac5e-878824b6d115, #wrap-s-0b866132-863c-4025-ac5e-878824b6d115 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0b866132-863c-4025-ac5e-878824b6d115"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b8e8575a-f292-4482-b057-940e69cca39f {
  min-height: 50px;
}
@media (max-width: 767px){#s-b8e8575a-f292-4482-b057-940e69cca39f {
  margin-left: -1px;
margin-right: -15px;
}
}







#s-b8e8575a-f292-4482-b057-940e69cca39f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8e8575a-f292-4482-b057-940e69cca39f.shg-box.shg-c {
  justify-content: center;
}

#s-a6c329a2-c747-48a4-8a4b-932fab0761b8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a6c329a2-c747-48a4-8a4b-932fab0761b8:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a6c329a2-c747-48a4-8a4b-932fab0761b8:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a6c329a2-c747-48a4-8a4b-932fab0761b8-btn-wrapper {
    text-align: center;
  }


#s-a6c329a2-c747-48a4-8a4b-932fab0761b8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){
  #s-a6c329a2-c747-48a4-8a4b-932fab0761b8-btn-wrapper {
    text-align: center;
  }


#s-a6c329a2-c747-48a4-8a4b-932fab0761b8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a6c329a2-c747-48a4-8a4b-932fab0761b8-btn-wrapper {
    text-align: center;
  }


#s-a6c329a2-c747-48a4-8a4b-932fab0761b8.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-72ead374-f2f8-4137-82bb-a5efbaa13cc0 {
  margin-left: -30%;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-72ead374-f2f8-4137-82bb-a5efbaa13cc0 {
  margin-left: -15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-72ead374-f2f8-4137-82bb-a5efbaa13cc0 {
  margin-left: 0%;
}
}@media (max-width: 767px){#s-72ead374-f2f8-4137-82bb-a5efbaa13cc0 {
  margin-left: 0px;
padding-right: 0px;
}
}







#s-72ead374-f2f8-4137-82bb-a5efbaa13cc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72ead374-f2f8-4137-82bb-a5efbaa13cc0.shg-box.shg-c {
  justify-content: center;
}

#s-a2ea006d-6bfe-4d51-bc0f-63078d699e9d {
  padding-top: 10px;
padding-left: 36px;
padding-bottom: 10px;
padding-right: 36px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a2ea006d-6bfe-4d51-bc0f-63078d699e9d:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a2ea006d-6bfe-4d51-bc0f-63078d699e9d:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-a2ea006d-6bfe-4d51-bc0f-63078d699e9d {
  text-align: center;
}
}


#s-a2ea006d-6bfe-4d51-bc0f-63078d699e9d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (max-width: 767px){

#s-a2ea006d-6bfe-4d51-bc0f-63078d699e9d.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-915ddf1c-d684-48f8-8f38-5e0119f139fb {
  display: none;
}
#s-915ddf1c-d684-48f8-8f38-5e0119f139fb, #wrap-s-915ddf1c-d684-48f8-8f38-5e0119f139fb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-915ddf1c-d684-48f8-8f38-5e0119f139fb {
  display: none;
}
#s-915ddf1c-d684-48f8-8f38-5e0119f139fb, #wrap-s-915ddf1c-d684-48f8-8f38-5e0119f139fb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-915ddf1c-d684-48f8-8f38-5e0119f139fb {
  display: none;
}
#s-915ddf1c-d684-48f8-8f38-5e0119f139fb, #wrap-s-915ddf1c-d684-48f8-8f38-5e0119f139fb { display:none !important; }}@media (max-width: 767px){#s-915ddf1c-d684-48f8-8f38-5e0119f139fb {
  margin-left: 4%;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-915ddf1c-d684-48f8-8f38-5e0119f139fb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8a93d72f-7934-4672-ab0e-57f06bb08ae7 {
  min-height: 50px;
}
@media (max-width: 767px){#s-8a93d72f-7934-4672-ab0e-57f06bb08ae7 {
  margin-left: -1px;
margin-right: -15px;
}
}







#s-8a93d72f-7934-4672-ab0e-57f06bb08ae7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a93d72f-7934-4672-ab0e-57f06bb08ae7.shg-box.shg-c {
  justify-content: center;
}

#s-d729d5ca-7d26-4a42-801b-3dab3c6d41d6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d729d5ca-7d26-4a42-801b-3dab3c6d41d6:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d729d5ca-7d26-4a42-801b-3dab3c6d41d6:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d729d5ca-7d26-4a42-801b-3dab3c6d41d6-btn-wrapper {
    text-align: center;
  }


#s-d729d5ca-7d26-4a42-801b-3dab3c6d41d6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){
  #s-d729d5ca-7d26-4a42-801b-3dab3c6d41d6-btn-wrapper {
    text-align: center;
  }


#s-d729d5ca-7d26-4a42-801b-3dab3c6d41d6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d729d5ca-7d26-4a42-801b-3dab3c6d41d6-btn-wrapper {
    text-align: center;
  }


#s-d729d5ca-7d26-4a42-801b-3dab3c6d41d6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-afeed16a-9858-46aa-b729-02039ff4ae4f {
  margin-left: -30%;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-afeed16a-9858-46aa-b729-02039ff4ae4f {
  margin-left: -15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-afeed16a-9858-46aa-b729-02039ff4ae4f {
  margin-left: 0%;
}
}@media (max-width: 767px){#s-afeed16a-9858-46aa-b729-02039ff4ae4f {
  margin-left: 10%;
margin-right: 0%;
padding-right: 0px;
}
}







#s-afeed16a-9858-46aa-b729-02039ff4ae4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afeed16a-9858-46aa-b729-02039ff4ae4f.shg-box.shg-c {
  justify-content: center;
}

#s-94682c98-8036-4a4e-ac0a-817443709979 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-94682c98-8036-4a4e-ac0a-817443709979:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-94682c98-8036-4a4e-ac0a-817443709979:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-94682c98-8036-4a4e-ac0a-817443709979 {
  text-align: center;
}
}


#s-94682c98-8036-4a4e-ac0a-817443709979.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (max-width: 767px){

#s-94682c98-8036-4a4e-ac0a-817443709979.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-7c15821e-7fb9-470b-8c78-8b1effe9fae9 {
  background-image: url(https://i.shgcdn.com/d8bb4dcb-6eb7-4cde-9971-d540c5213587/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-7c15821e-7fb9-470b-8c78-8b1effe9fae9 {
  display: none;
}
#s-7c15821e-7fb9-470b-8c78-8b1effe9fae9, #wrap-s-7c15821e-7fb9-470b-8c78-8b1effe9fae9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c15821e-7fb9-470b-8c78-8b1effe9fae9 {
  display: none;
}
#s-7c15821e-7fb9-470b-8c78-8b1effe9fae9, #wrap-s-7c15821e-7fb9-470b-8c78-8b1effe9fae9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7c15821e-7fb9-470b-8c78-8b1effe9fae9 {
  
}
}@media (max-width: 767px){#s-7c15821e-7fb9-470b-8c78-8b1effe9fae9 {
  display: none;
}
#s-7c15821e-7fb9-470b-8c78-8b1effe9fae9, #wrap-s-7c15821e-7fb9-470b-8c78-8b1effe9fae9 { display:none !important; }}







#s-7c15821e-7fb9-470b-8c78-8b1effe9fae9 > .shg-box-overlay {
  background-color: rgba(72, 72, 72, 1);
  opacity: 0;
}#s-7c15821e-7fb9-470b-8c78-8b1effe9fae9 {
  cursor: pointer;
}#s-7c15821e-7fb9-470b-8c78-8b1effe9fae9.shg-box.shg-c {
  justify-content: center;
}

#s-d0011b55-b2bd-417b-8b9c-2745188ba8a5 {
  background-image: url(https://i.shgcdn.com/836fb755-bf33-4bc2-a7f6-3466f9a82530/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-d0011b55-b2bd-417b-8b9c-2745188ba8a5 {
  display: none;
}
#s-d0011b55-b2bd-417b-8b9c-2745188ba8a5, #wrap-s-d0011b55-b2bd-417b-8b9c-2745188ba8a5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0011b55-b2bd-417b-8b9c-2745188ba8a5 {
  display: none;
}
#s-d0011b55-b2bd-417b-8b9c-2745188ba8a5, #wrap-s-d0011b55-b2bd-417b-8b9c-2745188ba8a5 { display:none !important; }}@media (max-width: 767px){#s-d0011b55-b2bd-417b-8b9c-2745188ba8a5 {
  display: none;
}
#s-d0011b55-b2bd-417b-8b9c-2745188ba8a5, #wrap-s-d0011b55-b2bd-417b-8b9c-2745188ba8a5 { display:none !important; }}







#s-d0011b55-b2bd-417b-8b9c-2745188ba8a5 > .shg-box-overlay {
  background-color: rgba(72, 72, 72, 1);
  opacity: 0;
}#s-d0011b55-b2bd-417b-8b9c-2745188ba8a5.shg-box.shg-c {
  justify-content: center;
}

#s-d74939b8-0d87-40f0-85ab-644c5f888935 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d74939b8-0d87-40f0-85ab-644c5f888935 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-d74939b8-0d87-40f0-85ab-644c5f888935 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d74939b8-0d87-40f0-85ab-644c5f888935"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-be78bc18-89e4-48ac-87ad-5b4bc45a77a2 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-be78bc18-89e4-48ac-87ad-5b4bc45a77a2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 70px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-34aaa2b0-6fd1-4b91-81e5-790128cf872d {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5e84faaa-04c3-4ec3-a9ba-bc1c45a4c0bf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-22220cb5-05c3-466d-999c-9ba3fb42bbfc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-22220cb5-05c3-466d-999c-9ba3fb42bbfc:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-22220cb5-05c3-466d-999c-9ba3fb42bbfc:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-22220cb5-05c3-466d-999c-9ba3fb42bbfc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-60791453-4ec8-455b-90f5-0d23a4525970 {
  background-image: url(https://i.shgcdn.com/9ca16216-c657-4a0b-8a78-f0b82d063c55/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-60791453-4ec8-455b-90f5-0d23a4525970 {
  display: none;
}
#s-60791453-4ec8-455b-90f5-0d23a4525970, #wrap-s-60791453-4ec8-455b-90f5-0d23a4525970 { display:none !important; }}@media (max-width: 767px){#s-60791453-4ec8-455b-90f5-0d23a4525970 {
  
}
}







#s-60791453-4ec8-455b-90f5-0d23a4525970 > .shg-box-overlay {
  background-color: rgba(72, 72, 72, 1);
  opacity: 0;
}#s-60791453-4ec8-455b-90f5-0d23a4525970.shg-box.shg-c {
  justify-content: center;
}

#s-a3a5dc63-8118-48f9-aa89-3c8569a71722 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a3a5dc63-8118-48f9-aa89-3c8569a71722 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-a3a5dc63-8118-48f9-aa89-3c8569a71722 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a3a5dc63-8118-48f9-aa89-3c8569a71722"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-28adef01-0e34-4491-b930-fb735f9bf005 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-28adef01-0e34-4491-b930-fb735f9bf005 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 70px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-a6e2591e-540b-4409-aaad-646dc15af0b6 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a6009d9f-aa1b-4e2e-8a8a-2baefccd244d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c1acc787-e15a-4d3d-98f4-e369f09d6b39 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c1acc787-e15a-4d3d-98f4-e369f09d6b39:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c1acc787-e15a-4d3d-98f4-e369f09d6b39:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-c1acc787-e15a-4d3d-98f4-e369f09d6b39.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-a8270aa6-a5b3-4eca-87fb-700336dc53ba {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 100%;
opacity: 1;
}
@media (min-width: 1200px){#s-a8270aa6-a5b3-4eca-87fb-700336dc53ba {
  display: none;
}
#s-a8270aa6-a5b3-4eca-87fb-700336dc53ba, #wrap-s-a8270aa6-a5b3-4eca-87fb-700336dc53ba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a8270aa6-a5b3-4eca-87fb-700336dc53ba {
  display: none;
}
#s-a8270aa6-a5b3-4eca-87fb-700336dc53ba, #wrap-s-a8270aa6-a5b3-4eca-87fb-700336dc53ba { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a8270aa6-a5b3-4eca-87fb-700336dc53ba {
  display: none;
}
#s-a8270aa6-a5b3-4eca-87fb-700336dc53ba, #wrap-s-a8270aa6-a5b3-4eca-87fb-700336dc53ba { display:none !important; }}@media (max-width: 767px){#s-a8270aa6-a5b3-4eca-87fb-700336dc53ba {
  
}
}
#s-4511a36f-a0e1-4cf7-8a79-548da22699d4 {
  background-image: url(https://i.shgcdn.com/fee746d8-2f4d-4931-accd-3477c7fbedca/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 550px;
background-position: center center;
}








#s-4511a36f-a0e1-4cf7-8a79-548da22699d4 > .shg-box-overlay {
  background-color: rgba(72, 72, 72, 1);
  opacity: 0.1;
}#s-4511a36f-a0e1-4cf7-8a79-548da22699d4.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-4511a36f-a0e1-4cf7-8a79-548da22699d4 > .shg-box-overlay {
  background-color: rgba(72, 72, 72, 1);
  opacity: 0.1;
}#s-4511a36f-a0e1-4cf7-8a79-548da22699d4.shg-box.shg-c {
  justify-content: center;
}
}
#s-2693f4c2-7fe4-44e8-b844-a105b24496e7 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2693f4c2-7fe4-44e8-b844-a105b24496e7 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-2693f4c2-7fe4-44e8-b844-a105b24496e7 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2693f4c2-7fe4-44e8-b844-a105b24496e7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-151591db-c0c5-471f-b664-3e2fce0090a4 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-151591db-c0c5-471f-b664-3e2fce0090a4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 70px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-151591db-c0c5-471f-b664-3e2fce0090a4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 62px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-151591db-c0c5-471f-b664-3e2fce0090a4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 50px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: left;
}


}
@media (min-width: 1200px){#s-b8860c1a-3812-473c-8c14-5cc307455dc3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b8860c1a-3812-473c-8c14-5cc307455dc3 {
  
}
}@media (max-width: 767px){#s-b8860c1a-3812-473c-8c14-5cc307455dc3 {
  display: none;
}
#s-b8860c1a-3812-473c-8c14-5cc307455dc3, #wrap-s-b8860c1a-3812-473c-8c14-5cc307455dc3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b8860c1a-3812-473c-8c14-5cc307455dc3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3ccbb5b1-4cf4-4804-8270-3d91a6f7b167 {
  min-height: 50px;
}
@media (max-width: 767px){#s-3ccbb5b1-4cf4-4804-8270-3d91a6f7b167 {
  margin-left: -1px;
margin-right: -15px;
}
}







#s-3ccbb5b1-4cf4-4804-8270-3d91a6f7b167 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ccbb5b1-4cf4-4804-8270-3d91a6f7b167.shg-box.shg-c {
  justify-content: center;
}

#s-8fd85aec-d60b-436a-9f14-ce3889c8c4f0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8fd85aec-d60b-436a-9f14-ce3889c8c4f0:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8fd85aec-d60b-436a-9f14-ce3889c8c4f0:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8fd85aec-d60b-436a-9f14-ce3889c8c4f0-btn-wrapper {
    text-align: center;
  }


#s-8fd85aec-d60b-436a-9f14-ce3889c8c4f0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){
  #s-8fd85aec-d60b-436a-9f14-ce3889c8c4f0-btn-wrapper {
    text-align: center;
  }


#s-8fd85aec-d60b-436a-9f14-ce3889c8c4f0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8fd85aec-d60b-436a-9f14-ce3889c8c4f0-btn-wrapper {
    text-align: center;
  }


#s-8fd85aec-d60b-436a-9f14-ce3889c8c4f0.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-2ea00b71-4031-41f6-bec6-eac0b4cecfbe {
  margin-left: -30%;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2ea00b71-4031-41f6-bec6-eac0b4cecfbe {
  margin-left: -15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ea00b71-4031-41f6-bec6-eac0b4cecfbe {
  margin-left: 0%;
}
}@media (max-width: 767px){#s-2ea00b71-4031-41f6-bec6-eac0b4cecfbe {
  margin-left: 0px;
padding-right: 0px;
}
}







#s-2ea00b71-4031-41f6-bec6-eac0b4cecfbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ea00b71-4031-41f6-bec6-eac0b4cecfbe.shg-box.shg-c {
  justify-content: center;
}

#s-1064ba91-a177-4ab2-8cc1-f7a11a175a52 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1064ba91-a177-4ab2-8cc1-f7a11a175a52:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1064ba91-a177-4ab2-8cc1-f7a11a175a52:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-1064ba91-a177-4ab2-8cc1-f7a11a175a52 {
  text-align: center;
}
}


#s-1064ba91-a177-4ab2-8cc1-f7a11a175a52.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (max-width: 767px){

#s-1064ba91-a177-4ab2-8cc1-f7a11a175a52.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-00188b89-5e25-4701-8b37-b30d3f97da45 {
  display: none;
}
#s-00188b89-5e25-4701-8b37-b30d3f97da45, #wrap-s-00188b89-5e25-4701-8b37-b30d3f97da45 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00188b89-5e25-4701-8b37-b30d3f97da45 {
  display: none;
}
#s-00188b89-5e25-4701-8b37-b30d3f97da45, #wrap-s-00188b89-5e25-4701-8b37-b30d3f97da45 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00188b89-5e25-4701-8b37-b30d3f97da45 {
  display: none;
}
#s-00188b89-5e25-4701-8b37-b30d3f97da45, #wrap-s-00188b89-5e25-4701-8b37-b30d3f97da45 { display:none !important; }}@media (max-width: 767px){#s-00188b89-5e25-4701-8b37-b30d3f97da45 {
  margin-left: 4%;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-00188b89-5e25-4701-8b37-b30d3f97da45"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-68a8c44c-b018-445b-b182-3d6df33a098b {
  min-height: 50px;
}
@media (max-width: 767px){#s-68a8c44c-b018-445b-b182-3d6df33a098b {
  margin-left: 0px;
margin-right: -15px;
}
}







#s-68a8c44c-b018-445b-b182-3d6df33a098b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68a8c44c-b018-445b-b182-3d6df33a098b.shg-box.shg-c {
  justify-content: center;
}

#s-c230b2e4-79ff-444c-8053-31e9cae5b64f {
  padding-top: 10px;
padding-left: 12px;
padding-bottom: 10px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c230b2e4-79ff-444c-8053-31e9cae5b64f:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c230b2e4-79ff-444c-8053-31e9cae5b64f:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-c230b2e4-79ff-444c-8053-31e9cae5b64f {
  padding-left: 20px;
padding-right: 20px;
}
}

  #s-c230b2e4-79ff-444c-8053-31e9cae5b64f-btn-wrapper {
    text-align: center;
  }


#s-c230b2e4-79ff-444c-8053-31e9cae5b64f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){
  #s-c230b2e4-79ff-444c-8053-31e9cae5b64f-btn-wrapper {
    text-align: center;
  }


#s-c230b2e4-79ff-444c-8053-31e9cae5b64f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c {
  margin-top: 5%;
}
@media (min-width: 1200px){#s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c {
  display: none;
}
#s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c, #wrap-s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c {
  display: none;
}
#s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c, #wrap-s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c {
  display: none;
}
#s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c, #wrap-s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c { display:none !important; }}@media (max-width: 767px){#s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c {
  margin-left: 4%;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b6fb53aa-d461-4ca9-b76d-cd80f581f12c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-64d91630-f6ef-4d13-ba0f-238d23b6faaf {
  min-height: 50px;
}
@media (max-width: 767px){#s-64d91630-f6ef-4d13-ba0f-238d23b6faaf {
  margin-left: 0px;
margin-right: -15px;
}
}







#s-64d91630-f6ef-4d13-ba0f-238d23b6faaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64d91630-f6ef-4d13-ba0f-238d23b6faaf.shg-box.shg-c {
  justify-content: center;
}

#s-d6a9f144-a56a-470e-a2c3-9dc41ac460be {
  padding-top: 10px;
padding-left: 31px;
padding-bottom: 10px;
padding-right: 31px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d6a9f144-a56a-470e-a2c3-9dc41ac460be:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d6a9f144-a56a-470e-a2c3-9dc41ac460be:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-d6a9f144-a56a-470e-a2c3-9dc41ac460be {
  text-align: center;
}
}@media (max-width: 767px){#s-d6a9f144-a56a-470e-a2c3-9dc41ac460be {
  padding-left: 37px;
padding-right: 37px;
}
}


#s-d6a9f144-a56a-470e-a2c3-9dc41ac460be.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (max-width: 767px){

#s-d6a9f144-a56a-470e-a2c3-9dc41ac460be.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-dbf1d764-35ab-4581-a8fd-54deb2192e45 {
  background-image: url(https://i.shgcdn.com/4f62e53f-a7b2-49c5-8ed3-ff472121ebb4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 550px;
background-position: center center;
}








#s-dbf1d764-35ab-4581-a8fd-54deb2192e45 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-dbf1d764-35ab-4581-a8fd-54deb2192e45.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-dbf1d764-35ab-4581-a8fd-54deb2192e45 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-dbf1d764-35ab-4581-a8fd-54deb2192e45.shg-box.shg-c {
  justify-content: center;
}
}
#s-e3e5fea1-d491-4086-9379-8efe41189af6 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e3e5fea1-d491-4086-9379-8efe41189af6 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e3e5fea1-d491-4086-9379-8efe41189af6 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3e5fea1-d491-4086-9379-8efe41189af6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-945d92e4-90f5-42c6-8e41-34c940167def {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-945d92e4-90f5-42c6-8e41-34c940167def .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 70px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-945d92e4-90f5-42c6-8e41-34c940167def .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 62px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-945d92e4-90f5-42c6-8e41-34c940167def .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 50px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: left;
}


}
#s-f4b297b9-df96-4487-a9cc-8dfb6e80f777 {
  margin-bottom: 30px;
padding-right: 3%;
}

@media (min-width: 1200px){#s-85cdd25d-5d08-497a-8653-050ce4be96aa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-85cdd25d-5d08-497a-8653-050ce4be96aa {
  
}
}@media (max-width: 767px){#s-85cdd25d-5d08-497a-8653-050ce4be96aa {
  display: none;
}
#s-85cdd25d-5d08-497a-8653-050ce4be96aa, #wrap-s-85cdd25d-5d08-497a-8653-050ce4be96aa { display:none !important; }}
@media (min-width: 0px) {
[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-85cdd25d-5d08-497a-8653-050ce4be96aa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3a6215ae-3e8f-4663-9886-dfa718afe954 {
  min-height: 50px;
}
@media (max-width: 767px){#s-3a6215ae-3e8f-4663-9886-dfa718afe954 {
  margin-left: -1px;
margin-right: -15px;
}
}







#s-3a6215ae-3e8f-4663-9886-dfa718afe954 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a6215ae-3e8f-4663-9886-dfa718afe954.shg-box.shg-c {
  justify-content: center;
}

#s-347cc945-8930-4330-a138-b4578c7a530b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-347cc945-8930-4330-a138-b4578c7a530b:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-347cc945-8930-4330-a138-b4578c7a530b:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-347cc945-8930-4330-a138-b4578c7a530b-btn-wrapper {
    text-align: center;
  }


#s-347cc945-8930-4330-a138-b4578c7a530b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){
  #s-347cc945-8930-4330-a138-b4578c7a530b-btn-wrapper {
    text-align: center;
  }


#s-347cc945-8930-4330-a138-b4578c7a530b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-347cc945-8930-4330-a138-b4578c7a530b-btn-wrapper {
    text-align: center;
  }


#s-347cc945-8930-4330-a138-b4578c7a530b.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-00b653ce-391a-45de-afe6-8a5187bafd2e {
  margin-left: -30%;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-00b653ce-391a-45de-afe6-8a5187bafd2e {
  margin-left: -15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-00b653ce-391a-45de-afe6-8a5187bafd2e {
  margin-left: 0%;
}
}@media (max-width: 767px){#s-00b653ce-391a-45de-afe6-8a5187bafd2e {
  margin-left: 0px;
padding-right: 0px;
}
}







#s-00b653ce-391a-45de-afe6-8a5187bafd2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00b653ce-391a-45de-afe6-8a5187bafd2e.shg-box.shg-c {
  justify-content: center;
}

#s-5990cf93-31a5-4b4c-b97b-1f7b6a8c5c6a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5990cf93-31a5-4b4c-b97b-1f7b6a8c5c6a:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5990cf93-31a5-4b4c-b97b-1f7b6a8c5c6a:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-5990cf93-31a5-4b4c-b97b-1f7b6a8c5c6a {
  text-align: center;
}
}


#s-5990cf93-31a5-4b4c-b97b-1f7b6a8c5c6a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (max-width: 767px){

#s-5990cf93-31a5-4b4c-b97b-1f7b6a8c5c6a.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64 {
  display: none;
}
#s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64, #wrap-s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64 {
  display: none;
}
#s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64, #wrap-s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64 {
  display: none;
}
#s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64, #wrap-s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64 { display:none !important; }}@media (max-width: 767px){#s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64 {
  margin-left: 4%;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d397ead4-c95e-4dc2-a0a0-ea5b9be7bc64"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e106f280-a829-429c-8515-b6056e8a26a3 {
  min-height: 50px;
}
@media (max-width: 767px){#s-e106f280-a829-429c-8515-b6056e8a26a3 {
  margin-left: 0px;
margin-right: -15px;
}
}







#s-e106f280-a829-429c-8515-b6056e8a26a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e106f280-a829-429c-8515-b6056e8a26a3.shg-box.shg-c {
  justify-content: center;
}

#s-ac3bf4b4-a526-4550-9863-0ae913d74e1c {
  padding-top: 10px;
padding-left: 12px;
padding-bottom: 10px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ac3bf4b4-a526-4550-9863-0ae913d74e1c:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ac3bf4b4-a526-4550-9863-0ae913d74e1c:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-ac3bf4b4-a526-4550-9863-0ae913d74e1c {
  padding-left: 20px;
padding-right: 20px;
}
}

  #s-ac3bf4b4-a526-4550-9863-0ae913d74e1c-btn-wrapper {
    text-align: center;
  }


#s-ac3bf4b4-a526-4550-9863-0ae913d74e1c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){
  #s-ac3bf4b4-a526-4550-9863-0ae913d74e1c-btn-wrapper {
    text-align: center;
  }


#s-ac3bf4b4-a526-4550-9863-0ae913d74e1c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-e182499b-49f8-4196-af11-d76f19f88388 {
  margin-top: 5%;
}
@media (min-width: 1200px){#s-e182499b-49f8-4196-af11-d76f19f88388 {
  display: none;
}
#s-e182499b-49f8-4196-af11-d76f19f88388, #wrap-s-e182499b-49f8-4196-af11-d76f19f88388 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e182499b-49f8-4196-af11-d76f19f88388 {
  display: none;
}
#s-e182499b-49f8-4196-af11-d76f19f88388, #wrap-s-e182499b-49f8-4196-af11-d76f19f88388 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e182499b-49f8-4196-af11-d76f19f88388 {
  display: none;
}
#s-e182499b-49f8-4196-af11-d76f19f88388, #wrap-s-e182499b-49f8-4196-af11-d76f19f88388 { display:none !important; }}@media (max-width: 767px){#s-e182499b-49f8-4196-af11-d76f19f88388 {
  margin-left: 4%;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e182499b-49f8-4196-af11-d76f19f88388"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b91a8ebd-8546-4387-96ee-2d18f76257a4 {
  min-height: 50px;
}
@media (max-width: 767px){#s-b91a8ebd-8546-4387-96ee-2d18f76257a4 {
  margin-left: 0px;
margin-right: -15px;
}
}







#s-b91a8ebd-8546-4387-96ee-2d18f76257a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b91a8ebd-8546-4387-96ee-2d18f76257a4.shg-box.shg-c {
  justify-content: center;
}

#s-9921bd66-58bd-4d3f-94f6-19f362d2c311 {
  padding-top: 10px;
padding-left: 31px;
padding-bottom: 10px;
padding-right: 31px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9921bd66-58bd-4d3f-94f6-19f362d2c311:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9921bd66-58bd-4d3f-94f6-19f362d2c311:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-9921bd66-58bd-4d3f-94f6-19f362d2c311 {
  text-align: center;
}
}@media (max-width: 767px){#s-9921bd66-58bd-4d3f-94f6-19f362d2c311 {
  padding-left: 37px;
padding-right: 37px;
}
}


#s-9921bd66-58bd-4d3f-94f6-19f362d2c311.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (max-width: 767px){

#s-9921bd66-58bd-4d3f-94f6-19f362d2c311.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-03b37c89-8c3e-4c58-9041-beaa40d9851e {
  background-image: url(https://i.shgcdn.com/cce9a02e-5982-46aa-9e61-eaeb95f2fa96/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 550px;
background-position: center center;
}








#s-03b37c89-8c3e-4c58-9041-beaa40d9851e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-03b37c89-8c3e-4c58-9041-beaa40d9851e.shg-box.shg-c {
  justify-content: center;
}

#s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-93625dc1-547f-4ac0-a03f-0b0f8dad5f63"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3b081d9b-750e-4ce5-8fe4-2b92f23a1d0c {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3b081d9b-750e-4ce5-8fe4-2b92f23a1d0c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 70px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-3b081d9b-750e-4ce5-8fe4-2b92f23a1d0c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 62px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-3b081d9b-750e-4ce5-8fe4-2b92f23a1d0c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 50px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: left;
}


}
#s-43a37d87-e9fe-4564-b91a-0c92daf5c643 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d2adde24-075e-4c15-9b45-85accfe2cc63"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9a6b8ee1-de24-47b4-ab8e-00c4b8ceafb9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9a6b8ee1-de24-47b4-ab8e-00c4b8ceafb9:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9a6b8ee1-de24-47b4-ab8e-00c4b8ceafb9:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-9a6b8ee1-de24-47b4-ab8e-00c4b8ceafb9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-7068661e-fcad-455b-bb66-b19f7228b7c2 {
  min-height: 50px;
}








#s-7068661e-fcad-455b-bb66-b19f7228b7c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7068661e-fcad-455b-bb66-b19f7228b7c2.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-4adca00c-f63e-44cf-88d2-53e1fc433bec {
  margin-top: -8%;
text-align: center;
}
@media (min-width: 1200px){#s-4adca00c-f63e-44cf-88d2-53e1fc433bec {
  display: none;
}
#s-4adca00c-f63e-44cf-88d2-53e1fc433bec, #wrap-s-4adca00c-f63e-44cf-88d2-53e1fc433bec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4adca00c-f63e-44cf-88d2-53e1fc433bec {
  margin-top: -9%;
display: none;
}
#s-4adca00c-f63e-44cf-88d2-53e1fc433bec, #wrap-s-4adca00c-f63e-44cf-88d2-53e1fc433bec { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4adca00c-f63e-44cf-88d2-53e1fc433bec {
  margin-top: -12%;
display: none;
}
#s-4adca00c-f63e-44cf-88d2-53e1fc433bec, #wrap-s-4adca00c-f63e-44cf-88d2-53e1fc433bec { display:none !important; }}@media (max-width: 767px){#s-4adca00c-f63e-44cf-88d2-53e1fc433bec {
  margin-top: -24%;
display: none;
}
#s-4adca00c-f63e-44cf-88d2-53e1fc433bec, #wrap-s-4adca00c-f63e-44cf-88d2-53e1fc433bec { display:none !important; }}



  #s-4adca00c-f63e-44cf-88d2-53e1fc433bec img.shogun-image {
    
    width: px;
  }


#s-4adca00c-f63e-44cf-88d2-53e1fc433bec .shogun-image-content {
  
    align-items: center;
  
}

#s-482bc6e4-75de-424c-b639-deeb1d3b5c93 {
  margin-top: -8%;
}
@media (min-width: 1200px){#s-482bc6e4-75de-424c-b639-deeb1d3b5c93 {
  margin-top: -8%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-482bc6e4-75de-424c-b639-deeb1d3b5c93 {
  margin-top: -8%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-482bc6e4-75de-424c-b639-deeb1d3b5c93 {
  display: none;
}
#s-482bc6e4-75de-424c-b639-deeb1d3b5c93, #wrap-s-482bc6e4-75de-424c-b639-deeb1d3b5c93 { display:none !important; }}@media (max-width: 767px){#s-482bc6e4-75de-424c-b639-deeb1d3b5c93 {
  display: none;
}
#s-482bc6e4-75de-424c-b639-deeb1d3b5c93, #wrap-s-482bc6e4-75de-424c-b639-deeb1d3b5c93 { display:none !important; }}
#s-e7780c46-4d45-4f95-8455-557f5d4bbe86 {
  margin-top: 3%;
margin-left: 75px;
margin-right: 75px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7780c46-4d45-4f95-8455-557f5d4bbe86 {
  display: none;
}
#s-e7780c46-4d45-4f95-8455-557f5d4bbe86, #wrap-s-e7780c46-4d45-4f95-8455-557f5d4bbe86 { display:none !important; }}@media (max-width: 767px){#s-e7780c46-4d45-4f95-8455-557f5d4bbe86 {
  display: none;
}
#s-e7780c46-4d45-4f95-8455-557f5d4bbe86, #wrap-s-e7780c46-4d45-4f95-8455-557f5d4bbe86 { display:none !important; }}







#s-e7780c46-4d45-4f95-8455-557f5d4bbe86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7780c46-4d45-4f95-8455-557f5d4bbe86.shg-box.shg-c {
  justify-content: center;
}

#s-e7dc22ef-2d74-411a-a69a-70153eff6e4d {
  box-shadow:0px 0px 0px 0px rgba(143, 143, 141, 0.34);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e7dc22ef-2d74-411a-a69a-70153eff6e4d {
  display: none;
}
#s-e7dc22ef-2d74-411a-a69a-70153eff6e4d, #wrap-s-e7dc22ef-2d74-411a-a69a-70153eff6e4d { display:none !important; }}@media (max-width: 767px){#s-e7dc22ef-2d74-411a-a69a-70153eff6e4d {
  display: none;
}
#s-e7dc22ef-2d74-411a-a69a-70153eff6e4d, #wrap-s-e7dc22ef-2d74-411a-a69a-70153eff6e4d { display:none !important; }}
@media (min-width: 0px) {
[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e7dc22ef-2d74-411a-a69a-70153eff6e4d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-5d31a9d3-14fd-46eb-b098-5e81fa4a45d3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.0px);
}

}

#s-57ea311d-21fa-47c7-a19f-d7156875c5ab {
  margin-top: 0px;
margin-bottom: 0px;
text-align: right;
}




  #s-57ea311d-21fa-47c7-a19f-d7156875c5ab img.shogun-image {
    
    width: px;
  }


#s-57ea311d-21fa-47c7-a19f-d7156875c5ab .shogun-image-content {
  
    align-items: center;
  
}

#s-7c856f35-cabc-47a8-a82b-8b533c232aa1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7c856f35-cabc-47a8-a82b-8b533c232aa1 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-20e229fd-0b95-4b9e-9827-973cb50b4bb0 {
  padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-d8cb74e7-224e-42c1-b19a-4632c4832315"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.0px);
}

}

#s-54c57071-1968-4eb4-ab00-165a31848afe {
  margin-top: 0px;
margin-bottom: 0px;
text-align: right;
}




  #s-54c57071-1968-4eb4-ab00-165a31848afe img.shogun-image {
    
    width: px;
  }


#s-54c57071-1968-4eb4-ab00-165a31848afe .shogun-image-content {
  
    align-items: center;
  
}

#s-43366753-3a4d-47ae-8b70-2e5ec63f5a99 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-43366753-3a4d-47ae-8b70-2e5ec63f5a99 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-cf100ae0-4b76-4211-8195-e8f580097708"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.0px);
}

}

#s-9042e1a7-4e35-4e4e-9087-57c48f333b2d {
  margin-top: 0px;
margin-bottom: 0px;
text-align: right;
}




  #s-9042e1a7-4e35-4e4e-9087-57c48f333b2d img.shogun-image {
    
    width: px;
  }


#s-9042e1a7-4e35-4e4e-9087-57c48f333b2d .shogun-image-content {
  
    align-items: center;
  
}

#s-1c8e718e-3c2b-4a25-8588-b39dd384af39 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1c8e718e-3c2b-4a25-8588-b39dd384af39 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-131a238d-8c9f-400f-9206-94caa88822f7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.0px);
}

}

#s-eeb7aef5-2980-45e2-96a7-a5508b65c14d {
  margin-top: 0px;
margin-bottom: 0px;
text-align: right;
}




  #s-eeb7aef5-2980-45e2-96a7-a5508b65c14d img.shogun-image {
    
    width: px;
  }


#s-eeb7aef5-2980-45e2-96a7-a5508b65c14d .shogun-image-content {
  
    align-items: center;
  
}

#s-669f42b4-988d-4d3d-9492-17a88d0c8819 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-669f42b4-988d-4d3d-9492-17a88d0c8819 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a84c8a31-081f-4f8c-9383-4877958bc099 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-a84c8a31-081f-4f8c-9383-4877958bc099 {
  display: none;
}
#s-a84c8a31-081f-4f8c-9383-4877958bc099, #wrap-s-a84c8a31-081f-4f8c-9383-4877958bc099 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a84c8a31-081f-4f8c-9383-4877958bc099 {
  display: none;
}
#s-a84c8a31-081f-4f8c-9383-4877958bc099, #wrap-s-a84c8a31-081f-4f8c-9383-4877958bc099 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a84c8a31-081f-4f8c-9383-4877958bc099 {
  
}
}@media (max-width: 767px){#s-a84c8a31-081f-4f8c-9383-4877958bc099 {
  display: none;
}
#s-a84c8a31-081f-4f8c-9383-4877958bc099, #wrap-s-a84c8a31-081f-4f8c-9383-4877958bc099 { display:none !important; }}







#s-a84c8a31-081f-4f8c-9383-4877958bc099 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a84c8a31-081f-4f8c-9383-4877958bc099.shg-box.shg-c {
  justify-content: flex-start;
}

#s-86760f35-2821-4ef7-95b9-a038cf0825c2 {
  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(250, 250, 250, 0);
border-style: solid;
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-86760f35-2821-4ef7-95b9-a038cf0825c2 {
  display: none;
}
#s-86760f35-2821-4ef7-95b9-a038cf0825c2, #wrap-s-86760f35-2821-4ef7-95b9-a038cf0825c2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86760f35-2821-4ef7-95b9-a038cf0825c2 {
  display: none;
}
#s-86760f35-2821-4ef7-95b9-a038cf0825c2, #wrap-s-86760f35-2821-4ef7-95b9-a038cf0825c2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-86760f35-2821-4ef7-95b9-a038cf0825c2 {
  min-height: 50px;
}
}@media (max-width: 767px){#s-86760f35-2821-4ef7-95b9-a038cf0825c2 {
  display: none;
}
#s-86760f35-2821-4ef7-95b9-a038cf0825c2, #wrap-s-86760f35-2821-4ef7-95b9-a038cf0825c2 { display:none !important; }}







#s-86760f35-2821-4ef7-95b9-a038cf0825c2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-86760f35-2821-4ef7-95b9-a038cf0825c2.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-86760f35-2821-4ef7-95b9-a038cf0825c2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-86760f35-2821-4ef7-95b9-a038cf0825c2.shg-box.shg-c {
  justify-content: center;
}
}
#s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a {
  box-shadow:0px 0px 0px 2px rgba(255, 255, 255, 0);
border-style: solid;
margin-top: 50px;
margin-left: 45px;
margin-bottom: 50px;
margin-right: 45px;
padding-left: 10px;
padding-right: 10px;
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(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a {
  display: none;
}
#s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a, #wrap-s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a {
  display: none;
}
#s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a, #wrap-s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a {
  margin-left: 45px;
margin-right: 45px;
}
}
@media (min-width: 0px) {
[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d8470483-6086-4b0e-b2cc-1c2ad2630b1a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-02dc2450-eb6c-4709-abbf-4b94ae9c6850 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 100%;
}
@media (max-width: 767px){#s-02dc2450-eb6c-4709-abbf-4b94ae9c6850 {
  margin-right: 100px;
padding-left: 0px;
}
}







#s-02dc2450-eb6c-4709-abbf-4b94ae9c6850 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02dc2450-eb6c-4709-abbf-4b94ae9c6850.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c33ee02d-06ce-4bde-8946-3e775133abc9 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-c33ee02d-06ce-4bde-8946-3e775133abc9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.0px);
}

}

#s-79caa7e3-9f87-42ff-ab50-42e80f3dd828 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: left;
}




  #s-79caa7e3-9f87-42ff-ab50-42e80f3dd828 img.shogun-image {
    
    width: px;
  }


#s-79caa7e3-9f87-42ff-ab50-42e80f3dd828 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e841993-336c-44dd-917c-66dbddf6ed3d {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4e841993-336c-44dd-917c-66dbddf6ed3d .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-70c5e037-a3a5-4aa1-930f-8a074771cdb4 {
  margin-left: 20px;
margin-right: 20px;
}

#s-9a9c6877-ec94-4c97-a772-b991521a7e09 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 100%;
}








#s-9a9c6877-ec94-4c97-a772-b991521a7e09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a9c6877-ec94-4c97-a772-b991521a7e09.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d74951ad-cc36-456b-8ae0-89f051f331cd {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-d74951ad-cc36-456b-8ae0-89f051f331cd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.0px);
}

}

#s-708f453b-fc29-4670-906b-3a8fd51a1c9b {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: left;
}




  #s-708f453b-fc29-4670-906b-3a8fd51a1c9b img.shogun-image {
    
    width: px;
  }


#s-708f453b-fc29-4670-906b-3a8fd51a1c9b .shogun-image-content {
  
    align-items: center;
  
}

#s-f1382911-89a1-464a-b161-a0ed4fcb61c1 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f1382911-89a1-464a-b161-a0ed4fcb61c1 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5a117419-3082-442b-8570-c27b1dfe5bd2 {
  margin-left: 20px;
margin-right: 20px;
}

#s-6409b7e1-48c5-4bd9-a87a-41979323df8b {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 100%;
}








#s-6409b7e1-48c5-4bd9-a87a-41979323df8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6409b7e1-48c5-4bd9-a87a-41979323df8b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5a9f2bf8-23a4-48ec-8917-141679e9737f {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-5a9f2bf8-23a4-48ec-8917-141679e9737f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.0px);
}

}

#s-3da267e1-f6fc-4e46-939a-7812e9429401 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: left;
}




  #s-3da267e1-f6fc-4e46-939a-7812e9429401 img.shogun-image {
    
    width: px;
  }


#s-3da267e1-f6fc-4e46-939a-7812e9429401 .shogun-image-content {
  
    align-items: center;
  
}

#s-f964335c-e020-4b34-8c00-5087eb7b7b68 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f964335c-e020-4b34-8c00-5087eb7b7b68 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c0e8d379-5604-4986-a87a-e10f6c134175 {
  margin-left: 20px;
margin-right: 20px;
}

#s-5a87b611-9a45-4945-bb49-c4371b2f5560 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 100%;
}








#s-5a87b611-9a45-4945-bb49-c4371b2f5560 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a87b611-9a45-4945-bb49-c4371b2f5560.shg-box.shg-c {
  justify-content: flex-start;
}

#s-164f57c9-110e-46ac-94a4-7736f4b98998 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-164f57c9-110e-46ac-94a4-7736f4b98998"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.0px);
}

}

#s-9fb9ab83-51bc-495a-8bbe-eb0dec2983bd {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: left;
}




  #s-9fb9ab83-51bc-495a-8bbe-eb0dec2983bd img.shogun-image {
    
    width: px;
  }


#s-9fb9ab83-51bc-495a-8bbe-eb0dec2983bd .shogun-image-content {
  
    align-items: center;
  
}

#s-ab3ecc7b-9f21-441d-8160-7daf7a0ffa10 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ab3ecc7b-9f21-441d-8160-7daf7a0ffa10 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6c86e7e3-af1b-4d5d-8de6-5ea4585f699f {
  margin-left: 20px;
margin-right: 20px;
}

#s-03de59f6-911c-4a2e-9066-5f8a4c5f7dd7 {
  padding-top: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-03de59f6-911c-4a2e-9066-5f8a4c5f7dd7 {
  margin-top: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-03de59f6-911c-4a2e-9066-5f8a4c5f7dd7 {
  margin-top: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-03de59f6-911c-4a2e-9066-5f8a4c5f7dd7 {
  margin-top: 5%;
}
}







#s-03de59f6-911c-4a2e-9066-5f8a4c5f7dd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03de59f6-911c-4a2e-9066-5f8a4c5f7dd7.shg-box.shg-c {
  justify-content: center;
}

#s-446dea3b-d8e4-40f3-b4b9-4f0a05bfdc5d {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-446dea3b-d8e4-40f3-b4b9-4f0a05bfdc5d {
  display: none;
}
#s-446dea3b-d8e4-40f3-b4b9-4f0a05bfdc5d, #wrap-s-446dea3b-d8e4-40f3-b4b9-4f0a05bfdc5d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-446dea3b-d8e4-40f3-b4b9-4f0a05bfdc5d {
  display: none;
}
#s-446dea3b-d8e4-40f3-b4b9-4f0a05bfdc5d, #wrap-s-446dea3b-d8e4-40f3-b4b9-4f0a05bfdc5d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-446dea3b-d8e4-40f3-b4b9-4f0a05bfdc5d {
  display: none;
}
#s-446dea3b-d8e4-40f3-b4b9-4f0a05bfdc5d, #wrap-s-446dea3b-d8e4-40f3-b4b9-4f0a05bfdc5d { display:none !important; }}
@media (min-width: 0px) {
[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9b2ee754-960e-41c2-ba06-cbea93788eab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e3cdcde9-3559-40a9-b370-8eb979a336d7 {
  text-align: center;
}




  #s-e3cdcde9-3559-40a9-b370-8eb979a336d7 img.shogun-image {
    
    width: px;
  }


#s-e3cdcde9-3559-40a9-b370-8eb979a336d7 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c1961bdd-1f0a-41ee-9387-f17a13a34a0a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-df666896-ba66-4580-90c7-b7102909c611 {
  text-align: center;
}




  #s-df666896-ba66-4580-90c7-b7102909c611 img.shogun-image {
    
    width: px;
  }


#s-df666896-ba66-4580-90c7-b7102909c611 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-033c7fea-66cc-401d-9258-e523c36edfbe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-609fdfb4-186e-471d-b134-2773a146773c {
  text-align: center;
}




  #s-609fdfb4-186e-471d-b134-2773a146773c img.shogun-image {
    
    width: px;
  }


#s-609fdfb4-186e-471d-b134-2773a146773c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-578cb25d-a740-4f2b-9ff2-72f5304d484f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-eda60a84-ab61-447f-a7a0-649d631384d3 {
  text-align: center;
}




  #s-eda60a84-ab61-447f-a7a0-649d631384d3 img.shogun-image {
    
    width: px;
  }


#s-eda60a84-ab61-447f-a7a0-649d631384d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b0aa1b7-ebd5-42aa-ba71-a1726426d043 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9b0aa1b7-ebd5-42aa-ba71-a1726426d043 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-df74e9e6-689c-4367-978d-4db6148b4253 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-df74e9e6-689c-4367-978d-4db6148b4253 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bfdbbedb-30b4-428d-bdec-374bbf2d67bb {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bfdbbedb-30b4-428d-bdec-374bbf2d67bb .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f95f73a5-cdca-46b3-b75f-a4dc50e23f34 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f95f73a5-cdca-46b3-b75f-a4dc50e23f34 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-811f5d02-8902-48af-849c-6e9fbc1485e3 {
  padding-bottom: 0px;
}

#s-1e3ce67e-9d09-414c-bb7d-ed409432608c {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-1e3ce67e-9d09-414c-bb7d-ed409432608c {
  margin-top: 5%;
margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-1e3ce67e-9d09-414c-bb7d-ed409432608c .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


@media (max-width: 767px){#s-1e3ce67e-9d09-414c-bb7d-ed409432608c .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-fbfbd625-be7c-4c99-a6db-c155886fb7f5 {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}




  #s-fbfbd625-be7c-4c99-a6db-c155886fb7f5 img.shogun-image {
    
    width: px;
  }


#s-fbfbd625-be7c-4c99-a6db-c155886fb7f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f270084f-6c2c-4a92-af80-6c9eb148620f {
  min-height: 50px;
}








#s-f270084f-6c2c-4a92-af80-6c9eb148620f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f270084f-6c2c-4a92-af80-6c9eb148620f.shg-box.shg-c {
  justify-content: center;
}

#s-5b4f6f31-9558-4465-a2c9-3993d1ecce67 {
  margin-left: 5%;
margin-right: 5%;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a8f6cff6-948d-429a-9742-bb5b23570302"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-dee9e4da-2b65-4ba2-aeb7-3ad8eef2a5d6 {
  margin-left: 0%;
text-align: center;
}
@media (max-width: 767px){#s-dee9e4da-2b65-4ba2-aeb7-3ad8eef2a5d6 {
  margin-bottom: -7%;
}
}



  #s-dee9e4da-2b65-4ba2-aeb7-3ad8eef2a5d6 img.shogun-image {
    
    width: px;
  }


#s-dee9e4da-2b65-4ba2-aeb7-3ad8eef2a5d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-21ea35a7-a0cd-44ca-9fbe-4b8800af8ae9 {
  margin-top: 5%;
margin-bottom: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-21ea35a7-a0cd-44ca-9fbe-4b8800af8ae9 {
  margin-top: 3%;
margin-bottom: 3%;
display: none;
}
#s-21ea35a7-a0cd-44ca-9fbe-4b8800af8ae9, #wrap-s-21ea35a7-a0cd-44ca-9fbe-4b8800af8ae9 { display:none !important; }}
#s-21ea35a7-a0cd-44ca-9fbe-4b8800af8ae9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 0);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-21ea35a7-a0cd-44ca-9fbe-4b8800af8ae9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 0);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-34f8947c-1b64-484d-88a2-57183313bf2e {
  margin-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-34f8947c-1b64-484d-88a2-57183313bf2e {
  margin-top: -5%;
}
}



  #s-34f8947c-1b64-484d-88a2-57183313bf2e img.shogun-image {
    
    width: px;
  }


#s-34f8947c-1b64-484d-88a2-57183313bf2e .shogun-image-content {
  
    align-items: center;
  
}

#s-90213c51-6035-4399-8be1-10dfeaadd986 {
  margin-top: 5%;
margin-bottom: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-90213c51-6035-4399-8be1-10dfeaadd986 {
  margin-top: 3%;
margin-bottom: 3%;
}
}
#s-90213c51-6035-4399-8be1-10dfeaadd986 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 0);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-90213c51-6035-4399-8be1-10dfeaadd986 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 0);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-3294231c-824b-4713-bbef-c5ca87cd96dd {
  min-height: 50px;
}








#s-3294231c-824b-4713-bbef-c5ca87cd96dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3294231c-824b-4713-bbef-c5ca87cd96dd.shg-box.shg-c {
  justify-content: center;
}

#s-4f780d2b-c1d8-4026-b787-52f245965802 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4f780d2b-c1d8-4026-b787-52f245965802 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4f780d2b-c1d8-4026-b787-52f245965802 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4f780d2b-c1d8-4026-b787-52f245965802 {
  
}
}@media (max-width: 767px){#s-4f780d2b-c1d8-4026-b787-52f245965802 {
  display: none;
}
#s-4f780d2b-c1d8-4026-b787-52f245965802, #wrap-s-4f780d2b-c1d8-4026-b787-52f245965802 { display:none !important; }}







#s-4f780d2b-c1d8-4026-b787-52f245965802 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f780d2b-c1d8-4026-b787-52f245965802.shg-box.shg-c {
  justify-content: flex-start;
}

#s-003150cb-9bc4-4166-aeda-4586b845376e {
  border-style: solid;
margin-top: 3%;
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, 0);
border-style: solid;
border-radius: 0px;
min-height: 0px;
}
@media (min-width: 1200px){#s-003150cb-9bc4-4166-aeda-4586b845376e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-003150cb-9bc4-4166-aeda-4586b845376e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-003150cb-9bc4-4166-aeda-4586b845376e {
  display: none;
}
#s-003150cb-9bc4-4166-aeda-4586b845376e, #wrap-s-003150cb-9bc4-4166-aeda-4586b845376e { display:none !important; }}@media (max-width: 767px){#s-003150cb-9bc4-4166-aeda-4586b845376e {
  display: none;
}
#s-003150cb-9bc4-4166-aeda-4586b845376e, #wrap-s-003150cb-9bc4-4166-aeda-4586b845376e { display:none !important; }}







#s-003150cb-9bc4-4166-aeda-4586b845376e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-003150cb-9bc4-4166-aeda-4586b845376e.shg-box.shg-c {
  justify-content: center;
}

#s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2f0ce1f8-ff03-4492-b5a0-81f4b1e1531b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-74f772b5-dbe1-4671-8185-d4637395fd87 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-74f772b5-dbe1-4671-8185-d4637395fd87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74f772b5-dbe1-4671-8185-d4637395fd87.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-ca92e0d2-98ec-4c7f-9b02-00f9d8ea1754"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.0px);
}

}

#s-14b5009b-0f03-487e-8405-9333782e213c {
  margin-left: 20px;
margin-right: 20px;
text-align: left;
}




  #s-14b5009b-0f03-487e-8405-9333782e213c img.shogun-image {
    
    width: px;
  }


#s-14b5009b-0f03-487e-8405-9333782e213c .shogun-image-content {
  
    align-items: center;
  
}

#s-44fbcf2b-268e-466f-9ee4-f3ac61e0dea2 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-44fbcf2b-268e-466f-9ee4-f3ac61e0dea2 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-17c87d82-3831-4689-83ed-23507191dbbf {
  margin-left: 20px;
margin-right: 20px;
}

#s-021063b1-2cd2-461c-8678-f535bd0d4f14 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-021063b1-2cd2-461c-8678-f535bd0d4f14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-021063b1-2cd2-461c-8678-f535bd0d4f14.shg-box.shg-c {
  justify-content: flex-start;
}

#s-da5eeac5-a85e-4faf-b41f-31d8822a2b75 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-da5eeac5-a85e-4faf-b41f-31d8822a2b75"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.0px);
}

}

#s-4bd867b4-b866-4a8b-8eee-9d4f8185292a {
  margin-left: 20px;
margin-right: 20px;
text-align: left;
}




  #s-4bd867b4-b866-4a8b-8eee-9d4f8185292a img.shogun-image {
    
    width: px;
  }


#s-4bd867b4-b866-4a8b-8eee-9d4f8185292a .shogun-image-content {
  
    align-items: center;
  
}

#s-24543469-269a-4052-ae05-7c744b8aaee2 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-24543469-269a-4052-ae05-7c744b8aaee2 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0c4a145e-8f8d-47cb-af07-b1f20389e11d {
  margin-left: 20px;
margin-right: 20px;
}

#s-0d231fe6-c4e5-42e3-91cc-b95f6d2deaad {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-0d231fe6-c4e5-42e3-91cc-b95f6d2deaad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d231fe6-c4e5-42e3-91cc-b95f6d2deaad.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dee306e7-f275-4a94-bcc7-61cf392ddbc4 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-dee306e7-f275-4a94-bcc7-61cf392ddbc4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.0px);
}

}

#s-ca451421-0098-4ed1-b0cb-417b9ff22bdc {
  margin-left: 20px;
margin-right: 20px;
text-align: left;
}




  #s-ca451421-0098-4ed1-b0cb-417b9ff22bdc img.shogun-image {
    
    width: px;
  }


#s-ca451421-0098-4ed1-b0cb-417b9ff22bdc .shogun-image-content {
  
    align-items: center;
  
}

#s-a3f76ab2-399f-4515-8e8a-fdd837c6c897 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a3f76ab2-399f-4515-8e8a-fdd837c6c897 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8b63fdd6-89cc-40d4-9615-4f7f5d7dc81b {
  margin-left: 20px;
margin-right: 20px;
}

#s-82d7e912-8e6f-4c88-89c5-a769346b7b3b {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-82d7e912-8e6f-4c88-89c5-a769346b7b3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82d7e912-8e6f-4c88-89c5-a769346b7b3b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 4.0px);
}

[id="s-7fc0f3a5-31ea-44ea-8c1e-bf3d6c92a1e7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 4.0px);
}

}

#s-7a6d8cb5-e8af-4086-bffc-903b720c5d05 {
  margin-left: 20px;
margin-right: 20px;
text-align: left;
}




  #s-7a6d8cb5-e8af-4086-bffc-903b720c5d05 img.shogun-image {
    
    width: px;
  }


#s-7a6d8cb5-e8af-4086-bffc-903b720c5d05 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0bfa06f-a5a1-4968-adba-e537aacf1644 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e0bfa06f-a5a1-4968-adba-e537aacf1644 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4ed51853-7cce-42e9-a1c2-4c2651095d3f {
  margin-left: 20px;
margin-right: 20px;
}

#s-d372d266-2026-4ff6-9c21-b8505402a032 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d372d266-2026-4ff6-9c21-b8505402a032 {
  display: none;
}
#s-d372d266-2026-4ff6-9c21-b8505402a032, #wrap-s-d372d266-2026-4ff6-9c21-b8505402a032 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d372d266-2026-4ff6-9c21-b8505402a032 {
  display: none;
}
#s-d372d266-2026-4ff6-9c21-b8505402a032, #wrap-s-d372d266-2026-4ff6-9c21-b8505402a032 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d372d266-2026-4ff6-9c21-b8505402a032 {
  
}
}







#s-d372d266-2026-4ff6-9c21-b8505402a032 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d372d266-2026-4ff6-9c21-b8505402a032.shg-box.shg-c {
  justify-content: center;
}

#s-0c794d4b-1020-4306-8c6f-0f8eb4571934 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-0c794d4b-1020-4306-8c6f-0f8eb4571934 {
  display: none;
}
#s-0c794d4b-1020-4306-8c6f-0f8eb4571934, #wrap-s-0c794d4b-1020-4306-8c6f-0f8eb4571934 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c794d4b-1020-4306-8c6f-0f8eb4571934 {
  display: none;
}
#s-0c794d4b-1020-4306-8c6f-0f8eb4571934, #wrap-s-0c794d4b-1020-4306-8c6f-0f8eb4571934 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c794d4b-1020-4306-8c6f-0f8eb4571934 {
  display: none;
}
#s-0c794d4b-1020-4306-8c6f-0f8eb4571934, #wrap-s-0c794d4b-1020-4306-8c6f-0f8eb4571934 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e0316dd2-4fad-4fab-af45-aba5612dc6f9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-faf4a426-c0e4-4172-9529-43203b6d8cf5 {
  text-align: center;
}




  #s-faf4a426-c0e4-4172-9529-43203b6d8cf5 img.shogun-image {
    
    width: px;
  }


#s-faf4a426-c0e4-4172-9529-43203b6d8cf5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d6679821-d549-488c-a668-d4adb4ef0c60"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b38a13fe-754d-4ee5-a3af-d3bd3fd86eca {
  text-align: center;
}




  #s-b38a13fe-754d-4ee5-a3af-d3bd3fd86eca img.shogun-image {
    
    width: px;
  }


#s-b38a13fe-754d-4ee5-a3af-d3bd3fd86eca .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-18b77594-0ee7-4442-b0e5-63ce928897ea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f9a2c425-1cdf-4f94-8f4f-c119e93983d3 {
  text-align: center;
}




  #s-f9a2c425-1cdf-4f94-8f4f-c119e93983d3 img.shogun-image {
    
    width: px;
  }


#s-f9a2c425-1cdf-4f94-8f4f-c119e93983d3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ac9b9af1-a89a-429b-ab65-2b916bb033ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-271f8ac1-fcc0-419e-a6e7-4976c9252893 {
  text-align: center;
}




  #s-271f8ac1-fcc0-419e-a6e7-4976c9252893 img.shogun-image {
    
    width: px;
  }


#s-271f8ac1-fcc0-419e-a6e7-4976c9252893 .shogun-image-content {
  
    align-items: center;
  
}

#s-56ce3e94-b3de-4ce1-9e55-b4e6305be1e2 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56ce3e94-b3de-4ce1-9e55-b4e6305be1e2 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-56f85208-890e-4720-844d-a7597f2fffee {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56f85208-890e-4720-844d-a7597f2fffee .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c8ef33b3-a134-45ad-af6e-8fa9a9071abb {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8ef33b3-a134-45ad-af6e-8fa9a9071abb .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6b347f10-857f-4db7-a047-129ac77d03b9 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b347f10-857f-4db7-a047-129ac77d03b9 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a867dac2-df1c-4e96-b5df-45c2ee641309 {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

#s-f3d435f8-ea8d-4ba7-bff5-136fe9539d5e {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 247, 247, 0);
border-style: solid;
}

#s-e100f102-c610-467e-913b-34fd4e36aae3 {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
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;
}

#s-e1d14637-202a-44b3-850a-c506315253b4 {
  border-style: solid;
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;
}
@media (max-width: 767px){#s-e1d14637-202a-44b3-850a-c506315253b4 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-8ec69699-22a5-4381-b0f6-b7626b5e6ad0 {
  margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(251, 251, 251, 0);
}
@media (min-width: 1200px){#s-8ec69699-22a5-4381-b0f6-b7626b5e6ad0 {
  margin-left: 8%;
margin-right: 8%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ec69699-22a5-4381-b0f6-b7626b5e6ad0 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ec69699-22a5-4381-b0f6-b7626b5e6ad0 {
  
}
}@media (max-width: 767px){#s-8ec69699-22a5-4381-b0f6-b7626b5e6ad0 {
  
}
}







#s-8ec69699-22a5-4381-b0f6-b7626b5e6ad0 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-8ec69699-22a5-4381-b0f6-b7626b5e6ad0.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-db56bf41-9642-48c9-b144-96891b1a6a9a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-fa95c0fb-4d9d-4c02-83b0-ecf501f641cd {
  min-height: 565px;
background-color: rgba(253, 131, 141, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-fa95c0fb-4d9d-4c02-83b0-ecf501f641cd {
  min-height: 515px;
}
}







#s-fa95c0fb-4d9d-4c02-83b0-ecf501f641cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa95c0fb-4d9d-4c02-83b0-ecf501f641cd.shg-box.shg-c {
  justify-content: center;
}

#s-c9b2dacf-9d4a-41a3-ad14-abb1a3fcd03f {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-c9b2dacf-9d4a-41a3-ad14-abb1a3fcd03f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9b2dacf-9d4a-41a3-ad14-abb1a3fcd03f {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9b2dacf-9d4a-41a3-ad14-abb1a3fcd03f {
  
}
}@media (max-width: 767px){#s-c9b2dacf-9d4a-41a3-ad14-abb1a3fcd03f {
  
}
}
#s-3a8f2159-8e57-4c01-9e99-0f6ee7b2e572 {
  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-3a8f2159-8e57-4c01-9e99-0f6ee7b2e572 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a8f2159-8e57-4c01-9e99-0f6ee7b2e572 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a8f2159-8e57-4c01-9e99-0f6ee7b2e572 {
  
}
}@media (max-width: 767px){#s-3a8f2159-8e57-4c01-9e99-0f6ee7b2e572 {
  
}
}
#s-3a8f2159-8e57-4c01-9e99-0f6ee7b2e572 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9a0a361d-4930-4c49-865e-02cfc9c43531 {
  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: rgba(0, 0, 0, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-9a0a361d-4930-4c49-865e-02cfc9c43531 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9a0a361d-4930-4c49-865e-02cfc9c43531 {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9a0a361d-4930-4c49-865e-02cfc9c43531 {
  
}
}@media (max-width: 767px){#s-9a0a361d-4930-4c49-865e-02cfc9c43531 {
  
}
}
#s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5 {
  margin-right: 30%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5 {
  display: none;
}
#s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5, #wrap-s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5 { display:none !important; }}@media (max-width: 767px){#s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5 {
  
}
}
@media (min-width: 0px) {
[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6c9f43e0-0d75-4abc-bde4-b98efaec33d5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5a791890-907f-498c-bfc9-c984f4cb91c7 {
  min-height: 50px;
}
@media (max-width: 767px){#s-5a791890-907f-498c-bfc9-c984f4cb91c7 {
  margin-left: 22%;
}
}







#s-5a791890-907f-498c-bfc9-c984f4cb91c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a791890-907f-498c-bfc9-c984f4cb91c7.shg-box.shg-c {
  justify-content: center;
}

#s-293aefe8-b770-46fe-bdeb-3ee3830f3609 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-293aefe8-b770-46fe-bdeb-3ee3830f3609:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-293aefe8-b770-46fe-bdeb-3ee3830f3609:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-293aefe8-b770-46fe-bdeb-3ee3830f3609.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-550ee856-4e98-4b3d-8b8a-0538693ef06b {
  min-height: 50px;
}
@media (max-width: 767px){#s-550ee856-4e98-4b3d-8b8a-0538693ef06b {
  margin-top: 5%;
margin-left: 22%;
}
}







#s-550ee856-4e98-4b3d-8b8a-0538693ef06b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-550ee856-4e98-4b3d-8b8a-0538693ef06b.shg-box.shg-c {
  justify-content: center;
}

#s-593b1411-48c8-44fc-a07d-d6c151719764 {
  padding-top: 10px;
padding-left: 36px;
padding-bottom: 10px;
padding-right: 36px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-593b1411-48c8-44fc-a07d-d6c151719764:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-593b1411-48c8-44fc-a07d-d6c151719764:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-593b1411-48c8-44fc-a07d-d6c151719764.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-498da37c-384e-4e23-9e8f-3c339ca791ad {
  border-style: solid;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-498da37c-384e-4e23-9e8f-3c339ca791ad {
  margin-right: 30%;
display: none;
}
#s-498da37c-384e-4e23-9e8f-3c339ca791ad, #wrap-s-498da37c-384e-4e23-9e8f-3c339ca791ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-498da37c-384e-4e23-9e8f-3c339ca791ad {
  margin-top: -10px;
margin-left: 20px;
margin-right: 5%;
display: none;
}
#s-498da37c-384e-4e23-9e8f-3c339ca791ad, #wrap-s-498da37c-384e-4e23-9e8f-3c339ca791ad { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-498da37c-384e-4e23-9e8f-3c339ca791ad {
  margin-right: 0px;
}
}@media (max-width: 767px){#s-498da37c-384e-4e23-9e8f-3c339ca791ad {
  display: none;
}
#s-498da37c-384e-4e23-9e8f-3c339ca791ad, #wrap-s-498da37c-384e-4e23-9e8f-3c339ca791ad { display:none !important; }}
@media (min-width: 0px) {
[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-498da37c-384e-4e23-9e8f-3c339ca791ad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c149179f-fcd5-4782-a036-62245564bc08 {
  min-height: 50px;
}
@media (max-width: 767px){#s-c149179f-fcd5-4782-a036-62245564bc08 {
  margin-left: 22%;
}
}







#s-c149179f-fcd5-4782-a036-62245564bc08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c149179f-fcd5-4782-a036-62245564bc08.shg-box.shg-c {
  justify-content: center;
}

#s-b6637d8f-a7f5-4e02-9320-8b1458bd4a28 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b6637d8f-a7f5-4e02-9320-8b1458bd4a28:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b6637d8f-a7f5-4e02-9320-8b1458bd4a28:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-b6637d8f-a7f5-4e02-9320-8b1458bd4a28.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-0d8395e5-8c6a-4988-903c-58d7cbf1a46a {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0d8395e5-8c6a-4988-903c-58d7cbf1a46a {
  margin-left: 30%;
}
}@media (max-width: 767px){#s-0d8395e5-8c6a-4988-903c-58d7cbf1a46a {
  margin-top: 5%;
margin-left: 22%;
}
}







#s-0d8395e5-8c6a-4988-903c-58d7cbf1a46a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d8395e5-8c6a-4988-903c-58d7cbf1a46a.shg-box.shg-c {
  justify-content: center;
}

#s-f8a00ee0-5353-4668-8939-4a8d5cf0ae9a {
  padding-top: 10px;
padding-left: 36px;
padding-bottom: 10px;
padding-right: 36px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f8a00ee0-5353-4668-8939-4a8d5cf0ae9a:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f8a00ee0-5353-4668-8939-4a8d5cf0ae9a:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-f8a00ee0-5353-4668-8939-4a8d5cf0ae9a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-841c494b-c59b-4d19-aaa7-a646a87fb590 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-841c494b-c59b-4d19-aaa7-a646a87fb590 {
  display: none;
}
#s-841c494b-c59b-4d19-aaa7-a646a87fb590, #wrap-s-841c494b-c59b-4d19-aaa7-a646a87fb590 { display:none !important; }}@media (max-width: 767px){#s-841c494b-c59b-4d19-aaa7-a646a87fb590 {
  margin-top: 5%;
margin-left: 5%;
margin-right: 5%;
}
}



  #s-841c494b-c59b-4d19-aaa7-a646a87fb590 img.shogun-image {
    
    width: px;
  }


#s-841c494b-c59b-4d19-aaa7-a646a87fb590 .shogun-image-content {
  
    align-items: center;
  
}

#s-c6f0d31d-858d-4df8-be5a-bd72391d4715 {
  text-align: center;
}
@media (min-width: 1200px){#s-c6f0d31d-858d-4df8-be5a-bd72391d4715 {
  display: none;
}
#s-c6f0d31d-858d-4df8-be5a-bd72391d4715, #wrap-s-c6f0d31d-858d-4df8-be5a-bd72391d4715 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6f0d31d-858d-4df8-be5a-bd72391d4715 {
  display: none;
}
#s-c6f0d31d-858d-4df8-be5a-bd72391d4715, #wrap-s-c6f0d31d-858d-4df8-be5a-bd72391d4715 { display:none !important; }}@media (max-width: 767px){#s-c6f0d31d-858d-4df8-be5a-bd72391d4715 {
  margin-top: 5%;
margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-c6f0d31d-858d-4df8-be5a-bd72391d4715, #wrap-s-c6f0d31d-858d-4df8-be5a-bd72391d4715 { display:none !important; }}



  #s-c6f0d31d-858d-4df8-be5a-bd72391d4715 img.shogun-image {
    
    width: px;
  }


#s-c6f0d31d-858d-4df8-be5a-bd72391d4715 .shogun-image-content {
  
    align-items: center;
  
}

#s-4735cf00-5e2a-40bd-8fae-cafe4ee42d4d {
  padding-top: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4735cf00-5e2a-40bd-8fae-cafe4ee42d4d {
  margin-bottom: -20px;
}
}@media (max-width: 767px){#s-4735cf00-5e2a-40bd-8fae-cafe4ee42d4d {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-4735cf00-5e2a-40bd-8fae-cafe4ee42d4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4735cf00-5e2a-40bd-8fae-cafe4ee42d4d.shg-box.shg-c {
  justify-content: center;
}

#s-7cbf3890-35c2-4b42-91f1-5fe87321cf5d {
  margin-top: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7cbf3890-35c2-4b42-91f1-5fe87321cf5d .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


@media (max-width: 767px){#s-7cbf3890-35c2-4b42-91f1-5fe87321cf5d .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-c001e3fc-eb72-4b49-a456-360e1016fe85 {
  text-align: center;
}




  #s-c001e3fc-eb72-4b49-a456-360e1016fe85 img.shogun-image {
    
    width: px;
  }


#s-c001e3fc-eb72-4b49-a456-360e1016fe85 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2315644-5368-40f2-8877-3fe4d7eeda72 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-d2315644-5368-40f2-8877-3fe4d7eeda72 {
  margin-top: 6%;
margin-bottom: 6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d2315644-5368-40f2-8877-3fe4d7eeda72 {
  margin-top: 7%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d2315644-5368-40f2-8877-3fe4d7eeda72 {
  margin-top: 10%;
}
}@media (max-width: 767px){#s-d2315644-5368-40f2-8877-3fe4d7eeda72 {
  margin-top: 6%;
margin-bottom: 5%;
}
}







#s-d2315644-5368-40f2-8877-3fe4d7eeda72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2315644-5368-40f2-8877-3fe4d7eeda72.shg-box.shg-c {
  justify-content: center;
}

#s-0b9394d2-5f82-4575-8e09-1fa7826e71e0 {
  margin-top: -70px;
}
@media (max-width: 767px){#s-0b9394d2-5f82-4575-8e09-1fa7826e71e0 {
  margin-top: -5%;
}
}
#s-06f46cf7-e20e-476f-badd-40774c2ca861 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-06f46cf7-e20e-476f-badd-40774c2ca861 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06f46cf7-e20e-476f-badd-40774c2ca861.shg-box.shg-c {
  justify-content: center;
}

#s-4abba3fc-de8a-48c7-bda9-adf3a52fc070 {
  margin-right: 0%;
}

#s-61c40689-902d-4cc5-b69c-690b8a426319 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-61c40689-902d-4cc5-b69c-690b8a426319 {
  margin-top: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-61c40689-902d-4cc5-b69c-690b8a426319 {
  margin-top: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-61c40689-902d-4cc5-b69c-690b8a426319 {
  margin-top: 5%;
}
}@media (max-width: 767px){#s-61c40689-902d-4cc5-b69c-690b8a426319 {
  margin-top: 10%;
}
}







#s-61c40689-902d-4cc5-b69c-690b8a426319 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61c40689-902d-4cc5-b69c-690b8a426319.shg-box.shg-c {
  justify-content: center;
}

#s-a2b519cc-9220-475a-b1b2-b30bc0edb9c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2b519cc-9220-475a-b1b2-b30bc0edb9c7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-a2b519cc-9220-475a-b1b2-b30bc0edb9c7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-e34b236f-1be4-47aa-9cad-2969890763e5 {
  text-align: center;
}




  #s-e34b236f-1be4-47aa-9cad-2969890763e5 img.shogun-image {
    
    width: px;
  }


#s-e34b236f-1be4-47aa-9cad-2969890763e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-60228705-7862-4420-a858-551af79f89fe {
  margin-top: 1%;
margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-60228705-7862-4420-a858-551af79f89fe {
  display: none;
}
#s-60228705-7862-4420-a858-551af79f89fe, #wrap-s-60228705-7862-4420-a858-551af79f89fe { display:none !important; }}
@media (min-width: 0px) {
[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-60228705-7862-4420-a858-551af79f89fe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-00275cf9-f510-4c7a-9f42-37dc139335c3 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-00275cf9-f510-4c7a-9f42-37dc139335c3 {
  
}
}







#s-00275cf9-f510-4c7a-9f42-37dc139335c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00275cf9-f510-4c7a-9f42-37dc139335c3.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

@media (min-width: 768px) and (max-width: 991px){#s-69a5d9a2-57b0-43c8-ad23-34891b243a31 {
  
}
}
#s-d21a1419-b8a2-4fd2-b8bb-7872d9c06c77 {
  margin-left: 5%;
margin-right: 20%;
}
@media (max-width: 767px){#s-d21a1419-b8a2-4fd2-b8bb-7872d9c06c77 {
  margin-top: 5%;
margin-left: 0%;
margin-right: 0px;
}
}
#s-f04646c7-5801-4006-a0ac-8426d3a318bf {
  margin-left: 5%;
min-height: 50px;
}
@media (max-width: 767px){#s-f04646c7-5801-4006-a0ac-8426d3a318bf {
  margin-top: 5%;
margin-left: 27%;
}
}







#s-f04646c7-5801-4006-a0ac-8426d3a318bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f04646c7-5801-4006-a0ac-8426d3a318bf.shg-box.shg-c {
  justify-content: center;
}

#s-260a44d4-39ce-49ee-8d40-deff31b8d53b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-260a44d4-39ce-49ee-8d40-deff31b8d53b:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-260a44d4-39ce-49ee-8d40-deff31b8d53b:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-260a44d4-39ce-49ee-8d40-deff31b8d53b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (max-width: 767px){

#s-260a44d4-39ce-49ee-8d40-deff31b8d53b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ae162d42-c418-4e42-a9df-0f98cf82bad0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ae162d42-c418-4e42-a9df-0f98cf82bad0 {
  display: none;
}
#s-ae162d42-c418-4e42-a9df-0f98cf82bad0, #wrap-s-ae162d42-c418-4e42-a9df-0f98cf82bad0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae162d42-c418-4e42-a9df-0f98cf82bad0 {
  display: none;
}
#s-ae162d42-c418-4e42-a9df-0f98cf82bad0, #wrap-s-ae162d42-c418-4e42-a9df-0f98cf82bad0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ae162d42-c418-4e42-a9df-0f98cf82bad0 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-ae162d42-c418-4e42-a9df-0f98cf82bad0 {
  display: none;
}
#s-ae162d42-c418-4e42-a9df-0f98cf82bad0, #wrap-s-ae162d42-c418-4e42-a9df-0f98cf82bad0 { display:none !important; }}







#s-ae162d42-c418-4e42-a9df-0f98cf82bad0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae162d42-c418-4e42-a9df-0f98cf82bad0.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-b586ce87-5e09-4c04-a748-5dda4a778241 {
  
}
}
#s-adbaeef0-bbd3-4ba3-b114-2b746a89163b {
  margin-left: 5%;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-adbaeef0-bbd3-4ba3-b114-2b746a89163b {
  margin-top: 3%;
margin-left: 0px;
margin-right: 0%;
}
}@media (max-width: 767px){#s-adbaeef0-bbd3-4ba3-b114-2b746a89163b {
  margin-top: 5%;
margin-left: 0%;
margin-right: 0px;
}
}
#s-189b4a7f-4203-4dc1-a425-f0c86f2ff235 {
  margin-left: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-189b4a7f-4203-4dc1-a425-f0c86f2ff235 {
  margin-left: 40%;
}
}@media (max-width: 767px){#s-189b4a7f-4203-4dc1-a425-f0c86f2ff235 {
  margin-top: 5%;
margin-left: 27%;
}
}







#s-189b4a7f-4203-4dc1-a425-f0c86f2ff235 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-189b4a7f-4203-4dc1-a425-f0c86f2ff235.shg-box.shg-c {
  justify-content: center;
}

#s-7432cee3-2bff-481b-91d9-38c71fc4cd78 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7432cee3-2bff-481b-91d9-38c71fc4cd78:hover {background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7432cee3-2bff-481b-91d9-38c71fc4cd78:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-7432cee3-2bff-481b-91d9-38c71fc4cd78.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (max-width: 767px){

#s-7432cee3-2bff-481b-91d9-38c71fc4cd78.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-6ae0bb9a-5f95-41ee-8a38-2128f2458fc7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6ae0bb9a-5f95-41ee-8a38-2128f2458fc7 {
  margin-top: 5%;
margin-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6ae0bb9a-5f95-41ee-8a38-2128f2458fc7 {
  margin-top: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6ae0bb9a-5f95-41ee-8a38-2128f2458fc7 {
  margin-top: 5%;
}
}@media (max-width: 767px){#s-6ae0bb9a-5f95-41ee-8a38-2128f2458fc7 {
  margin-top: 5%;
}
}







#s-6ae0bb9a-5f95-41ee-8a38-2128f2458fc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ae0bb9a-5f95-41ee-8a38-2128f2458fc7.shg-box.shg-c {
  justify-content: center;
}

#s-fb4302cf-f026-4a52-aaa9-99d86d606057 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb4302cf-f026-4a52-aaa9-99d86d606057 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-fb4302cf-f026-4a52-aaa9-99d86d606057 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-e36e2b92-b53d-4b69-bf1d-eaa7d45b71aa {
  margin-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-e36e2b92-b53d-4b69-bf1d-eaa7d45b71aa {
  margin-bottom: -2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e36e2b92-b53d-4b69-bf1d-eaa7d45b71aa {
  margin-bottom: -15px;
}
}



  #s-e36e2b92-b53d-4b69-bf1d-eaa7d45b71aa img.shogun-image {
    
    width: px;
  }


#s-e36e2b92-b53d-4b69-bf1d-eaa7d45b71aa .shogun-image-content {
  
    align-items: center;
  
}

#s-9e491fa5-1ba1-47f1-ae4b-2c607179ae1e {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9e491fa5-1ba1-47f1-ae4b-2c607179ae1e {
  
}
}@media (max-width: 767px){#s-9e491fa5-1ba1-47f1-ae4b-2c607179ae1e {
  
}
}
@media (min-width: 0px) {
[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b6de878b-b905-49d9-b3d2-9a438f07968d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-9b6cc58b-a797-4afb-a0e4-1bef39f3e45b {
  margin-top: 21%;
margin-bottom: 21%;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-9b6cc58b-a797-4afb-a0e4-1bef39f3e45b {
  padding-top: 9%;
padding-bottom: 9%;
}
}



  #s-9b6cc58b-a797-4afb-a0e4-1bef39f3e45b img.shogun-image {
    
    width: px;
  }


#s-9b6cc58b-a797-4afb-a0e4-1bef39f3e45b .shogun-image-content {
  
    align-items: center;
  
}

#s-f8d713ec-f861-4b51-8210-4a691491e20b {
  margin-top: 21%;
margin-bottom: 21%;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-f8d713ec-f861-4b51-8210-4a691491e20b {
  padding-top: 9%;
padding-bottom: 9%;
}
}



  #s-f8d713ec-f861-4b51-8210-4a691491e20b img.shogun-image {
    
    width: px;
  }


#s-f8d713ec-f861-4b51-8210-4a691491e20b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b0ee653c-eca0-4383-897a-350f1f7cf0b0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-0ee27360-04ce-44b1-a4e1-a543f124fbe6 {
  max-width: 200px;
text-align: center;
}




  #s-0ee27360-04ce-44b1-a4e1-a543f124fbe6 img.shogun-image {
    
    width: px;
  }


#s-0ee27360-04ce-44b1-a4e1-a543f124fbe6 .shogun-image-content {
  
    align-items: center;
  
}

#s-9789d608-7645-4c88-918e-a5f453e612ce {
  max-width: 200px;
text-align: center;
}




  #s-9789d608-7645-4c88-918e-a5f453e612ce img.shogun-image {
    
    width: px;
  }


#s-9789d608-7645-4c88-918e-a5f453e612ce .shogun-image-content {
  
    align-items: center;
  
}

#s-e4297282-0066-4caa-98f3-dcd838ddbfbc {
  max-width: 200px;
text-align: center;
}




  #s-e4297282-0066-4caa-98f3-dcd838ddbfbc img.shogun-image {
    
    width: px;
  }


#s-e4297282-0066-4caa-98f3-dcd838ddbfbc .shogun-image-content {
  
    align-items: center;
  
}

#s-9226e0c0-d3b5-4fd5-bcef-1e7238e9bd95 {
  max-width: 200px;
text-align: center;
}




  #s-9226e0c0-d3b5-4fd5-bcef-1e7238e9bd95 img.shogun-image {
    
    width: px;
  }


#s-9226e0c0-d3b5-4fd5-bcef-1e7238e9bd95 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-37a87f01-57d6-4671-a12e-820570b49b0c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f951ad41-07e3-4746-853c-ed0ce7058237 {
  max-width: 200px;
text-align: center;
}




  #s-f951ad41-07e3-4746-853c-ed0ce7058237 img.shogun-image {
    
    width: px;
  }


#s-f951ad41-07e3-4746-853c-ed0ce7058237 .shogun-image-content {
  
    align-items: center;
  
}

#s-7967e894-e2a1-457a-b87f-69456495b23e {
  max-width: 200px;
text-align: center;
}




  #s-7967e894-e2a1-457a-b87f-69456495b23e img.shogun-image {
    
    width: px;
  }


#s-7967e894-e2a1-457a-b87f-69456495b23e .shogun-image-content {
  
    align-items: center;
  
}

#s-c9f4235d-5da6-4b36-89f6-ec77130d2fc4 {
  max-width: 200px;
text-align: center;
}




  #s-c9f4235d-5da6-4b36-89f6-ec77130d2fc4 img.shogun-image {
    
    width: px;
  }


#s-c9f4235d-5da6-4b36-89f6-ec77130d2fc4 .shogun-image-content {
  
    align-items: center;
  
}

#s-071818d7-b3cc-4244-9fd2-5e43c8f04f8f {
  max-width: 200px;
text-align: center;
}




  #s-071818d7-b3cc-4244-9fd2-5e43c8f04f8f img.shogun-image {
    
    width: px;
  }


#s-071818d7-b3cc-4244-9fd2-5e43c8f04f8f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2506821c-3ae2-408d-ae94-61f976350ea5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-fc319214-c4c1-4693-962d-e131c1033a75 {
  max-width: 200px;
text-align: center;
}




  #s-fc319214-c4c1-4693-962d-e131c1033a75 img.shogun-image {
    
    width: px;
  }


#s-fc319214-c4c1-4693-962d-e131c1033a75 .shogun-image-content {
  
    align-items: center;
  
}

#s-f59fdb69-74a5-491e-9906-e28f210d4834 {
  max-width: 200px;
text-align: center;
}




  #s-f59fdb69-74a5-491e-9906-e28f210d4834 img.shogun-image {
    
    width: px;
  }


#s-f59fdb69-74a5-491e-9906-e28f210d4834 .shogun-image-content {
  
    align-items: center;
  
}

#s-3405ac12-61eb-4df2-810b-ca9771609752 {
  max-width: 200px;
text-align: center;
}




  #s-3405ac12-61eb-4df2-810b-ca9771609752 img.shogun-image {
    
    width: px;
  }


#s-3405ac12-61eb-4df2-810b-ca9771609752 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a994079-75db-4b99-927a-1435a583e585 {
  max-width: 200px;
text-align: center;
}




  #s-6a994079-75db-4b99-927a-1435a583e585 img.shogun-image {
    
    width: px;
  }


#s-6a994079-75db-4b99-927a-1435a583e585 .shogun-image-content {
  
    align-items: center;
  
}

#s-f44fff0f-99bf-4fea-a0db-96aa575cc00e {
  min-height: 50px;
}








#s-f44fff0f-99bf-4fea-a0db-96aa575cc00e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f44fff0f-99bf-4fea-a0db-96aa575cc00e.shg-box.shg-c {
  justify-content: center;
}

#s-e937f9e6-82a5-4bba-82e1-ffc4df7dc1da {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e937f9e6-82a5-4bba-82e1-ffc4df7dc1da {
  margin-top: 5%;
margin-bottom: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e937f9e6-82a5-4bba-82e1-ffc4df7dc1da {
  margin-top: 5%;
}
}@media (max-width: 767px){#s-e937f9e6-82a5-4bba-82e1-ffc4df7dc1da {
  margin-top: 5%;
margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}
}







#s-e937f9e6-82a5-4bba-82e1-ffc4df7dc1da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e937f9e6-82a5-4bba-82e1-ffc4df7dc1da.shg-box.shg-c {
  justify-content: center;
}

#s-b1fae385-627b-4c8f-8716-72a1cc5ae255 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b1fae385-627b-4c8f-8716-72a1cc5ae255 {
  margin-bottom: 10px;
}
}
#s-b1fae385-627b-4c8f-8716-72a1cc5ae255 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-b1fae385-627b-4c8f-8716-72a1cc5ae255 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-975094d7-fe19-4248-8fb0-566519e7d21a {
  margin-top: -1%;
padding-top: 0px;
text-align: center;
}




  #s-975094d7-fe19-4248-8fb0-566519e7d21a img.shogun-image {
    
    width: px;
  }


#s-975094d7-fe19-4248-8fb0-566519e7d21a .shogun-image-content {
  
    align-items: center;
  
}

#s-7c7fd7bd-d862-420e-b06d-300d25846c86 {
  margin-top: -2%;
margin-left: 10%;
margin-bottom: -4%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-7c7fd7bd-d862-420e-b06d-300d25846c86 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7c7fd7bd-d862-420e-b06d-300d25846c86 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7c7fd7bd-d862-420e-b06d-300d25846c86 {
  
}
}@media (max-width: 767px){#s-7c7fd7bd-d862-420e-b06d-300d25846c86 {
  
}
}







#s-7c7fd7bd-d862-420e-b06d-300d25846c86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c7fd7bd-d862-420e-b06d-300d25846c86.shg-box.shg-c {
  justify-content: flex-start;
}

#s-61fc5603-27ec-4de8-88cc-91b6878c30f9 {
  margin-top: 25px;
margin-left: 100px;
margin-bottom: 25px;
margin-right: 100px;
background-color: rgba(0, 2, 1, 0);
}
@media (min-width: 1200px){#s-61fc5603-27ec-4de8-88cc-91b6878c30f9 {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-61fc5603-27ec-4de8-88cc-91b6878c30f9 {
  margin-bottom: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-61fc5603-27ec-4de8-88cc-91b6878c30f9 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-61fc5603-27ec-4de8-88cc-91b6878c30f9 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-61fc5603-27ec-4de8-88cc-91b6878c30f9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

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

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

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

#s-fbf1277d-2e5d-4317-99cd-07253a451ef1 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: right;
}
@media (max-width: 767px){#s-fbf1277d-2e5d-4317-99cd-07253a451ef1 {
  text-align: center;
}
}
#s-66e6498d-6cd8-4707-8a2b-09e4c14823a3 {
  margin-top: 20px;
margin-bottom: 20px;
margin-right: -15%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-66e6498d-6cd8-4707-8a2b-09e4c14823a3 {
  margin-right: -5%;
}
}@media (max-width: 767px){#s-66e6498d-6cd8-4707-8a2b-09e4c14823a3 {
  margin-right: 0%;
}
}
#s-7ecd10c3-4c2a-45f7-ae8c-13954955ef9b {
  margin-top: 20px;
margin-left: -15%;
margin-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7ecd10c3-4c2a-45f7-ae8c-13954955ef9b {
  margin-left: -5%;
}
}@media (max-width: 767px){#s-7ecd10c3-4c2a-45f7-ae8c-13954955ef9b {
  margin-left: 0px;
}
}
#s-bf38a508-208e-4aed-8077-44d30a5e7630 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: left;
}
@media (max-width: 767px){#s-bf38a508-208e-4aed-8077-44d30a5e7630 {
  text-align: center;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@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;
}
