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

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

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

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

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.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;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

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

  to {
    opacity: 1;
  }
}

#s-bacc80cf-1180-4ad3-a1c4-2b25b6f20993 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-bacc80cf-1180-4ad3-a1c4-2b25b6f20993 .shg-sld-dot {
  background-color: rgba(0, 0, 0, 0.2);
}

#s-bacc80cf-1180-4ad3-a1c4-2b25b6f20993 .shg-sld-nav-button.shg-sld-left,
#s-bacc80cf-1180-4ad3-a1c4-2b25b6f20993 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 0, 0, 0.2);
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-511217fd-9e78-4126-825d-48f3fa4ee898 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(221, 241, 250, 1);
}








#s-511217fd-9e78-4126-825d-48f3fa4ee898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-511217fd-9e78-4126-825d-48f3fa4ee898.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4fa8affd-696c-4643-b7d4-a44927385575 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: right top;
}

#s-4fa8affd-696c-4643-b7d4-a44927385575 {
  background-image: url(https://i.shgcdn.com/b75bf4b3-7e61-4a83-93fc-77c84fbdf6da/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4fa8affd-696c-4643-b7d4-a44927385575 {
  background-image: url(https://i.shgcdn.com/b75bf4b3-7e61-4a83-93fc-77c84fbdf6da/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4fa8affd-696c-4643-b7d4-a44927385575 {
  background-image: url(https://i.shgcdn.com/b75bf4b3-7e61-4a83-93fc-77c84fbdf6da/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4fa8affd-696c-4643-b7d4-a44927385575 {
  background-image: url(https://i.shgcdn.com/b75bf4b3-7e61-4a83-93fc-77c84fbdf6da/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4fa8affd-696c-4643-b7d4-a44927385575 {
  background-image: url(https://i.shgcdn.com/b75bf4b3-7e61-4a83-93fc-77c84fbdf6da/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4fa8affd-696c-4643-b7d4-a44927385575 {
  background-image: url(https://i.shgcdn.com/b75bf4b3-7e61-4a83-93fc-77c84fbdf6da/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4fa8affd-696c-4643-b7d4-a44927385575 {
  background-image: url(https://i.shgcdn.com/b75bf4b3-7e61-4a83-93fc-77c84fbdf6da/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4fa8affd-696c-4643-b7d4-a44927385575 {
  background-image: url(https://i.shgcdn.com/b75bf4b3-7e61-4a83-93fc-77c84fbdf6da/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4fa8affd-696c-4643-b7d4-a44927385575 {
  background-image: url(https://i.shgcdn.com/b75bf4b3-7e61-4a83-93fc-77c84fbdf6da/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-4fa8affd-696c-4643-b7d4-a44927385575 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fa8affd-696c-4643-b7d4-a44927385575.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-43357767-3a93-4146-ac07-e4dbb68a2891 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-43357767-3a93-4146-ac07-e4dbb68a2891"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43357767-3a93-4146-ac07-e4dbb68a2891"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-43357767-3a93-4146-ac07-e4dbb68a2891"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-43357767-3a93-4146-ac07-e4dbb68a2891"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-863caf75-9d80-48b5-8d96-32885901f2b7 {
  margin-left: 56px;
margin-right: 56px;
padding-top: 180px;
padding-bottom: 30px;
min-height: 640px;
}
@media (max-width: 767px){#s-863caf75-9d80-48b5-8d96-32885901f2b7 {
  padding-top: 80%;
}
}







#s-863caf75-9d80-48b5-8d96-32885901f2b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-863caf75-9d80-48b5-8d96-32885901f2b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-d3bca746-9104-4107-91b0-9da537f594c1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d3bca746-9104-4107-91b0-9da537f594c1 .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.2em;
  
  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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-292b6261-a3da-4a99-b72a-acad95987387 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

.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-text {
  font-weight: ;
  font-family: ;
}

.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-57bb331a-32de-4400-a6c6-5428d3b470e6 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 8px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.2em;
}
#s-57bb331a-32de-4400-a6c6-5428d3b470e6:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-57bb331a-32de-4400-a6c6-5428d3b470e6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-57bb331a-32de-4400-a6c6-5428d3b470e6-root {
    text-align: left;
  }


#s-57bb331a-32de-4400-a6c6-5428d3b470e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-57bb331a-32de-4400-a6c6-5428d3b470e6-root {
    text-align: left;
  }


#s-57bb331a-32de-4400-a6c6-5428d3b470e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57bb331a-32de-4400-a6c6-5428d3b470e6-root {
    text-align: left;
  }


#s-57bb331a-32de-4400-a6c6-5428d3b470e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57bb331a-32de-4400-a6c6-5428d3b470e6-root {
    text-align: left;
  }


#s-57bb331a-32de-4400-a6c6-5428d3b470e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-57bb331a-32de-4400-a6c6-5428d3b470e6-root {
    text-align: left;
  }


#s-57bb331a-32de-4400-a6c6-5428d3b470e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

.shg-imageV2-content {
  text-align: initial;
}

.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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-9bb6464f-a45f-4405-a393-44b735c1ce38 {
  margin-top: 96px;
margin-left: 0px;
margin-right: 0px;
max-width: 50px;
aspect-ratio: 105/117;
text-align: left;
}
@media (max-width: 767px){#s-9bb6464f-a45f-4405-a393-44b735c1ce38 {
  margin-top: 48px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-9bb6464f-a45f-4405-a393-44b735c1ce38 .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-9bb6464f-a45f-4405-a393-44b735c1ce38 .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bb6464f-a45f-4405-a393-44b735c1ce38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9bb6464f-a45f-4405-a393-44b735c1ce38 {
    width: 100%;
    height: auto;
  }

  #s-9bb6464f-a45f-4405-a393-44b735c1ce38 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image {
    
    
  }


.s-9bb6464f-a45f-4405-a393-44b735c1ce38 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bb6464f-a45f-4405-a393-44b735c1ce38.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bb6464f-a45f-4405-a393-44b735c1ce38 {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image-container {
      position: relative;
    }

    .s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bb6464f-a45f-4405-a393-44b735c1ce38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bb6464f-a45f-4405-a393-44b735c1ce38 .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-9bb6464f-a45f-4405-a393-44b735c1ce38 .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bb6464f-a45f-4405-a393-44b735c1ce38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9bb6464f-a45f-4405-a393-44b735c1ce38 {
    width: 100%;
    height: auto;
  }

  #s-9bb6464f-a45f-4405-a393-44b735c1ce38 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image {
    
    
  }


.s-9bb6464f-a45f-4405-a393-44b735c1ce38 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bb6464f-a45f-4405-a393-44b735c1ce38.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bb6464f-a45f-4405-a393-44b735c1ce38 {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image-container {
      position: relative;
    }

    .s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bb6464f-a45f-4405-a393-44b735c1ce38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bb6464f-a45f-4405-a393-44b735c1ce38 .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-9bb6464f-a45f-4405-a393-44b735c1ce38 .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bb6464f-a45f-4405-a393-44b735c1ce38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9bb6464f-a45f-4405-a393-44b735c1ce38 {
    width: 100%;
    height: auto;
  }

  #s-9bb6464f-a45f-4405-a393-44b735c1ce38 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image {
    
    
  }


.s-9bb6464f-a45f-4405-a393-44b735c1ce38 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bb6464f-a45f-4405-a393-44b735c1ce38.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bb6464f-a45f-4405-a393-44b735c1ce38 {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image-container {
      position: relative;
    }

    .s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bb6464f-a45f-4405-a393-44b735c1ce38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bb6464f-a45f-4405-a393-44b735c1ce38 .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-9bb6464f-a45f-4405-a393-44b735c1ce38 .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bb6464f-a45f-4405-a393-44b735c1ce38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9bb6464f-a45f-4405-a393-44b735c1ce38 {
    width: 100%;
    height: auto;
  }

  #s-9bb6464f-a45f-4405-a393-44b735c1ce38 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image {
    
    
  }


.s-9bb6464f-a45f-4405-a393-44b735c1ce38 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bb6464f-a45f-4405-a393-44b735c1ce38.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bb6464f-a45f-4405-a393-44b735c1ce38 {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image-container {
      position: relative;
    }

    .s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bb6464f-a45f-4405-a393-44b735c1ce38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bb6464f-a45f-4405-a393-44b735c1ce38 .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-9bb6464f-a45f-4405-a393-44b735c1ce38 .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bb6464f-a45f-4405-a393-44b735c1ce38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9bb6464f-a45f-4405-a393-44b735c1ce38 {
    width: 100%;
    height: auto;
  }

  #s-9bb6464f-a45f-4405-a393-44b735c1ce38 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image {
    
    
  }


.s-9bb6464f-a45f-4405-a393-44b735c1ce38 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bb6464f-a45f-4405-a393-44b735c1ce38.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bb6464f-a45f-4405-a393-44b735c1ce38 {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image-container {
      position: relative;
    }

    .s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bb6464f-a45f-4405-a393-44b735c1ce38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bb6464f-a45f-4405-a393-44b735c1ce38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-faf0d5ce-5036-4879-ba29-94a5522b5ce0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(221, 241, 250, 1);
}








#s-faf0d5ce-5036-4879-ba29-94a5522b5ce0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-faf0d5ce-5036-4879-ba29-94a5522b5ce0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b51e1fb0-a338-4fd1-adaa-f08519185120 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: right top;
}

#s-b51e1fb0-a338-4fd1-adaa-f08519185120 {
  background-image: url(https://i.shgcdn.com/6da53e91-dec4-4e80-92f2-23025080ebc7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b51e1fb0-a338-4fd1-adaa-f08519185120 {
  background-image: url(https://i.shgcdn.com/6da53e91-dec4-4e80-92f2-23025080ebc7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b51e1fb0-a338-4fd1-adaa-f08519185120 {
  background-image: url(https://i.shgcdn.com/6da53e91-dec4-4e80-92f2-23025080ebc7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b51e1fb0-a338-4fd1-adaa-f08519185120 {
  background-image: url(https://i.shgcdn.com/6da53e91-dec4-4e80-92f2-23025080ebc7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b51e1fb0-a338-4fd1-adaa-f08519185120 {
  background-image: url(https://i.shgcdn.com/6da53e91-dec4-4e80-92f2-23025080ebc7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b51e1fb0-a338-4fd1-adaa-f08519185120 {
  background-image: url(https://i.shgcdn.com/6da53e91-dec4-4e80-92f2-23025080ebc7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b51e1fb0-a338-4fd1-adaa-f08519185120 {
  background-image: url(https://i.shgcdn.com/6da53e91-dec4-4e80-92f2-23025080ebc7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b51e1fb0-a338-4fd1-adaa-f08519185120 {
  background-image: url(https://i.shgcdn.com/6da53e91-dec4-4e80-92f2-23025080ebc7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b51e1fb0-a338-4fd1-adaa-f08519185120 {
  background-image: url(https://i.shgcdn.com/6da53e91-dec4-4e80-92f2-23025080ebc7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-b51e1fb0-a338-4fd1-adaa-f08519185120 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b51e1fb0-a338-4fd1-adaa-f08519185120.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ae03147-5d80-460e-a557-f0015b29afb1 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-2ae03147-5d80-460e-a557-f0015b29afb1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ae03147-5d80-460e-a557-f0015b29afb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2ae03147-5d80-460e-a557-f0015b29afb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ae03147-5d80-460e-a557-f0015b29afb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-edbef408-d1dd-4488-87f1-e20dc31613ee {
  margin-left: 56px;
margin-right: 56px;
padding-top: 180px;
padding-bottom: 30px;
min-height: 640px;
}
@media (max-width: 767px){#s-edbef408-d1dd-4488-87f1-e20dc31613ee {
  padding-top: 80%;
}
}







#s-edbef408-d1dd-4488-87f1-e20dc31613ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edbef408-d1dd-4488-87f1-e20dc31613ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a053c07c-3645-49a0-aab0-ce12496637d9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a053c07c-3645-49a0-aab0-ce12496637d9 .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-6bb7d995-7c1a-4cb7-9e11-92a571b27be8 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-213edb3d-ff50-48ed-ba2f-a116179ae76d {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 8px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.2em;
}
#s-213edb3d-ff50-48ed-ba2f-a116179ae76d:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-213edb3d-ff50-48ed-ba2f-a116179ae76d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-213edb3d-ff50-48ed-ba2f-a116179ae76d-root {
    text-align: left;
  }


#s-213edb3d-ff50-48ed-ba2f-a116179ae76d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-213edb3d-ff50-48ed-ba2f-a116179ae76d-root {
    text-align: left;
  }


#s-213edb3d-ff50-48ed-ba2f-a116179ae76d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-213edb3d-ff50-48ed-ba2f-a116179ae76d-root {
    text-align: left;
  }


#s-213edb3d-ff50-48ed-ba2f-a116179ae76d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-213edb3d-ff50-48ed-ba2f-a116179ae76d-root {
    text-align: left;
  }


#s-213edb3d-ff50-48ed-ba2f-a116179ae76d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-213edb3d-ff50-48ed-ba2f-a116179ae76d-root {
    text-align: left;
  }


#s-213edb3d-ff50-48ed-ba2f-a116179ae76d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f1451ccb-ab6f-444c-83e2-82f852000651 {
  margin-top: 96px;
margin-left: 0px;
margin-right: 0px;
max-width: 50px;
aspect-ratio: 105/117;
text-align: left;
}
@media (max-width: 767px){#s-f1451ccb-ab6f-444c-83e2-82f852000651 {
  margin-top: 48px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-f1451ccb-ab6f-444c-83e2-82f852000651 .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-f1451ccb-ab6f-444c-83e2-82f852000651 .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1451ccb-ab6f-444c-83e2-82f852000651 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f1451ccb-ab6f-444c-83e2-82f852000651 {
    width: 100%;
    height: auto;
  }

  #s-f1451ccb-ab6f-444c-83e2-82f852000651 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image {
    
    
  }


.s-f1451ccb-ab6f-444c-83e2-82f852000651 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1451ccb-ab6f-444c-83e2-82f852000651.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1451ccb-ab6f-444c-83e2-82f852000651 {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image-container {
      position: relative;
    }

    .s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1451ccb-ab6f-444c-83e2-82f852000651 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1451ccb-ab6f-444c-83e2-82f852000651 .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-f1451ccb-ab6f-444c-83e2-82f852000651 .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1451ccb-ab6f-444c-83e2-82f852000651 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f1451ccb-ab6f-444c-83e2-82f852000651 {
    width: 100%;
    height: auto;
  }

  #s-f1451ccb-ab6f-444c-83e2-82f852000651 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image {
    
    
  }


.s-f1451ccb-ab6f-444c-83e2-82f852000651 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1451ccb-ab6f-444c-83e2-82f852000651.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1451ccb-ab6f-444c-83e2-82f852000651 {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image-container {
      position: relative;
    }

    .s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1451ccb-ab6f-444c-83e2-82f852000651 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1451ccb-ab6f-444c-83e2-82f852000651 .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-f1451ccb-ab6f-444c-83e2-82f852000651 .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1451ccb-ab6f-444c-83e2-82f852000651 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f1451ccb-ab6f-444c-83e2-82f852000651 {
    width: 100%;
    height: auto;
  }

  #s-f1451ccb-ab6f-444c-83e2-82f852000651 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image {
    
    
  }


.s-f1451ccb-ab6f-444c-83e2-82f852000651 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1451ccb-ab6f-444c-83e2-82f852000651.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1451ccb-ab6f-444c-83e2-82f852000651 {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image-container {
      position: relative;
    }

    .s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1451ccb-ab6f-444c-83e2-82f852000651 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1451ccb-ab6f-444c-83e2-82f852000651 .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-f1451ccb-ab6f-444c-83e2-82f852000651 .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1451ccb-ab6f-444c-83e2-82f852000651 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f1451ccb-ab6f-444c-83e2-82f852000651 {
    width: 100%;
    height: auto;
  }

  #s-f1451ccb-ab6f-444c-83e2-82f852000651 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image {
    
    
  }


.s-f1451ccb-ab6f-444c-83e2-82f852000651 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1451ccb-ab6f-444c-83e2-82f852000651.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1451ccb-ab6f-444c-83e2-82f852000651 {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image-container {
      position: relative;
    }

    .s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1451ccb-ab6f-444c-83e2-82f852000651 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1451ccb-ab6f-444c-83e2-82f852000651 .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-f1451ccb-ab6f-444c-83e2-82f852000651 .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1451ccb-ab6f-444c-83e2-82f852000651 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f1451ccb-ab6f-444c-83e2-82f852000651 {
    width: 100%;
    height: auto;
  }

  #s-f1451ccb-ab6f-444c-83e2-82f852000651 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image {
    
    
  }


.s-f1451ccb-ab6f-444c-83e2-82f852000651 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1451ccb-ab6f-444c-83e2-82f852000651.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1451ccb-ab6f-444c-83e2-82f852000651 {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image-container {
      position: relative;
    }

    .s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1451ccb-ab6f-444c-83e2-82f852000651.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1451ccb-ab6f-444c-83e2-82f852000651 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4fccdb4b-8906-4a1e-92ba-96d4a0a9965f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(221, 241, 250, 1);
}








#s-4fccdb4b-8906-4a1e-92ba-96d4a0a9965f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fccdb4b-8906-4a1e-92ba-96d4a0a9965f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40bfb978-4072-46ec-9b41-7e0aad58560d {
  background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: right top;
}

#s-40bfb978-4072-46ec-9b41-7e0aad58560d {
  background-image: url(https://i.shgcdn.com/65d59362-f085-430a-8dcd-584debdfac69/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-40bfb978-4072-46ec-9b41-7e0aad58560d {
  background-image: url(https://i.shgcdn.com/65d59362-f085-430a-8dcd-584debdfac69/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-40bfb978-4072-46ec-9b41-7e0aad58560d {
  background-image: url(https://i.shgcdn.com/65d59362-f085-430a-8dcd-584debdfac69/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-40bfb978-4072-46ec-9b41-7e0aad58560d {
  background-image: url(https://i.shgcdn.com/65d59362-f085-430a-8dcd-584debdfac69/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-40bfb978-4072-46ec-9b41-7e0aad58560d {
  background-image: url(https://i.shgcdn.com/65d59362-f085-430a-8dcd-584debdfac69/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-40bfb978-4072-46ec-9b41-7e0aad58560d {
  background-image: url(https://i.shgcdn.com/65d59362-f085-430a-8dcd-584debdfac69/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-40bfb978-4072-46ec-9b41-7e0aad58560d {
  background-image: url(https://i.shgcdn.com/65d59362-f085-430a-8dcd-584debdfac69/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-40bfb978-4072-46ec-9b41-7e0aad58560d {
  background-image: url(https://i.shgcdn.com/65d59362-f085-430a-8dcd-584debdfac69/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-40bfb978-4072-46ec-9b41-7e0aad58560d {
  background-image: url(https://i.shgcdn.com/65d59362-f085-430a-8dcd-584debdfac69/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-40bfb978-4072-46ec-9b41-7e0aad58560d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40bfb978-4072-46ec-9b41-7e0aad58560d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0090beb8-2cce-4d47-b6d6-5c4b16b14bc2 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-0090beb8-2cce-4d47-b6d6-5c4b16b14bc2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0090beb8-2cce-4d47-b6d6-5c4b16b14bc2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0090beb8-2cce-4d47-b6d6-5c4b16b14bc2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0090beb8-2cce-4d47-b6d6-5c4b16b14bc2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-49d5de87-16f7-4a83-8115-85f5b2b6b982 {
  margin-left: 56px;
margin-right: 56px;
padding-top: 180px;
padding-bottom: 30px;
min-height: 640px;
}
@media (max-width: 767px){#s-49d5de87-16f7-4a83-8115-85f5b2b6b982 {
  padding-top: 80%;
}
}







#s-49d5de87-16f7-4a83-8115-85f5b2b6b982 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49d5de87-16f7-4a83-8115-85f5b2b6b982.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20f29cb2-e19c-44de-b883-04c22ec2e3bf {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-20f29cb2-e19c-44de-b883-04c22ec2e3bf .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-51f857bd-4ccf-4b61-b17c-56296ed2e0f7 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-18a3ec44-619d-48c9-bbd6-16af5d656376 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 8px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.2em;
}
#s-18a3ec44-619d-48c9-bbd6-16af5d656376:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-18a3ec44-619d-48c9-bbd6-16af5d656376:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-18a3ec44-619d-48c9-bbd6-16af5d656376-root {
    text-align: left;
  }


#s-18a3ec44-619d-48c9-bbd6-16af5d656376.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-18a3ec44-619d-48c9-bbd6-16af5d656376-root {
    text-align: left;
  }


#s-18a3ec44-619d-48c9-bbd6-16af5d656376.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-18a3ec44-619d-48c9-bbd6-16af5d656376-root {
    text-align: left;
  }


#s-18a3ec44-619d-48c9-bbd6-16af5d656376.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-18a3ec44-619d-48c9-bbd6-16af5d656376-root {
    text-align: left;
  }


#s-18a3ec44-619d-48c9-bbd6-16af5d656376.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-18a3ec44-619d-48c9-bbd6-16af5d656376-root {
    text-align: left;
  }


#s-18a3ec44-619d-48c9-bbd6-16af5d656376.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-5cad39b9-5787-42da-9441-fde73bb649fa {
  margin-top: 96px;
margin-left: 0px;
margin-right: 0px;
max-width: 50px;
aspect-ratio: 105/117;
text-align: left;
}
@media (max-width: 767px){#s-5cad39b9-5787-42da-9441-fde73bb649fa {
  margin-top: 48px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-5cad39b9-5787-42da-9441-fde73bb649fa .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-5cad39b9-5787-42da-9441-fde73bb649fa .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cad39b9-5787-42da-9441-fde73bb649fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5cad39b9-5787-42da-9441-fde73bb649fa {
    width: 100%;
    height: auto;
  }

  #s-5cad39b9-5787-42da-9441-fde73bb649fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image {
    
    
  }


.s-5cad39b9-5787-42da-9441-fde73bb649fa .shogun-image-content {
  
    align-items: center;
  
}

.s-5cad39b9-5787-42da-9441-fde73bb649fa.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5cad39b9-5787-42da-9441-fde73bb649fa {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image-container {
      position: relative;
    }

    .s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cad39b9-5787-42da-9441-fde73bb649fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cad39b9-5787-42da-9441-fde73bb649fa .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-5cad39b9-5787-42da-9441-fde73bb649fa .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cad39b9-5787-42da-9441-fde73bb649fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5cad39b9-5787-42da-9441-fde73bb649fa {
    width: 100%;
    height: auto;
  }

  #s-5cad39b9-5787-42da-9441-fde73bb649fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image {
    
    
  }


.s-5cad39b9-5787-42da-9441-fde73bb649fa .shogun-image-content {
  
    align-items: center;
  
}

.s-5cad39b9-5787-42da-9441-fde73bb649fa.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5cad39b9-5787-42da-9441-fde73bb649fa {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image-container {
      position: relative;
    }

    .s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cad39b9-5787-42da-9441-fde73bb649fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cad39b9-5787-42da-9441-fde73bb649fa .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-5cad39b9-5787-42da-9441-fde73bb649fa .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cad39b9-5787-42da-9441-fde73bb649fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5cad39b9-5787-42da-9441-fde73bb649fa {
    width: 100%;
    height: auto;
  }

  #s-5cad39b9-5787-42da-9441-fde73bb649fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image {
    
    
  }


.s-5cad39b9-5787-42da-9441-fde73bb649fa .shogun-image-content {
  
    align-items: center;
  
}

.s-5cad39b9-5787-42da-9441-fde73bb649fa.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5cad39b9-5787-42da-9441-fde73bb649fa {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image-container {
      position: relative;
    }

    .s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cad39b9-5787-42da-9441-fde73bb649fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cad39b9-5787-42da-9441-fde73bb649fa .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-5cad39b9-5787-42da-9441-fde73bb649fa .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cad39b9-5787-42da-9441-fde73bb649fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5cad39b9-5787-42da-9441-fde73bb649fa {
    width: 100%;
    height: auto;
  }

  #s-5cad39b9-5787-42da-9441-fde73bb649fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image {
    
    
  }


.s-5cad39b9-5787-42da-9441-fde73bb649fa .shogun-image-content {
  
    align-items: center;
  
}

.s-5cad39b9-5787-42da-9441-fde73bb649fa.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5cad39b9-5787-42da-9441-fde73bb649fa {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image-container {
      position: relative;
    }

    .s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cad39b9-5787-42da-9441-fde73bb649fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cad39b9-5787-42da-9441-fde73bb649fa .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-5cad39b9-5787-42da-9441-fde73bb649fa .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cad39b9-5787-42da-9441-fde73bb649fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5cad39b9-5787-42da-9441-fde73bb649fa {
    width: 100%;
    height: auto;
  }

  #s-5cad39b9-5787-42da-9441-fde73bb649fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image {
    
    
  }


.s-5cad39b9-5787-42da-9441-fde73bb649fa .shogun-image-content {
  
    align-items: center;
  
}

.s-5cad39b9-5787-42da-9441-fde73bb649fa.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5cad39b9-5787-42da-9441-fde73bb649fa {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image-container {
      position: relative;
    }

    .s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cad39b9-5787-42da-9441-fde73bb649fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cad39b9-5787-42da-9441-fde73bb649fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9d14ed33-4875-4024-a2b3-01cafa352300 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(221, 241, 250, 1);
}








#s-9d14ed33-4875-4024-a2b3-01cafa352300 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d14ed33-4875-4024-a2b3-01cafa352300.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55fa0686-9999-483f-9010-9f74fa394452 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: right top;
}

#s-55fa0686-9999-483f-9010-9f74fa394452 {
  background-image: url(https://i.shgcdn.com/5f645a54-a81d-4f73-8fe7-cda7a9cb5634/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-55fa0686-9999-483f-9010-9f74fa394452 {
  background-image: url(https://i.shgcdn.com/5f645a54-a81d-4f73-8fe7-cda7a9cb5634/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-55fa0686-9999-483f-9010-9f74fa394452 {
  background-image: url(https://i.shgcdn.com/5f645a54-a81d-4f73-8fe7-cda7a9cb5634/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-55fa0686-9999-483f-9010-9f74fa394452 {
  background-image: url(https://i.shgcdn.com/5f645a54-a81d-4f73-8fe7-cda7a9cb5634/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-55fa0686-9999-483f-9010-9f74fa394452 {
  background-image: url(https://i.shgcdn.com/5f645a54-a81d-4f73-8fe7-cda7a9cb5634/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-55fa0686-9999-483f-9010-9f74fa394452 {
  background-image: url(https://i.shgcdn.com/5f645a54-a81d-4f73-8fe7-cda7a9cb5634/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-55fa0686-9999-483f-9010-9f74fa394452 {
  background-image: url(https://i.shgcdn.com/5f645a54-a81d-4f73-8fe7-cda7a9cb5634/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-55fa0686-9999-483f-9010-9f74fa394452 {
  background-image: url(https://i.shgcdn.com/5f645a54-a81d-4f73-8fe7-cda7a9cb5634/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-55fa0686-9999-483f-9010-9f74fa394452 {
  background-image: url(https://i.shgcdn.com/5f645a54-a81d-4f73-8fe7-cda7a9cb5634/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-55fa0686-9999-483f-9010-9f74fa394452 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55fa0686-9999-483f-9010-9f74fa394452.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-921b40bf-93de-440f-a67a-96473a584543 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-921b40bf-93de-440f-a67a-96473a584543"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-921b40bf-93de-440f-a67a-96473a584543"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-921b40bf-93de-440f-a67a-96473a584543"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-921b40bf-93de-440f-a67a-96473a584543"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-58f4c65f-3368-4141-9bea-cd191c6bf0d6 {
  margin-left: 56px;
margin-right: 56px;
padding-top: 180px;
padding-bottom: 30px;
min-height: 640px;
}
@media (max-width: 767px){#s-58f4c65f-3368-4141-9bea-cd191c6bf0d6 {
  padding-top: 80%;
}
}







#s-58f4c65f-3368-4141-9bea-cd191c6bf0d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58f4c65f-3368-4141-9bea-cd191c6bf0d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae3da2a2-cd41-4dad-a3c8-7d98d230d4cd {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ae3da2a2-cd41-4dad-a3c8-7d98d230d4cd .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-6757dc20-e719-44f5-ad7b-715fa275e107 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-697600d4-b961-4389-8297-fe88717d6c3b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.2em;
}
#s-697600d4-b961-4389-8297-fe88717d6c3b:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-697600d4-b961-4389-8297-fe88717d6c3b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-697600d4-b961-4389-8297-fe88717d6c3b-root {
    text-align: left;
  }


#s-697600d4-b961-4389-8297-fe88717d6c3b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-697600d4-b961-4389-8297-fe88717d6c3b-root {
    text-align: left;
  }


#s-697600d4-b961-4389-8297-fe88717d6c3b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-697600d4-b961-4389-8297-fe88717d6c3b-root {
    text-align: left;
  }


#s-697600d4-b961-4389-8297-fe88717d6c3b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-697600d4-b961-4389-8297-fe88717d6c3b-root {
    text-align: left;
  }


#s-697600d4-b961-4389-8297-fe88717d6c3b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-697600d4-b961-4389-8297-fe88717d6c3b-root {
    text-align: left;
  }


#s-697600d4-b961-4389-8297-fe88717d6c3b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-adef873d-d159-43c6-8b7d-00c59cbec0df {
  margin-top: 96px;
margin-left: 0px;
margin-right: 0px;
max-width: 50px;
aspect-ratio: 105/117;
text-align: left;
}
@media (max-width: 767px){#s-adef873d-d159-43c6-8b7d-00c59cbec0df {
  margin-top: 48px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-adef873d-d159-43c6-8b7d-00c59cbec0df .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-adef873d-d159-43c6-8b7d-00c59cbec0df .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adef873d-d159-43c6-8b7d-00c59cbec0df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-adef873d-d159-43c6-8b7d-00c59cbec0df {
    width: 100%;
    height: auto;
  }

  #s-adef873d-d159-43c6-8b7d-00c59cbec0df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image {
    
    
  }


.s-adef873d-d159-43c6-8b7d-00c59cbec0df .shogun-image-content {
  
    align-items: center;
  
}

.s-adef873d-d159-43c6-8b7d-00c59cbec0df.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-adef873d-d159-43c6-8b7d-00c59cbec0df {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image-container {
      position: relative;
    }

    .s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adef873d-d159-43c6-8b7d-00c59cbec0df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-adef873d-d159-43c6-8b7d-00c59cbec0df .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-adef873d-d159-43c6-8b7d-00c59cbec0df .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adef873d-d159-43c6-8b7d-00c59cbec0df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-adef873d-d159-43c6-8b7d-00c59cbec0df {
    width: 100%;
    height: auto;
  }

  #s-adef873d-d159-43c6-8b7d-00c59cbec0df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image {
    
    
  }


.s-adef873d-d159-43c6-8b7d-00c59cbec0df .shogun-image-content {
  
    align-items: center;
  
}

.s-adef873d-d159-43c6-8b7d-00c59cbec0df.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-adef873d-d159-43c6-8b7d-00c59cbec0df {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image-container {
      position: relative;
    }

    .s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adef873d-d159-43c6-8b7d-00c59cbec0df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-adef873d-d159-43c6-8b7d-00c59cbec0df .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-adef873d-d159-43c6-8b7d-00c59cbec0df .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adef873d-d159-43c6-8b7d-00c59cbec0df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-adef873d-d159-43c6-8b7d-00c59cbec0df {
    width: 100%;
    height: auto;
  }

  #s-adef873d-d159-43c6-8b7d-00c59cbec0df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image {
    
    
  }


.s-adef873d-d159-43c6-8b7d-00c59cbec0df .shogun-image-content {
  
    align-items: center;
  
}

.s-adef873d-d159-43c6-8b7d-00c59cbec0df.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-adef873d-d159-43c6-8b7d-00c59cbec0df {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image-container {
      position: relative;
    }

    .s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adef873d-d159-43c6-8b7d-00c59cbec0df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-adef873d-d159-43c6-8b7d-00c59cbec0df .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-adef873d-d159-43c6-8b7d-00c59cbec0df .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adef873d-d159-43c6-8b7d-00c59cbec0df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-adef873d-d159-43c6-8b7d-00c59cbec0df {
    width: 100%;
    height: auto;
  }

  #s-adef873d-d159-43c6-8b7d-00c59cbec0df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image {
    
    
  }


.s-adef873d-d159-43c6-8b7d-00c59cbec0df .shogun-image-content {
  
    align-items: center;
  
}

.s-adef873d-d159-43c6-8b7d-00c59cbec0df.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-adef873d-d159-43c6-8b7d-00c59cbec0df {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image-container {
      position: relative;
    }

    .s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adef873d-d159-43c6-8b7d-00c59cbec0df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-adef873d-d159-43c6-8b7d-00c59cbec0df .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-adef873d-d159-43c6-8b7d-00c59cbec0df .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adef873d-d159-43c6-8b7d-00c59cbec0df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-adef873d-d159-43c6-8b7d-00c59cbec0df {
    width: 100%;
    height: auto;
  }

  #s-adef873d-d159-43c6-8b7d-00c59cbec0df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image {
    
    
  }


.s-adef873d-d159-43c6-8b7d-00c59cbec0df .shogun-image-content {
  
    align-items: center;
  
}

.s-adef873d-d159-43c6-8b7d-00c59cbec0df.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-adef873d-d159-43c6-8b7d-00c59cbec0df {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image-container {
      position: relative;
    }

    .s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adef873d-d159-43c6-8b7d-00c59cbec0df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adef873d-d159-43c6-8b7d-00c59cbec0df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c69e8e65-4f0b-4d3f-b162-c5326a433a93 {
  margin-top: 96px;
margin-left: auto;
margin-bottom: 96px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-c69e8e65-4f0b-4d3f-b162-c5326a433a93 {
  margin-top: 48px;
margin-bottom: 48px;
}
}







#s-c69e8e65-4f0b-4d3f-b162-c5326a433a93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c69e8e65-4f0b-4d3f-b162-c5326a433a93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-318cac70-bf11-4dea-88b3-f66d71c25872 {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 760px;
}








#s-318cac70-bf11-4dea-88b3-f66d71c25872 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-318cac70-bf11-4dea-88b3-f66d71c25872.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e456981-b7a4-45fd-976c-e69bec85692f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e456981-b7a4-45fd-976c-e69bec85692f .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.2em;
  
  
}



#s-f694d361-fb2a-4e87-a458-8f87ec856d56 {
  margin-top: 20px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-3030784e-aff9-4461-b12c-01116efa69b6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3030784e-aff9-4461-b12c-01116efa69b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3030784e-aff9-4461-b12c-01116efa69b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c68530f-e38c-46dd-a23a-afb6a145e8ff {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9c68530f-e38c-46dd-a23a-afb6a145e8ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c68530f-e38c-46dd-a23a-afb6a145e8ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-9c68530f-e38c-46dd-a23a-afb6a145e8ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-9c68530f-e38c-46dd-a23a-afb6a145e8ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

#s-f9f7f718-1af0-4fc2-a83d-2033127098f5 {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 300px;
}








#s-f9f7f718-1af0-4fc2-a83d-2033127098f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9f7f718-1af0-4fc2-a83d-2033127098f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aec40e46-e9e1-48cb-b826-762e436f2e14 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-aec40e46-e9e1-48cb-b826-762e436f2e14 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aec40e46-e9e1-48cb-b826-762e436f2e14 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aec40e46-e9e1-48cb-b826-762e436f2e14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-aec40e46-e9e1-48cb-b826-762e436f2e14 {
    width: 100%;
    height: auto;
  }

  #s-aec40e46-e9e1-48cb-b826-762e436f2e14 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image {
    
    
  }


.s-aec40e46-e9e1-48cb-b826-762e436f2e14 .shogun-image-content {
  
    align-items: center;
  
}

.s-aec40e46-e9e1-48cb-b826-762e436f2e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aec40e46-e9e1-48cb-b826-762e436f2e14 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image-container {
      position: relative;
    }

    .s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aec40e46-e9e1-48cb-b826-762e436f2e14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-aec40e46-e9e1-48cb-b826-762e436f2e14 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aec40e46-e9e1-48cb-b826-762e436f2e14 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aec40e46-e9e1-48cb-b826-762e436f2e14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-aec40e46-e9e1-48cb-b826-762e436f2e14 {
    width: 100%;
    height: auto;
  }

  #s-aec40e46-e9e1-48cb-b826-762e436f2e14 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image {
    
    
  }


.s-aec40e46-e9e1-48cb-b826-762e436f2e14 .shogun-image-content {
  
    align-items: center;
  
}

.s-aec40e46-e9e1-48cb-b826-762e436f2e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aec40e46-e9e1-48cb-b826-762e436f2e14 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image-container {
      position: relative;
    }

    .s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aec40e46-e9e1-48cb-b826-762e436f2e14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-aec40e46-e9e1-48cb-b826-762e436f2e14 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aec40e46-e9e1-48cb-b826-762e436f2e14 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aec40e46-e9e1-48cb-b826-762e436f2e14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-aec40e46-e9e1-48cb-b826-762e436f2e14 {
    width: 100%;
    height: auto;
  }

  #s-aec40e46-e9e1-48cb-b826-762e436f2e14 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image {
    
    
  }


.s-aec40e46-e9e1-48cb-b826-762e436f2e14 .shogun-image-content {
  
    align-items: center;
  
}

.s-aec40e46-e9e1-48cb-b826-762e436f2e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aec40e46-e9e1-48cb-b826-762e436f2e14 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image-container {
      position: relative;
    }

    .s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aec40e46-e9e1-48cb-b826-762e436f2e14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-aec40e46-e9e1-48cb-b826-762e436f2e14 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aec40e46-e9e1-48cb-b826-762e436f2e14 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aec40e46-e9e1-48cb-b826-762e436f2e14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-aec40e46-e9e1-48cb-b826-762e436f2e14 {
    width: 100%;
    height: auto;
  }

  #s-aec40e46-e9e1-48cb-b826-762e436f2e14 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image {
    
    
  }


.s-aec40e46-e9e1-48cb-b826-762e436f2e14 .shogun-image-content {
  
    align-items: center;
  
}

.s-aec40e46-e9e1-48cb-b826-762e436f2e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aec40e46-e9e1-48cb-b826-762e436f2e14 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image-container {
      position: relative;
    }

    .s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aec40e46-e9e1-48cb-b826-762e436f2e14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-aec40e46-e9e1-48cb-b826-762e436f2e14 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aec40e46-e9e1-48cb-b826-762e436f2e14 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aec40e46-e9e1-48cb-b826-762e436f2e14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-aec40e46-e9e1-48cb-b826-762e436f2e14 {
    width: 100%;
    height: auto;
  }

  #s-aec40e46-e9e1-48cb-b826-762e436f2e14 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image {
    
    
  }


.s-aec40e46-e9e1-48cb-b826-762e436f2e14 .shogun-image-content {
  
    align-items: center;
  
}

.s-aec40e46-e9e1-48cb-b826-762e436f2e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aec40e46-e9e1-48cb-b826-762e436f2e14 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image-container {
      position: relative;
    }

    .s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aec40e46-e9e1-48cb-b826-762e436f2e14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aec40e46-e9e1-48cb-b826-762e436f2e14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-caeb80b7-4142-448a-bd34-569daec365b6 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-caeb80b7-4142-448a-bd34-569daec365b6 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-1fa6267c-b03f-47f5-94d2-c43ef99eb6ab {
  margin-top: 12px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-4f604690-47a6-45db-bc7a-6dac374abec8 {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 300px;
}








#s-4f604690-47a6-45db-bc7a-6dac374abec8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f604690-47a6-45db-bc7a-6dac374abec8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acff2428-eeda-444b-b712-c44c26420af1 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-acff2428-eeda-444b-b712-c44c26420af1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-acff2428-eeda-444b-b712-c44c26420af1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acff2428-eeda-444b-b712-c44c26420af1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-acff2428-eeda-444b-b712-c44c26420af1 {
    width: 100%;
    height: auto;
  }

  #s-acff2428-eeda-444b-b712-c44c26420af1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image {
    
    
  }


.s-acff2428-eeda-444b-b712-c44c26420af1 .shogun-image-content {
  
    align-items: center;
  
}

.s-acff2428-eeda-444b-b712-c44c26420af1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-acff2428-eeda-444b-b712-c44c26420af1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image-container {
      position: relative;
    }

    .s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acff2428-eeda-444b-b712-c44c26420af1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-acff2428-eeda-444b-b712-c44c26420af1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-acff2428-eeda-444b-b712-c44c26420af1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acff2428-eeda-444b-b712-c44c26420af1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-acff2428-eeda-444b-b712-c44c26420af1 {
    width: 100%;
    height: auto;
  }

  #s-acff2428-eeda-444b-b712-c44c26420af1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image {
    
    
  }


.s-acff2428-eeda-444b-b712-c44c26420af1 .shogun-image-content {
  
    align-items: center;
  
}

.s-acff2428-eeda-444b-b712-c44c26420af1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-acff2428-eeda-444b-b712-c44c26420af1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image-container {
      position: relative;
    }

    .s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acff2428-eeda-444b-b712-c44c26420af1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-acff2428-eeda-444b-b712-c44c26420af1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-acff2428-eeda-444b-b712-c44c26420af1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acff2428-eeda-444b-b712-c44c26420af1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-acff2428-eeda-444b-b712-c44c26420af1 {
    width: 100%;
    height: auto;
  }

  #s-acff2428-eeda-444b-b712-c44c26420af1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image {
    
    
  }


.s-acff2428-eeda-444b-b712-c44c26420af1 .shogun-image-content {
  
    align-items: center;
  
}

.s-acff2428-eeda-444b-b712-c44c26420af1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-acff2428-eeda-444b-b712-c44c26420af1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image-container {
      position: relative;
    }

    .s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acff2428-eeda-444b-b712-c44c26420af1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-acff2428-eeda-444b-b712-c44c26420af1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-acff2428-eeda-444b-b712-c44c26420af1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acff2428-eeda-444b-b712-c44c26420af1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-acff2428-eeda-444b-b712-c44c26420af1 {
    width: 100%;
    height: auto;
  }

  #s-acff2428-eeda-444b-b712-c44c26420af1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image {
    
    
  }


.s-acff2428-eeda-444b-b712-c44c26420af1 .shogun-image-content {
  
    align-items: center;
  
}

.s-acff2428-eeda-444b-b712-c44c26420af1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-acff2428-eeda-444b-b712-c44c26420af1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image-container {
      position: relative;
    }

    .s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acff2428-eeda-444b-b712-c44c26420af1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-acff2428-eeda-444b-b712-c44c26420af1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-acff2428-eeda-444b-b712-c44c26420af1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acff2428-eeda-444b-b712-c44c26420af1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-acff2428-eeda-444b-b712-c44c26420af1 {
    width: 100%;
    height: auto;
  }

  #s-acff2428-eeda-444b-b712-c44c26420af1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image {
    
    
  }


.s-acff2428-eeda-444b-b712-c44c26420af1 .shogun-image-content {
  
    align-items: center;
  
}

.s-acff2428-eeda-444b-b712-c44c26420af1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-acff2428-eeda-444b-b712-c44c26420af1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image-container {
      position: relative;
    }

    .s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acff2428-eeda-444b-b712-c44c26420af1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acff2428-eeda-444b-b712-c44c26420af1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a62d14b9-247c-4521-896b-e4d173392fcb {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a62d14b9-247c-4521-896b-e4d173392fcb .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-a078c0c5-3a80-4a97-9cf2-25125b09b9ee {
  margin-top: 12px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-053f96b2-cebf-439b-a40a-4348c715868b {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 300px;
}








#s-053f96b2-cebf-439b-a40a-4348c715868b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-053f96b2-cebf-439b-a40a-4348c715868b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a37ee658-b92a-43c9-9148-2ab93d26bd1a {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-a37ee658-b92a-43c9-9148-2ab93d26bd1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a37ee658-b92a-43c9-9148-2ab93d26bd1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a37ee658-b92a-43c9-9148-2ab93d26bd1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a37ee658-b92a-43c9-9148-2ab93d26bd1a {
    width: 100%;
    height: auto;
  }

  #s-a37ee658-b92a-43c9-9148-2ab93d26bd1a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image {
    
    
  }


.s-a37ee658-b92a-43c9-9148-2ab93d26bd1a .shogun-image-content {
  
    align-items: center;
  
}

.s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a37ee658-b92a-43c9-9148-2ab93d26bd1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image-container {
      position: relative;
    }

    .s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a37ee658-b92a-43c9-9148-2ab93d26bd1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a37ee658-b92a-43c9-9148-2ab93d26bd1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a37ee658-b92a-43c9-9148-2ab93d26bd1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a37ee658-b92a-43c9-9148-2ab93d26bd1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a37ee658-b92a-43c9-9148-2ab93d26bd1a {
    width: 100%;
    height: auto;
  }

  #s-a37ee658-b92a-43c9-9148-2ab93d26bd1a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image {
    
    
  }


.s-a37ee658-b92a-43c9-9148-2ab93d26bd1a .shogun-image-content {
  
    align-items: center;
  
}

.s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a37ee658-b92a-43c9-9148-2ab93d26bd1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image-container {
      position: relative;
    }

    .s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a37ee658-b92a-43c9-9148-2ab93d26bd1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a37ee658-b92a-43c9-9148-2ab93d26bd1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a37ee658-b92a-43c9-9148-2ab93d26bd1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a37ee658-b92a-43c9-9148-2ab93d26bd1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a37ee658-b92a-43c9-9148-2ab93d26bd1a {
    width: 100%;
    height: auto;
  }

  #s-a37ee658-b92a-43c9-9148-2ab93d26bd1a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image {
    
    
  }


.s-a37ee658-b92a-43c9-9148-2ab93d26bd1a .shogun-image-content {
  
    align-items: center;
  
}

.s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a37ee658-b92a-43c9-9148-2ab93d26bd1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image-container {
      position: relative;
    }

    .s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a37ee658-b92a-43c9-9148-2ab93d26bd1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a37ee658-b92a-43c9-9148-2ab93d26bd1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a37ee658-b92a-43c9-9148-2ab93d26bd1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a37ee658-b92a-43c9-9148-2ab93d26bd1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a37ee658-b92a-43c9-9148-2ab93d26bd1a {
    width: 100%;
    height: auto;
  }

  #s-a37ee658-b92a-43c9-9148-2ab93d26bd1a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image {
    
    
  }


.s-a37ee658-b92a-43c9-9148-2ab93d26bd1a .shogun-image-content {
  
    align-items: center;
  
}

.s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a37ee658-b92a-43c9-9148-2ab93d26bd1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image-container {
      position: relative;
    }

    .s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a37ee658-b92a-43c9-9148-2ab93d26bd1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a37ee658-b92a-43c9-9148-2ab93d26bd1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a37ee658-b92a-43c9-9148-2ab93d26bd1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a37ee658-b92a-43c9-9148-2ab93d26bd1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a37ee658-b92a-43c9-9148-2ab93d26bd1a {
    width: 100%;
    height: auto;
  }

  #s-a37ee658-b92a-43c9-9148-2ab93d26bd1a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image {
    
    
  }


.s-a37ee658-b92a-43c9-9148-2ab93d26bd1a .shogun-image-content {
  
    align-items: center;
  
}

.s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a37ee658-b92a-43c9-9148-2ab93d26bd1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image-container {
      position: relative;
    }

    .s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a37ee658-b92a-43c9-9148-2ab93d26bd1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a37ee658-b92a-43c9-9148-2ab93d26bd1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c58d7044-dd6a-4a97-ac23-f7091470755c {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c58d7044-dd6a-4a97-ac23-f7091470755c .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-44075101-fb4a-4b1a-84df-5397c8d24642 {
  margin-top: 12px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-0550cfcc-6d40-4506-8a9b-86a4a55841b6 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 64px;
min-height: 50px;
background-color: rgba(234, 243, 242, 1);
}








#s-0550cfcc-6d40-4506-8a9b-86a4a55841b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0550cfcc-6d40-4506-8a9b-86a4a55841b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f93016f-f174-4d16-ab28-0c894ef19caf {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 64px;
margin-left: auto;
margin-bottom: 64px;
margin-right: auto;
min-height: 50px;
background-position: right top;
}
@media (max-width: 767px){#s-1f93016f-f174-4d16-ab28-0c894ef19caf {
  margin-top: 48px;
margin-left: 30px;
margin-bottom: 0px;
padding-left: 0px;
}
}
#s-1f93016f-f174-4d16-ab28-0c894ef19caf {
  background-image: url(https://i.shgcdn.com/c66eb5ac-7d3f-4e94-a56d-c9a599b6ad08/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1f93016f-f174-4d16-ab28-0c894ef19caf {
  background-image: url(https://i.shgcdn.com/c66eb5ac-7d3f-4e94-a56d-c9a599b6ad08/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1f93016f-f174-4d16-ab28-0c894ef19caf {
  background-image: url(https://i.shgcdn.com/c66eb5ac-7d3f-4e94-a56d-c9a599b6ad08/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1f93016f-f174-4d16-ab28-0c894ef19caf {
  background-image: url(https://i.shgcdn.com/c66eb5ac-7d3f-4e94-a56d-c9a599b6ad08/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1f93016f-f174-4d16-ab28-0c894ef19caf {
  background-image: url(https://i.shgcdn.com/c66eb5ac-7d3f-4e94-a56d-c9a599b6ad08/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1f93016f-f174-4d16-ab28-0c894ef19caf {
  background-image: url(https://i.shgcdn.com/c66eb5ac-7d3f-4e94-a56d-c9a599b6ad08/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1f93016f-f174-4d16-ab28-0c894ef19caf {
  background-image: url(https://i.shgcdn.com/c66eb5ac-7d3f-4e94-a56d-c9a599b6ad08/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1f93016f-f174-4d16-ab28-0c894ef19caf {
  background-image: url(https://i.shgcdn.com/c66eb5ac-7d3f-4e94-a56d-c9a599b6ad08/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1f93016f-f174-4d16-ab28-0c894ef19caf {
  background-image: url(https://i.shgcdn.com/c66eb5ac-7d3f-4e94-a56d-c9a599b6ad08/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-1f93016f-f174-4d16-ab28-0c894ef19caf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f93016f-f174-4d16-ab28-0c894ef19caf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c0597df-2655-48b6-ab7b-e15bcee2cc41 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-4c0597df-2655-48b6-ab7b-e15bcee2cc41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c0597df-2655-48b6-ab7b-e15bcee2cc41"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4c0597df-2655-48b6-ab7b-e15bcee2cc41"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c0597df-2655-48b6-ab7b-e15bcee2cc41"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-610edf7d-ae9d-4043-9c3e-0365ecc1af01 {
  margin-left: auto;
margin-right: auto;
padding-top: 96px;
padding-left: 30px;
padding-bottom: 96px;
padding-right: 30px;
min-height: 50px;
}
@media (max-width: 767px){#s-610edf7d-ae9d-4043-9c3e-0365ecc1af01 {
  padding-top: 80%;
padding-left: 0px;
padding-bottom: 0px;
}
}







#s-610edf7d-ae9d-4043-9c3e-0365ecc1af01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-610edf7d-ae9d-4043-9c3e-0365ecc1af01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59b5c81a-3e6e-442f-85d1-3c7542c97a6a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-59b5c81a-3e6e-442f-85d1-3c7542c97a6a .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.2em;
  
  
}



#s-9f53bd42-2731-40f1-8283-7dfd51024ff8 {
  margin-top: 20px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-4c7abecd-39f4-45ff-901c-e1e2d5621b9c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4c7abecd-39f4-45ff-901c-e1e2d5621b9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c7abecd-39f4-45ff-901c-e1e2d5621b9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-889c57c6-b0fa-4a78-872d-b9b151c7e8d0 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-889c57c6-b0fa-4a78-872d-b9b151c7e8d0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-889c57c6-b0fa-4a78-872d-b9b151c7e8d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-889c57c6-b0fa-4a78-872d-b9b151c7e8d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-889c57c6-b0fa-4a78-872d-b9b151c7e8d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b6dc9158-c79d-4e1d-a243-d90619ba10fc {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 300px;
}








#s-b6dc9158-c79d-4e1d-a243-d90619ba10fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6dc9158-c79d-4e1d-a243-d90619ba10fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 {
    width: 100%;
    height: auto;
  }

  #s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image {
    
    
  }


.s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image-container {
      position: relative;
    }

    .s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 {
    width: 100%;
    height: auto;
  }

  #s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image {
    
    
  }


.s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image-container {
      position: relative;
    }

    .s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 {
    width: 100%;
    height: auto;
  }

  #s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image {
    
    
  }


.s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image-container {
      position: relative;
    }

    .s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 {
    width: 100%;
    height: auto;
  }

  #s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image {
    
    
  }


.s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image-container {
      position: relative;
    }

    .s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 {
    width: 100%;
    height: auto;
  }

  #s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image {
    
    
  }


.s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image-container {
      position: relative;
    }

    .s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1ae80e5-6bcf-4770-a1b7-84e265a23dc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3f671715-85da-4288-8f38-781ca56563b7 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3f671715-85da-4288-8f38-781ca56563b7 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-9f90b294-e8e9-4152-bd5a-704ebd382501 {
  margin-top: 12px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-34a2ff02-b812-464f-beb1-5871bbbf723d {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 300px;
}








#s-34a2ff02-b812-464f-beb1-5871bbbf723d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34a2ff02-b812-464f-beb1-5871bbbf723d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a4acbc4-5b06-4396-b1ae-b64b65be335e {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-2a4acbc4-5b06-4396-b1ae-b64b65be335e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2a4acbc4-5b06-4396-b1ae-b64b65be335e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a4acbc4-5b06-4396-b1ae-b64b65be335e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2a4acbc4-5b06-4396-b1ae-b64b65be335e {
    width: 100%;
    height: auto;
  }

  #s-2a4acbc4-5b06-4396-b1ae-b64b65be335e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image {
    
    
  }


.s-2a4acbc4-5b06-4396-b1ae-b64b65be335e .shogun-image-content {
  
    align-items: center;
  
}

.s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a4acbc4-5b06-4396-b1ae-b64b65be335e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image-container {
      position: relative;
    }

    .s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a4acbc4-5b06-4396-b1ae-b64b65be335e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a4acbc4-5b06-4396-b1ae-b64b65be335e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2a4acbc4-5b06-4396-b1ae-b64b65be335e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a4acbc4-5b06-4396-b1ae-b64b65be335e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2a4acbc4-5b06-4396-b1ae-b64b65be335e {
    width: 100%;
    height: auto;
  }

  #s-2a4acbc4-5b06-4396-b1ae-b64b65be335e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image {
    
    
  }


.s-2a4acbc4-5b06-4396-b1ae-b64b65be335e .shogun-image-content {
  
    align-items: center;
  
}

.s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a4acbc4-5b06-4396-b1ae-b64b65be335e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image-container {
      position: relative;
    }

    .s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a4acbc4-5b06-4396-b1ae-b64b65be335e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a4acbc4-5b06-4396-b1ae-b64b65be335e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2a4acbc4-5b06-4396-b1ae-b64b65be335e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a4acbc4-5b06-4396-b1ae-b64b65be335e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2a4acbc4-5b06-4396-b1ae-b64b65be335e {
    width: 100%;
    height: auto;
  }

  #s-2a4acbc4-5b06-4396-b1ae-b64b65be335e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image {
    
    
  }


.s-2a4acbc4-5b06-4396-b1ae-b64b65be335e .shogun-image-content {
  
    align-items: center;
  
}

.s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a4acbc4-5b06-4396-b1ae-b64b65be335e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image-container {
      position: relative;
    }

    .s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a4acbc4-5b06-4396-b1ae-b64b65be335e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a4acbc4-5b06-4396-b1ae-b64b65be335e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2a4acbc4-5b06-4396-b1ae-b64b65be335e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a4acbc4-5b06-4396-b1ae-b64b65be335e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2a4acbc4-5b06-4396-b1ae-b64b65be335e {
    width: 100%;
    height: auto;
  }

  #s-2a4acbc4-5b06-4396-b1ae-b64b65be335e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image {
    
    
  }


.s-2a4acbc4-5b06-4396-b1ae-b64b65be335e .shogun-image-content {
  
    align-items: center;
  
}

.s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a4acbc4-5b06-4396-b1ae-b64b65be335e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image-container {
      position: relative;
    }

    .s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a4acbc4-5b06-4396-b1ae-b64b65be335e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a4acbc4-5b06-4396-b1ae-b64b65be335e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2a4acbc4-5b06-4396-b1ae-b64b65be335e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a4acbc4-5b06-4396-b1ae-b64b65be335e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2a4acbc4-5b06-4396-b1ae-b64b65be335e {
    width: 100%;
    height: auto;
  }

  #s-2a4acbc4-5b06-4396-b1ae-b64b65be335e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image {
    
    
  }


.s-2a4acbc4-5b06-4396-b1ae-b64b65be335e .shogun-image-content {
  
    align-items: center;
  
}

.s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a4acbc4-5b06-4396-b1ae-b64b65be335e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image-container {
      position: relative;
    }

    .s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a4acbc4-5b06-4396-b1ae-b64b65be335e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a4acbc4-5b06-4396-b1ae-b64b65be335e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-11e249bc-2136-4ec1-9680-bb8c704861a3 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-11e249bc-2136-4ec1-9680-bb8c704861a3 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-6cc01da3-9f6d-4515-930f-9e65250f9ce8 {
  margin-top: 12px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-05063c68-099e-40d5-9712-4df61e2944e7 {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 300px;
}








#s-05063c68-099e-40d5-9712-4df61e2944e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05063c68-099e-40d5-9712-4df61e2944e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6094fa9-ae7e-47c6-9128-00ec1dded223 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-b6094fa9-ae7e-47c6-9128-00ec1dded223 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b6094fa9-ae7e-47c6-9128-00ec1dded223 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6094fa9-ae7e-47c6-9128-00ec1dded223 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b6094fa9-ae7e-47c6-9128-00ec1dded223 {
    width: 100%;
    height: auto;
  }

  #s-b6094fa9-ae7e-47c6-9128-00ec1dded223 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image {
    
    
  }


.s-b6094fa9-ae7e-47c6-9128-00ec1dded223 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6094fa9-ae7e-47c6-9128-00ec1dded223 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image-container {
      position: relative;
    }

    .s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6094fa9-ae7e-47c6-9128-00ec1dded223 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6094fa9-ae7e-47c6-9128-00ec1dded223 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b6094fa9-ae7e-47c6-9128-00ec1dded223 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6094fa9-ae7e-47c6-9128-00ec1dded223 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b6094fa9-ae7e-47c6-9128-00ec1dded223 {
    width: 100%;
    height: auto;
  }

  #s-b6094fa9-ae7e-47c6-9128-00ec1dded223 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image {
    
    
  }


.s-b6094fa9-ae7e-47c6-9128-00ec1dded223 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6094fa9-ae7e-47c6-9128-00ec1dded223 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image-container {
      position: relative;
    }

    .s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6094fa9-ae7e-47c6-9128-00ec1dded223 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6094fa9-ae7e-47c6-9128-00ec1dded223 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b6094fa9-ae7e-47c6-9128-00ec1dded223 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6094fa9-ae7e-47c6-9128-00ec1dded223 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b6094fa9-ae7e-47c6-9128-00ec1dded223 {
    width: 100%;
    height: auto;
  }

  #s-b6094fa9-ae7e-47c6-9128-00ec1dded223 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image {
    
    
  }


.s-b6094fa9-ae7e-47c6-9128-00ec1dded223 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6094fa9-ae7e-47c6-9128-00ec1dded223 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image-container {
      position: relative;
    }

    .s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6094fa9-ae7e-47c6-9128-00ec1dded223 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6094fa9-ae7e-47c6-9128-00ec1dded223 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b6094fa9-ae7e-47c6-9128-00ec1dded223 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6094fa9-ae7e-47c6-9128-00ec1dded223 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b6094fa9-ae7e-47c6-9128-00ec1dded223 {
    width: 100%;
    height: auto;
  }

  #s-b6094fa9-ae7e-47c6-9128-00ec1dded223 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image {
    
    
  }


.s-b6094fa9-ae7e-47c6-9128-00ec1dded223 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6094fa9-ae7e-47c6-9128-00ec1dded223 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image-container {
      position: relative;
    }

    .s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6094fa9-ae7e-47c6-9128-00ec1dded223 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6094fa9-ae7e-47c6-9128-00ec1dded223 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b6094fa9-ae7e-47c6-9128-00ec1dded223 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6094fa9-ae7e-47c6-9128-00ec1dded223 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b6094fa9-ae7e-47c6-9128-00ec1dded223 {
    width: 100%;
    height: auto;
  }

  #s-b6094fa9-ae7e-47c6-9128-00ec1dded223 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image {
    
    
  }


.s-b6094fa9-ae7e-47c6-9128-00ec1dded223 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6094fa9-ae7e-47c6-9128-00ec1dded223 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image-container {
      position: relative;
    }

    .s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6094fa9-ae7e-47c6-9128-00ec1dded223.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6094fa9-ae7e-47c6-9128-00ec1dded223 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6ee7e7c4-61c0-4213-a55b-a7c40b7b1b65 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6ee7e7c4-61c0-4213-a55b-a7c40b7b1b65 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-609d4f13-de14-4a9f-9f92-a9c0b365af68 {
  margin-top: 12px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ed23d65c-98c1-4d2b-bc72-a94b39a91ef1 {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 300px;
}








#s-ed23d65c-98c1-4d2b-bc72-a94b39a91ef1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed23d65c-98c1-4d2b-bc72-a94b39a91ef1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22a6ee61-c93a-41bf-ae95-464996c74875 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-22a6ee61-c93a-41bf-ae95-464996c74875 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22a6ee61-c93a-41bf-ae95-464996c74875 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22a6ee61-c93a-41bf-ae95-464996c74875 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-22a6ee61-c93a-41bf-ae95-464996c74875 {
    width: 100%;
    height: auto;
  }

  #s-22a6ee61-c93a-41bf-ae95-464996c74875 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image {
    
    
  }


.s-22a6ee61-c93a-41bf-ae95-464996c74875 .shogun-image-content {
  
    align-items: center;
  
}

.s-22a6ee61-c93a-41bf-ae95-464996c74875.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22a6ee61-c93a-41bf-ae95-464996c74875 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image-container {
      position: relative;
    }

    .s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22a6ee61-c93a-41bf-ae95-464996c74875 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-22a6ee61-c93a-41bf-ae95-464996c74875 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22a6ee61-c93a-41bf-ae95-464996c74875 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22a6ee61-c93a-41bf-ae95-464996c74875 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-22a6ee61-c93a-41bf-ae95-464996c74875 {
    width: 100%;
    height: auto;
  }

  #s-22a6ee61-c93a-41bf-ae95-464996c74875 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image {
    
    
  }


.s-22a6ee61-c93a-41bf-ae95-464996c74875 .shogun-image-content {
  
    align-items: center;
  
}

.s-22a6ee61-c93a-41bf-ae95-464996c74875.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22a6ee61-c93a-41bf-ae95-464996c74875 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image-container {
      position: relative;
    }

    .s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22a6ee61-c93a-41bf-ae95-464996c74875 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-22a6ee61-c93a-41bf-ae95-464996c74875 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22a6ee61-c93a-41bf-ae95-464996c74875 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22a6ee61-c93a-41bf-ae95-464996c74875 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-22a6ee61-c93a-41bf-ae95-464996c74875 {
    width: 100%;
    height: auto;
  }

  #s-22a6ee61-c93a-41bf-ae95-464996c74875 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image {
    
    
  }


.s-22a6ee61-c93a-41bf-ae95-464996c74875 .shogun-image-content {
  
    align-items: center;
  
}

.s-22a6ee61-c93a-41bf-ae95-464996c74875.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22a6ee61-c93a-41bf-ae95-464996c74875 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image-container {
      position: relative;
    }

    .s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22a6ee61-c93a-41bf-ae95-464996c74875 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-22a6ee61-c93a-41bf-ae95-464996c74875 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22a6ee61-c93a-41bf-ae95-464996c74875 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22a6ee61-c93a-41bf-ae95-464996c74875 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-22a6ee61-c93a-41bf-ae95-464996c74875 {
    width: 100%;
    height: auto;
  }

  #s-22a6ee61-c93a-41bf-ae95-464996c74875 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image {
    
    
  }


.s-22a6ee61-c93a-41bf-ae95-464996c74875 .shogun-image-content {
  
    align-items: center;
  
}

.s-22a6ee61-c93a-41bf-ae95-464996c74875.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22a6ee61-c93a-41bf-ae95-464996c74875 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image-container {
      position: relative;
    }

    .s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22a6ee61-c93a-41bf-ae95-464996c74875 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-22a6ee61-c93a-41bf-ae95-464996c74875 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22a6ee61-c93a-41bf-ae95-464996c74875 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22a6ee61-c93a-41bf-ae95-464996c74875 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-22a6ee61-c93a-41bf-ae95-464996c74875 {
    width: 100%;
    height: auto;
  }

  #s-22a6ee61-c93a-41bf-ae95-464996c74875 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image {
    
    
  }


.s-22a6ee61-c93a-41bf-ae95-464996c74875 .shogun-image-content {
  
    align-items: center;
  
}

.s-22a6ee61-c93a-41bf-ae95-464996c74875.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22a6ee61-c93a-41bf-ae95-464996c74875 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image-container {
      position: relative;
    }

    .s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22a6ee61-c93a-41bf-ae95-464996c74875.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22a6ee61-c93a-41bf-ae95-464996c74875 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b432195d-7e6a-4aad-9e35-56e31d97aab0 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b432195d-7e6a-4aad-9e35-56e31d97aab0 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-c400abf8-2435-4e16-84d9-cbe85e822076 {
  margin-top: 12px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-85c01d88-d51e-4d84-91aa-2578026ee30f {
  margin-top: 160px;
margin-left: auto;
margin-bottom: 160px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-85c01d88-d51e-4d84-91aa-2578026ee30f {
  margin-top: 48px;
margin-bottom: 48px;
}
}







#s-85c01d88-d51e-4d84-91aa-2578026ee30f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85c01d88-d51e-4d84-91aa-2578026ee30f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-591cb81f-e46f-49f6-9a6c-58d39ccd9209 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-591cb81f-e46f-49f6-9a6c-58d39ccd9209"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-591cb81f-e46f-49f6-9a6c-58d39ccd9209"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-591cb81f-e46f-49f6-9a6c-58d39ccd9209"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-591cb81f-e46f-49f6-9a6c-58d39ccd9209"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-deedec5c-dc25-4a17-aa93-3e12cbbac522 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
min-height: 50px;
}
@media (max-width: 767px){#s-deedec5c-dc25-4a17-aa93-3e12cbbac522 {
  margin-bottom: 32px;
}
}







#s-deedec5c-dc25-4a17-aa93-3e12cbbac522 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-deedec5c-dc25-4a17-aa93-3e12cbbac522.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7943bf8c-da95-4f62-b655-513c0372a528 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7943bf8c-da95-4f62-b655-513c0372a528 .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-7146d548-a00f-449a-a8af-6b5cfe8a8409 {
  margin-top: 20px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-8b5d3c64-24ef-4e99-a9be-5a994fa2cadc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
}








#s-8b5d3c64-24ef-4e99-a9be-5a994fa2cadc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b5d3c64-24ef-4e99-a9be-5a994fa2cadc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed {
  margin-left: auto;
margin-right: auto;
max-width: 480px;
aspect-ratio: 961/460;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed .shg-image-content-wrapper {
      aspect-ratio: 961/460;
      min-width: 100%;
      height: auto;
    }

    #s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed .shogun-image-link {
      aspect-ratio: 961/460;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed {
    width: 100%;
    height: auto;
  }

  #s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image {
    
    
  }


.s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed .shogun-image-content {
  
    align-items: center;
  
}

.s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed {
      --shg-aspect-ratio: calc(961/460); 
    }

    .s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image-container {
      position: relative;
    }

    .s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed .shg-image-content-wrapper {
      aspect-ratio: 961/460;
      min-width: 100%;
      height: auto;
    }

    #s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed .shogun-image-link {
      aspect-ratio: 961/460;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed {
    width: 100%;
    height: auto;
  }

  #s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image {
    
    
  }


.s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed .shogun-image-content {
  
    align-items: center;
  
}

.s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed {
      --shg-aspect-ratio: calc(961/460); 
    }

    .s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image-container {
      position: relative;
    }

    .s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed .shg-image-content-wrapper {
      aspect-ratio: 961/460;
      min-width: 100%;
      height: auto;
    }

    #s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed .shogun-image-link {
      aspect-ratio: 961/460;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed {
    width: 100%;
    height: auto;
  }

  #s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image {
    
    
  }


.s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed .shogun-image-content {
  
    align-items: center;
  
}

.s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed {
      --shg-aspect-ratio: calc(961/460); 
    }

    .s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image-container {
      position: relative;
    }

    .s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed .shg-image-content-wrapper {
      aspect-ratio: 961/460;
      min-width: 100%;
      height: auto;
    }

    #s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed .shogun-image-link {
      aspect-ratio: 961/460;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed {
    width: 100%;
    height: auto;
  }

  #s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image {
    
    
  }


.s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed .shogun-image-content {
  
    align-items: center;
  
}

.s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed {
      --shg-aspect-ratio: calc(961/460); 
    }

    .s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image-container {
      position: relative;
    }

    .s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed .shg-image-content-wrapper {
      aspect-ratio: 961/460;
      min-width: 100%;
      height: auto;
    }

    #s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed .shogun-image-link {
      aspect-ratio: 961/460;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed {
    width: 100%;
    height: auto;
  }

  #s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image {
    
    
  }


.s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed .shogun-image-content {
  
    align-items: center;
  
}

.s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed {
      --shg-aspect-ratio: calc(961/460); 
    }

    .s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image-container {
      position: relative;
    }

    .s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e10eae4-fb73-4336-8bcc-cc6a1fee10ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b9b29fa2-8164-4353-ac1a-13f802ad7205 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 641px;
background-position: center center;
}

#s-b9b29fa2-8164-4353-ac1a-13f802ad7205 {
  background-image: url(https://i.shgcdn.com/bf14435c-f521-4318-81db-5a050a7ffe14/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b9b29fa2-8164-4353-ac1a-13f802ad7205 {
  background-image: url(https://i.shgcdn.com/bf14435c-f521-4318-81db-5a050a7ffe14/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b9b29fa2-8164-4353-ac1a-13f802ad7205 {
  background-image: url(https://i.shgcdn.com/bf14435c-f521-4318-81db-5a050a7ffe14/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b9b29fa2-8164-4353-ac1a-13f802ad7205 {
  background-image: url(https://i.shgcdn.com/bf14435c-f521-4318-81db-5a050a7ffe14/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b9b29fa2-8164-4353-ac1a-13f802ad7205 {
  background-image: url(https://i.shgcdn.com/bf14435c-f521-4318-81db-5a050a7ffe14/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b9b29fa2-8164-4353-ac1a-13f802ad7205 {
  background-image: url(https://i.shgcdn.com/bf14435c-f521-4318-81db-5a050a7ffe14/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b9b29fa2-8164-4353-ac1a-13f802ad7205 {
  background-image: url(https://i.shgcdn.com/bf14435c-f521-4318-81db-5a050a7ffe14/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b9b29fa2-8164-4353-ac1a-13f802ad7205 {
  background-image: url(https://i.shgcdn.com/bf14435c-f521-4318-81db-5a050a7ffe14/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b9b29fa2-8164-4353-ac1a-13f802ad7205 {
  background-image: url(https://i.shgcdn.com/bf14435c-f521-4318-81db-5a050a7ffe14/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-b9b29fa2-8164-4353-ac1a-13f802ad7205 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9b29fa2-8164-4353-ac1a-13f802ad7205.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00d81e5b-475a-4b05-9321-a68322226960 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
min-height: 480px;
background-position: right center;
}
@media (max-width: 767px){#s-00d81e5b-475a-4b05-9321-a68322226960 {
  margin-left: auto;
margin-right: 0px;
max-width: 50%;
}
}
#s-00d81e5b-475a-4b05-9321-a68322226960 {
  background-image: url(https://i.shgcdn.com/7ce4ea71-d916-4b46-87cf-4726bbc18487/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-00d81e5b-475a-4b05-9321-a68322226960 {
  background-image: url(https://i.shgcdn.com/7ce4ea71-d916-4b46-87cf-4726bbc18487/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-00d81e5b-475a-4b05-9321-a68322226960 {
  background-image: url(https://i.shgcdn.com/7ce4ea71-d916-4b46-87cf-4726bbc18487/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-00d81e5b-475a-4b05-9321-a68322226960 {
  background-image: url(https://i.shgcdn.com/7ce4ea71-d916-4b46-87cf-4726bbc18487/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-00d81e5b-475a-4b05-9321-a68322226960 {
  background-image: url(https://i.shgcdn.com/7ce4ea71-d916-4b46-87cf-4726bbc18487/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-00d81e5b-475a-4b05-9321-a68322226960 {
  background-image: url(https://i.shgcdn.com/7ce4ea71-d916-4b46-87cf-4726bbc18487/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-00d81e5b-475a-4b05-9321-a68322226960 {
  background-image: url(https://i.shgcdn.com/7ce4ea71-d916-4b46-87cf-4726bbc18487/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-00d81e5b-475a-4b05-9321-a68322226960 {
  background-image: url(https://i.shgcdn.com/7ce4ea71-d916-4b46-87cf-4726bbc18487/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-00d81e5b-475a-4b05-9321-a68322226960 {
  background-image: url(https://i.shgcdn.com/7ce4ea71-d916-4b46-87cf-4726bbc18487/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-00d81e5b-475a-4b05-9321-a68322226960 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00d81e5b-475a-4b05-9321-a68322226960.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bacabe5d-333a-4a08-8e9c-032a83265d92 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bacabe5d-333a-4a08-8e9c-032a83265d92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bacabe5d-333a-4a08-8e9c-032a83265d92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37e30d32-1d27-45e7-8374-33b300dc4bfd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-37e30d32-1d27-45e7-8374-33b300dc4bfd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37e30d32-1d27-45e7-8374-33b300dc4bfd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-37e30d32-1d27-45e7-8374-33b300dc4bfd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-37e30d32-1d27-45e7-8374-33b300dc4bfd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-10c47033-a0c4-497e-9db0-1512d8968076 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-10c47033-a0c4-497e-9db0-1512d8968076 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10c47033-a0c4-497e-9db0-1512d8968076.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74862787-c564-4eb7-bd00-358553dc45fc {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
min-height: 50px;
max-width: 325px;
}








#s-74862787-c564-4eb7-bd00-358553dc45fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74862787-c564-4eb7-bd00-358553dc45fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f845b28-7e9e-47a6-832a-88d583ec8c8f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1f845b28-7e9e-47a6-832a-88d583ec8c8f .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-cc939ec4-475a-4d2b-bc97-fb6990ae8f74 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b {
  margin-left: auto;
margin-right: auto;
max-width: 458px;
aspect-ratio: 458/480;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b .shg-image-content-wrapper {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }

    #s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b .shogun-image-link {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b {
    width: 100%;
    height: auto;
  }

  #s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image {
    
    
  }


.s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b .shogun-image-content {
  
    align-items: center;
  
}

.s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b {
      --shg-aspect-ratio: calc(458/480); 
    }

    .s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image-container {
      position: relative;
    }

    .s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b .shg-image-content-wrapper {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }

    #s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b .shogun-image-link {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b {
    width: 100%;
    height: auto;
  }

  #s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image {
    
    
  }


.s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b .shogun-image-content {
  
    align-items: center;
  
}

.s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b {
      --shg-aspect-ratio: calc(458/480); 
    }

    .s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image-container {
      position: relative;
    }

    .s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b .shg-image-content-wrapper {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }

    #s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b .shogun-image-link {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b {
    width: 100%;
    height: auto;
  }

  #s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image {
    
    
  }


.s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b .shogun-image-content {
  
    align-items: center;
  
}

.s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b {
      --shg-aspect-ratio: calc(458/480); 
    }

    .s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image-container {
      position: relative;
    }

    .s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b .shg-image-content-wrapper {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }

    #s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b .shogun-image-link {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b {
    width: 100%;
    height: auto;
  }

  #s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image {
    
    
  }


.s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b .shogun-image-content {
  
    align-items: center;
  
}

.s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b {
      --shg-aspect-ratio: calc(458/480); 
    }

    .s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image-container {
      position: relative;
    }

    .s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b .shg-image-content-wrapper {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }

    #s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b .shogun-image-link {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b {
    width: 100%;
    height: auto;
  }

  #s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image {
    
    
  }


.s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b .shogun-image-content {
  
    align-items: center;
  
}

.s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b {
      --shg-aspect-ratio: calc(458/480); 
    }

    .s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image-container {
      position: relative;
    }

    .s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7a3dc3c-828d-4ffa-9f17-fb8a34942a8b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e1b808e3-9823-4cef-92f7-8df45fa2fc60 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e1b808e3-9823-4cef-92f7-8df45fa2fc60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1b808e3-9823-4cef-92f7-8df45fa2fc60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39378520-041d-4537-87a0-9456e8fe7a21 {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
min-height: 50px;
max-width: 325px;
}








#s-39378520-041d-4537-87a0-9456e8fe7a21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39378520-041d-4537-87a0-9456e8fe7a21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61768547-f061-467a-8956-b419007aec4d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-61768547-f061-467a-8956-b419007aec4d .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-13192272-cab2-4a54-8483-7f8c890e8243 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-327affd9-7807-4696-a2e4-ab20b66f8a93 {
  margin-left: auto;
margin-right: auto;
max-width: 458px;
aspect-ratio: 458/480;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-327affd9-7807-4696-a2e4-ab20b66f8a93 .shg-image-content-wrapper {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }

    #s-327affd9-7807-4696-a2e4-ab20b66f8a93 .shogun-image-link {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-327affd9-7807-4696-a2e4-ab20b66f8a93 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-327affd9-7807-4696-a2e4-ab20b66f8a93 {
    width: 100%;
    height: auto;
  }

  #s-327affd9-7807-4696-a2e4-ab20b66f8a93 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image {
    
    
  }


.s-327affd9-7807-4696-a2e4-ab20b66f8a93 .shogun-image-content {
  
    align-items: center;
  
}

.s-327affd9-7807-4696-a2e4-ab20b66f8a93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-327affd9-7807-4696-a2e4-ab20b66f8a93 {
      --shg-aspect-ratio: calc(458/480); 
    }

    .s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image-container {
      position: relative;
    }

    .s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-327affd9-7807-4696-a2e4-ab20b66f8a93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-327affd9-7807-4696-a2e4-ab20b66f8a93 .shg-image-content-wrapper {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }

    #s-327affd9-7807-4696-a2e4-ab20b66f8a93 .shogun-image-link {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-327affd9-7807-4696-a2e4-ab20b66f8a93 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-327affd9-7807-4696-a2e4-ab20b66f8a93 {
    width: 100%;
    height: auto;
  }

  #s-327affd9-7807-4696-a2e4-ab20b66f8a93 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image {
    
    
  }


.s-327affd9-7807-4696-a2e4-ab20b66f8a93 .shogun-image-content {
  
    align-items: center;
  
}

.s-327affd9-7807-4696-a2e4-ab20b66f8a93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-327affd9-7807-4696-a2e4-ab20b66f8a93 {
      --shg-aspect-ratio: calc(458/480); 
    }

    .s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image-container {
      position: relative;
    }

    .s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-327affd9-7807-4696-a2e4-ab20b66f8a93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-327affd9-7807-4696-a2e4-ab20b66f8a93 .shg-image-content-wrapper {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }

    #s-327affd9-7807-4696-a2e4-ab20b66f8a93 .shogun-image-link {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-327affd9-7807-4696-a2e4-ab20b66f8a93 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-327affd9-7807-4696-a2e4-ab20b66f8a93 {
    width: 100%;
    height: auto;
  }

  #s-327affd9-7807-4696-a2e4-ab20b66f8a93 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image {
    
    
  }


.s-327affd9-7807-4696-a2e4-ab20b66f8a93 .shogun-image-content {
  
    align-items: center;
  
}

.s-327affd9-7807-4696-a2e4-ab20b66f8a93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-327affd9-7807-4696-a2e4-ab20b66f8a93 {
      --shg-aspect-ratio: calc(458/480); 
    }

    .s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image-container {
      position: relative;
    }

    .s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-327affd9-7807-4696-a2e4-ab20b66f8a93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-327affd9-7807-4696-a2e4-ab20b66f8a93 .shg-image-content-wrapper {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }

    #s-327affd9-7807-4696-a2e4-ab20b66f8a93 .shogun-image-link {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-327affd9-7807-4696-a2e4-ab20b66f8a93 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-327affd9-7807-4696-a2e4-ab20b66f8a93 {
    width: 100%;
    height: auto;
  }

  #s-327affd9-7807-4696-a2e4-ab20b66f8a93 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image {
    
    
  }


.s-327affd9-7807-4696-a2e4-ab20b66f8a93 .shogun-image-content {
  
    align-items: center;
  
}

.s-327affd9-7807-4696-a2e4-ab20b66f8a93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-327affd9-7807-4696-a2e4-ab20b66f8a93 {
      --shg-aspect-ratio: calc(458/480); 
    }

    .s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image-container {
      position: relative;
    }

    .s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-327affd9-7807-4696-a2e4-ab20b66f8a93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-327affd9-7807-4696-a2e4-ab20b66f8a93 .shg-image-content-wrapper {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }

    #s-327affd9-7807-4696-a2e4-ab20b66f8a93 .shogun-image-link {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-327affd9-7807-4696-a2e4-ab20b66f8a93 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-327affd9-7807-4696-a2e4-ab20b66f8a93 {
    width: 100%;
    height: auto;
  }

  #s-327affd9-7807-4696-a2e4-ab20b66f8a93 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image {
    
    
  }


.s-327affd9-7807-4696-a2e4-ab20b66f8a93 .shogun-image-content {
  
    align-items: center;
  
}

.s-327affd9-7807-4696-a2e4-ab20b66f8a93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-327affd9-7807-4696-a2e4-ab20b66f8a93 {
      --shg-aspect-ratio: calc(458/480); 
    }

    .s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image-container {
      position: relative;
    }

    .s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-327affd9-7807-4696-a2e4-ab20b66f8a93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-327affd9-7807-4696-a2e4-ab20b66f8a93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6b0b5221-ee89-41f0-8782-476a2f15ea4c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6b0b5221-ee89-41f0-8782-476a2f15ea4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b0b5221-ee89-41f0-8782-476a2f15ea4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6cd4c50e-7ea5-40c4-97fe-328e434cdb03 {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
min-height: 50px;
max-width: 325px;
}








#s-6cd4c50e-7ea5-40c4-97fe-328e434cdb03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cd4c50e-7ea5-40c4-97fe-328e434cdb03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abf8fffd-ba73-48f9-b377-90deca1efa71 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-abf8fffd-ba73-48f9-b377-90deca1efa71 .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-d698ddf1-23d6-466e-ab9f-6f0cf37003c1 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-5231a51a-54de-41c5-aa90-737e10963add {
  margin-left: auto;
margin-right: auto;
max-width: 458px;
aspect-ratio: 458/480;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-5231a51a-54de-41c5-aa90-737e10963add .shg-image-content-wrapper {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }

    #s-5231a51a-54de-41c5-aa90-737e10963add .shogun-image-link {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5231a51a-54de-41c5-aa90-737e10963add .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5231a51a-54de-41c5-aa90-737e10963add {
    width: 100%;
    height: auto;
  }

  #s-5231a51a-54de-41c5-aa90-737e10963add img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image {
    
    
  }


.s-5231a51a-54de-41c5-aa90-737e10963add .shogun-image-content {
  
    align-items: center;
  
}

.s-5231a51a-54de-41c5-aa90-737e10963add.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5231a51a-54de-41c5-aa90-737e10963add {
      --shg-aspect-ratio: calc(458/480); 
    }

    .s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image-container {
      position: relative;
    }

    .s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5231a51a-54de-41c5-aa90-737e10963add img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-5231a51a-54de-41c5-aa90-737e10963add .shg-image-content-wrapper {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }

    #s-5231a51a-54de-41c5-aa90-737e10963add .shogun-image-link {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5231a51a-54de-41c5-aa90-737e10963add .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5231a51a-54de-41c5-aa90-737e10963add {
    width: 100%;
    height: auto;
  }

  #s-5231a51a-54de-41c5-aa90-737e10963add img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image {
    
    
  }


.s-5231a51a-54de-41c5-aa90-737e10963add .shogun-image-content {
  
    align-items: center;
  
}

.s-5231a51a-54de-41c5-aa90-737e10963add.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5231a51a-54de-41c5-aa90-737e10963add {
      --shg-aspect-ratio: calc(458/480); 
    }

    .s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image-container {
      position: relative;
    }

    .s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5231a51a-54de-41c5-aa90-737e10963add img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-5231a51a-54de-41c5-aa90-737e10963add .shg-image-content-wrapper {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }

    #s-5231a51a-54de-41c5-aa90-737e10963add .shogun-image-link {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5231a51a-54de-41c5-aa90-737e10963add .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5231a51a-54de-41c5-aa90-737e10963add {
    width: 100%;
    height: auto;
  }

  #s-5231a51a-54de-41c5-aa90-737e10963add img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image {
    
    
  }


.s-5231a51a-54de-41c5-aa90-737e10963add .shogun-image-content {
  
    align-items: center;
  
}

.s-5231a51a-54de-41c5-aa90-737e10963add.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5231a51a-54de-41c5-aa90-737e10963add {
      --shg-aspect-ratio: calc(458/480); 
    }

    .s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image-container {
      position: relative;
    }

    .s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5231a51a-54de-41c5-aa90-737e10963add img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-5231a51a-54de-41c5-aa90-737e10963add .shg-image-content-wrapper {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }

    #s-5231a51a-54de-41c5-aa90-737e10963add .shogun-image-link {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5231a51a-54de-41c5-aa90-737e10963add .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5231a51a-54de-41c5-aa90-737e10963add {
    width: 100%;
    height: auto;
  }

  #s-5231a51a-54de-41c5-aa90-737e10963add img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image {
    
    
  }


.s-5231a51a-54de-41c5-aa90-737e10963add .shogun-image-content {
  
    align-items: center;
  
}

.s-5231a51a-54de-41c5-aa90-737e10963add.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5231a51a-54de-41c5-aa90-737e10963add {
      --shg-aspect-ratio: calc(458/480); 
    }

    .s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image-container {
      position: relative;
    }

    .s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5231a51a-54de-41c5-aa90-737e10963add img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-5231a51a-54de-41c5-aa90-737e10963add .shg-image-content-wrapper {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }

    #s-5231a51a-54de-41c5-aa90-737e10963add .shogun-image-link {
      aspect-ratio: 458/480;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5231a51a-54de-41c5-aa90-737e10963add .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5231a51a-54de-41c5-aa90-737e10963add {
    width: 100%;
    height: auto;
  }

  #s-5231a51a-54de-41c5-aa90-737e10963add img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image {
    
    
  }


.s-5231a51a-54de-41c5-aa90-737e10963add .shogun-image-content {
  
    align-items: center;
  
}

.s-5231a51a-54de-41c5-aa90-737e10963add.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5231a51a-54de-41c5-aa90-737e10963add {
      --shg-aspect-ratio: calc(458/480); 
    }

    .s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image-container {
      position: relative;
    }

    .s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5231a51a-54de-41c5-aa90-737e10963add.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5231a51a-54de-41c5-aa90-737e10963add img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0ba2705a-0da1-4ded-9516-87389989f544 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-8b68ea5e-a18e-4cd2-9d6a-5a44689fc923 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-8b68ea5e-a18e-4cd2-9d6a-5a44689fc923 .shg-sld-dot {
  background-color: rgba(0, 0, 0, 0.2);
}

#s-8b68ea5e-a18e-4cd2-9d6a-5a44689fc923 .shg-sld-nav-button.shg-sld-left,
#s-8b68ea5e-a18e-4cd2-9d6a-5a44689fc923 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 0, 0, 0.2);
}

#s-5126e5e4-d562-4b43-8796-d7d31512cac2 {
  margin-left: auto;
margin-right: auto;
padding-top: 56px;
padding-bottom: 56px;
min-height: 50px;
background-color: rgba(231, 231, 243, 1);
}
@media (max-width: 767px){#s-5126e5e4-d562-4b43-8796-d7d31512cac2 {
  padding-top: 24px;
padding-bottom: 24px;
}
}







#s-5126e5e4-d562-4b43-8796-d7d31512cac2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5126e5e4-d562-4b43-8796-d7d31512cac2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98fc24b3-4760-4095-a95a-d685a0305d09 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: right top;
}
@media (max-width: 767px){#s-98fc24b3-4760-4095-a95a-d685a0305d09 {
  margin-left: 30px;
margin-right: 0px;
padding-top: 80%;
padding-bottom: 0%;
}
}
#s-98fc24b3-4760-4095-a95a-d685a0305d09 {
  background-image: url(https://i.shgcdn.com/cc61f8d0-5270-444c-9ccf-8ae48351a388/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-98fc24b3-4760-4095-a95a-d685a0305d09 {
  background-image: url(https://i.shgcdn.com/cc61f8d0-5270-444c-9ccf-8ae48351a388/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-98fc24b3-4760-4095-a95a-d685a0305d09 {
  background-image: url(https://i.shgcdn.com/cc61f8d0-5270-444c-9ccf-8ae48351a388/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-98fc24b3-4760-4095-a95a-d685a0305d09 {
  background-image: url(https://i.shgcdn.com/cc61f8d0-5270-444c-9ccf-8ae48351a388/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-98fc24b3-4760-4095-a95a-d685a0305d09 {
  background-image: url(https://i.shgcdn.com/cc61f8d0-5270-444c-9ccf-8ae48351a388/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-98fc24b3-4760-4095-a95a-d685a0305d09 {
  background-image: url(https://i.shgcdn.com/cc61f8d0-5270-444c-9ccf-8ae48351a388/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-98fc24b3-4760-4095-a95a-d685a0305d09 {
  background-image: url(https://i.shgcdn.com/cc61f8d0-5270-444c-9ccf-8ae48351a388/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-98fc24b3-4760-4095-a95a-d685a0305d09 {
  background-image: url(https://i.shgcdn.com/cc61f8d0-5270-444c-9ccf-8ae48351a388/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-98fc24b3-4760-4095-a95a-d685a0305d09 {
  background-image: url(https://i.shgcdn.com/cc61f8d0-5270-444c-9ccf-8ae48351a388/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-98fc24b3-4760-4095-a95a-d685a0305d09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98fc24b3-4760-4095-a95a-d685a0305d09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89f1b23c-160b-4eb1-a4ee-66ce168d8b21 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-89f1b23c-160b-4eb1-a4ee-66ce168d8b21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89f1b23c-160b-4eb1-a4ee-66ce168d8b21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-89f1b23c-160b-4eb1-a4ee-66ce168d8b21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-89f1b23c-160b-4eb1-a4ee-66ce168d8b21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2e5932d9-5066-4af5-b68a-881ed747aeb4 {
  margin-left: 56px;
margin-right: 56px;
padding-top: 30px;
padding-bottom: 30px;
min-height: 460px;
}
@media (min-width: 1200px){#s-2e5932d9-5066-4af5-b68a-881ed747aeb4 {
  min-height: 560px;
}
}@media (max-width: 767px){#s-2e5932d9-5066-4af5-b68a-881ed747aeb4 {
  margin-left: 26px;
}
}







#s-2e5932d9-5066-4af5-b68a-881ed747aeb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e5932d9-5066-4af5-b68a-881ed747aeb4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c3c8f51-5aea-4895-a53d-e00d459b80b3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8c3c8f51-5aea-4895-a53d-e00d459b80b3 .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-a6872309-1974-4cb2-a5d2-777ec8b15822 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-30cdc76c-d197-4cb9-a321-3e9a3c802933 {
  margin-top: 64px;
margin-left: 0px;
margin-right: 0px;
max-width: 50px;
aspect-ratio: 105/117;
text-align: left;
}
@media (max-width: 767px){#s-30cdc76c-d197-4cb9-a321-3e9a3c802933 {
  margin-top: 32px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-30cdc76c-d197-4cb9-a321-3e9a3c802933 .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-30cdc76c-d197-4cb9-a321-3e9a3c802933 .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30cdc76c-d197-4cb9-a321-3e9a3c802933 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-30cdc76c-d197-4cb9-a321-3e9a3c802933 {
    width: 100%;
    height: auto;
  }

  #s-30cdc76c-d197-4cb9-a321-3e9a3c802933 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image {
    
    
  }


.s-30cdc76c-d197-4cb9-a321-3e9a3c802933 .shogun-image-content {
  
    align-items: center;
  
}

.s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30cdc76c-d197-4cb9-a321-3e9a3c802933 {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image-container {
      position: relative;
    }

    .s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30cdc76c-d197-4cb9-a321-3e9a3c802933 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-30cdc76c-d197-4cb9-a321-3e9a3c802933 .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-30cdc76c-d197-4cb9-a321-3e9a3c802933 .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30cdc76c-d197-4cb9-a321-3e9a3c802933 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-30cdc76c-d197-4cb9-a321-3e9a3c802933 {
    width: 100%;
    height: auto;
  }

  #s-30cdc76c-d197-4cb9-a321-3e9a3c802933 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image {
    
    
  }


.s-30cdc76c-d197-4cb9-a321-3e9a3c802933 .shogun-image-content {
  
    align-items: center;
  
}

.s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30cdc76c-d197-4cb9-a321-3e9a3c802933 {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image-container {
      position: relative;
    }

    .s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30cdc76c-d197-4cb9-a321-3e9a3c802933 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-30cdc76c-d197-4cb9-a321-3e9a3c802933 .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-30cdc76c-d197-4cb9-a321-3e9a3c802933 .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30cdc76c-d197-4cb9-a321-3e9a3c802933 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-30cdc76c-d197-4cb9-a321-3e9a3c802933 {
    width: 100%;
    height: auto;
  }

  #s-30cdc76c-d197-4cb9-a321-3e9a3c802933 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image {
    
    
  }


.s-30cdc76c-d197-4cb9-a321-3e9a3c802933 .shogun-image-content {
  
    align-items: center;
  
}

.s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30cdc76c-d197-4cb9-a321-3e9a3c802933 {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image-container {
      position: relative;
    }

    .s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30cdc76c-d197-4cb9-a321-3e9a3c802933 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-30cdc76c-d197-4cb9-a321-3e9a3c802933 .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-30cdc76c-d197-4cb9-a321-3e9a3c802933 .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30cdc76c-d197-4cb9-a321-3e9a3c802933 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-30cdc76c-d197-4cb9-a321-3e9a3c802933 {
    width: 100%;
    height: auto;
  }

  #s-30cdc76c-d197-4cb9-a321-3e9a3c802933 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image {
    
    
  }


.s-30cdc76c-d197-4cb9-a321-3e9a3c802933 .shogun-image-content {
  
    align-items: center;
  
}

.s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30cdc76c-d197-4cb9-a321-3e9a3c802933 {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image-container {
      position: relative;
    }

    .s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30cdc76c-d197-4cb9-a321-3e9a3c802933 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-30cdc76c-d197-4cb9-a321-3e9a3c802933 .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-30cdc76c-d197-4cb9-a321-3e9a3c802933 .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30cdc76c-d197-4cb9-a321-3e9a3c802933 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-30cdc76c-d197-4cb9-a321-3e9a3c802933 {
    width: 100%;
    height: auto;
  }

  #s-30cdc76c-d197-4cb9-a321-3e9a3c802933 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image {
    
    
  }


.s-30cdc76c-d197-4cb9-a321-3e9a3c802933 .shogun-image-content {
  
    align-items: center;
  
}

.s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30cdc76c-d197-4cb9-a321-3e9a3c802933 {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image-container {
      position: relative;
    }

    .s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30cdc76c-d197-4cb9-a321-3e9a3c802933.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30cdc76c-d197-4cb9-a321-3e9a3c802933 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4f0fb820-06ef-4fd4-af58-fd900d74aec5 {
  margin-left: auto;
margin-right: auto;
padding-top: 56px;
padding-bottom: 56px;
min-height: 50px;
background-color: rgba(231, 231, 243, 1);
}
@media (max-width: 767px){#s-4f0fb820-06ef-4fd4-af58-fd900d74aec5 {
  padding-top: 24px;
padding-bottom: 24px;
}
}







#s-4f0fb820-06ef-4fd4-af58-fd900d74aec5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f0fb820-06ef-4fd4-af58-fd900d74aec5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-259e428c-b2c6-4edf-a98a-dc2e52947664 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: right top;
}
@media (max-width: 767px){#s-259e428c-b2c6-4edf-a98a-dc2e52947664 {
  margin-left: 30px;
margin-right: 0px;
padding-top: 80%;
padding-bottom: 0%;
}
}
#s-259e428c-b2c6-4edf-a98a-dc2e52947664 {
  background-image: url(https://i.shgcdn.com/6108b580-ac00-438c-ab6d-b739680b9986/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-259e428c-b2c6-4edf-a98a-dc2e52947664 {
  background-image: url(https://i.shgcdn.com/6108b580-ac00-438c-ab6d-b739680b9986/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-259e428c-b2c6-4edf-a98a-dc2e52947664 {
  background-image: url(https://i.shgcdn.com/6108b580-ac00-438c-ab6d-b739680b9986/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-259e428c-b2c6-4edf-a98a-dc2e52947664 {
  background-image: url(https://i.shgcdn.com/6108b580-ac00-438c-ab6d-b739680b9986/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-259e428c-b2c6-4edf-a98a-dc2e52947664 {
  background-image: url(https://i.shgcdn.com/6108b580-ac00-438c-ab6d-b739680b9986/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-259e428c-b2c6-4edf-a98a-dc2e52947664 {
  background-image: url(https://i.shgcdn.com/6108b580-ac00-438c-ab6d-b739680b9986/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-259e428c-b2c6-4edf-a98a-dc2e52947664 {
  background-image: url(https://i.shgcdn.com/6108b580-ac00-438c-ab6d-b739680b9986/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-259e428c-b2c6-4edf-a98a-dc2e52947664 {
  background-image: url(https://i.shgcdn.com/6108b580-ac00-438c-ab6d-b739680b9986/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-259e428c-b2c6-4edf-a98a-dc2e52947664 {
  background-image: url(https://i.shgcdn.com/6108b580-ac00-438c-ab6d-b739680b9986/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-259e428c-b2c6-4edf-a98a-dc2e52947664 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-259e428c-b2c6-4edf-a98a-dc2e52947664.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abacd2cc-51a4-4e37-b75d-a5fd1b8d286f {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-abacd2cc-51a4-4e37-b75d-a5fd1b8d286f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abacd2cc-51a4-4e37-b75d-a5fd1b8d286f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-abacd2cc-51a4-4e37-b75d-a5fd1b8d286f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-abacd2cc-51a4-4e37-b75d-a5fd1b8d286f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-db8ea07b-72a9-4c89-a0b6-49832fbd4456 {
  margin-left: 56px;
margin-right: 56px;
padding-top: 30px;
padding-bottom: 30px;
min-height: 460px;
}
@media (min-width: 1200px){#s-db8ea07b-72a9-4c89-a0b6-49832fbd4456 {
  min-height: 560px;
}
}@media (max-width: 767px){#s-db8ea07b-72a9-4c89-a0b6-49832fbd4456 {
  margin-left: 26px;
}
}







#s-db8ea07b-72a9-4c89-a0b6-49832fbd4456 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db8ea07b-72a9-4c89-a0b6-49832fbd4456.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7db7b697-425c-4b8f-bc9c-afac04724eb4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7db7b697-425c-4b8f-bc9c-afac04724eb4 .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-df81150e-bf86-42a6-a8b2-2b6c69bf1ed2 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-38f72431-2a50-4983-88bb-b26df7fa3be3 {
  margin-top: 64px;
margin-left: 0px;
margin-right: 0px;
max-width: 50px;
aspect-ratio: 105/117;
text-align: left;
}
@media (max-width: 767px){#s-38f72431-2a50-4983-88bb-b26df7fa3be3 {
  margin-top: 32px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-38f72431-2a50-4983-88bb-b26df7fa3be3 .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-38f72431-2a50-4983-88bb-b26df7fa3be3 .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38f72431-2a50-4983-88bb-b26df7fa3be3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-38f72431-2a50-4983-88bb-b26df7fa3be3 {
    width: 100%;
    height: auto;
  }

  #s-38f72431-2a50-4983-88bb-b26df7fa3be3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image {
    
    
  }


.s-38f72431-2a50-4983-88bb-b26df7fa3be3 .shogun-image-content {
  
    align-items: center;
  
}

.s-38f72431-2a50-4983-88bb-b26df7fa3be3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38f72431-2a50-4983-88bb-b26df7fa3be3 {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image-container {
      position: relative;
    }

    .s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38f72431-2a50-4983-88bb-b26df7fa3be3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-38f72431-2a50-4983-88bb-b26df7fa3be3 .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-38f72431-2a50-4983-88bb-b26df7fa3be3 .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38f72431-2a50-4983-88bb-b26df7fa3be3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-38f72431-2a50-4983-88bb-b26df7fa3be3 {
    width: 100%;
    height: auto;
  }

  #s-38f72431-2a50-4983-88bb-b26df7fa3be3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image {
    
    
  }


.s-38f72431-2a50-4983-88bb-b26df7fa3be3 .shogun-image-content {
  
    align-items: center;
  
}

.s-38f72431-2a50-4983-88bb-b26df7fa3be3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38f72431-2a50-4983-88bb-b26df7fa3be3 {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image-container {
      position: relative;
    }

    .s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38f72431-2a50-4983-88bb-b26df7fa3be3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-38f72431-2a50-4983-88bb-b26df7fa3be3 .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-38f72431-2a50-4983-88bb-b26df7fa3be3 .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38f72431-2a50-4983-88bb-b26df7fa3be3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-38f72431-2a50-4983-88bb-b26df7fa3be3 {
    width: 100%;
    height: auto;
  }

  #s-38f72431-2a50-4983-88bb-b26df7fa3be3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image {
    
    
  }


.s-38f72431-2a50-4983-88bb-b26df7fa3be3 .shogun-image-content {
  
    align-items: center;
  
}

.s-38f72431-2a50-4983-88bb-b26df7fa3be3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38f72431-2a50-4983-88bb-b26df7fa3be3 {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image-container {
      position: relative;
    }

    .s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38f72431-2a50-4983-88bb-b26df7fa3be3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-38f72431-2a50-4983-88bb-b26df7fa3be3 .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-38f72431-2a50-4983-88bb-b26df7fa3be3 .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38f72431-2a50-4983-88bb-b26df7fa3be3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-38f72431-2a50-4983-88bb-b26df7fa3be3 {
    width: 100%;
    height: auto;
  }

  #s-38f72431-2a50-4983-88bb-b26df7fa3be3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image {
    
    
  }


.s-38f72431-2a50-4983-88bb-b26df7fa3be3 .shogun-image-content {
  
    align-items: center;
  
}

.s-38f72431-2a50-4983-88bb-b26df7fa3be3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38f72431-2a50-4983-88bb-b26df7fa3be3 {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image-container {
      position: relative;
    }

    .s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38f72431-2a50-4983-88bb-b26df7fa3be3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-38f72431-2a50-4983-88bb-b26df7fa3be3 .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-38f72431-2a50-4983-88bb-b26df7fa3be3 .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38f72431-2a50-4983-88bb-b26df7fa3be3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-38f72431-2a50-4983-88bb-b26df7fa3be3 {
    width: 100%;
    height: auto;
  }

  #s-38f72431-2a50-4983-88bb-b26df7fa3be3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image {
    
    
  }


.s-38f72431-2a50-4983-88bb-b26df7fa3be3 .shogun-image-content {
  
    align-items: center;
  
}

.s-38f72431-2a50-4983-88bb-b26df7fa3be3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38f72431-2a50-4983-88bb-b26df7fa3be3 {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image-container {
      position: relative;
    }

    .s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38f72431-2a50-4983-88bb-b26df7fa3be3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38f72431-2a50-4983-88bb-b26df7fa3be3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7e859ea2-f345-4c34-8cea-400e5259479a {
  margin-left: auto;
margin-right: auto;
padding-top: 56px;
padding-bottom: 56px;
min-height: 50px;
background-color: rgba(231, 231, 243, 1);
}
@media (max-width: 767px){#s-7e859ea2-f345-4c34-8cea-400e5259479a {
  padding-top: 24px;
padding-bottom: 24px;
}
}







#s-7e859ea2-f345-4c34-8cea-400e5259479a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e859ea2-f345-4c34-8cea-400e5259479a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b35f2741-ca89-471e-9c5e-731bcb180458 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: right top;
}
@media (max-width: 767px){#s-b35f2741-ca89-471e-9c5e-731bcb180458 {
  margin-left: 30px;
margin-right: 0px;
padding-top: 80%;
padding-bottom: 0%;
}
}
#s-b35f2741-ca89-471e-9c5e-731bcb180458 {
  background-image: url(https://i.shgcdn.com/cef3a25a-4926-400c-ac29-6a066ae2421e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b35f2741-ca89-471e-9c5e-731bcb180458 {
  background-image: url(https://i.shgcdn.com/cef3a25a-4926-400c-ac29-6a066ae2421e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b35f2741-ca89-471e-9c5e-731bcb180458 {
  background-image: url(https://i.shgcdn.com/cef3a25a-4926-400c-ac29-6a066ae2421e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b35f2741-ca89-471e-9c5e-731bcb180458 {
  background-image: url(https://i.shgcdn.com/cef3a25a-4926-400c-ac29-6a066ae2421e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b35f2741-ca89-471e-9c5e-731bcb180458 {
  background-image: url(https://i.shgcdn.com/cef3a25a-4926-400c-ac29-6a066ae2421e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b35f2741-ca89-471e-9c5e-731bcb180458 {
  background-image: url(https://i.shgcdn.com/cef3a25a-4926-400c-ac29-6a066ae2421e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b35f2741-ca89-471e-9c5e-731bcb180458 {
  background-image: url(https://i.shgcdn.com/cef3a25a-4926-400c-ac29-6a066ae2421e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b35f2741-ca89-471e-9c5e-731bcb180458 {
  background-image: url(https://i.shgcdn.com/cef3a25a-4926-400c-ac29-6a066ae2421e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b35f2741-ca89-471e-9c5e-731bcb180458 {
  background-image: url(https://i.shgcdn.com/cef3a25a-4926-400c-ac29-6a066ae2421e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-b35f2741-ca89-471e-9c5e-731bcb180458 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b35f2741-ca89-471e-9c5e-731bcb180458.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db26ff69-ba7e-4947-b980-e3b8f28ad266 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-db26ff69-ba7e-4947-b980-e3b8f28ad266"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db26ff69-ba7e-4947-b980-e3b8f28ad266"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db26ff69-ba7e-4947-b980-e3b8f28ad266"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db26ff69-ba7e-4947-b980-e3b8f28ad266"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7277c24a-ac60-44d7-b98b-3a669033ae13 {
  margin-left: 56px;
margin-right: 56px;
padding-top: 30px;
padding-bottom: 30px;
min-height: 460px;
}
@media (min-width: 1200px){#s-7277c24a-ac60-44d7-b98b-3a669033ae13 {
  min-height: 560px;
}
}@media (max-width: 767px){#s-7277c24a-ac60-44d7-b98b-3a669033ae13 {
  margin-left: 26px;
}
}







#s-7277c24a-ac60-44d7-b98b-3a669033ae13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7277c24a-ac60-44d7-b98b-3a669033ae13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d644892d-eaf2-4193-a128-5a595af946cf {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d644892d-eaf2-4193-a128-5a595af946cf .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-8c777680-7dd3-4e1e-ad44-4e1dd249a12d {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-48f9c9f7-2a3b-4547-bb2c-1d2ab44752b0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-3c5c35ca-765a-4104-bd62-bd3fd24228c1 {
  margin-top: 96px;
margin-left: auto;
margin-bottom: 96px;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
}
@media (max-width: 767px){#s-3c5c35ca-765a-4104-bd62-bd3fd24228c1 {
  margin-top: 48px;
margin-bottom: 48px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-3c5c35ca-765a-4104-bd62-bd3fd24228c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c5c35ca-765a-4104-bd62-bd3fd24228c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8faa1388-33c2-4432-992c-7c293db34998 {
  margin-left: auto;
margin-right: auto;
padding-top: 48px;
padding-left: 48px;
padding-bottom: 48px;
padding-right: 48px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(215, 236, 242, 1);
}
@media (max-width: 767px){#s-8faa1388-33c2-4432-992c-7c293db34998 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-8faa1388-33c2-4432-992c-7c293db34998 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8faa1388-33c2-4432-992c-7c293db34998.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5838a4b7-4c77-4db3-9385-ae02ddc5a3a1 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 720px;
}








#s-5838a4b7-4c77-4db3-9385-ae02ddc5a3a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5838a4b7-4c77-4db3-9385-ae02ddc5a3a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-489b675c-15bc-4697-acb5-57050a373851 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-489b675c-15bc-4697-acb5-57050a373851 .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-32e34c15-e466-4411-8445-9e19733bce31 {
  margin-top: 20px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-63b1b49d-30cc-474f-b031-128fa165a64e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-63b1b49d-30cc-474f-b031-128fa165a64e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63b1b49d-30cc-474f-b031-128fa165a64e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-63b1b49d-30cc-474f-b031-128fa165a64e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-63b1b49d-30cc-474f-b031-128fa165a64e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-d2a27885-5682-4a44-a77b-48bb18238bf5 {
  margin-left: auto;
padding-top: 2px;
padding-left: 0px;
padding-bottom: 2px;
padding-right: 0px;
max-width: 600px;
}

#s-d2a27885-5682-4a44-a77b-48bb18238bf5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-d2a27885-5682-4a44-a77b-48bb18238bf5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(242, 249, 251, 1);
  padding: 10px;
}

#s-d2a27885-5682-4a44-a77b-48bb18238bf5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(33, 33, 33, 1);
}

#s-d2a27885-5682-4a44-a77b-48bb18238bf5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-d2a27885-5682-4a44-a77b-48bb18238bf5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(33, 33, 33, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 18px;
}

#s-d2a27885-5682-4a44-a77b-48bb18238bf5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-d940ca9f-3c16-456b-9edf-e2ff904ecf1e {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
}

#s-da6ca56c-8e8d-4e42-87f3-643ebe8cea40 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
}

#s-f5075304-12a1-487e-bcee-d985af2c40b4 {
  margin-left: auto;
padding-top: 2px;
padding-left: 0px;
padding-bottom: 2px;
padding-right: 0px;
max-width: 600px;
}

#s-f5075304-12a1-487e-bcee-d985af2c40b4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-f5075304-12a1-487e-bcee-d985af2c40b4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(242, 249, 251, 1);
  padding: 10px;
}

#s-f5075304-12a1-487e-bcee-d985af2c40b4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(33, 33, 33, 1);
}

#s-f5075304-12a1-487e-bcee-d985af2c40b4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-f5075304-12a1-487e-bcee-d985af2c40b4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(33, 33, 33, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 18px;
}

#s-f5075304-12a1-487e-bcee-d985af2c40b4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-bf80b1a7-7901-4386-a924-f45654b65ef5 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
}

#s-6e6aea84-8624-475c-829b-dc1fb21a8f89 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
}

#s-0674d699-18c3-4b83-80a4-45a88382342e {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0674d699-18c3-4b83-80a4-45a88382342e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0674d699-18c3-4b83-80a4-45a88382342e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32d91500-ae3b-4189-a5f3-7502bc7fa39d {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-32d91500-ae3b-4189-a5f3-7502bc7fa39d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 30.0px);
}

}

@media (min-width: 768px) {
[id="s-32d91500-ae3b-4189-a5f3-7502bc7fa39d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 45.0px);
}

}

@media (min-width: 992px) {
[id="s-32d91500-ae3b-4189-a5f3-7502bc7fa39d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 45.0px);
}

}

@media (min-width: 1200px) {
[id="s-32d91500-ae3b-4189-a5f3-7502bc7fa39d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 45.0px);
}

}

#s-ad457b5d-30cd-43b2-859e-4d6eb350465c {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 270px;
}








#s-ad457b5d-30cd-43b2-859e-4d6eb350465c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad457b5d-30cd-43b2-859e-4d6eb350465c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af {
    width: 100%;
    height: auto;
  }

  #s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image {
    
    
  }


.s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af .shogun-image-content {
  
    align-items: center;
  
}

.s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image-container {
      position: relative;
    }

    .s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af {
    width: 100%;
    height: auto;
  }

  #s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image {
    
    
  }


.s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af .shogun-image-content {
  
    align-items: center;
  
}

.s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image-container {
      position: relative;
    }

    .s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af {
    width: 100%;
    height: auto;
  }

  #s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image {
    
    
  }


.s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af .shogun-image-content {
  
    align-items: center;
  
}

.s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image-container {
      position: relative;
    }

    .s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af {
    width: 100%;
    height: auto;
  }

  #s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image {
    
    
  }


.s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af .shogun-image-content {
  
    align-items: center;
  
}

.s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image-container {
      position: relative;
    }

    .s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af {
    width: 100%;
    height: auto;
  }

  #s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image {
    
    
  }


.s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af .shogun-image-content {
  
    align-items: center;
  
}

.s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image-container {
      position: relative;
    }

    .s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3632e05-2cb0-4c7b-9c96-81dda7a2f0af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e863da71-e929-4a00-9ecc-9eb04b92192d {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e863da71-e929-4a00-9ecc-9eb04b92192d .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-9788cffc-3e12-48cf-9753-ae2cbfce1070 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 220px;
}








#s-9788cffc-3e12-48cf-9753-ae2cbfce1070 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9788cffc-3e12-48cf-9753-ae2cbfce1070.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d689d16-f235-4f71-b6db-7aff64579233 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-2d689d16-f235-4f71-b6db-7aff64579233 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d689d16-f235-4f71-b6db-7aff64579233 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d689d16-f235-4f71-b6db-7aff64579233 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2d689d16-f235-4f71-b6db-7aff64579233 {
    width: 100%;
    height: auto;
  }

  #s-2d689d16-f235-4f71-b6db-7aff64579233 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image {
    
    
  }


.s-2d689d16-f235-4f71-b6db-7aff64579233 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d689d16-f235-4f71-b6db-7aff64579233.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d689d16-f235-4f71-b6db-7aff64579233 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image-container {
      position: relative;
    }

    .s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d689d16-f235-4f71-b6db-7aff64579233 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d689d16-f235-4f71-b6db-7aff64579233 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d689d16-f235-4f71-b6db-7aff64579233 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d689d16-f235-4f71-b6db-7aff64579233 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2d689d16-f235-4f71-b6db-7aff64579233 {
    width: 100%;
    height: auto;
  }

  #s-2d689d16-f235-4f71-b6db-7aff64579233 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image {
    
    
  }


.s-2d689d16-f235-4f71-b6db-7aff64579233 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d689d16-f235-4f71-b6db-7aff64579233.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d689d16-f235-4f71-b6db-7aff64579233 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image-container {
      position: relative;
    }

    .s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d689d16-f235-4f71-b6db-7aff64579233 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d689d16-f235-4f71-b6db-7aff64579233 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d689d16-f235-4f71-b6db-7aff64579233 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d689d16-f235-4f71-b6db-7aff64579233 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2d689d16-f235-4f71-b6db-7aff64579233 {
    width: 100%;
    height: auto;
  }

  #s-2d689d16-f235-4f71-b6db-7aff64579233 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image {
    
    
  }


.s-2d689d16-f235-4f71-b6db-7aff64579233 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d689d16-f235-4f71-b6db-7aff64579233.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d689d16-f235-4f71-b6db-7aff64579233 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image-container {
      position: relative;
    }

    .s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d689d16-f235-4f71-b6db-7aff64579233 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d689d16-f235-4f71-b6db-7aff64579233 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d689d16-f235-4f71-b6db-7aff64579233 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d689d16-f235-4f71-b6db-7aff64579233 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2d689d16-f235-4f71-b6db-7aff64579233 {
    width: 100%;
    height: auto;
  }

  #s-2d689d16-f235-4f71-b6db-7aff64579233 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image {
    
    
  }


.s-2d689d16-f235-4f71-b6db-7aff64579233 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d689d16-f235-4f71-b6db-7aff64579233.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d689d16-f235-4f71-b6db-7aff64579233 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image-container {
      position: relative;
    }

    .s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d689d16-f235-4f71-b6db-7aff64579233 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d689d16-f235-4f71-b6db-7aff64579233 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d689d16-f235-4f71-b6db-7aff64579233 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d689d16-f235-4f71-b6db-7aff64579233 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2d689d16-f235-4f71-b6db-7aff64579233 {
    width: 100%;
    height: auto;
  }

  #s-2d689d16-f235-4f71-b6db-7aff64579233 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image {
    
    
  }


.s-2d689d16-f235-4f71-b6db-7aff64579233 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d689d16-f235-4f71-b6db-7aff64579233.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d689d16-f235-4f71-b6db-7aff64579233 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image-container {
      position: relative;
    }

    .s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d689d16-f235-4f71-b6db-7aff64579233.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d689d16-f235-4f71-b6db-7aff64579233 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8c5a6134-2706-4c93-be38-c133e88ce04a {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8c5a6134-2706-4c93-be38-c133e88ce04a .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-6383d2d3-2972-4224-b73a-6f2115867c76 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 270px;
}








#s-6383d2d3-2972-4224-b73a-6f2115867c76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6383d2d3-2972-4224-b73a-6f2115867c76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6fab093f-e750-4ab3-b40b-7742e4f66807 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-6fab093f-e750-4ab3-b40b-7742e4f66807 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6fab093f-e750-4ab3-b40b-7742e4f66807 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6fab093f-e750-4ab3-b40b-7742e4f66807 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6fab093f-e750-4ab3-b40b-7742e4f66807 {
    width: 100%;
    height: auto;
  }

  #s-6fab093f-e750-4ab3-b40b-7742e4f66807 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image {
    
    
  }


.s-6fab093f-e750-4ab3-b40b-7742e4f66807 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fab093f-e750-4ab3-b40b-7742e4f66807.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fab093f-e750-4ab3-b40b-7742e4f66807 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image-container {
      position: relative;
    }

    .s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fab093f-e750-4ab3-b40b-7742e4f66807 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6fab093f-e750-4ab3-b40b-7742e4f66807 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6fab093f-e750-4ab3-b40b-7742e4f66807 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6fab093f-e750-4ab3-b40b-7742e4f66807 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6fab093f-e750-4ab3-b40b-7742e4f66807 {
    width: 100%;
    height: auto;
  }

  #s-6fab093f-e750-4ab3-b40b-7742e4f66807 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image {
    
    
  }


.s-6fab093f-e750-4ab3-b40b-7742e4f66807 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fab093f-e750-4ab3-b40b-7742e4f66807.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fab093f-e750-4ab3-b40b-7742e4f66807 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image-container {
      position: relative;
    }

    .s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fab093f-e750-4ab3-b40b-7742e4f66807 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6fab093f-e750-4ab3-b40b-7742e4f66807 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6fab093f-e750-4ab3-b40b-7742e4f66807 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6fab093f-e750-4ab3-b40b-7742e4f66807 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6fab093f-e750-4ab3-b40b-7742e4f66807 {
    width: 100%;
    height: auto;
  }

  #s-6fab093f-e750-4ab3-b40b-7742e4f66807 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image {
    
    
  }


.s-6fab093f-e750-4ab3-b40b-7742e4f66807 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fab093f-e750-4ab3-b40b-7742e4f66807.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fab093f-e750-4ab3-b40b-7742e4f66807 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image-container {
      position: relative;
    }

    .s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fab093f-e750-4ab3-b40b-7742e4f66807 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6fab093f-e750-4ab3-b40b-7742e4f66807 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6fab093f-e750-4ab3-b40b-7742e4f66807 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6fab093f-e750-4ab3-b40b-7742e4f66807 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6fab093f-e750-4ab3-b40b-7742e4f66807 {
    width: 100%;
    height: auto;
  }

  #s-6fab093f-e750-4ab3-b40b-7742e4f66807 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image {
    
    
  }


.s-6fab093f-e750-4ab3-b40b-7742e4f66807 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fab093f-e750-4ab3-b40b-7742e4f66807.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fab093f-e750-4ab3-b40b-7742e4f66807 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image-container {
      position: relative;
    }

    .s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fab093f-e750-4ab3-b40b-7742e4f66807 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6fab093f-e750-4ab3-b40b-7742e4f66807 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6fab093f-e750-4ab3-b40b-7742e4f66807 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6fab093f-e750-4ab3-b40b-7742e4f66807 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6fab093f-e750-4ab3-b40b-7742e4f66807 {
    width: 100%;
    height: auto;
  }

  #s-6fab093f-e750-4ab3-b40b-7742e4f66807 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image {
    
    
  }


.s-6fab093f-e750-4ab3-b40b-7742e4f66807 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fab093f-e750-4ab3-b40b-7742e4f66807.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fab093f-e750-4ab3-b40b-7742e4f66807 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image-container {
      position: relative;
    }

    .s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fab093f-e750-4ab3-b40b-7742e4f66807.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fab093f-e750-4ab3-b40b-7742e4f66807 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-1034df1c-5415-4869-8494-41b6893018be {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1034df1c-5415-4869-8494-41b6893018be .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-93c60d87-28b0-4025-80da-ecaff85d9de6 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 270px;
}








#s-93c60d87-28b0-4025-80da-ecaff85d9de6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93c60d87-28b0-4025-80da-ecaff85d9de6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-536e6823-336b-4cbb-8675-271a47380fbf {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-536e6823-336b-4cbb-8675-271a47380fbf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-536e6823-336b-4cbb-8675-271a47380fbf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-536e6823-336b-4cbb-8675-271a47380fbf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-536e6823-336b-4cbb-8675-271a47380fbf {
    width: 100%;
    height: auto;
  }

  #s-536e6823-336b-4cbb-8675-271a47380fbf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image {
    
    
  }


.s-536e6823-336b-4cbb-8675-271a47380fbf .shogun-image-content {
  
    align-items: center;
  
}

.s-536e6823-336b-4cbb-8675-271a47380fbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-536e6823-336b-4cbb-8675-271a47380fbf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image-container {
      position: relative;
    }

    .s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-536e6823-336b-4cbb-8675-271a47380fbf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-536e6823-336b-4cbb-8675-271a47380fbf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-536e6823-336b-4cbb-8675-271a47380fbf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-536e6823-336b-4cbb-8675-271a47380fbf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-536e6823-336b-4cbb-8675-271a47380fbf {
    width: 100%;
    height: auto;
  }

  #s-536e6823-336b-4cbb-8675-271a47380fbf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image {
    
    
  }


.s-536e6823-336b-4cbb-8675-271a47380fbf .shogun-image-content {
  
    align-items: center;
  
}

.s-536e6823-336b-4cbb-8675-271a47380fbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-536e6823-336b-4cbb-8675-271a47380fbf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image-container {
      position: relative;
    }

    .s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-536e6823-336b-4cbb-8675-271a47380fbf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-536e6823-336b-4cbb-8675-271a47380fbf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-536e6823-336b-4cbb-8675-271a47380fbf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-536e6823-336b-4cbb-8675-271a47380fbf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-536e6823-336b-4cbb-8675-271a47380fbf {
    width: 100%;
    height: auto;
  }

  #s-536e6823-336b-4cbb-8675-271a47380fbf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image {
    
    
  }


.s-536e6823-336b-4cbb-8675-271a47380fbf .shogun-image-content {
  
    align-items: center;
  
}

.s-536e6823-336b-4cbb-8675-271a47380fbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-536e6823-336b-4cbb-8675-271a47380fbf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image-container {
      position: relative;
    }

    .s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-536e6823-336b-4cbb-8675-271a47380fbf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-536e6823-336b-4cbb-8675-271a47380fbf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-536e6823-336b-4cbb-8675-271a47380fbf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-536e6823-336b-4cbb-8675-271a47380fbf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-536e6823-336b-4cbb-8675-271a47380fbf {
    width: 100%;
    height: auto;
  }

  #s-536e6823-336b-4cbb-8675-271a47380fbf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image {
    
    
  }


.s-536e6823-336b-4cbb-8675-271a47380fbf .shogun-image-content {
  
    align-items: center;
  
}

.s-536e6823-336b-4cbb-8675-271a47380fbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-536e6823-336b-4cbb-8675-271a47380fbf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image-container {
      position: relative;
    }

    .s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-536e6823-336b-4cbb-8675-271a47380fbf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-536e6823-336b-4cbb-8675-271a47380fbf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-536e6823-336b-4cbb-8675-271a47380fbf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-536e6823-336b-4cbb-8675-271a47380fbf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-536e6823-336b-4cbb-8675-271a47380fbf {
    width: 100%;
    height: auto;
  }

  #s-536e6823-336b-4cbb-8675-271a47380fbf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image {
    
    
  }


.s-536e6823-336b-4cbb-8675-271a47380fbf .shogun-image-content {
  
    align-items: center;
  
}

.s-536e6823-336b-4cbb-8675-271a47380fbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-536e6823-336b-4cbb-8675-271a47380fbf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image-container {
      position: relative;
    }

    .s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-536e6823-336b-4cbb-8675-271a47380fbf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-536e6823-336b-4cbb-8675-271a47380fbf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e57c1681-eb5a-40f4-9b20-b1c84097bfa4 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e57c1681-eb5a-40f4-9b20-b1c84097bfa4 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-b102ad4d-fbd3-4ce0-92a4-9db776f7627a {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 641px;
background-position: center center;
}

#s-b102ad4d-fbd3-4ce0-92a4-9db776f7627a {
  background-image: url(https://i.shgcdn.com/6663c4a0-eae5-47be-a69a-01527202d227/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b102ad4d-fbd3-4ce0-92a4-9db776f7627a {
  background-image: url(https://i.shgcdn.com/6663c4a0-eae5-47be-a69a-01527202d227/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b102ad4d-fbd3-4ce0-92a4-9db776f7627a {
  background-image: url(https://i.shgcdn.com/6663c4a0-eae5-47be-a69a-01527202d227/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b102ad4d-fbd3-4ce0-92a4-9db776f7627a {
  background-image: url(https://i.shgcdn.com/6663c4a0-eae5-47be-a69a-01527202d227/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b102ad4d-fbd3-4ce0-92a4-9db776f7627a {
  background-image: url(https://i.shgcdn.com/6663c4a0-eae5-47be-a69a-01527202d227/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b102ad4d-fbd3-4ce0-92a4-9db776f7627a {
  background-image: url(https://i.shgcdn.com/6663c4a0-eae5-47be-a69a-01527202d227/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b102ad4d-fbd3-4ce0-92a4-9db776f7627a {
  background-image: url(https://i.shgcdn.com/6663c4a0-eae5-47be-a69a-01527202d227/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b102ad4d-fbd3-4ce0-92a4-9db776f7627a {
  background-image: url(https://i.shgcdn.com/6663c4a0-eae5-47be-a69a-01527202d227/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b102ad4d-fbd3-4ce0-92a4-9db776f7627a {
  background-image: url(https://i.shgcdn.com/6663c4a0-eae5-47be-a69a-01527202d227/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-b102ad4d-fbd3-4ce0-92a4-9db776f7627a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-b102ad4d-fbd3-4ce0-92a4-9db776f7627a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68e1ef1d-91f1-4f1f-bdad-3ce05e2d8b10 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 480px;
max-width: 900px;
}
@media (max-width: 767px){#s-68e1ef1d-91f1-4f1f-bdad-3ce05e2d8b10 {
  margin-left: auto;
margin-right: 0px;
}
}







#s-68e1ef1d-91f1-4f1f-bdad-3ce05e2d8b10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68e1ef1d-91f1-4f1f-bdad-3ce05e2d8b10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32d5c220-eccc-4669-9be9-871e0290580f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-32d5c220-eccc-4669-9be9-871e0290580f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-32d5c220-eccc-4669-9be9-871e0290580f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 56px;
  line-height: 1.2em;
  
  
}


}
#s-31309332-7605-432f-8a55-1e0cc4dd5301 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-edd0948e-72d9-48b6-9781-bc7f2390d7f9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(243, 248, 247, 1);
}








#s-edd0948e-72d9-48b6-9781-bc7f2390d7f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edd0948e-72d9-48b6-9781-bc7f2390d7f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9270d05-2610-4b70-8899-567eaf1babd3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a9270d05-2610-4b70-8899-567eaf1babd3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9270d05-2610-4b70-8899-567eaf1babd3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a9270d05-2610-4b70-8899-567eaf1babd3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9270d05-2610-4b70-8899-567eaf1babd3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8bc1c04b-0c53-43e2-ae92-a776d3626833 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-8bc1c04b-0c53-43e2-ae92-a776d3626833 {
  background-image: url();
}








#s-8bc1c04b-0c53-43e2-ae92-a776d3626833 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bc1c04b-0c53-43e2-ae92-a776d3626833.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47840bd6-fd18-4fff-9866-19de4879df94 {
  margin-left: auto;
margin-right: 0px;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-47840bd6-fd18-4fff-9866-19de4879df94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47840bd6-fd18-4fff-9866-19de4879df94"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-47840bd6-fd18-4fff-9866-19de4879df94"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-47840bd6-fd18-4fff-9866-19de4879df94"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-47840bd6-fd18-4fff-9866-19de4879df94"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-47840bd6-fd18-4fff-9866-19de4879df94"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-47840bd6-fd18-4fff-9866-19de4879df94"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-4b07d0af-5f40-4603-b306-0a5b8d44e2f3 {
  margin-top: 160px;
margin-left: auto;
margin-bottom: 160px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 325px;
}
@media (max-width: 767px){#s-4b07d0af-5f40-4603-b306-0a5b8d44e2f3 {
  margin-top: 48px;
margin-bottom: 48px;
}
}







#s-4b07d0af-5f40-4603-b306-0a5b8d44e2f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b07d0af-5f40-4603-b306-0a5b8d44e2f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d749457e-7e86-468f-94a8-5f66f55a02fa {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d749457e-7e86-468f-94a8-5f66f55a02fa .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-e29c831a-6fec-4220-9b4d-3cf4b452a1c4 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-a396d76a-c4bb-4ac0-93ea-7cef9527a3a5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.2em;
}
#s-a396d76a-c4bb-4ac0-93ea-7cef9527a3a5:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a396d76a-c4bb-4ac0-93ea-7cef9527a3a5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a396d76a-c4bb-4ac0-93ea-7cef9527a3a5-root {
    text-align: left;
  }


#s-a396d76a-c4bb-4ac0-93ea-7cef9527a3a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a396d76a-c4bb-4ac0-93ea-7cef9527a3a5-root {
    text-align: left;
  }


#s-a396d76a-c4bb-4ac0-93ea-7cef9527a3a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a396d76a-c4bb-4ac0-93ea-7cef9527a3a5-root {
    text-align: left;
  }


#s-a396d76a-c4bb-4ac0-93ea-7cef9527a3a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a396d76a-c4bb-4ac0-93ea-7cef9527a3a5-root {
    text-align: left;
  }


#s-a396d76a-c4bb-4ac0-93ea-7cef9527a3a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a396d76a-c4bb-4ac0-93ea-7cef9527a3a5-root {
    text-align: left;
  }


#s-a396d76a-c4bb-4ac0-93ea-7cef9527a3a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-3add8e71-23f3-412b-9c9f-76a983b0bdc1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-3add8e71-23f3-412b-9c9f-76a983b0bdc1 {
  margin-right: 0px;
padding-left: 20px;
padding-right: 0px;
}
}







#s-3add8e71-23f3-412b-9c9f-76a983b0bdc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3add8e71-23f3-412b-9c9f-76a983b0bdc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 449/583;
text-align: center;
}
@media (max-width: 767px){#s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c {
  margin-left: auto;
margin-right: 0px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c .shg-image-content-wrapper {
      aspect-ratio: 449/583;
      min-width: 100%;
      height: auto;
    }

    #s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c .shogun-image-link {
      aspect-ratio: 449/583;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c {
    width: 100%;
    height: auto;
  }

  #s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image {
    
    
  }


.s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c .shogun-image-content {
  
    align-items: center;
  
}

.s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c {
      --shg-aspect-ratio: calc(449/583); 
    }

    .s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image-container {
      position: relative;
    }

    .s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c .shg-image-content-wrapper {
      aspect-ratio: 449/583;
      min-width: 100%;
      height: auto;
    }

    #s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c .shogun-image-link {
      aspect-ratio: 449/583;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c {
    width: 100%;
    height: auto;
  }

  #s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image {
    
    
  }


.s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c .shogun-image-content {
  
    align-items: center;
  
}

.s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c {
      --shg-aspect-ratio: calc(449/583); 
    }

    .s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image-container {
      position: relative;
    }

    .s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c .shg-image-content-wrapper {
      aspect-ratio: 449/583;
      min-width: 100%;
      height: auto;
    }

    #s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c .shogun-image-link {
      aspect-ratio: 449/583;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c {
    width: 100%;
    height: auto;
  }

  #s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image {
    
    
  }


.s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c .shogun-image-content {
  
    align-items: center;
  
}

.s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c {
      --shg-aspect-ratio: calc(449/583); 
    }

    .s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image-container {
      position: relative;
    }

    .s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c .shg-image-content-wrapper {
      aspect-ratio: 449/583;
      min-width: 100%;
      height: auto;
    }

    #s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c .shogun-image-link {
      aspect-ratio: 449/583;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c {
    width: 100%;
    height: auto;
  }

  #s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image {
    
    
  }


.s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c .shogun-image-content {
  
    align-items: center;
  
}

.s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c {
      --shg-aspect-ratio: calc(449/583); 
    }

    .s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image-container {
      position: relative;
    }

    .s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c .shg-image-content-wrapper {
      aspect-ratio: 449/583;
      min-width: 100%;
      height: auto;
    }

    #s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c .shogun-image-link {
      aspect-ratio: 449/583;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c {
    width: 100%;
    height: auto;
  }

  #s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image {
    
    
  }


.s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c .shogun-image-content {
  
    align-items: center;
  
}

.s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c {
      --shg-aspect-ratio: calc(449/583); 
    }

    .s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image-container {
      position: relative;
    }

    .s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d19d777b-3f56-4288-a7c4-d4fd7bb2c36c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-98bc6a6c-20d0-4e9d-8493-fd3d62137eae {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-98bc6a6c-20d0-4e9d-8493-fd3d62137eae {
  background-image: url();
}








#s-98bc6a6c-20d0-4e9d-8493-fd3d62137eae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98bc6a6c-20d0-4e9d-8493-fd3d62137eae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc83ba77-8a4a-4975-bf6a-533e2bdc1587 {
  margin-left: 0px;
margin-right: auto;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-dc83ba77-8a4a-4975-bf6a-533e2bdc1587"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc83ba77-8a4a-4975-bf6a-533e2bdc1587"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dc83ba77-8a4a-4975-bf6a-533e2bdc1587"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dc83ba77-8a4a-4975-bf6a-533e2bdc1587"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dc83ba77-8a4a-4975-bf6a-533e2bdc1587"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc83ba77-8a4a-4975-bf6a-533e2bdc1587"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dc83ba77-8a4a-4975-bf6a-533e2bdc1587"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-3b052236-887c-4582-91ca-681917e4750e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-3b052236-887c-4582-91ca-681917e4750e {
  margin-left: 0px;
margin-right: auto;
padding-left: 0px;
padding-right: 20px;
}
}







#s-3b052236-887c-4582-91ca-681917e4750e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b052236-887c-4582-91ca-681917e4750e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b287dad-0f15-453b-926a-0276eec36eb6 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 449/583;
text-align: center;
}
@media (max-width: 767px){#s-6b287dad-0f15-453b-926a-0276eec36eb6 {
  margin-left: 0px;
margin-right: auto;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-6b287dad-0f15-453b-926a-0276eec36eb6 .shg-image-content-wrapper {
      aspect-ratio: 449/583;
      min-width: 100%;
      height: auto;
    }

    #s-6b287dad-0f15-453b-926a-0276eec36eb6 .shogun-image-link {
      aspect-ratio: 449/583;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b287dad-0f15-453b-926a-0276eec36eb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6b287dad-0f15-453b-926a-0276eec36eb6 {
    width: 100%;
    height: auto;
  }

  #s-6b287dad-0f15-453b-926a-0276eec36eb6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image {
    
    
  }


.s-6b287dad-0f15-453b-926a-0276eec36eb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b287dad-0f15-453b-926a-0276eec36eb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b287dad-0f15-453b-926a-0276eec36eb6 {
      --shg-aspect-ratio: calc(449/583); 
    }

    .s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image-container {
      position: relative;
    }

    .s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b287dad-0f15-453b-926a-0276eec36eb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b287dad-0f15-453b-926a-0276eec36eb6 .shg-image-content-wrapper {
      aspect-ratio: 449/583;
      min-width: 100%;
      height: auto;
    }

    #s-6b287dad-0f15-453b-926a-0276eec36eb6 .shogun-image-link {
      aspect-ratio: 449/583;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b287dad-0f15-453b-926a-0276eec36eb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6b287dad-0f15-453b-926a-0276eec36eb6 {
    width: 100%;
    height: auto;
  }

  #s-6b287dad-0f15-453b-926a-0276eec36eb6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image {
    
    
  }


.s-6b287dad-0f15-453b-926a-0276eec36eb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b287dad-0f15-453b-926a-0276eec36eb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b287dad-0f15-453b-926a-0276eec36eb6 {
      --shg-aspect-ratio: calc(449/583); 
    }

    .s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image-container {
      position: relative;
    }

    .s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b287dad-0f15-453b-926a-0276eec36eb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b287dad-0f15-453b-926a-0276eec36eb6 .shg-image-content-wrapper {
      aspect-ratio: 449/583;
      min-width: 100%;
      height: auto;
    }

    #s-6b287dad-0f15-453b-926a-0276eec36eb6 .shogun-image-link {
      aspect-ratio: 449/583;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b287dad-0f15-453b-926a-0276eec36eb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6b287dad-0f15-453b-926a-0276eec36eb6 {
    width: 100%;
    height: auto;
  }

  #s-6b287dad-0f15-453b-926a-0276eec36eb6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image {
    
    
  }


.s-6b287dad-0f15-453b-926a-0276eec36eb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b287dad-0f15-453b-926a-0276eec36eb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b287dad-0f15-453b-926a-0276eec36eb6 {
      --shg-aspect-ratio: calc(449/583); 
    }

    .s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image-container {
      position: relative;
    }

    .s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b287dad-0f15-453b-926a-0276eec36eb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b287dad-0f15-453b-926a-0276eec36eb6 .shg-image-content-wrapper {
      aspect-ratio: 449/583;
      min-width: 100%;
      height: auto;
    }

    #s-6b287dad-0f15-453b-926a-0276eec36eb6 .shogun-image-link {
      aspect-ratio: 449/583;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b287dad-0f15-453b-926a-0276eec36eb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6b287dad-0f15-453b-926a-0276eec36eb6 {
    width: 100%;
    height: auto;
  }

  #s-6b287dad-0f15-453b-926a-0276eec36eb6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image {
    
    
  }


.s-6b287dad-0f15-453b-926a-0276eec36eb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b287dad-0f15-453b-926a-0276eec36eb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b287dad-0f15-453b-926a-0276eec36eb6 {
      --shg-aspect-ratio: calc(449/583); 
    }

    .s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image-container {
      position: relative;
    }

    .s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b287dad-0f15-453b-926a-0276eec36eb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b287dad-0f15-453b-926a-0276eec36eb6 .shg-image-content-wrapper {
      aspect-ratio: 449/583;
      min-width: 100%;
      height: auto;
    }

    #s-6b287dad-0f15-453b-926a-0276eec36eb6 .shogun-image-link {
      aspect-ratio: 449/583;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b287dad-0f15-453b-926a-0276eec36eb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6b287dad-0f15-453b-926a-0276eec36eb6 {
    width: 100%;
    height: auto;
  }

  #s-6b287dad-0f15-453b-926a-0276eec36eb6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image {
    
    
  }


.s-6b287dad-0f15-453b-926a-0276eec36eb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b287dad-0f15-453b-926a-0276eec36eb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b287dad-0f15-453b-926a-0276eec36eb6 {
      --shg-aspect-ratio: calc(449/583); 
    }

    .s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image-container {
      position: relative;
    }

    .s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b287dad-0f15-453b-926a-0276eec36eb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b287dad-0f15-453b-926a-0276eec36eb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f02b8383-708b-46a9-95d2-2fe991d33c57 {
  margin-top: 160px;
margin-left: auto;
margin-bottom: 160px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 325px;
}
@media (max-width: 767px){#s-f02b8383-708b-46a9-95d2-2fe991d33c57 {
  margin-top: 48px;
margin-bottom: 48px;
}
}







#s-f02b8383-708b-46a9-95d2-2fe991d33c57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f02b8383-708b-46a9-95d2-2fe991d33c57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ec4ca29-25e6-472d-a33b-38ae58809ada {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8ec4ca29-25e6-472d-a33b-38ae58809ada .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.2em;
  
  text-align: right;
}



#s-40858146-b30f-4af0-a615-2e0dc6913821 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e1d7c1e4-f730-47cf-8d95-a545cc2b4476 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.2em;
}
#s-e1d7c1e4-f730-47cf-8d95-a545cc2b4476:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e1d7c1e4-f730-47cf-8d95-a545cc2b4476:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e1d7c1e4-f730-47cf-8d95-a545cc2b4476-root {
    text-align: right;
  }


#s-e1d7c1e4-f730-47cf-8d95-a545cc2b4476.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e1d7c1e4-f730-47cf-8d95-a545cc2b4476-root {
    text-align: right;
  }


#s-e1d7c1e4-f730-47cf-8d95-a545cc2b4476.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1d7c1e4-f730-47cf-8d95-a545cc2b4476-root {
    text-align: right;
  }


#s-e1d7c1e4-f730-47cf-8d95-a545cc2b4476.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1d7c1e4-f730-47cf-8d95-a545cc2b4476-root {
    text-align: right;
  }


#s-e1d7c1e4-f730-47cf-8d95-a545cc2b4476.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e1d7c1e4-f730-47cf-8d95-a545cc2b4476-root {
    text-align: right;
  }


#s-e1d7c1e4-f730-47cf-8d95-a545cc2b4476.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-44f66aef-e90a-4c5d-8282-87a40f2669f9 {
  margin-left: 56px;
margin-right: 56px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-44f66aef-e90a-4c5d-8282-87a40f2669f9 {
  margin-left: 56px;
margin-right: 56px;
}
}







#s-44f66aef-e90a-4c5d-8282-87a40f2669f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44f66aef-e90a-4c5d-8282-87a40f2669f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf4c37fd-a7c6-4c4b-91b5-02bb421c060d {
  background-size: contain;
margin-top: 96px;
margin-left: auto;
margin-bottom: 96px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
max-width: 1240px;
background-position: right top;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-bf4c37fd-a7c6-4c4b-91b5-02bb421c060d {
  margin-left: 20px;
margin-right: 20px;
padding-top: 0%;
padding-bottom: 0%;
}
}







#s-bf4c37fd-a7c6-4c4b-91b5-02bb421c060d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf4c37fd-a7c6-4c4b-91b5-02bb421c060d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79c1116a-5e1a-4e70-b19e-16b806d1ddcb {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 56px;
padding-left: 0px;
padding-bottom: 56px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(253, 249, 236, 1);
}
@media (max-width: 767px){#s-79c1116a-5e1a-4e70-b19e-16b806d1ddcb {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-79c1116a-5e1a-4e70-b19e-16b806d1ddcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79c1116a-5e1a-4e70-b19e-16b806d1ddcb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51a4292b-5aa6-4810-863e-6cc2167a2212 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1200px;
}

#s-51a4292b-5aa6-4810-863e-6cc2167a2212 .shg-sld-dot {
  background-color: rgba(0, 0, 0, 0.2);
}

#s-51a4292b-5aa6-4810-863e-6cc2167a2212 .shg-sld-nav-button.shg-sld-left,
#s-51a4292b-5aa6-4810-863e-6cc2167a2212 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 0, 0, 0.2);
}

#s-bf038b13-01f4-4abc-8345-2a3cf52b03cf {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 56px;
padding-left: 56px;
padding-bottom: 56px;
padding-right: 56px;
min-height: 50px;
max-width: 1000px;
}
@media (max-width: 767px){#s-bf038b13-01f4-4abc-8345-2a3cf52b03cf {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
}
}







#s-bf038b13-01f4-4abc-8345-2a3cf52b03cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf038b13-01f4-4abc-8345-2a3cf52b03cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a759e45e-b235-4954-80dd-7975b949a6a4 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1000px;
}

#s-482ab994-ae0f-423e-94fa-3a5e1430af39 {
  margin-top: 56px;
margin-left: auto;
margin-bottom: 56px;
margin-right: auto;
padding-top: 20px;
padding-left: 56px;
padding-bottom: 20px;
padding-right: 56px;
min-height: 50px;
max-width: 1000px;
}
@media (max-width: 767px){#s-482ab994-ae0f-423e-94fa-3a5e1430af39 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-482ab994-ae0f-423e-94fa-3a5e1430af39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-482ab994-ae0f-423e-94fa-3a5e1430af39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c0670a6-46c5-4e97-9c68-b1f4c0f38b8e {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-662872b6-a0a7-4f70-9c81-d8566ef47e5c {
  margin-top: 56px;
margin-left: auto;
margin-bottom: 56px;
margin-right: auto;
padding-top: 20px;
padding-left: 56px;
padding-bottom: 20px;
padding-right: 56px;
min-height: 50px;
max-width: 1000px;
}
@media (max-width: 767px){#s-662872b6-a0a7-4f70-9c81-d8566ef47e5c {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-662872b6-a0a7-4f70-9c81-d8566ef47e5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-662872b6-a0a7-4f70-9c81-d8566ef47e5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39a13eb0-ef72-478e-a3ce-e4c5ab04c588 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-39a13eb0-ef72-478e-a3ce-e4c5ab04c588 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-125e6812-94d2-4bf1-9fd6-9828d4027cdb {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 56px;
padding-left: 56px;
padding-bottom: 56px;
padding-right: 56px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-125e6812-94d2-4bf1-9fd6-9828d4027cdb {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-125e6812-94d2-4bf1-9fd6-9828d4027cdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-125e6812-94d2-4bf1-9fd6-9828d4027cdb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66f03430-3b9f-4ea4-bf3f-6dcea63419cc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 20px;
padding-left: 56px;
padding-bottom: 20px;
padding-right: 56px;
max-width: 1000px;
}
@media (max-width: 767px){#s-66f03430-3b9f-4ea4-bf3f-6dcea63419cc {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
}
#s-6d3cf646-739a-466e-ae20-68bba26e543f {
  margin-left: auto;
margin-right: auto;
padding-top: 56px;
padding-bottom: 56px;
min-height: 50px;
background-color: rgba(231, 231, 243, 1);
}
@media (max-width: 767px){#s-6d3cf646-739a-466e-ae20-68bba26e543f {
  padding-top: 24px;
padding-bottom: 24px;
}
}







#s-6d3cf646-739a-466e-ae20-68bba26e543f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d3cf646-739a-466e-ae20-68bba26e543f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f4707d9-7914-42c0-93f8-fea75b2c9a8b {
  background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: right top;
}
@media (max-width: 767px){#s-1f4707d9-7914-42c0-93f8-fea75b2c9a8b {
  margin-left: 30px;
margin-right: 0px;
padding-top: 80%;
padding-bottom: 0%;
}
}
#s-1f4707d9-7914-42c0-93f8-fea75b2c9a8b {
  background-image: url(https://i.shgcdn.com/cc61f8d0-5270-444c-9ccf-8ae48351a388/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1f4707d9-7914-42c0-93f8-fea75b2c9a8b {
  background-image: url(https://i.shgcdn.com/cc61f8d0-5270-444c-9ccf-8ae48351a388/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1f4707d9-7914-42c0-93f8-fea75b2c9a8b {
  background-image: url(https://i.shgcdn.com/cc61f8d0-5270-444c-9ccf-8ae48351a388/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1f4707d9-7914-42c0-93f8-fea75b2c9a8b {
  background-image: url(https://i.shgcdn.com/cc61f8d0-5270-444c-9ccf-8ae48351a388/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1f4707d9-7914-42c0-93f8-fea75b2c9a8b {
  background-image: url(https://i.shgcdn.com/cc61f8d0-5270-444c-9ccf-8ae48351a388/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1f4707d9-7914-42c0-93f8-fea75b2c9a8b {
  background-image: url(https://i.shgcdn.com/cc61f8d0-5270-444c-9ccf-8ae48351a388/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1f4707d9-7914-42c0-93f8-fea75b2c9a8b {
  background-image: url(https://i.shgcdn.com/cc61f8d0-5270-444c-9ccf-8ae48351a388/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1f4707d9-7914-42c0-93f8-fea75b2c9a8b {
  background-image: url(https://i.shgcdn.com/cc61f8d0-5270-444c-9ccf-8ae48351a388/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1f4707d9-7914-42c0-93f8-fea75b2c9a8b {
  background-image: url(https://i.shgcdn.com/cc61f8d0-5270-444c-9ccf-8ae48351a388/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-1f4707d9-7914-42c0-93f8-fea75b2c9a8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f4707d9-7914-42c0-93f8-fea75b2c9a8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db68fe48-332e-4082-9a7f-c7c1cba85eb9 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-db68fe48-332e-4082-9a7f-c7c1cba85eb9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db68fe48-332e-4082-9a7f-c7c1cba85eb9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db68fe48-332e-4082-9a7f-c7c1cba85eb9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db68fe48-332e-4082-9a7f-c7c1cba85eb9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c237dcfb-b721-4164-9343-0e105696fb30 {
  margin-left: 56px;
margin-right: 56px;
padding-top: 30px;
padding-bottom: 30px;
min-height: 460px;
}
@media (min-width: 1200px){#s-c237dcfb-b721-4164-9343-0e105696fb30 {
  min-height: 560px;
}
}@media (max-width: 767px){#s-c237dcfb-b721-4164-9343-0e105696fb30 {
  margin-left: 26px;
}
}







#s-c237dcfb-b721-4164-9343-0e105696fb30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c237dcfb-b721-4164-9343-0e105696fb30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7172d100-0834-441e-a924-7f40e1f7d99f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7172d100-0834-441e-a924-7f40e1f7d99f .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-40a67808-4ebd-4545-88b6-4156b9071fb8 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-7eab0680-2991-498a-a884-2c7db4189682 {
  margin-top: 64px;
margin-left: 0px;
margin-right: 0px;
max-width: 50px;
aspect-ratio: 105/117;
text-align: left;
}
@media (max-width: 767px){#s-7eab0680-2991-498a-a884-2c7db4189682 {
  margin-top: 32px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-7eab0680-2991-498a-a884-2c7db4189682 .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-7eab0680-2991-498a-a884-2c7db4189682 .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7eab0680-2991-498a-a884-2c7db4189682 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7eab0680-2991-498a-a884-2c7db4189682 {
    width: 100%;
    height: auto;
  }

  #s-7eab0680-2991-498a-a884-2c7db4189682 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image {
    
    
  }


.s-7eab0680-2991-498a-a884-2c7db4189682 .shogun-image-content {
  
    align-items: center;
  
}

.s-7eab0680-2991-498a-a884-2c7db4189682.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7eab0680-2991-498a-a884-2c7db4189682 {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image-container {
      position: relative;
    }

    .s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7eab0680-2991-498a-a884-2c7db4189682 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-7eab0680-2991-498a-a884-2c7db4189682 .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-7eab0680-2991-498a-a884-2c7db4189682 .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7eab0680-2991-498a-a884-2c7db4189682 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7eab0680-2991-498a-a884-2c7db4189682 {
    width: 100%;
    height: auto;
  }

  #s-7eab0680-2991-498a-a884-2c7db4189682 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image {
    
    
  }


.s-7eab0680-2991-498a-a884-2c7db4189682 .shogun-image-content {
  
    align-items: center;
  
}

.s-7eab0680-2991-498a-a884-2c7db4189682.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7eab0680-2991-498a-a884-2c7db4189682 {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image-container {
      position: relative;
    }

    .s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7eab0680-2991-498a-a884-2c7db4189682 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-7eab0680-2991-498a-a884-2c7db4189682 .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-7eab0680-2991-498a-a884-2c7db4189682 .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7eab0680-2991-498a-a884-2c7db4189682 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7eab0680-2991-498a-a884-2c7db4189682 {
    width: 100%;
    height: auto;
  }

  #s-7eab0680-2991-498a-a884-2c7db4189682 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image {
    
    
  }


.s-7eab0680-2991-498a-a884-2c7db4189682 .shogun-image-content {
  
    align-items: center;
  
}

.s-7eab0680-2991-498a-a884-2c7db4189682.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7eab0680-2991-498a-a884-2c7db4189682 {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image-container {
      position: relative;
    }

    .s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7eab0680-2991-498a-a884-2c7db4189682 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-7eab0680-2991-498a-a884-2c7db4189682 .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-7eab0680-2991-498a-a884-2c7db4189682 .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7eab0680-2991-498a-a884-2c7db4189682 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7eab0680-2991-498a-a884-2c7db4189682 {
    width: 100%;
    height: auto;
  }

  #s-7eab0680-2991-498a-a884-2c7db4189682 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image {
    
    
  }


.s-7eab0680-2991-498a-a884-2c7db4189682 .shogun-image-content {
  
    align-items: center;
  
}

.s-7eab0680-2991-498a-a884-2c7db4189682.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7eab0680-2991-498a-a884-2c7db4189682 {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image-container {
      position: relative;
    }

    .s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7eab0680-2991-498a-a884-2c7db4189682 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-7eab0680-2991-498a-a884-2c7db4189682 .shg-image-content-wrapper {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }

    #s-7eab0680-2991-498a-a884-2c7db4189682 .shogun-image-link {
      aspect-ratio: 105/117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7eab0680-2991-498a-a884-2c7db4189682 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7eab0680-2991-498a-a884-2c7db4189682 {
    width: 100%;
    height: auto;
  }

  #s-7eab0680-2991-498a-a884-2c7db4189682 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image {
    
    
  }


.s-7eab0680-2991-498a-a884-2c7db4189682 .shogun-image-content {
  
    align-items: center;
  
}

.s-7eab0680-2991-498a-a884-2c7db4189682.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7eab0680-2991-498a-a884-2c7db4189682 {
      --shg-aspect-ratio: calc(105/117); 
    }

    .s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image-container {
      position: relative;
    }

    .s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7eab0680-2991-498a-a884-2c7db4189682.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7eab0680-2991-498a-a884-2c7db4189682 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8511031b-1d4e-4a01-94a5-5a9ffb050043 {
  margin-left: auto;
margin-right: auto;
padding-top: 56px;
padding-bottom: 56px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-8511031b-1d4e-4a01-94a5-5a9ffb050043 {
  padding-top: 24px;
padding-bottom: 24px;
}
}







#s-8511031b-1d4e-4a01-94a5-5a9ffb050043 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8511031b-1d4e-4a01-94a5-5a9ffb050043.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4eb40562-0e77-4c08-9fd1-c4215e4d0922 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: right top;
}
@media (max-width: 767px){#s-4eb40562-0e77-4c08-9fd1-c4215e4d0922 {
  margin-left: 30px;
margin-right: 0px;
padding-top: 80%;
padding-bottom: 0%;
}
}
#s-4eb40562-0e77-4c08-9fd1-c4215e4d0922 {
  background-image: url(https://i.shgcdn.com/cef3a25a-4926-400c-ac29-6a066ae2421e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4eb40562-0e77-4c08-9fd1-c4215e4d0922 {
  background-image: url(https://i.shgcdn.com/cef3a25a-4926-400c-ac29-6a066ae2421e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4eb40562-0e77-4c08-9fd1-c4215e4d0922 {
  background-image: url(https://i.shgcdn.com/cef3a25a-4926-400c-ac29-6a066ae2421e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4eb40562-0e77-4c08-9fd1-c4215e4d0922 {
  background-image: url(https://i.shgcdn.com/cef3a25a-4926-400c-ac29-6a066ae2421e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4eb40562-0e77-4c08-9fd1-c4215e4d0922 {
  background-image: url(https://i.shgcdn.com/cef3a25a-4926-400c-ac29-6a066ae2421e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4eb40562-0e77-4c08-9fd1-c4215e4d0922 {
  background-image: url(https://i.shgcdn.com/cef3a25a-4926-400c-ac29-6a066ae2421e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4eb40562-0e77-4c08-9fd1-c4215e4d0922 {
  background-image: url(https://i.shgcdn.com/cef3a25a-4926-400c-ac29-6a066ae2421e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4eb40562-0e77-4c08-9fd1-c4215e4d0922 {
  background-image: url(https://i.shgcdn.com/cef3a25a-4926-400c-ac29-6a066ae2421e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4eb40562-0e77-4c08-9fd1-c4215e4d0922 {
  background-image: url(https://i.shgcdn.com/cef3a25a-4926-400c-ac29-6a066ae2421e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-4eb40562-0e77-4c08-9fd1-c4215e4d0922 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4eb40562-0e77-4c08-9fd1-c4215e4d0922.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f10fd07a-a9d1-4fb9-9737-d0e22a555c80 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-f10fd07a-a9d1-4fb9-9737-d0e22a555c80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f10fd07a-a9d1-4fb9-9737-d0e22a555c80"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f10fd07a-a9d1-4fb9-9737-d0e22a555c80"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f10fd07a-a9d1-4fb9-9737-d0e22a555c80"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e01f1ceb-c71b-4c3f-80c2-988d866d2916 {
  margin-left: 56px;
margin-right: 56px;
padding-top: 30px;
padding-bottom: 30px;
min-height: 460px;
}
@media (min-width: 1200px){#s-e01f1ceb-c71b-4c3f-80c2-988d866d2916 {
  min-height: 560px;
}
}@media (max-width: 767px){#s-e01f1ceb-c71b-4c3f-80c2-988d866d2916 {
  margin-left: 26px;
}
}







#s-e01f1ceb-c71b-4c3f-80c2-988d866d2916 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e01f1ceb-c71b-4c3f-80c2-988d866d2916.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b350748d-a33b-43f3-ba80-ff7e3cee5ddf {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b350748d-a33b-43f3-ba80-ff7e3cee5ddf .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-bbe33f07-c57f-4e9f-a66c-4a5915f3f66a {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ad67875b-886f-4ef1-bb0d-cef3857dc242 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 64px;
min-height: 50px;
background-color: rgba(244, 250, 253, 1);
}








#s-ad67875b-886f-4ef1-bb0d-cef3857dc242 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad67875b-886f-4ef1-bb0d-cef3857dc242.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-499d8475-a46a-4993-9f36-478d8fe6db20 {
  margin-top: 64px;
margin-left: auto;
margin-bottom: 64px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-499d8475-a46a-4993-9f36-478d8fe6db20 {
  margin-top: 48px;
margin-left: 30px;
margin-bottom: 0px;
padding-left: 0px;
}
}







#s-499d8475-a46a-4993-9f36-478d8fe6db20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-499d8475-a46a-4993-9f36-478d8fe6db20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-057ff7d4-cd71-4601-a43d-ae044c3194fd {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-057ff7d4-cd71-4601-a43d-ae044c3194fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-057ff7d4-cd71-4601-a43d-ae044c3194fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-057ff7d4-cd71-4601-a43d-ae044c3194fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-057ff7d4-cd71-4601-a43d-ae044c3194fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-100768b5-c9f5-425e-b251-c687b8c044ec {
  margin-left: auto;
margin-right: auto;
padding-top: 96px;
padding-left: 30px;
padding-bottom: 96px;
padding-right: 30px;
min-height: 50px;
}
@media (max-width: 767px){#s-100768b5-c9f5-425e-b251-c687b8c044ec {
  padding-top: 0%;
padding-left: 0px;
padding-bottom: 0px;
}
}







#s-100768b5-c9f5-425e-b251-c687b8c044ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-100768b5-c9f5-425e-b251-c687b8c044ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b0d8c5a-c7a6-4295-929f-3977dfa1d139 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3b0d8c5a-c7a6-4295-929f-3977dfa1d139 .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.2em;
  
  
}



#s-46d886a9-f1f3-4e13-9f0b-6fcbb72dd889 {
  margin-top: 20px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-d44de478-be97-4c3e-9b6b-7bab9b75118b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-d44de478-be97-4c3e-9b6b-7bab9b75118b {
  margin-left: 0px;
margin-right: 30px;
}
}







#s-d44de478-be97-4c3e-9b6b-7bab9b75118b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d44de478-be97-4c3e-9b6b-7bab9b75118b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 {
  margin-left: auto;
margin-right: auto;
max-width: 360px;
aspect-ratio: 706/549;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 .shg-image-content-wrapper {
      aspect-ratio: 706/549;
      min-width: 100%;
      height: auto;
    }

    #s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 .shogun-image-link {
      aspect-ratio: 706/549;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 {
    width: 100%;
    height: auto;
  }

  #s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image {
    
    
  }


.s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 {
      --shg-aspect-ratio: calc(706/549); 
    }

    .s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image-container {
      position: relative;
    }

    .s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 .shg-image-content-wrapper {
      aspect-ratio: 706/549;
      min-width: 100%;
      height: auto;
    }

    #s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 .shogun-image-link {
      aspect-ratio: 706/549;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 {
    width: 100%;
    height: auto;
  }

  #s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image {
    
    
  }


.s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 {
      --shg-aspect-ratio: calc(706/549); 
    }

    .s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image-container {
      position: relative;
    }

    .s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 .shg-image-content-wrapper {
      aspect-ratio: 706/549;
      min-width: 100%;
      height: auto;
    }

    #s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 .shogun-image-link {
      aspect-ratio: 706/549;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 {
    width: 100%;
    height: auto;
  }

  #s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image {
    
    
  }


.s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 {
      --shg-aspect-ratio: calc(706/549); 
    }

    .s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image-container {
      position: relative;
    }

    .s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 .shg-image-content-wrapper {
      aspect-ratio: 706/549;
      min-width: 100%;
      height: auto;
    }

    #s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 .shogun-image-link {
      aspect-ratio: 706/549;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 {
    width: 100%;
    height: auto;
  }

  #s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image {
    
    
  }


.s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 {
      --shg-aspect-ratio: calc(706/549); 
    }

    .s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image-container {
      position: relative;
    }

    .s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 .shg-image-content-wrapper {
      aspect-ratio: 706/549;
      min-width: 100%;
      height: auto;
    }

    #s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 .shogun-image-link {
      aspect-ratio: 706/549;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 {
    width: 100%;
    height: auto;
  }

  #s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image {
    
    
  }


.s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 {
      --shg-aspect-ratio: calc(706/549); 
    }

    .s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image-container {
      position: relative;
    }

    .s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9744108e-5cfb-43aa-be8c-2d0c1bde35a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f0a558b7-5286-45bd-bfc5-8971b0fc8163 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1240px;
}








#s-f0a558b7-5286-45bd-bfc5-8971b0fc8163 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0a558b7-5286-45bd-bfc5-8971b0fc8163.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd612e50-6db4-45c7-a1f3-a36641e92f67 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-b517956c-4a1c-4e2d-bc19-26f046d605d2 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 641px;
background-position: center center;
}

#s-b517956c-4a1c-4e2d-bc19-26f046d605d2 {
  background-image: url(https://i.shgcdn.com/8e0c55da-f2cd-499a-aa58-f41969eeb5f1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b517956c-4a1c-4e2d-bc19-26f046d605d2 {
  background-image: url(https://i.shgcdn.com/8e0c55da-f2cd-499a-aa58-f41969eeb5f1/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b517956c-4a1c-4e2d-bc19-26f046d605d2 {
  background-image: url(https://i.shgcdn.com/8e0c55da-f2cd-499a-aa58-f41969eeb5f1/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b517956c-4a1c-4e2d-bc19-26f046d605d2 {
  background-image: url(https://i.shgcdn.com/8e0c55da-f2cd-499a-aa58-f41969eeb5f1/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b517956c-4a1c-4e2d-bc19-26f046d605d2 {
  background-image: url(https://i.shgcdn.com/8e0c55da-f2cd-499a-aa58-f41969eeb5f1/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b517956c-4a1c-4e2d-bc19-26f046d605d2 {
  background-image: url(https://i.shgcdn.com/8e0c55da-f2cd-499a-aa58-f41969eeb5f1/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b517956c-4a1c-4e2d-bc19-26f046d605d2 {
  background-image: url(https://i.shgcdn.com/8e0c55da-f2cd-499a-aa58-f41969eeb5f1/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b517956c-4a1c-4e2d-bc19-26f046d605d2 {
  background-image: url(https://i.shgcdn.com/8e0c55da-f2cd-499a-aa58-f41969eeb5f1/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b517956c-4a1c-4e2d-bc19-26f046d605d2 {
  background-image: url(https://i.shgcdn.com/8e0c55da-f2cd-499a-aa58-f41969eeb5f1/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-b517956c-4a1c-4e2d-bc19-26f046d605d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b517956c-4a1c-4e2d-bc19-26f046d605d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93877570-5398-486f-a3ef-2a3b8128929d {
  background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
min-height: 480px;
background-position: left center;
}
@media (max-width: 767px){#s-93877570-5398-486f-a3ef-2a3b8128929d {
  margin-left: 0px;
margin-right: 0px;
max-width: 100%;
}
}







#s-93877570-5398-486f-a3ef-2a3b8128929d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93877570-5398-486f-a3ef-2a3b8128929d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-170bf021-e710-41cd-966a-43304ff29ebe {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-170bf021-e710-41cd-966a-43304ff29ebe .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-170bf021-e710-41cd-966a-43304ff29ebe .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 56px;
  line-height: 1.2em;
  
  
}


}
#s-06eb30bf-4bf1-4400-b87b-ca3e44681100 {
  margin-top: 96px;
margin-left: auto;
margin-bottom: 96px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-06eb30bf-4bf1-4400-b87b-ca3e44681100 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06eb30bf-4bf1-4400-b87b-ca3e44681100.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2ae9c80-1d48-4f6a-b162-811c9252993a {
  margin-left: auto;
margin-bottom: 48px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-e2ae9c80-1d48-4f6a-b162-811c9252993a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2ae9c80-1d48-4f6a-b162-811c9252993a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93705602-8705-4c8a-9fd0-50da5ab374c3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-93705602-8705-4c8a-9fd0-50da5ab374c3 .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.2em;
  
  
}



#s-6de6a12d-4356-4bb4-8a71-af4f98fd3e36 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6de6a12d-4356-4bb4-8a71-af4f98fd3e36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6de6a12d-4356-4bb4-8a71-af4f98fd3e36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2950132a-7da4-44ec-b9af-f5a0283289c6 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-2950132a-7da4-44ec-b9af-f5a0283289c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2950132a-7da4-44ec-b9af-f5a0283289c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2950132a-7da4-44ec-b9af-f5a0283289c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2950132a-7da4-44ec-b9af-f5a0283289c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-39c09454-2827-4e16-bed3-9e939b398074 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 300px;
}








#s-39c09454-2827-4e16-bed3-9e939b398074 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39c09454-2827-4e16-bed3-9e939b398074.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-776c3e45-1d8a-4264-84e0-2b2624d1a18c {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 394/274;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-776c3e45-1d8a-4264-84e0-2b2624d1a18c .shg-image-content-wrapper {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }

    #s-776c3e45-1d8a-4264-84e0-2b2624d1a18c .shogun-image-link {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-776c3e45-1d8a-4264-84e0-2b2624d1a18c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-776c3e45-1d8a-4264-84e0-2b2624d1a18c {
    width: 100%;
    height: auto;
  }

  #s-776c3e45-1d8a-4264-84e0-2b2624d1a18c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image {
    
    
  }


.s-776c3e45-1d8a-4264-84e0-2b2624d1a18c .shogun-image-content {
  
    align-items: center;
  
}

.s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-776c3e45-1d8a-4264-84e0-2b2624d1a18c {
      --shg-aspect-ratio: calc(394/274); 
    }

    .s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image-container {
      position: relative;
    }

    .s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-776c3e45-1d8a-4264-84e0-2b2624d1a18c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-776c3e45-1d8a-4264-84e0-2b2624d1a18c .shg-image-content-wrapper {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }

    #s-776c3e45-1d8a-4264-84e0-2b2624d1a18c .shogun-image-link {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-776c3e45-1d8a-4264-84e0-2b2624d1a18c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-776c3e45-1d8a-4264-84e0-2b2624d1a18c {
    width: 100%;
    height: auto;
  }

  #s-776c3e45-1d8a-4264-84e0-2b2624d1a18c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image {
    
    
  }


.s-776c3e45-1d8a-4264-84e0-2b2624d1a18c .shogun-image-content {
  
    align-items: center;
  
}

.s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-776c3e45-1d8a-4264-84e0-2b2624d1a18c {
      --shg-aspect-ratio: calc(394/274); 
    }

    .s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image-container {
      position: relative;
    }

    .s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-776c3e45-1d8a-4264-84e0-2b2624d1a18c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-776c3e45-1d8a-4264-84e0-2b2624d1a18c .shg-image-content-wrapper {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }

    #s-776c3e45-1d8a-4264-84e0-2b2624d1a18c .shogun-image-link {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-776c3e45-1d8a-4264-84e0-2b2624d1a18c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-776c3e45-1d8a-4264-84e0-2b2624d1a18c {
    width: 100%;
    height: auto;
  }

  #s-776c3e45-1d8a-4264-84e0-2b2624d1a18c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image {
    
    
  }


.s-776c3e45-1d8a-4264-84e0-2b2624d1a18c .shogun-image-content {
  
    align-items: center;
  
}

.s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-776c3e45-1d8a-4264-84e0-2b2624d1a18c {
      --shg-aspect-ratio: calc(394/274); 
    }

    .s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image-container {
      position: relative;
    }

    .s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-776c3e45-1d8a-4264-84e0-2b2624d1a18c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-776c3e45-1d8a-4264-84e0-2b2624d1a18c .shg-image-content-wrapper {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }

    #s-776c3e45-1d8a-4264-84e0-2b2624d1a18c .shogun-image-link {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-776c3e45-1d8a-4264-84e0-2b2624d1a18c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-776c3e45-1d8a-4264-84e0-2b2624d1a18c {
    width: 100%;
    height: auto;
  }

  #s-776c3e45-1d8a-4264-84e0-2b2624d1a18c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image {
    
    
  }


.s-776c3e45-1d8a-4264-84e0-2b2624d1a18c .shogun-image-content {
  
    align-items: center;
  
}

.s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-776c3e45-1d8a-4264-84e0-2b2624d1a18c {
      --shg-aspect-ratio: calc(394/274); 
    }

    .s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image-container {
      position: relative;
    }

    .s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-776c3e45-1d8a-4264-84e0-2b2624d1a18c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-776c3e45-1d8a-4264-84e0-2b2624d1a18c .shg-image-content-wrapper {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }

    #s-776c3e45-1d8a-4264-84e0-2b2624d1a18c .shogun-image-link {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-776c3e45-1d8a-4264-84e0-2b2624d1a18c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-776c3e45-1d8a-4264-84e0-2b2624d1a18c {
    width: 100%;
    height: auto;
  }

  #s-776c3e45-1d8a-4264-84e0-2b2624d1a18c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image {
    
    
  }


.s-776c3e45-1d8a-4264-84e0-2b2624d1a18c .shogun-image-content {
  
    align-items: center;
  
}

.s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-776c3e45-1d8a-4264-84e0-2b2624d1a18c {
      --shg-aspect-ratio: calc(394/274); 
    }

    .s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image-container {
      position: relative;
    }

    .s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-776c3e45-1d8a-4264-84e0-2b2624d1a18c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-776c3e45-1d8a-4264-84e0-2b2624d1a18c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-817a5f4a-4d4b-4c01-a7aa-c696aff307dd {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-817a5f4a-4d4b-4c01-a7aa-c696aff307dd .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-8db89e62-749d-4099-8870-f850852dcb9e {
  margin-top: 12px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e8a16d35-4a33-479e-89a0-0462851db5c2 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 300px;
}








#s-e8a16d35-4a33-479e-89a0-0462851db5c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8a16d35-4a33-479e-89a0-0462851db5c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 394/274;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 .shg-image-content-wrapper {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }

    #s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 .shogun-image-link {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 {
    width: 100%;
    height: auto;
  }

  #s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image {
    
    
  }


.s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 {
      --shg-aspect-ratio: calc(394/274); 
    }

    .s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image-container {
      position: relative;
    }

    .s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 .shg-image-content-wrapper {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }

    #s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 .shogun-image-link {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 {
    width: 100%;
    height: auto;
  }

  #s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image {
    
    
  }


.s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 {
      --shg-aspect-ratio: calc(394/274); 
    }

    .s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image-container {
      position: relative;
    }

    .s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 .shg-image-content-wrapper {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }

    #s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 .shogun-image-link {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 {
    width: 100%;
    height: auto;
  }

  #s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image {
    
    
  }


.s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 {
      --shg-aspect-ratio: calc(394/274); 
    }

    .s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image-container {
      position: relative;
    }

    .s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 .shg-image-content-wrapper {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }

    #s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 .shogun-image-link {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 {
    width: 100%;
    height: auto;
  }

  #s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image {
    
    
  }


.s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 {
      --shg-aspect-ratio: calc(394/274); 
    }

    .s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image-container {
      position: relative;
    }

    .s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 .shg-image-content-wrapper {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }

    #s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 .shogun-image-link {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 {
    width: 100%;
    height: auto;
  }

  #s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image {
    
    
  }


.s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 {
      --shg-aspect-ratio: calc(394/274); 
    }

    .s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image-container {
      position: relative;
    }

    .s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bbd2a0a-f4a0-41df-9391-50c78fcf0695 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-40ebe9d0-b0cf-4deb-8ed3-7b5225a964c5 {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-40ebe9d0-b0cf-4deb-8ed3-7b5225a964c5 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-e250543c-79be-4d91-80c1-f58e03b913d3 {
  margin-top: 12px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-5cc9f570-80c9-4214-b139-852f66656983 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 300px;
}








#s-5cc9f570-80c9-4214-b139-852f66656983 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cc9f570-80c9-4214-b139-852f66656983.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85c2677b-71ec-4ad1-9881-3f05d20f8776 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 394/274;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-85c2677b-71ec-4ad1-9881-3f05d20f8776 .shg-image-content-wrapper {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }

    #s-85c2677b-71ec-4ad1-9881-3f05d20f8776 .shogun-image-link {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85c2677b-71ec-4ad1-9881-3f05d20f8776 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-85c2677b-71ec-4ad1-9881-3f05d20f8776 {
    width: 100%;
    height: auto;
  }

  #s-85c2677b-71ec-4ad1-9881-3f05d20f8776 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image {
    
    
  }


.s-85c2677b-71ec-4ad1-9881-3f05d20f8776 .shogun-image-content {
  
    align-items: center;
  
}

.s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85c2677b-71ec-4ad1-9881-3f05d20f8776 {
      --shg-aspect-ratio: calc(394/274); 
    }

    .s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image-container {
      position: relative;
    }

    .s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85c2677b-71ec-4ad1-9881-3f05d20f8776 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-85c2677b-71ec-4ad1-9881-3f05d20f8776 .shg-image-content-wrapper {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }

    #s-85c2677b-71ec-4ad1-9881-3f05d20f8776 .shogun-image-link {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85c2677b-71ec-4ad1-9881-3f05d20f8776 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-85c2677b-71ec-4ad1-9881-3f05d20f8776 {
    width: 100%;
    height: auto;
  }

  #s-85c2677b-71ec-4ad1-9881-3f05d20f8776 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image {
    
    
  }


.s-85c2677b-71ec-4ad1-9881-3f05d20f8776 .shogun-image-content {
  
    align-items: center;
  
}

.s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85c2677b-71ec-4ad1-9881-3f05d20f8776 {
      --shg-aspect-ratio: calc(394/274); 
    }

    .s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image-container {
      position: relative;
    }

    .s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85c2677b-71ec-4ad1-9881-3f05d20f8776 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-85c2677b-71ec-4ad1-9881-3f05d20f8776 .shg-image-content-wrapper {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }

    #s-85c2677b-71ec-4ad1-9881-3f05d20f8776 .shogun-image-link {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85c2677b-71ec-4ad1-9881-3f05d20f8776 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-85c2677b-71ec-4ad1-9881-3f05d20f8776 {
    width: 100%;
    height: auto;
  }

  #s-85c2677b-71ec-4ad1-9881-3f05d20f8776 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image {
    
    
  }


.s-85c2677b-71ec-4ad1-9881-3f05d20f8776 .shogun-image-content {
  
    align-items: center;
  
}

.s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85c2677b-71ec-4ad1-9881-3f05d20f8776 {
      --shg-aspect-ratio: calc(394/274); 
    }

    .s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image-container {
      position: relative;
    }

    .s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85c2677b-71ec-4ad1-9881-3f05d20f8776 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-85c2677b-71ec-4ad1-9881-3f05d20f8776 .shg-image-content-wrapper {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }

    #s-85c2677b-71ec-4ad1-9881-3f05d20f8776 .shogun-image-link {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85c2677b-71ec-4ad1-9881-3f05d20f8776 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-85c2677b-71ec-4ad1-9881-3f05d20f8776 {
    width: 100%;
    height: auto;
  }

  #s-85c2677b-71ec-4ad1-9881-3f05d20f8776 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image {
    
    
  }


.s-85c2677b-71ec-4ad1-9881-3f05d20f8776 .shogun-image-content {
  
    align-items: center;
  
}

.s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85c2677b-71ec-4ad1-9881-3f05d20f8776 {
      --shg-aspect-ratio: calc(394/274); 
    }

    .s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image-container {
      position: relative;
    }

    .s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85c2677b-71ec-4ad1-9881-3f05d20f8776 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-85c2677b-71ec-4ad1-9881-3f05d20f8776 .shg-image-content-wrapper {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }

    #s-85c2677b-71ec-4ad1-9881-3f05d20f8776 .shogun-image-link {
      aspect-ratio: 394/274;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85c2677b-71ec-4ad1-9881-3f05d20f8776 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-85c2677b-71ec-4ad1-9881-3f05d20f8776 {
    width: 100%;
    height: auto;
  }

  #s-85c2677b-71ec-4ad1-9881-3f05d20f8776 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image {
    
    
  }


.s-85c2677b-71ec-4ad1-9881-3f05d20f8776 .shogun-image-content {
  
    align-items: center;
  
}

.s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85c2677b-71ec-4ad1-9881-3f05d20f8776 {
      --shg-aspect-ratio: calc(394/274); 
    }

    .s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image-container {
      position: relative;
    }

    .s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85c2677b-71ec-4ad1-9881-3f05d20f8776.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85c2677b-71ec-4ad1-9881-3f05d20f8776 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-561c4d3d-da3f-4ecf-b8ea-f07be6e7def1 {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-561c4d3d-da3f-4ecf-b8ea-f07be6e7def1 .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-3ce591b4-fc11-4d4a-a576-06e5fb685193 {
  margin-top: 12px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b1bd0845-9095-4b64-a615-a6bd1de10416 {
  margin-left: auto;
margin-right: auto;
padding-top: 64px;
padding-left: 20px;
padding-bottom: 64px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(244, 250, 253, 1);
}








#s-b1bd0845-9095-4b64-a615-a6bd1de10416 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1bd0845-9095-4b64-a615-a6bd1de10416.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d396a4f-6283-449b-a7a6-4560e5555425 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-3d396a4f-6283-449b-a7a6-4560e5555425 {
  margin-left: 30px;
padding-left: 0px;
}
}







#s-3d396a4f-6283-449b-a7a6-4560e5555425 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d396a4f-6283-449b-a7a6-4560e5555425.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21a08785-9a3d-4e23-a161-8875e7706d5e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-21a08785-9a3d-4e23-a161-8875e7706d5e .shogun-heading-component h2 {
  color: ;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}



#s-8f1660f9-fe30-4897-94dd-1bd0973d71c8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-8f1660f9-fe30-4897-94dd-1bd0973d71c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f1660f9-fe30-4897-94dd-1bd0973d71c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-396a9ddb-ec75-4b5e-b93e-3d7f8d2b8e3e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-94d7612b-e6ed-4fab-b5e7-ee0241b6ab57 {
  margin-top: 72px;
margin-left: auto;
margin-bottom: 72px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-94d7612b-e6ed-4fab-b5e7-ee0241b6ab57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94d7612b-e6ed-4fab-b5e7-ee0241b6ab57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f13778c-868d-4b52-ac88-40b64c12ca13 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-a8c6119a-e899-428a-b56a-a37fa2a180b7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

/*
  $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;
  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;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.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:#000;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;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}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
