.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-119fcbfd-2dcb-4ea6-919f-bc3c9c52ec22 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-119fcbfd-2dcb-4ea6-919f-bc3c9c52ec22 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-119fcbfd-2dcb-4ea6-919f-bc3c9c52ec22 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-119fcbfd-2dcb-4ea6-919f-bc3c9c52ec22 {
  
}
}@media (max-width: 767px){#s-119fcbfd-2dcb-4ea6-919f-bc3c9c52ec22 {
  
}
}
#s-119fcbfd-2dcb-4ea6-919f-bc3c9c52ec22 {
  background-image: url(https://i.shgcdn.com/688de03f-8880-44fe-8816-29b54baaad71/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-119fcbfd-2dcb-4ea6-919f-bc3c9c52ec22 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0.8;
}#s-119fcbfd-2dcb-4ea6-919f-bc3c9c52ec22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-8185d1c2-5655-4075-86bf-395479491622 {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-8185d1c2-5655-4075-86bf-395479491622"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8185d1c2-5655-4075-86bf-395479491622"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8185d1c2-5655-4075-86bf-395479491622"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8185d1c2-5655-4075-86bf-395479491622"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8185d1c2-5655-4075-86bf-395479491622"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8185d1c2-5655-4075-86bf-395479491622"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8185d1c2-5655-4075-86bf-395479491622"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #0e1b4d;
  font-family: Poppins;
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-871bb652-72a9-423c-a1ee-096f14f9d6e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-871bb652-72a9-423c-a1ee-096f14f9d6e0 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-9123bdcd-7c5d-406f-b0f8-80ba08e73433 {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-9123bdcd-7c5d-406f-b0f8-80ba08e73433"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9123bdcd-7c5d-406f-b0f8-80ba08e73433"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9123bdcd-7c5d-406f-b0f8-80ba08e73433"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9123bdcd-7c5d-406f-b0f8-80ba08e73433"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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: #0e1b4d;
  font-family: Poppins;
  font-weight: 700;
}

.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: 100;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #0e1b4d;
  font-family: Poppins;
}

.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: #0e1b4d;
  font-family: Poppins;
  font-weight: 700;
}

.shg-theme-text-content p {
  color: #0e1b4d;
  font-family: Poppins;
  font-weight: 100;
}

#s-0fd49bd4-3c85-4041-b99c-9c0506094b4c {
  background-color: rgba(255, 255, 255, 1);
}

#s-d0b2381e-974c-4cb6-bcc7-7b1c7d7ac4e3 {
  background-color: rgba(255, 255, 255, 1);
}

.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: #0e1b4d;
  font-family: Poppins;
  text-transform: none;
  font-weight: 700;
  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-f1295232-561c-4fa7-85e3-1847cbc72ef8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-f1295232-561c-4fa7-85e3-1847cbc72ef8 .shogun-heading-component h1 {
  color: rgba(243, 162, 26, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-7174111e-089a-41d7-b476-016e641945f5 {
  padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7174111e-089a-41d7-b476-016e641945f5 {
  max-width: 1px;
}
}
#s-7174111e-089a-41d7-b476-016e641945f5 .shogun-countdown span, #s-7174111e-089a-41d7-b476-016e641945f5 .shogun-countdown label {
  color: rgba(3, 3, 3, 1);
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-0b96a8b9-736f-4e16-a0fa-607cf0119f87 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0b96a8b9-736f-4e16-a0fa-607cf0119f87:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0b96a8b9-736f-4e16-a0fa-607cf0119f87:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0b96a8b9-736f-4e16-a0fa-607cf0119f87 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0b96a8b9-736f-4e16-a0fa-607cf0119f87.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0b96a8b9-736f-4e16-a0fa-607cf0119f87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-0b96a8b9-736f-4e16-a0fa-607cf0119f87.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d5ff4915-65a5-4030-8a15-ad75acc0acbb {
  margin-top: 0px;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d5ff4915-65a5-4030-8a15-ad75acc0acbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5ff4915-65a5-4030-8a15-ad75acc0acbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f9fe41c-89d5-45a8-989c-6a642ee0fc6b {
  margin-top: 50px;
margin-left: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1f9fe41c-89d5-45a8-989c-6a642ee0fc6b .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



@media (min-width: 0px) {
[id="s-556f27be-5f2c-43c4-9282-7c90573335ad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-556f27be-5f2c-43c4-9282-7c90573335ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-556f27be-5f2c-43c4-9282-7c90573335ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-556f27be-5f2c-43c4-9282-7c90573335ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.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;
  height: inherit;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-29f53e6a-456b-4301-b418-6ca57f89232a {
  max-width: 650px;
aspect-ratio: 650/545;
text-align: center;
}





  #s-29f53e6a-456b-4301-b418-6ca57f89232a img.shogun-image,
  #s-29f53e6a-456b-4301-b418-6ca57f89232a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-29f53e6a-456b-4301-b418-6ca57f89232a {
    width: 100%;
    height: auto;
  }

  #s-29f53e6a-456b-4301-b418-6ca57f89232a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image {
    
    
  }


.s-29f53e6a-456b-4301-b418-6ca57f89232a .shogun-image-content {
  
    align-items: center;
  
}

.s-29f53e6a-456b-4301-b418-6ca57f89232a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29f53e6a-456b-4301-b418-6ca57f89232a {
      --shg-aspect-ratio: calc(650/545); 
    }

    .s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image-container {
      position: relative;
    }

    .s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29f53e6a-456b-4301-b418-6ca57f89232a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-29f53e6a-456b-4301-b418-6ca57f89232a img.shogun-image,
  #s-29f53e6a-456b-4301-b418-6ca57f89232a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-29f53e6a-456b-4301-b418-6ca57f89232a {
    width: 100%;
    height: auto;
  }

  #s-29f53e6a-456b-4301-b418-6ca57f89232a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image {
    
    
  }


.s-29f53e6a-456b-4301-b418-6ca57f89232a .shogun-image-content {
  
    align-items: center;
  
}

.s-29f53e6a-456b-4301-b418-6ca57f89232a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29f53e6a-456b-4301-b418-6ca57f89232a {
      --shg-aspect-ratio: calc(650/545); 
    }

    .s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image-container {
      position: relative;
    }

    .s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29f53e6a-456b-4301-b418-6ca57f89232a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-29f53e6a-456b-4301-b418-6ca57f89232a img.shogun-image,
  #s-29f53e6a-456b-4301-b418-6ca57f89232a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-29f53e6a-456b-4301-b418-6ca57f89232a {
    width: 100%;
    height: auto;
  }

  #s-29f53e6a-456b-4301-b418-6ca57f89232a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image {
    
    
  }


.s-29f53e6a-456b-4301-b418-6ca57f89232a .shogun-image-content {
  
    align-items: center;
  
}

.s-29f53e6a-456b-4301-b418-6ca57f89232a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29f53e6a-456b-4301-b418-6ca57f89232a {
      --shg-aspect-ratio: calc(650/545); 
    }

    .s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image-container {
      position: relative;
    }

    .s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29f53e6a-456b-4301-b418-6ca57f89232a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-29f53e6a-456b-4301-b418-6ca57f89232a img.shogun-image,
  #s-29f53e6a-456b-4301-b418-6ca57f89232a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-29f53e6a-456b-4301-b418-6ca57f89232a {
    width: 100%;
    height: auto;
  }

  #s-29f53e6a-456b-4301-b418-6ca57f89232a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image {
    
    
  }


.s-29f53e6a-456b-4301-b418-6ca57f89232a .shogun-image-content {
  
    align-items: center;
  
}

.s-29f53e6a-456b-4301-b418-6ca57f89232a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29f53e6a-456b-4301-b418-6ca57f89232a {
      --shg-aspect-ratio: calc(650/545); 
    }

    .s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image-container {
      position: relative;
    }

    .s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29f53e6a-456b-4301-b418-6ca57f89232a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-29f53e6a-456b-4301-b418-6ca57f89232a img.shogun-image,
  #s-29f53e6a-456b-4301-b418-6ca57f89232a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-29f53e6a-456b-4301-b418-6ca57f89232a {
    width: 100%;
    height: auto;
  }

  #s-29f53e6a-456b-4301-b418-6ca57f89232a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image {
    
    
  }


.s-29f53e6a-456b-4301-b418-6ca57f89232a .shogun-image-content {
  
    align-items: center;
  
}

.s-29f53e6a-456b-4301-b418-6ca57f89232a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29f53e6a-456b-4301-b418-6ca57f89232a {
      --shg-aspect-ratio: calc(650/545); 
    }

    .s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image-container {
      position: relative;
    }

    .s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29f53e6a-456b-4301-b418-6ca57f89232a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29f53e6a-456b-4301-b418-6ca57f89232a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a5c21354-15a3-45dd-a460-eded44e9a1b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5c21354-15a3-45dd-a460-eded44e9a1b0 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-6136353b-8468-4de2-86e2-eb40670ecee3 {
  max-width: 786px;
aspect-ratio: 786/659;
text-align: center;
}





  #s-6136353b-8468-4de2-86e2-eb40670ecee3 img.shogun-image,
  #s-6136353b-8468-4de2-86e2-eb40670ecee3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6136353b-8468-4de2-86e2-eb40670ecee3 {
    width: 100%;
    height: auto;
  }

  #s-6136353b-8468-4de2-86e2-eb40670ecee3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image {
    
    
  }


.s-6136353b-8468-4de2-86e2-eb40670ecee3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6136353b-8468-4de2-86e2-eb40670ecee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6136353b-8468-4de2-86e2-eb40670ecee3 {
      --shg-aspect-ratio: calc(786/659); 
    }

    .s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image-container {
      position: relative;
    }

    .s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6136353b-8468-4de2-86e2-eb40670ecee3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6136353b-8468-4de2-86e2-eb40670ecee3 img.shogun-image,
  #s-6136353b-8468-4de2-86e2-eb40670ecee3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6136353b-8468-4de2-86e2-eb40670ecee3 {
    width: 100%;
    height: auto;
  }

  #s-6136353b-8468-4de2-86e2-eb40670ecee3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image {
    
    
  }


.s-6136353b-8468-4de2-86e2-eb40670ecee3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6136353b-8468-4de2-86e2-eb40670ecee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6136353b-8468-4de2-86e2-eb40670ecee3 {
      --shg-aspect-ratio: calc(786/659); 
    }

    .s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image-container {
      position: relative;
    }

    .s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6136353b-8468-4de2-86e2-eb40670ecee3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6136353b-8468-4de2-86e2-eb40670ecee3 img.shogun-image,
  #s-6136353b-8468-4de2-86e2-eb40670ecee3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6136353b-8468-4de2-86e2-eb40670ecee3 {
    width: 100%;
    height: auto;
  }

  #s-6136353b-8468-4de2-86e2-eb40670ecee3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image {
    
    
  }


.s-6136353b-8468-4de2-86e2-eb40670ecee3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6136353b-8468-4de2-86e2-eb40670ecee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6136353b-8468-4de2-86e2-eb40670ecee3 {
      --shg-aspect-ratio: calc(786/659); 
    }

    .s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image-container {
      position: relative;
    }

    .s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6136353b-8468-4de2-86e2-eb40670ecee3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6136353b-8468-4de2-86e2-eb40670ecee3 img.shogun-image,
  #s-6136353b-8468-4de2-86e2-eb40670ecee3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6136353b-8468-4de2-86e2-eb40670ecee3 {
    width: 100%;
    height: auto;
  }

  #s-6136353b-8468-4de2-86e2-eb40670ecee3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image {
    
    
  }


.s-6136353b-8468-4de2-86e2-eb40670ecee3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6136353b-8468-4de2-86e2-eb40670ecee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6136353b-8468-4de2-86e2-eb40670ecee3 {
      --shg-aspect-ratio: calc(786/659); 
    }

    .s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image-container {
      position: relative;
    }

    .s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6136353b-8468-4de2-86e2-eb40670ecee3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6136353b-8468-4de2-86e2-eb40670ecee3 img.shogun-image,
  #s-6136353b-8468-4de2-86e2-eb40670ecee3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6136353b-8468-4de2-86e2-eb40670ecee3 {
    width: 100%;
    height: auto;
  }

  #s-6136353b-8468-4de2-86e2-eb40670ecee3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image {
    
    
  }


.s-6136353b-8468-4de2-86e2-eb40670ecee3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6136353b-8468-4de2-86e2-eb40670ecee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6136353b-8468-4de2-86e2-eb40670ecee3 {
      --shg-aspect-ratio: calc(786/659); 
    }

    .s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image-container {
      position: relative;
    }

    .s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6136353b-8468-4de2-86e2-eb40670ecee3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6136353b-8468-4de2-86e2-eb40670ecee3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f146365b-d80f-4620-97ee-5a3f84f8047b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f146365b-d80f-4620-97ee-5a3f84f8047b .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-98f72288-24bd-44cc-8ebd-88e2a6d580ff {
  max-width: 865px;
aspect-ratio: 865/725;
text-align: center;
}





  #s-98f72288-24bd-44cc-8ebd-88e2a6d580ff img.shogun-image,
  #s-98f72288-24bd-44cc-8ebd-88e2a6d580ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98f72288-24bd-44cc-8ebd-88e2a6d580ff {
    width: 100%;
    height: auto;
  }

  #s-98f72288-24bd-44cc-8ebd-88e2a6d580ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image {
    
    
  }


.s-98f72288-24bd-44cc-8ebd-88e2a6d580ff .shogun-image-content {
  
    align-items: center;
  
}

.s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98f72288-24bd-44cc-8ebd-88e2a6d580ff {
      --shg-aspect-ratio: calc(865/725); 
    }

    .s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image-container {
      position: relative;
    }

    .s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98f72288-24bd-44cc-8ebd-88e2a6d580ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-98f72288-24bd-44cc-8ebd-88e2a6d580ff img.shogun-image,
  #s-98f72288-24bd-44cc-8ebd-88e2a6d580ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98f72288-24bd-44cc-8ebd-88e2a6d580ff {
    width: 100%;
    height: auto;
  }

  #s-98f72288-24bd-44cc-8ebd-88e2a6d580ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image {
    
    
  }


.s-98f72288-24bd-44cc-8ebd-88e2a6d580ff .shogun-image-content {
  
    align-items: center;
  
}

.s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98f72288-24bd-44cc-8ebd-88e2a6d580ff {
      --shg-aspect-ratio: calc(865/725); 
    }

    .s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image-container {
      position: relative;
    }

    .s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98f72288-24bd-44cc-8ebd-88e2a6d580ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-98f72288-24bd-44cc-8ebd-88e2a6d580ff img.shogun-image,
  #s-98f72288-24bd-44cc-8ebd-88e2a6d580ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98f72288-24bd-44cc-8ebd-88e2a6d580ff {
    width: 100%;
    height: auto;
  }

  #s-98f72288-24bd-44cc-8ebd-88e2a6d580ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image {
    
    
  }


.s-98f72288-24bd-44cc-8ebd-88e2a6d580ff .shogun-image-content {
  
    align-items: center;
  
}

.s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98f72288-24bd-44cc-8ebd-88e2a6d580ff {
      --shg-aspect-ratio: calc(865/725); 
    }

    .s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image-container {
      position: relative;
    }

    .s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98f72288-24bd-44cc-8ebd-88e2a6d580ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-98f72288-24bd-44cc-8ebd-88e2a6d580ff img.shogun-image,
  #s-98f72288-24bd-44cc-8ebd-88e2a6d580ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98f72288-24bd-44cc-8ebd-88e2a6d580ff {
    width: 100%;
    height: auto;
  }

  #s-98f72288-24bd-44cc-8ebd-88e2a6d580ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image {
    
    
  }


.s-98f72288-24bd-44cc-8ebd-88e2a6d580ff .shogun-image-content {
  
    align-items: center;
  
}

.s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98f72288-24bd-44cc-8ebd-88e2a6d580ff {
      --shg-aspect-ratio: calc(865/725); 
    }

    .s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image-container {
      position: relative;
    }

    .s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98f72288-24bd-44cc-8ebd-88e2a6d580ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-98f72288-24bd-44cc-8ebd-88e2a6d580ff img.shogun-image,
  #s-98f72288-24bd-44cc-8ebd-88e2a6d580ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98f72288-24bd-44cc-8ebd-88e2a6d580ff {
    width: 100%;
    height: auto;
  }

  #s-98f72288-24bd-44cc-8ebd-88e2a6d580ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image {
    
    
  }


.s-98f72288-24bd-44cc-8ebd-88e2a6d580ff .shogun-image-content {
  
    align-items: center;
  
}

.s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98f72288-24bd-44cc-8ebd-88e2a6d580ff {
      --shg-aspect-ratio: calc(865/725); 
    }

    .s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image-container {
      position: relative;
    }

    .s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98f72288-24bd-44cc-8ebd-88e2a6d580ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98f72288-24bd-44cc-8ebd-88e2a6d580ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1ad002da-03c8-4e6e-888c-d049ffea79a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ad002da-03c8-4e6e-888c-d049ffea79a2 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-7b04895b-2910-4558-b80a-fcafd5a0108a {
  max-width: 650px;
aspect-ratio: 650/545;
text-align: center;
}





  #s-7b04895b-2910-4558-b80a-fcafd5a0108a img.shogun-image,
  #s-7b04895b-2910-4558-b80a-fcafd5a0108a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7b04895b-2910-4558-b80a-fcafd5a0108a {
    width: 100%;
    height: auto;
  }

  #s-7b04895b-2910-4558-b80a-fcafd5a0108a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image {
    
    
  }


.s-7b04895b-2910-4558-b80a-fcafd5a0108a .shogun-image-content {
  
    align-items: center;
  
}

.s-7b04895b-2910-4558-b80a-fcafd5a0108a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b04895b-2910-4558-b80a-fcafd5a0108a {
      --shg-aspect-ratio: calc(650/545); 
    }

    .s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image-container {
      position: relative;
    }

    .s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b04895b-2910-4558-b80a-fcafd5a0108a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7b04895b-2910-4558-b80a-fcafd5a0108a img.shogun-image,
  #s-7b04895b-2910-4558-b80a-fcafd5a0108a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7b04895b-2910-4558-b80a-fcafd5a0108a {
    width: 100%;
    height: auto;
  }

  #s-7b04895b-2910-4558-b80a-fcafd5a0108a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image {
    
    
  }


.s-7b04895b-2910-4558-b80a-fcafd5a0108a .shogun-image-content {
  
    align-items: center;
  
}

.s-7b04895b-2910-4558-b80a-fcafd5a0108a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b04895b-2910-4558-b80a-fcafd5a0108a {
      --shg-aspect-ratio: calc(650/545); 
    }

    .s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image-container {
      position: relative;
    }

    .s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b04895b-2910-4558-b80a-fcafd5a0108a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7b04895b-2910-4558-b80a-fcafd5a0108a img.shogun-image,
  #s-7b04895b-2910-4558-b80a-fcafd5a0108a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7b04895b-2910-4558-b80a-fcafd5a0108a {
    width: 100%;
    height: auto;
  }

  #s-7b04895b-2910-4558-b80a-fcafd5a0108a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image {
    
    
  }


.s-7b04895b-2910-4558-b80a-fcafd5a0108a .shogun-image-content {
  
    align-items: center;
  
}

.s-7b04895b-2910-4558-b80a-fcafd5a0108a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b04895b-2910-4558-b80a-fcafd5a0108a {
      --shg-aspect-ratio: calc(650/545); 
    }

    .s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image-container {
      position: relative;
    }

    .s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b04895b-2910-4558-b80a-fcafd5a0108a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7b04895b-2910-4558-b80a-fcafd5a0108a img.shogun-image,
  #s-7b04895b-2910-4558-b80a-fcafd5a0108a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7b04895b-2910-4558-b80a-fcafd5a0108a {
    width: 100%;
    height: auto;
  }

  #s-7b04895b-2910-4558-b80a-fcafd5a0108a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image {
    
    
  }


.s-7b04895b-2910-4558-b80a-fcafd5a0108a .shogun-image-content {
  
    align-items: center;
  
}

.s-7b04895b-2910-4558-b80a-fcafd5a0108a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b04895b-2910-4558-b80a-fcafd5a0108a {
      --shg-aspect-ratio: calc(650/545); 
    }

    .s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image-container {
      position: relative;
    }

    .s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b04895b-2910-4558-b80a-fcafd5a0108a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7b04895b-2910-4558-b80a-fcafd5a0108a img.shogun-image,
  #s-7b04895b-2910-4558-b80a-fcafd5a0108a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7b04895b-2910-4558-b80a-fcafd5a0108a {
    width: 100%;
    height: auto;
  }

  #s-7b04895b-2910-4558-b80a-fcafd5a0108a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image {
    
    
  }


.s-7b04895b-2910-4558-b80a-fcafd5a0108a .shogun-image-content {
  
    align-items: center;
  
}

.s-7b04895b-2910-4558-b80a-fcafd5a0108a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b04895b-2910-4558-b80a-fcafd5a0108a {
      --shg-aspect-ratio: calc(650/545); 
    }

    .s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image-container {
      position: relative;
    }

    .s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b04895b-2910-4558-b80a-fcafd5a0108a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b04895b-2910-4558-b80a-fcafd5a0108a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-eeaa6a95-43ac-487e-8f68-60cfa049e3c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eeaa6a95-43ac-487e-8f68-60cfa049e3c9 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 {
  max-width: 650px;
aspect-ratio: 650/545;
text-align: center;
}





  #s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 img.shogun-image,
  #s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 {
    width: 100%;
    height: auto;
  }

  #s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image {
    
    
  }


.s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 {
      --shg-aspect-ratio: calc(650/545); 
    }

    .s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image-container {
      position: relative;
    }

    .s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 img.shogun-image,
  #s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 {
    width: 100%;
    height: auto;
  }

  #s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image {
    
    
  }


.s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 {
      --shg-aspect-ratio: calc(650/545); 
    }

    .s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image-container {
      position: relative;
    }

    .s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 img.shogun-image,
  #s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 {
    width: 100%;
    height: auto;
  }

  #s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image {
    
    
  }


.s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 {
      --shg-aspect-ratio: calc(650/545); 
    }

    .s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image-container {
      position: relative;
    }

    .s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 img.shogun-image,
  #s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 {
    width: 100%;
    height: auto;
  }

  #s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image {
    
    
  }


.s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 {
      --shg-aspect-ratio: calc(650/545); 
    }

    .s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image-container {
      position: relative;
    }

    .s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 img.shogun-image,
  #s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 {
    width: 100%;
    height: auto;
  }

  #s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image {
    
    
  }


.s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 {
      --shg-aspect-ratio: calc(650/545); 
    }

    .s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image-container {
      position: relative;
    }

    .s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a08d4ba6-d389-4ef7-a095-b1161b1ceaf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2857f92e-8280-4472-94de-a71b8ec158ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2857f92e-8280-4472-94de-a71b8ec158ef .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 {
  max-width: 650px;
aspect-ratio: 650/545;
text-align: center;
}





  #s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 img.shogun-image,
  #s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 {
    width: 100%;
    height: auto;
  }

  #s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image {
    
    
  }


.s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 {
      --shg-aspect-ratio: calc(650/545); 
    }

    .s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image-container {
      position: relative;
    }

    .s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 img.shogun-image,
  #s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 {
    width: 100%;
    height: auto;
  }

  #s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image {
    
    
  }


.s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 {
      --shg-aspect-ratio: calc(650/545); 
    }

    .s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image-container {
      position: relative;
    }

    .s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 img.shogun-image,
  #s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 {
    width: 100%;
    height: auto;
  }

  #s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image {
    
    
  }


.s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 {
      --shg-aspect-ratio: calc(650/545); 
    }

    .s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image-container {
      position: relative;
    }

    .s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 img.shogun-image,
  #s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 {
    width: 100%;
    height: auto;
  }

  #s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image {
    
    
  }


.s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 {
      --shg-aspect-ratio: calc(650/545); 
    }

    .s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image-container {
      position: relative;
    }

    .s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 img.shogun-image,
  #s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 {
    width: 100%;
    height: auto;
  }

  #s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image {
    
    
  }


.s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 {
      --shg-aspect-ratio: calc(650/545); 
    }

    .s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image-container {
      position: relative;
    }

    .s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4c4ecb2-a4fb-4ec3-bf97-139aa87986a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9ac708a3-04b4-4508-a357-f2ccebe196ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ac708a3-04b4-4508-a357-f2ccebe196ca .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-712d6550-3793-44e3-b02f-749fd2066b95 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-712d6550-3793-44e3-b02f-749fd2066b95 {
  display: none;
}
#s-712d6550-3793-44e3-b02f-749fd2066b95, #wrap-s-712d6550-3793-44e3-b02f-749fd2066b95 { display: none !important; }}@media (max-width: 767px){#s-712d6550-3793-44e3-b02f-749fd2066b95 {
  display: none;
}
#s-712d6550-3793-44e3-b02f-749fd2066b95, #wrap-s-712d6550-3793-44e3-b02f-749fd2066b95 { display: none !important; }}







#s-712d6550-3793-44e3-b02f-749fd2066b95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-712d6550-3793-44e3-b02f-749fd2066b95.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3b1f0694-95e7-44ad-860a-c9ce536880f8 {
  margin-top: 50px;
margin-left: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3b1f0694-95e7-44ad-860a-c9ce536880f8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-5f8b22d0-3ff4-4355-b084-8b0b779cbc26 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (max-width: 767px){#s-5f8b22d0-3ff4-4355-b084-8b0b779cbc26 {
  
}
}







#s-5f8b22d0-3ff4-4355-b084-8b0b779cbc26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f8b22d0-3ff4-4355-b084-8b0b779cbc26.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-7775c826-cf4b-485e-9b6c-10c47585306d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7775c826-cf4b-485e-9b6c-10c47585306d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7775c826-cf4b-485e-9b6c-10c47585306d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7775c826-cf4b-485e-9b6c-10c47585306d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-01a00661-ed31-4ddd-9c01-00ccfd06b11f {
  margin-left: 20px;
margin-right: 20px;
}

#s-01a00661-ed31-4ddd-9c01-00ccfd06b11f .shogun-icon-wrapper {
  text-align: left;
}


#s-01a00661-ed31-4ddd-9c01-00ccfd06b11f .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-b029b3b6-5d26-40fe-bf2c-7db61825f648 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b029b3b6-5d26-40fe-bf2c-7db61825f648 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8f1bfbe2-5772-4f87-b48f-0330b583702e {
  margin-left: 20px;
margin-right: 20px;
}

#s-84b5eddb-c352-4c26-8d15-f173a2375f94 {
  margin-left: 20px;
margin-right: 20px;
}

#s-84b5eddb-c352-4c26-8d15-f173a2375f94 .shogun-icon-wrapper {
  text-align: left;
}


#s-84b5eddb-c352-4c26-8d15-f173a2375f94 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-af08c7e1-8fc8-489c-ad48-49132966cb8f {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-af08c7e1-8fc8-489c-ad48-49132966cb8f .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-7981e3a8-c7bc-404f-bef2-a3d34d88448a {
  margin-left: 20px;
margin-right: 20px;
}

#s-bafe1982-20b7-48fb-98f2-4497a21127a8 {
  margin-left: 20px;
margin-right: 20px;
}

#s-bafe1982-20b7-48fb-98f2-4497a21127a8 .shogun-icon-wrapper {
  text-align: left;
}


#s-bafe1982-20b7-48fb-98f2-4497a21127a8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-5f7cc4c1-eddf-447d-a73d-7a5417925940 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5f7cc4c1-eddf-447d-a73d-7a5417925940 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-889bca5c-5bba-4423-a765-79408ea65af3 {
  margin-left: 20px;
margin-right: 20px;
}

#s-1b520b30-a3d0-4362-a4e8-f8d47f5d47c3 {
  margin-left: 20px;
margin-right: 20px;
}

#s-1b520b30-a3d0-4362-a4e8-f8d47f5d47c3 .shogun-icon-wrapper {
  text-align: left;
}


#s-1b520b30-a3d0-4362-a4e8-f8d47f5d47c3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-29aff99f-ad99-409b-a2ea-43269d2bc159 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-29aff99f-ad99-409b-a2ea-43269d2bc159 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b2438e8f-770a-43d5-80bf-79d06fa1885f {
  margin-left: 20px;
margin-right: 20px;
}

#s-59467d89-4f1a-48ab-b165-7cfab4e2f273 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-59467d89-4f1a-48ab-b165-7cfab4e2f273 {
  display: none;
}
#s-59467d89-4f1a-48ab-b165-7cfab4e2f273, #wrap-s-59467d89-4f1a-48ab-b165-7cfab4e2f273 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59467d89-4f1a-48ab-b165-7cfab4e2f273 {
  display: none;
}
#s-59467d89-4f1a-48ab-b165-7cfab4e2f273, #wrap-s-59467d89-4f1a-48ab-b165-7cfab4e2f273 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-59467d89-4f1a-48ab-b165-7cfab4e2f273 {
  
}
}@media (max-width: 767px){#s-59467d89-4f1a-48ab-b165-7cfab4e2f273 {
  
}
}







#s-59467d89-4f1a-48ab-b165-7cfab4e2f273 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-59467d89-4f1a-48ab-b165-7cfab4e2f273.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04b2ad99-0dde-4afe-a182-53b2893bcb37 {
  margin-top: 50px;
margin-left: 30px;
margin-right: 30px;
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
}

#s-04b2ad99-0dde-4afe-a182-53b2893bcb37 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-2ad51c67-39e5-45fe-bda4-15b3c052ed19 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-2ad51c67-39e5-45fe-bda4-15b3c052ed19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ad51c67-39e5-45fe-bda4-15b3c052ed19.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fa11594d-e258-4859-b877-f797a8065432 {
  margin-left: 20px;
margin-right: 20px;
}

#s-fa11594d-e258-4859-b877-f797a8065432 .shogun-icon-wrapper {
  text-align: center;
}


#s-fa11594d-e258-4859-b877-f797a8065432 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-f096f6e1-e587-40f3-963e-a3be5f4f6b51 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f096f6e1-e587-40f3-963e-a3be5f4f6b51 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-a7077302-378b-4744-a574-79212d9b61d6 {
  margin-left: 20px;
margin-right: 20px;
}

#s-c0419568-22d0-4140-9ed5-437160dab81f {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-c0419568-22d0-4140-9ed5-437160dab81f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0419568-22d0-4140-9ed5-437160dab81f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c4393cd0-d43e-4792-b9bb-b8d9ce769b47 {
  margin-left: 20px;
margin-right: 20px;
}

#s-c4393cd0-d43e-4792-b9bb-b8d9ce769b47 .shogun-icon-wrapper {
  text-align: center;
}


#s-c4393cd0-d43e-4792-b9bb-b8d9ce769b47 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-19307c9e-dd65-48c9-96f1-6712a23b8608 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-19307c9e-dd65-48c9-96f1-6712a23b8608 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-ddfbda64-c685-4ba9-bcd1-4d8c3aeeb67a {
  margin-left: 20px;
margin-right: 20px;
}

#s-575830da-feff-4627-b3c5-9188bbcfc5b1 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-575830da-feff-4627-b3c5-9188bbcfc5b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-575830da-feff-4627-b3c5-9188bbcfc5b1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8594ab51-0b3c-403e-8e41-bfd73423f1f0 {
  margin-left: 20px;
margin-right: 20px;
}

#s-8594ab51-0b3c-403e-8e41-bfd73423f1f0 .shogun-icon-wrapper {
  text-align: center;
}


#s-8594ab51-0b3c-403e-8e41-bfd73423f1f0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-742ef9f2-74ae-4bfb-8137-c3c21dac71b6 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-742ef9f2-74ae-4bfb-8137-c3c21dac71b6 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-55463382-5ed4-4738-bcd9-31dab0209eb9 {
  margin-left: 20px;
margin-right: 20px;
}

#s-7e6c6554-fe56-4d18-b4fa-44be295e021a {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-7e6c6554-fe56-4d18-b4fa-44be295e021a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e6c6554-fe56-4d18-b4fa-44be295e021a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5b1695b4-746d-48b8-b106-8929cd5a4ab0 {
  margin-left: 20px;
margin-right: 20px;
}

#s-5b1695b4-746d-48b8-b106-8929cd5a4ab0 .shogun-icon-wrapper {
  text-align: center;
}


#s-5b1695b4-746d-48b8-b106-8929cd5a4ab0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-55b6f7fc-8404-4888-b05f-30c5f8437957 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-55b6f7fc-8404-4888-b05f-30c5f8437957 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-b672f759-2daf-48b2-b03a-744335f10fb6 {
  margin-left: 20px;
margin-right: 20px;
}

#s-fb56c845-77b9-4b34-af0a-215901cd8e95 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fb56c845-77b9-4b34-af0a-215901cd8e95 {
  display: none;
}
#s-fb56c845-77b9-4b34-af0a-215901cd8e95, #wrap-s-fb56c845-77b9-4b34-af0a-215901cd8e95 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb56c845-77b9-4b34-af0a-215901cd8e95 {
  display: none;
}
#s-fb56c845-77b9-4b34-af0a-215901cd8e95, #wrap-s-fb56c845-77b9-4b34-af0a-215901cd8e95 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb56c845-77b9-4b34-af0a-215901cd8e95 {
  
}
}@media (max-width: 767px){#s-fb56c845-77b9-4b34-af0a-215901cd8e95 {
  
}
}







#s-fb56c845-77b9-4b34-af0a-215901cd8e95 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-fb56c845-77b9-4b34-af0a-215901cd8e95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d86a77dc-d372-4394-aba2-4484411c5cf0 {
  margin-top: 50px;
margin-left: 30px;
margin-right: 30px;
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
}

#s-d86a77dc-d372-4394-aba2-4484411c5cf0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-9634b876-4d3b-4833-8e89-c909272cd3fa {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-9634b876-4d3b-4833-8e89-c909272cd3fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9634b876-4d3b-4833-8e89-c909272cd3fa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3034f6a4-ca0c-4549-99a2-d49c4c76b2fc {
  margin-left: 20px;
margin-right: 20px;
}

#s-3034f6a4-ca0c-4549-99a2-d49c4c76b2fc .shogun-icon-wrapper {
  text-align: center;
}


#s-3034f6a4-ca0c-4549-99a2-d49c4c76b2fc .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-0de2b36f-dd5e-4527-993e-6b3cd18d4723 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0de2b36f-dd5e-4527-993e-6b3cd18d4723 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-0b0d279d-87f7-4a59-bb13-fae5e95771ee {
  margin-left: 20px;
margin-right: 20px;
}

#s-a08bfb37-017c-4cca-b8c4-99c9157f7913 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-a08bfb37-017c-4cca-b8c4-99c9157f7913 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a08bfb37-017c-4cca-b8c4-99c9157f7913.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-01a0848b-3c4d-4809-b901-2dc739cb3970 {
  margin-left: 20px;
margin-right: 20px;
}

#s-01a0848b-3c4d-4809-b901-2dc739cb3970 .shogun-icon-wrapper {
  text-align: center;
}


#s-01a0848b-3c4d-4809-b901-2dc739cb3970 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-9c1fa9ae-1650-45f2-abbf-bfb76fc0be71 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9c1fa9ae-1650-45f2-abbf-bfb76fc0be71 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-a8555839-53f3-4df3-b855-c0788f6bc98f {
  margin-left: 20px;
margin-right: 20px;
}

#s-d2f6b664-9154-4186-9089-bdda6147b26e {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-d2f6b664-9154-4186-9089-bdda6147b26e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2f6b664-9154-4186-9089-bdda6147b26e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-203a7cbe-3e41-4353-a583-43903444db5b {
  margin-left: 20px;
margin-right: 20px;
}

#s-203a7cbe-3e41-4353-a583-43903444db5b .shogun-icon-wrapper {
  text-align: center;
}


#s-203a7cbe-3e41-4353-a583-43903444db5b .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-397a46d7-70ef-49cc-9605-6d0814f24204 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-397a46d7-70ef-49cc-9605-6d0814f24204 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-517c9636-cb47-49b7-bdb7-7cd41173e1fe {
  margin-left: 20px;
margin-right: 20px;
}

#s-d8be329c-9c8c-4a7b-8b65-28edd8027a0c {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-d8be329c-9c8c-4a7b-8b65-28edd8027a0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8be329c-9c8c-4a7b-8b65-28edd8027a0c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ab0c0908-f9dc-493c-8341-3dda24b6a3e5 {
  margin-left: 20px;
margin-right: 20px;
}

#s-ab0c0908-f9dc-493c-8341-3dda24b6a3e5 .shogun-icon-wrapper {
  text-align: center;
}


#s-ab0c0908-f9dc-493c-8341-3dda24b6a3e5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-a5b30e24-d4d7-40c1-aee2-465701881b45 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a5b30e24-d4d7-40c1-aee2-465701881b45 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-1117dfbb-4539-4bba-9720-ce5e0b7f79ac {
  margin-left: 20px;
margin-right: 20px;
}

#s-1c9479ab-53c0-4447-bd89-26f39bc81279 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1c9479ab-53c0-4447-bd89-26f39bc81279 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c9479ab-53c0-4447-bd89-26f39bc81279.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6ef46fb-7284-4117-b924-a05010e504ed {
  margin-top: 50px;
margin-left: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-e6ef46fb-7284-4117-b924-a05010e504ed .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



.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-024f6993-4086-46f2-9eb8-2ae52315cb2a {
  margin-top: 2px;
margin-bottom: 2px;
}

#s-024f6993-4086-46f2-9eb8-2ae52315cb2a .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-024f6993-4086-46f2-9eb8-2ae52315cb2a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-024f6993-4086-46f2-9eb8-2ae52315cb2a td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-024f6993-4086-46f2-9eb8-2ae52315cb2a td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-024f6993-4086-46f2-9eb8-2ae52315cb2a td.shogun-table-column, #s-024f6993-4086-46f2-9eb8-2ae52315cb2a td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-95fa578a-5340-446c-bbe8-51320db14f28 .shogun-icon-wrapper {
  text-align: center;
}


#s-95fa578a-5340-446c-bbe8-51320db14f28 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

#s-d9e15bdc-0b55-4378-be41-e077bd245372 .shogun-icon-wrapper {
  text-align: center;
}


#s-d9e15bdc-0b55-4378-be41-e077bd245372 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

#s-1aabc996-1b65-411b-8666-363cbb93b40c .shogun-icon-wrapper {
  text-align: center;
}


#s-1aabc996-1b65-411b-8666-363cbb93b40c .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

#s-62a281c1-cd90-4ab2-b5bd-34b79e19cdf9 .shogun-icon-wrapper {
  text-align: center;
}


#s-62a281c1-cd90-4ab2-b5bd-34b79e19cdf9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

#s-23d757cb-863d-4d8b-919e-0a55e123d3e3 .shogun-icon-wrapper {
  text-align: center;
}


#s-23d757cb-863d-4d8b-919e-0a55e123d3e3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

#s-edd17144-4850-47c0-91f2-ef649074b133 {
  min-height: 50px;
background-color: rgba(253, 253, 253, 1);
}








#s-edd17144-4850-47c0-91f2-ef649074b133 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edd17144-4850-47c0-91f2-ef649074b133.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-573922a0-8317-40ed-aa7e-a2612b0bd38b {
  margin-top: 50px;
margin-left: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-573922a0-8317-40ed-aa7e-a2612b0bd38b .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-2b8e40e9-d7f8-4a99-85af-eca2f540a5e4 {
  margin-top: 0px;
}

#s-2b8e40e9-d7f8-4a99-85af-eca2f540a5e4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-2b8e40e9-d7f8-4a99-85af-eca2f540a5e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 25px;
}

#s-2b8e40e9-d7f8-4a99-85af-eca2f540a5e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-2b8e40e9-d7f8-4a99-85af-eca2f540a5e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-2b8e40e9-d7f8-4a99-85af-eca2f540a5e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: ;
}

#s-2b8e40e9-d7f8-4a99-85af-eca2f540a5e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-7ab3be56-e063-4e0b-a451-a464cd86a08a {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-6e98a0e9-0c86-442b-95ee-7ee8207d6f87 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-de24a153-3fa3-4374-9f5e-bd30707ed229 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-fa5d544a-b1ba-41a6-adfe-8f2f16ceebdc {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-0c0d8a04-2a1f-485c-8d9b-98a609d0dd18 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-5f3502c1-4d37-4be2-bb48-2d2bb77892f3 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-3611eb8a-64f1-4f63-9f66-1e2b4ec781b9 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
