.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-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-30bc609c-bbb5-4b08-b833-32ea3e29a764 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 1280px;
}
@media (min-width: 1200px){#s-30bc609c-bbb5-4b08-b833-32ea3e29a764 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-30bc609c-bbb5-4b08-b833-32ea3e29a764 {
  margin-left: 15px;
margin-right: 15px;
padding-left: 30px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-30bc609c-bbb5-4b08-b833-32ea3e29a764 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-30bc609c-bbb5-4b08-b833-32ea3e29a764 {
  margin-top: 0px;
margin-bottom: 15px;
padding-left: 5%;
padding-right: 5%;
}
}







#s-30bc609c-bbb5-4b08-b833-32ea3e29a764 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30bc609c-bbb5-4b08-b833-32ea3e29a764.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-6625ccad-a765-4ed7-aa87-cc2ec8ac0dde {
  margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-6625ccad-a765-4ed7-aa87-cc2ec8ac0dde {
  display: none;
}
#s-6625ccad-a765-4ed7-aa87-cc2ec8ac0dde, #wrap-s-6625ccad-a765-4ed7-aa87-cc2ec8ac0dde { display: none !important; }}@media (max-width: 767px){#s-6625ccad-a765-4ed7-aa87-cc2ec8ac0dde {
  margin-top: 30px;
}
}
@media (min-width: 0px) {
[id="s-6625ccad-a765-4ed7-aa87-cc2ec8ac0dde"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6625ccad-a765-4ed7-aa87-cc2ec8ac0dde"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6625ccad-a765-4ed7-aa87-cc2ec8ac0dde"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6625ccad-a765-4ed7-aa87-cc2ec8ac0dde"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-6625ccad-a765-4ed7-aa87-cc2ec8ac0dde"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9a793c3f-612c-47cf-9708-3871f0480040 {
  margin-top: 0px;
padding-right: 30px;
min-height: 500px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-9a793c3f-612c-47cf-9708-3871f0480040 {
  margin-top: 15px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9a793c3f-612c-47cf-9708-3871f0480040 {
  margin-top: 15px;
}
}@media (max-width: 767px){#s-9a793c3f-612c-47cf-9708-3871f0480040 {
  padding-right: 0px;
}
}







#s-9a793c3f-612c-47cf-9708-3871f0480040 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a793c3f-612c-47cf-9708-3871f0480040.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-c98ce424-26fc-4c3e-8ce4-00b802a7c1b6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-c98ce424-26fc-4c3e-8ce4-00b802a7c1b6 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c98ce424-26fc-4c3e-8ce4-00b802a7c1b6 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-c98ce424-26fc-4c3e-8ce4-00b802a7c1b6 {
  display: none;
}
#s-c98ce424-26fc-4c3e-8ce4-00b802a7c1b6, #wrap-s-c98ce424-26fc-4c3e-8ce4-00b802a7c1b6 { display: none !important; }}
#s-c98ce424-26fc-4c3e-8ce4-00b802a7c1b6 .shogun-heading-component h1 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-2498b34f-8ea1-4d50-ab92-67d6c1c3f59a {
  margin-left: 0px;
margin-right: 0px;
}

#s-8dc11776-0c3d-48bf-9d52-69ba30a9aad5 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-8dc11776-0c3d-48bf-9d52-69ba30a9aad5 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-26a1e651-cf71-4b53-a90a-32bced2481c2 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-6ace8208-5300-4ce2-b480-393b813631b2 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-6ace8208-5300-4ce2-b480-393b813631b2 {
  display: none;
}
#s-6ace8208-5300-4ce2-b480-393b813631b2, #wrap-s-6ace8208-5300-4ce2-b480-393b813631b2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ace8208-5300-4ce2-b480-393b813631b2 {
  display: none;
}
#s-6ace8208-5300-4ce2-b480-393b813631b2, #wrap-s-6ace8208-5300-4ce2-b480-393b813631b2 { display: none !important; }}@media (max-width: 767px){#s-6ace8208-5300-4ce2-b480-393b813631b2 {
  display: none;
}
#s-6ace8208-5300-4ce2-b480-393b813631b2, #wrap-s-6ace8208-5300-4ce2-b480-393b813631b2 { display: none !important; }}
#s-6ace8208-5300-4ce2-b480-393b813631b2 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-5d684d5e-457c-4124-acac-a8fe34c3a125 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-5d684d5e-457c-4124-acac-a8fe34c3a125 {
  display: none;
}
#s-5d684d5e-457c-4124-acac-a8fe34c3a125, #wrap-s-5d684d5e-457c-4124-acac-a8fe34c3a125 { display: none !important; }}@media (max-width: 767px){#s-5d684d5e-457c-4124-acac-a8fe34c3a125 {
  display: none;
}
#s-5d684d5e-457c-4124-acac-a8fe34c3a125, #wrap-s-5d684d5e-457c-4124-acac-a8fe34c3a125 { display: none !important; }}
#s-5d684d5e-457c-4124-acac-a8fe34c3a125 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-1d20587e-4026-4083-b76a-4bd42fecf0bb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-1d20587e-4026-4083-b76a-4bd42fecf0bb {
  display: none;
}
#s-1d20587e-4026-4083-b76a-4bd42fecf0bb, #wrap-s-1d20587e-4026-4083-b76a-4bd42fecf0bb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d20587e-4026-4083-b76a-4bd42fecf0bb {
  display: none;
}
#s-1d20587e-4026-4083-b76a-4bd42fecf0bb, #wrap-s-1d20587e-4026-4083-b76a-4bd42fecf0bb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1d20587e-4026-4083-b76a-4bd42fecf0bb {
  display: none;
}
#s-1d20587e-4026-4083-b76a-4bd42fecf0bb, #wrap-s-1d20587e-4026-4083-b76a-4bd42fecf0bb { display: none !important; }}@media (max-width: 767px){#s-1d20587e-4026-4083-b76a-4bd42fecf0bb {
  margin-top: 30px;
margin-bottom: 15px;
}
}
#s-1d20587e-4026-4083-b76a-4bd42fecf0bb .shogun-heading-component h1 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-1d20587e-4026-4083-b76a-4bd42fecf0bb .shogun-heading-component h1 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ce3679bf-6caa-4ca0-b7ed-9cd57c1ec58c {
  
}







  #s-ce3679bf-6caa-4ca0-b7ed-9cd57c1ec58c img.shogun-image {
    

    
    
    
  }


#s-ce3679bf-6caa-4ca0-b7ed-9cd57c1ec58c .shogun-image-content {
  
    align-items: center;
  
}

#s-273d27cb-1621-46be-89a8-37de02c17f55 {
  margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-273d27cb-1621-46be-89a8-37de02c17f55 {
  display: none;
}
#s-273d27cb-1621-46be-89a8-37de02c17f55, #wrap-s-273d27cb-1621-46be-89a8-37de02c17f55 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-273d27cb-1621-46be-89a8-37de02c17f55 {
  display: none;
}
#s-273d27cb-1621-46be-89a8-37de02c17f55, #wrap-s-273d27cb-1621-46be-89a8-37de02c17f55 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-273d27cb-1621-46be-89a8-37de02c17f55 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-273d27cb-1621-46be-89a8-37de02c17f55 {
  display: none;
}
#s-273d27cb-1621-46be-89a8-37de02c17f55, #wrap-s-273d27cb-1621-46be-89a8-37de02c17f55 { display: none !important; }}
@media (min-width: 0px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a54257d7-0aa4-490b-b77b-f67b0902aea0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-a54257d7-0aa4-490b-b77b-f67b0902aea0 .shogun-heading-component h1 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-9a84d409-a6db-4e7c-8eb4-e18affb3a68c {
  margin-left: 5px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-9a84d409-a6db-4e7c-8eb4-e18affb3a68c {
  display: none;
}
#s-9a84d409-a6db-4e7c-8eb4-e18affb3a68c, #wrap-s-9a84d409-a6db-4e7c-8eb4-e18affb3a68c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a84d409-a6db-4e7c-8eb4-e18affb3a68c {
  display: none;
}
#s-9a84d409-a6db-4e7c-8eb4-e18affb3a68c, #wrap-s-9a84d409-a6db-4e7c-8eb4-e18affb3a68c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a84d409-a6db-4e7c-8eb4-e18affb3a68c {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-9a84d409-a6db-4e7c-8eb4-e18affb3a68c {
  display: none;
}
#s-9a84d409-a6db-4e7c-8eb4-e18affb3a68c, #wrap-s-9a84d409-a6db-4e7c-8eb4-e18affb3a68c { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-0dd0be8e-76fd-4232-a99e-c7f92a8e9b29 {
  display: none;
}
#s-0dd0be8e-76fd-4232-a99e-c7f92a8e9b29, #wrap-s-0dd0be8e-76fd-4232-a99e-c7f92a8e9b29 { display: none !important; }}@media (max-width: 767px){#s-0dd0be8e-76fd-4232-a99e-c7f92a8e9b29 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-2af35630-9e38-485d-8ed8-bf8fe8c92a56 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-2af35630-9e38-485d-8ed8-bf8fe8c92a56 {
  display: none;
}
#s-2af35630-9e38-485d-8ed8-bf8fe8c92a56, #wrap-s-2af35630-9e38-485d-8ed8-bf8fe8c92a56 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2af35630-9e38-485d-8ed8-bf8fe8c92a56 {
  display: none;
}
#s-2af35630-9e38-485d-8ed8-bf8fe8c92a56, #wrap-s-2af35630-9e38-485d-8ed8-bf8fe8c92a56 { display: none !important; }}@media (max-width: 767px){#s-2af35630-9e38-485d-8ed8-bf8fe8c92a56 {
  display: none;
}
#s-2af35630-9e38-485d-8ed8-bf8fe8c92a56, #wrap-s-2af35630-9e38-485d-8ed8-bf8fe8c92a56 { display: none !important; }}
#s-2af35630-9e38-485d-8ed8-bf8fe8c92a56 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-55d68670-a585-47f9-90a3-2e17d650317b {
  margin-top: 50px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-55d68670-a585-47f9-90a3-2e17d650317b {
  display: none;
}
#s-55d68670-a585-47f9-90a3-2e17d650317b, #wrap-s-55d68670-a585-47f9-90a3-2e17d650317b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55d68670-a585-47f9-90a3-2e17d650317b {
  display: none;
}
#s-55d68670-a585-47f9-90a3-2e17d650317b, #wrap-s-55d68670-a585-47f9-90a3-2e17d650317b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-55d68670-a585-47f9-90a3-2e17d650317b {
  display: none;
}
#s-55d68670-a585-47f9-90a3-2e17d650317b, #wrap-s-55d68670-a585-47f9-90a3-2e17d650317b { display: none !important; }}
#s-55d68670-a585-47f9-90a3-2e17d650317b .shogun-heading-component h1 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "vertigo";
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: center;
}



#s-7d4f9fa8-1992-40ee-90c0-287ba729fbbd {
  margin-top: 0px;
margin-bottom: 0px;
}







  #s-7d4f9fa8-1992-40ee-90c0-287ba729fbbd img.shogun-image {
    

    
    
    
  }


#s-7d4f9fa8-1992-40ee-90c0-287ba729fbbd .shogun-image-content {
  
    align-items: center;
  
}

#s-405d5b51-cdde-4c91-9bf5-0698f20ea12d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-405d5b51-cdde-4c91-9bf5-0698f20ea12d {
  display: none;
}
#s-405d5b51-cdde-4c91-9bf5-0698f20ea12d, #wrap-s-405d5b51-cdde-4c91-9bf5-0698f20ea12d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-405d5b51-cdde-4c91-9bf5-0698f20ea12d {
  display: none;
}
#s-405d5b51-cdde-4c91-9bf5-0698f20ea12d, #wrap-s-405d5b51-cdde-4c91-9bf5-0698f20ea12d { display: none !important; }}@media (max-width: 767px){#s-405d5b51-cdde-4c91-9bf5-0698f20ea12d {
  display: none;
}
#s-405d5b51-cdde-4c91-9bf5-0698f20ea12d, #wrap-s-405d5b51-cdde-4c91-9bf5-0698f20ea12d { display: none !important; }}







#s-405d5b51-cdde-4c91-9bf5-0698f20ea12d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-405d5b51-cdde-4c91-9bf5-0698f20ea12d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-503bfd8d-9d7a-4935-a4af-e0cdd68b816d {
  display: none;
}
#s-503bfd8d-9d7a-4935-a4af-e0cdd68b816d, #wrap-s-503bfd8d-9d7a-4935-a4af-e0cdd68b816d { display: none !important; }}@media (max-width: 767px){#s-503bfd8d-9d7a-4935-a4af-e0cdd68b816d {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-e235c92d-72c3-4b75-aa33-cdb4bcd97956 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-e235c92d-72c3-4b75-aa33-cdb4bcd97956 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e235c92d-72c3-4b75-aa33-cdb4bcd97956.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ec8038b-6db7-418c-beed-c3029111242b {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-8ec8038b-6db7-418c-beed-c3029111242b {
  display: none;
}
#s-8ec8038b-6db7-418c-beed-c3029111242b, #wrap-s-8ec8038b-6db7-418c-beed-c3029111242b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ec8038b-6db7-418c-beed-c3029111242b {
  display: none;
}
#s-8ec8038b-6db7-418c-beed-c3029111242b, #wrap-s-8ec8038b-6db7-418c-beed-c3029111242b { display: none !important; }}
#s-8ec8038b-6db7-418c-beed-c3029111242b .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-4722d42e-c248-4247-9a63-44bf080fdfb8 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4722d42e-c248-4247-9a63-44bf080fdfb8 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-76f52b97-3134-4e48-acfd-c7bc174aba20 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-8c6b6273-8235-47a7-9f0a-92cf24aa1e0f {
  text-align: left;
}

#s-c596f660-8c01-4f59-882c-9ad743b16098 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c596f660-8c01-4f59-882c-9ad743b16098 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-161327e4-520f-4bd3-bb05-9ccfb823a9f3 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-0ead1762-9019-41f7-93b1-991759090e6c {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-0ead1762-9019-41f7-93b1-991759090e6c .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-fbc010df-09c0-423e-9ce6-1ac812dde9c7 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-657db770-59bb-4578-80a3-8859d066893d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-657db770-59bb-4578-80a3-8859d066893d .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-ece90ff6-4f37-44a0-b626-ccbfa0d34783 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-5007a624-f368-4db0-b161-218d468f0e60 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-5007a624-f368-4db0-b161-218d468f0e60 img.shogun-image {
    

    
    
    
  }


#s-5007a624-f368-4db0-b161-218d468f0e60 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee7e39d0-3742-4557-8b47-8fb07dcc6525 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ee7e39d0-3742-4557-8b47-8fb07dcc6525 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 1200px){#s-4b5c0177-a49e-4eac-928e-bab30289dd3b {
  display: none;
}
#s-4b5c0177-a49e-4eac-928e-bab30289dd3b, #wrap-s-4b5c0177-a49e-4eac-928e-bab30289dd3b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b5c0177-a49e-4eac-928e-bab30289dd3b {
  display: none;
}
#s-4b5c0177-a49e-4eac-928e-bab30289dd3b, #wrap-s-4b5c0177-a49e-4eac-928e-bab30289dd3b { display: none !important; }}@media (max-width: 767px){#s-4b5c0177-a49e-4eac-928e-bab30289dd3b {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-4b5c0177-a49e-4eac-928e-bab30289dd3b, #wrap-s-4b5c0177-a49e-4eac-928e-bab30289dd3b { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-24f2cd44-7620-4338-ab43-fd720a684df0 {
  display: none;
}
#s-24f2cd44-7620-4338-ab43-fd720a684df0, #wrap-s-24f2cd44-7620-4338-ab43-fd720a684df0 { display: none !important; }}@media (max-width: 767px){#s-24f2cd44-7620-4338-ab43-fd720a684df0 {
  margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-a1c7aaa5-0be9-4ff2-a45d-47eb696230c4 {
  display: none;
}
#s-a1c7aaa5-0be9-4ff2-a45d-47eb696230c4, #wrap-s-a1c7aaa5-0be9-4ff2-a45d-47eb696230c4 { display: none !important; }}
#s-4f877454-3cd9-4320-929a-58eab04be23d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}
@media (min-width: 1200px){#s-4f877454-3cd9-4320-929a-58eab04be23d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4f877454-3cd9-4320-929a-58eab04be23d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4f877454-3cd9-4320-929a-58eab04be23d {
  
}
}@media (max-width: 767px){#s-4f877454-3cd9-4320-929a-58eab04be23d {
  
}
}







#s-4f877454-3cd9-4320-929a-58eab04be23d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f877454-3cd9-4320-929a-58eab04be23d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-6e6d996d-1014-4fa2-a5f6-c9574a302b87 {
  display: none;
}
#s-6e6d996d-1014-4fa2-a5f6-c9574a302b87, #wrap-s-6e6d996d-1014-4fa2-a5f6-c9574a302b87 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e6d996d-1014-4fa2-a5f6-c9574a302b87 {
  display: none;
}
#s-6e6d996d-1014-4fa2-a5f6-c9574a302b87, #wrap-s-6e6d996d-1014-4fa2-a5f6-c9574a302b87 { display: none !important; }}@media (max-width: 767px){#s-6e6d996d-1014-4fa2-a5f6-c9574a302b87 {
  display: none;
}
#s-6e6d996d-1014-4fa2-a5f6-c9574a302b87, #wrap-s-6e6d996d-1014-4fa2-a5f6-c9574a302b87 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6e6d996d-1014-4fa2-a5f6-c9574a302b87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e6d996d-1014-4fa2-a5f6-c9574a302b87"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6e6d996d-1014-4fa2-a5f6-c9574a302b87"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e6d996d-1014-4fa2-a5f6-c9574a302b87"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-2c9da1a8-febb-4a37-9cb4-675d1fd33ac0 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-d74c037b-31bf-4bc4-98fb-a6446098b2bc {
  margin-top: 10px;
text-align: left;
}







  #s-d74c037b-31bf-4bc4-98fb-a6446098b2bc img.shogun-image {
    

    
    
    
  }


#s-d74c037b-31bf-4bc4-98fb-a6446098b2bc .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-07e5e29c-a35b-429c-91d7-38d3b8736226 {
  display: none;
}
#s-07e5e29c-a35b-429c-91d7-38d3b8736226, #wrap-s-07e5e29c-a35b-429c-91d7-38d3b8736226 { display: none !important; }}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-a14689c6-06c4-418e-b7e2-6b33631ef373 {
  padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1.4px;
}
#s-a14689c6-06c4-418e-b7e2-6b33631ef373:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a14689c6-06c4-418e-b7e2-6b33631ef373:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a14689c6-06c4-418e-b7e2-6b33631ef373-root {
    text-align: center;
  }


#s-a14689c6-06c4-418e-b7e2-6b33631ef373.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a14689c6-06c4-418e-b7e2-6b33631ef373-root {
    text-align: center;
  }


#s-a14689c6-06c4-418e-b7e2-6b33631ef373.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a14689c6-06c4-418e-b7e2-6b33631ef373-root {
    text-align: center;
  }


#s-a14689c6-06c4-418e-b7e2-6b33631ef373.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a14689c6-06c4-418e-b7e2-6b33631ef373-root {
    text-align: center;
  }


#s-a14689c6-06c4-418e-b7e2-6b33631ef373.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a14689c6-06c4-418e-b7e2-6b33631ef373-root {
    text-align: center;
  }


#s-a14689c6-06c4-418e-b7e2-6b33631ef373.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-bb8b2bce-d751-475c-acfa-ebe994662007 {
  display: none;
}
#s-bb8b2bce-d751-475c-acfa-ebe994662007, #wrap-s-bb8b2bce-d751-475c-acfa-ebe994662007 { display: none !important; }}
@media (min-width: 0px) {
[id="s-bb8b2bce-d751-475c-acfa-ebe994662007"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb8b2bce-d751-475c-acfa-ebe994662007"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bb8b2bce-d751-475c-acfa-ebe994662007"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb8b2bce-d751-475c-acfa-ebe994662007"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-74b78998-4461-4ef0-8373-f4518087abdf {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-c70cfc7d-c3cd-4f71-ab2c-1f5e1f8b6f7d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c70cfc7d-c3cd-4f71-ab2c-1f5e1f8b6f7d .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-0e70acdf-74e9-4bca-99cf-0a21ad5319ed {
  margin-top: 0px;
}
@media (min-width: 1200px){#s-0e70acdf-74e9-4bca-99cf-0a21ad5319ed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e70acdf-74e9-4bca-99cf-0a21ad5319ed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e70acdf-74e9-4bca-99cf-0a21ad5319ed {
  
}
}@media (max-width: 767px){#s-0e70acdf-74e9-4bca-99cf-0a21ad5319ed {
  
}
}
#s-705ff740-cc9b-4f5e-9838-7f029851208c {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-705ff740-cc9b-4f5e-9838-7f029851208c {
  display: none;
}
#s-705ff740-cc9b-4f5e-9838-7f029851208c, #wrap-s-705ff740-cc9b-4f5e-9838-7f029851208c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-705ff740-cc9b-4f5e-9838-7f029851208c {
  display: none;
}
#s-705ff740-cc9b-4f5e-9838-7f029851208c, #wrap-s-705ff740-cc9b-4f5e-9838-7f029851208c { display: none !important; }}@media (max-width: 767px){#s-705ff740-cc9b-4f5e-9838-7f029851208c {
  display: none;
}
#s-705ff740-cc9b-4f5e-9838-7f029851208c, #wrap-s-705ff740-cc9b-4f5e-9838-7f029851208c { display: none !important; }}
#s-705ff740-cc9b-4f5e-9838-7f029851208c .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-6b566392-70cf-4c75-8662-8e54a63db0b5 {
  margin-top: 10px;
text-align: left;
}







  #s-6b566392-70cf-4c75-8662-8e54a63db0b5 img.shogun-image {
    

    
    
    
  }


#s-6b566392-70cf-4c75-8662-8e54a63db0b5 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-4c074882-1a70-41ea-9c18-badea6aae340 {
  display: none;
}
#s-4c074882-1a70-41ea-9c18-badea6aae340, #wrap-s-4c074882-1a70-41ea-9c18-badea6aae340 { display: none !important; }}
@media (min-width: 1200px){#s-1a9f32cb-0e21-45e6-87fa-286e7434620d {
  display: none;
}
#s-1a9f32cb-0e21-45e6-87fa-286e7434620d, #wrap-s-1a9f32cb-0e21-45e6-87fa-286e7434620d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a9f32cb-0e21-45e6-87fa-286e7434620d {
  display: none;
}
#s-1a9f32cb-0e21-45e6-87fa-286e7434620d, #wrap-s-1a9f32cb-0e21-45e6-87fa-286e7434620d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1a9f32cb-0e21-45e6-87fa-286e7434620d {
  display: none;
}
#s-1a9f32cb-0e21-45e6-87fa-286e7434620d, #wrap-s-1a9f32cb-0e21-45e6-87fa-286e7434620d { display: none !important; }}@media (max-width: 767px){#s-1a9f32cb-0e21-45e6-87fa-286e7434620d {
  
}
}
#s-af8d7ce8-7c74-4e15-9102-deca971fc860 {
  padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1.4px;
}
#s-af8d7ce8-7c74-4e15-9102-deca971fc860:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-af8d7ce8-7c74-4e15-9102-deca971fc860:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-af8d7ce8-7c74-4e15-9102-deca971fc860-root {
    text-align: center;
  }


#s-af8d7ce8-7c74-4e15-9102-deca971fc860.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-af8d7ce8-7c74-4e15-9102-deca971fc860-root {
    text-align: center;
  }


#s-af8d7ce8-7c74-4e15-9102-deca971fc860.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-af8d7ce8-7c74-4e15-9102-deca971fc860-root {
    text-align: center;
  }


#s-af8d7ce8-7c74-4e15-9102-deca971fc860.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-af8d7ce8-7c74-4e15-9102-deca971fc860-root {
    text-align: center;
  }


#s-af8d7ce8-7c74-4e15-9102-deca971fc860.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-af8d7ce8-7c74-4e15-9102-deca971fc860-root {
    text-align: center;
  }


#s-af8d7ce8-7c74-4e15-9102-deca971fc860.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}
#s-9c245739-347b-484e-8457-8822c6320356 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9c245739-347b-484e-8457-8822c6320356 {
  display: none;
}
#s-9c245739-347b-484e-8457-8822c6320356, #wrap-s-9c245739-347b-484e-8457-8822c6320356 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c245739-347b-484e-8457-8822c6320356 {
  display: none;
}
#s-9c245739-347b-484e-8457-8822c6320356, #wrap-s-9c245739-347b-484e-8457-8822c6320356 { display: none !important; }}@media (max-width: 767px){#s-9c245739-347b-484e-8457-8822c6320356 {
  display: none;
}
#s-9c245739-347b-484e-8457-8822c6320356, #wrap-s-9c245739-347b-484e-8457-8822c6320356 { display: none !important; }}







#s-9c245739-347b-484e-8457-8822c6320356 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c245739-347b-484e-8457-8822c6320356.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-293c3b7d-6fe1-4e6d-a626-0752ecf585ed {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-293c3b7d-6fe1-4e6d-a626-0752ecf585ed {
  display: none;
}
#s-293c3b7d-6fe1-4e6d-a626-0752ecf585ed, #wrap-s-293c3b7d-6fe1-4e6d-a626-0752ecf585ed { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-293c3b7d-6fe1-4e6d-a626-0752ecf585ed {
  display: none;
}
#s-293c3b7d-6fe1-4e6d-a626-0752ecf585ed, #wrap-s-293c3b7d-6fe1-4e6d-a626-0752ecf585ed { display: none !important; }}@media (max-width: 767px){#s-293c3b7d-6fe1-4e6d-a626-0752ecf585ed {
  display: none;
}
#s-293c3b7d-6fe1-4e6d-a626-0752ecf585ed, #wrap-s-293c3b7d-6fe1-4e6d-a626-0752ecf585ed { display: none !important; }}
#s-293c3b7d-6fe1-4e6d-a626-0752ecf585ed .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-12ca627d-38b2-4d14-b7f6-0aaed5adca65 {
  margin-top: 0px;
margin-bottom: 20px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-12ca627d-38b2-4d14-b7f6-0aaed5adca65 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12ca627d-38b2-4d14-b7f6-0aaed5adca65 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-12ca627d-38b2-4d14-b7f6-0aaed5adca65 {
  
}
}@media (max-width: 767px){#s-12ca627d-38b2-4d14-b7f6-0aaed5adca65 {
  
}
}
#s-997de13a-5dea-4887-a0ed-a63928be61fc {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-997de13a-5dea-4887-a0ed-a63928be61fc {
  display: none;
}
#s-997de13a-5dea-4887-a0ed-a63928be61fc, #wrap-s-997de13a-5dea-4887-a0ed-a63928be61fc { display: none !important; }}
#s-997de13a-5dea-4887-a0ed-a63928be61fc .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-77d71647-ee91-43a5-b866-e3fc7d0e0b2d {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-77d71647-ee91-43a5-b866-e3fc7d0e0b2d {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-8c44cb3b-8eea-4fb7-91ec-9654affcb082 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-8c44cb3b-8eea-4fb7-91ec-9654affcb082 img.shogun-image {
    

    
    
    
  }


#s-8c44cb3b-8eea-4fb7-91ec-9654affcb082 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-198aa84b-c2b3-4445-99e7-08fe4dc5166a {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
}
}
#s-0a368d56-5666-46a9-b133-20262d1268a8 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}
@media (min-width: 1200px){#s-0a368d56-5666-46a9-b133-20262d1268a8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a368d56-5666-46a9-b133-20262d1268a8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0a368d56-5666-46a9-b133-20262d1268a8 {
  display: none;
}
#s-0a368d56-5666-46a9-b133-20262d1268a8, #wrap-s-0a368d56-5666-46a9-b133-20262d1268a8 { display: none !important; }}@media (max-width: 767px){#s-0a368d56-5666-46a9-b133-20262d1268a8 {
  
}
}







#s-0a368d56-5666-46a9-b133-20262d1268a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a368d56-5666-46a9-b133-20262d1268a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-122b030c-6d34-45d9-9896-b386d92a641c {
  min-height: 50px;
}








#s-122b030c-6d34-45d9-9896-b386d92a641c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-122b030c-6d34-45d9-9896-b386d92a641c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c640fd0-3eb6-4f6b-b193-b678c2500ff1 {
  box-shadow:0px 0px 51px 0px rgba(0, 0, 0, 0.08);
}

@media (min-width: 0px) {
[id="s-1c640fd0-3eb6-4f6b-b193-b678c2500ff1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c640fd0-3eb6-4f6b-b193-b678c2500ff1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1c640fd0-3eb6-4f6b-b193-b678c2500ff1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c640fd0-3eb6-4f6b-b193-b678c2500ff1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-24646d7e-bbf1-41cb-a3d1-43732c26329c {
  box-shadow:    rgba(28, 97, 0, 1);
}







  #s-24646d7e-bbf1-41cb-a3d1-43732c26329c img.shogun-image {
    

    
    
    
  }


#s-24646d7e-bbf1-41cb-a3d1-43732c26329c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-d7b48b28-676a-4df2-ba25-3503b547c393 {
  margin-top: 10%;
padding-top: 20px;
padding-left: 25px;
padding-bottom: 20px;
padding-right: 25px;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-d7b48b28-676a-4df2-ba25-3503b547c393 {
  margin-top: 0%;
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
}
}







#s-d7b48b28-676a-4df2-ba25-3503b547c393 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7b48b28-676a-4df2-ba25-3503b547c393.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cca46e7d-d78c-4d3f-86bd-91795292b4dd {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-cca46e7d-d78c-4d3f-86bd-91795292b4dd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cca46e7d-d78c-4d3f-86bd-91795292b4dd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cca46e7d-d78c-4d3f-86bd-91795292b4dd {
  
}
}@media (max-width: 767px){#s-cca46e7d-d78c-4d3f-86bd-91795292b4dd {
  
}
}
#s-d1591b3c-c9f4-4b10-a316-93bfe1f17282 {
  margin-top: 15px;
margin-left: 25px;
margin-bottom: 15px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-d1591b3c-c9f4-4b10-a316-93bfe1f17282 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d1591b3c-c9f4-4b10-a316-93bfe1f17282 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d1591b3c-c9f4-4b10-a316-93bfe1f17282 {
  
}
}@media (max-width: 767px){#s-d1591b3c-c9f4-4b10-a316-93bfe1f17282 {
  
}
}
#s-c5b42392-8a31-496f-8037-63d27ae59258 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(103, 195, 183, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-c5b42392-8a31-496f-8037-63d27ae59258:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c5b42392-8a31-496f-8037-63d27ae59258:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c5b42392-8a31-496f-8037-63d27ae59258-root {
    text-align: center;
  }


#s-c5b42392-8a31-496f-8037-63d27ae59258.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c5b42392-8a31-496f-8037-63d27ae59258-root {
    text-align: center;
  }


#s-c5b42392-8a31-496f-8037-63d27ae59258.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5b42392-8a31-496f-8037-63d27ae59258-root {
    text-align: center;
  }


#s-c5b42392-8a31-496f-8037-63d27ae59258.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5b42392-8a31-496f-8037-63d27ae59258-root {
    text-align: center;
  }


#s-c5b42392-8a31-496f-8037-63d27ae59258.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c5b42392-8a31-496f-8037-63d27ae59258-root {
    text-align: center;
  }


#s-c5b42392-8a31-496f-8037-63d27ae59258.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d65650a5-e2a5-431c-97ac-b3cf6f5990ee {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}
@media (min-width: 1200px){#s-d65650a5-e2a5-431c-97ac-b3cf6f5990ee {
  display: none;
}
#s-d65650a5-e2a5-431c-97ac-b3cf6f5990ee, #wrap-s-d65650a5-e2a5-431c-97ac-b3cf6f5990ee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d65650a5-e2a5-431c-97ac-b3cf6f5990ee {
  display: none;
}
#s-d65650a5-e2a5-431c-97ac-b3cf6f5990ee, #wrap-s-d65650a5-e2a5-431c-97ac-b3cf6f5990ee { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d65650a5-e2a5-431c-97ac-b3cf6f5990ee {
  
}
}@media (max-width: 767px){#s-d65650a5-e2a5-431c-97ac-b3cf6f5990ee {
  display: none;
}
#s-d65650a5-e2a5-431c-97ac-b3cf6f5990ee, #wrap-s-d65650a5-e2a5-431c-97ac-b3cf6f5990ee { display: none !important; }}







#s-d65650a5-e2a5-431c-97ac-b3cf6f5990ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d65650a5-e2a5-431c-97ac-b3cf6f5990ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b1e52b5-75fd-466a-9cc2-aafc78df0253 {
  min-height: 50px;
}








#s-7b1e52b5-75fd-466a-9cc2-aafc78df0253 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b1e52b5-75fd-466a-9cc2-aafc78df0253.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ba7d874-f503-4e59-bc8c-380ef4c8c27f {
  box-shadow:0px 0px 51px 0px rgba(0, 0, 0, 0.08);
}

@media (min-width: 0px) {
[id="s-7ba7d874-f503-4e59-bc8c-380ef4c8c27f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ba7d874-f503-4e59-bc8c-380ef4c8c27f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7ba7d874-f503-4e59-bc8c-380ef4c8c27f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ba7d874-f503-4e59-bc8c-380ef4c8c27f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b04f1491-dc14-44e7-985d-c6767f253637 {
  box-shadow:    rgba(28, 97, 0, 1);
}







  #s-b04f1491-dc14-44e7-985d-c6767f253637 img.shogun-image {
    

    
    
    
  }


#s-b04f1491-dc14-44e7-985d-c6767f253637 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-2833601c-5844-416f-a15f-4ee3bf15fb8e {
  margin-top: 10%;
background-color: rgba(0, 0, 0, 0);
}








#s-2833601c-5844-416f-a15f-4ee3bf15fb8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2833601c-5844-416f-a15f-4ee3bf15fb8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cbc97d5-874c-4089-a6a9-52862139e3c4 {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-8cbc97d5-874c-4089-a6a9-52862139e3c4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8cbc97d5-874c-4089-a6a9-52862139e3c4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8cbc97d5-874c-4089-a6a9-52862139e3c4 {
  
}
}@media (max-width: 767px){#s-8cbc97d5-874c-4089-a6a9-52862139e3c4 {
  
}
}
#s-2041b13d-3145-466d-a7ff-bff9ab13ed05 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-2041b13d-3145-466d-a7ff-bff9ab13ed05 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2041b13d-3145-466d-a7ff-bff9ab13ed05 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2041b13d-3145-466d-a7ff-bff9ab13ed05 {
  
}
}@media (max-width: 767px){#s-2041b13d-3145-466d-a7ff-bff9ab13ed05 {
  
}
}
#s-a841d5a8-9d43-41d5-9a47-10ab989b8a6d {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(103, 195, 183, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-a841d5a8-9d43-41d5-9a47-10ab989b8a6d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a841d5a8-9d43-41d5-9a47-10ab989b8a6d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a841d5a8-9d43-41d5-9a47-10ab989b8a6d-root {
    text-align: center;
  }


#s-a841d5a8-9d43-41d5-9a47-10ab989b8a6d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a841d5a8-9d43-41d5-9a47-10ab989b8a6d-root {
    text-align: center;
  }


#s-a841d5a8-9d43-41d5-9a47-10ab989b8a6d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a841d5a8-9d43-41d5-9a47-10ab989b8a6d-root {
    text-align: center;
  }


#s-a841d5a8-9d43-41d5-9a47-10ab989b8a6d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a841d5a8-9d43-41d5-9a47-10ab989b8a6d-root {
    text-align: center;
  }


#s-a841d5a8-9d43-41d5-9a47-10ab989b8a6d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a841d5a8-9d43-41d5-9a47-10ab989b8a6d-root {
    text-align: center;
  }


#s-a841d5a8-9d43-41d5-9a47-10ab989b8a6d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-e970fc49-8dcc-4f2d-b38c-b7e92a15e7f5 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e970fc49-8dcc-4f2d-b38c-b7e92a15e7f5 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-ed164502-ccff-4e2a-9066-0ddc169a7a80 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-075cba5c-2b23-4384-a5b7-fd6c2708c908 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-075cba5c-2b23-4384-a5b7-fd6c2708c908 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-229797b7-8bbc-4bde-9e0f-5f02186e626f {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-c3949415-ea4f-4471-acf9-87dfade6e753 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-c3949415-ea4f-4471-acf9-87dfade6e753 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-244ee4ee-2949-46ce-ae85-3abef8ae8223 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-a8696988-41cc-4d06-9f47-c521eb69dba8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a8696988-41cc-4d06-9f47-c521eb69dba8 {
  display: none;
}
#s-a8696988-41cc-4d06-9f47-c521eb69dba8, #wrap-s-a8696988-41cc-4d06-9f47-c521eb69dba8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a8696988-41cc-4d06-9f47-c521eb69dba8 {
  display: none;
}
#s-a8696988-41cc-4d06-9f47-c521eb69dba8, #wrap-s-a8696988-41cc-4d06-9f47-c521eb69dba8 { display: none !important; }}@media (max-width: 767px){#s-a8696988-41cc-4d06-9f47-c521eb69dba8 {
  display: none;
}
#s-a8696988-41cc-4d06-9f47-c521eb69dba8, #wrap-s-a8696988-41cc-4d06-9f47-c521eb69dba8 { display: none !important; }}







#s-a8696988-41cc-4d06-9f47-c521eb69dba8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8696988-41cc-4d06-9f47-c521eb69dba8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-465b18c7-db92-442b-a786-21bf97e41dc2 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-465b18c7-db92-442b-a786-21bf97e41dc2 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 1200px){#s-3cacd8d6-c433-416a-ac88-43498c7fb9b0 {
  display: none;
}
#s-3cacd8d6-c433-416a-ac88-43498c7fb9b0, #wrap-s-3cacd8d6-c433-416a-ac88-43498c7fb9b0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3cacd8d6-c433-416a-ac88-43498c7fb9b0 {
  display: none;
}
#s-3cacd8d6-c433-416a-ac88-43498c7fb9b0, #wrap-s-3cacd8d6-c433-416a-ac88-43498c7fb9b0 { display: none !important; }}@media (max-width: 767px){#s-3cacd8d6-c433-416a-ac88-43498c7fb9b0 {
  display: none;
}
#s-3cacd8d6-c433-416a-ac88-43498c7fb9b0, #wrap-s-3cacd8d6-c433-416a-ac88-43498c7fb9b0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3cacd8d6-c433-416a-ac88-43498c7fb9b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3cacd8d6-c433-416a-ac88-43498c7fb9b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3cacd8d6-c433-416a-ac88-43498c7fb9b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cacd8d6-c433-416a-ac88-43498c7fb9b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-63b2215f-a9af-472d-a446-040b5cf94c17 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-65c704d5-7842-40fa-863f-99184d862a6e {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-65c704d5-7842-40fa-863f-99184d862a6e {
  display: none;
}
#s-65c704d5-7842-40fa-863f-99184d862a6e, #wrap-s-65c704d5-7842-40fa-863f-99184d862a6e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65c704d5-7842-40fa-863f-99184d862a6e {
  display: none;
}
#s-65c704d5-7842-40fa-863f-99184d862a6e, #wrap-s-65c704d5-7842-40fa-863f-99184d862a6e { display: none !important; }}@media (max-width: 767px){#s-65c704d5-7842-40fa-863f-99184d862a6e {
  display: none;
}
#s-65c704d5-7842-40fa-863f-99184d862a6e, #wrap-s-65c704d5-7842-40fa-863f-99184d862a6e { display: none !important; }}
#s-65c704d5-7842-40fa-863f-99184d862a6e .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-3bbb5f18-ef9a-45c6-a507-fff8cb112007 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}







  #s-3bbb5f18-ef9a-45c6-a507-fff8cb112007 img.shogun-image {
    

    
    
    
  }


#s-3bbb5f18-ef9a-45c6-a507-fff8cb112007 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-80f9ebdc-ba89-4065-9fd1-87ba75749921 {
  display: none;
}
#s-80f9ebdc-ba89-4065-9fd1-87ba75749921, #wrap-s-80f9ebdc-ba89-4065-9fd1-87ba75749921 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80f9ebdc-ba89-4065-9fd1-87ba75749921 {
  display: none;
}
#s-80f9ebdc-ba89-4065-9fd1-87ba75749921, #wrap-s-80f9ebdc-ba89-4065-9fd1-87ba75749921 { display: none !important; }}@media (max-width: 767px){#s-80f9ebdc-ba89-4065-9fd1-87ba75749921 {
  display: none;
}
#s-80f9ebdc-ba89-4065-9fd1-87ba75749921, #wrap-s-80f9ebdc-ba89-4065-9fd1-87ba75749921 { display: none !important; }}
#s-e697e3a8-91d9-47db-b870-b9678e1a6762 {
  padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
line-height: 1.4em;
}
#s-e697e3a8-91d9-47db-b870-b9678e1a6762:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e697e3a8-91d9-47db-b870-b9678e1a6762:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e697e3a8-91d9-47db-b870-b9678e1a6762-root {
    text-align: center;
  }


#s-e697e3a8-91d9-47db-b870-b9678e1a6762.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e697e3a8-91d9-47db-b870-b9678e1a6762-root {
    text-align: center;
  }


#s-e697e3a8-91d9-47db-b870-b9678e1a6762.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e697e3a8-91d9-47db-b870-b9678e1a6762-root {
    text-align: center;
  }


#s-e697e3a8-91d9-47db-b870-b9678e1a6762.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e697e3a8-91d9-47db-b870-b9678e1a6762-root {
    text-align: center;
  }


#s-e697e3a8-91d9-47db-b870-b9678e1a6762.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e697e3a8-91d9-47db-b870-b9678e1a6762-root {
    text-align: center;
  }


#s-e697e3a8-91d9-47db-b870-b9678e1a6762.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-fbb70a5b-f2be-40d2-b3ac-c66627bd4915 {
  display: none;
}
#s-fbb70a5b-f2be-40d2-b3ac-c66627bd4915, #wrap-s-fbb70a5b-f2be-40d2-b3ac-c66627bd4915 { display: none !important; }}
@media (min-width: 0px) {
[id="s-fbb70a5b-f2be-40d2-b3ac-c66627bd4915"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbb70a5b-f2be-40d2-b3ac-c66627bd4915"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fbb70a5b-f2be-40d2-b3ac-c66627bd4915"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbb70a5b-f2be-40d2-b3ac-c66627bd4915"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-de76b215-c0b7-4ccf-95f1-2f2866ebb038 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-de76b215-c0b7-4ccf-95f1-2f2866ebb038 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-c0cf3660-b848-4811-a736-c2eb84ad0687 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-5fc9347f-d2d0-4473-8208-35e34893f63a {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5fc9347f-d2d0-4473-8208-35e34893f63a {
  display: none;
}
#s-5fc9347f-d2d0-4473-8208-35e34893f63a, #wrap-s-5fc9347f-d2d0-4473-8208-35e34893f63a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5fc9347f-d2d0-4473-8208-35e34893f63a {
  display: none;
}
#s-5fc9347f-d2d0-4473-8208-35e34893f63a, #wrap-s-5fc9347f-d2d0-4473-8208-35e34893f63a { display: none !important; }}@media (max-width: 767px){#s-5fc9347f-d2d0-4473-8208-35e34893f63a {
  display: none;
}
#s-5fc9347f-d2d0-4473-8208-35e34893f63a, #wrap-s-5fc9347f-d2d0-4473-8208-35e34893f63a { display: none !important; }}
#s-5fc9347f-d2d0-4473-8208-35e34893f63a .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-e6e83876-d753-4f32-86f0-f826dbb3ae4c {
  display: none;
}
#s-e6e83876-d753-4f32-86f0-f826dbb3ae4c, #wrap-s-e6e83876-d753-4f32-86f0-f826dbb3ae4c { display: none !important; }}@media (max-width: 767px){#s-e6e83876-d753-4f32-86f0-f826dbb3ae4c {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-e6e83876-d753-4f32-86f0-f826dbb3ae4c, #wrap-s-e6e83876-d753-4f32-86f0-f826dbb3ae4c { display: none !important; }}
#s-19eed73d-72f5-4296-a406-be8ef55cf048 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-19eed73d-72f5-4296-a406-be8ef55cf048 {
  display: none;
}
#s-19eed73d-72f5-4296-a406-be8ef55cf048, #wrap-s-19eed73d-72f5-4296-a406-be8ef55cf048 { display: none !important; }}@media (max-width: 767px){#s-19eed73d-72f5-4296-a406-be8ef55cf048 {
  display: none;
}
#s-19eed73d-72f5-4296-a406-be8ef55cf048, #wrap-s-19eed73d-72f5-4296-a406-be8ef55cf048 { display: none !important; }}
#s-19eed73d-72f5-4296-a406-be8ef55cf048 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-f0b0e2c7-f91c-44bc-8843-55b5929f4d08 {
  display: none;
}
#s-f0b0e2c7-f91c-44bc-8843-55b5929f4d08, #wrap-s-f0b0e2c7-f91c-44bc-8843-55b5929f4d08 { display: none !important; }}@media (max-width: 767px){#s-f0b0e2c7-f91c-44bc-8843-55b5929f4d08 {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-f0b0e2c7-f91c-44bc-8843-55b5929f4d08, #wrap-s-f0b0e2c7-f91c-44bc-8843-55b5929f4d08 { display: none !important; }}
#s-c01fc3c7-f017-437c-89ca-cc862c0535e9 {
  margin-top: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-c01fc3c7-f017-437c-89ca-cc862c0535e9 {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-c01fc3c7-f017-437c-89ca-cc862c0535e9 {
  margin-bottom: 35px;
}
}






  #s-c01fc3c7-f017-437c-89ca-cc862c0535e9 img.shogun-image {
    

    
    
    
  }


#s-c01fc3c7-f017-437c-89ca-cc862c0535e9 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-47ff4fe0-548f-4e45-9aa8-2dd38dd08401 {
  display: none;
}
#s-47ff4fe0-548f-4e45-9aa8-2dd38dd08401, #wrap-s-47ff4fe0-548f-4e45-9aa8-2dd38dd08401 { display: none !important; }}
@media (min-width: 1200px){#s-63f8bd4c-66bc-4b1c-aa62-d8dd5a2fc60f {
  display: none;
}
#s-63f8bd4c-66bc-4b1c-aa62-d8dd5a2fc60f, #wrap-s-63f8bd4c-66bc-4b1c-aa62-d8dd5a2fc60f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63f8bd4c-66bc-4b1c-aa62-d8dd5a2fc60f {
  display: none;
}
#s-63f8bd4c-66bc-4b1c-aa62-d8dd5a2fc60f, #wrap-s-63f8bd4c-66bc-4b1c-aa62-d8dd5a2fc60f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63f8bd4c-66bc-4b1c-aa62-d8dd5a2fc60f {
  display: none;
}
#s-63f8bd4c-66bc-4b1c-aa62-d8dd5a2fc60f, #wrap-s-63f8bd4c-66bc-4b1c-aa62-d8dd5a2fc60f { display: none !important; }}@media (max-width: 767px){#s-63f8bd4c-66bc-4b1c-aa62-d8dd5a2fc60f {
  
}
}
#s-78a76072-684b-4e70-945e-85e7fff19379 {
  padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
line-height: 1.4em;
}
#s-78a76072-684b-4e70-945e-85e7fff19379:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-78a76072-684b-4e70-945e-85e7fff19379:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-78a76072-684b-4e70-945e-85e7fff19379-root {
    text-align: center;
  }


#s-78a76072-684b-4e70-945e-85e7fff19379.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-78a76072-684b-4e70-945e-85e7fff19379-root {
    text-align: center;
  }


#s-78a76072-684b-4e70-945e-85e7fff19379.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-78a76072-684b-4e70-945e-85e7fff19379-root {
    text-align: center;
  }


#s-78a76072-684b-4e70-945e-85e7fff19379.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-78a76072-684b-4e70-945e-85e7fff19379-root {
    text-align: center;
  }


#s-78a76072-684b-4e70-945e-85e7fff19379.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-78a76072-684b-4e70-945e-85e7fff19379-root {
    text-align: center;
  }


#s-78a76072-684b-4e70-945e-85e7fff19379.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}
#s-064e444f-8b52-4e01-8544-258d3c7ae5eb {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-064e444f-8b52-4e01-8544-258d3c7ae5eb {
  display: none;
}
#s-064e444f-8b52-4e01-8544-258d3c7ae5eb, #wrap-s-064e444f-8b52-4e01-8544-258d3c7ae5eb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-064e444f-8b52-4e01-8544-258d3c7ae5eb {
  display: none;
}
#s-064e444f-8b52-4e01-8544-258d3c7ae5eb, #wrap-s-064e444f-8b52-4e01-8544-258d3c7ae5eb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-064e444f-8b52-4e01-8544-258d3c7ae5eb {
  display: none;
}
#s-064e444f-8b52-4e01-8544-258d3c7ae5eb, #wrap-s-064e444f-8b52-4e01-8544-258d3c7ae5eb { display: none !important; }}
#s-064e444f-8b52-4e01-8544-258d3c7ae5eb .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 1200px){#s-2db1a6d2-6201-4ccb-bb47-254d208ad267 {
  display: none;
}
#s-2db1a6d2-6201-4ccb-bb47-254d208ad267, #wrap-s-2db1a6d2-6201-4ccb-bb47-254d208ad267 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2db1a6d2-6201-4ccb-bb47-254d208ad267 {
  display: none;
}
#s-2db1a6d2-6201-4ccb-bb47-254d208ad267, #wrap-s-2db1a6d2-6201-4ccb-bb47-254d208ad267 { display: none !important; }}@media (max-width: 767px){#s-2db1a6d2-6201-4ccb-bb47-254d208ad267 {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-2db1a6d2-6201-4ccb-bb47-254d208ad267, #wrap-s-2db1a6d2-6201-4ccb-bb47-254d208ad267 { display: none !important; }}
#s-52bce6e7-20a4-49f1-8b06-fa09bea6b2b3 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-52bce6e7-20a4-49f1-8b06-fa09bea6b2b3 {
  display: none;
}
#s-52bce6e7-20a4-49f1-8b06-fa09bea6b2b3, #wrap-s-52bce6e7-20a4-49f1-8b06-fa09bea6b2b3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-52bce6e7-20a4-49f1-8b06-fa09bea6b2b3 {
  display: none;
}
#s-52bce6e7-20a4-49f1-8b06-fa09bea6b2b3, #wrap-s-52bce6e7-20a4-49f1-8b06-fa09bea6b2b3 { display: none !important; }}@media (max-width: 767px){#s-52bce6e7-20a4-49f1-8b06-fa09bea6b2b3 {
  display: none;
}
#s-52bce6e7-20a4-49f1-8b06-fa09bea6b2b3, #wrap-s-52bce6e7-20a4-49f1-8b06-fa09bea6b2b3 { display: none !important; }}
#s-52bce6e7-20a4-49f1-8b06-fa09bea6b2b3 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 1200px){#s-5cd5a218-d1ad-4890-b835-17633481d64b {
  display: none;
}
#s-5cd5a218-d1ad-4890-b835-17633481d64b, #wrap-s-5cd5a218-d1ad-4890-b835-17633481d64b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5cd5a218-d1ad-4890-b835-17633481d64b {
  display: none;
}
#s-5cd5a218-d1ad-4890-b835-17633481d64b, #wrap-s-5cd5a218-d1ad-4890-b835-17633481d64b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5cd5a218-d1ad-4890-b835-17633481d64b {
  display: none;
}
#s-5cd5a218-d1ad-4890-b835-17633481d64b, #wrap-s-5cd5a218-d1ad-4890-b835-17633481d64b { display: none !important; }}@media (max-width: 767px){#s-5cd5a218-d1ad-4890-b835-17633481d64b {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-ae6cdca7-7a7e-43d7-bfbc-85691bc95121 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-ae6cdca7-7a7e-43d7-bfbc-85691bc95121 {
  display: none;
}
#s-ae6cdca7-7a7e-43d7-bfbc-85691bc95121, #wrap-s-ae6cdca7-7a7e-43d7-bfbc-85691bc95121 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae6cdca7-7a7e-43d7-bfbc-85691bc95121 {
  display: none;
}
#s-ae6cdca7-7a7e-43d7-bfbc-85691bc95121, #wrap-s-ae6cdca7-7a7e-43d7-bfbc-85691bc95121 { display: none !important; }}
#s-ae6cdca7-7a7e-43d7-bfbc-85691bc95121 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 1200px){#s-55249353-0af9-4117-a03f-410f58996354 {
  display: none;
}
#s-55249353-0af9-4117-a03f-410f58996354, #wrap-s-55249353-0af9-4117-a03f-410f58996354 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55249353-0af9-4117-a03f-410f58996354 {
  display: none;
}
#s-55249353-0af9-4117-a03f-410f58996354, #wrap-s-55249353-0af9-4117-a03f-410f58996354 { display: none !important; }}@media (max-width: 767px){#s-55249353-0af9-4117-a03f-410f58996354 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-1624264e-679a-4b4d-990d-f321e2579a20 {
  margin-top: -15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1624264e-679a-4b4d-990d-f321e2579a20 {
  display: none;
}
#s-1624264e-679a-4b4d-990d-f321e2579a20, #wrap-s-1624264e-679a-4b4d-990d-f321e2579a20 { display: none !important; }}@media (max-width: 767px){#s-1624264e-679a-4b4d-990d-f321e2579a20 {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-1624264e-679a-4b4d-990d-f321e2579a20, #wrap-s-1624264e-679a-4b4d-990d-f321e2579a20 { display: none !important; }}
#s-65ee72f2-a9a9-49b8-8d0f-5aec185e13f8 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-65ee72f2-a9a9-49b8-8d0f-5aec185e13f8 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-15efb4cb-acb0-44aa-b5ae-8dfb2de763df {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-89c92373-c0ca-4909-b742-1486726b9e17 {
  box-shadow:0px 0px 51px 0px rgba(0, 0, 0, 0.08);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 38px;
padding-left: 80px;
padding-bottom: 45px;
padding-right: 80px;
min-height: 50px;
max-width: 1280px;
}
@media (min-width: 1200px){#s-89c92373-c0ca-4909-b742-1486726b9e17 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-89c92373-c0ca-4909-b742-1486726b9e17 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-89c92373-c0ca-4909-b742-1486726b9e17 {
  
}
}@media (max-width: 767px){#s-89c92373-c0ca-4909-b742-1486726b9e17 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-89c92373-c0ca-4909-b742-1486726b9e17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89c92373-c0ca-4909-b742-1486726b9e17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa5d987d-568b-4676-82ed-2be5cab74a1a {
  min-height: 50px;
}








#s-fa5d987d-568b-4676-82ed-2be5cab74a1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa5d987d-568b-4676-82ed-2be5cab74a1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83b23cb8-f698-4a6c-8e9e-b216d1cf9150 {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-83b23cb8-f698-4a6c-8e9e-b216d1cf9150 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-83b23cb8-f698-4a6c-8e9e-b216d1cf9150 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-83b23cb8-f698-4a6c-8e9e-b216d1cf9150 {
  
}
}@media (max-width: 767px){#s-83b23cb8-f698-4a6c-8e9e-b216d1cf9150 {
  
}
}
#s-f5c6ced4-b4ef-4624-807d-d165826a8501 {
  box-shadow:0px 0px 51px 0px rgba(0, 0, 0, 0.08);
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 38px;
padding-left: 80px;
padding-bottom: 45px;
padding-right: 80px;
min-height: 50px;
max-width: 1280px;
}
@media (min-width: 1200px){#s-f5c6ced4-b4ef-4624-807d-d165826a8501 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f5c6ced4-b4ef-4624-807d-d165826a8501 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f5c6ced4-b4ef-4624-807d-d165826a8501 {
  
}
}@media (max-width: 767px){#s-f5c6ced4-b4ef-4624-807d-d165826a8501 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-f5c6ced4-b4ef-4624-807d-d165826a8501 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5c6ced4-b4ef-4624-807d-d165826a8501.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  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}
