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

.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-5640c006-45b4-4da8-9ba2-73a5c22164d2 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5640c006-45b4-4da8-9ba2-73a5c22164d2 {
  display: none;
}
#s-5640c006-45b4-4da8-9ba2-73a5c22164d2, #wrap-s-5640c006-45b4-4da8-9ba2-73a5c22164d2, #wrap-content-s-5640c006-45b4-4da8-9ba2-73a5c22164d2 { display: none !important; }}@media (max-width: 767px){#s-5640c006-45b4-4da8-9ba2-73a5c22164d2 {
  display: none;
}
#s-5640c006-45b4-4da8-9ba2-73a5c22164d2, #wrap-s-5640c006-45b4-4da8-9ba2-73a5c22164d2, #wrap-content-s-5640c006-45b4-4da8-9ba2-73a5c22164d2 { display: none !important; }}







#s-5640c006-45b4-4da8-9ba2-73a5c22164d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5640c006-45b4-4da8-9ba2-73a5c22164d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  min-height: 480px;
}
}@media (max-width: 767px){#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  min-height: 600px;
}
}
#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  background-image: url(https://i.shgcdn.com/287cf618-a9c1-41cc-a857-5f4455ece8af/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

.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;
  
  
  text-transform: none;
  
  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-8012e222-99af-45ed-8da0-291204f15fdb {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8012e222-99af-45ed-8da0-291204f15fdb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 72px;
  line-height: 0.95em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-8012e222-99af-45ed-8da0-291204f15fdb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 48px;
  line-height: 0.95em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-8012e222-99af-45ed-8da0-291204f15fdb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 48px;
  line-height: 0.95em;
  
  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 {
  
  
  
}

.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;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

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

.shg-theme-text-content p {
  
  
  
}

#s-4d3a47ac-fc77-4a6b-972b-e09faa4da3b3 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-bd21d87a-6b42-460f-bbcd-c5dba0031839 {
  min-height: 50px;
}








#s-bd21d87a-6b42-460f-bbcd-c5dba0031839 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd21d87a-6b42-460f-bbcd-c5dba0031839.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7b70f82-cd0d-438a-b2ce-12caf93be04f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-c7b70f82-cd0d-438a-b2ce-12caf93be04f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7b70f82-cd0d-438a-b2ce-12caf93be04f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c7b70f82-cd0d-438a-b2ce-12caf93be04f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7b70f82-cd0d-438a-b2ce-12caf93be04f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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;
  flex-direction: column;
  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-5d3ba3cc-b723-45e0-a2c8-dc901daf6ad1 {
  text-align: center;
}

#s-5d3ba3cc-b723-45e0-a2c8-dc901daf6ad1 {
  overflow: hidden;
  
  
}







  #s-5d3ba3cc-b723-45e0-a2c8-dc901daf6ad1 img.shogun-image {
    

    
    
    
  }


#s-5d3ba3cc-b723-45e0-a2c8-dc901daf6ad1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3fff57f1-de1f-415c-ae1e-ef7a285e3173 {
  text-align: center;
}

#s-3fff57f1-de1f-415c-ae1e-ef7a285e3173 {
  overflow: hidden;
  
  
}







  #s-3fff57f1-de1f-415c-ae1e-ef7a285e3173 img.shogun-image {
    

    
    
    
  }


#s-3fff57f1-de1f-415c-ae1e-ef7a285e3173 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a50508cf-7b0c-46ba-8b0e-75d506b6a171 {
  margin-top: -2px;
margin-bottom: -2px;
padding-top: 3%;
padding-left: 10%;
padding-bottom: 3%;
padding-right: 10%;
background-color: rgba(0, 0, 0, 1);
}








#s-a50508cf-7b0c-46ba-8b0e-75d506b6a171 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a50508cf-7b0c-46ba-8b0e-75d506b6a171.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-90760a2e-9ce7-460a-8dd4-4a0a101446d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90760a2e-9ce7-460a-8dd4-4a0a101446d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-90760a2e-9ce7-460a-8dd4-4a0a101446d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-90760a2e-9ce7-460a-8dd4-4a0a101446d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-373de3e4-d0c6-48dc-b085-7b1b302b4d4c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
min-height: 450px;
background-color: rgba(255, 255, 255, 0.1);
}








#s-373de3e4-d0c6-48dc-b085-7b1b302b4d4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-373de3e4-d0c6-48dc-b085-7b1b302b4d4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-726f3a86-9f3d-4c46-b766-6f338e1cbd73 {
  padding-top: 5%;
padding-bottom: 5%;
}

#s-726f3a86-9f3d-4c46-b766-6f338e1cbd73 .shogun-icon-wrapper {
  text-align: center;
}


#s-726f3a86-9f3d-4c46-b766-6f338e1cbd73 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 255, 255, 1);
}

#s-564c694a-01c8-4cc1-a864-97563ed2ce9a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-564c694a-01c8-4cc1-a864-97563ed2ce9a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-82ce10f4-3b8e-4308-be89-051867441cb1 {
  min-height: 140px;
}

#s-669a2369-a812-4e1f-9bfe-8fe753da210b {
  margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
min-height: 450px;
background-color: rgba(255, 255, 255, 0.1);
}








#s-669a2369-a812-4e1f-9bfe-8fe753da210b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-669a2369-a812-4e1f-9bfe-8fe753da210b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02864a52-b14c-4cf1-8b78-d98020b32c9e {
  padding-top: 5%;
padding-bottom: 5%;
}

#s-02864a52-b14c-4cf1-8b78-d98020b32c9e .shogun-icon-wrapper {
  text-align: center;
}


#s-02864a52-b14c-4cf1-8b78-d98020b32c9e .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 255, 255, 1);
}

#s-373736d9-ac79-408d-a395-74f8cb161dc6 {
  margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 0px;
text-align: center;
}

#s-373736d9-ac79-408d-a395-74f8cb161dc6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-a5c5b0db-b314-454c-a281-0ba6b2b5f527 {
  padding-top: 15px;
min-height: 140px;
}

#s-00ec6c36-babd-4431-b54e-d110d678a78c {
  margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
min-height: 450px;
background-color: rgba(255, 255, 255, 0.1);
}








#s-00ec6c36-babd-4431-b54e-d110d678a78c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00ec6c36-babd-4431-b54e-d110d678a78c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-364823c6-64fb-4c4a-aea8-649306e179d0 {
  padding-top: 5%;
padding-bottom: 5%;
}

#s-364823c6-64fb-4c4a-aea8-649306e179d0 .shogun-icon-wrapper {
  text-align: center;
}


#s-364823c6-64fb-4c4a-aea8-649306e179d0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 255, 255, 1);
}

#s-1aface1f-5f7f-4a40-8ad7-e192225b1dd2 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1aface1f-5f7f-4a40-8ad7-e192225b1dd2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-5b99ba86-ab71-41c4-b845-ca798bc24e02 {
  min-height: 140px;
}

@media (min-width: 0px) {
[id="s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-09549657-2e7c-44ad-9595-158f46a04530 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-09549657-2e7c-44ad-9595-158f46a04530 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-09549657-2e7c-44ad-9595-158f46a04530 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-09549657-2e7c-44ad-9595-158f46a04530 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09549657-2e7c-44ad-9595-158f46a04530.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-4ca724c0-2a4d-45c4-82a7-b19b0018daf8 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 15px;
padding-right: 3%;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-4ca724c0-2a4d-45c4-82a7-b19b0018daf8 .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  letter-spacing: 0px;
  text-align: left;
}



#s-fa425361-4a9b-4aff-b146-7d3310fbb35b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 4%;
padding-right: 4%;
background-color: rgba(255, 255, 255, 1);
}

#s-beec684e-e346-4686-a9a3-dcf4c7faa51b {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-beec684e-e346-4686-a9a3-dcf4c7faa51b {
  min-height: 360px;
}
}@media (max-width: 767px){#s-beec684e-e346-4686-a9a3-dcf4c7faa51b {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-beec684e-e346-4686-a9a3-dcf4c7faa51b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-beec684e-e346-4686-a9a3-dcf4c7faa51b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-f5a961bd-2f1a-45a6-97a6-b67c854a3bc5 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 15px;
padding-right: 3%;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-f5a961bd-2f1a-45a6-97a6-b67c854a3bc5 .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  letter-spacing: 0px;
  text-align: left;
}



#s-019a498f-4818-47a8-809a-345963973e30 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 4%;
padding-right: 4%;
background-color: rgba(255, 255, 255, 1);
}

#s-90947481-8315-4dfa-af2b-a8c2ad51e050 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-90947481-8315-4dfa-af2b-a8c2ad51e050 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-90947481-8315-4dfa-af2b-a8c2ad51e050 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-90947481-8315-4dfa-af2b-a8c2ad51e050 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90947481-8315-4dfa-af2b-a8c2ad51e050.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-072fb3e8-8727-4fdf-a8de-7dac5f781138 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 15px;
padding-right: 3%;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-072fb3e8-8727-4fdf-a8de-7dac5f781138 .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  letter-spacing: 0px;
  text-align: left;
}



#s-dc8db90d-e033-4885-b178-751ed554728c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

#s-ec8dd71d-5210-44a0-9d3e-f069d34d8268 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec8dd71d-5210-44a0-9d3e-f069d34d8268 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-ec8dd71d-5210-44a0-9d3e-f069d34d8268 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-ec8dd71d-5210-44a0-9d3e-f069d34d8268 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec8dd71d-5210-44a0-9d3e-f069d34d8268.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-8ec44220-d7e7-434d-9059-62384c9ecff6 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 15px;
padding-right: 3%;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-8ec44220-d7e7-434d-9059-62384c9ecff6 .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  letter-spacing: 0px;
  text-align: left;
}



#s-f08cffba-83b1-4b74-a39b-8b9f5c969ed0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-0953f601-844b-453b-a11c-bdae3104d449 {
  margin-left: auto;
margin-right: auto;
}

#s-0953f601-844b-453b-a11c-bdae3104d449 hr {
  border-top: 2px solid #ddd;
}

#s-95067fe7-0112-4b0a-83b9-fd8ca02b71b2 {
  padding-top: 0%;
padding-bottom: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-95067fe7-0112-4b0a-83b9-fd8ca02b71b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95067fe7-0112-4b0a-83b9-fd8ca02b71b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-223323e7-4f01-496e-9e85-9c606738219c {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-223323e7-4f01-496e-9e85-9c606738219c {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-223323e7-4f01-496e-9e85-9c606738219c .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 1200px){#s-223323e7-4f01-496e-9e85-9c606738219c .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-223323e7-4f01-496e-9e85-9c606738219c .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-60747759-0ba0-4eda-9699-51f830f89fe6 {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-60747759-0ba0-4eda-9699-51f830f89fe6 {
  padding-top: 30px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-60747759-0ba0-4eda-9699-51f830f89fe6 {
  padding-top: 30px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-60747759-0ba0-4eda-9699-51f830f89fe6 {
  padding-top: 30px;
}
}@media (max-width: 767px){#s-60747759-0ba0-4eda-9699-51f830f89fe6 {
  display: none;
}
#s-60747759-0ba0-4eda-9699-51f830f89fe6, #wrap-s-60747759-0ba0-4eda-9699-51f830f89fe6, #wrap-content-s-60747759-0ba0-4eda-9699-51f830f89fe6 { 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 {
  
  
}

.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-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 1%;
padding-left: 30px;
padding-bottom: 1%;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(219, 90, 66, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(219, 90, 66, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
hover-type: color;
line-height: 1em;
letter-spacing: 0px;
}
#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 60, 113, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(0, 60, 113, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5:active {border-style: solid !important;
border-color: rgba(206, 201, 199, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(206, 201, 199, 1) !important;
color: rgba(0, 60, 113, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5 {
  color: rgba(255, 255, 255, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5 {
  color: rgba(255, 255, 255, 1);
}
#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(206, 201, 199, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(206, 201, 199, 1) !important;
color: rgba(219, 90, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5 {
  color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 4%;
padding-bottom: 4%;
color: rgba(255, 255, 255, 1);
}
}

  #s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5-root {
    text-align: center;
  }


#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5-root {
    text-align: center;
  }


#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5-root {
    text-align: center;
  }


#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5-root {
    text-align: center;
  }


#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5-root {
    text-align: center;
  }


#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-7d2f8e38-f3ed-43b6-a43a-896fbf82f262 {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 30px;
margin-right: 15%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7d2f8e38-f3ed-43b6-a43a-896fbf82f262 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-7d2f8e38-f3ed-43b6-a43a-896fbf82f262 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-7d2f8e38-f3ed-43b6-a43a-896fbf82f262 {
  overflow: hidden;
  
  
}







  #s-7d2f8e38-f3ed-43b6-a43a-896fbf82f262 img.shogun-image {
    

    
    
    
  }


#s-7d2f8e38-f3ed-43b6-a43a-896fbf82f262 .shogun-image-content {
  
    justify-content: center;
  
}

#s-736a62be-a0b7-4f4f-9d5b-b8bc142de12c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-736a62be-a0b7-4f4f-9d5b-b8bc142de12c {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-736a62be-a0b7-4f4f-9d5b-b8bc142de12c .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 1200px){#s-736a62be-a0b7-4f4f-9d5b-b8bc142de12c .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-736a62be-a0b7-4f4f-9d5b-b8bc142de12c .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-653c120e-20ef-400e-8fa9-d5337f9cea14 {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-653c120e-20ef-400e-8fa9-d5337f9cea14 {
  padding-top: 30px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-653c120e-20ef-400e-8fa9-d5337f9cea14 {
  padding-top: 30px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-653c120e-20ef-400e-8fa9-d5337f9cea14 {
  padding-top: 30px;
}
}@media (max-width: 767px){#s-653c120e-20ef-400e-8fa9-d5337f9cea14 {
  display: none;
}
#s-653c120e-20ef-400e-8fa9-d5337f9cea14, #wrap-s-653c120e-20ef-400e-8fa9-d5337f9cea14, #wrap-content-s-653c120e-20ef-400e-8fa9-d5337f9cea14 { display: none !important; }}
#s-75c80007-3d99-4df0-bef6-b8851fffc3d3 {
  margin-left: auto;
margin-right: auto;
}

#s-75c80007-3d99-4df0-bef6-b8851fffc3d3 hr {
  border-top: 2px solid #ddd;
}

#s-3c9c030b-b655-4610-b614-8676e1f5e4d2 {
  padding-top: 4%;
padding-bottom: 4%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-3c9c030b-b655-4610-b614-8676e1f5e4d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c9c030b-b655-4610-b614-8676e1f5e4d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dae47ea3-147b-4a62-a90b-4f8e74b5e5c1 {
  padding-top: 30px;
padding-bottom: 20px;
text-align: center;
}

#s-dae47ea3-147b-4a62-a90b-4f8e74b5e5c1 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 1200px){#s-dae47ea3-147b-4a62-a90b-4f8e74b5e5c1 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-dae47ea3-147b-4a62-a90b-4f8e74b5e5c1 .shogun-heading-component h2 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-28ca8bba-5ddc-44d8-903d-ada66fac8ef2 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-28ca8bba-5ddc-44d8-903d-ada66fac8ef2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28ca8bba-5ddc-44d8-903d-ada66fac8ef2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28ca8bba-5ddc-44d8-903d-ada66fac8ef2 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-28ca8bba-5ddc-44d8-903d-ada66fac8ef2 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-28ca8bba-5ddc-44d8-903d-ada66fac8ef2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28ca8bba-5ddc-44d8-903d-ada66fac8ef2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-efb80b44-7665-4eef-9b66-a199e33f3da8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efb80b44-7665-4eef-9b66-a199e33f3da8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-efb80b44-7665-4eef-9b66-a199e33f3da8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-efb80b44-7665-4eef-9b66-a199e33f3da8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-60a4e0d0-6041-4dc9-8532-1ee602693aa5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60a4e0d0-6041-4dc9-8532-1ee602693aa5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-60a4e0d0-6041-4dc9-8532-1ee602693aa5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-60a4e0d0-6041-4dc9-8532-1ee602693aa5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8de1ad71-e02a-4a7e-ada8-ff60c739bac4 {
  text-align: center;
}

#s-8de1ad71-e02a-4a7e-ada8-ff60c739bac4 {
  overflow: hidden;
  
  
}







  #s-8de1ad71-e02a-4a7e-ada8-ff60c739bac4 img.shogun-image {
    

    
    
    
  }


#s-8de1ad71-e02a-4a7e-ada8-ff60c739bac4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3ae1b665-fd89-4f93-88b2-2940168414b5 {
  padding-top: 30px;
padding-bottom: 10px;
text-align: center;
}

#s-3ae1b665-fd89-4f93-88b2-2940168414b5 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  
  
}



#s-ef4c48bf-9403-485f-bf48-130f834f42a4 {
  padding-top: 20px;
}

#s-29ed0284-83b7-4b31-9aec-c847b0a421c5 {
  min-height: 50px;
}
@media (max-width: 767px){#s-29ed0284-83b7-4b31-9aec-c847b0a421c5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
}
}







#s-29ed0284-83b7-4b31-9aec-c847b0a421c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-29ed0284-83b7-4b31-9aec-c847b0a421c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9569a727-3296-414b-9e7e-ecec33ea7663 {
  text-align: center;
}

#s-9569a727-3296-414b-9e7e-ecec33ea7663 {
  overflow: hidden;
  
  
}







  #s-9569a727-3296-414b-9e7e-ecec33ea7663 img.shogun-image {
    

    
    
    
  }


#s-9569a727-3296-414b-9e7e-ecec33ea7663 .shogun-image-content {
  
    justify-content: center;
  
}

#s-dba2fa11-06b4-4e0e-8237-06b7849b222f {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-dba2fa11-06b4-4e0e-8237-06b7849b222f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  
  
}



@media (min-width: 0px) {
[id="s-48f01375-2c38-4767-a177-79882189fb47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48f01375-2c38-4767-a177-79882189fb47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-48f01375-2c38-4767-a177-79882189fb47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-48f01375-2c38-4767-a177-79882189fb47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7edf99c6-d67c-4205-8eea-dd94d4b53634 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-7edf99c6-d67c-4205-8eea-dd94d4b53634 {
  margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
}
}







#s-7edf99c6-d67c-4205-8eea-dd94d4b53634 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7edf99c6-d67c-4205-8eea-dd94d4b53634.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eaaaf38e-7021-49d4-8582-f1c99656ae6e {
  text-align: center;
}

#s-eaaaf38e-7021-49d4-8582-f1c99656ae6e {
  overflow: hidden;
  
  
}







  #s-eaaaf38e-7021-49d4-8582-f1c99656ae6e img.shogun-image {
    

    
    
    
  }


#s-eaaaf38e-7021-49d4-8582-f1c99656ae6e .shogun-image-content {
  
    justify-content: center;
  
}

#s-9b4b01d3-68c0-47e0-b077-639f0bf02fbb {
  padding-top: 30px;
padding-bottom: 10px;
text-align: center;
}

#s-9b4b01d3-68c0-47e0-b077-639f0bf02fbb .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  
  
}



#s-0606b629-a7ef-4ffd-a96f-bc1676c19e1a {
  padding-top: 20px;
}

#s-3dd1b691-7319-4e07-bc30-178fcab9d409 {
  min-height: 50px;
}
@media (max-width: 767px){#s-3dd1b691-7319-4e07-bc30-178fcab9d409 {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-3dd1b691-7319-4e07-bc30-178fcab9d409 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3dd1b691-7319-4e07-bc30-178fcab9d409.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b364f3b9-8c2f-43a6-b91f-5b116f447186 {
  text-align: center;
}

#s-b364f3b9-8c2f-43a6-b91f-5b116f447186 {
  overflow: hidden;
  
  
}







  #s-b364f3b9-8c2f-43a6-b91f-5b116f447186 img.shogun-image {
    

    
    
    
  }


#s-b364f3b9-8c2f-43a6-b91f-5b116f447186 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b315c4d6-34d1-4fa8-ae59-9c354382e368 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-b315c4d6-34d1-4fa8-ae59-9c354382e368 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  
  
}



#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba {
  padding-top: 0%;
padding-bottom: 4%;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de0ff945-57fb-4240-b9e0-1192a72dc4fd {
  padding-top: 30px;
padding-bottom: 20px;
text-align: center;
}

#s-de0ff945-57fb-4240-b9e0-1192a72dc4fd .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 1200px){#s-de0ff945-57fb-4240-b9e0-1192a72dc4fd .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-de0ff945-57fb-4240-b9e0-1192a72dc4fd .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-ecd8b668-0cef-4b6c-a9d0-548de72025c0 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ecd8b668-0cef-4b6c-a9d0-548de72025c0 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-ecd8b668-0cef-4b6c-a9d0-548de72025c0 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d3b4304f-f11e-4c50-be41-5748604da256 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d3b4304f-f11e-4c50-be41-5748604da256 {
  margin-bottom: 20px;
}
}







#s-d3b4304f-f11e-4c50-be41-5748604da256 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3b4304f-f11e-4c50-be41-5748604da256.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc74f0b8-1fb6-4572-9b69-32c841a733e8 {
  max-width: 100px;
text-align: center;
}

#s-fc74f0b8-1fb6-4572-9b69-32c841a733e8 {
  overflow: hidden;
  
  
      max-width: 100px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-fc74f0b8-1fb6-4572-9b69-32c841a733e8 img.shogun-image {
    

    
    
    
  }


#s-fc74f0b8-1fb6-4572-9b69-32c841a733e8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ba9caae9-d64f-45b5-a8bd-59a6e5da1c50 {
  padding-top: 30px;
padding-bottom: 10px;
text-align: center;
}

#s-ba9caae9-d64f-45b5-a8bd-59a6e5da1c50 .shogun-heading-component h4 {
  color: rgba(0, 60, 113, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  
  
}


@media (min-width: 1200px){#s-ba9caae9-d64f-45b5-a8bd-59a6e5da1c50 .shogun-heading-component h4 {
  color: rgba(0, 60, 113, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-ba9caae9-d64f-45b5-a8bd-59a6e5da1c50 .shogun-heading-component h4 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  
  
}


}
#s-de877c6d-f6b0-485f-99ef-e828f8fd67ef {
  margin-top: 15px;
margin-bottom: 15px;
min-height: 265px;
}

#s-8467e550-c659-4f93-a815-358c98f0efff {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-8467e550-c659-4f93-a815-358c98f0efff {
  margin-bottom: 20px;
}
}







#s-8467e550-c659-4f93-a815-358c98f0efff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8467e550-c659-4f93-a815-358c98f0efff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-217af93d-c269-47fa-a0c6-8f5a008ce5ea {
  max-width: 100px;
text-align: center;
}

#s-217af93d-c269-47fa-a0c6-8f5a008ce5ea {
  overflow: hidden;
  
  
      max-width: 100px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-217af93d-c269-47fa-a0c6-8f5a008ce5ea img.shogun-image {
    

    
    
    
  }


#s-217af93d-c269-47fa-a0c6-8f5a008ce5ea .shogun-image-content {
  
    justify-content: center;
  
}

#s-3474811c-716b-49b4-a0f5-acca32f6f24e {
  padding-top: 30px;
padding-bottom: 10px;
text-align: center;
}

#s-3474811c-716b-49b4-a0f5-acca32f6f24e .shogun-heading-component h4 {
  color: rgba(0, 60, 113, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  
  
}


@media (min-width: 1200px){#s-3474811c-716b-49b4-a0f5-acca32f6f24e .shogun-heading-component h4 {
  color: rgba(0, 60, 113, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-3474811c-716b-49b4-a0f5-acca32f6f24e .shogun-heading-component h4 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  
  
}


}
#s-8779cd91-b24f-4a34-b0b8-eaf09cce8a52 {
  margin-top: 15px;
margin-bottom: 15px;
min-height: 265px;
}

#s-a9c5ebf7-a46d-4cac-943d-2689d900baa5 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a9c5ebf7-a46d-4cac-943d-2689d900baa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a9c5ebf7-a46d-4cac-943d-2689d900baa5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de4ea715-85d1-45b3-b42f-19c476ddb57e {
  max-width: 100px;
text-align: center;
}

#s-de4ea715-85d1-45b3-b42f-19c476ddb57e {
  overflow: hidden;
  
  
      max-width: 100px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-de4ea715-85d1-45b3-b42f-19c476ddb57e img.shogun-image {
    

    
    
    
  }


#s-de4ea715-85d1-45b3-b42f-19c476ddb57e .shogun-image-content {
  
    justify-content: center;
  
}

#s-40e320c7-55f8-4d26-88dc-6e5bd7f9a4f3 {
  padding-top: 30px;
padding-bottom: 10px;
text-align: center;
}

#s-40e320c7-55f8-4d26-88dc-6e5bd7f9a4f3 .shogun-heading-component h4 {
  color: rgba(0, 60, 113, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  
  
}


@media (min-width: 1200px){#s-40e320c7-55f8-4d26-88dc-6e5bd7f9a4f3 .shogun-heading-component h4 {
  color: rgba(0, 60, 113, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-40e320c7-55f8-4d26-88dc-6e5bd7f9a4f3 .shogun-heading-component h4 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  
  
}


}
#s-f194a102-037f-474e-92b1-82df57c0fb5d {
  margin-top: 15px;
margin-bottom: 15px;
min-height: 265px;
}

#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa {
  border-style: solid;
margin-top: 30px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 1%;
padding-left: 30px;
padding-bottom: 1%;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(219, 90, 66, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(219, 90, 66, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
hover-type: color;
line-height: 1em;
letter-spacing: 0px;
}
#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 60, 113, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(0, 60, 113, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa:active {border-style: solid !important;
border-color: rgba(206, 201, 199, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(206, 201, 199, 1) !important;
color: rgba(0, 60, 113, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa {
  color: rgba(255, 255, 255, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa {
  color: rgba(255, 255, 255, 1);
}
#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(206, 201, 199, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(206, 201, 199, 1) !important;
color: rgba(219, 90, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa {
  color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 4%;
padding-bottom: 4%;
color: rgba(255, 255, 255, 1);
}
}

  #s-d9254f1d-4a39-4959-af30-2bd23a9af1fa-root {
    text-align: center;
  }


#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d9254f1d-4a39-4959-af30-2bd23a9af1fa-root {
    text-align: center;
  }


#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9254f1d-4a39-4959-af30-2bd23a9af1fa-root {
    text-align: center;
  }


#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9254f1d-4a39-4959-af30-2bd23a9af1fa-root {
    text-align: center;
  }


#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d9254f1d-4a39-4959-af30-2bd23a9af1fa-root {
    text-align: center;
  }


#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b233b005-6b45-4475-9727-d741cbfdcdcd {
  margin-left: 15%;
margin-right: 15%;
padding-top: 4%;
padding-bottom: 4%;
min-height: 50px;
}








#s-b233b005-6b45-4475-9727-d741cbfdcdcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b233b005-6b45-4475-9727-d741cbfdcdcd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-956e57a4-e2d1-4c70-bd8c-e74ae6ff53d8 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-956e57a4-e2d1-4c70-bd8c-e74ae6ff53d8 .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 1200px){#s-956e57a4-e2d1-4c70-bd8c-e74ae6ff53d8 .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-956e57a4-e2d1-4c70-bd8c-e74ae6ff53d8 .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-d6279990-a9e0-4b67-bbec-956a9a203b30 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
max-width: 410px;
}

@media (min-width: 0px) {
[id="s-d6279990-a9e0-4b67-bbec-956a9a203b30"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6279990-a9e0-4b67-bbec-956a9a203b30"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d6279990-a9e0-4b67-bbec-956a9a203b30"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6279990-a9e0-4b67-bbec-956a9a203b30"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cd126b14-c0dd-4fc0-a168-aa5ffa38e502 {
  text-align: center;
}

#s-cd126b14-c0dd-4fc0-a168-aa5ffa38e502 {
  overflow: hidden;
  
  
}







  #s-cd126b14-c0dd-4fc0-a168-aa5ffa38e502 img.shogun-image {
    

    
    
    
  }


#s-cd126b14-c0dd-4fc0-a168-aa5ffa38e502 .shogun-image-content {
  
    justify-content: center;
  
}

#s-224f6932-89e8-48c3-8a1b-de47b5c8c273 {
  text-align: center;
}

#s-224f6932-89e8-48c3-8a1b-de47b5c8c273 {
  overflow: hidden;
  
  
}







  #s-224f6932-89e8-48c3-8a1b-de47b5c8c273 img.shogun-image {
    

    
    
    
  }


#s-224f6932-89e8-48c3-8a1b-de47b5c8c273 .shogun-image-content {
  
    justify-content: center;
  
}

#s-39c142f7-1248-4d4d-b92e-b8a85fa4cf92 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-39c142f7-1248-4d4d-b92e-b8a85fa4cf92 {
  display: none;
}
#s-39c142f7-1248-4d4d-b92e-b8a85fa4cf92, #wrap-s-39c142f7-1248-4d4d-b92e-b8a85fa4cf92, #wrap-content-s-39c142f7-1248-4d4d-b92e-b8a85fa4cf92 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39c142f7-1248-4d4d-b92e-b8a85fa4cf92 {
  display: none;
}
#s-39c142f7-1248-4d4d-b92e-b8a85fa4cf92, #wrap-s-39c142f7-1248-4d4d-b92e-b8a85fa4cf92, #wrap-content-s-39c142f7-1248-4d4d-b92e-b8a85fa4cf92 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39c142f7-1248-4d4d-b92e-b8a85fa4cf92 {
  
}
}@media (max-width: 767px){#s-39c142f7-1248-4d4d-b92e-b8a85fa4cf92 {
  
}
}







#s-39c142f7-1248-4d4d-b92e-b8a85fa4cf92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-39c142f7-1248-4d4d-b92e-b8a85fa4cf92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40077700-8525-492f-a485-ab5a7ce6236b {
  margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(209, 243, 252, 1);
}








#s-40077700-8525-492f-a485-ab5a7ce6236b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40077700-8525-492f-a485-ab5a7ce6236b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-79ff5c6a-c3f9-49a1-9651-4b2593edf69b {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-79ff5c6a-c3f9-49a1-9651-4b2593edf69b .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 72px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-79ff5c6a-c3f9-49a1-9651-4b2593edf69b .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-79ff5c6a-c3f9-49a1-9651-4b2593edf69b .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-7bab4b1d-54ed-41ca-b0ab-abfbc175c578 {
  margin-bottom: 17px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7bab4b1d-54ed-41ca-b0ab-abfbc175c578 {
  margin-bottom: 0px;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-7ab96a99-c5ce-44df-87ea-ffcd2de8831e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7ab96a99-c5ce-44df-87ea-ffcd2de8831e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7ab96a99-c5ce-44df-87ea-ffcd2de8831e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ab96a99-c5ce-44df-87ea-ffcd2de8831e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cf42fe03-2adc-4355-bdea-5089f3e27145 {
  text-align: left;
}

#s-cf42fe03-2adc-4355-bdea-5089f3e27145 {
  overflow: hidden;
  
  
}







  #s-cf42fe03-2adc-4355-bdea-5089f3e27145 img.shogun-image {
    

    
    
    
  }


#s-cf42fe03-2adc-4355-bdea-5089f3e27145 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9ea69b99-8f98-4c40-a9cd-2d86fcc2a8f6 {
  text-align: left;
}

#s-9ea69b99-8f98-4c40-a9cd-2d86fcc2a8f6 {
  overflow: hidden;
  
  
}







  #s-9ea69b99-8f98-4c40-a9cd-2d86fcc2a8f6 img.shogun-image {
    

    
    
    
  }


#s-9ea69b99-8f98-4c40-a9cd-2d86fcc2a8f6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ed2b17b0-875f-4775-b402-bb8533d45967 {
  text-align: center;
}

#s-ed2b17b0-875f-4775-b402-bb8533d45967 {
  overflow: hidden;
  
  
}







  #s-ed2b17b0-875f-4775-b402-bb8533d45967 img.shogun-image {
    

    
    
    
  }


#s-ed2b17b0-875f-4775-b402-bb8533d45967 .shogun-image-content {
  
    justify-content: center;
  
}

#s-98569ce5-f3bd-4621-8725-a9ff8d6cce8e {
  margin-top: -2px;
margin-bottom: -2px;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
background-color: rgba(0, 0, 0, 1);
}








#s-98569ce5-f3bd-4621-8725-a9ff8d6cce8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98569ce5-f3bd-4621-8725-a9ff8d6cce8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7511a23-271a-4a8b-a575-820c5aac92ce {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 0.1);
}








#s-d7511a23-271a-4a8b-a575-820c5aac92ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7511a23-271a-4a8b-a575-820c5aac92ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc60b178-a4b6-425d-97f1-3510e8244884 {
  padding-top: 2%;
padding-bottom: 2%;
}

#s-bc60b178-a4b6-425d-97f1-3510e8244884 .shogun-icon-wrapper {
  text-align: center;
}


#s-bc60b178-a4b6-425d-97f1-3510e8244884 .shogun-icon-wrapper > .shogun-icon {

  font-size: 34px !important;
  color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-bc60b178-a4b6-425d-97f1-3510e8244884 .shogun-icon-wrapper {
  text-align: center;
}


#s-bc60b178-a4b6-425d-97f1-3510e8244884 .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-bc60b178-a4b6-425d-97f1-3510e8244884 .shogun-icon-wrapper {
  text-align: center;
}


#s-bc60b178-a4b6-425d-97f1-3510e8244884 .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(255, 255, 255, 1);
}
}
#s-b73b056f-21f5-40c4-8c9c-d0cdf02dcb8f {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b73b056f-21f5-40c4-8c9c-d0cdf02dcb8f {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-b73b056f-21f5-40c4-8c9c-d0cdf02dcb8f .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 1200px){#s-b73b056f-21f5-40c4-8c9c-d0cdf02dcb8f .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b73b056f-21f5-40c4-8c9c-d0cdf02dcb8f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-b73b056f-21f5-40c4-8c9c-d0cdf02dcb8f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  
  
}


}
#s-ecdc9d0b-aa88-4290-9bde-72f5d3e48427 {
  min-height: 140px;
}

#s-2249b340-b768-411c-893c-96d392489c67 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px){#s-2249b340-b768-411c-893c-96d392489c67 {
  margin-top: 5%;
}
}







#s-2249b340-b768-411c-893c-96d392489c67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2249b340-b768-411c-893c-96d392489c67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84393b84-d403-4f29-9f5d-033a43962d2f {
  padding-top: 2%;
padding-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-84393b84-d403-4f29-9f5d-033a43962d2f {
  padding-top: 4%;
padding-bottom: 4%;
}
}@media (max-width: 767px){#s-84393b84-d403-4f29-9f5d-033a43962d2f {
  padding-top: 5%;
padding-bottom: 5%;
}
}
#s-84393b84-d403-4f29-9f5d-033a43962d2f .shogun-icon-wrapper {
  text-align: center;
}


#s-84393b84-d403-4f29-9f5d-033a43962d2f .shogun-icon-wrapper > .shogun-icon {

  font-size: 34px !important;
  color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-84393b84-d403-4f29-9f5d-033a43962d2f .shogun-icon-wrapper {
  text-align: center;
}


#s-84393b84-d403-4f29-9f5d-033a43962d2f .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-84393b84-d403-4f29-9f5d-033a43962d2f .shogun-icon-wrapper {
  text-align: center;
}


#s-84393b84-d403-4f29-9f5d-033a43962d2f .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(255, 255, 255, 1);
}
}
#s-6e43fd7b-c4f0-4df7-8a5d-5755b2daad38 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6e43fd7b-c4f0-4df7-8a5d-5755b2daad38 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-6e43fd7b-c4f0-4df7-8a5d-5755b2daad38 .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 1200px){#s-6e43fd7b-c4f0-4df7-8a5d-5755b2daad38 .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6e43fd7b-c4f0-4df7-8a5d-5755b2daad38 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-6e43fd7b-c4f0-4df7-8a5d-5755b2daad38 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  
  
}


}
#s-776751f6-8360-4221-b211-b71c4c18491e {
  min-height: 140px;
}
@media (min-width: 768px) and (max-width: 991px){#s-776751f6-8360-4221-b211-b71c4c18491e {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-776751f6-8360-4221-b211-b71c4c18491e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-1e575e14-5944-4dcd-a3ca-a02bf5a60e37 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 0.1);
}








#s-1e575e14-5944-4dcd-a3ca-a02bf5a60e37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e575e14-5944-4dcd-a3ca-a02bf5a60e37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3f5a238-dd21-406b-9f35-b91f9a76cc2e {
  padding-top: 2%;
padding-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a3f5a238-dd21-406b-9f35-b91f9a76cc2e {
  padding-top: 0px;
}
}
#s-a3f5a238-dd21-406b-9f35-b91f9a76cc2e .shogun-icon-wrapper {
  text-align: center;
}


#s-a3f5a238-dd21-406b-9f35-b91f9a76cc2e .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-a3f5a238-dd21-406b-9f35-b91f9a76cc2e .shogun-icon-wrapper {
  text-align: center;
}


#s-a3f5a238-dd21-406b-9f35-b91f9a76cc2e .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(255, 255, 255, 1);
}
}
#s-10e8b752-bf9a-4732-9512-ffd3c264cf9c {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-10e8b752-bf9a-4732-9512-ffd3c264cf9c {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-10e8b752-bf9a-4732-9512-ffd3c264cf9c .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 1200px){#s-10e8b752-bf9a-4732-9512-ffd3c264cf9c .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-10e8b752-bf9a-4732-9512-ffd3c264cf9c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-10e8b752-bf9a-4732-9512-ffd3c264cf9c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  
  
}


}
#s-3053b965-ad99-4b5f-8f87-b4e01f2de2db {
  min-height: 140px;
}

#s-0284da5d-b084-4544-a9a7-0380141a8ef7 {
  margin-left: auto;
margin-right: auto;
}

#s-0284da5d-b084-4544-a9a7-0380141a8ef7 hr {
  border-top: 2px solid #ddd;
}

#s-6d54848b-4cce-4b22-81e2-94485e91aa17 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6d54848b-4cce-4b22-81e2-94485e91aa17"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d54848b-4cce-4b22-81e2-94485e91aa17"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6d54848b-4cce-4b22-81e2-94485e91aa17"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d54848b-4cce-4b22-81e2-94485e91aa17"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-aa3b589d-8719-46fb-872a-b9b22522a739 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-aa3b589d-8719-46fb-872a-b9b22522a739 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
}
}@media (max-width: 767px){#s-aa3b589d-8719-46fb-872a-b9b22522a739 {
  margin-top: 0%;
}
}







#s-aa3b589d-8719-46fb-872a-b9b22522a739 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa3b589d-8719-46fb-872a-b9b22522a739.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fed99d61-0dbf-493e-8a6f-b52aeb6a91d0 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fed99d61-0dbf-493e-8a6f-b52aeb6a91d0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-fed99d61-0dbf-493e-8a6f-b52aeb6a91d0 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-fed99d61-0dbf-493e-8a6f-b52aeb6a91d0 .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 1200px){#s-fed99d61-0dbf-493e-8a6f-b52aeb6a91d0 .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-fed99d61-0dbf-493e-8a6f-b52aeb6a91d0 .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-767deef4-8b42-4cbc-aff1-b4ffee1bac6e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 4%;
padding-right: 4%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-767deef4-8b42-4cbc-aff1-b4ffee1bac6e {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-8f4cb843-e75b-46b1-ac8d-846107f059c4 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8f4cb843-e75b-46b1-ac8d-846107f059c4 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 360px;
}
}@media (max-width: 767px){#s-8f4cb843-e75b-46b1-ac8d-846107f059c4 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-8f4cb843-e75b-46b1-ac8d-846107f059c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f4cb843-e75b-46b1-ac8d-846107f059c4.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-9d6708ea-4c62-4c8d-8c0b-71a9f391a435 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9d6708ea-4c62-4c8d-8c0b-71a9f391a435"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d6708ea-4c62-4c8d-8c0b-71a9f391a435"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9d6708ea-4c62-4c8d-8c0b-71a9f391a435"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d6708ea-4c62-4c8d-8c0b-71a9f391a435"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-018271d4-dab4-414f-bf2f-d7ee2fc0fd96 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-018271d4-dab4-414f-bf2f-d7ee2fc0fd96 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 360px;
}
}@media (max-width: 767px){#s-018271d4-dab4-414f-bf2f-d7ee2fc0fd96 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
display: none;
}
#s-018271d4-dab4-414f-bf2f-d7ee2fc0fd96, #wrap-s-018271d4-dab4-414f-bf2f-d7ee2fc0fd96, #wrap-content-s-018271d4-dab4-414f-bf2f-d7ee2fc0fd96 { display: none !important; }}







#s-018271d4-dab4-414f-bf2f-d7ee2fc0fd96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-018271d4-dab4-414f-bf2f-d7ee2fc0fd96.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-65f36e2f-459a-4022-a93a-fd4b6d0e4c8b {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-65f36e2f-459a-4022-a93a-fd4b6d0e4c8b {
  margin-right: 10%;
display: none;
}
#s-65f36e2f-459a-4022-a93a-fd4b6d0e4c8b, #wrap-s-65f36e2f-459a-4022-a93a-fd4b6d0e4c8b, #wrap-content-s-65f36e2f-459a-4022-a93a-fd4b6d0e4c8b { display: none !important; }}







#s-65f36e2f-459a-4022-a93a-fd4b6d0e4c8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65f36e2f-459a-4022-a93a-fd4b6d0e4c8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cde1f773-6427-492b-8921-891aa7f4c8c0 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cde1f773-6427-492b-8921-891aa7f4c8c0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
}
#s-cde1f773-6427-492b-8921-891aa7f4c8c0 .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 1200px){#s-cde1f773-6427-492b-8921-891aa7f4c8c0 .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-cde1f773-6427-492b-8921-891aa7f4c8c0 .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-01d8b3ce-0fcf-49cf-a645-2100245705f9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 4%;
padding-right: 4%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-01d8b3ce-0fcf-49cf-a645-2100245705f9 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-73f9e9b9-a332-40a8-a054-4e2da428b80c {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-73f9e9b9-a332-40a8-a054-4e2da428b80c {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 360px;
display: none;
}
#s-73f9e9b9-a332-40a8-a054-4e2da428b80c, #wrap-s-73f9e9b9-a332-40a8-a054-4e2da428b80c, #wrap-content-s-73f9e9b9-a332-40a8-a054-4e2da428b80c { display: none !important; }}@media (max-width: 767px){#s-73f9e9b9-a332-40a8-a054-4e2da428b80c {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-73f9e9b9-a332-40a8-a054-4e2da428b80c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73f9e9b9-a332-40a8-a054-4e2da428b80c.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-01984620-322f-413a-8927-2d545d03d61c {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-01984620-322f-413a-8927-2d545d03d61c {
  margin-right: 10%;
}
}@media (max-width: 767px){#s-01984620-322f-413a-8927-2d545d03d61c {
  display: none;
}
#s-01984620-322f-413a-8927-2d545d03d61c, #wrap-s-01984620-322f-413a-8927-2d545d03d61c, #wrap-content-s-01984620-322f-413a-8927-2d545d03d61c { display: none !important; }}







#s-01984620-322f-413a-8927-2d545d03d61c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01984620-322f-413a-8927-2d545d03d61c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8503513-3487-4677-9b2c-179f8dcdf7c8 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a8503513-3487-4677-9b2c-179f8dcdf7c8 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
}
#s-a8503513-3487-4677-9b2c-179f8dcdf7c8 .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 1200px){#s-a8503513-3487-4677-9b2c-179f8dcdf7c8 .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-a8503513-3487-4677-9b2c-179f8dcdf7c8 .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-57428a7a-161b-4be2-9c73-9a758e502e7f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 4%;
padding-right: 4%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-57428a7a-161b-4be2-9c73-9a758e502e7f {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-d17660f3-5d62-4210-bb96-b9fdf53735e3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d17660f3-5d62-4210-bb96-b9fdf53735e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d17660f3-5d62-4210-bb96-b9fdf53735e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d17660f3-5d62-4210-bb96-b9fdf53735e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d17660f3-5d62-4210-bb96-b9fdf53735e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c27f2fb9-a9fa-4564-acdc-5d0594966a9e {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c27f2fb9-a9fa-4564-acdc-5d0594966a9e {
  margin-top: 10%;
margin-left: 10%;
margin-right: 5%;
}
}







#s-c27f2fb9-a9fa-4564-acdc-5d0594966a9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c27f2fb9-a9fa-4564-acdc-5d0594966a9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82dcdcc3-b5aa-406c-9f0e-7edfba1624b7 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-82dcdcc3-b5aa-406c-9f0e-7edfba1624b7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
}
#s-82dcdcc3-b5aa-406c-9f0e-7edfba1624b7 .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 1200px){#s-82dcdcc3-b5aa-406c-9f0e-7edfba1624b7 .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-82dcdcc3-b5aa-406c-9f0e-7edfba1624b7 .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-52f993c5-4a58-4d05-b17c-85e78da6d0c6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 4%;
padding-right: 4%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-52f993c5-4a58-4d05-b17c-85e78da6d0c6 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-149a2082-1dac-4540-9762-ccdf91d81e8d {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-149a2082-1dac-4540-9762-ccdf91d81e8d {
  padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 360px;
}
}@media (max-width: 767px){#s-149a2082-1dac-4540-9762-ccdf91d81e8d {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-149a2082-1dac-4540-9762-ccdf91d81e8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-149a2082-1dac-4540-9762-ccdf91d81e8d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-fe6e6cce-72f0-49d6-b095-130ff4d1d966 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-fe6e6cce-72f0-49d6-b095-130ff4d1d966"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe6e6cce-72f0-49d6-b095-130ff4d1d966"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fe6e6cce-72f0-49d6-b095-130ff4d1d966"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe6e6cce-72f0-49d6-b095-130ff4d1d966"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c5c45a9c-2c11-4b1c-abf0-ede2346f5940 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c5c45a9c-2c11-4b1c-abf0-ede2346f5940 {
  padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 360px;
}
}@media (max-width: 767px){#s-c5c45a9c-2c11-4b1c-abf0-ede2346f5940 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
display: none;
}
#s-c5c45a9c-2c11-4b1c-abf0-ede2346f5940, #wrap-s-c5c45a9c-2c11-4b1c-abf0-ede2346f5940, #wrap-content-s-c5c45a9c-2c11-4b1c-abf0-ede2346f5940 { display: none !important; }}







#s-c5c45a9c-2c11-4b1c-abf0-ede2346f5940 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5c45a9c-2c11-4b1c-abf0-ede2346f5940.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-f05a7a9a-85f6-4367-a3c0-94759391279d {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f05a7a9a-85f6-4367-a3c0-94759391279d {
  margin-top: 7%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 10%;
display: none;
}
#s-f05a7a9a-85f6-4367-a3c0-94759391279d, #wrap-s-f05a7a9a-85f6-4367-a3c0-94759391279d, #wrap-content-s-f05a7a9a-85f6-4367-a3c0-94759391279d { display: none !important; }}







#s-f05a7a9a-85f6-4367-a3c0-94759391279d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f05a7a9a-85f6-4367-a3c0-94759391279d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07faec02-5c3b-4273-9c5e-490df953f70c {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-07faec02-5c3b-4273-9c5e-490df953f70c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
}
#s-07faec02-5c3b-4273-9c5e-490df953f70c .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 1200px){#s-07faec02-5c3b-4273-9c5e-490df953f70c .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-07faec02-5c3b-4273-9c5e-490df953f70c .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-2509a67b-b3ac-458d-9707-630523517704 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 4%;
padding-right: 4%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2509a67b-b3ac-458d-9707-630523517704 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-ce30110b-0759-4300-b098-7cc04053e115 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ce30110b-0759-4300-b098-7cc04053e115 {
  padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 360px;
display: none;
}
#s-ce30110b-0759-4300-b098-7cc04053e115, #wrap-s-ce30110b-0759-4300-b098-7cc04053e115, #wrap-content-s-ce30110b-0759-4300-b098-7cc04053e115 { display: none !important; }}@media (max-width: 767px){#s-ce30110b-0759-4300-b098-7cc04053e115 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-ce30110b-0759-4300-b098-7cc04053e115 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce30110b-0759-4300-b098-7cc04053e115.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-bf7dc9f0-ff54-4b50-9e53-572aa3bfb00b {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bf7dc9f0-ff54-4b50-9e53-572aa3bfb00b {
  margin-top: 7%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-bf7dc9f0-ff54-4b50-9e53-572aa3bfb00b {
  display: none;
}
#s-bf7dc9f0-ff54-4b50-9e53-572aa3bfb00b, #wrap-s-bf7dc9f0-ff54-4b50-9e53-572aa3bfb00b, #wrap-content-s-bf7dc9f0-ff54-4b50-9e53-572aa3bfb00b { display: none !important; }}







#s-bf7dc9f0-ff54-4b50-9e53-572aa3bfb00b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf7dc9f0-ff54-4b50-9e53-572aa3bfb00b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02583770-a374-4dcb-b52f-91e2b4f4ee1b {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-02583770-a374-4dcb-b52f-91e2b4f4ee1b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
}
#s-02583770-a374-4dcb-b52f-91e2b4f4ee1b .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 1200px){#s-02583770-a374-4dcb-b52f-91e2b4f4ee1b .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-02583770-a374-4dcb-b52f-91e2b4f4ee1b .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-1bd98480-22b0-4993-a896-f98e4ba6867e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 4%;
padding-right: 4%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1bd98480-22b0-4993-a896-f98e4ba6867e {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-ca27c3f7-988c-4445-9d09-4f7e74db6f8e {
  padding-bottom: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ca27c3f7-988c-4445-9d09-4f7e74db6f8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca27c3f7-988c-4445-9d09-4f7e74db6f8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12232d2f-4e7a-4b98-91a0-36fd67c660cf {
  margin-left: auto;
margin-right: auto;
}

#s-12232d2f-4e7a-4b98-91a0-36fd67c660cf hr {
  border-top: 2px solid #ddd;
}

#s-cc48d575-f552-442e-9013-51c4c364f29f {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cc48d575-f552-442e-9013-51c4c364f29f {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-cc48d575-f552-442e-9013-51c4c364f29f {
  padding-top: 0px;
padding-bottom: 30px;
}
}
#s-cc48d575-f552-442e-9013-51c4c364f29f .shogun-heading-component h4 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 1200px){#s-cc48d575-f552-442e-9013-51c4c364f29f .shogun-heading-component h4 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-cc48d575-f552-442e-9013-51c4c364f29f .shogun-heading-component h4 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-afd50f30-1010-458a-8467-97dfd99994c0 {
  margin-left: 5%;
margin-right: 5%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-afd50f30-1010-458a-8467-97dfd99994c0 {
  padding-top: 30px;
}
}
#s-70a33246-e730-4fba-bf0f-2dd1b88cacc3 {
  border-style: solid;
margin-top: 30px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 1%;
padding-left: 30px;
padding-bottom: 1%;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(219, 90, 66, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(219, 90, 66, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
hover-type: color;
line-height: 1em;
letter-spacing: 0px;
}
#s-70a33246-e730-4fba-bf0f-2dd1b88cacc3:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 60, 113, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(0, 60, 113, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-70a33246-e730-4fba-bf0f-2dd1b88cacc3:active {border-style: solid !important;
border-color: rgba(206, 201, 199, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(206, 201, 199, 1) !important;
color: rgba(0, 60, 113, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-70a33246-e730-4fba-bf0f-2dd1b88cacc3 {
  color: rgba(255, 255, 255, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-70a33246-e730-4fba-bf0f-2dd1b88cacc3 {
  color: rgba(255, 255, 255, 1);
}
#s-70a33246-e730-4fba-bf0f-2dd1b88cacc3:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(206, 201, 199, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(206, 201, 199, 1) !important;
color: rgba(219, 90, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-70a33246-e730-4fba-bf0f-2dd1b88cacc3 {
  margin-top: 0px;
margin-bottom: 0px;
color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-70a33246-e730-4fba-bf0f-2dd1b88cacc3 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 4%;
padding-bottom: 4%;
color: rgba(255, 255, 255, 1);
}
}

  #s-70a33246-e730-4fba-bf0f-2dd1b88cacc3-root {
    text-align: center;
  }


#s-70a33246-e730-4fba-bf0f-2dd1b88cacc3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-70a33246-e730-4fba-bf0f-2dd1b88cacc3-root {
    text-align: center;
  }


#s-70a33246-e730-4fba-bf0f-2dd1b88cacc3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-70a33246-e730-4fba-bf0f-2dd1b88cacc3-root {
    text-align: center;
  }


#s-70a33246-e730-4fba-bf0f-2dd1b88cacc3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-70a33246-e730-4fba-bf0f-2dd1b88cacc3-root {
    text-align: center;
  }


#s-70a33246-e730-4fba-bf0f-2dd1b88cacc3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-70a33246-e730-4fba-bf0f-2dd1b88cacc3-root {
    text-align: center;
  }


#s-70a33246-e730-4fba-bf0f-2dd1b88cacc3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-be414ce9-994f-41a6-9384-b9b1247f1dec {
  margin-top: 15px;
text-align: center;
}

#s-be414ce9-994f-41a6-9384-b9b1247f1dec {
  overflow: hidden;
  
  
}







  #s-be414ce9-994f-41a6-9384-b9b1247f1dec img.shogun-image {
    

    
    
    
  }


#s-be414ce9-994f-41a6-9384-b9b1247f1dec .shogun-image-content {
  
    justify-content: center;
  
}

#s-53bf4bec-29be-4721-8745-e659ee64588c {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-53bf4bec-29be-4721-8745-e659ee64588c {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-53bf4bec-29be-4721-8745-e659ee64588c .shogun-heading-component h4 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 1200px){#s-53bf4bec-29be-4721-8745-e659ee64588c .shogun-heading-component h4 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-53bf4bec-29be-4721-8745-e659ee64588c .shogun-heading-component h4 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-4d387ef2-1952-45c1-9450-d60fd5adeb53 {
  margin-left: 5%;
margin-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

#s-372daccd-ca9a-4830-9856-2315df1feb58 {
  padding-top: 4%;
padding-bottom: 4%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-372daccd-ca9a-4830-9856-2315df1feb58 {
  padding-top: 3%;
padding-bottom: 3%;
}
}







#s-372daccd-ca9a-4830-9856-2315df1feb58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-372daccd-ca9a-4830-9856-2315df1feb58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1fd7dda9-08de-4b72-a1a2-fc24d78dc476 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1fd7dda9-08de-4b72-a1a2-fc24d78dc476 {
  padding-top: 0px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-1fd7dda9-08de-4b72-a1a2-fc24d78dc476 {
  padding-bottom: 0px;
}
}
#s-1fd7dda9-08de-4b72-a1a2-fc24d78dc476 .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 1200px){#s-1fd7dda9-08de-4b72-a1a2-fc24d78dc476 .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1fd7dda9-08de-4b72-a1a2-fc24d78dc476 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-1fd7dda9-08de-4b72-a1a2-fc24d78dc476 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-39baac7c-1f01-426e-b40f-b1aead1f3a6a {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-39baac7c-1f01-426e-b40f-b1aead1f3a6a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-39baac7c-1f01-426e-b40f-b1aead1f3a6a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-39baac7c-1f01-426e-b40f-b1aead1f3a6a {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-39baac7c-1f01-426e-b40f-b1aead1f3a6a {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-39baac7c-1f01-426e-b40f-b1aead1f3a6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-39baac7c-1f01-426e-b40f-b1aead1f3a6a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3602e571-f8b3-4a51-bb5a-b13649922508 {
  min-height: 25em;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3602e571-f8b3-4a51-bb5a-b13649922508 {
  min-height: 0px;
aspect-ratio: 1;
display: none;
}
#s-3602e571-f8b3-4a51-bb5a-b13649922508, #wrap-s-3602e571-f8b3-4a51-bb5a-b13649922508, #wrap-content-s-3602e571-f8b3-4a51-bb5a-b13649922508 { display: none !important; }}@media (max-width: 767px){#s-3602e571-f8b3-4a51-bb5a-b13649922508 {
  aspect-ratio: 1:1;
text-align: center;
}
}
#s-3602e571-f8b3-4a51-bb5a-b13649922508 {
  overflow: hidden;
  
  
}







  #s-3602e571-f8b3-4a51-bb5a-b13649922508 img.shogun-image {
    

    
    
    
  }


#s-3602e571-f8b3-4a51-bb5a-b13649922508 .shogun-image-content {
  
    justify-content: center;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-3602e571-f8b3-4a51-bb5a-b13649922508 {
  overflow: hidden;
  
  
}





  #s-3602e571-f8b3-4a51-bb5a-b13649922508 img.shogun-image,
  #s-3602e571-f8b3-4a51-bb5a-b13649922508 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3602e571-f8b3-4a51-bb5a-b13649922508 {
    width: 100%;
    height: auto;
  }



  #s-3602e571-f8b3-4a51-bb5a-b13649922508 img.shogun-image {
    

    
    
    
  }


#s-3602e571-f8b3-4a51-bb5a-b13649922508 .shogun-image-content {
  
    justify-content: center;
  
}
}@media (max-width: 767px){#s-3602e571-f8b3-4a51-bb5a-b13649922508 {
  overflow: hidden;
  
  
}





  #s-3602e571-f8b3-4a51-bb5a-b13649922508 img.shogun-image,
  #s-3602e571-f8b3-4a51-bb5a-b13649922508 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3602e571-f8b3-4a51-bb5a-b13649922508 {
    width: 100%;
    height: auto;
  }



  #s-3602e571-f8b3-4a51-bb5a-b13649922508 img.shogun-image {
    

    
    
    
  }


#s-3602e571-f8b3-4a51-bb5a-b13649922508 .shogun-image-content {
  
    justify-content: center;
  
}
}
#s-66b6a2ae-f2d7-4ac6-9c58-1994b075683a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-66b6a2ae-f2d7-4ac6-9c58-1994b075683a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66b6a2ae-f2d7-4ac6-9c58-1994b075683a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-66b6a2ae-f2d7-4ac6-9c58-1994b075683a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-66b6a2ae-f2d7-4ac6-9c58-1994b075683a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-65d23f8f-08b8-420d-9cd7-b663a765eaee {
  padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-65d23f8f-08b8-420d-9cd7-b663a765eaee {
  margin-left: 0%;
margin-right: 10%;
padding-top: 20%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-65d23f8f-08b8-420d-9cd7-b663a765eaee {
  display: none;
}
#s-65d23f8f-08b8-420d-9cd7-b663a765eaee, #wrap-s-65d23f8f-08b8-420d-9cd7-b663a765eaee, #wrap-content-s-65d23f8f-08b8-420d-9cd7-b663a765eaee { display: none !important; }}







#s-65d23f8f-08b8-420d-9cd7-b663a765eaee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65d23f8f-08b8-420d-9cd7-b663a765eaee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8954ebfb-2609-4d3b-b9d1-5c54d552cbbc {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8954ebfb-2609-4d3b-b9d1-5c54d552cbbc {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-8954ebfb-2609-4d3b-b9d1-5c54d552cbbc {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-8954ebfb-2609-4d3b-b9d1-5c54d552cbbc .shogun-heading-component h4 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 1200px){#s-8954ebfb-2609-4d3b-b9d1-5c54d552cbbc .shogun-heading-component h4 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8954ebfb-2609-4d3b-b9d1-5c54d552cbbc .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}@media (max-width: 767px){#s-8954ebfb-2609-4d3b-b9d1-5c54d552cbbc .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-3f1720f8-c6eb-4117-83d6-d291bb18eec3 {
  padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3f1720f8-c6eb-4117-83d6-d291bb18eec3 {
  margin-left: 0%;
margin-right: 10%;
padding-top: 20%;
padding-bottom: 0%;
display: none;
}
#s-3f1720f8-c6eb-4117-83d6-d291bb18eec3, #wrap-s-3f1720f8-c6eb-4117-83d6-d291bb18eec3, #wrap-content-s-3f1720f8-c6eb-4117-83d6-d291bb18eec3 { display: none !important; }}







#s-3f1720f8-c6eb-4117-83d6-d291bb18eec3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f1720f8-c6eb-4117-83d6-d291bb18eec3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0eb78f76-6da7-449b-aa57-f0cd41e86c87 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0eb78f76-6da7-449b-aa57-f0cd41e86c87 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-0eb78f76-6da7-449b-aa57-f0cd41e86c87 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-0eb78f76-6da7-449b-aa57-f0cd41e86c87 .shogun-heading-component h4 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 1200px){#s-0eb78f76-6da7-449b-aa57-f0cd41e86c87 .shogun-heading-component h4 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0eb78f76-6da7-449b-aa57-f0cd41e86c87 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}@media (max-width: 767px){#s-0eb78f76-6da7-449b-aa57-f0cd41e86c87 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-7020b9af-1815-47ce-8f7d-847edf7bae17 {
  min-height: 25em;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7020b9af-1815-47ce-8f7d-847edf7bae17 {
  min-height: 0px;
aspect-ratio: 1;
}
}@media (max-width: 767px){#s-7020b9af-1815-47ce-8f7d-847edf7bae17 {
  display: none;
}
#s-7020b9af-1815-47ce-8f7d-847edf7bae17, #wrap-s-7020b9af-1815-47ce-8f7d-847edf7bae17, #wrap-content-s-7020b9af-1815-47ce-8f7d-847edf7bae17 { display: none !important; }}
#s-7020b9af-1815-47ce-8f7d-847edf7bae17 {
  overflow: hidden;
  
  
}







  #s-7020b9af-1815-47ce-8f7d-847edf7bae17 img.shogun-image {
    

    
    
    
  }


#s-7020b9af-1815-47ce-8f7d-847edf7bae17 .shogun-image-content {
  
    justify-content: center;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-7020b9af-1815-47ce-8f7d-847edf7bae17 {
  overflow: hidden;
  
  
}





  #s-7020b9af-1815-47ce-8f7d-847edf7bae17 img.shogun-image,
  #s-7020b9af-1815-47ce-8f7d-847edf7bae17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7020b9af-1815-47ce-8f7d-847edf7bae17 {
    width: 100%;
    height: auto;
  }



  #s-7020b9af-1815-47ce-8f7d-847edf7bae17 img.shogun-image {
    

    
    
    
  }


#s-7020b9af-1815-47ce-8f7d-847edf7bae17 .shogun-image-content {
  
    justify-content: center;
  
}
}
#s-ec612e08-850c-4f18-8f2e-c0dad6889ac4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 25em;
background-position: center center;
}
@media (min-width: 1200px){#s-ec612e08-850c-4f18-8f2e-c0dad6889ac4 {
  display: none;
}
#s-ec612e08-850c-4f18-8f2e-c0dad6889ac4, #wrap-s-ec612e08-850c-4f18-8f2e-c0dad6889ac4, #wrap-content-s-ec612e08-850c-4f18-8f2e-c0dad6889ac4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec612e08-850c-4f18-8f2e-c0dad6889ac4 {
  display: none;
}
#s-ec612e08-850c-4f18-8f2e-c0dad6889ac4, #wrap-s-ec612e08-850c-4f18-8f2e-c0dad6889ac4, #wrap-content-s-ec612e08-850c-4f18-8f2e-c0dad6889ac4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec612e08-850c-4f18-8f2e-c0dad6889ac4 {
  display: none;
}
#s-ec612e08-850c-4f18-8f2e-c0dad6889ac4, #wrap-s-ec612e08-850c-4f18-8f2e-c0dad6889ac4, #wrap-content-s-ec612e08-850c-4f18-8f2e-c0dad6889ac4 { display: none !important; }}







#s-ec612e08-850c-4f18-8f2e-c0dad6889ac4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec612e08-850c-4f18-8f2e-c0dad6889ac4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68f5b406-5e2b-4a02-a354-1edc6b23d2ed {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-68f5b406-5e2b-4a02-a354-1edc6b23d2ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68f5b406-5e2b-4a02-a354-1edc6b23d2ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-68f5b406-5e2b-4a02-a354-1edc6b23d2ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-68f5b406-5e2b-4a02-a354-1edc6b23d2ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3f119131-4b56-4591-9be0-403e5f6fd8c8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 35em;
background-position: center center;
}
@media (min-width: 1200px){#s-3f119131-4b56-4591-9be0-403e5f6fd8c8 {
  display: none;
}
#s-3f119131-4b56-4591-9be0-403e5f6fd8c8, #wrap-s-3f119131-4b56-4591-9be0-403e5f6fd8c8, #wrap-content-s-3f119131-4b56-4591-9be0-403e5f6fd8c8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f119131-4b56-4591-9be0-403e5f6fd8c8 {
  display: none;
}
#s-3f119131-4b56-4591-9be0-403e5f6fd8c8, #wrap-s-3f119131-4b56-4591-9be0-403e5f6fd8c8, #wrap-content-s-3f119131-4b56-4591-9be0-403e5f6fd8c8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3f119131-4b56-4591-9be0-403e5f6fd8c8 {
  min-height: 350px;
}
}@media (max-width: 767px){#s-3f119131-4b56-4591-9be0-403e5f6fd8c8 {
  display: none;
}
#s-3f119131-4b56-4591-9be0-403e5f6fd8c8, #wrap-s-3f119131-4b56-4591-9be0-403e5f6fd8c8, #wrap-content-s-3f119131-4b56-4591-9be0-403e5f6fd8c8 { display: none !important; }}







#s-3f119131-4b56-4591-9be0-403e5f6fd8c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f119131-4b56-4591-9be0-403e5f6fd8c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85bcd747-af33-425e-90fa-7ece8258f77a {
  padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-85bcd747-af33-425e-90fa-7ece8258f77a {
  margin-left: 5%;
padding-top: 4%;
padding-bottom: 0%;
}
}







#s-85bcd747-af33-425e-90fa-7ece8258f77a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85bcd747-af33-425e-90fa-7ece8258f77a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b027645-cc22-46f0-bf1a-3979d2bdb8f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1b027645-cc22-46f0-bf1a-3979d2bdb8f8 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
}
#s-1b027645-cc22-46f0-bf1a-3979d2bdb8f8 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-1b027645-cc22-46f0-bf1a-3979d2bdb8f8 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}@media (max-width: 767px){#s-1b027645-cc22-46f0-bf1a-3979d2bdb8f8 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-08cd828c-24fd-4d7a-87a0-759938cd3347 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-08cd828c-24fd-4d7a-87a0-759938cd3347"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08cd828c-24fd-4d7a-87a0-759938cd3347"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-08cd828c-24fd-4d7a-87a0-759938cd3347"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-08cd828c-24fd-4d7a-87a0-759938cd3347"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d91872b8-2a1f-478c-b5ad-bd65dd3c97ec {
  padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d91872b8-2a1f-478c-b5ad-bd65dd3c97ec {
  margin-right: 10%;
padding-top: 30%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-d91872b8-2a1f-478c-b5ad-bd65dd3c97ec {
  display: none;
}
#s-d91872b8-2a1f-478c-b5ad-bd65dd3c97ec, #wrap-s-d91872b8-2a1f-478c-b5ad-bd65dd3c97ec, #wrap-content-s-d91872b8-2a1f-478c-b5ad-bd65dd3c97ec { display: none !important; }}







#s-d91872b8-2a1f-478c-b5ad-bd65dd3c97ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d91872b8-2a1f-478c-b5ad-bd65dd3c97ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9dfc477d-9d50-4170-99ff-48ff6f8541fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9dfc477d-9d50-4170-99ff-48ff6f8541fe {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
}
#s-9dfc477d-9d50-4170-99ff-48ff6f8541fe .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-9dfc477d-9d50-4170-99ff-48ff6f8541fe .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}@media (max-width: 767px){#s-9dfc477d-9d50-4170-99ff-48ff6f8541fe .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-2f8d77bb-feff-47a9-9ba1-97eb6746ec2e {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2f8d77bb-feff-47a9-9ba1-97eb6746ec2e {
  aspect-ratio: 1;
text-align: center;
display: none;
}
#s-2f8d77bb-feff-47a9-9ba1-97eb6746ec2e, #wrap-s-2f8d77bb-feff-47a9-9ba1-97eb6746ec2e, #wrap-content-s-2f8d77bb-feff-47a9-9ba1-97eb6746ec2e { display: none !important; }}
#s-2f8d77bb-feff-47a9-9ba1-97eb6746ec2e {
  overflow: hidden;
  
  
}







  #s-2f8d77bb-feff-47a9-9ba1-97eb6746ec2e img.shogun-image {
    

    
    
    
  }


#s-2f8d77bb-feff-47a9-9ba1-97eb6746ec2e .shogun-image-content {
  
    justify-content: center;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-2f8d77bb-feff-47a9-9ba1-97eb6746ec2e {
  overflow: hidden;
  
  
}





  #s-2f8d77bb-feff-47a9-9ba1-97eb6746ec2e img.shogun-image,
  #s-2f8d77bb-feff-47a9-9ba1-97eb6746ec2e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f8d77bb-feff-47a9-9ba1-97eb6746ec2e {
    width: 100%;
    height: auto;
  }



  #s-2f8d77bb-feff-47a9-9ba1-97eb6746ec2e img.shogun-image {
    

    
    
    
  }


#s-2f8d77bb-feff-47a9-9ba1-97eb6746ec2e .shogun-image-content {
  
    justify-content: center;
  
}
}
#s-f2343bd6-8a23-41a9-963d-dc8527cb2662 {
  padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f2343bd6-8a23-41a9-963d-dc8527cb2662 {
  margin-right: 10%;
padding-top: 30%;
padding-bottom: 0%;
display: none;
}
#s-f2343bd6-8a23-41a9-963d-dc8527cb2662, #wrap-s-f2343bd6-8a23-41a9-963d-dc8527cb2662, #wrap-content-s-f2343bd6-8a23-41a9-963d-dc8527cb2662 { display: none !important; }}







#s-f2343bd6-8a23-41a9-963d-dc8527cb2662 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2343bd6-8a23-41a9-963d-dc8527cb2662.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-853db89c-8c8b-4d37-94c7-4600893e747e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-853db89c-8c8b-4d37-94c7-4600893e747e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
}
#s-853db89c-8c8b-4d37-94c7-4600893e747e .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-853db89c-8c8b-4d37-94c7-4600893e747e .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}@media (max-width: 767px){#s-853db89c-8c8b-4d37-94c7-4600893e747e .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-2006480f-082c-4221-99e5-90c1ec688185 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2006480f-082c-4221-99e5-90c1ec688185 {
  aspect-ratio: 1;
text-align: center;
}
}@media (max-width: 767px){#s-2006480f-082c-4221-99e5-90c1ec688185 {
  display: none;
}
#s-2006480f-082c-4221-99e5-90c1ec688185, #wrap-s-2006480f-082c-4221-99e5-90c1ec688185, #wrap-content-s-2006480f-082c-4221-99e5-90c1ec688185 { display: none !important; }}
#s-2006480f-082c-4221-99e5-90c1ec688185 {
  overflow: hidden;
  
  
}







  #s-2006480f-082c-4221-99e5-90c1ec688185 img.shogun-image {
    

    
    
    
  }


#s-2006480f-082c-4221-99e5-90c1ec688185 .shogun-image-content {
  
    justify-content: center;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-2006480f-082c-4221-99e5-90c1ec688185 {
  overflow: hidden;
  
  
}





  #s-2006480f-082c-4221-99e5-90c1ec688185 img.shogun-image,
  #s-2006480f-082c-4221-99e5-90c1ec688185 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2006480f-082c-4221-99e5-90c1ec688185 {
    width: 100%;
    height: auto;
  }



  #s-2006480f-082c-4221-99e5-90c1ec688185 img.shogun-image {
    

    
    
    
  }


#s-2006480f-082c-4221-99e5-90c1ec688185 .shogun-image-content {
  
    justify-content: center;
  
}
}
#s-22d0e50a-7381-48f3-a9e7-d3874804ba2a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-22d0e50a-7381-48f3-a9e7-d3874804ba2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22d0e50a-7381-48f3-a9e7-d3874804ba2a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-22d0e50a-7381-48f3-a9e7-d3874804ba2a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-22d0e50a-7381-48f3-a9e7-d3874804ba2a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e0a67567-3983-494d-af1f-7402bff29013 {
  text-align: center;
}

#s-e0a67567-3983-494d-af1f-7402bff29013 {
  overflow: hidden;
  
  
}







  #s-e0a67567-3983-494d-af1f-7402bff29013 img.shogun-image {
    

    
    
    
  }


#s-e0a67567-3983-494d-af1f-7402bff29013 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6d1d75e5-3a8f-4c4b-beb1-6712d9a13c51 {
  padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d1d75e5-3a8f-4c4b-beb1-6712d9a13c51 {
  margin-left: 5%;
}
}







#s-6d1d75e5-3a8f-4c4b-beb1-6712d9a13c51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d1d75e5-3a8f-4c4b-beb1-6712d9a13c51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31eb9159-82d2-4393-ae5b-ab0314c90102 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-31eb9159-82d2-4393-ae5b-ab0314c90102 {
  text-align: left;
}
}
#s-31eb9159-82d2-4393-ae5b-ab0314c90102 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-31eb9159-82d2-4393-ae5b-ab0314c90102 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}@media (max-width: 767px){#s-31eb9159-82d2-4393-ae5b-ab0314c90102 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
@media (min-width: 768px) and (max-width: 991px){#s-39fbddb0-796f-4fb5-bf93-585682e83d8f {
  margin-left: 0%;
}
}
#s-0e0d06f5-0ebb-4c3b-835f-0b9adc51c9de {
  margin-left: auto;
margin-right: auto;
}

#s-0e0d06f5-0ebb-4c3b-835f-0b9adc51c9de hr {
  border-top: 2px solid #ddd;
}

#s-52032424-4cf8-49a3-8a29-d34beb4d291d {
  padding-top: 4%;
padding-bottom: 4%;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-52032424-4cf8-49a3-8a29-d34beb4d291d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52032424-4cf8-49a3-8a29-d34beb4d291d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d10aed8-e0cd-43bd-b74f-83289692a27d {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-5d10aed8-e0cd-43bd-b74f-83289692a27d .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 1200px){#s-5d10aed8-e0cd-43bd-b74f-83289692a27d .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-5d10aed8-e0cd-43bd-b74f-83289692a27d .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-66c47fdc-0921-492a-9156-262fbe999463 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-66c47fdc-0921-492a-9156-262fbe999463 {
  margin-top: 0%;
padding-top: 5%;
}
}







#s-66c47fdc-0921-492a-9156-262fbe999463 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66c47fdc-0921-492a-9156-262fbe999463.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09e2a4b0-5c36-4386-985e-0f6ee94410c2 {
  max-width: 100px;
text-align: left;
}

#s-09e2a4b0-5c36-4386-985e-0f6ee94410c2 {
  overflow: hidden;
  
  
      max-width: 100px;
      
      
      
        margin-left: 0;
        margin-right: auto;
      
  
}







  #s-09e2a4b0-5c36-4386-985e-0f6ee94410c2 img.shogun-image {
    

    
    
    
  }


#s-09e2a4b0-5c36-4386-985e-0f6ee94410c2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8a12deff-ab85-4348-9b8c-bea3a41aeeed {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a12deff-ab85-4348-9b8c-bea3a41aeeed {
  padding-top: 20px;
}
}@media (max-width: 767px){#s-8a12deff-ab85-4348-9b8c-bea3a41aeeed {
  padding-top: 20px;
}
}
#s-8a12deff-ab85-4348-9b8c-bea3a41aeeed .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-8a12deff-ab85-4348-9b8c-bea3a41aeeed .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-8a12deff-ab85-4348-9b8c-bea3a41aeeed .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-7f888cc7-ab0c-45b0-90d5-198e66cb0e77 {
  margin-top: 15px;
}

#s-de98524d-83cf-4ccc-93a8-f9d0d545a7bb {
  margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-de98524d-83cf-4ccc-93a8-f9d0d545a7bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-de98524d-83cf-4ccc-93a8-f9d0d545a7bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dae33835-5c8d-40af-b04d-312377f9fb6d {
  max-width: 100px;
text-align: left;
}

#s-dae33835-5c8d-40af-b04d-312377f9fb6d {
  overflow: hidden;
  
  
      max-width: 100px;
      
      
      
        margin-left: 0;
        margin-right: auto;
      
  
}







  #s-dae33835-5c8d-40af-b04d-312377f9fb6d img.shogun-image {
    

    
    
    
  }


#s-dae33835-5c8d-40af-b04d-312377f9fb6d .shogun-image-content {
  
    justify-content: center;
  
}

#s-225eab9b-dac7-4146-abf0-be30fec40a69 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-225eab9b-dac7-4146-abf0-be30fec40a69 {
  padding-top: 20px;
}
}@media (max-width: 767px){#s-225eab9b-dac7-4146-abf0-be30fec40a69 {
  padding-top: 20px;
}
}
#s-225eab9b-dac7-4146-abf0-be30fec40a69 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-225eab9b-dac7-4146-abf0-be30fec40a69 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-225eab9b-dac7-4146-abf0-be30fec40a69 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-18d3bebc-970a-484f-99dc-16f1736782c8 {
  margin-top: 15px;
}

#s-165fd2b9-b359-48ed-be66-9999aa57ac51 {
  margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-165fd2b9-b359-48ed-be66-9999aa57ac51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-165fd2b9-b359-48ed-be66-9999aa57ac51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0dfbf28f-4f99-453e-ba9d-9e73c3059b52 {
  max-width: 100px;
text-align: left;
}

#s-0dfbf28f-4f99-453e-ba9d-9e73c3059b52 {
  overflow: hidden;
  
  
      max-width: 100px;
      
      
      
        margin-left: 0;
        margin-right: auto;
      
  
}







  #s-0dfbf28f-4f99-453e-ba9d-9e73c3059b52 img.shogun-image {
    

    
    
    
  }


#s-0dfbf28f-4f99-453e-ba9d-9e73c3059b52 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2f4c2a8a-eb92-4865-9359-670f56add78c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-2f4c2a8a-eb92-4865-9359-670f56add78c {
  padding-top: 20px;
}
}@media (max-width: 767px){#s-2f4c2a8a-eb92-4865-9359-670f56add78c {
  padding-top: 20px;
}
}
#s-2f4c2a8a-eb92-4865-9359-670f56add78c .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-2f4c2a8a-eb92-4865-9359-670f56add78c .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-2f4c2a8a-eb92-4865-9359-670f56add78c .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-dc52f96c-5e36-42ee-a855-243fbf598cf0 {
  margin-top: 15px;
}

#s-c42d3e64-7058-4710-b9a7-685eaf82eb84 {
  border-style: solid;
margin-top: 30px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 1%;
padding-left: 30px;
padding-bottom: 1%;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(219, 90, 66, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(219, 90, 66, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
hover-type: color;
line-height: 1em;
letter-spacing: 0px;
}
#s-c42d3e64-7058-4710-b9a7-685eaf82eb84:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 60, 113, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(0, 60, 113, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c42d3e64-7058-4710-b9a7-685eaf82eb84:active {border-style: solid !important;
border-color: rgba(206, 201, 199, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(206, 201, 199, 1) !important;
color: rgba(0, 60, 113, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-c42d3e64-7058-4710-b9a7-685eaf82eb84 {
  color: rgba(255, 255, 255, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c42d3e64-7058-4710-b9a7-685eaf82eb84 {
  color: rgba(255, 255, 255, 1);
}
#s-c42d3e64-7058-4710-b9a7-685eaf82eb84:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(206, 201, 199, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(206, 201, 199, 1) !important;
color: rgba(219, 90, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-c42d3e64-7058-4710-b9a7-685eaf82eb84 {
  margin-top: 0px;
margin-bottom: 0px;
color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-c42d3e64-7058-4710-b9a7-685eaf82eb84 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 4%;
padding-bottom: 4%;
color: rgba(255, 255, 255, 1);
}
}

  #s-c42d3e64-7058-4710-b9a7-685eaf82eb84-root {
    text-align: center;
  }


#s-c42d3e64-7058-4710-b9a7-685eaf82eb84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c42d3e64-7058-4710-b9a7-685eaf82eb84-root {
    text-align: center;
  }


#s-c42d3e64-7058-4710-b9a7-685eaf82eb84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c42d3e64-7058-4710-b9a7-685eaf82eb84-root {
    text-align: center;
  }


#s-c42d3e64-7058-4710-b9a7-685eaf82eb84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c42d3e64-7058-4710-b9a7-685eaf82eb84-root {
    text-align: center;
  }


#s-c42d3e64-7058-4710-b9a7-685eaf82eb84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c42d3e64-7058-4710-b9a7-685eaf82eb84-root {
    text-align: center;
  }


#s-c42d3e64-7058-4710-b9a7-685eaf82eb84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-6129deb8-0c08-421f-9462-e2c4fe57a915 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 4%;
padding-bottom: 4%;
min-height: 50px;
}








#s-6129deb8-0c08-421f-9462-e2c4fe57a915 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6129deb8-0c08-421f-9462-e2c4fe57a915.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8e61dae-ac38-4770-b9b1-c69a0cddf155 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-e8e61dae-ac38-4770-b9b1-c69a0cddf155 .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 1200px){#s-e8e61dae-ac38-4770-b9b1-c69a0cddf155 .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-e8e61dae-ac38-4770-b9b1-c69a0cddf155 .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-a4ef6a74-ff58-43fa-9a35-922e16dd8d6a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-a4ef6a74-ff58-43fa-9a35-922e16dd8d6a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a4ef6a74-ff58-43fa-9a35-922e16dd8d6a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a4ef6a74-ff58-43fa-9a35-922e16dd8d6a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4ef6a74-ff58-43fa-9a35-922e16dd8d6a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-765d8b1e-5b4d-43ee-aa95-6c4b0a08ce0b {
  text-align: center;
}

#s-765d8b1e-5b4d-43ee-aa95-6c4b0a08ce0b {
  overflow: hidden;
  
  
}







  #s-765d8b1e-5b4d-43ee-aa95-6c4b0a08ce0b img.shogun-image {
    

    
    
    
  }


#s-765d8b1e-5b4d-43ee-aa95-6c4b0a08ce0b .shogun-image-content {
  
    justify-content: center;
  
}

#s-4b028aac-f60e-4d40-85d2-d3003e379d10 {
  text-align: center;
}

#s-4b028aac-f60e-4d40-85d2-d3003e379d10 {
  overflow: hidden;
  
  
}







  #s-4b028aac-f60e-4d40-85d2-d3003e379d10 img.shogun-image {
    

    
    
    
  }


#s-4b028aac-f60e-4d40-85d2-d3003e379d10 .shogun-image-content {
  
    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;
}

#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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
