.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 {
  margin-top: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  margin-top: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  margin-top: 30px;
}
}@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-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-30bc609c-bbb5-4b08-b833-32ea3e29a764 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-30bc609c-bbb5-4b08-b833-32ea3e29a764 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-30bc609c-bbb5-4b08-b833-32ea3e29a764 {
  
}
}@media (max-width: 767px){#s-30bc609c-bbb5-4b08-b833-32ea3e29a764 {
  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-427b2c03-76d3-4ac3-90d9-87f3438bd982 {
  margin-left: 0px;
margin-right: 0px;
max-width: 1280px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-427b2c03-76d3-4ac3-90d9-87f3438bd982 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-427b2c03-76d3-4ac3-90d9-87f3438bd982 {
  display: none;
}
#s-427b2c03-76d3-4ac3-90d9-87f3438bd982, #wrap-s-427b2c03-76d3-4ac3-90d9-87f3438bd982 { display:none !important; }}@media (max-width: 767px){#s-427b2c03-76d3-4ac3-90d9-87f3438bd982 {
  margin-top: 30px;
}
}
@media (min-width: 0px) {
[id="s-427b2c03-76d3-4ac3-90d9-87f3438bd982"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-427b2c03-76d3-4ac3-90d9-87f3438bd982"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-427b2c03-76d3-4ac3-90d9-87f3438bd982"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-427b2c03-76d3-4ac3-90d9-87f3438bd982"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-427b2c03-76d3-4ac3-90d9-87f3438bd982"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8f39adab-acc9-497a-984d-db180d0412a1 {
  margin-top: 0px;
background-color: rgba(0, 0, 0, 0);
}








#s-8f39adab-acc9-497a-984d-db180d0412a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f39adab-acc9-497a-984d-db180d0412a1.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-0035bc9b-5ed9-4f27-b7d4-970e995a656e {
  margin-bottom: 30px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-0035bc9b-5ed9-4f27-b7d4-970e995a656e {
  display: none;
}
#s-0035bc9b-5ed9-4f27-b7d4-970e995a656e, #wrap-s-0035bc9b-5ed9-4f27-b7d4-970e995a656e { display:none !important; }}
#s-0035bc9b-5ed9-4f27-b7d4-970e995a656e .shogun-heading-component h1 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: 0px;
  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-e2a9a726-e53f-4458-97f9-dac2281e6723 {
  text-align: center;
}

#s-e2a9a726-e53f-4458-97f9-dac2281e6723 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-b1ad26bd-9b6b-49be-b707-538c7810bc07 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-ee93c55e-d242-4ab0-9215-b91c206d6787 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ee93c55e-d242-4ab0-9215-b91c206d6787 {
  display: none;
}
#s-ee93c55e-d242-4ab0-9215-b91c206d6787, #wrap-s-ee93c55e-d242-4ab0-9215-b91c206d6787 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee93c55e-d242-4ab0-9215-b91c206d6787 {
  display: none;
}
#s-ee93c55e-d242-4ab0-9215-b91c206d6787, #wrap-s-ee93c55e-d242-4ab0-9215-b91c206d6787 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee93c55e-d242-4ab0-9215-b91c206d6787 {
  display: none;
}
#s-ee93c55e-d242-4ab0-9215-b91c206d6787, #wrap-s-ee93c55e-d242-4ab0-9215-b91c206d6787 { display:none !important; }}
#s-ee93c55e-d242-4ab0-9215-b91c206d6787 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-15deb87f-cee4-4a39-bf5c-24878d010a4c {
  box-shadow:    rgba(28, 97, 0, 1);
margin-top: 10px;
margin-bottom: 20px;
max-width: 1438px;
aspect-ratio: 1438/1340;
text-align: center;
}





  #s-15deb87f-cee4-4a39-bf5c-24878d010a4c img.shogun-image,
  #s-15deb87f-cee4-4a39-bf5c-24878d010a4c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-15deb87f-cee4-4a39-bf5c-24878d010a4c {
    width: 100%;
    height: auto;
  }



  #s-15deb87f-cee4-4a39-bf5c-24878d010a4c img.shogun-image {
    

    
    
    
  }


#s-15deb87f-cee4-4a39-bf5c-24878d010a4c .shogun-image-content {
  
    align-items: center;
  
}

#s-4c5f960a-52ef-4cc1-b037-53c4278dc4ab {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-4c5f960a-52ef-4cc1-b037-53c4278dc4ab {
  display: none;
}
#s-4c5f960a-52ef-4cc1-b037-53c4278dc4ab, #wrap-s-4c5f960a-52ef-4cc1-b037-53c4278dc4ab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c5f960a-52ef-4cc1-b037-53c4278dc4ab {
  display: none;
}
#s-4c5f960a-52ef-4cc1-b037-53c4278dc4ab, #wrap-s-4c5f960a-52ef-4cc1-b037-53c4278dc4ab { display:none !important; }}@media (max-width: 767px){#s-4c5f960a-52ef-4cc1-b037-53c4278dc4ab {
  display: none;
}
#s-4c5f960a-52ef-4cc1-b037-53c4278dc4ab, #wrap-s-4c5f960a-52ef-4cc1-b037-53c4278dc4ab { display:none !important; }}
@media (min-width: 0px) {
[id="s-4c5f960a-52ef-4cc1-b037-53c4278dc4ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c5f960a-52ef-4cc1-b037-53c4278dc4ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4c5f960a-52ef-4cc1-b037-53c4278dc4ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c5f960a-52ef-4cc1-b037-53c4278dc4ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-4c5f960a-52ef-4cc1-b037-53c4278dc4ab"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-24666597-b059-4a60-b92c-bdf1fd6904ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-24666597-b059-4a60-b92c-bdf1fd6904ee {
  display: none;
}
#s-24666597-b059-4a60-b92c-bdf1fd6904ee, #wrap-s-24666597-b059-4a60-b92c-bdf1fd6904ee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24666597-b059-4a60-b92c-bdf1fd6904ee {
  display: none;
}
#s-24666597-b059-4a60-b92c-bdf1fd6904ee, #wrap-s-24666597-b059-4a60-b92c-bdf1fd6904ee { display:none !important; }}@media (max-width: 767px){#s-24666597-b059-4a60-b92c-bdf1fd6904ee {
  display: none;
}
#s-24666597-b059-4a60-b92c-bdf1fd6904ee, #wrap-s-24666597-b059-4a60-b92c-bdf1fd6904ee { display:none !important; }}
#s-24666597-b059-4a60-b92c-bdf1fd6904ee .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-17b102b4-ad2d-4e59-ac26-1e70629e6a96 {
  margin-left: 0px;
margin-right: 0px;
}
}
@media (max-width: 767px){#s-a999ae75-6826-47e6-ac7a-f484c24ff982 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-76c7f684-e5f2-41fb-956d-f176efc8f863 {
  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-76c7f684-e5f2-41fb-956d-f176efc8f863 {
  display: none;
}
#s-76c7f684-e5f2-41fb-956d-f176efc8f863, #wrap-s-76c7f684-e5f2-41fb-956d-f176efc8f863 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76c7f684-e5f2-41fb-956d-f176efc8f863 {
  display: none;
}
#s-76c7f684-e5f2-41fb-956d-f176efc8f863, #wrap-s-76c7f684-e5f2-41fb-956d-f176efc8f863 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76c7f684-e5f2-41fb-956d-f176efc8f863 {
  display: none;
}
#s-76c7f684-e5f2-41fb-956d-f176efc8f863, #wrap-s-76c7f684-e5f2-41fb-956d-f176efc8f863 { display:none !important; }}
#s-76c7f684-e5f2-41fb-956d-f176efc8f863 .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-3abb58fe-6783-41ca-83e9-7b0981cb1c6b {
  box-shadow:    rgba(28, 97, 0, 1);
max-width: 1438px;
aspect-ratio: 1438/1340;
}
@media (min-width: 768px) and (max-width: 991px){#s-3abb58fe-6783-41ca-83e9-7b0981cb1c6b {
  margin-bottom: 15px;
}
}




  #s-3abb58fe-6783-41ca-83e9-7b0981cb1c6b img.shogun-image,
  #s-3abb58fe-6783-41ca-83e9-7b0981cb1c6b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3abb58fe-6783-41ca-83e9-7b0981cb1c6b {
    width: 100%;
    height: auto;
  }



  #s-3abb58fe-6783-41ca-83e9-7b0981cb1c6b img.shogun-image {
    

    
    
    
  }


#s-3abb58fe-6783-41ca-83e9-7b0981cb1c6b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-7d952dc9-59f0-4a0b-a804-71f3fddfd0d9 {
  display: none;
}
#s-7d952dc9-59f0-4a0b-a804-71f3fddfd0d9, #wrap-s-7d952dc9-59f0-4a0b-a804-71f3fddfd0d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d952dc9-59f0-4a0b-a804-71f3fddfd0d9 {
  display: none;
}
#s-7d952dc9-59f0-4a0b-a804-71f3fddfd0d9, #wrap-s-7d952dc9-59f0-4a0b-a804-71f3fddfd0d9 { display:none !important; }}@media (max-width: 767px){#s-7d952dc9-59f0-4a0b-a804-71f3fddfd0d9 {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-7d952dc9-59f0-4a0b-a804-71f3fddfd0d9, #wrap-s-7d952dc9-59f0-4a0b-a804-71f3fddfd0d9 { display:none !important; }}
#s-39ed24f9-4169-451c-9b97-bfc7b623dc82 {
  text-align: center;
}
@media (min-width: 1200px){#s-39ed24f9-4169-451c-9b97-bfc7b623dc82 {
  display: none;
}
#s-39ed24f9-4169-451c-9b97-bfc7b623dc82, #wrap-s-39ed24f9-4169-451c-9b97-bfc7b623dc82 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39ed24f9-4169-451c-9b97-bfc7b623dc82 {
  display: none;
}
#s-39ed24f9-4169-451c-9b97-bfc7b623dc82, #wrap-s-39ed24f9-4169-451c-9b97-bfc7b623dc82 { display:none !important; }}@media (max-width: 767px){#s-39ed24f9-4169-451c-9b97-bfc7b623dc82 {
  display: none;
}
#s-39ed24f9-4169-451c-9b97-bfc7b623dc82, #wrap-s-39ed24f9-4169-451c-9b97-bfc7b623dc82 { display:none !important; }}
#s-39ed24f9-4169-451c-9b97-bfc7b623dc82 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-f49881e7-30f6-4d86-9340-a1476c12983d {
  min-height: 50px;
}








#s-f49881e7-30f6-4d86-9340-a1476c12983d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f49881e7-30f6-4d86-9340-a1476c12983d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-ee58957c-272c-488a-9425-8423fb37bc2a {
  display: none;
}
#s-ee58957c-272c-488a-9425-8423fb37bc2a, #wrap-s-ee58957c-272c-488a-9425-8423fb37bc2a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee58957c-272c-488a-9425-8423fb37bc2a {
  display: none;
}
#s-ee58957c-272c-488a-9425-8423fb37bc2a, #wrap-s-ee58957c-272c-488a-9425-8423fb37bc2a { display:none !important; }}@media (max-width: 767px){#s-ee58957c-272c-488a-9425-8423fb37bc2a {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-ee58957c-272c-488a-9425-8423fb37bc2a, #wrap-s-ee58957c-272c-488a-9425-8423fb37bc2a { display:none !important; }}
#s-70901b95-81e1-4e4d-8a1c-12d607c968e9 {
  text-align: center;
}

#s-70901b95-81e1-4e4d-8a1c-12d607c968e9 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-7dd661c2-c16e-41c6-8fcb-67403c84a9ba {
  margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 1200px){#s-5a946f0f-192f-496e-ac75-696550ea23d2 {
  display: none;
}
#s-5a946f0f-192f-496e-ac75-696550ea23d2, #wrap-s-5a946f0f-192f-496e-ac75-696550ea23d2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a946f0f-192f-496e-ac75-696550ea23d2 {
  display: none;
}
#s-5a946f0f-192f-496e-ac75-696550ea23d2, #wrap-s-5a946f0f-192f-496e-ac75-696550ea23d2 { display:none !important; }}@media (max-width: 767px){#s-5a946f0f-192f-496e-ac75-696550ea23d2 {
  margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-5f5208cc-58ff-4f29-b9a9-7c5aefe3be45 {
  display: none;
}
#s-5f5208cc-58ff-4f29-b9a9-7c5aefe3be45, #wrap-s-5f5208cc-58ff-4f29-b9a9-7c5aefe3be45 { display:none !important; }}@media (max-width: 767px){#s-5f5208cc-58ff-4f29-b9a9-7c5aefe3be45 {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-5f5208cc-58ff-4f29-b9a9-7c5aefe3be45, #wrap-s-5f5208cc-58ff-4f29-b9a9-7c5aefe3be45 { display:none !important; }}
#s-ba6c45b2-1b91-4113-92a2-ead790ad905b {
  text-align: center;
}

#s-ba6c45b2-1b91-4113-92a2-ead790ad905b .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-a29b12ef-26f8-44a5-b48a-7b5bec559656 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-a29b12ef-26f8-44a5-b48a-7b5bec559656 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a29b12ef-26f8-44a5-b48a-7b5bec559656 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a29b12ef-26f8-44a5-b48a-7b5bec559656 {
  
}
}@media (max-width: 767px){#s-a29b12ef-26f8-44a5-b48a-7b5bec559656 {
  
}
}
#s-76c8cad3-b68a-4fab-999e-57a3aa39af33 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-76c8cad3-b68a-4fab-999e-57a3aa39af33 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-76c8cad3-b68a-4fab-999e-57a3aa39af33 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-76c8cad3-b68a-4fab-999e-57a3aa39af33 {
  
}
}@media (max-width: 767px){#s-76c8cad3-b68a-4fab-999e-57a3aa39af33 {
  
}
}
#s-f234985d-c3e9-4f57-afc5-429e2d5db9ef {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-f234985d-c3e9-4f57-afc5-429e2d5db9ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f234985d-c3e9-4f57-afc5-429e2d5db9ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f234985d-c3e9-4f57-afc5-429e2d5db9ef {
  display: none;
}
#s-f234985d-c3e9-4f57-afc5-429e2d5db9ef, #wrap-s-f234985d-c3e9-4f57-afc5-429e2d5db9ef { display:none !important; }}@media (max-width: 767px){#s-f234985d-c3e9-4f57-afc5-429e2d5db9ef {
  
}
}
#s-a673c282-38eb-4849-b1f5-03ce8a809865 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-a673c282-38eb-4849-b1f5-03ce8a809865 {
  display: none;
}
#s-a673c282-38eb-4849-b1f5-03ce8a809865, #wrap-s-a673c282-38eb-4849-b1f5-03ce8a809865 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a673c282-38eb-4849-b1f5-03ce8a809865 {
  display: none;
}
#s-a673c282-38eb-4849-b1f5-03ce8a809865, #wrap-s-a673c282-38eb-4849-b1f5-03ce8a809865 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a673c282-38eb-4849-b1f5-03ce8a809865 {
  
}
}@media (max-width: 767px){#s-a673c282-38eb-4849-b1f5-03ce8a809865 {
  display: none;
}
#s-a673c282-38eb-4849-b1f5-03ce8a809865, #wrap-s-a673c282-38eb-4849-b1f5-03ce8a809865 { display:none !important; }}
#s-097fca6f-9b52-42d9-9d39-c83f42e23655 {
  text-align: center;
}

#s-097fca6f-9b52-42d9-9d39-c83f42e23655 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-3ab3b2fe-9391-46e7-93db-2b32c07c8357 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-3ab3b2fe-9391-46e7-93db-2b32c07c8357 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ab3b2fe-9391-46e7-93db-2b32c07c8357 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ab3b2fe-9391-46e7-93db-2b32c07c8357 {
  
}
}@media (max-width: 767px){#s-3ab3b2fe-9391-46e7-93db-2b32c07c8357 {
  
}
}
#s-d72007a8-4f4f-4acd-932d-c86e258dd58f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-d72007a8-4f4f-4acd-932d-c86e258dd58f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d72007a8-4f4f-4acd-932d-c86e258dd58f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d72007a8-4f4f-4acd-932d-c86e258dd58f {
  
}
}@media (max-width: 767px){#s-d72007a8-4f4f-4acd-932d-c86e258dd58f {
  
}
}
#s-3a7e03b7-3b00-481b-a479-734eb2c7a7d0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-3a7e03b7-3b00-481b-a479-734eb2c7a7d0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a7e03b7-3b00-481b-a479-734eb2c7a7d0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a7e03b7-3b00-481b-a479-734eb2c7a7d0 {
  
}
}@media (max-width: 767px){#s-3a7e03b7-3b00-481b-a479-734eb2c7a7d0 {
  
}
}
#s-9a6be175-3a81-497f-a74f-c81bc89024ff {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}
@media (min-width: 1200px){#s-9a6be175-3a81-497f-a74f-c81bc89024ff {
  display: none;
}
#s-9a6be175-3a81-497f-a74f-c81bc89024ff, #wrap-s-9a6be175-3a81-497f-a74f-c81bc89024ff { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a6be175-3a81-497f-a74f-c81bc89024ff {
  display: none;
}
#s-9a6be175-3a81-497f-a74f-c81bc89024ff, #wrap-s-9a6be175-3a81-497f-a74f-c81bc89024ff { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a6be175-3a81-497f-a74f-c81bc89024ff {
  
}
}@media (max-width: 767px){#s-9a6be175-3a81-497f-a74f-c81bc89024ff {
  display: none;
}
#s-9a6be175-3a81-497f-a74f-c81bc89024ff, #wrap-s-9a6be175-3a81-497f-a74f-c81bc89024ff { display:none !important; }}







#s-9a6be175-3a81-497f-a74f-c81bc89024ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a6be175-3a81-497f-a74f-c81bc89024ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a910b203-559d-4d01-85a2-4e01cfb9e4a1 {
  min-height: 50px;
}








#s-a910b203-559d-4d01-85a2-4e01cfb9e4a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a910b203-559d-4d01-85a2-4e01cfb9e4a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a481fe3-04cd-4611-bc69-2e6a200de8d7 {
  box-shadow:0px 0px 51px 0px rgba(0, 0, 0, 0.08);
}

@media (min-width: 0px) {
[id="s-2a481fe3-04cd-4611-bc69-2e6a200de8d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a481fe3-04cd-4611-bc69-2e6a200de8d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2a481fe3-04cd-4611-bc69-2e6a200de8d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a481fe3-04cd-4611-bc69-2e6a200de8d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-2a481fe3-04cd-4611-bc69-2e6a200de8d7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c8bad8e6-8345-4432-a515-6d4149f4bbf5 {
  margin-top: 0px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-c8bad8e6-8345-4432-a515-6d4149f4bbf5 {
  padding-top: 40px;
padding-bottom: 40px;
}
}







#s-c8bad8e6-8345-4432-a515-6d4149f4bbf5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8bad8e6-8345-4432-a515-6d4149f4bbf5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03c8892e-ab87-4002-8015-df623b497172 {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-03c8892e-ab87-4002-8015-df623b497172 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-03c8892e-ab87-4002-8015-df623b497172 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-03c8892e-ab87-4002-8015-df623b497172 {
  
}
}@media (max-width: 767px){#s-03c8892e-ab87-4002-8015-df623b497172 {
  
}
}
.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-349dcfa8-2032-4be4-a959-89833fbfaef1 {
  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-349dcfa8-2032-4be4-a959-89833fbfaef1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-349dcfa8-2032-4be4-a959-89833fbfaef1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-349dcfa8-2032-4be4-a959-89833fbfaef1-root {
    text-align: center;
  }


#s-349dcfa8-2032-4be4-a959-89833fbfaef1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-349dcfa8-2032-4be4-a959-89833fbfaef1-root {
    text-align: center;
  }


#s-349dcfa8-2032-4be4-a959-89833fbfaef1.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-349dcfa8-2032-4be4-a959-89833fbfaef1-root {
    text-align: center;
  }


#s-349dcfa8-2032-4be4-a959-89833fbfaef1.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-349dcfa8-2032-4be4-a959-89833fbfaef1-root {
    text-align: center;
  }


#s-349dcfa8-2032-4be4-a959-89833fbfaef1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-349dcfa8-2032-4be4-a959-89833fbfaef1-root {
    text-align: center;
  }


#s-349dcfa8-2032-4be4-a959-89833fbfaef1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-7e3f8a55-c7d2-439d-a1bf-087c97180101 {
  min-height: 50px;
}








#s-7e3f8a55-c7d2-439d-a1bf-087c97180101 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e3f8a55-c7d2-439d-a1bf-087c97180101.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-4cf2709e-9a3b-40b3-bd52-45adeed66d40 {
  max-width: 596px;
aspect-ratio: 596/419;
text-align: center;
}





  #s-4cf2709e-9a3b-40b3-bd52-45adeed66d40 img.shogun-image,
  #s-4cf2709e-9a3b-40b3-bd52-45adeed66d40 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4cf2709e-9a3b-40b3-bd52-45adeed66d40 {
    width: 100%;
    height: auto;
  }

  #s-4cf2709e-9a3b-40b3-bd52-45adeed66d40 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4cf2709e-9a3b-40b3-bd52-45adeed66d40.shogun-image {
    
    
  }


.s-4cf2709e-9a3b-40b3-bd52-45adeed66d40 .shogun-image-content {
  
    align-items: center;
  
}

.s-4cf2709e-9a3b-40b3-bd52-45adeed66d40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cf2709e-9a3b-40b3-bd52-45adeed66d40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cf2709e-9a3b-40b3-bd52-45adeed66d40.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-4cf2709e-9a3b-40b3-bd52-45adeed66d40 img.shogun-image,
  #s-4cf2709e-9a3b-40b3-bd52-45adeed66d40 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4cf2709e-9a3b-40b3-bd52-45adeed66d40 {
    width: 100%;
    height: auto;
  }

  #s-4cf2709e-9a3b-40b3-bd52-45adeed66d40 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4cf2709e-9a3b-40b3-bd52-45adeed66d40.shogun-image {
    
    
  }


.s-4cf2709e-9a3b-40b3-bd52-45adeed66d40 .shogun-image-content {
  
    align-items: center;
  
}

.s-4cf2709e-9a3b-40b3-bd52-45adeed66d40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cf2709e-9a3b-40b3-bd52-45adeed66d40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cf2709e-9a3b-40b3-bd52-45adeed66d40.shogun-image {
  box-sizing: border-box;
}

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



  #s-4cf2709e-9a3b-40b3-bd52-45adeed66d40 img.shogun-image,
  #s-4cf2709e-9a3b-40b3-bd52-45adeed66d40 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4cf2709e-9a3b-40b3-bd52-45adeed66d40 {
    width: 100%;
    height: auto;
  }

  #s-4cf2709e-9a3b-40b3-bd52-45adeed66d40 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4cf2709e-9a3b-40b3-bd52-45adeed66d40.shogun-image {
    
    
  }


.s-4cf2709e-9a3b-40b3-bd52-45adeed66d40 .shogun-image-content {
  
    align-items: center;
  
}

.s-4cf2709e-9a3b-40b3-bd52-45adeed66d40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cf2709e-9a3b-40b3-bd52-45adeed66d40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cf2709e-9a3b-40b3-bd52-45adeed66d40.shogun-image {
  box-sizing: border-box;
}

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



  #s-4cf2709e-9a3b-40b3-bd52-45adeed66d40 img.shogun-image,
  #s-4cf2709e-9a3b-40b3-bd52-45adeed66d40 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4cf2709e-9a3b-40b3-bd52-45adeed66d40 {
    width: 100%;
    height: auto;
  }

  #s-4cf2709e-9a3b-40b3-bd52-45adeed66d40 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4cf2709e-9a3b-40b3-bd52-45adeed66d40.shogun-image {
    
    
  }


.s-4cf2709e-9a3b-40b3-bd52-45adeed66d40 .shogun-image-content {
  
    align-items: center;
  
}

.s-4cf2709e-9a3b-40b3-bd52-45adeed66d40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cf2709e-9a3b-40b3-bd52-45adeed66d40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cf2709e-9a3b-40b3-bd52-45adeed66d40.shogun-image {
  box-sizing: border-box;
}

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



  #s-4cf2709e-9a3b-40b3-bd52-45adeed66d40 img.shogun-image,
  #s-4cf2709e-9a3b-40b3-bd52-45adeed66d40 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4cf2709e-9a3b-40b3-bd52-45adeed66d40 {
    width: 100%;
    height: auto;
  }

  #s-4cf2709e-9a3b-40b3-bd52-45adeed66d40 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4cf2709e-9a3b-40b3-bd52-45adeed66d40.shogun-image {
    
    
  }


.s-4cf2709e-9a3b-40b3-bd52-45adeed66d40 .shogun-image-content {
  
    align-items: center;
  
}

.s-4cf2709e-9a3b-40b3-bd52-45adeed66d40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cf2709e-9a3b-40b3-bd52-45adeed66d40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cf2709e-9a3b-40b3-bd52-45adeed66d40.shogun-image {
  box-sizing: border-box;
}

}
#s-61daaf14-5c85-4b86-9af9-a1feaa7bc2e8 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}
@media (min-width: 1200px){#s-61daaf14-5c85-4b86-9af9-a1feaa7bc2e8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-61daaf14-5c85-4b86-9af9-a1feaa7bc2e8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-61daaf14-5c85-4b86-9af9-a1feaa7bc2e8 {
  display: none;
}
#s-61daaf14-5c85-4b86-9af9-a1feaa7bc2e8, #wrap-s-61daaf14-5c85-4b86-9af9-a1feaa7bc2e8 { display:none !important; }}@media (max-width: 767px){#s-61daaf14-5c85-4b86-9af9-a1feaa7bc2e8 {
  
}
}







#s-61daaf14-5c85-4b86-9af9-a1feaa7bc2e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61daaf14-5c85-4b86-9af9-a1feaa7bc2e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96103424-7101-40df-ae08-117016668fe8 {
  min-height: 50px;
}








#s-96103424-7101-40df-ae08-117016668fe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96103424-7101-40df-ae08-117016668fe8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-903c27b7-7aad-4753-a9db-bb409706345e {
  box-shadow:0px 0px 51px 0px rgba(0, 0, 0, 0.08);
}

@media (min-width: 0px) {
[id="s-903c27b7-7aad-4753-a9db-bb409706345e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-903c27b7-7aad-4753-a9db-bb409706345e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-903c27b7-7aad-4753-a9db-bb409706345e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-903c27b7-7aad-4753-a9db-bb409706345e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-903c27b7-7aad-4753-a9db-bb409706345e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-41484a87-0205-4688-a679-f31c8b0905ae {
  margin-top: 0px;
padding-top: 20px;
padding-left: 25px;
padding-bottom: 20px;
padding-right: 25px;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-41484a87-0205-4688-a679-f31c8b0905ae {
  padding-top: 40px;
padding-left: 15px;
padding-bottom: 40px;
padding-right: 15px;
}
}







#s-41484a87-0205-4688-a679-f31c8b0905ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41484a87-0205-4688-a679-f31c8b0905ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5fcbf8cc-2aed-4935-83a9-a2b7c90b1087 {
  margin-top: 15px;
margin-left: 25px;
margin-bottom: 15px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-5fcbf8cc-2aed-4935-83a9-a2b7c90b1087 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5fcbf8cc-2aed-4935-83a9-a2b7c90b1087 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5fcbf8cc-2aed-4935-83a9-a2b7c90b1087 {
  
}
}@media (max-width: 767px){#s-5fcbf8cc-2aed-4935-83a9-a2b7c90b1087 {
  
}
}
#s-bc51ef31-5314-4b6c-b26b-2520f1f1c4b8 {
  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-bc51ef31-5314-4b6c-b26b-2520f1f1c4b8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bc51ef31-5314-4b6c-b26b-2520f1f1c4b8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bc51ef31-5314-4b6c-b26b-2520f1f1c4b8-root {
    text-align: center;
  }


#s-bc51ef31-5314-4b6c-b26b-2520f1f1c4b8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bc51ef31-5314-4b6c-b26b-2520f1f1c4b8-root {
    text-align: center;
  }


#s-bc51ef31-5314-4b6c-b26b-2520f1f1c4b8.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-bc51ef31-5314-4b6c-b26b-2520f1f1c4b8-root {
    text-align: center;
  }


#s-bc51ef31-5314-4b6c-b26b-2520f1f1c4b8.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-bc51ef31-5314-4b6c-b26b-2520f1f1c4b8-root {
    text-align: center;
  }


#s-bc51ef31-5314-4b6c-b26b-2520f1f1c4b8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bc51ef31-5314-4b6c-b26b-2520f1f1c4b8-root {
    text-align: center;
  }


#s-bc51ef31-5314-4b6c-b26b-2520f1f1c4b8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f27eddec-c4cd-43b6-92a2-157f64b7b0f3 {
  min-height: 50px;
}








#s-f27eddec-c4cd-43b6-92a2-157f64b7b0f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f27eddec-c4cd-43b6-92a2-157f64b7b0f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1881a37-3222-4e82-afe1-5518da9a942d {
  max-width: 800px;
aspect-ratio: 800/419;
text-align: center;
}





  #s-f1881a37-3222-4e82-afe1-5518da9a942d img.shogun-image,
  #s-f1881a37-3222-4e82-afe1-5518da9a942d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f1881a37-3222-4e82-afe1-5518da9a942d {
    width: 100%;
    height: auto;
  }

  #s-f1881a37-3222-4e82-afe1-5518da9a942d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1881a37-3222-4e82-afe1-5518da9a942d.shogun-image {
    
    
  }


.s-f1881a37-3222-4e82-afe1-5518da9a942d .shogun-image-content {
  
    align-items: center;
  
}

.s-f1881a37-3222-4e82-afe1-5518da9a942d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1881a37-3222-4e82-afe1-5518da9a942d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1881a37-3222-4e82-afe1-5518da9a942d.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-f1881a37-3222-4e82-afe1-5518da9a942d img.shogun-image,
  #s-f1881a37-3222-4e82-afe1-5518da9a942d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f1881a37-3222-4e82-afe1-5518da9a942d {
    width: 100%;
    height: auto;
  }

  #s-f1881a37-3222-4e82-afe1-5518da9a942d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1881a37-3222-4e82-afe1-5518da9a942d.shogun-image {
    
    
  }


.s-f1881a37-3222-4e82-afe1-5518da9a942d .shogun-image-content {
  
    align-items: center;
  
}

.s-f1881a37-3222-4e82-afe1-5518da9a942d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1881a37-3222-4e82-afe1-5518da9a942d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1881a37-3222-4e82-afe1-5518da9a942d.shogun-image {
  box-sizing: border-box;
}

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



  #s-f1881a37-3222-4e82-afe1-5518da9a942d img.shogun-image,
  #s-f1881a37-3222-4e82-afe1-5518da9a942d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f1881a37-3222-4e82-afe1-5518da9a942d {
    width: 100%;
    height: auto;
  }

  #s-f1881a37-3222-4e82-afe1-5518da9a942d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1881a37-3222-4e82-afe1-5518da9a942d.shogun-image {
    
    
  }


.s-f1881a37-3222-4e82-afe1-5518da9a942d .shogun-image-content {
  
    align-items: center;
  
}

.s-f1881a37-3222-4e82-afe1-5518da9a942d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1881a37-3222-4e82-afe1-5518da9a942d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1881a37-3222-4e82-afe1-5518da9a942d.shogun-image {
  box-sizing: border-box;
}

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



  #s-f1881a37-3222-4e82-afe1-5518da9a942d img.shogun-image,
  #s-f1881a37-3222-4e82-afe1-5518da9a942d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f1881a37-3222-4e82-afe1-5518da9a942d {
    width: 100%;
    height: auto;
  }

  #s-f1881a37-3222-4e82-afe1-5518da9a942d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1881a37-3222-4e82-afe1-5518da9a942d.shogun-image {
    
    
  }


.s-f1881a37-3222-4e82-afe1-5518da9a942d .shogun-image-content {
  
    align-items: center;
  
}

.s-f1881a37-3222-4e82-afe1-5518da9a942d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1881a37-3222-4e82-afe1-5518da9a942d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1881a37-3222-4e82-afe1-5518da9a942d.shogun-image {
  box-sizing: border-box;
}

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



  #s-f1881a37-3222-4e82-afe1-5518da9a942d img.shogun-image,
  #s-f1881a37-3222-4e82-afe1-5518da9a942d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f1881a37-3222-4e82-afe1-5518da9a942d {
    width: 100%;
    height: auto;
  }

  #s-f1881a37-3222-4e82-afe1-5518da9a942d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1881a37-3222-4e82-afe1-5518da9a942d.shogun-image {
    
    
  }


.s-f1881a37-3222-4e82-afe1-5518da9a942d .shogun-image-content {
  
    align-items: center;
  
}

.s-f1881a37-3222-4e82-afe1-5518da9a942d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1881a37-3222-4e82-afe1-5518da9a942d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1881a37-3222-4e82-afe1-5518da9a942d.shogun-image {
  box-sizing: border-box;
}

}
#s-94eee8cf-1e5f-4639-bb60-b537154523c1 {
  text-align: center;
}

#s-94eee8cf-1e5f-4639-bb60-b537154523c1 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-6503235c-97dd-40a3-a82c-e6248ac5559b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-6503235c-97dd-40a3-a82c-e6248ac5559b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6503235c-97dd-40a3-a82c-e6248ac5559b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6503235c-97dd-40a3-a82c-e6248ac5559b {
  
}
}@media (max-width: 767px){#s-6503235c-97dd-40a3-a82c-e6248ac5559b {
  
}
}
#s-0c0d46c5-b262-4748-b2f4-d8f038b4c8f6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-0c0d46c5-b262-4748-b2f4-d8f038b4c8f6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0c0d46c5-b262-4748-b2f4-d8f038b4c8f6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0c0d46c5-b262-4748-b2f4-d8f038b4c8f6 {
  
}
}@media (max-width: 767px){#s-0c0d46c5-b262-4748-b2f4-d8f038b4c8f6 {
  
}
}
#s-279f01e2-0ec9-447c-aec4-429d622fd419 {
  text-align: center;
}

#s-279f01e2-0ec9-447c-aec4-429d622fd419 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-da04130d-5080-4d44-8c55-9d6f81805173 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-da04130d-5080-4d44-8c55-9d6f81805173 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da04130d-5080-4d44-8c55-9d6f81805173 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-da04130d-5080-4d44-8c55-9d6f81805173 {
  
}
}@media (max-width: 767px){#s-da04130d-5080-4d44-8c55-9d6f81805173 {
  
}
}
#s-ecb5688a-3a69-4c25-890f-2015b39b7c17 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-ecb5688a-3a69-4c25-890f-2015b39b7c17 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ecb5688a-3a69-4c25-890f-2015b39b7c17 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ecb5688a-3a69-4c25-890f-2015b39b7c17 {
  
}
}@media (max-width: 767px){#s-ecb5688a-3a69-4c25-890f-2015b39b7c17 {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-a23fc49c-4dc9-4f31-bc85-87197fb684be {
  display: none;
}
#s-a23fc49c-4dc9-4f31-bc85-87197fb684be, #wrap-s-a23fc49c-4dc9-4f31-bc85-87197fb684be { display:none !important; }}@media (max-width: 767px){#s-a23fc49c-4dc9-4f31-bc85-87197fb684be {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-a23fc49c-4dc9-4f31-bc85-87197fb684be, #wrap-s-a23fc49c-4dc9-4f31-bc85-87197fb684be { display:none !important; }}
#s-2d127e5d-52b8-458c-8a6c-381980ca015a {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2d127e5d-52b8-458c-8a6c-381980ca015a {
  max-width: 980px;
}
}
@media (min-width: 0px) {
[id="s-2d127e5d-52b8-458c-8a6c-381980ca015a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d127e5d-52b8-458c-8a6c-381980ca015a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d127e5d-52b8-458c-8a6c-381980ca015a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d127e5d-52b8-458c-8a6c-381980ca015a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e428a033-1f41-4ffa-98a7-7877b598371b {
  max-width: 1250px;
aspect-ratio: 1250/912;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-e428a033-1f41-4ffa-98a7-7877b598371b {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-e428a033-1f41-4ffa-98a7-7877b598371b {
  margin-top: 20px;
margin-bottom: 35px;
}
}




  #s-e428a033-1f41-4ffa-98a7-7877b598371b img.shogun-image,
  #s-e428a033-1f41-4ffa-98a7-7877b598371b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e428a033-1f41-4ffa-98a7-7877b598371b {
    width: 100%;
    height: auto;
  }



  #s-e428a033-1f41-4ffa-98a7-7877b598371b img.shogun-image {
    

    
    
    
  }


#s-e428a033-1f41-4ffa-98a7-7877b598371b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-e64e39f7-e951-4b5a-af3a-cc470f863880 {
  display: none;
}
#s-e64e39f7-e951-4b5a-af3a-cc470f863880, #wrap-s-e64e39f7-e951-4b5a-af3a-cc470f863880 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e64e39f7-e951-4b5a-af3a-cc470f863880 {
  display: none;
}
#s-e64e39f7-e951-4b5a-af3a-cc470f863880, #wrap-s-e64e39f7-e951-4b5a-af3a-cc470f863880 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e64e39f7-e951-4b5a-af3a-cc470f863880 {
  
}
}@media (max-width: 767px){#s-e64e39f7-e951-4b5a-af3a-cc470f863880 {
  
}
}
@media (min-width: 1200px){#s-e17707d2-e24d-4dbf-88c6-bb3921756a9d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e17707d2-e24d-4dbf-88c6-bb3921756a9d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e17707d2-e24d-4dbf-88c6-bb3921756a9d {
  display: none;
}
#s-e17707d2-e24d-4dbf-88c6-bb3921756a9d, #wrap-s-e17707d2-e24d-4dbf-88c6-bb3921756a9d { display:none !important; }}@media (max-width: 767px){#s-e17707d2-e24d-4dbf-88c6-bb3921756a9d {
  display: none;
}
#s-e17707d2-e24d-4dbf-88c6-bb3921756a9d, #wrap-s-e17707d2-e24d-4dbf-88c6-bb3921756a9d { display:none !important; }}
#s-11312d17-ae4b-46a8-8b0c-b4b59827e133 {
  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-11312d17-ae4b-46a8-8b0c-b4b59827e133:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-11312d17-ae4b-46a8-8b0c-b4b59827e133:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-11312d17-ae4b-46a8-8b0c-b4b59827e133-root {
    text-align: center;
  }


#s-11312d17-ae4b-46a8-8b0c-b4b59827e133.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-11312d17-ae4b-46a8-8b0c-b4b59827e133-root {
    text-align: center;
  }


#s-11312d17-ae4b-46a8-8b0c-b4b59827e133.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-11312d17-ae4b-46a8-8b0c-b4b59827e133-root {
    text-align: center;
  }


#s-11312d17-ae4b-46a8-8b0c-b4b59827e133.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-11312d17-ae4b-46a8-8b0c-b4b59827e133-root {
    text-align: center;
  }


#s-11312d17-ae4b-46a8-8b0c-b4b59827e133.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-11312d17-ae4b-46a8-8b0c-b4b59827e133-root {
    text-align: center;
  }


#s-11312d17-ae4b-46a8-8b0c-b4b59827e133.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}
#s-d7cb855b-e325-49d9-be35-23683dff892c {
  min-height: 50px;
}








#s-d7cb855b-e325-49d9-be35-23683dff892c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7cb855b-e325-49d9-be35-23683dff892c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-d7cb855b-e325-49d9-be35-23683dff892c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7cb855b-e325-49d9-be35-23683dff892c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-d7cb855b-e325-49d9-be35-23683dff892c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7cb855b-e325-49d9-be35-23683dff892c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-ab6974f9-ec57-467d-94ec-700dce7215c0 {
  text-align: center;
}

#s-ab6974f9-ec57-467d-94ec-700dce7215c0 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-c23d51b3-f623-4df3-9638-c484661cea91 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-c23d51b3-f623-4df3-9638-c484661cea91 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c23d51b3-f623-4df3-9638-c484661cea91 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c23d51b3-f623-4df3-9638-c484661cea91 {
  
}
}@media (max-width: 767px){#s-c23d51b3-f623-4df3-9638-c484661cea91 {
  
}
}
#s-f399897b-1b3d-4c02-8fd3-df1f1e1bf41b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-f399897b-1b3d-4c02-8fd3-df1f1e1bf41b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f399897b-1b3d-4c02-8fd3-df1f1e1bf41b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f399897b-1b3d-4c02-8fd3-df1f1e1bf41b {
  display: none;
}
#s-f399897b-1b3d-4c02-8fd3-df1f1e1bf41b, #wrap-s-f399897b-1b3d-4c02-8fd3-df1f1e1bf41b { display:none !important; }}@media (max-width: 767px){#s-f399897b-1b3d-4c02-8fd3-df1f1e1bf41b {
  
}
}
#s-ffd8c571-be9e-447e-9a96-107d5ae8d5b3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-ffd8c571-be9e-447e-9a96-107d5ae8d5b3 {
  display: none;
}
#s-ffd8c571-be9e-447e-9a96-107d5ae8d5b3, #wrap-s-ffd8c571-be9e-447e-9a96-107d5ae8d5b3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ffd8c571-be9e-447e-9a96-107d5ae8d5b3 {
  display: none;
}
#s-ffd8c571-be9e-447e-9a96-107d5ae8d5b3, #wrap-s-ffd8c571-be9e-447e-9a96-107d5ae8d5b3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ffd8c571-be9e-447e-9a96-107d5ae8d5b3 {
  
}
}@media (max-width: 767px){#s-ffd8c571-be9e-447e-9a96-107d5ae8d5b3 {
  display: none;
}
#s-ffd8c571-be9e-447e-9a96-107d5ae8d5b3, #wrap-s-ffd8c571-be9e-447e-9a96-107d5ae8d5b3 { display:none !important; }}
#s-dec48b8d-c909-45b8-b3e0-3a61cf592656 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-dec48b8d-c909-45b8-b3e0-3a61cf592656 {
  display: none;
}
#s-dec48b8d-c909-45b8-b3e0-3a61cf592656, #wrap-s-dec48b8d-c909-45b8-b3e0-3a61cf592656 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dec48b8d-c909-45b8-b3e0-3a61cf592656 {
  display: none;
}
#s-dec48b8d-c909-45b8-b3e0-3a61cf592656, #wrap-s-dec48b8d-c909-45b8-b3e0-3a61cf592656 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dec48b8d-c909-45b8-b3e0-3a61cf592656 {
  
}
}@media (max-width: 767px){#s-dec48b8d-c909-45b8-b3e0-3a61cf592656 {
  display: none;
}
#s-dec48b8d-c909-45b8-b3e0-3a61cf592656, #wrap-s-dec48b8d-c909-45b8-b3e0-3a61cf592656 { display:none !important; }}
#s-c94e8c1a-464f-428a-bbfe-ae659e68da00 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-c94e8c1a-464f-428a-bbfe-ae659e68da00 {
  display: none;
}
#s-c94e8c1a-464f-428a-bbfe-ae659e68da00, #wrap-s-c94e8c1a-464f-428a-bbfe-ae659e68da00 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c94e8c1a-464f-428a-bbfe-ae659e68da00 {
  display: none;
}
#s-c94e8c1a-464f-428a-bbfe-ae659e68da00, #wrap-s-c94e8c1a-464f-428a-bbfe-ae659e68da00 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c94e8c1a-464f-428a-bbfe-ae659e68da00 {
  
}
}@media (max-width: 767px){#s-c94e8c1a-464f-428a-bbfe-ae659e68da00 {
  
}
}
#s-53aedcc4-02fe-43f7-abf7-f929c0867984 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-53aedcc4-02fe-43f7-abf7-f929c0867984 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-53aedcc4-02fe-43f7-abf7-f929c0867984 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-53aedcc4-02fe-43f7-abf7-f929c0867984 {
  display: none;
}
#s-53aedcc4-02fe-43f7-abf7-f929c0867984, #wrap-s-53aedcc4-02fe-43f7-abf7-f929c0867984 { display:none !important; }}@media (max-width: 767px){#s-53aedcc4-02fe-43f7-abf7-f929c0867984 {
  display: none;
}
#s-53aedcc4-02fe-43f7-abf7-f929c0867984, #wrap-s-53aedcc4-02fe-43f7-abf7-f929c0867984 { display:none !important; }}
#s-983dcb51-fdc3-46ea-942d-fa1cdd706b2b {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
}

@media (min-width: 0px) {
[id="s-983dcb51-fdc3-46ea-942d-fa1cdd706b2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-983dcb51-fdc3-46ea-942d-fa1cdd706b2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-983dcb51-fdc3-46ea-942d-fa1cdd706b2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-983dcb51-fdc3-46ea-942d-fa1cdd706b2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-983dcb51-fdc3-46ea-942d-fa1cdd706b2b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0263d9b1-37a3-444a-ae48-456c8d3a9400 {
  min-height: 50px;
}








#s-0263d9b1-37a3-444a-ae48-456c8d3a9400 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0263d9b1-37a3-444a-ae48-456c8d3a9400.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-0263d9b1-37a3-444a-ae48-456c8d3a9400 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0263d9b1-37a3-444a-ae48-456c8d3a9400.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-0263d9b1-37a3-444a-ae48-456c8d3a9400 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0263d9b1-37a3-444a-ae48-456c8d3a9400.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-85bc18f6-562a-4d66-93ee-d78428e333ea {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-85bc18f6-562a-4d66-93ee-d78428e333ea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-85bc18f6-562a-4d66-93ee-d78428e333ea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-85bc18f6-562a-4d66-93ee-d78428e333ea {
  display: none;
}
#s-85bc18f6-562a-4d66-93ee-d78428e333ea, #wrap-s-85bc18f6-562a-4d66-93ee-d78428e333ea { display:none !important; }}@media (max-width: 767px){#s-85bc18f6-562a-4d66-93ee-d78428e333ea {
  display: none;
}
#s-85bc18f6-562a-4d66-93ee-d78428e333ea, #wrap-s-85bc18f6-562a-4d66-93ee-d78428e333ea { display:none !important; }}
#s-26d39d8b-34bb-4897-9df8-9fda709563d5 {
  text-align: center;
}

#s-26d39d8b-34bb-4897-9df8-9fda709563d5 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-c5f0c983-8ab7-490e-aae6-ff658f5d7990 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-c5f0c983-8ab7-490e-aae6-ff658f5d7990 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c5f0c983-8ab7-490e-aae6-ff658f5d7990 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c5f0c983-8ab7-490e-aae6-ff658f5d7990 {
  
}
}@media (max-width: 767px){#s-c5f0c983-8ab7-490e-aae6-ff658f5d7990 {
  
}
}
#s-85c1f08d-bab9-4982-a77c-671fe4bf9ceb {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-85c1f08d-bab9-4982-a77c-671fe4bf9ceb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-85c1f08d-bab9-4982-a77c-671fe4bf9ceb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-85c1f08d-bab9-4982-a77c-671fe4bf9ceb {
  display: none;
}
#s-85c1f08d-bab9-4982-a77c-671fe4bf9ceb, #wrap-s-85c1f08d-bab9-4982-a77c-671fe4bf9ceb { display:none !important; }}@media (max-width: 767px){#s-85c1f08d-bab9-4982-a77c-671fe4bf9ceb {
  
}
}
#s-d4ed6508-bfab-4244-9478-5790c3f0f190 {
  max-width: 1250px;
aspect-ratio: 1250/912;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-d4ed6508-bfab-4244-9478-5790c3f0f190 {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-d4ed6508-bfab-4244-9478-5790c3f0f190 {
  margin-top: 20px;
margin-bottom: 35px;
}
}




  #s-d4ed6508-bfab-4244-9478-5790c3f0f190 img.shogun-image,
  #s-d4ed6508-bfab-4244-9478-5790c3f0f190 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4ed6508-bfab-4244-9478-5790c3f0f190 {
    width: 100%;
    height: auto;
  }



  #s-d4ed6508-bfab-4244-9478-5790c3f0f190 img.shogun-image {
    

    
    
    
  }


#s-d4ed6508-bfab-4244-9478-5790c3f0f190 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-bab7f874-8876-496e-8eb5-14ebe4f907de {
  display: none;
}
#s-bab7f874-8876-496e-8eb5-14ebe4f907de, #wrap-s-bab7f874-8876-496e-8eb5-14ebe4f907de { display:none !important; }}@media (max-width: 767px){#s-bab7f874-8876-496e-8eb5-14ebe4f907de {
  display: none;
}
#s-bab7f874-8876-496e-8eb5-14ebe4f907de, #wrap-s-bab7f874-8876-496e-8eb5-14ebe4f907de { display:none !important; }}
@media (min-width: 1200px){#s-3873b24e-d0c3-4df1-8e50-689294221eaa {
  display: none;
}
#s-3873b24e-d0c3-4df1-8e50-689294221eaa, #wrap-s-3873b24e-d0c3-4df1-8e50-689294221eaa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3873b24e-d0c3-4df1-8e50-689294221eaa {
  display: none;
}
#s-3873b24e-d0c3-4df1-8e50-689294221eaa, #wrap-s-3873b24e-d0c3-4df1-8e50-689294221eaa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3873b24e-d0c3-4df1-8e50-689294221eaa {
  
}
}@media (max-width: 767px){#s-3873b24e-d0c3-4df1-8e50-689294221eaa {
  
}
}
#s-2fc66965-9535-44ca-9b6a-078a97eceb10 {
  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-2fc66965-9535-44ca-9b6a-078a97eceb10:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2fc66965-9535-44ca-9b6a-078a97eceb10:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2fc66965-9535-44ca-9b6a-078a97eceb10-root {
    text-align: center;
  }


#s-2fc66965-9535-44ca-9b6a-078a97eceb10.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2fc66965-9535-44ca-9b6a-078a97eceb10-root {
    text-align: center;
  }


#s-2fc66965-9535-44ca-9b6a-078a97eceb10.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2fc66965-9535-44ca-9b6a-078a97eceb10-root {
    text-align: center;
  }


#s-2fc66965-9535-44ca-9b6a-078a97eceb10.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2fc66965-9535-44ca-9b6a-078a97eceb10-root {
    text-align: center;
  }


#s-2fc66965-9535-44ca-9b6a-078a97eceb10.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2fc66965-9535-44ca-9b6a-078a97eceb10-root {
    text-align: center;
  }


#s-2fc66965-9535-44ca-9b6a-078a97eceb10.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}
#s-29bc0513-ef92-4b98-a9b6-390e08f86bd6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-29bc0513-ef92-4b98-a9b6-390e08f86bd6 {
  display: none;
}
#s-29bc0513-ef92-4b98-a9b6-390e08f86bd6, #wrap-s-29bc0513-ef92-4b98-a9b6-390e08f86bd6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29bc0513-ef92-4b98-a9b6-390e08f86bd6 {
  display: none;
}
#s-29bc0513-ef92-4b98-a9b6-390e08f86bd6, #wrap-s-29bc0513-ef92-4b98-a9b6-390e08f86bd6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-29bc0513-ef92-4b98-a9b6-390e08f86bd6 {
  
}
}@media (max-width: 767px){#s-29bc0513-ef92-4b98-a9b6-390e08f86bd6 {
  display: none;
}
#s-29bc0513-ef92-4b98-a9b6-390e08f86bd6, #wrap-s-29bc0513-ef92-4b98-a9b6-390e08f86bd6 { display:none !important; }}
#s-42bab66c-3e41-496d-a646-941cc69eb6aa {
  text-align: center;
}

#s-42bab66c-3e41-496d-a646-941cc69eb6aa .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-209a2bb3-77c3-4b92-a79e-99649556f71c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-209a2bb3-77c3-4b92-a79e-99649556f71c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-209a2bb3-77c3-4b92-a79e-99649556f71c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-209a2bb3-77c3-4b92-a79e-99649556f71c {
  
}
}@media (max-width: 767px){#s-209a2bb3-77c3-4b92-a79e-99649556f71c {
  
}
}
#s-11e2a983-1ebe-42b3-90eb-7f1fd13852d2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-11e2a983-1ebe-42b3-90eb-7f1fd13852d2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-11e2a983-1ebe-42b3-90eb-7f1fd13852d2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-11e2a983-1ebe-42b3-90eb-7f1fd13852d2 {
  
}
}@media (max-width: 767px){#s-11e2a983-1ebe-42b3-90eb-7f1fd13852d2 {
  
}
}
#s-882abbfd-52a3-4d03-9083-576791a7cf6e {
  text-align: center;
}

#s-882abbfd-52a3-4d03-9083-576791a7cf6e .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-e0d73bca-9b93-4e5c-967a-4079778b807f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-e0d73bca-9b93-4e5c-967a-4079778b807f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0d73bca-9b93-4e5c-967a-4079778b807f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e0d73bca-9b93-4e5c-967a-4079778b807f {
  
}
}@media (max-width: 767px){#s-e0d73bca-9b93-4e5c-967a-4079778b807f {
  
}
}
#s-89c92373-c0ca-4909-b742-1486726b9e17 {
  box-shadow:0px 0px 51px 0px rgba(0, 0, 0, 0.08);
margin-top: 50px;
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-faf1f16a-7321-4e30-bd7e-b9c297960b80 {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-faf1f16a-7321-4e30-bd7e-b9c297960b80 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-faf1f16a-7321-4e30-bd7e-b9c297960b80 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-faf1f16a-7321-4e30-bd7e-b9c297960b80 {
  
}
}@media (max-width: 767px){#s-faf1f16a-7321-4e30-bd7e-b9c297960b80 {
  
}
}
#s-9ad69f32-15fa-4763-a54c-435979efee80 {
  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-9ad69f32-15fa-4763-a54c-435979efee80 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ad69f32-15fa-4763-a54c-435979efee80 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ad69f32-15fa-4763-a54c-435979efee80 {
  
}
}@media (max-width: 767px){#s-9ad69f32-15fa-4763-a54c-435979efee80 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-9ad69f32-15fa-4763-a54c-435979efee80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ad69f32-15fa-4763-a54c-435979efee80.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}
