.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-6061e3d3-6cf0-4c72-8897-b9e6dd0beeaf {
  background-repeat: no-repeat;
background-size: contain;
padding-left: 0%;
padding-right: 0%;
min-height: 380px;
background-position: center center;
background-attachment: scroll;
}

#s-6061e3d3-6cf0-4c72-8897-b9e6dd0beeaf {
  background-image: url(https://i.shgcdn.com/b8e3559a-cf77-4e81-97d5-102aefbb324c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6061e3d3-6cf0-4c72-8897-b9e6dd0beeaf {
  background-image: url(https://i.shgcdn.com/b8e3559a-cf77-4e81-97d5-102aefbb324c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6061e3d3-6cf0-4c72-8897-b9e6dd0beeaf {
  background-image: url(https://i.shgcdn.com/b8e3559a-cf77-4e81-97d5-102aefbb324c/-/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-6061e3d3-6cf0-4c72-8897-b9e6dd0beeaf {
  background-image: url(https://i.shgcdn.com/b8e3559a-cf77-4e81-97d5-102aefbb324c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6061e3d3-6cf0-4c72-8897-b9e6dd0beeaf {
  background-image: url(https://i.shgcdn.com/b8e3559a-cf77-4e81-97d5-102aefbb324c/-/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-6061e3d3-6cf0-4c72-8897-b9e6dd0beeaf {
  background-image: url(https://i.shgcdn.com/b8e3559a-cf77-4e81-97d5-102aefbb324c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6061e3d3-6cf0-4c72-8897-b9e6dd0beeaf {
  background-image: url(https://i.shgcdn.com/b8e3559a-cf77-4e81-97d5-102aefbb324c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6061e3d3-6cf0-4c72-8897-b9e6dd0beeaf {
  background-image: url(https://i.shgcdn.com/b8e3559a-cf77-4e81-97d5-102aefbb324c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6061e3d3-6cf0-4c72-8897-b9e6dd0beeaf {
  background-image: url(https://i.shgcdn.com/b8e3559a-cf77-4e81-97d5-102aefbb324c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-6061e3d3-6cf0-4c72-8897-b9e6dd0beeaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6061e3d3-6cf0-4c72-8897-b9e6dd0beeaf.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-c7484d25-e24b-424b-abec-a3873a3a143c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c7484d25-e24b-424b-abec-a3873a3a143c .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  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-477ec417-df95-48a1-b705-298e9e11a50f {
  padding-left: 0%;
padding-right: 0%;
}

.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-f5e21329-d6a2-4efe-b906-d81656b3f21f {
  margin-top: -9px;
margin-left: 10%;
margin-bottom: -9px;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-f5e21329-d6a2-4efe-b906-d81656b3f21f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5e21329-d6a2-4efe-b906-d81656b3f21f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f5e21329-d6a2-4efe-b906-d81656b3f21f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5e21329-d6a2-4efe-b906-d81656b3f21f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a img.shogun-image,
  #s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a {
    width: 100%;
    height: auto;
  }




.s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a .shogun-image-content {
  
    align-items: center;
  
}

.s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a.shg-align-container {
  text-align: center
}

.s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a img.shogun-image,
  #s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a {
    width: 100%;
    height: auto;
  }




.s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a .shogun-image-content {
  
    align-items: center;
  
}

.s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a.shg-align-container {
  text-align: center
}

.s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a.shogun-image {
  box-sizing: border-box;
}


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



  #s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a img.shogun-image,
  #s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a {
    width: 100%;
    height: auto;
  }




.s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a .shogun-image-content {
  
    align-items: center;
  
}

.s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a.shg-align-container {
  text-align: center
}

.s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a.shogun-image {
  box-sizing: border-box;
}


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



  #s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a img.shogun-image,
  #s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a {
    width: 100%;
    height: auto;
  }




.s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a .shogun-image-content {
  
    align-items: center;
  
}

.s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a.shg-align-container {
  text-align: center
}

.s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a.shogun-image {
  box-sizing: border-box;
}


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



  #s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a img.shogun-image,
  #s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a {
    width: 100%;
    height: auto;
  }




.s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a .shogun-image-content {
  
    align-items: center;
  
}

.s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a.shg-align-container {
  text-align: center
}

.s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-514e7ee1-4b4e-4b28-a70a-2154fabfe21a.shogun-image {
  box-sizing: border-box;
}


}
#s-db86b53f-324e-4c04-ae12-d23be8e98dbe {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-db86b53f-324e-4c04-ae12-d23be8e98dbe img.shogun-image,
  #s-db86b53f-324e-4c04-ae12-d23be8e98dbe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db86b53f-324e-4c04-ae12-d23be8e98dbe {
    width: 100%;
    height: auto;
  }




.s-db86b53f-324e-4c04-ae12-d23be8e98dbe .shogun-image-content {
  
    align-items: center;
  
}

.s-db86b53f-324e-4c04-ae12-d23be8e98dbe.shg-align-container {
  text-align: center
}

.s-db86b53f-324e-4c04-ae12-d23be8e98dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db86b53f-324e-4c04-ae12-d23be8e98dbe.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-db86b53f-324e-4c04-ae12-d23be8e98dbe img.shogun-image,
  #s-db86b53f-324e-4c04-ae12-d23be8e98dbe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db86b53f-324e-4c04-ae12-d23be8e98dbe {
    width: 100%;
    height: auto;
  }




.s-db86b53f-324e-4c04-ae12-d23be8e98dbe .shogun-image-content {
  
    align-items: center;
  
}

.s-db86b53f-324e-4c04-ae12-d23be8e98dbe.shg-align-container {
  text-align: center
}

.s-db86b53f-324e-4c04-ae12-d23be8e98dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db86b53f-324e-4c04-ae12-d23be8e98dbe.shogun-image {
  box-sizing: border-box;
}


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



  #s-db86b53f-324e-4c04-ae12-d23be8e98dbe img.shogun-image,
  #s-db86b53f-324e-4c04-ae12-d23be8e98dbe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db86b53f-324e-4c04-ae12-d23be8e98dbe {
    width: 100%;
    height: auto;
  }




.s-db86b53f-324e-4c04-ae12-d23be8e98dbe .shogun-image-content {
  
    align-items: center;
  
}

.s-db86b53f-324e-4c04-ae12-d23be8e98dbe.shg-align-container {
  text-align: center
}

.s-db86b53f-324e-4c04-ae12-d23be8e98dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db86b53f-324e-4c04-ae12-d23be8e98dbe.shogun-image {
  box-sizing: border-box;
}


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



  #s-db86b53f-324e-4c04-ae12-d23be8e98dbe img.shogun-image,
  #s-db86b53f-324e-4c04-ae12-d23be8e98dbe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db86b53f-324e-4c04-ae12-d23be8e98dbe {
    width: 100%;
    height: auto;
  }




.s-db86b53f-324e-4c04-ae12-d23be8e98dbe .shogun-image-content {
  
    align-items: center;
  
}

.s-db86b53f-324e-4c04-ae12-d23be8e98dbe.shg-align-container {
  text-align: center
}

.s-db86b53f-324e-4c04-ae12-d23be8e98dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db86b53f-324e-4c04-ae12-d23be8e98dbe.shogun-image {
  box-sizing: border-box;
}


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



  #s-db86b53f-324e-4c04-ae12-d23be8e98dbe img.shogun-image,
  #s-db86b53f-324e-4c04-ae12-d23be8e98dbe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db86b53f-324e-4c04-ae12-d23be8e98dbe {
    width: 100%;
    height: auto;
  }




.s-db86b53f-324e-4c04-ae12-d23be8e98dbe .shogun-image-content {
  
    align-items: center;
  
}

.s-db86b53f-324e-4c04-ae12-d23be8e98dbe.shg-align-container {
  text-align: center
}

.s-db86b53f-324e-4c04-ae12-d23be8e98dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db86b53f-324e-4c04-ae12-d23be8e98dbe.shogun-image {
  box-sizing: border-box;
}


}
#s-c228c6a8-1fdd-477b-b40c-7450a24166c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c228c6a8-1fdd-477b-b40c-7450a24166c2 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-ce9b4a56-6d90-448c-ac08-7d280fbfb3d6 {
  padding-left: 0%;
padding-right: 0%;
}

#s-394588bf-7400-4feb-8b70-ca3dd5159b6e {
  margin-top: -10px;
margin-bottom: -10px;
padding-left: 0%;
padding-right: 0%;
}

#s-9eae4f4a-0643-4ea8-a051-5e9e5e88621c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9eae4f4a-0643-4ea8-a051-5e9e5e88621c .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-88c265b9-2db6-4755-ae69-b8c6a2e6c8ae {
  padding-left: 0%;
padding-right: 0%;
}

#s-e98ae837-7226-4705-96ce-af0955fe1d36 {
  margin-top: -10px;
margin-bottom: -10px;
padding-left: 0%;
padding-right: 0%;
}

#s-0fe3916d-a0c3-4fa4-b8fc-ae7103b418cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0fe3916d-a0c3-4fa4-b8fc-ae7103b418cb .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-26504928-3d51-48f3-8921-9b8d003c3585 {
  padding-left: 0%;
padding-right: 0%;
}

#s-b181e264-0024-4504-823f-ba2a96bec2f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b181e264-0024-4504-823f-ba2a96bec2f9 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-64a5932b-2390-4573-933c-839afb745560 {
  padding-left: 0%;
padding-right: 0%;
}

#s-e76e280e-ab92-4513-ab81-4458fb18bc7b {
  margin-top: -9px;
margin-left: 10%;
margin-bottom: -9px;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-e76e280e-ab92-4513-ab81-4458fb18bc7b {
  display: none;
}
#s-e76e280e-ab92-4513-ab81-4458fb18bc7b, #wrap-s-e76e280e-ab92-4513-ab81-4458fb18bc7b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e76e280e-ab92-4513-ab81-4458fb18bc7b {
  display: none;
}
#s-e76e280e-ab92-4513-ab81-4458fb18bc7b, #wrap-s-e76e280e-ab92-4513-ab81-4458fb18bc7b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e76e280e-ab92-4513-ab81-4458fb18bc7b {
  display: none;
}
#s-e76e280e-ab92-4513-ab81-4458fb18bc7b, #wrap-s-e76e280e-ab92-4513-ab81-4458fb18bc7b { display:none !important; }}
@media (min-width: 0px) {
[id="s-e76e280e-ab92-4513-ab81-4458fb18bc7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e76e280e-ab92-4513-ab81-4458fb18bc7b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e76e280e-ab92-4513-ab81-4458fb18bc7b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e76e280e-ab92-4513-ab81-4458fb18bc7b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-044e1abf-4f00-4a39-b17a-26ef969b6940 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
max-width: 1200px;
aspect-ratio: 1200/630;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-044e1abf-4f00-4a39-b17a-26ef969b6940 img.shogun-image,
  #s-044e1abf-4f00-4a39-b17a-26ef969b6940 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-044e1abf-4f00-4a39-b17a-26ef969b6940 {
    width: 100%;
    height: auto;
  }



  img.s-044e1abf-4f00-4a39-b17a-26ef969b6940.shogun-image {
    
    
  }


.s-044e1abf-4f00-4a39-b17a-26ef969b6940 .shogun-image-content {
  
    align-items: center;
  
}

.s-044e1abf-4f00-4a39-b17a-26ef969b6940.shg-align-container {
  text-align: center
}

.s-044e1abf-4f00-4a39-b17a-26ef969b6940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-044e1abf-4f00-4a39-b17a-26ef969b6940.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-044e1abf-4f00-4a39-b17a-26ef969b6940 img.shogun-image,
  #s-044e1abf-4f00-4a39-b17a-26ef969b6940 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-044e1abf-4f00-4a39-b17a-26ef969b6940 {
    width: 100%;
    height: auto;
  }



  img.s-044e1abf-4f00-4a39-b17a-26ef969b6940.shogun-image {
    
    
  }


.s-044e1abf-4f00-4a39-b17a-26ef969b6940 .shogun-image-content {
  
    align-items: center;
  
}

.s-044e1abf-4f00-4a39-b17a-26ef969b6940.shg-align-container {
  text-align: center
}

.s-044e1abf-4f00-4a39-b17a-26ef969b6940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-044e1abf-4f00-4a39-b17a-26ef969b6940.shogun-image {
  box-sizing: border-box;
}


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



  #s-044e1abf-4f00-4a39-b17a-26ef969b6940 img.shogun-image,
  #s-044e1abf-4f00-4a39-b17a-26ef969b6940 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-044e1abf-4f00-4a39-b17a-26ef969b6940 {
    width: 100%;
    height: auto;
  }



  img.s-044e1abf-4f00-4a39-b17a-26ef969b6940.shogun-image {
    
    
  }


.s-044e1abf-4f00-4a39-b17a-26ef969b6940 .shogun-image-content {
  
    align-items: center;
  
}

.s-044e1abf-4f00-4a39-b17a-26ef969b6940.shg-align-container {
  text-align: center
}

.s-044e1abf-4f00-4a39-b17a-26ef969b6940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-044e1abf-4f00-4a39-b17a-26ef969b6940.shogun-image {
  box-sizing: border-box;
}


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



  #s-044e1abf-4f00-4a39-b17a-26ef969b6940 img.shogun-image,
  #s-044e1abf-4f00-4a39-b17a-26ef969b6940 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-044e1abf-4f00-4a39-b17a-26ef969b6940 {
    width: 100%;
    height: auto;
  }



  img.s-044e1abf-4f00-4a39-b17a-26ef969b6940.shogun-image {
    
    
  }


.s-044e1abf-4f00-4a39-b17a-26ef969b6940 .shogun-image-content {
  
    align-items: center;
  
}

.s-044e1abf-4f00-4a39-b17a-26ef969b6940.shg-align-container {
  text-align: center
}

.s-044e1abf-4f00-4a39-b17a-26ef969b6940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-044e1abf-4f00-4a39-b17a-26ef969b6940.shogun-image {
  box-sizing: border-box;
}


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



  #s-044e1abf-4f00-4a39-b17a-26ef969b6940 img.shogun-image,
  #s-044e1abf-4f00-4a39-b17a-26ef969b6940 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-044e1abf-4f00-4a39-b17a-26ef969b6940 {
    width: 100%;
    height: auto;
  }



  img.s-044e1abf-4f00-4a39-b17a-26ef969b6940.shogun-image {
    
    
  }


.s-044e1abf-4f00-4a39-b17a-26ef969b6940 .shogun-image-content {
  
    align-items: center;
  
}

.s-044e1abf-4f00-4a39-b17a-26ef969b6940.shg-align-container {
  text-align: center
}

.s-044e1abf-4f00-4a39-b17a-26ef969b6940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-044e1abf-4f00-4a39-b17a-26ef969b6940.shogun-image {
  box-sizing: border-box;
}


}
@media (max-width: 767px){#s-1e628d39-610d-43c2-87f1-208a6d1c73ef {
  display: none;
}
#s-1e628d39-610d-43c2-87f1-208a6d1c73ef, #wrap-s-1e628d39-610d-43c2-87f1-208a6d1c73ef { display:none !important; }}
@media (min-width: 0px) {
[id="s-1e628d39-610d-43c2-87f1-208a6d1c73ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e628d39-610d-43c2-87f1-208a6d1c73ef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e628d39-610d-43c2-87f1-208a6d1c73ef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1e628d39-610d-43c2-87f1-208a6d1c73ef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e628d39-610d-43c2-87f1-208a6d1c73ef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e628d39-610d-43c2-87f1-208a6d1c73ef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e628d39-610d-43c2-87f1-208a6d1c73ef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

#s-de251ab7-4689-43a2-8061-56e714fbee24 {
  margin-top: 17px;
margin-left: 6%;
margin-bottom: 17px;
margin-right: 6%;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(235, 234, 240, 1);
border-style: solid;
max-width: 1200px;
aspect-ratio: 1200/630;
text-align: left;
background-color: rgba(235, 234, 240, 1);
}





  #s-de251ab7-4689-43a2-8061-56e714fbee24 img.shogun-image,
  #s-de251ab7-4689-43a2-8061-56e714fbee24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de251ab7-4689-43a2-8061-56e714fbee24 {
    width: 100%;
    height: auto;
  }




.s-de251ab7-4689-43a2-8061-56e714fbee24 .shogun-image-content {
  
    align-items: center;
  
}

.s-de251ab7-4689-43a2-8061-56e714fbee24.shg-align-container {
  text-align: left
}

.s-de251ab7-4689-43a2-8061-56e714fbee24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de251ab7-4689-43a2-8061-56e714fbee24.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-de251ab7-4689-43a2-8061-56e714fbee24 img.shogun-image,
  #s-de251ab7-4689-43a2-8061-56e714fbee24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de251ab7-4689-43a2-8061-56e714fbee24 {
    width: 100%;
    height: auto;
  }




.s-de251ab7-4689-43a2-8061-56e714fbee24 .shogun-image-content {
  
    align-items: center;
  
}

.s-de251ab7-4689-43a2-8061-56e714fbee24.shg-align-container {
  text-align: left
}

.s-de251ab7-4689-43a2-8061-56e714fbee24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de251ab7-4689-43a2-8061-56e714fbee24.shogun-image {
  box-sizing: border-box;
}


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



  #s-de251ab7-4689-43a2-8061-56e714fbee24 img.shogun-image,
  #s-de251ab7-4689-43a2-8061-56e714fbee24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de251ab7-4689-43a2-8061-56e714fbee24 {
    width: 100%;
    height: auto;
  }




.s-de251ab7-4689-43a2-8061-56e714fbee24 .shogun-image-content {
  
    align-items: center;
  
}

.s-de251ab7-4689-43a2-8061-56e714fbee24.shg-align-container {
  text-align: left
}

.s-de251ab7-4689-43a2-8061-56e714fbee24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de251ab7-4689-43a2-8061-56e714fbee24.shogun-image {
  box-sizing: border-box;
}


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



  #s-de251ab7-4689-43a2-8061-56e714fbee24 img.shogun-image,
  #s-de251ab7-4689-43a2-8061-56e714fbee24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de251ab7-4689-43a2-8061-56e714fbee24 {
    width: 100%;
    height: auto;
  }




.s-de251ab7-4689-43a2-8061-56e714fbee24 .shogun-image-content {
  
    align-items: center;
  
}

.s-de251ab7-4689-43a2-8061-56e714fbee24.shg-align-container {
  text-align: left
}

.s-de251ab7-4689-43a2-8061-56e714fbee24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de251ab7-4689-43a2-8061-56e714fbee24.shogun-image {
  box-sizing: border-box;
}


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



  #s-de251ab7-4689-43a2-8061-56e714fbee24 img.shogun-image,
  #s-de251ab7-4689-43a2-8061-56e714fbee24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de251ab7-4689-43a2-8061-56e714fbee24 {
    width: 100%;
    height: auto;
  }




.s-de251ab7-4689-43a2-8061-56e714fbee24 .shogun-image-content {
  
    align-items: center;
  
}

.s-de251ab7-4689-43a2-8061-56e714fbee24.shg-align-container {
  text-align: left
}

.s-de251ab7-4689-43a2-8061-56e714fbee24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de251ab7-4689-43a2-8061-56e714fbee24.shogun-image {
  box-sizing: border-box;
}


}
#s-7d17fc52-9bdb-4ce0-85e4-3eb400e6028d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7d17fc52-9bdb-4ce0-85e4-3eb400e6028d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-6fd9ac71-c3ac-46d6-a697-a9af7c4eb418 {
  padding-left: 0%;
padding-right: 0%;
}

#s-870ff62a-30ff-4a03-8ddf-5ade5dae5dac {
  margin-top: -10px;
margin-bottom: -10px;
padding-left: 0%;
padding-right: 0%;
}

#s-ec46178a-c8e6-4e68-82d8-eb43bdcac478 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ec46178a-c8e6-4e68-82d8-eb43bdcac478 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-ff49b771-ca1d-4506-8ae8-4ca86e4de430 {
  padding-left: 0%;
padding-right: 0%;
}

#s-bd171999-f03b-44c6-bc1c-62e438c5e927 {
  margin-top: -9px;
margin-left: 10%;
margin-bottom: -9px;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-bd171999-f03b-44c6-bc1c-62e438c5e927"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd171999-f03b-44c6-bc1c-62e438c5e927"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bd171999-f03b-44c6-bc1c-62e438c5e927"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd171999-f03b-44c6-bc1c-62e438c5e927"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-f842aec4-cbc8-4bbf-971c-df39706174e5 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
max-width: 1600px;
aspect-ratio: 2/3;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-f842aec4-cbc8-4bbf-971c-df39706174e5 img.shogun-image,
  #s-f842aec4-cbc8-4bbf-971c-df39706174e5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f842aec4-cbc8-4bbf-971c-df39706174e5 {
    width: 100%;
    height: auto;
  }




.s-f842aec4-cbc8-4bbf-971c-df39706174e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f842aec4-cbc8-4bbf-971c-df39706174e5.shg-align-container {
  text-align: center
}

.s-f842aec4-cbc8-4bbf-971c-df39706174e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f842aec4-cbc8-4bbf-971c-df39706174e5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f842aec4-cbc8-4bbf-971c-df39706174e5 img.shogun-image,
  #s-f842aec4-cbc8-4bbf-971c-df39706174e5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f842aec4-cbc8-4bbf-971c-df39706174e5 {
    width: 100%;
    height: auto;
  }




.s-f842aec4-cbc8-4bbf-971c-df39706174e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f842aec4-cbc8-4bbf-971c-df39706174e5.shg-align-container {
  text-align: center
}

.s-f842aec4-cbc8-4bbf-971c-df39706174e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f842aec4-cbc8-4bbf-971c-df39706174e5.shogun-image {
  box-sizing: border-box;
}


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



  #s-f842aec4-cbc8-4bbf-971c-df39706174e5 img.shogun-image,
  #s-f842aec4-cbc8-4bbf-971c-df39706174e5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f842aec4-cbc8-4bbf-971c-df39706174e5 {
    width: 100%;
    height: auto;
  }




.s-f842aec4-cbc8-4bbf-971c-df39706174e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f842aec4-cbc8-4bbf-971c-df39706174e5.shg-align-container {
  text-align: center
}

.s-f842aec4-cbc8-4bbf-971c-df39706174e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f842aec4-cbc8-4bbf-971c-df39706174e5.shogun-image {
  box-sizing: border-box;
}


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



  #s-f842aec4-cbc8-4bbf-971c-df39706174e5 img.shogun-image,
  #s-f842aec4-cbc8-4bbf-971c-df39706174e5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f842aec4-cbc8-4bbf-971c-df39706174e5 {
    width: 100%;
    height: auto;
  }




.s-f842aec4-cbc8-4bbf-971c-df39706174e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f842aec4-cbc8-4bbf-971c-df39706174e5.shg-align-container {
  text-align: center
}

.s-f842aec4-cbc8-4bbf-971c-df39706174e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f842aec4-cbc8-4bbf-971c-df39706174e5.shogun-image {
  box-sizing: border-box;
}


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



  #s-f842aec4-cbc8-4bbf-971c-df39706174e5 img.shogun-image,
  #s-f842aec4-cbc8-4bbf-971c-df39706174e5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f842aec4-cbc8-4bbf-971c-df39706174e5 {
    width: 100%;
    height: auto;
  }




.s-f842aec4-cbc8-4bbf-971c-df39706174e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f842aec4-cbc8-4bbf-971c-df39706174e5.shg-align-container {
  text-align: center
}

.s-f842aec4-cbc8-4bbf-971c-df39706174e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f842aec4-cbc8-4bbf-971c-df39706174e5.shogun-image {
  box-sizing: border-box;
}


}
#s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
max-width: 1600px;
aspect-ratio: 2/3;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32 {
  
}
}




  #s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32 img.shogun-image,
  #s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32 {
    width: 100%;
    height: auto;
  }




.s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32.shg-align-container {
  text-align: center
}

.s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32 img.shogun-image,
  #s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32 {
    width: 100%;
    height: auto;
  }




.s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32.shg-align-container {
  text-align: center
}

.s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32.shogun-image {
  box-sizing: border-box;
}


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



  #s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32 img.shogun-image,
  #s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32 {
    width: 100%;
    height: auto;
  }




.s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32.shg-align-container {
  text-align: center
}

.s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32.shogun-image {
  box-sizing: border-box;
}


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



  #s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32 img.shogun-image,
  #s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32 {
    width: 100%;
    height: auto;
  }




.s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32.shg-align-container {
  text-align: center
}

.s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32.shogun-image {
  box-sizing: border-box;
}


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



  #s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32 img.shogun-image,
  #s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32 {
    width: 100%;
    height: auto;
  }




.s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32.shg-align-container {
  text-align: center
}

.s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ee70f8c-44b0-4fb0-a6e8-3ca3b0b07e32.shogun-image {
  box-sizing: border-box;
}


}
#s-482daa72-1206-43cf-8836-d29a9d7d0ce9 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
max-width: 1600px;
aspect-ratio: 2/3;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-482daa72-1206-43cf-8836-d29a9d7d0ce9 {
  
}
}




  #s-482daa72-1206-43cf-8836-d29a9d7d0ce9 img.shogun-image,
  #s-482daa72-1206-43cf-8836-d29a9d7d0ce9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-482daa72-1206-43cf-8836-d29a9d7d0ce9 {
    width: 100%;
    height: auto;
  }




.s-482daa72-1206-43cf-8836-d29a9d7d0ce9 .shogun-image-content {
  
    align-items: center;
  
}

.s-482daa72-1206-43cf-8836-d29a9d7d0ce9.shg-align-container {
  text-align: center
}

.s-482daa72-1206-43cf-8836-d29a9d7d0ce9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-482daa72-1206-43cf-8836-d29a9d7d0ce9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-482daa72-1206-43cf-8836-d29a9d7d0ce9 img.shogun-image,
  #s-482daa72-1206-43cf-8836-d29a9d7d0ce9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-482daa72-1206-43cf-8836-d29a9d7d0ce9 {
    width: 100%;
    height: auto;
  }




.s-482daa72-1206-43cf-8836-d29a9d7d0ce9 .shogun-image-content {
  
    align-items: center;
  
}

.s-482daa72-1206-43cf-8836-d29a9d7d0ce9.shg-align-container {
  text-align: center
}

.s-482daa72-1206-43cf-8836-d29a9d7d0ce9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-482daa72-1206-43cf-8836-d29a9d7d0ce9.shogun-image {
  box-sizing: border-box;
}


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



  #s-482daa72-1206-43cf-8836-d29a9d7d0ce9 img.shogun-image,
  #s-482daa72-1206-43cf-8836-d29a9d7d0ce9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-482daa72-1206-43cf-8836-d29a9d7d0ce9 {
    width: 100%;
    height: auto;
  }




.s-482daa72-1206-43cf-8836-d29a9d7d0ce9 .shogun-image-content {
  
    align-items: center;
  
}

.s-482daa72-1206-43cf-8836-d29a9d7d0ce9.shg-align-container {
  text-align: center
}

.s-482daa72-1206-43cf-8836-d29a9d7d0ce9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-482daa72-1206-43cf-8836-d29a9d7d0ce9.shogun-image {
  box-sizing: border-box;
}


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



  #s-482daa72-1206-43cf-8836-d29a9d7d0ce9 img.shogun-image,
  #s-482daa72-1206-43cf-8836-d29a9d7d0ce9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-482daa72-1206-43cf-8836-d29a9d7d0ce9 {
    width: 100%;
    height: auto;
  }




.s-482daa72-1206-43cf-8836-d29a9d7d0ce9 .shogun-image-content {
  
    align-items: center;
  
}

.s-482daa72-1206-43cf-8836-d29a9d7d0ce9.shg-align-container {
  text-align: center
}

.s-482daa72-1206-43cf-8836-d29a9d7d0ce9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-482daa72-1206-43cf-8836-d29a9d7d0ce9.shogun-image {
  box-sizing: border-box;
}


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



  #s-482daa72-1206-43cf-8836-d29a9d7d0ce9 img.shogun-image,
  #s-482daa72-1206-43cf-8836-d29a9d7d0ce9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-482daa72-1206-43cf-8836-d29a9d7d0ce9 {
    width: 100%;
    height: auto;
  }




.s-482daa72-1206-43cf-8836-d29a9d7d0ce9 .shogun-image-content {
  
    align-items: center;
  
}

.s-482daa72-1206-43cf-8836-d29a9d7d0ce9.shg-align-container {
  text-align: center
}

.s-482daa72-1206-43cf-8836-d29a9d7d0ce9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-482daa72-1206-43cf-8836-d29a9d7d0ce9.shogun-image {
  box-sizing: border-box;
}


}
#s-f9c723be-6994-497a-8bb9-2fa62dff028a {
  min-height: 50px;
}








#s-f9c723be-6994-497a-8bb9-2fa62dff028a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9c723be-6994-497a-8bb9-2fa62dff028a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e476626a-7a43-476a-ab6a-3bd06a4ef526 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e476626a-7a43-476a-ab6a-3bd06a4ef526 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-5beb50a4-d9af-4c6b-9cc4-ab06ef8192dc {
  padding-left: 0%;
padding-right: 0%;
}

#s-24200240-0e4e-4c1e-b8fe-80b580abf207 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-16039cf5-7643-43d6-99fd-dcddd5cb5113 {
  padding-left: 0%;
padding-right: 0%;
}

#s-7997940b-8c0b-46e0-98d7-684117831177 {
  margin-top: -9px;
margin-left: 10%;
margin-bottom: -9px;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-7997940b-8c0b-46e0-98d7-684117831177 {
  display: none;
}
#s-7997940b-8c0b-46e0-98d7-684117831177, #wrap-s-7997940b-8c0b-46e0-98d7-684117831177 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7997940b-8c0b-46e0-98d7-684117831177 {
  display: none;
}
#s-7997940b-8c0b-46e0-98d7-684117831177, #wrap-s-7997940b-8c0b-46e0-98d7-684117831177 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7997940b-8c0b-46e0-98d7-684117831177 {
  display: none;
}
#s-7997940b-8c0b-46e0-98d7-684117831177, #wrap-s-7997940b-8c0b-46e0-98d7-684117831177 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7997940b-8c0b-46e0-98d7-684117831177"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7997940b-8c0b-46e0-98d7-684117831177"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7997940b-8c0b-46e0-98d7-684117831177"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7997940b-8c0b-46e0-98d7-684117831177"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-231de3df-ae4d-42de-b36f-b97ed6c4528c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
max-width: 2400px;
aspect-ratio: 2400/1600;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-231de3df-ae4d-42de-b36f-b97ed6c4528c img.shogun-image,
  #s-231de3df-ae4d-42de-b36f-b97ed6c4528c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-231de3df-ae4d-42de-b36f-b97ed6c4528c {
    width: 100%;
    height: auto;
  }



  img.s-231de3df-ae4d-42de-b36f-b97ed6c4528c.shogun-image {
    
    
  }


.s-231de3df-ae4d-42de-b36f-b97ed6c4528c .shogun-image-content {
  
    align-items: center;
  
}

.s-231de3df-ae4d-42de-b36f-b97ed6c4528c.shg-align-container {
  text-align: center
}

.s-231de3df-ae4d-42de-b36f-b97ed6c4528c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-231de3df-ae4d-42de-b36f-b97ed6c4528c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-231de3df-ae4d-42de-b36f-b97ed6c4528c img.shogun-image,
  #s-231de3df-ae4d-42de-b36f-b97ed6c4528c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-231de3df-ae4d-42de-b36f-b97ed6c4528c {
    width: 100%;
    height: auto;
  }



  img.s-231de3df-ae4d-42de-b36f-b97ed6c4528c.shogun-image {
    
    
  }


.s-231de3df-ae4d-42de-b36f-b97ed6c4528c .shogun-image-content {
  
    align-items: center;
  
}

.s-231de3df-ae4d-42de-b36f-b97ed6c4528c.shg-align-container {
  text-align: center
}

.s-231de3df-ae4d-42de-b36f-b97ed6c4528c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-231de3df-ae4d-42de-b36f-b97ed6c4528c.shogun-image {
  box-sizing: border-box;
}


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



  #s-231de3df-ae4d-42de-b36f-b97ed6c4528c img.shogun-image,
  #s-231de3df-ae4d-42de-b36f-b97ed6c4528c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-231de3df-ae4d-42de-b36f-b97ed6c4528c {
    width: 100%;
    height: auto;
  }



  img.s-231de3df-ae4d-42de-b36f-b97ed6c4528c.shogun-image {
    
    
  }


.s-231de3df-ae4d-42de-b36f-b97ed6c4528c .shogun-image-content {
  
    align-items: center;
  
}

.s-231de3df-ae4d-42de-b36f-b97ed6c4528c.shg-align-container {
  text-align: center
}

.s-231de3df-ae4d-42de-b36f-b97ed6c4528c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-231de3df-ae4d-42de-b36f-b97ed6c4528c.shogun-image {
  box-sizing: border-box;
}


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



  #s-231de3df-ae4d-42de-b36f-b97ed6c4528c img.shogun-image,
  #s-231de3df-ae4d-42de-b36f-b97ed6c4528c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-231de3df-ae4d-42de-b36f-b97ed6c4528c {
    width: 100%;
    height: auto;
  }



  img.s-231de3df-ae4d-42de-b36f-b97ed6c4528c.shogun-image {
    
    
  }


.s-231de3df-ae4d-42de-b36f-b97ed6c4528c .shogun-image-content {
  
    align-items: center;
  
}

.s-231de3df-ae4d-42de-b36f-b97ed6c4528c.shg-align-container {
  text-align: center
}

.s-231de3df-ae4d-42de-b36f-b97ed6c4528c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-231de3df-ae4d-42de-b36f-b97ed6c4528c.shogun-image {
  box-sizing: border-box;
}


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



  #s-231de3df-ae4d-42de-b36f-b97ed6c4528c img.shogun-image,
  #s-231de3df-ae4d-42de-b36f-b97ed6c4528c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-231de3df-ae4d-42de-b36f-b97ed6c4528c {
    width: 100%;
    height: auto;
  }



  img.s-231de3df-ae4d-42de-b36f-b97ed6c4528c.shogun-image {
    
    
  }


.s-231de3df-ae4d-42de-b36f-b97ed6c4528c .shogun-image-content {
  
    align-items: center;
  
}

.s-231de3df-ae4d-42de-b36f-b97ed6c4528c.shg-align-container {
  text-align: center
}

.s-231de3df-ae4d-42de-b36f-b97ed6c4528c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-231de3df-ae4d-42de-b36f-b97ed6c4528c.shogun-image {
  box-sizing: border-box;
}


}
@media (max-width: 767px){#s-f8aece50-d36e-4459-9efc-62cc4a26e0fa {
  display: none;
}
#s-f8aece50-d36e-4459-9efc-62cc4a26e0fa, #wrap-s-f8aece50-d36e-4459-9efc-62cc4a26e0fa { display:none !important; }}
@media (min-width: 0px) {
[id="s-f8aece50-d36e-4459-9efc-62cc4a26e0fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8aece50-d36e-4459-9efc-62cc4a26e0fa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f8aece50-d36e-4459-9efc-62cc4a26e0fa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f8aece50-d36e-4459-9efc-62cc4a26e0fa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f8aece50-d36e-4459-9efc-62cc4a26e0fa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8aece50-d36e-4459-9efc-62cc4a26e0fa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f8aece50-d36e-4459-9efc-62cc4a26e0fa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

#s-74e0164a-fbf3-431b-83a0-0067e5c2f000 {
  margin-top: 17px;
margin-left: 6%;
margin-bottom: 17px;
margin-right: 6%;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(235, 234, 240, 1);
border-style: solid;
max-width: 2400px;
aspect-ratio: 2400/1600;
text-align: left;
background-color: rgba(235, 234, 240, 1);
}





  #s-74e0164a-fbf3-431b-83a0-0067e5c2f000 img.shogun-image,
  #s-74e0164a-fbf3-431b-83a0-0067e5c2f000 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-74e0164a-fbf3-431b-83a0-0067e5c2f000 {
    width: 100%;
    height: auto;
  }




.s-74e0164a-fbf3-431b-83a0-0067e5c2f000 .shogun-image-content {
  
    align-items: center;
  
}

.s-74e0164a-fbf3-431b-83a0-0067e5c2f000.shg-align-container {
  text-align: left
}

.s-74e0164a-fbf3-431b-83a0-0067e5c2f000.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74e0164a-fbf3-431b-83a0-0067e5c2f000.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-74e0164a-fbf3-431b-83a0-0067e5c2f000 img.shogun-image,
  #s-74e0164a-fbf3-431b-83a0-0067e5c2f000 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-74e0164a-fbf3-431b-83a0-0067e5c2f000 {
    width: 100%;
    height: auto;
  }




.s-74e0164a-fbf3-431b-83a0-0067e5c2f000 .shogun-image-content {
  
    align-items: center;
  
}

.s-74e0164a-fbf3-431b-83a0-0067e5c2f000.shg-align-container {
  text-align: left
}

.s-74e0164a-fbf3-431b-83a0-0067e5c2f000.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74e0164a-fbf3-431b-83a0-0067e5c2f000.shogun-image {
  box-sizing: border-box;
}


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



  #s-74e0164a-fbf3-431b-83a0-0067e5c2f000 img.shogun-image,
  #s-74e0164a-fbf3-431b-83a0-0067e5c2f000 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-74e0164a-fbf3-431b-83a0-0067e5c2f000 {
    width: 100%;
    height: auto;
  }




.s-74e0164a-fbf3-431b-83a0-0067e5c2f000 .shogun-image-content {
  
    align-items: center;
  
}

.s-74e0164a-fbf3-431b-83a0-0067e5c2f000.shg-align-container {
  text-align: left
}

.s-74e0164a-fbf3-431b-83a0-0067e5c2f000.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74e0164a-fbf3-431b-83a0-0067e5c2f000.shogun-image {
  box-sizing: border-box;
}


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



  #s-74e0164a-fbf3-431b-83a0-0067e5c2f000 img.shogun-image,
  #s-74e0164a-fbf3-431b-83a0-0067e5c2f000 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-74e0164a-fbf3-431b-83a0-0067e5c2f000 {
    width: 100%;
    height: auto;
  }




.s-74e0164a-fbf3-431b-83a0-0067e5c2f000 .shogun-image-content {
  
    align-items: center;
  
}

.s-74e0164a-fbf3-431b-83a0-0067e5c2f000.shg-align-container {
  text-align: left
}

.s-74e0164a-fbf3-431b-83a0-0067e5c2f000.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74e0164a-fbf3-431b-83a0-0067e5c2f000.shogun-image {
  box-sizing: border-box;
}


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



  #s-74e0164a-fbf3-431b-83a0-0067e5c2f000 img.shogun-image,
  #s-74e0164a-fbf3-431b-83a0-0067e5c2f000 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-74e0164a-fbf3-431b-83a0-0067e5c2f000 {
    width: 100%;
    height: auto;
  }




.s-74e0164a-fbf3-431b-83a0-0067e5c2f000 .shogun-image-content {
  
    align-items: center;
  
}

.s-74e0164a-fbf3-431b-83a0-0067e5c2f000.shg-align-container {
  text-align: left
}

.s-74e0164a-fbf3-431b-83a0-0067e5c2f000.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74e0164a-fbf3-431b-83a0-0067e5c2f000.shogun-image {
  box-sizing: border-box;
}


}
#s-eba1f5b3-3501-4c4e-afa6-d139ab634cd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-eba1f5b3-3501-4c4e-afa6-d139ab634cd0 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-eccd7574-e97c-4988-8f5c-79ce931a1460 {
  padding-left: 0%;
padding-right: 0%;
}

#s-a8bdc588-d9ab-40d7-ae11-00bcae271930 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-cb3d3091-b6e1-4793-af1f-4751f11a1643 {
  padding-left: 0%;
padding-right: 0%;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-a5ee9c43-af2e-458d-bd30-800a1fd2ad49 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 0px;
}

#s-a5ee9c43-af2e-458d-bd30-800a1fd2ad49 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a5ee9c43-af2e-458d-bd30-800a1fd2ad49 td.shogun-table-column {
  background-color: rgba(235, 234, 240, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-a5ee9c43-af2e-458d-bd30-800a1fd2ad49 td.shogun-table-row {
  background-color: #fff;
  padding: 24px;
}

#s-a5ee9c43-af2e-458d-bd30-800a1fd2ad49 td.shogun-table-column, #s-a5ee9c43-af2e-458d-bd30-800a1fd2ad49 td.shogun-table-row {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-3c407725-4697-4eb5-8708-fb5cc896c27b {
  padding-left: 0%;
padding-right: 0%;
}

#s-173b5c90-0951-4541-be9f-d5a99089688e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-173b5c90-0951-4541-be9f-d5a99089688e .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-897c868d-71b7-4773-b536-8bde81e82288 {
  padding-left: 0%;
padding-right: 0%;
}

.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-7e1475e2-fffd-4df8-99d4-f6dbb94472c6 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(235, 234, 240, 1);
border-style: solid;
}

#s-7e1475e2-fffd-4df8-99d4-f6dbb94472c6 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7e1475e2-fffd-4df8-99d4-f6dbb94472c6 .shg-sld-nav-button.shg-sld-left,
#s-7e1475e2-fffd-4df8-99d4-f6dbb94472c6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-32962b24-be48-44e3-858d-9051f89347ae {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-32962b24-be48-44e3-858d-9051f89347ae img.shogun-image,
  #s-32962b24-be48-44e3-858d-9051f89347ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32962b24-be48-44e3-858d-9051f89347ae {
    width: 100%;
    height: auto;
  }




.s-32962b24-be48-44e3-858d-9051f89347ae .shogun-image-content {
  
    align-items: center;
  
}

.s-32962b24-be48-44e3-858d-9051f89347ae.shg-align-container {
  text-align: center
}

.s-32962b24-be48-44e3-858d-9051f89347ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32962b24-be48-44e3-858d-9051f89347ae.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-32962b24-be48-44e3-858d-9051f89347ae img.shogun-image,
  #s-32962b24-be48-44e3-858d-9051f89347ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32962b24-be48-44e3-858d-9051f89347ae {
    width: 100%;
    height: auto;
  }




.s-32962b24-be48-44e3-858d-9051f89347ae .shogun-image-content {
  
    align-items: center;
  
}

.s-32962b24-be48-44e3-858d-9051f89347ae.shg-align-container {
  text-align: center
}

.s-32962b24-be48-44e3-858d-9051f89347ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32962b24-be48-44e3-858d-9051f89347ae.shogun-image {
  box-sizing: border-box;
}


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



  #s-32962b24-be48-44e3-858d-9051f89347ae img.shogun-image,
  #s-32962b24-be48-44e3-858d-9051f89347ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32962b24-be48-44e3-858d-9051f89347ae {
    width: 100%;
    height: auto;
  }




.s-32962b24-be48-44e3-858d-9051f89347ae .shogun-image-content {
  
    align-items: center;
  
}

.s-32962b24-be48-44e3-858d-9051f89347ae.shg-align-container {
  text-align: center
}

.s-32962b24-be48-44e3-858d-9051f89347ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32962b24-be48-44e3-858d-9051f89347ae.shogun-image {
  box-sizing: border-box;
}


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



  #s-32962b24-be48-44e3-858d-9051f89347ae img.shogun-image,
  #s-32962b24-be48-44e3-858d-9051f89347ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32962b24-be48-44e3-858d-9051f89347ae {
    width: 100%;
    height: auto;
  }




.s-32962b24-be48-44e3-858d-9051f89347ae .shogun-image-content {
  
    align-items: center;
  
}

.s-32962b24-be48-44e3-858d-9051f89347ae.shg-align-container {
  text-align: center
}

.s-32962b24-be48-44e3-858d-9051f89347ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32962b24-be48-44e3-858d-9051f89347ae.shogun-image {
  box-sizing: border-box;
}


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



  #s-32962b24-be48-44e3-858d-9051f89347ae img.shogun-image,
  #s-32962b24-be48-44e3-858d-9051f89347ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32962b24-be48-44e3-858d-9051f89347ae {
    width: 100%;
    height: auto;
  }




.s-32962b24-be48-44e3-858d-9051f89347ae .shogun-image-content {
  
    align-items: center;
  
}

.s-32962b24-be48-44e3-858d-9051f89347ae.shg-align-container {
  text-align: center
}

.s-32962b24-be48-44e3-858d-9051f89347ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32962b24-be48-44e3-858d-9051f89347ae.shogun-image {
  box-sizing: border-box;
}


}
#s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921 {
  max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921 img.shogun-image,
  #s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921 {
    width: 100%;
    height: auto;
  }




.s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921 .shogun-image-content {
  
    align-items: center;
  
}

.s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921.shg-align-container {
  text-align: center
}

.s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921 img.shogun-image,
  #s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921 {
    width: 100%;
    height: auto;
  }




.s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921 .shogun-image-content {
  
    align-items: center;
  
}

.s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921.shg-align-container {
  text-align: center
}

.s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921.shogun-image {
  box-sizing: border-box;
}


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



  #s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921 img.shogun-image,
  #s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921 {
    width: 100%;
    height: auto;
  }




.s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921 .shogun-image-content {
  
    align-items: center;
  
}

.s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921.shg-align-container {
  text-align: center
}

.s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921.shogun-image {
  box-sizing: border-box;
}


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



  #s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921 img.shogun-image,
  #s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921 {
    width: 100%;
    height: auto;
  }




.s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921 .shogun-image-content {
  
    align-items: center;
  
}

.s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921.shg-align-container {
  text-align: center
}

.s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921.shogun-image {
  box-sizing: border-box;
}


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



  #s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921 img.shogun-image,
  #s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921 {
    width: 100%;
    height: auto;
  }




.s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921 .shogun-image-content {
  
    align-items: center;
  
}

.s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921.shg-align-container {
  text-align: center
}

.s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48fb2d9b-a4bf-4bfa-b7f1-ed0b801f6921.shogun-image {
  box-sizing: border-box;
}


}
#s-e31fa5a4-3524-4499-945c-6eb4fd9930ff {
  max-width: 790px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e31fa5a4-3524-4499-945c-6eb4fd9930ff img.shogun-image,
  #s-e31fa5a4-3524-4499-945c-6eb4fd9930ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e31fa5a4-3524-4499-945c-6eb4fd9930ff {
    width: 100%;
    height: auto;
  }




.s-e31fa5a4-3524-4499-945c-6eb4fd9930ff .shogun-image-content {
  
    align-items: center;
  
}

.s-e31fa5a4-3524-4499-945c-6eb4fd9930ff.shg-align-container {
  text-align: center
}

.s-e31fa5a4-3524-4499-945c-6eb4fd9930ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e31fa5a4-3524-4499-945c-6eb4fd9930ff.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-e31fa5a4-3524-4499-945c-6eb4fd9930ff img.shogun-image,
  #s-e31fa5a4-3524-4499-945c-6eb4fd9930ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e31fa5a4-3524-4499-945c-6eb4fd9930ff {
    width: 100%;
    height: auto;
  }




.s-e31fa5a4-3524-4499-945c-6eb4fd9930ff .shogun-image-content {
  
    align-items: center;
  
}

.s-e31fa5a4-3524-4499-945c-6eb4fd9930ff.shg-align-container {
  text-align: center
}

.s-e31fa5a4-3524-4499-945c-6eb4fd9930ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e31fa5a4-3524-4499-945c-6eb4fd9930ff.shogun-image {
  box-sizing: border-box;
}


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



  #s-e31fa5a4-3524-4499-945c-6eb4fd9930ff img.shogun-image,
  #s-e31fa5a4-3524-4499-945c-6eb4fd9930ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e31fa5a4-3524-4499-945c-6eb4fd9930ff {
    width: 100%;
    height: auto;
  }




.s-e31fa5a4-3524-4499-945c-6eb4fd9930ff .shogun-image-content {
  
    align-items: center;
  
}

.s-e31fa5a4-3524-4499-945c-6eb4fd9930ff.shg-align-container {
  text-align: center
}

.s-e31fa5a4-3524-4499-945c-6eb4fd9930ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e31fa5a4-3524-4499-945c-6eb4fd9930ff.shogun-image {
  box-sizing: border-box;
}


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



  #s-e31fa5a4-3524-4499-945c-6eb4fd9930ff img.shogun-image,
  #s-e31fa5a4-3524-4499-945c-6eb4fd9930ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e31fa5a4-3524-4499-945c-6eb4fd9930ff {
    width: 100%;
    height: auto;
  }




.s-e31fa5a4-3524-4499-945c-6eb4fd9930ff .shogun-image-content {
  
    align-items: center;
  
}

.s-e31fa5a4-3524-4499-945c-6eb4fd9930ff.shg-align-container {
  text-align: center
}

.s-e31fa5a4-3524-4499-945c-6eb4fd9930ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e31fa5a4-3524-4499-945c-6eb4fd9930ff.shogun-image {
  box-sizing: border-box;
}


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



  #s-e31fa5a4-3524-4499-945c-6eb4fd9930ff img.shogun-image,
  #s-e31fa5a4-3524-4499-945c-6eb4fd9930ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e31fa5a4-3524-4499-945c-6eb4fd9930ff {
    width: 100%;
    height: auto;
  }




.s-e31fa5a4-3524-4499-945c-6eb4fd9930ff .shogun-image-content {
  
    align-items: center;
  
}

.s-e31fa5a4-3524-4499-945c-6eb4fd9930ff.shg-align-container {
  text-align: center
}

.s-e31fa5a4-3524-4499-945c-6eb4fd9930ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e31fa5a4-3524-4499-945c-6eb4fd9930ff.shogun-image {
  box-sizing: border-box;
}


}
#s-702a7219-7dc8-4036-9ad9-856f45cec4c5 {
  max-width: 790px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-702a7219-7dc8-4036-9ad9-856f45cec4c5 img.shogun-image,
  #s-702a7219-7dc8-4036-9ad9-856f45cec4c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-702a7219-7dc8-4036-9ad9-856f45cec4c5 {
    width: 100%;
    height: auto;
  }




.s-702a7219-7dc8-4036-9ad9-856f45cec4c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-702a7219-7dc8-4036-9ad9-856f45cec4c5.shg-align-container {
  text-align: center
}

.s-702a7219-7dc8-4036-9ad9-856f45cec4c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-702a7219-7dc8-4036-9ad9-856f45cec4c5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-702a7219-7dc8-4036-9ad9-856f45cec4c5 img.shogun-image,
  #s-702a7219-7dc8-4036-9ad9-856f45cec4c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-702a7219-7dc8-4036-9ad9-856f45cec4c5 {
    width: 100%;
    height: auto;
  }




.s-702a7219-7dc8-4036-9ad9-856f45cec4c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-702a7219-7dc8-4036-9ad9-856f45cec4c5.shg-align-container {
  text-align: center
}

.s-702a7219-7dc8-4036-9ad9-856f45cec4c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-702a7219-7dc8-4036-9ad9-856f45cec4c5.shogun-image {
  box-sizing: border-box;
}


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



  #s-702a7219-7dc8-4036-9ad9-856f45cec4c5 img.shogun-image,
  #s-702a7219-7dc8-4036-9ad9-856f45cec4c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-702a7219-7dc8-4036-9ad9-856f45cec4c5 {
    width: 100%;
    height: auto;
  }




.s-702a7219-7dc8-4036-9ad9-856f45cec4c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-702a7219-7dc8-4036-9ad9-856f45cec4c5.shg-align-container {
  text-align: center
}

.s-702a7219-7dc8-4036-9ad9-856f45cec4c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-702a7219-7dc8-4036-9ad9-856f45cec4c5.shogun-image {
  box-sizing: border-box;
}


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



  #s-702a7219-7dc8-4036-9ad9-856f45cec4c5 img.shogun-image,
  #s-702a7219-7dc8-4036-9ad9-856f45cec4c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-702a7219-7dc8-4036-9ad9-856f45cec4c5 {
    width: 100%;
    height: auto;
  }




.s-702a7219-7dc8-4036-9ad9-856f45cec4c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-702a7219-7dc8-4036-9ad9-856f45cec4c5.shg-align-container {
  text-align: center
}

.s-702a7219-7dc8-4036-9ad9-856f45cec4c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-702a7219-7dc8-4036-9ad9-856f45cec4c5.shogun-image {
  box-sizing: border-box;
}


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



  #s-702a7219-7dc8-4036-9ad9-856f45cec4c5 img.shogun-image,
  #s-702a7219-7dc8-4036-9ad9-856f45cec4c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-702a7219-7dc8-4036-9ad9-856f45cec4c5 {
    width: 100%;
    height: auto;
  }




.s-702a7219-7dc8-4036-9ad9-856f45cec4c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-702a7219-7dc8-4036-9ad9-856f45cec4c5.shg-align-container {
  text-align: center
}

.s-702a7219-7dc8-4036-9ad9-856f45cec4c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-702a7219-7dc8-4036-9ad9-856f45cec4c5.shogun-image {
  box-sizing: border-box;
}


}
#s-4bf07589-416b-41ba-8a83-597624762c43 {
  text-align: center;
}







  img.s-4bf07589-416b-41ba-8a83-597624762c43.shogun-image {
    
    
  }


.s-4bf07589-416b-41ba-8a83-597624762c43 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bf07589-416b-41ba-8a83-597624762c43.shg-align-container {
  text-align: center
}

.s-4bf07589-416b-41ba-8a83-597624762c43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bf07589-416b-41ba-8a83-597624762c43.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4bf07589-416b-41ba-8a83-597624762c43.shogun-image {
    
    
  }


.s-4bf07589-416b-41ba-8a83-597624762c43 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bf07589-416b-41ba-8a83-597624762c43.shg-align-container {
  text-align: center
}

.s-4bf07589-416b-41ba-8a83-597624762c43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bf07589-416b-41ba-8a83-597624762c43.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4bf07589-416b-41ba-8a83-597624762c43.shogun-image {
    
    
  }


.s-4bf07589-416b-41ba-8a83-597624762c43 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bf07589-416b-41ba-8a83-597624762c43.shg-align-container {
  text-align: center
}

.s-4bf07589-416b-41ba-8a83-597624762c43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bf07589-416b-41ba-8a83-597624762c43.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4bf07589-416b-41ba-8a83-597624762c43.shogun-image {
    
    
  }


.s-4bf07589-416b-41ba-8a83-597624762c43 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bf07589-416b-41ba-8a83-597624762c43.shg-align-container {
  text-align: center
}

.s-4bf07589-416b-41ba-8a83-597624762c43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bf07589-416b-41ba-8a83-597624762c43.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4bf07589-416b-41ba-8a83-597624762c43.shogun-image {
    
    
  }


.s-4bf07589-416b-41ba-8a83-597624762c43 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bf07589-416b-41ba-8a83-597624762c43.shg-align-container {
  text-align: center
}

.s-4bf07589-416b-41ba-8a83-597624762c43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bf07589-416b-41ba-8a83-597624762c43.shogun-image {
  box-sizing: border-box;
}


}
#s-c4565ec1-0d0e-4803-b75b-a9e2324085f3 {
  text-align: center;
}







  img.s-c4565ec1-0d0e-4803-b75b-a9e2324085f3.shogun-image {
    
    
  }


.s-c4565ec1-0d0e-4803-b75b-a9e2324085f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4565ec1-0d0e-4803-b75b-a9e2324085f3.shg-align-container {
  text-align: center
}

.s-c4565ec1-0d0e-4803-b75b-a9e2324085f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4565ec1-0d0e-4803-b75b-a9e2324085f3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c4565ec1-0d0e-4803-b75b-a9e2324085f3.shogun-image {
    
    
  }


.s-c4565ec1-0d0e-4803-b75b-a9e2324085f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4565ec1-0d0e-4803-b75b-a9e2324085f3.shg-align-container {
  text-align: center
}

.s-c4565ec1-0d0e-4803-b75b-a9e2324085f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4565ec1-0d0e-4803-b75b-a9e2324085f3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c4565ec1-0d0e-4803-b75b-a9e2324085f3.shogun-image {
    
    
  }


.s-c4565ec1-0d0e-4803-b75b-a9e2324085f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4565ec1-0d0e-4803-b75b-a9e2324085f3.shg-align-container {
  text-align: center
}

.s-c4565ec1-0d0e-4803-b75b-a9e2324085f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4565ec1-0d0e-4803-b75b-a9e2324085f3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c4565ec1-0d0e-4803-b75b-a9e2324085f3.shogun-image {
    
    
  }


.s-c4565ec1-0d0e-4803-b75b-a9e2324085f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4565ec1-0d0e-4803-b75b-a9e2324085f3.shg-align-container {
  text-align: center
}

.s-c4565ec1-0d0e-4803-b75b-a9e2324085f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4565ec1-0d0e-4803-b75b-a9e2324085f3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c4565ec1-0d0e-4803-b75b-a9e2324085f3.shogun-image {
    
    
  }


.s-c4565ec1-0d0e-4803-b75b-a9e2324085f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4565ec1-0d0e-4803-b75b-a9e2324085f3.shg-align-container {
  text-align: center
}

.s-c4565ec1-0d0e-4803-b75b-a9e2324085f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4565ec1-0d0e-4803-b75b-a9e2324085f3.shogun-image {
  box-sizing: border-box;
}


}
#s-dec12fa3-6d3e-4f0a-81fa-5e247e5e29d5 {
  text-align: center;
}







  img.s-dec12fa3-6d3e-4f0a-81fa-5e247e5e29d5.shogun-image {
    
    
  }


.s-dec12fa3-6d3e-4f0a-81fa-5e247e5e29d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-dec12fa3-6d3e-4f0a-81fa-5e247e5e29d5.shg-align-container {
  text-align: center
}

.s-dec12fa3-6d3e-4f0a-81fa-5e247e5e29d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dec12fa3-6d3e-4f0a-81fa-5e247e5e29d5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-dec12fa3-6d3e-4f0a-81fa-5e247e5e29d5.shogun-image {
    
    
  }


.s-dec12fa3-6d3e-4f0a-81fa-5e247e5e29d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-dec12fa3-6d3e-4f0a-81fa-5e247e5e29d5.shg-align-container {
  text-align: center
}

.s-dec12fa3-6d3e-4f0a-81fa-5e247e5e29d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dec12fa3-6d3e-4f0a-81fa-5e247e5e29d5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dec12fa3-6d3e-4f0a-81fa-5e247e5e29d5.shogun-image {
    
    
  }


.s-dec12fa3-6d3e-4f0a-81fa-5e247e5e29d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-dec12fa3-6d3e-4f0a-81fa-5e247e5e29d5.shg-align-container {
  text-align: center
}

.s-dec12fa3-6d3e-4f0a-81fa-5e247e5e29d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dec12fa3-6d3e-4f0a-81fa-5e247e5e29d5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dec12fa3-6d3e-4f0a-81fa-5e247e5e29d5.shogun-image {
    
    
  }


.s-dec12fa3-6d3e-4f0a-81fa-5e247e5e29d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-dec12fa3-6d3e-4f0a-81fa-5e247e5e29d5.shg-align-container {
  text-align: center
}

.s-dec12fa3-6d3e-4f0a-81fa-5e247e5e29d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dec12fa3-6d3e-4f0a-81fa-5e247e5e29d5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dec12fa3-6d3e-4f0a-81fa-5e247e5e29d5.shogun-image {
    
    
  }


.s-dec12fa3-6d3e-4f0a-81fa-5e247e5e29d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-dec12fa3-6d3e-4f0a-81fa-5e247e5e29d5.shg-align-container {
  text-align: center
}

.s-dec12fa3-6d3e-4f0a-81fa-5e247e5e29d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dec12fa3-6d3e-4f0a-81fa-5e247e5e29d5.shogun-image {
  box-sizing: border-box;
}


}
#s-c7d9e59c-6ae7-4282-8744-c1f3df5a3fac {
  padding-left: 0%;
padding-right: 0%;
}

#s-76012162-21c1-4474-a604-9245780f9b79 {
  padding-left: 0%;
padding-right: 0%;
}

#s-51ea4f86-b559-4cf2-be2d-a4a30614283d {
  padding-left: 0%;
padding-right: 0%;
}

#s-43f8cdf3-5d5f-456b-a945-73a493d43464 {
  padding-left: 0%;
padding-right: 0%;
}

#s-acdbf7a2-85bf-4b74-af14-cce2e93341bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-acdbf7a2-85bf-4b74-af14-cce2e93341bd .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-5c8a3f9b-acd5-47c0-9bd4-9c71edf001d0 {
  display: none;
}
#s-5c8a3f9b-acd5-47c0-9bd4-9c71edf001d0, #wrap-s-5c8a3f9b-acd5-47c0-9bd4-9c71edf001d0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5c8a3f9b-acd5-47c0-9bd4-9c71edf001d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c8a3f9b-acd5-47c0-9bd4-9c71edf001d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5c8a3f9b-acd5-47c0-9bd4-9c71edf001d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5c8a3f9b-acd5-47c0-9bd4-9c71edf001d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5c8a3f9b-acd5-47c0-9bd4-9c71edf001d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c8a3f9b-acd5-47c0-9bd4-9c71edf001d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5c8a3f9b-acd5-47c0-9bd4-9c71edf001d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2 {
  margin-top: 17px;
margin-left: 18%;
margin-bottom: 17px;
margin-right: 18%;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(235, 234, 240, 1);
border-style: solid;
max-width: 1200px;
aspect-ratio: 1200/1700;
text-align: left;
background-color: rgba(235, 234, 240, 1);
}





  #s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2 img.shogun-image,
  #s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2 {
    width: 100%;
    height: auto;
  }




.s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2.shg-align-container {
  text-align: left
}

.s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2 img.shogun-image,
  #s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2 {
    width: 100%;
    height: auto;
  }




.s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2.shg-align-container {
  text-align: left
}

.s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2.shogun-image {
  box-sizing: border-box;
}


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



  #s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2 img.shogun-image,
  #s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2 {
    width: 100%;
    height: auto;
  }




.s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2.shg-align-container {
  text-align: left
}

.s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2.shogun-image {
  box-sizing: border-box;
}


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



  #s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2 img.shogun-image,
  #s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2 {
    width: 100%;
    height: auto;
  }




.s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2.shg-align-container {
  text-align: left
}

.s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2.shogun-image {
  box-sizing: border-box;
}


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



  #s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2 img.shogun-image,
  #s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2 {
    width: 100%;
    height: auto;
  }




.s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2.shg-align-container {
  text-align: left
}

.s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f5c252a-1d37-4c5c-b9c1-3d6cade730a2.shogun-image {
  box-sizing: border-box;
}


}
#s-7e5434f0-8eb0-4ff2-a5e1-34eb5a6a529f {
  margin-top: -9px;
margin-left: 10%;
margin-bottom: -9px;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-7e5434f0-8eb0-4ff2-a5e1-34eb5a6a529f {
  display: none;
}
#s-7e5434f0-8eb0-4ff2-a5e1-34eb5a6a529f, #wrap-s-7e5434f0-8eb0-4ff2-a5e1-34eb5a6a529f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e5434f0-8eb0-4ff2-a5e1-34eb5a6a529f {
  display: none;
}
#s-7e5434f0-8eb0-4ff2-a5e1-34eb5a6a529f, #wrap-s-7e5434f0-8eb0-4ff2-a5e1-34eb5a6a529f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e5434f0-8eb0-4ff2-a5e1-34eb5a6a529f {
  display: none;
}
#s-7e5434f0-8eb0-4ff2-a5e1-34eb5a6a529f, #wrap-s-7e5434f0-8eb0-4ff2-a5e1-34eb5a6a529f { display:none !important; }}
@media (min-width: 0px) {
[id="s-7e5434f0-8eb0-4ff2-a5e1-34eb5a6a529f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e5434f0-8eb0-4ff2-a5e1-34eb5a6a529f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7e5434f0-8eb0-4ff2-a5e1-34eb5a6a529f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e5434f0-8eb0-4ff2-a5e1-34eb5a6a529f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a3d789a8-7916-453f-a3df-1dd06b94ad38 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
max-width: 1200px;
aspect-ratio: 1200/1700;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-a3d789a8-7916-453f-a3df-1dd06b94ad38 img.shogun-image,
  #s-a3d789a8-7916-453f-a3df-1dd06b94ad38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3d789a8-7916-453f-a3df-1dd06b94ad38 {
    width: 100%;
    height: auto;
  }



  img.s-a3d789a8-7916-453f-a3df-1dd06b94ad38.shogun-image {
    
    
  }


.s-a3d789a8-7916-453f-a3df-1dd06b94ad38 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3d789a8-7916-453f-a3df-1dd06b94ad38.shg-align-container {
  text-align: center
}

.s-a3d789a8-7916-453f-a3df-1dd06b94ad38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3d789a8-7916-453f-a3df-1dd06b94ad38.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-a3d789a8-7916-453f-a3df-1dd06b94ad38 img.shogun-image,
  #s-a3d789a8-7916-453f-a3df-1dd06b94ad38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3d789a8-7916-453f-a3df-1dd06b94ad38 {
    width: 100%;
    height: auto;
  }



  img.s-a3d789a8-7916-453f-a3df-1dd06b94ad38.shogun-image {
    
    
  }


.s-a3d789a8-7916-453f-a3df-1dd06b94ad38 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3d789a8-7916-453f-a3df-1dd06b94ad38.shg-align-container {
  text-align: center
}

.s-a3d789a8-7916-453f-a3df-1dd06b94ad38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3d789a8-7916-453f-a3df-1dd06b94ad38.shogun-image {
  box-sizing: border-box;
}


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



  #s-a3d789a8-7916-453f-a3df-1dd06b94ad38 img.shogun-image,
  #s-a3d789a8-7916-453f-a3df-1dd06b94ad38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3d789a8-7916-453f-a3df-1dd06b94ad38 {
    width: 100%;
    height: auto;
  }



  img.s-a3d789a8-7916-453f-a3df-1dd06b94ad38.shogun-image {
    
    
  }


.s-a3d789a8-7916-453f-a3df-1dd06b94ad38 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3d789a8-7916-453f-a3df-1dd06b94ad38.shg-align-container {
  text-align: center
}

.s-a3d789a8-7916-453f-a3df-1dd06b94ad38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3d789a8-7916-453f-a3df-1dd06b94ad38.shogun-image {
  box-sizing: border-box;
}


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



  #s-a3d789a8-7916-453f-a3df-1dd06b94ad38 img.shogun-image,
  #s-a3d789a8-7916-453f-a3df-1dd06b94ad38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3d789a8-7916-453f-a3df-1dd06b94ad38 {
    width: 100%;
    height: auto;
  }



  img.s-a3d789a8-7916-453f-a3df-1dd06b94ad38.shogun-image {
    
    
  }


.s-a3d789a8-7916-453f-a3df-1dd06b94ad38 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3d789a8-7916-453f-a3df-1dd06b94ad38.shg-align-container {
  text-align: center
}

.s-a3d789a8-7916-453f-a3df-1dd06b94ad38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3d789a8-7916-453f-a3df-1dd06b94ad38.shogun-image {
  box-sizing: border-box;
}


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



  #s-a3d789a8-7916-453f-a3df-1dd06b94ad38 img.shogun-image,
  #s-a3d789a8-7916-453f-a3df-1dd06b94ad38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3d789a8-7916-453f-a3df-1dd06b94ad38 {
    width: 100%;
    height: auto;
  }



  img.s-a3d789a8-7916-453f-a3df-1dd06b94ad38.shogun-image {
    
    
  }


.s-a3d789a8-7916-453f-a3df-1dd06b94ad38 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3d789a8-7916-453f-a3df-1dd06b94ad38.shg-align-container {
  text-align: center
}

.s-a3d789a8-7916-453f-a3df-1dd06b94ad38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3d789a8-7916-453f-a3df-1dd06b94ad38.shogun-image {
  box-sizing: border-box;
}


}
#s-2bece5a9-3f58-4a10-ae43-5e2f0d363a38 {
  padding-left: 0%;
padding-right: 0%;
}

#s-463759d4-1a7c-400e-abc1-58c7cd1182b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-463759d4-1a7c-400e-abc1-58c7cd1182b4 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-308c227d-a16c-42b2-bf67-4d0842e0d40f {
  padding-left: 0%;
padding-right: 0%;
}

#s-2014b249-ea0c-4b2b-9eea-5727f8a7a4df {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(235, 234, 240, 1);
border-style: solid;
}

#s-2014b249-ea0c-4b2b-9eea-5727f8a7a4df .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2014b249-ea0c-4b2b-9eea-5727f8a7a4df .shg-sld-nav-button.shg-sld-left,
#s-2014b249-ea0c-4b2b-9eea-5727f8a7a4df .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-cca1ce3f-e519-4906-a5b2-dd302f81ace1 {
  max-width: 2560px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-cca1ce3f-e519-4906-a5b2-dd302f81ace1 img.shogun-image,
  #s-cca1ce3f-e519-4906-a5b2-dd302f81ace1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cca1ce3f-e519-4906-a5b2-dd302f81ace1 {
    width: 100%;
    height: auto;
  }




.s-cca1ce3f-e519-4906-a5b2-dd302f81ace1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cca1ce3f-e519-4906-a5b2-dd302f81ace1.shg-align-container {
  text-align: center
}

.s-cca1ce3f-e519-4906-a5b2-dd302f81ace1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cca1ce3f-e519-4906-a5b2-dd302f81ace1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-cca1ce3f-e519-4906-a5b2-dd302f81ace1 img.shogun-image,
  #s-cca1ce3f-e519-4906-a5b2-dd302f81ace1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cca1ce3f-e519-4906-a5b2-dd302f81ace1 {
    width: 100%;
    height: auto;
  }




.s-cca1ce3f-e519-4906-a5b2-dd302f81ace1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cca1ce3f-e519-4906-a5b2-dd302f81ace1.shg-align-container {
  text-align: center
}

.s-cca1ce3f-e519-4906-a5b2-dd302f81ace1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cca1ce3f-e519-4906-a5b2-dd302f81ace1.shogun-image {
  box-sizing: border-box;
}


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



  #s-cca1ce3f-e519-4906-a5b2-dd302f81ace1 img.shogun-image,
  #s-cca1ce3f-e519-4906-a5b2-dd302f81ace1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cca1ce3f-e519-4906-a5b2-dd302f81ace1 {
    width: 100%;
    height: auto;
  }




.s-cca1ce3f-e519-4906-a5b2-dd302f81ace1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cca1ce3f-e519-4906-a5b2-dd302f81ace1.shg-align-container {
  text-align: center
}

.s-cca1ce3f-e519-4906-a5b2-dd302f81ace1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cca1ce3f-e519-4906-a5b2-dd302f81ace1.shogun-image {
  box-sizing: border-box;
}


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



  #s-cca1ce3f-e519-4906-a5b2-dd302f81ace1 img.shogun-image,
  #s-cca1ce3f-e519-4906-a5b2-dd302f81ace1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cca1ce3f-e519-4906-a5b2-dd302f81ace1 {
    width: 100%;
    height: auto;
  }




.s-cca1ce3f-e519-4906-a5b2-dd302f81ace1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cca1ce3f-e519-4906-a5b2-dd302f81ace1.shg-align-container {
  text-align: center
}

.s-cca1ce3f-e519-4906-a5b2-dd302f81ace1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cca1ce3f-e519-4906-a5b2-dd302f81ace1.shogun-image {
  box-sizing: border-box;
}


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



  #s-cca1ce3f-e519-4906-a5b2-dd302f81ace1 img.shogun-image,
  #s-cca1ce3f-e519-4906-a5b2-dd302f81ace1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cca1ce3f-e519-4906-a5b2-dd302f81ace1 {
    width: 100%;
    height: auto;
  }




.s-cca1ce3f-e519-4906-a5b2-dd302f81ace1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cca1ce3f-e519-4906-a5b2-dd302f81ace1.shg-align-container {
  text-align: center
}

.s-cca1ce3f-e519-4906-a5b2-dd302f81ace1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cca1ce3f-e519-4906-a5b2-dd302f81ace1.shogun-image {
  box-sizing: border-box;
}


}
#s-905ec6f3-4945-4957-9472-e60570cae9c8 {
  max-width: 1645px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-905ec6f3-4945-4957-9472-e60570cae9c8 img.shogun-image,
  #s-905ec6f3-4945-4957-9472-e60570cae9c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-905ec6f3-4945-4957-9472-e60570cae9c8 {
    width: 100%;
    height: auto;
  }




.s-905ec6f3-4945-4957-9472-e60570cae9c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-905ec6f3-4945-4957-9472-e60570cae9c8.shg-align-container {
  text-align: center
}

.s-905ec6f3-4945-4957-9472-e60570cae9c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-905ec6f3-4945-4957-9472-e60570cae9c8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-905ec6f3-4945-4957-9472-e60570cae9c8 img.shogun-image,
  #s-905ec6f3-4945-4957-9472-e60570cae9c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-905ec6f3-4945-4957-9472-e60570cae9c8 {
    width: 100%;
    height: auto;
  }




.s-905ec6f3-4945-4957-9472-e60570cae9c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-905ec6f3-4945-4957-9472-e60570cae9c8.shg-align-container {
  text-align: center
}

.s-905ec6f3-4945-4957-9472-e60570cae9c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-905ec6f3-4945-4957-9472-e60570cae9c8.shogun-image {
  box-sizing: border-box;
}


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



  #s-905ec6f3-4945-4957-9472-e60570cae9c8 img.shogun-image,
  #s-905ec6f3-4945-4957-9472-e60570cae9c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-905ec6f3-4945-4957-9472-e60570cae9c8 {
    width: 100%;
    height: auto;
  }




.s-905ec6f3-4945-4957-9472-e60570cae9c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-905ec6f3-4945-4957-9472-e60570cae9c8.shg-align-container {
  text-align: center
}

.s-905ec6f3-4945-4957-9472-e60570cae9c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-905ec6f3-4945-4957-9472-e60570cae9c8.shogun-image {
  box-sizing: border-box;
}


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



  #s-905ec6f3-4945-4957-9472-e60570cae9c8 img.shogun-image,
  #s-905ec6f3-4945-4957-9472-e60570cae9c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-905ec6f3-4945-4957-9472-e60570cae9c8 {
    width: 100%;
    height: auto;
  }




.s-905ec6f3-4945-4957-9472-e60570cae9c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-905ec6f3-4945-4957-9472-e60570cae9c8.shg-align-container {
  text-align: center
}

.s-905ec6f3-4945-4957-9472-e60570cae9c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-905ec6f3-4945-4957-9472-e60570cae9c8.shogun-image {
  box-sizing: border-box;
}


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



  #s-905ec6f3-4945-4957-9472-e60570cae9c8 img.shogun-image,
  #s-905ec6f3-4945-4957-9472-e60570cae9c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-905ec6f3-4945-4957-9472-e60570cae9c8 {
    width: 100%;
    height: auto;
  }




.s-905ec6f3-4945-4957-9472-e60570cae9c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-905ec6f3-4945-4957-9472-e60570cae9c8.shg-align-container {
  text-align: center
}

.s-905ec6f3-4945-4957-9472-e60570cae9c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-905ec6f3-4945-4957-9472-e60570cae9c8.shogun-image {
  box-sizing: border-box;
}


}
#s-1a7963d1-a59b-46b9-9e28-5e2041c8871e {
  max-width: 5290px;
aspect-ratio: 5290/4288;
text-align: center;
}





  #s-1a7963d1-a59b-46b9-9e28-5e2041c8871e img.shogun-image,
  #s-1a7963d1-a59b-46b9-9e28-5e2041c8871e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a7963d1-a59b-46b9-9e28-5e2041c8871e {
    width: 100%;
    height: auto;
  }




.s-1a7963d1-a59b-46b9-9e28-5e2041c8871e .shogun-image-content {
  
    align-items: center;
  
}

.s-1a7963d1-a59b-46b9-9e28-5e2041c8871e.shg-align-container {
  text-align: center
}

.s-1a7963d1-a59b-46b9-9e28-5e2041c8871e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a7963d1-a59b-46b9-9e28-5e2041c8871e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-1a7963d1-a59b-46b9-9e28-5e2041c8871e img.shogun-image,
  #s-1a7963d1-a59b-46b9-9e28-5e2041c8871e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a7963d1-a59b-46b9-9e28-5e2041c8871e {
    width: 100%;
    height: auto;
  }




.s-1a7963d1-a59b-46b9-9e28-5e2041c8871e .shogun-image-content {
  
    align-items: center;
  
}

.s-1a7963d1-a59b-46b9-9e28-5e2041c8871e.shg-align-container {
  text-align: center
}

.s-1a7963d1-a59b-46b9-9e28-5e2041c8871e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a7963d1-a59b-46b9-9e28-5e2041c8871e.shogun-image {
  box-sizing: border-box;
}


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



  #s-1a7963d1-a59b-46b9-9e28-5e2041c8871e img.shogun-image,
  #s-1a7963d1-a59b-46b9-9e28-5e2041c8871e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a7963d1-a59b-46b9-9e28-5e2041c8871e {
    width: 100%;
    height: auto;
  }




.s-1a7963d1-a59b-46b9-9e28-5e2041c8871e .shogun-image-content {
  
    align-items: center;
  
}

.s-1a7963d1-a59b-46b9-9e28-5e2041c8871e.shg-align-container {
  text-align: center
}

.s-1a7963d1-a59b-46b9-9e28-5e2041c8871e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a7963d1-a59b-46b9-9e28-5e2041c8871e.shogun-image {
  box-sizing: border-box;
}


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



  #s-1a7963d1-a59b-46b9-9e28-5e2041c8871e img.shogun-image,
  #s-1a7963d1-a59b-46b9-9e28-5e2041c8871e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a7963d1-a59b-46b9-9e28-5e2041c8871e {
    width: 100%;
    height: auto;
  }




.s-1a7963d1-a59b-46b9-9e28-5e2041c8871e .shogun-image-content {
  
    align-items: center;
  
}

.s-1a7963d1-a59b-46b9-9e28-5e2041c8871e.shg-align-container {
  text-align: center
}

.s-1a7963d1-a59b-46b9-9e28-5e2041c8871e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a7963d1-a59b-46b9-9e28-5e2041c8871e.shogun-image {
  box-sizing: border-box;
}


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



  #s-1a7963d1-a59b-46b9-9e28-5e2041c8871e img.shogun-image,
  #s-1a7963d1-a59b-46b9-9e28-5e2041c8871e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a7963d1-a59b-46b9-9e28-5e2041c8871e {
    width: 100%;
    height: auto;
  }




.s-1a7963d1-a59b-46b9-9e28-5e2041c8871e .shogun-image-content {
  
    align-items: center;
  
}

.s-1a7963d1-a59b-46b9-9e28-5e2041c8871e.shg-align-container {
  text-align: center
}

.s-1a7963d1-a59b-46b9-9e28-5e2041c8871e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a7963d1-a59b-46b9-9e28-5e2041c8871e.shogun-image {
  box-sizing: border-box;
}


}
#s-1805c453-dd25-4e82-8315-fe84e043f7d5 {
  max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1805c453-dd25-4e82-8315-fe84e043f7d5 img.shogun-image,
  #s-1805c453-dd25-4e82-8315-fe84e043f7d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1805c453-dd25-4e82-8315-fe84e043f7d5 {
    width: 100%;
    height: auto;
  }




.s-1805c453-dd25-4e82-8315-fe84e043f7d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1805c453-dd25-4e82-8315-fe84e043f7d5.shg-align-container {
  text-align: center
}

.s-1805c453-dd25-4e82-8315-fe84e043f7d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1805c453-dd25-4e82-8315-fe84e043f7d5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-1805c453-dd25-4e82-8315-fe84e043f7d5 img.shogun-image,
  #s-1805c453-dd25-4e82-8315-fe84e043f7d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1805c453-dd25-4e82-8315-fe84e043f7d5 {
    width: 100%;
    height: auto;
  }




.s-1805c453-dd25-4e82-8315-fe84e043f7d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1805c453-dd25-4e82-8315-fe84e043f7d5.shg-align-container {
  text-align: center
}

.s-1805c453-dd25-4e82-8315-fe84e043f7d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1805c453-dd25-4e82-8315-fe84e043f7d5.shogun-image {
  box-sizing: border-box;
}


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



  #s-1805c453-dd25-4e82-8315-fe84e043f7d5 img.shogun-image,
  #s-1805c453-dd25-4e82-8315-fe84e043f7d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1805c453-dd25-4e82-8315-fe84e043f7d5 {
    width: 100%;
    height: auto;
  }




.s-1805c453-dd25-4e82-8315-fe84e043f7d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1805c453-dd25-4e82-8315-fe84e043f7d5.shg-align-container {
  text-align: center
}

.s-1805c453-dd25-4e82-8315-fe84e043f7d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1805c453-dd25-4e82-8315-fe84e043f7d5.shogun-image {
  box-sizing: border-box;
}


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



  #s-1805c453-dd25-4e82-8315-fe84e043f7d5 img.shogun-image,
  #s-1805c453-dd25-4e82-8315-fe84e043f7d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1805c453-dd25-4e82-8315-fe84e043f7d5 {
    width: 100%;
    height: auto;
  }




.s-1805c453-dd25-4e82-8315-fe84e043f7d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1805c453-dd25-4e82-8315-fe84e043f7d5.shg-align-container {
  text-align: center
}

.s-1805c453-dd25-4e82-8315-fe84e043f7d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1805c453-dd25-4e82-8315-fe84e043f7d5.shogun-image {
  box-sizing: border-box;
}


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



  #s-1805c453-dd25-4e82-8315-fe84e043f7d5 img.shogun-image,
  #s-1805c453-dd25-4e82-8315-fe84e043f7d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1805c453-dd25-4e82-8315-fe84e043f7d5 {
    width: 100%;
    height: auto;
  }




.s-1805c453-dd25-4e82-8315-fe84e043f7d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1805c453-dd25-4e82-8315-fe84e043f7d5.shg-align-container {
  text-align: center
}

.s-1805c453-dd25-4e82-8315-fe84e043f7d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1805c453-dd25-4e82-8315-fe84e043f7d5.shogun-image {
  box-sizing: border-box;
}


}
#s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae {
  max-width: 790px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae img.shogun-image,
  #s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae {
    width: 100%;
    height: auto;
  }




.s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae .shogun-image-content {
  
    align-items: center;
  
}

.s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae.shg-align-container {
  text-align: center
}

.s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae img.shogun-image,
  #s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae {
    width: 100%;
    height: auto;
  }




.s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae .shogun-image-content {
  
    align-items: center;
  
}

.s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae.shg-align-container {
  text-align: center
}

.s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae.shogun-image {
  box-sizing: border-box;
}


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



  #s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae img.shogun-image,
  #s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae {
    width: 100%;
    height: auto;
  }




.s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae .shogun-image-content {
  
    align-items: center;
  
}

.s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae.shg-align-container {
  text-align: center
}

.s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae.shogun-image {
  box-sizing: border-box;
}


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



  #s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae img.shogun-image,
  #s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae {
    width: 100%;
    height: auto;
  }




.s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae .shogun-image-content {
  
    align-items: center;
  
}

.s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae.shg-align-container {
  text-align: center
}

.s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae.shogun-image {
  box-sizing: border-box;
}


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



  #s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae img.shogun-image,
  #s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae {
    width: 100%;
    height: auto;
  }




.s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae .shogun-image-content {
  
    align-items: center;
  
}

.s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae.shg-align-container {
  text-align: center
}

.s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e55e8d1c-4c65-4330-8d87-51c7c9d12cae.shogun-image {
  box-sizing: border-box;
}


}
#s-20e78f93-2b29-4abd-85ac-407f94ee8022 {
  text-align: center;
}







  img.s-20e78f93-2b29-4abd-85ac-407f94ee8022.shogun-image {
    
    
  }


.s-20e78f93-2b29-4abd-85ac-407f94ee8022 .shogun-image-content {
  
    align-items: center;
  
}

.s-20e78f93-2b29-4abd-85ac-407f94ee8022.shg-align-container {
  text-align: center
}

.s-20e78f93-2b29-4abd-85ac-407f94ee8022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20e78f93-2b29-4abd-85ac-407f94ee8022.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-20e78f93-2b29-4abd-85ac-407f94ee8022.shogun-image {
    
    
  }


.s-20e78f93-2b29-4abd-85ac-407f94ee8022 .shogun-image-content {
  
    align-items: center;
  
}

.s-20e78f93-2b29-4abd-85ac-407f94ee8022.shg-align-container {
  text-align: center
}

.s-20e78f93-2b29-4abd-85ac-407f94ee8022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20e78f93-2b29-4abd-85ac-407f94ee8022.shogun-image {
  box-sizing: border-box;
}


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





  img.s-20e78f93-2b29-4abd-85ac-407f94ee8022.shogun-image {
    
    
  }


.s-20e78f93-2b29-4abd-85ac-407f94ee8022 .shogun-image-content {
  
    align-items: center;
  
}

.s-20e78f93-2b29-4abd-85ac-407f94ee8022.shg-align-container {
  text-align: center
}

.s-20e78f93-2b29-4abd-85ac-407f94ee8022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20e78f93-2b29-4abd-85ac-407f94ee8022.shogun-image {
  box-sizing: border-box;
}


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





  img.s-20e78f93-2b29-4abd-85ac-407f94ee8022.shogun-image {
    
    
  }


.s-20e78f93-2b29-4abd-85ac-407f94ee8022 .shogun-image-content {
  
    align-items: center;
  
}

.s-20e78f93-2b29-4abd-85ac-407f94ee8022.shg-align-container {
  text-align: center
}

.s-20e78f93-2b29-4abd-85ac-407f94ee8022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20e78f93-2b29-4abd-85ac-407f94ee8022.shogun-image {
  box-sizing: border-box;
}


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





  img.s-20e78f93-2b29-4abd-85ac-407f94ee8022.shogun-image {
    
    
  }


.s-20e78f93-2b29-4abd-85ac-407f94ee8022 .shogun-image-content {
  
    align-items: center;
  
}

.s-20e78f93-2b29-4abd-85ac-407f94ee8022.shg-align-container {
  text-align: center
}

.s-20e78f93-2b29-4abd-85ac-407f94ee8022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20e78f93-2b29-4abd-85ac-407f94ee8022.shogun-image {
  box-sizing: border-box;
}


}
#s-6d2f72c9-b997-4eab-8b1a-5fd084966108 {
  text-align: center;
}







  img.s-6d2f72c9-b997-4eab-8b1a-5fd084966108.shogun-image {
    
    
  }


.s-6d2f72c9-b997-4eab-8b1a-5fd084966108 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d2f72c9-b997-4eab-8b1a-5fd084966108.shg-align-container {
  text-align: center
}

.s-6d2f72c9-b997-4eab-8b1a-5fd084966108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d2f72c9-b997-4eab-8b1a-5fd084966108.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6d2f72c9-b997-4eab-8b1a-5fd084966108.shogun-image {
    
    
  }


.s-6d2f72c9-b997-4eab-8b1a-5fd084966108 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d2f72c9-b997-4eab-8b1a-5fd084966108.shg-align-container {
  text-align: center
}

.s-6d2f72c9-b997-4eab-8b1a-5fd084966108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d2f72c9-b997-4eab-8b1a-5fd084966108.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6d2f72c9-b997-4eab-8b1a-5fd084966108.shogun-image {
    
    
  }


.s-6d2f72c9-b997-4eab-8b1a-5fd084966108 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d2f72c9-b997-4eab-8b1a-5fd084966108.shg-align-container {
  text-align: center
}

.s-6d2f72c9-b997-4eab-8b1a-5fd084966108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d2f72c9-b997-4eab-8b1a-5fd084966108.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6d2f72c9-b997-4eab-8b1a-5fd084966108.shogun-image {
    
    
  }


.s-6d2f72c9-b997-4eab-8b1a-5fd084966108 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d2f72c9-b997-4eab-8b1a-5fd084966108.shg-align-container {
  text-align: center
}

.s-6d2f72c9-b997-4eab-8b1a-5fd084966108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d2f72c9-b997-4eab-8b1a-5fd084966108.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6d2f72c9-b997-4eab-8b1a-5fd084966108.shogun-image {
    
    
  }


.s-6d2f72c9-b997-4eab-8b1a-5fd084966108 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d2f72c9-b997-4eab-8b1a-5fd084966108.shg-align-container {
  text-align: center
}

.s-6d2f72c9-b997-4eab-8b1a-5fd084966108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d2f72c9-b997-4eab-8b1a-5fd084966108.shogun-image {
  box-sizing: border-box;
}


}
#s-8646deb2-e704-491c-b58d-eb9a3c425615 {
  text-align: center;
}







  img.s-8646deb2-e704-491c-b58d-eb9a3c425615.shogun-image {
    
    
  }


.s-8646deb2-e704-491c-b58d-eb9a3c425615 .shogun-image-content {
  
    align-items: center;
  
}

.s-8646deb2-e704-491c-b58d-eb9a3c425615.shg-align-container {
  text-align: center
}

.s-8646deb2-e704-491c-b58d-eb9a3c425615.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8646deb2-e704-491c-b58d-eb9a3c425615.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8646deb2-e704-491c-b58d-eb9a3c425615.shogun-image {
    
    
  }


.s-8646deb2-e704-491c-b58d-eb9a3c425615 .shogun-image-content {
  
    align-items: center;
  
}

.s-8646deb2-e704-491c-b58d-eb9a3c425615.shg-align-container {
  text-align: center
}

.s-8646deb2-e704-491c-b58d-eb9a3c425615.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8646deb2-e704-491c-b58d-eb9a3c425615.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8646deb2-e704-491c-b58d-eb9a3c425615.shogun-image {
    
    
  }


.s-8646deb2-e704-491c-b58d-eb9a3c425615 .shogun-image-content {
  
    align-items: center;
  
}

.s-8646deb2-e704-491c-b58d-eb9a3c425615.shg-align-container {
  text-align: center
}

.s-8646deb2-e704-491c-b58d-eb9a3c425615.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8646deb2-e704-491c-b58d-eb9a3c425615.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8646deb2-e704-491c-b58d-eb9a3c425615.shogun-image {
    
    
  }


.s-8646deb2-e704-491c-b58d-eb9a3c425615 .shogun-image-content {
  
    align-items: center;
  
}

.s-8646deb2-e704-491c-b58d-eb9a3c425615.shg-align-container {
  text-align: center
}

.s-8646deb2-e704-491c-b58d-eb9a3c425615.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8646deb2-e704-491c-b58d-eb9a3c425615.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8646deb2-e704-491c-b58d-eb9a3c425615.shogun-image {
    
    
  }


.s-8646deb2-e704-491c-b58d-eb9a3c425615 .shogun-image-content {
  
    align-items: center;
  
}

.s-8646deb2-e704-491c-b58d-eb9a3c425615.shg-align-container {
  text-align: center
}

.s-8646deb2-e704-491c-b58d-eb9a3c425615.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8646deb2-e704-491c-b58d-eb9a3c425615.shogun-image {
  box-sizing: border-box;
}


}
#s-2bb03d73-77a5-4ea1-9bcb-94c14b1420f0 {
  padding-left: 0%;
padding-right: 0%;
}

#s-8ab48864-099d-47c4-98b7-780340033160 {
  padding-left: 0%;
padding-right: 0%;
}

#s-f08c11ed-1844-4740-ac27-4f94db30bacb {
  padding-left: 0%;
padding-right: 0%;
}

#s-d7b5cb22-ba30-469a-9aa2-3aac0fec587b {
  padding-left: 0%;
padding-right: 0%;
}

#s-280c21eb-bc81-454b-9fbc-f34685b3ffc9 {
  padding-left: 0%;
padding-right: 0%;
}

#s-81330b59-3899-4256-9540-70879165f667 {
  margin-top: -10px;
margin-bottom: -10px;
padding-left: 0%;
padding-right: 0%;
}

#s-d09b7234-357f-4b9c-b7fc-d9ef728fbf47 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d09b7234-357f-4b9c-b7fc-d9ef728fbf47 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-a22e1bf4-a5ab-4557-80e8-44cd2171120c {
  padding-left: 0%;
padding-right: 0%;
}

#s-cdd6d0c9-7853-4eff-b31b-0a15d9454208 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-00d8e349-5d57-490a-830d-7fee349eee87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-00d8e349-5d57-490a-830d-7fee349eee87 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-8654ef6f-4b3f-4446-8776-58cbc8cc1d0c {
  padding-left: 0%;
padding-right: 0%;
}

#s-822b194c-4e7b-4c0a-a995-214faaf5c926 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(235, 234, 240, 1);
border-style: solid;
}

#s-822b194c-4e7b-4c0a-a995-214faaf5c926 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-822b194c-4e7b-4c0a-a995-214faaf5c926 .shg-sld-nav-button.shg-sld-left,
#s-822b194c-4e7b-4c0a-a995-214faaf5c926 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-df6b076a-5b80-4e75-885d-d87a9b22d8fa {
  max-width: 3288px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-df6b076a-5b80-4e75-885d-d87a9b22d8fa img.shogun-image,
  #s-df6b076a-5b80-4e75-885d-d87a9b22d8fa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-df6b076a-5b80-4e75-885d-d87a9b22d8fa {
    width: 100%;
    height: auto;
  }



  img.s-df6b076a-5b80-4e75-885d-d87a9b22d8fa.shogun-image {
    
    
  }


.s-df6b076a-5b80-4e75-885d-d87a9b22d8fa .shogun-image-content {
  
    align-items: center;
  
}

.s-df6b076a-5b80-4e75-885d-d87a9b22d8fa.shg-align-container {
  text-align: center
}

.s-df6b076a-5b80-4e75-885d-d87a9b22d8fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df6b076a-5b80-4e75-885d-d87a9b22d8fa.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-df6b076a-5b80-4e75-885d-d87a9b22d8fa img.shogun-image,
  #s-df6b076a-5b80-4e75-885d-d87a9b22d8fa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-df6b076a-5b80-4e75-885d-d87a9b22d8fa {
    width: 100%;
    height: auto;
  }



  img.s-df6b076a-5b80-4e75-885d-d87a9b22d8fa.shogun-image {
    
    
  }


.s-df6b076a-5b80-4e75-885d-d87a9b22d8fa .shogun-image-content {
  
    align-items: center;
  
}

.s-df6b076a-5b80-4e75-885d-d87a9b22d8fa.shg-align-container {
  text-align: center
}

.s-df6b076a-5b80-4e75-885d-d87a9b22d8fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df6b076a-5b80-4e75-885d-d87a9b22d8fa.shogun-image {
  box-sizing: border-box;
}


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



  #s-df6b076a-5b80-4e75-885d-d87a9b22d8fa img.shogun-image,
  #s-df6b076a-5b80-4e75-885d-d87a9b22d8fa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-df6b076a-5b80-4e75-885d-d87a9b22d8fa {
    width: 100%;
    height: auto;
  }



  img.s-df6b076a-5b80-4e75-885d-d87a9b22d8fa.shogun-image {
    
    
  }


.s-df6b076a-5b80-4e75-885d-d87a9b22d8fa .shogun-image-content {
  
    align-items: center;
  
}

.s-df6b076a-5b80-4e75-885d-d87a9b22d8fa.shg-align-container {
  text-align: center
}

.s-df6b076a-5b80-4e75-885d-d87a9b22d8fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df6b076a-5b80-4e75-885d-d87a9b22d8fa.shogun-image {
  box-sizing: border-box;
}


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



  #s-df6b076a-5b80-4e75-885d-d87a9b22d8fa img.shogun-image,
  #s-df6b076a-5b80-4e75-885d-d87a9b22d8fa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-df6b076a-5b80-4e75-885d-d87a9b22d8fa {
    width: 100%;
    height: auto;
  }



  img.s-df6b076a-5b80-4e75-885d-d87a9b22d8fa.shogun-image {
    
    
  }


.s-df6b076a-5b80-4e75-885d-d87a9b22d8fa .shogun-image-content {
  
    align-items: center;
  
}

.s-df6b076a-5b80-4e75-885d-d87a9b22d8fa.shg-align-container {
  text-align: center
}

.s-df6b076a-5b80-4e75-885d-d87a9b22d8fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df6b076a-5b80-4e75-885d-d87a9b22d8fa.shogun-image {
  box-sizing: border-box;
}


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



  #s-df6b076a-5b80-4e75-885d-d87a9b22d8fa img.shogun-image,
  #s-df6b076a-5b80-4e75-885d-d87a9b22d8fa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-df6b076a-5b80-4e75-885d-d87a9b22d8fa {
    width: 100%;
    height: auto;
  }



  img.s-df6b076a-5b80-4e75-885d-d87a9b22d8fa.shogun-image {
    
    
  }


.s-df6b076a-5b80-4e75-885d-d87a9b22d8fa .shogun-image-content {
  
    align-items: center;
  
}

.s-df6b076a-5b80-4e75-885d-d87a9b22d8fa.shg-align-container {
  text-align: center
}

.s-df6b076a-5b80-4e75-885d-d87a9b22d8fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df6b076a-5b80-4e75-885d-d87a9b22d8fa.shogun-image {
  box-sizing: border-box;
}


}
#s-d27c04cf-6a42-452d-a0a4-fb3931a215ec {
  max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d27c04cf-6a42-452d-a0a4-fb3931a215ec img.shogun-image,
  #s-d27c04cf-6a42-452d-a0a4-fb3931a215ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d27c04cf-6a42-452d-a0a4-fb3931a215ec {
    width: 100%;
    height: auto;
  }



  img.s-d27c04cf-6a42-452d-a0a4-fb3931a215ec.shogun-image {
    
    
  }


.s-d27c04cf-6a42-452d-a0a4-fb3931a215ec .shogun-image-content {
  
    align-items: center;
  
}

.s-d27c04cf-6a42-452d-a0a4-fb3931a215ec.shg-align-container {
  text-align: center
}

.s-d27c04cf-6a42-452d-a0a4-fb3931a215ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d27c04cf-6a42-452d-a0a4-fb3931a215ec.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-d27c04cf-6a42-452d-a0a4-fb3931a215ec img.shogun-image,
  #s-d27c04cf-6a42-452d-a0a4-fb3931a215ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d27c04cf-6a42-452d-a0a4-fb3931a215ec {
    width: 100%;
    height: auto;
  }



  img.s-d27c04cf-6a42-452d-a0a4-fb3931a215ec.shogun-image {
    
    
  }


.s-d27c04cf-6a42-452d-a0a4-fb3931a215ec .shogun-image-content {
  
    align-items: center;
  
}

.s-d27c04cf-6a42-452d-a0a4-fb3931a215ec.shg-align-container {
  text-align: center
}

.s-d27c04cf-6a42-452d-a0a4-fb3931a215ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d27c04cf-6a42-452d-a0a4-fb3931a215ec.shogun-image {
  box-sizing: border-box;
}


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



  #s-d27c04cf-6a42-452d-a0a4-fb3931a215ec img.shogun-image,
  #s-d27c04cf-6a42-452d-a0a4-fb3931a215ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d27c04cf-6a42-452d-a0a4-fb3931a215ec {
    width: 100%;
    height: auto;
  }



  img.s-d27c04cf-6a42-452d-a0a4-fb3931a215ec.shogun-image {
    
    
  }


.s-d27c04cf-6a42-452d-a0a4-fb3931a215ec .shogun-image-content {
  
    align-items: center;
  
}

.s-d27c04cf-6a42-452d-a0a4-fb3931a215ec.shg-align-container {
  text-align: center
}

.s-d27c04cf-6a42-452d-a0a4-fb3931a215ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d27c04cf-6a42-452d-a0a4-fb3931a215ec.shogun-image {
  box-sizing: border-box;
}


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



  #s-d27c04cf-6a42-452d-a0a4-fb3931a215ec img.shogun-image,
  #s-d27c04cf-6a42-452d-a0a4-fb3931a215ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d27c04cf-6a42-452d-a0a4-fb3931a215ec {
    width: 100%;
    height: auto;
  }



  img.s-d27c04cf-6a42-452d-a0a4-fb3931a215ec.shogun-image {
    
    
  }


.s-d27c04cf-6a42-452d-a0a4-fb3931a215ec .shogun-image-content {
  
    align-items: center;
  
}

.s-d27c04cf-6a42-452d-a0a4-fb3931a215ec.shg-align-container {
  text-align: center
}

.s-d27c04cf-6a42-452d-a0a4-fb3931a215ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d27c04cf-6a42-452d-a0a4-fb3931a215ec.shogun-image {
  box-sizing: border-box;
}


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



  #s-d27c04cf-6a42-452d-a0a4-fb3931a215ec img.shogun-image,
  #s-d27c04cf-6a42-452d-a0a4-fb3931a215ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d27c04cf-6a42-452d-a0a4-fb3931a215ec {
    width: 100%;
    height: auto;
  }



  img.s-d27c04cf-6a42-452d-a0a4-fb3931a215ec.shogun-image {
    
    
  }


.s-d27c04cf-6a42-452d-a0a4-fb3931a215ec .shogun-image-content {
  
    align-items: center;
  
}

.s-d27c04cf-6a42-452d-a0a4-fb3931a215ec.shg-align-container {
  text-align: center
}

.s-d27c04cf-6a42-452d-a0a4-fb3931a215ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d27c04cf-6a42-452d-a0a4-fb3931a215ec.shogun-image {
  box-sizing: border-box;
}


}
#s-bafeb14f-e634-430a-b382-27763fa54c67 {
  max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-bafeb14f-e634-430a-b382-27763fa54c67 img.shogun-image,
  #s-bafeb14f-e634-430a-b382-27763fa54c67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bafeb14f-e634-430a-b382-27763fa54c67 {
    width: 100%;
    height: auto;
  }



  img.s-bafeb14f-e634-430a-b382-27763fa54c67.shogun-image {
    
    
  }


.s-bafeb14f-e634-430a-b382-27763fa54c67 .shogun-image-content {
  
    align-items: center;
  
}

.s-bafeb14f-e634-430a-b382-27763fa54c67.shg-align-container {
  text-align: center
}

.s-bafeb14f-e634-430a-b382-27763fa54c67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bafeb14f-e634-430a-b382-27763fa54c67.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-bafeb14f-e634-430a-b382-27763fa54c67 img.shogun-image,
  #s-bafeb14f-e634-430a-b382-27763fa54c67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bafeb14f-e634-430a-b382-27763fa54c67 {
    width: 100%;
    height: auto;
  }



  img.s-bafeb14f-e634-430a-b382-27763fa54c67.shogun-image {
    
    
  }


.s-bafeb14f-e634-430a-b382-27763fa54c67 .shogun-image-content {
  
    align-items: center;
  
}

.s-bafeb14f-e634-430a-b382-27763fa54c67.shg-align-container {
  text-align: center
}

.s-bafeb14f-e634-430a-b382-27763fa54c67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bafeb14f-e634-430a-b382-27763fa54c67.shogun-image {
  box-sizing: border-box;
}


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



  #s-bafeb14f-e634-430a-b382-27763fa54c67 img.shogun-image,
  #s-bafeb14f-e634-430a-b382-27763fa54c67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bafeb14f-e634-430a-b382-27763fa54c67 {
    width: 100%;
    height: auto;
  }



  img.s-bafeb14f-e634-430a-b382-27763fa54c67.shogun-image {
    
    
  }


.s-bafeb14f-e634-430a-b382-27763fa54c67 .shogun-image-content {
  
    align-items: center;
  
}

.s-bafeb14f-e634-430a-b382-27763fa54c67.shg-align-container {
  text-align: center
}

.s-bafeb14f-e634-430a-b382-27763fa54c67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bafeb14f-e634-430a-b382-27763fa54c67.shogun-image {
  box-sizing: border-box;
}


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



  #s-bafeb14f-e634-430a-b382-27763fa54c67 img.shogun-image,
  #s-bafeb14f-e634-430a-b382-27763fa54c67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bafeb14f-e634-430a-b382-27763fa54c67 {
    width: 100%;
    height: auto;
  }



  img.s-bafeb14f-e634-430a-b382-27763fa54c67.shogun-image {
    
    
  }


.s-bafeb14f-e634-430a-b382-27763fa54c67 .shogun-image-content {
  
    align-items: center;
  
}

.s-bafeb14f-e634-430a-b382-27763fa54c67.shg-align-container {
  text-align: center
}

.s-bafeb14f-e634-430a-b382-27763fa54c67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bafeb14f-e634-430a-b382-27763fa54c67.shogun-image {
  box-sizing: border-box;
}


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



  #s-bafeb14f-e634-430a-b382-27763fa54c67 img.shogun-image,
  #s-bafeb14f-e634-430a-b382-27763fa54c67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bafeb14f-e634-430a-b382-27763fa54c67 {
    width: 100%;
    height: auto;
  }



  img.s-bafeb14f-e634-430a-b382-27763fa54c67.shogun-image {
    
    
  }


.s-bafeb14f-e634-430a-b382-27763fa54c67 .shogun-image-content {
  
    align-items: center;
  
}

.s-bafeb14f-e634-430a-b382-27763fa54c67.shg-align-container {
  text-align: center
}

.s-bafeb14f-e634-430a-b382-27763fa54c67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bafeb14f-e634-430a-b382-27763fa54c67.shogun-image {
  box-sizing: border-box;
}


}
#s-f4e07cb8-5270-4646-9f4b-52f46063b2ce {
  max-width: 960px;
aspect-ratio: 960/817;
text-align: center;
}





  #s-f4e07cb8-5270-4646-9f4b-52f46063b2ce img.shogun-image,
  #s-f4e07cb8-5270-4646-9f4b-52f46063b2ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f4e07cb8-5270-4646-9f4b-52f46063b2ce {
    width: 100%;
    height: auto;
  }




.s-f4e07cb8-5270-4646-9f4b-52f46063b2ce .shogun-image-content {
  
    align-items: center;
  
}

.s-f4e07cb8-5270-4646-9f4b-52f46063b2ce.shg-align-container {
  text-align: center
}

.s-f4e07cb8-5270-4646-9f4b-52f46063b2ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4e07cb8-5270-4646-9f4b-52f46063b2ce.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f4e07cb8-5270-4646-9f4b-52f46063b2ce img.shogun-image,
  #s-f4e07cb8-5270-4646-9f4b-52f46063b2ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f4e07cb8-5270-4646-9f4b-52f46063b2ce {
    width: 100%;
    height: auto;
  }




.s-f4e07cb8-5270-4646-9f4b-52f46063b2ce .shogun-image-content {
  
    align-items: center;
  
}

.s-f4e07cb8-5270-4646-9f4b-52f46063b2ce.shg-align-container {
  text-align: center
}

.s-f4e07cb8-5270-4646-9f4b-52f46063b2ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4e07cb8-5270-4646-9f4b-52f46063b2ce.shogun-image {
  box-sizing: border-box;
}


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



  #s-f4e07cb8-5270-4646-9f4b-52f46063b2ce img.shogun-image,
  #s-f4e07cb8-5270-4646-9f4b-52f46063b2ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f4e07cb8-5270-4646-9f4b-52f46063b2ce {
    width: 100%;
    height: auto;
  }




.s-f4e07cb8-5270-4646-9f4b-52f46063b2ce .shogun-image-content {
  
    align-items: center;
  
}

.s-f4e07cb8-5270-4646-9f4b-52f46063b2ce.shg-align-container {
  text-align: center
}

.s-f4e07cb8-5270-4646-9f4b-52f46063b2ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4e07cb8-5270-4646-9f4b-52f46063b2ce.shogun-image {
  box-sizing: border-box;
}


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



  #s-f4e07cb8-5270-4646-9f4b-52f46063b2ce img.shogun-image,
  #s-f4e07cb8-5270-4646-9f4b-52f46063b2ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f4e07cb8-5270-4646-9f4b-52f46063b2ce {
    width: 100%;
    height: auto;
  }




.s-f4e07cb8-5270-4646-9f4b-52f46063b2ce .shogun-image-content {
  
    align-items: center;
  
}

.s-f4e07cb8-5270-4646-9f4b-52f46063b2ce.shg-align-container {
  text-align: center
}

.s-f4e07cb8-5270-4646-9f4b-52f46063b2ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4e07cb8-5270-4646-9f4b-52f46063b2ce.shogun-image {
  box-sizing: border-box;
}


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



  #s-f4e07cb8-5270-4646-9f4b-52f46063b2ce img.shogun-image,
  #s-f4e07cb8-5270-4646-9f4b-52f46063b2ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f4e07cb8-5270-4646-9f4b-52f46063b2ce {
    width: 100%;
    height: auto;
  }




.s-f4e07cb8-5270-4646-9f4b-52f46063b2ce .shogun-image-content {
  
    align-items: center;
  
}

.s-f4e07cb8-5270-4646-9f4b-52f46063b2ce.shg-align-container {
  text-align: center
}

.s-f4e07cb8-5270-4646-9f4b-52f46063b2ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4e07cb8-5270-4646-9f4b-52f46063b2ce.shogun-image {
  box-sizing: border-box;
}


}
#s-4489bb3d-44b3-4127-9d8d-a57ad395975e {
  max-width: 960px;
aspect-ratio: 960/736;
text-align: center;
}





  #s-4489bb3d-44b3-4127-9d8d-a57ad395975e img.shogun-image,
  #s-4489bb3d-44b3-4127-9d8d-a57ad395975e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4489bb3d-44b3-4127-9d8d-a57ad395975e {
    width: 100%;
    height: auto;
  }




.s-4489bb3d-44b3-4127-9d8d-a57ad395975e .shogun-image-content {
  
    align-items: center;
  
}

.s-4489bb3d-44b3-4127-9d8d-a57ad395975e.shg-align-container {
  text-align: center
}

.s-4489bb3d-44b3-4127-9d8d-a57ad395975e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4489bb3d-44b3-4127-9d8d-a57ad395975e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-4489bb3d-44b3-4127-9d8d-a57ad395975e img.shogun-image,
  #s-4489bb3d-44b3-4127-9d8d-a57ad395975e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4489bb3d-44b3-4127-9d8d-a57ad395975e {
    width: 100%;
    height: auto;
  }




.s-4489bb3d-44b3-4127-9d8d-a57ad395975e .shogun-image-content {
  
    align-items: center;
  
}

.s-4489bb3d-44b3-4127-9d8d-a57ad395975e.shg-align-container {
  text-align: center
}

.s-4489bb3d-44b3-4127-9d8d-a57ad395975e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4489bb3d-44b3-4127-9d8d-a57ad395975e.shogun-image {
  box-sizing: border-box;
}


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



  #s-4489bb3d-44b3-4127-9d8d-a57ad395975e img.shogun-image,
  #s-4489bb3d-44b3-4127-9d8d-a57ad395975e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4489bb3d-44b3-4127-9d8d-a57ad395975e {
    width: 100%;
    height: auto;
  }




.s-4489bb3d-44b3-4127-9d8d-a57ad395975e .shogun-image-content {
  
    align-items: center;
  
}

.s-4489bb3d-44b3-4127-9d8d-a57ad395975e.shg-align-container {
  text-align: center
}

.s-4489bb3d-44b3-4127-9d8d-a57ad395975e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4489bb3d-44b3-4127-9d8d-a57ad395975e.shogun-image {
  box-sizing: border-box;
}


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



  #s-4489bb3d-44b3-4127-9d8d-a57ad395975e img.shogun-image,
  #s-4489bb3d-44b3-4127-9d8d-a57ad395975e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4489bb3d-44b3-4127-9d8d-a57ad395975e {
    width: 100%;
    height: auto;
  }




.s-4489bb3d-44b3-4127-9d8d-a57ad395975e .shogun-image-content {
  
    align-items: center;
  
}

.s-4489bb3d-44b3-4127-9d8d-a57ad395975e.shg-align-container {
  text-align: center
}

.s-4489bb3d-44b3-4127-9d8d-a57ad395975e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4489bb3d-44b3-4127-9d8d-a57ad395975e.shogun-image {
  box-sizing: border-box;
}


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



  #s-4489bb3d-44b3-4127-9d8d-a57ad395975e img.shogun-image,
  #s-4489bb3d-44b3-4127-9d8d-a57ad395975e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4489bb3d-44b3-4127-9d8d-a57ad395975e {
    width: 100%;
    height: auto;
  }




.s-4489bb3d-44b3-4127-9d8d-a57ad395975e .shogun-image-content {
  
    align-items: center;
  
}

.s-4489bb3d-44b3-4127-9d8d-a57ad395975e.shg-align-container {
  text-align: center
}

.s-4489bb3d-44b3-4127-9d8d-a57ad395975e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4489bb3d-44b3-4127-9d8d-a57ad395975e.shogun-image {
  box-sizing: border-box;
}


}
#s-115c7f10-733b-40db-940f-f1a170f0858b {
  text-align: center;
}







  img.s-115c7f10-733b-40db-940f-f1a170f0858b.shogun-image {
    
    
  }


.s-115c7f10-733b-40db-940f-f1a170f0858b .shogun-image-content {
  
    align-items: center;
  
}

.s-115c7f10-733b-40db-940f-f1a170f0858b.shg-align-container {
  text-align: center
}

.s-115c7f10-733b-40db-940f-f1a170f0858b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-115c7f10-733b-40db-940f-f1a170f0858b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-115c7f10-733b-40db-940f-f1a170f0858b.shogun-image {
    
    
  }


.s-115c7f10-733b-40db-940f-f1a170f0858b .shogun-image-content {
  
    align-items: center;
  
}

.s-115c7f10-733b-40db-940f-f1a170f0858b.shg-align-container {
  text-align: center
}

.s-115c7f10-733b-40db-940f-f1a170f0858b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-115c7f10-733b-40db-940f-f1a170f0858b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-115c7f10-733b-40db-940f-f1a170f0858b.shogun-image {
    
    
  }


.s-115c7f10-733b-40db-940f-f1a170f0858b .shogun-image-content {
  
    align-items: center;
  
}

.s-115c7f10-733b-40db-940f-f1a170f0858b.shg-align-container {
  text-align: center
}

.s-115c7f10-733b-40db-940f-f1a170f0858b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-115c7f10-733b-40db-940f-f1a170f0858b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-115c7f10-733b-40db-940f-f1a170f0858b.shogun-image {
    
    
  }


.s-115c7f10-733b-40db-940f-f1a170f0858b .shogun-image-content {
  
    align-items: center;
  
}

.s-115c7f10-733b-40db-940f-f1a170f0858b.shg-align-container {
  text-align: center
}

.s-115c7f10-733b-40db-940f-f1a170f0858b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-115c7f10-733b-40db-940f-f1a170f0858b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-115c7f10-733b-40db-940f-f1a170f0858b.shogun-image {
    
    
  }


.s-115c7f10-733b-40db-940f-f1a170f0858b .shogun-image-content {
  
    align-items: center;
  
}

.s-115c7f10-733b-40db-940f-f1a170f0858b.shg-align-container {
  text-align: center
}

.s-115c7f10-733b-40db-940f-f1a170f0858b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-115c7f10-733b-40db-940f-f1a170f0858b.shogun-image {
  box-sizing: border-box;
}


}
#s-d880102f-d9a2-43be-9e80-e362d72c1056 {
  text-align: center;
}







  img.s-d880102f-d9a2-43be-9e80-e362d72c1056.shogun-image {
    
    
  }


.s-d880102f-d9a2-43be-9e80-e362d72c1056 .shogun-image-content {
  
    align-items: center;
  
}

.s-d880102f-d9a2-43be-9e80-e362d72c1056.shg-align-container {
  text-align: center
}

.s-d880102f-d9a2-43be-9e80-e362d72c1056.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d880102f-d9a2-43be-9e80-e362d72c1056.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d880102f-d9a2-43be-9e80-e362d72c1056.shogun-image {
    
    
  }


.s-d880102f-d9a2-43be-9e80-e362d72c1056 .shogun-image-content {
  
    align-items: center;
  
}

.s-d880102f-d9a2-43be-9e80-e362d72c1056.shg-align-container {
  text-align: center
}

.s-d880102f-d9a2-43be-9e80-e362d72c1056.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d880102f-d9a2-43be-9e80-e362d72c1056.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d880102f-d9a2-43be-9e80-e362d72c1056.shogun-image {
    
    
  }


.s-d880102f-d9a2-43be-9e80-e362d72c1056 .shogun-image-content {
  
    align-items: center;
  
}

.s-d880102f-d9a2-43be-9e80-e362d72c1056.shg-align-container {
  text-align: center
}

.s-d880102f-d9a2-43be-9e80-e362d72c1056.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d880102f-d9a2-43be-9e80-e362d72c1056.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d880102f-d9a2-43be-9e80-e362d72c1056.shogun-image {
    
    
  }


.s-d880102f-d9a2-43be-9e80-e362d72c1056 .shogun-image-content {
  
    align-items: center;
  
}

.s-d880102f-d9a2-43be-9e80-e362d72c1056.shg-align-container {
  text-align: center
}

.s-d880102f-d9a2-43be-9e80-e362d72c1056.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d880102f-d9a2-43be-9e80-e362d72c1056.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d880102f-d9a2-43be-9e80-e362d72c1056.shogun-image {
    
    
  }


.s-d880102f-d9a2-43be-9e80-e362d72c1056 .shogun-image-content {
  
    align-items: center;
  
}

.s-d880102f-d9a2-43be-9e80-e362d72c1056.shg-align-container {
  text-align: center
}

.s-d880102f-d9a2-43be-9e80-e362d72c1056.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d880102f-d9a2-43be-9e80-e362d72c1056.shogun-image {
  box-sizing: border-box;
}


}
#s-b5853fcc-b69e-404f-9f47-a8ec3811cf17 {
  text-align: center;
}







  img.s-b5853fcc-b69e-404f-9f47-a8ec3811cf17.shogun-image {
    
    
  }


.s-b5853fcc-b69e-404f-9f47-a8ec3811cf17 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5853fcc-b69e-404f-9f47-a8ec3811cf17.shg-align-container {
  text-align: center
}

.s-b5853fcc-b69e-404f-9f47-a8ec3811cf17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5853fcc-b69e-404f-9f47-a8ec3811cf17.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b5853fcc-b69e-404f-9f47-a8ec3811cf17.shogun-image {
    
    
  }


.s-b5853fcc-b69e-404f-9f47-a8ec3811cf17 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5853fcc-b69e-404f-9f47-a8ec3811cf17.shg-align-container {
  text-align: center
}

.s-b5853fcc-b69e-404f-9f47-a8ec3811cf17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5853fcc-b69e-404f-9f47-a8ec3811cf17.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b5853fcc-b69e-404f-9f47-a8ec3811cf17.shogun-image {
    
    
  }


.s-b5853fcc-b69e-404f-9f47-a8ec3811cf17 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5853fcc-b69e-404f-9f47-a8ec3811cf17.shg-align-container {
  text-align: center
}

.s-b5853fcc-b69e-404f-9f47-a8ec3811cf17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5853fcc-b69e-404f-9f47-a8ec3811cf17.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b5853fcc-b69e-404f-9f47-a8ec3811cf17.shogun-image {
    
    
  }


.s-b5853fcc-b69e-404f-9f47-a8ec3811cf17 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5853fcc-b69e-404f-9f47-a8ec3811cf17.shg-align-container {
  text-align: center
}

.s-b5853fcc-b69e-404f-9f47-a8ec3811cf17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5853fcc-b69e-404f-9f47-a8ec3811cf17.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b5853fcc-b69e-404f-9f47-a8ec3811cf17.shogun-image {
    
    
  }


.s-b5853fcc-b69e-404f-9f47-a8ec3811cf17 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5853fcc-b69e-404f-9f47-a8ec3811cf17.shg-align-container {
  text-align: center
}

.s-b5853fcc-b69e-404f-9f47-a8ec3811cf17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5853fcc-b69e-404f-9f47-a8ec3811cf17.shogun-image {
  box-sizing: border-box;
}


}
#s-f03b3f47-6849-4c70-9d10-f894a88f91ca {
  padding-left: 0%;
padding-right: 0%;
}

#s-44d49ede-6f14-4c29-802c-b5eb258a7fd1 {
  padding-left: 0%;
padding-right: 0%;
}

#s-2e977279-4308-4867-a5c9-b5b1bfd52f79 {
  padding-left: 0%;
padding-right: 0%;
}

#s-02ff4d04-0994-4d79-a401-08009f441b75 {
  padding-left: 0%;
padding-right: 0%;
}

#s-baf64b8d-65fd-42da-afdb-7c3561a2506b {
  padding-left: 0%;
padding-right: 0%;
}

#s-26e75f03-9340-421b-9d89-7d5800aa8689 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-26e75f03-9340-421b-9d89-7d5800aa8689 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-953b8676-305b-454c-a013-681fbbd9e283 {
  padding-left: 0%;
padding-right: 0%;
}

#s-117b26d7-4d5c-4c7a-a520-7ea99a7d4d73 {
  margin-top: -10px;
margin-bottom: -10px;
padding-left: 0%;
padding-right: 0%;
}

#s-1ffd4c94-e02b-47d7-975f-d152d58f8f01 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1ffd4c94-e02b-47d7-975f-d152d58f8f01 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-2670f72d-98af-4f8b-bb69-325dcabf194b {
  padding-left: 0%;
padding-right: 0%;
}

#s-dcf38156-b9f8-4f5d-ae60-567899a05b03 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4d9fddaf-d039-40f1-86f6-810411cd5902 {
  margin-top: -10px;
margin-bottom: -10px;
padding-left: 0%;
padding-right: 0%;
}

#s-1a31d22c-b27f-42c0-a035-1d8166cb8259 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1a31d22c-b27f-42c0-a035-1d8166cb8259 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-31a14367-4ed3-4673-a743-75bcf869f347 {
  padding-left: 0%;
padding-right: 0%;
}

#s-b775551d-51b8-4bad-bd3d-19e3409378dd {
  margin-top: -10px;
margin-bottom: -10px;
padding-left: 0%;
padding-right: 0%;
}

#s-11d6f703-1596-45d7-bbd8-d75ebfaaad81 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-11d6f703-1596-45d7-bbd8-d75ebfaaad81 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-4b2f8ba8-d930-48ce-a67f-edce89266968 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4b2f8ba8-d930-48ce-a67f-edce89266968 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-afafc896-35e5-4943-bc8e-0248b1ba2cbe {
  padding-left: 0%;
padding-right: 0%;
}

#s-9914f619-7250-451f-8056-43a210742e6c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9914f619-7250-451f-8056-43a210742e6c .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-55f0c6d1-2a81-4f62-b9e2-43001760fbc1 {
  padding-left: 0%;
padding-right: 0%;
}

#s-cfced7b9-0286-482f-90c8-e8f8b9c279e4 {
  min-height: 50px;
}








#s-cfced7b9-0286-482f-90c8-e8f8b9c279e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfced7b9-0286-482f-90c8-e8f8b9c279e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d5d7806-48bd-45ad-ae6c-ccbee4de54e8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 28px;
padding-left: 6%;
padding-bottom: 28px;
padding-right: 6%;
background-color: rgba(235, 234, 240, 1);
}

@media (min-width: 0px) {
[id="s-9d5d7806-48bd-45ad-ae6c-ccbee4de54e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d5d7806-48bd-45ad-ae6c-ccbee4de54e8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9d5d7806-48bd-45ad-ae6c-ccbee4de54e8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9d5d7806-48bd-45ad-ae6c-ccbee4de54e8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9d5d7806-48bd-45ad-ae6c-ccbee4de54e8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d5d7806-48bd-45ad-ae6c-ccbee4de54e8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9d5d7806-48bd-45ad-ae6c-ccbee4de54e8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-44d0a003-455e-4b7c-a187-fccfb200b87c {
  text-align: center;
}







  img.s-44d0a003-455e-4b7c-a187-fccfb200b87c.shogun-image {
    
    
  }


.s-44d0a003-455e-4b7c-a187-fccfb200b87c .shogun-image-content {
  
    align-items: center;
  
}

.s-44d0a003-455e-4b7c-a187-fccfb200b87c.shg-align-container {
  text-align: center
}

.s-44d0a003-455e-4b7c-a187-fccfb200b87c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44d0a003-455e-4b7c-a187-fccfb200b87c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-44d0a003-455e-4b7c-a187-fccfb200b87c.shogun-image {
    
    
  }


.s-44d0a003-455e-4b7c-a187-fccfb200b87c .shogun-image-content {
  
    align-items: center;
  
}

.s-44d0a003-455e-4b7c-a187-fccfb200b87c.shg-align-container {
  text-align: center
}

.s-44d0a003-455e-4b7c-a187-fccfb200b87c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44d0a003-455e-4b7c-a187-fccfb200b87c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-44d0a003-455e-4b7c-a187-fccfb200b87c.shogun-image {
    
    
  }


.s-44d0a003-455e-4b7c-a187-fccfb200b87c .shogun-image-content {
  
    align-items: center;
  
}

.s-44d0a003-455e-4b7c-a187-fccfb200b87c.shg-align-container {
  text-align: center
}

.s-44d0a003-455e-4b7c-a187-fccfb200b87c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44d0a003-455e-4b7c-a187-fccfb200b87c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-44d0a003-455e-4b7c-a187-fccfb200b87c.shogun-image {
    
    
  }


.s-44d0a003-455e-4b7c-a187-fccfb200b87c .shogun-image-content {
  
    align-items: center;
  
}

.s-44d0a003-455e-4b7c-a187-fccfb200b87c.shg-align-container {
  text-align: center
}

.s-44d0a003-455e-4b7c-a187-fccfb200b87c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44d0a003-455e-4b7c-a187-fccfb200b87c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-44d0a003-455e-4b7c-a187-fccfb200b87c.shogun-image {
    
    
  }


.s-44d0a003-455e-4b7c-a187-fccfb200b87c .shogun-image-content {
  
    align-items: center;
  
}

.s-44d0a003-455e-4b7c-a187-fccfb200b87c.shg-align-container {
  text-align: center
}

.s-44d0a003-455e-4b7c-a187-fccfb200b87c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44d0a003-455e-4b7c-a187-fccfb200b87c.shogun-image {
  box-sizing: border-box;
}


}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-868bfb39-816c-41e6-be83-84557d07b4c1 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-868bfb39-816c-41e6-be83-84557d07b4c1 hr {
  border-top: 1px solid #ddd;
}

#s-2fd70c14-b9b0-4f92-bf46-e71f8c1b782f {
  min-height: 50px;
}








#s-2fd70c14-b9b0-4f92-bf46-e71f8c1b782f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fd70c14-b9b0-4f92-bf46-e71f8c1b782f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a083c90-0761-4410-ba3d-3c79629afe64 {
  border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(117, 155, 143, 1);
background-attachment: scroll;
}








#s-5a083c90-0761-4410-ba3d-3c79629afe64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a083c90-0761-4410-ba3d-3c79629afe64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04374424-a6f6-4107-8075-340fe37a8fef {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-04374424-a6f6-4107-8075-340fe37a8fef .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-04374424-a6f6-4107-8075-340fe37a8fef .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-style: ;
  color: rgba(255, 255, 255, 1);
  font-family: Poppins;
  font-weight: 500;
  
  
  justify-content: center;
}

#s-04374424-a6f6-4107-8075-340fe37a8fef .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(255, 255, 255, 1);
}

#s-04374424-a6f6-4107-8075-340fe37a8fef .shogun-form-error-msg-container, #s-04374424-a6f6-4107-8075-340fe37a8fef .shogun-form-field-error-msg-container {
  display: none;
}

#s-04374424-a6f6-4107-8075-340fe37a8fef .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-04374424-a6f6-4107-8075-340fe37a8fef .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-93afde1f-1ffb-4e77-bde2-a4241fa11296 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-93afde1f-1ffb-4e77-bde2-a4241fa11296"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93afde1f-1ffb-4e77-bde2-a4241fa11296"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-93afde1f-1ffb-4e77-bde2-a4241fa11296"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-93afde1f-1ffb-4e77-bde2-a4241fa11296"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-3ae80037-b9d2-42d6-b2f7-a360ba30cca0  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 15px;
  font-style: ;
  color: #000;
  font-family: Poppins;
  font-weight: 500;
  
  
}

#s-3ae80037-b9d2-42d6-b2f7-a360ba30cca0  .shogun-form-text-input-field::placeholder {
  font-size: 12px;
  font-style: ;
  color: rgba(0, 0, 0, 0.81);
  font-family: Poppins;
  font-weight: 200;
  
  
}


#s-3ae80037-b9d2-42d6-b2f7-a360ba30cca0 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-3ae80037-b9d2-42d6-b2f7-a360ba30cca0 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


@media (min-width: 0px) {
[id="s-4852e55c-4f79-4f0a-9d99-c061821caff1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4852e55c-4f79-4f0a-9d99-c061821caff1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4852e55c-4f79-4f0a-9d99-c061821caff1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4852e55c-4f79-4f0a-9d99-c061821caff1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-72a4a593-06f6-47b0-a4e6-d071a55aa32a  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 15px;
  font-style: ;
  color: #000;
  font-family: Poppins;
  font-weight: 500;
  
  
}

#s-72a4a593-06f6-47b0-a4e6-d071a55aa32a  .shogun-form-text-input-field::placeholder {
  font-size: 12px;
  font-style: ;
  color: rgba(0, 0, 0, 0.81);
  font-family: Poppins;
  font-weight: 200;
  
  
}


#s-72a4a593-06f6-47b0-a4e6-d071a55aa32a .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-72a4a593-06f6-47b0-a4e6-d071a55aa32a .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


@media (min-width: 0px) {
[id="s-3b95480a-4178-442f-9e81-641aa0cd47b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b95480a-4178-442f-9e81-641aa0cd47b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3b95480a-4178-442f-9e81-641aa0cd47b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b95480a-4178-442f-9e81-641aa0cd47b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-61927f67-acb9-4fad-96cb-0f47f5a47e4c  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 15px;
  font-style: ;
  color: #000;
  font-family: Poppins;
  font-weight: 500;
  
  
}

#s-61927f67-acb9-4fad-96cb-0f47f5a47e4c  .shogun-form-text-input-field::placeholder {
  font-size: 12px;
  font-style: ;
  color: rgba(0, 0, 0, 0.81);
  font-family: Poppins;
  font-weight: 200;
  
  
}


#s-61927f67-acb9-4fad-96cb-0f47f5a47e4c .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-61927f67-acb9-4fad-96cb-0f47f5a47e4c .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-7c212a9f-a3e9-467e-99be-898a11c2421f {
  border-style: solid;
margin-top: 13px;
margin-bottom: 13px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(235, 234, 240, 1);
border-radius: 2px;
color: rgba(0, 0, 0, 1);
background-color: rgba(255, 189, 3, 1);
text-align: center;
cursor: pointer;
font-family: Poppins;
font-weight: 500;
font-size: 15px;
background-image: none;
hover-type: color;
}
#s-7c212a9f-a3e9-467e-99be-898a11c2421f:hover {background-color: rgba(255, 189, 3, 0.73) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7c212a9f-a3e9-467e-99be-898a11c2421f:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(235, 234, 240, 1) !important;
background-color: rgba(255, 189, 3, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}
#s-7c212a9f-a3e9-467e-99be-898a11c2421f[disabled],
#s-7c212a9f-a3e9-467e-99be-898a11c2421f[disabled]:hover,
#s-7c212a9f-a3e9-467e-99be-898a11c2421f[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-7c212a9f-a3e9-467e-99be-898a11c2421f {
  display:  inline-block ;
  width:  auto ;
}


#s-49e0a5d3-24c9-408e-bb8e-89e63b50f7e1 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-49e0a5d3-24c9-408e-bb8e-89e63b50f7e1 hr {
  border-top: 1px solid #ddd;
}

#s-6c134d67-3b2c-41e8-8aba-1ec84b74676d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c134d67-3b2c-41e8-8aba-1ec84b74676d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}



#s-7f3f8fe7-74de-452c-985f-10409126ae15 {
  min-height: 50px;
}








#s-7f3f8fe7-74de-452c-985f-10409126ae15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f3f8fe7-74de-452c-985f-10409126ae15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-dd93fd12-6b74-494c-aab1-939ad1adf6c3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-dd93fd12-6b74-494c-aab1-939ad1adf6c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-dd93fd12-6b74-494c-aab1-939ad1adf6c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-dd93fd12-6b74-494c-aab1-939ad1adf6c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

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

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

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

#s-1a631cfb-3bcc-4b15-8455-e859cc884760 {
  text-align: center;
}

#s-12ff3ef0-9a8e-4e19-a1ba-d6e76ba9bd00 {
  text-align: center;
}

#s-954abb6a-eae3-42c2-87a0-3c571e31d072 {
  text-align: center;
}

#s-735c6759-7f7c-4fe7-87e7-667aad62cba8 {
  text-align: center;
}

#s-bde6f9a7-c507-466b-85da-cd6df1b578c7 {
  min-height: 50px;
}








#s-bde6f9a7-c507-466b-85da-cd6df1b578c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bde6f9a7-c507-466b-85da-cd6df1b578c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ee337b13-8e65-426b-801c-4f6df69b3d95"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee337b13-8e65-426b-801c-4f6df69b3d95"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ee337b13-8e65-426b-801c-4f6df69b3d95"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ee337b13-8e65-426b-801c-4f6df69b3d95"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ee337b13-8e65-426b-801c-4f6df69b3d95"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee337b13-8e65-426b-801c-4f6df69b3d95"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ee337b13-8e65-426b-801c-4f6df69b3d95"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.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-aa3b3edb-b972-4996-a9ae-c4b26c184ce7 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-aa3b3edb-b972-4996-a9ae-c4b26c184ce7:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-aa3b3edb-b972-4996-a9ae-c4b26c184ce7:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-aa3b3edb-b972-4996-a9ae-c4b26c184ce7-root {
    text-align: center;
  }


#s-aa3b3edb-b972-4996-a9ae-c4b26c184ce7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aa3b3edb-b972-4996-a9ae-c4b26c184ce7-root {
    text-align: center;
  }


#s-aa3b3edb-b972-4996-a9ae-c4b26c184ce7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aa3b3edb-b972-4996-a9ae-c4b26c184ce7-root {
    text-align: center;
  }


#s-aa3b3edb-b972-4996-a9ae-c4b26c184ce7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aa3b3edb-b972-4996-a9ae-c4b26c184ce7-root {
    text-align: center;
  }


#s-aa3b3edb-b972-4996-a9ae-c4b26c184ce7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aa3b3edb-b972-4996-a9ae-c4b26c184ce7-root {
    text-align: center;
  }


#s-aa3b3edb-b972-4996-a9ae-c4b26c184ce7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}