.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-c572a82d-86ef-4f3c-a0c5-16786c6c2fce {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 8px;
min-height: 808px;
background-position: center center;
}
@media (min-width: 1200px){#s-c572a82d-86ef-4f3c-a0c5-16786c6c2fce {
  margin-left: auto;
margin-right: auto;
min-height: 700px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c572a82d-86ef-4f3c-a0c5-16786c6c2fce {
  min-height: 600px;
max-width: 1500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c572a82d-86ef-4f3c-a0c5-16786c6c2fce {
  min-height: 500px;
max-width: 1800px;
}
}@media (max-width: 767px){#s-c572a82d-86ef-4f3c-a0c5-16786c6c2fce {
  min-height: 600px;
max-width: 1500px;
display: none;
}
#s-c572a82d-86ef-4f3c-a0c5-16786c6c2fce, #wrap-s-c572a82d-86ef-4f3c-a0c5-16786c6c2fce { display:none !important; }}
#s-c572a82d-86ef-4f3c-a0c5-16786c6c2fce {
  background-image: url(https://i.shgcdn.com/35e096a9-bf35-49a9-a597-673b8e32aca6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c572a82d-86ef-4f3c-a0c5-16786c6c2fce > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.19999999999999998;
}#s-c572a82d-86ef-4f3c-a0c5-16786c6c2fce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-8bb858fb-84df-4c11-9fb8-34d4da9ec743 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 25px;
text-align: left;
}
@media (max-width: 767px){#s-8bb858fb-84df-4c11-9fb8-34d4da9ec743 {
  
}
}
#s-8bb858fb-84df-4c11-9fb8-34d4da9ec743 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-8bb858fb-84df-4c11-9fb8-34d4da9ec743 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 2px;
  text-align: left;
}


}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

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

#s-81f99c6f-fc50-4265-9462-4fd754778849 {
  margin-left: 5%;
margin-bottom: 100px;
margin-right: 0%;
padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: dashed;
border-radius: 0px;
background-color: rgba(48, 46, 46, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-81f99c6f-fc50-4265-9462-4fd754778849:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-81f99c6f-fc50-4265-9462-4fd754778849:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-81f99c6f-fc50-4265-9462-4fd754778849 {
  margin-left: 5%;
}
}

  #s-81f99c6f-fc50-4265-9462-4fd754778849-root {
    text-align: left;
  }


#s-81f99c6f-fc50-4265-9462-4fd754778849.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-81f99c6f-fc50-4265-9462-4fd754778849-root {
    text-align: left;
  }


#s-81f99c6f-fc50-4265-9462-4fd754778849.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-81f99c6f-fc50-4265-9462-4fd754778849-root {
    text-align: left;
  }


#s-81f99c6f-fc50-4265-9462-4fd754778849.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-81f99c6f-fc50-4265-9462-4fd754778849-root {
    text-align: left;
  }


#s-81f99c6f-fc50-4265-9462-4fd754778849.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-81f99c6f-fc50-4265-9462-4fd754778849-root {
    text-align: left;
  }


#s-81f99c6f-fc50-4265-9462-4fd754778849.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-3eaa088a-ba9b-41c8-a51d-f5afdd9a06c8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
min-height: 808px;
background-position: center center;
}
@media (min-width: 1200px){#s-3eaa088a-ba9b-41c8-a51d-f5afdd9a06c8 {
  margin-left: auto;
margin-right: auto;
min-height: 700px;
display: none;
}
#s-3eaa088a-ba9b-41c8-a51d-f5afdd9a06c8, #wrap-s-3eaa088a-ba9b-41c8-a51d-f5afdd9a06c8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3eaa088a-ba9b-41c8-a51d-f5afdd9a06c8 {
  min-height: 600px;
max-width: 1500px;
display: none;
}
#s-3eaa088a-ba9b-41c8-a51d-f5afdd9a06c8, #wrap-s-3eaa088a-ba9b-41c8-a51d-f5afdd9a06c8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3eaa088a-ba9b-41c8-a51d-f5afdd9a06c8 {
  min-height: 500px;
max-width: 1800px;
display: none;
}
#s-3eaa088a-ba9b-41c8-a51d-f5afdd9a06c8, #wrap-s-3eaa088a-ba9b-41c8-a51d-f5afdd9a06c8 { display:none !important; }}@media (max-width: 767px){#s-3eaa088a-ba9b-41c8-a51d-f5afdd9a06c8 {
  min-height: 600px;
max-width: 1500px;
}
}
#s-3eaa088a-ba9b-41c8-a51d-f5afdd9a06c8 {
  background-image: url(https://i.shgcdn.com/5d3941ec-36e4-4c46-bece-d1cc8fb96860/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3eaa088a-ba9b-41c8-a51d-f5afdd9a06c8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.09999999999999998;
}#s-3eaa088a-ba9b-41c8-a51d-f5afdd9a06c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f69cc9a7-d09d-4d13-8da0-701387595832 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 25px;
text-align: left;
}
@media (max-width: 767px){#s-f69cc9a7-d09d-4d13-8da0-701387595832 {
  padding-top: 80px;
}
}
#s-f69cc9a7-d09d-4d13-8da0-701387595832 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  
  letter-spacing: 2px;
  text-align: left;
}


@media (max-width: 767px){#s-f69cc9a7-d09d-4d13-8da0-701387595832 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 41px;
  
  letter-spacing: 2px;
  text-align: left;
}


}
#s-a7bf64cf-ae22-400f-8f84-56ec49f9ef4b {
  border-style: solid;
margin-left: 5%;
margin-bottom: 100px;
margin-right: 0%;
padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a7bf64cf-ae22-400f-8f84-56ec49f9ef4b:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a7bf64cf-ae22-400f-8f84-56ec49f9ef4b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a7bf64cf-ae22-400f-8f84-56ec49f9ef4b {
  margin-left: 5%;
}
}

  #s-a7bf64cf-ae22-400f-8f84-56ec49f9ef4b-root {
    text-align: left;
  }


#s-a7bf64cf-ae22-400f-8f84-56ec49f9ef4b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a7bf64cf-ae22-400f-8f84-56ec49f9ef4b-root {
    text-align: left;
  }


#s-a7bf64cf-ae22-400f-8f84-56ec49f9ef4b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a7bf64cf-ae22-400f-8f84-56ec49f9ef4b-root {
    text-align: left;
  }


#s-a7bf64cf-ae22-400f-8f84-56ec49f9ef4b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a7bf64cf-ae22-400f-8f84-56ec49f9ef4b-root {
    text-align: left;
  }


#s-a7bf64cf-ae22-400f-8f84-56ec49f9ef4b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a7bf64cf-ae22-400f-8f84-56ec49f9ef4b-root {
    text-align: left;
  }


#s-a7bf64cf-ae22-400f-8f84-56ec49f9ef4b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-12dfcabf-5084-42ec-9503-eff5cc4e6793 {
  padding-top: 60px;
padding-left: 13%;
padding-bottom: 60px;
padding-right: 13%;
min-height: 50px;
}








#s-12dfcabf-5084-42ec-9503-eff5cc4e6793 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12dfcabf-5084-42ec-9503-eff5cc4e6793.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7717e9b3-d61b-4f55-857e-6f6d71fd6566 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7717e9b3-d61b-4f55-857e-6f6d71fd6566 {
  display: none;
}
#s-7717e9b3-d61b-4f55-857e-6f6d71fd6566, #wrap-s-7717e9b3-d61b-4f55-857e-6f6d71fd6566 { display:none !important; }}
#s-7717e9b3-d61b-4f55-857e-6f6d71fd6566 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-e1825271-1102-4e46-a2ba-201192fd3c73 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e1825271-1102-4e46-a2ba-201192fd3c73 {
  display: none;
}
#s-e1825271-1102-4e46-a2ba-201192fd3c73, #wrap-s-e1825271-1102-4e46-a2ba-201192fd3c73 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1825271-1102-4e46-a2ba-201192fd3c73 {
  display: none;
}
#s-e1825271-1102-4e46-a2ba-201192fd3c73, #wrap-s-e1825271-1102-4e46-a2ba-201192fd3c73 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e1825271-1102-4e46-a2ba-201192fd3c73 {
  display: none;
}
#s-e1825271-1102-4e46-a2ba-201192fd3c73, #wrap-s-e1825271-1102-4e46-a2ba-201192fd3c73 { display:none !important; }}
#s-e1825271-1102-4e46-a2ba-201192fd3c73 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-e1825271-1102-4e46-a2ba-201192fd3c73 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px){#s-5426466d-2040-4dda-8774-d4cc44c71980 {
  display: none;
}
#s-5426466d-2040-4dda-8774-d4cc44c71980, #wrap-s-5426466d-2040-4dda-8774-d4cc44c71980 { display:none !important; }}
@media (min-width: 1200px){#s-a5fdecc1-bd5e-4dca-a86e-2ef281947147 {
  display: none;
}
#s-a5fdecc1-bd5e-4dca-a86e-2ef281947147, #wrap-s-a5fdecc1-bd5e-4dca-a86e-2ef281947147 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5fdecc1-bd5e-4dca-a86e-2ef281947147 {
  display: none;
}
#s-a5fdecc1-bd5e-4dca-a86e-2ef281947147, #wrap-s-a5fdecc1-bd5e-4dca-a86e-2ef281947147 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a5fdecc1-bd5e-4dca-a86e-2ef281947147 {
  display: none;
}
#s-a5fdecc1-bd5e-4dca-a86e-2ef281947147, #wrap-s-a5fdecc1-bd5e-4dca-a86e-2ef281947147 { display:none !important; }}
#s-6f310c5f-29a7-4745-bcd1-e30bd8072e47 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 8px;
min-height: 808px;
background-position: center center;
}
@media (min-width: 1200px){#s-6f310c5f-29a7-4745-bcd1-e30bd8072e47 {
  margin-left: auto;
margin-right: auto;
min-height: 700px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6f310c5f-29a7-4745-bcd1-e30bd8072e47 {
  min-height: 600px;
max-width: 1500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f310c5f-29a7-4745-bcd1-e30bd8072e47 {
  min-height: 500px;
max-width: 1800px;
}
}@media (max-width: 767px){#s-6f310c5f-29a7-4745-bcd1-e30bd8072e47 {
  min-height: 600px;
max-width: 1500px;
display: none;
}
#s-6f310c5f-29a7-4745-bcd1-e30bd8072e47, #wrap-s-6f310c5f-29a7-4745-bcd1-e30bd8072e47 { display:none !important; }}







#s-6f310c5f-29a7-4745-bcd1-e30bd8072e47 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.09999999999999998;
}#s-6f310c5f-29a7-4745-bcd1-e30bd8072e47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3eeae74-91ed-4655-9fd9-52413c9bd052 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 25px;
text-align: left;
}
@media (max-width: 767px){#s-d3eeae74-91ed-4655-9fd9-52413c9bd052 {
  
}
}
#s-d3eeae74-91ed-4655-9fd9-52413c9bd052 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-d3eeae74-91ed-4655-9fd9-52413c9bd052 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 2px;
  text-align: left;
}


}
#s-58002f6a-2cfe-43ca-b301-a50e3f8ba77f {
  margin-left: 5%;
margin-bottom: 100px;
margin-right: 0%;
padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: dashed;
border-radius: 0px;
background-color: rgba(48, 46, 46, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-58002f6a-2cfe-43ca-b301-a50e3f8ba77f:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-58002f6a-2cfe-43ca-b301-a50e3f8ba77f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-58002f6a-2cfe-43ca-b301-a50e3f8ba77f {
  margin-left: 5%;
}
}

  #s-58002f6a-2cfe-43ca-b301-a50e3f8ba77f-root {
    text-align: left;
  }


#s-58002f6a-2cfe-43ca-b301-a50e3f8ba77f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-58002f6a-2cfe-43ca-b301-a50e3f8ba77f-root {
    text-align: left;
  }


#s-58002f6a-2cfe-43ca-b301-a50e3f8ba77f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-58002f6a-2cfe-43ca-b301-a50e3f8ba77f-root {
    text-align: left;
  }


#s-58002f6a-2cfe-43ca-b301-a50e3f8ba77f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-58002f6a-2cfe-43ca-b301-a50e3f8ba77f-root {
    text-align: left;
  }


#s-58002f6a-2cfe-43ca-b301-a50e3f8ba77f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-58002f6a-2cfe-43ca-b301-a50e3f8ba77f-root {
    text-align: left;
  }


#s-58002f6a-2cfe-43ca-b301-a50e3f8ba77f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-635d4333-550a-430d-b399-b8cea3d31ece {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
min-height: 808px;
background-position: center center;
}
@media (min-width: 1200px){#s-635d4333-550a-430d-b399-b8cea3d31ece {
  margin-left: auto;
margin-right: auto;
min-height: 700px;
display: none;
}
#s-635d4333-550a-430d-b399-b8cea3d31ece, #wrap-s-635d4333-550a-430d-b399-b8cea3d31ece { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-635d4333-550a-430d-b399-b8cea3d31ece {
  min-height: 600px;
max-width: 1500px;
display: none;
}
#s-635d4333-550a-430d-b399-b8cea3d31ece, #wrap-s-635d4333-550a-430d-b399-b8cea3d31ece { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-635d4333-550a-430d-b399-b8cea3d31ece {
  min-height: 500px;
max-width: 1800px;
display: none;
}
#s-635d4333-550a-430d-b399-b8cea3d31ece, #wrap-s-635d4333-550a-430d-b399-b8cea3d31ece { display:none !important; }}@media (max-width: 767px){#s-635d4333-550a-430d-b399-b8cea3d31ece {
  min-height: 600px;
max-width: 1500px;
}
}







#s-635d4333-550a-430d-b399-b8cea3d31ece > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-635d4333-550a-430d-b399-b8cea3d31ece.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e13037e6-526e-4eb3-ba60-c9669f1342ce {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 25px;
text-align: left;
}
@media (max-width: 767px){#s-e13037e6-526e-4eb3-ba60-c9669f1342ce {
  padding-top: 80px;
}
}
#s-e13037e6-526e-4eb3-ba60-c9669f1342ce .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 41px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-7130dc62-3948-43d6-af08-43e13f576dea {
  border-style: solid;
margin-left: 5%;
margin-bottom: 100px;
margin-right: 0%;
padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7130dc62-3948-43d6-af08-43e13f576dea:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7130dc62-3948-43d6-af08-43e13f576dea:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-7130dc62-3948-43d6-af08-43e13f576dea {
  margin-left: 5%;
}
}

  #s-7130dc62-3948-43d6-af08-43e13f576dea-root {
    text-align: left;
  }


#s-7130dc62-3948-43d6-af08-43e13f576dea.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7130dc62-3948-43d6-af08-43e13f576dea-root {
    text-align: left;
  }


#s-7130dc62-3948-43d6-af08-43e13f576dea.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7130dc62-3948-43d6-af08-43e13f576dea-root {
    text-align: left;
  }


#s-7130dc62-3948-43d6-af08-43e13f576dea.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7130dc62-3948-43d6-af08-43e13f576dea-root {
    text-align: left;
  }


#s-7130dc62-3948-43d6-af08-43e13f576dea.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7130dc62-3948-43d6-af08-43e13f576dea-root {
    text-align: left;
  }


#s-7130dc62-3948-43d6-af08-43e13f576dea.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-8f4876d0-3775-4d28-9822-d4aadf0583f6 {
  padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8f4876d0-3775-4d28-9822-d4aadf0583f6 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f4876d0-3775-4d28-9822-d4aadf0583f6 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f4876d0-3775-4d28-9822-d4aadf0583f6 {
  padding-right: 4%;
}
}@media (max-width: 767px){#s-8f4876d0-3775-4d28-9822-d4aadf0583f6 {
  min-height: 10px;
display: none;
}
#s-8f4876d0-3775-4d28-9822-d4aadf0583f6, #wrap-s-8f4876d0-3775-4d28-9822-d4aadf0583f6 { display:none !important; }}







#s-8f4876d0-3775-4d28-9822-d4aadf0583f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f4876d0-3775-4d28-9822-d4aadf0583f6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

#s-38b07438-9a37-4847-bf1c-6a4f68bf713f {
  padding-top: 50px;
padding-bottom: 50px;
}
@media (max-width: 767px){#s-38b07438-9a37-4847-bf1c-6a4f68bf713f {
  padding-top: 20px;
padding-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-38b07438-9a37-4847-bf1c-6a4f68bf713f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-38b07438-9a37-4847-bf1c-6a4f68bf713f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-38b07438-9a37-4847-bf1c-6a4f68bf713f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-38b07438-9a37-4847-bf1c-6a4f68bf713f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.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;
  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-e813f251-268a-42e6-ba2c-a81d7947f25d {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e813f251-268a-42e6-ba2c-a81d7947f25d img.shogun-image,
  #s-e813f251-268a-42e6-ba2c-a81d7947f25d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e813f251-268a-42e6-ba2c-a81d7947f25d {
    width: 100%;
    height: auto;
  }



  #s-e813f251-268a-42e6-ba2c-a81d7947f25d img.shogun-image {
    

    
    
    
  }


#s-e813f251-268a-42e6-ba2c-a81d7947f25d .shogun-image-content {
  
    align-items: center;
  
}

#s-c0a87ea2-a644-4e33-8b74-2125aa20aee8 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c0a87ea2-a644-4e33-8b74-2125aa20aee8 img.shogun-image,
  #s-c0a87ea2-a644-4e33-8b74-2125aa20aee8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0a87ea2-a644-4e33-8b74-2125aa20aee8 {
    width: 100%;
    height: auto;
  }



  #s-c0a87ea2-a644-4e33-8b74-2125aa20aee8 img.shogun-image {
    

    
    
    
  }


#s-c0a87ea2-a644-4e33-8b74-2125aa20aee8 .shogun-image-content {
  
    align-items: center;
  
}

#s-45983238-2fd7-417e-8ef0-2c2cc103b046 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-45983238-2fd7-417e-8ef0-2c2cc103b046 img.shogun-image,
  #s-45983238-2fd7-417e-8ef0-2c2cc103b046 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45983238-2fd7-417e-8ef0-2c2cc103b046 {
    width: 100%;
    height: auto;
  }



  #s-45983238-2fd7-417e-8ef0-2c2cc103b046 img.shogun-image {
    

    
    
    
  }


#s-45983238-2fd7-417e-8ef0-2c2cc103b046 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7bc3c8c-40fd-4bbe-912e-e156b4600a58 {
  padding-bottom: 40px;
}
@media (min-width: 1200px){#s-e7bc3c8c-40fd-4bbe-912e-e156b4600a58 {
  display: none;
}
#s-e7bc3c8c-40fd-4bbe-912e-e156b4600a58, #wrap-s-e7bc3c8c-40fd-4bbe-912e-e156b4600a58 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7bc3c8c-40fd-4bbe-912e-e156b4600a58 {
  display: none;
}
#s-e7bc3c8c-40fd-4bbe-912e-e156b4600a58, #wrap-s-e7bc3c8c-40fd-4bbe-912e-e156b4600a58 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e7bc3c8c-40fd-4bbe-912e-e156b4600a58 {
  display: none;
}
#s-e7bc3c8c-40fd-4bbe-912e-e156b4600a58, #wrap-s-e7bc3c8c-40fd-4bbe-912e-e156b4600a58 { display:none !important; }}@media (max-width: 767px){#s-e7bc3c8c-40fd-4bbe-912e-e156b4600a58 {
  display: none;
}
#s-e7bc3c8c-40fd-4bbe-912e-e156b4600a58, #wrap-s-e7bc3c8c-40fd-4bbe-912e-e156b4600a58 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e7bc3c8c-40fd-4bbe-912e-e156b4600a58"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e7bc3c8c-40fd-4bbe-912e-e156b4600a58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e7bc3c8c-40fd-4bbe-912e-e156b4600a58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7bc3c8c-40fd-4bbe-912e-e156b4600a58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6fa9c5af-a6a6-47c9-aa96-1ded7eeb384d {
  text-align: center;
}







  #s-6fa9c5af-a6a6-47c9-aa96-1ded7eeb384d img.shogun-image {
    

    
    
    
  }


#s-6fa9c5af-a6a6-47c9-aa96-1ded7eeb384d .shogun-image-content {
  
    align-items: center;
  
}

#s-5611688b-fb15-4d8a-91ed-7e77463508c3 {
  text-align: center;
}







  #s-5611688b-fb15-4d8a-91ed-7e77463508c3 img.shogun-image {
    

    
    
    
  }


#s-5611688b-fb15-4d8a-91ed-7e77463508c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-adfc86a9-ede6-4d33-8699-c98c87baf16e {
  padding-bottom: 40px;
}
@media (min-width: 1200px){#s-adfc86a9-ede6-4d33-8699-c98c87baf16e {
  display: none;
}
#s-adfc86a9-ede6-4d33-8699-c98c87baf16e, #wrap-s-adfc86a9-ede6-4d33-8699-c98c87baf16e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-adfc86a9-ede6-4d33-8699-c98c87baf16e {
  display: none;
}
#s-adfc86a9-ede6-4d33-8699-c98c87baf16e, #wrap-s-adfc86a9-ede6-4d33-8699-c98c87baf16e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-adfc86a9-ede6-4d33-8699-c98c87baf16e {
  display: none;
}
#s-adfc86a9-ede6-4d33-8699-c98c87baf16e, #wrap-s-adfc86a9-ede6-4d33-8699-c98c87baf16e { display:none !important; }}@media (max-width: 767px){#s-adfc86a9-ede6-4d33-8699-c98c87baf16e {
  display: none;
}
#s-adfc86a9-ede6-4d33-8699-c98c87baf16e, #wrap-s-adfc86a9-ede6-4d33-8699-c98c87baf16e { display:none !important; }}
@media (min-width: 0px) {
[id="s-adfc86a9-ede6-4d33-8699-c98c87baf16e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-adfc86a9-ede6-4d33-8699-c98c87baf16e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-adfc86a9-ede6-4d33-8699-c98c87baf16e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-adfc86a9-ede6-4d33-8699-c98c87baf16e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-db7f0474-70d5-4548-9bc4-7e2e34da73b0 {
  text-align: center;
}







  #s-db7f0474-70d5-4548-9bc4-7e2e34da73b0 img.shogun-image {
    

    
    
    
  }


#s-db7f0474-70d5-4548-9bc4-7e2e34da73b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-51477c77-8912-42be-82b8-2757e6bed605 {
  text-align: center;
}







  #s-51477c77-8912-42be-82b8-2757e6bed605 img.shogun-image {
    

    
    
    
  }


#s-51477c77-8912-42be-82b8-2757e6bed605 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f29d0bb-ac11-44aa-81bf-e88c5ebc9455 {
  padding-bottom: 60px;
}
@media (max-width: 767px){#s-8f29d0bb-ac11-44aa-81bf-e88c5ebc9455 {
  padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-8f29d0bb-ac11-44aa-81bf-e88c5ebc9455"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-8f29d0bb-ac11-44aa-81bf-e88c5ebc9455"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8f29d0bb-ac11-44aa-81bf-e88c5ebc9455"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f29d0bb-ac11-44aa-81bf-e88c5ebc9455"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2c6fb86f-af6c-4f41-aa2f-ab500b366de5 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-2c6fb86f-af6c-4f41-aa2f-ab500b366de5 img.shogun-image,
  #s-2c6fb86f-af6c-4f41-aa2f-ab500b366de5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c6fb86f-af6c-4f41-aa2f-ab500b366de5 {
    width: 100%;
    height: auto;
  }



  #s-2c6fb86f-af6c-4f41-aa2f-ab500b366de5 img.shogun-image {
    

    
    
    
  }


#s-2c6fb86f-af6c-4f41-aa2f-ab500b366de5 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d1a1955-ecc0-42a7-b18b-a2586a4145cf {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-8d1a1955-ecc0-42a7-b18b-a2586a4145cf img.shogun-image,
  #s-8d1a1955-ecc0-42a7-b18b-a2586a4145cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8d1a1955-ecc0-42a7-b18b-a2586a4145cf {
    width: 100%;
    height: auto;
  }



  #s-8d1a1955-ecc0-42a7-b18b-a2586a4145cf img.shogun-image {
    

    
    
    
  }


#s-8d1a1955-ecc0-42a7-b18b-a2586a4145cf .shogun-image-content {
  
    align-items: center;
  
}

#s-ec21e2be-c584-4f09-b11a-2365fc523cce {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ec21e2be-c584-4f09-b11a-2365fc523cce img.shogun-image,
  #s-ec21e2be-c584-4f09-b11a-2365fc523cce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ec21e2be-c584-4f09-b11a-2365fc523cce {
    width: 100%;
    height: auto;
  }



  #s-ec21e2be-c584-4f09-b11a-2365fc523cce img.shogun-image {
    

    
    
    
  }


#s-ec21e2be-c584-4f09-b11a-2365fc523cce .shogun-image-content {
  
    align-items: center;
  
}

#s-205fb8b6-4783-45db-9477-a9da85b33333 {
  padding-bottom: 40px;
}
@media (min-width: 1200px){#s-205fb8b6-4783-45db-9477-a9da85b33333 {
  display: none;
}
#s-205fb8b6-4783-45db-9477-a9da85b33333, #wrap-s-205fb8b6-4783-45db-9477-a9da85b33333 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-205fb8b6-4783-45db-9477-a9da85b33333 {
  display: none;
}
#s-205fb8b6-4783-45db-9477-a9da85b33333, #wrap-s-205fb8b6-4783-45db-9477-a9da85b33333 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-205fb8b6-4783-45db-9477-a9da85b33333 {
  display: none;
}
#s-205fb8b6-4783-45db-9477-a9da85b33333, #wrap-s-205fb8b6-4783-45db-9477-a9da85b33333 { display:none !important; }}@media (max-width: 767px){#s-205fb8b6-4783-45db-9477-a9da85b33333 {
  display: none;
}
#s-205fb8b6-4783-45db-9477-a9da85b33333, #wrap-s-205fb8b6-4783-45db-9477-a9da85b33333 { display:none !important; }}
@media (min-width: 0px) {
[id="s-205fb8b6-4783-45db-9477-a9da85b33333"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-205fb8b6-4783-45db-9477-a9da85b33333"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-205fb8b6-4783-45db-9477-a9da85b33333"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-205fb8b6-4783-45db-9477-a9da85b33333"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-deca2640-68d0-42ff-962d-429cce9186f3 {
  text-align: center;
}







  #s-deca2640-68d0-42ff-962d-429cce9186f3 img.shogun-image {
    

    
    
    
  }


#s-deca2640-68d0-42ff-962d-429cce9186f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-12710059-7645-4b71-ba9b-3b9f8453e1ab {
  text-align: center;
}







  #s-12710059-7645-4b71-ba9b-3b9f8453e1ab img.shogun-image {
    

    
    
    
  }


#s-12710059-7645-4b71-ba9b-3b9f8453e1ab .shogun-image-content {
  
    align-items: center;
  
}

#s-5935bce0-f91e-4eec-b299-5eb73daacd81 {
  padding-bottom: 40px;
}
@media (min-width: 1200px){#s-5935bce0-f91e-4eec-b299-5eb73daacd81 {
  display: none;
}
#s-5935bce0-f91e-4eec-b299-5eb73daacd81, #wrap-s-5935bce0-f91e-4eec-b299-5eb73daacd81 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5935bce0-f91e-4eec-b299-5eb73daacd81 {
  display: none;
}
#s-5935bce0-f91e-4eec-b299-5eb73daacd81, #wrap-s-5935bce0-f91e-4eec-b299-5eb73daacd81 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5935bce0-f91e-4eec-b299-5eb73daacd81 {
  display: none;
}
#s-5935bce0-f91e-4eec-b299-5eb73daacd81, #wrap-s-5935bce0-f91e-4eec-b299-5eb73daacd81 { display:none !important; }}@media (max-width: 767px){#s-5935bce0-f91e-4eec-b299-5eb73daacd81 {
  display: none;
}
#s-5935bce0-f91e-4eec-b299-5eb73daacd81, #wrap-s-5935bce0-f91e-4eec-b299-5eb73daacd81 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5935bce0-f91e-4eec-b299-5eb73daacd81"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5935bce0-f91e-4eec-b299-5eb73daacd81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5935bce0-f91e-4eec-b299-5eb73daacd81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5935bce0-f91e-4eec-b299-5eb73daacd81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-922feba6-48cf-4574-9a9b-14771ebc6314 {
  text-align: center;
}







  #s-922feba6-48cf-4574-9a9b-14771ebc6314 img.shogun-image {
    

    
    
    
  }


#s-922feba6-48cf-4574-9a9b-14771ebc6314 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0dcbbc0-5534-4b2d-87db-a588783c1b00 {
  text-align: center;
}







  #s-a0dcbbc0-5534-4b2d-87db-a588783c1b00 img.shogun-image {
    

    
    
    
  }


#s-a0dcbbc0-5534-4b2d-87db-a588783c1b00 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c20961a-ecfb-4c08-8674-d37e9ec3cf30 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9c20961a-ecfb-4c08-8674-d37e9ec3cf30:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9c20961a-ecfb-4c08-8674-d37e9ec3cf30:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-9c20961a-ecfb-4c08-8674-d37e9ec3cf30 {
  display: none;
}
#s-9c20961a-ecfb-4c08-8674-d37e9ec3cf30, #wrap-s-9c20961a-ecfb-4c08-8674-d37e9ec3cf30 { display:none !important; }}

  #s-9c20961a-ecfb-4c08-8674-d37e9ec3cf30-root {
    text-align: center;
  }


#s-9c20961a-ecfb-4c08-8674-d37e9ec3cf30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9c20961a-ecfb-4c08-8674-d37e9ec3cf30-root {
    text-align: center;
  }


#s-9c20961a-ecfb-4c08-8674-d37e9ec3cf30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c20961a-ecfb-4c08-8674-d37e9ec3cf30-root {
    text-align: center;
  }


#s-9c20961a-ecfb-4c08-8674-d37e9ec3cf30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c20961a-ecfb-4c08-8674-d37e9ec3cf30-root {
    text-align: center;
  }


#s-9c20961a-ecfb-4c08-8674-d37e9ec3cf30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9c20961a-ecfb-4c08-8674-d37e9ec3cf30-root {
    text-align: center;
  }


#s-9c20961a-ecfb-4c08-8674-d37e9ec3cf30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7255804e-f42c-4d5f-a7d7-caaf4be31931 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 100px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 8px;
min-height: 808px;
background-position: center center;
}
@media (min-width: 1200px){#s-7255804e-f42c-4d5f-a7d7-caaf4be31931 {
  margin-left: auto;
margin-right: auto;
min-height: 700px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7255804e-f42c-4d5f-a7d7-caaf4be31931 {
  min-height: 600px;
max-width: 1500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7255804e-f42c-4d5f-a7d7-caaf4be31931 {
  min-height: 500px;
max-width: 1800px;
}
}@media (max-width: 767px){#s-7255804e-f42c-4d5f-a7d7-caaf4be31931 {
  min-height: 600px;
max-width: 1500px;
display: none;
}
#s-7255804e-f42c-4d5f-a7d7-caaf4be31931, #wrap-s-7255804e-f42c-4d5f-a7d7-caaf4be31931 { display:none !important; }}







#s-7255804e-f42c-4d5f-a7d7-caaf4be31931 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.09999999999999998;
}#s-7255804e-f42c-4d5f-a7d7-caaf4be31931.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c39ba9f7-1b92-4572-81b8-012bc4370ab3 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 25px;
text-align: left;
}
@media (max-width: 767px){#s-c39ba9f7-1b92-4572-81b8-012bc4370ab3 {
  
}
}
#s-c39ba9f7-1b92-4572-81b8-012bc4370ab3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-c39ba9f7-1b92-4572-81b8-012bc4370ab3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 2px;
  text-align: left;
}


}
#s-52354495-2381-4e71-ac13-0fa1e12cf3aa {
  margin-left: 5%;
margin-bottom: 100px;
margin-right: 0%;
padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(48, 46, 46, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-52354495-2381-4e71-ac13-0fa1e12cf3aa:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-52354495-2381-4e71-ac13-0fa1e12cf3aa:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-52354495-2381-4e71-ac13-0fa1e12cf3aa {
  margin-left: 5%;
}
}

  #s-52354495-2381-4e71-ac13-0fa1e12cf3aa-root {
    text-align: left;
  }


#s-52354495-2381-4e71-ac13-0fa1e12cf3aa.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-52354495-2381-4e71-ac13-0fa1e12cf3aa-root {
    text-align: left;
  }


#s-52354495-2381-4e71-ac13-0fa1e12cf3aa.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-52354495-2381-4e71-ac13-0fa1e12cf3aa-root {
    text-align: left;
  }


#s-52354495-2381-4e71-ac13-0fa1e12cf3aa.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-52354495-2381-4e71-ac13-0fa1e12cf3aa-root {
    text-align: left;
  }


#s-52354495-2381-4e71-ac13-0fa1e12cf3aa.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-52354495-2381-4e71-ac13-0fa1e12cf3aa-root {
    text-align: left;
  }


#s-52354495-2381-4e71-ac13-0fa1e12cf3aa.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-74dae8f1-bca5-4ac7-8c43-931a98f3ab22 {
  padding-top: 80px;
padding-left: 8%;
padding-right: 8%;
min-height: 50px;
}
@media (min-width: 1200px){#s-74dae8f1-bca5-4ac7-8c43-931a98f3ab22 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74dae8f1-bca5-4ac7-8c43-931a98f3ab22 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (max-width: 767px){#s-74dae8f1-bca5-4ac7-8c43-931a98f3ab22 {
  display: none;
}
#s-74dae8f1-bca5-4ac7-8c43-931a98f3ab22, #wrap-s-74dae8f1-bca5-4ac7-8c43-931a98f3ab22 { display:none !important; }}







#s-74dae8f1-bca5-4ac7-8c43-931a98f3ab22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74dae8f1-bca5-4ac7-8c43-931a98f3ab22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd53db03-f210-47eb-8355-316b9f290925 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-fd53db03-f210-47eb-8355-316b9f290925 {
  display: none;
}
#s-fd53db03-f210-47eb-8355-316b9f290925, #wrap-s-fd53db03-f210-47eb-8355-316b9f290925 { display:none !important; }}
#s-fd53db03-f210-47eb-8355-316b9f290925 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-fcc4b5a5-e4dc-47f6-a03b-5712d95bf5af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-fcc4b5a5-e4dc-47f6-a03b-5712d95bf5af {
  display: none;
}
#s-fcc4b5a5-e4dc-47f6-a03b-5712d95bf5af, #wrap-s-fcc4b5a5-e4dc-47f6-a03b-5712d95bf5af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fcc4b5a5-e4dc-47f6-a03b-5712d95bf5af {
  display: none;
}
#s-fcc4b5a5-e4dc-47f6-a03b-5712d95bf5af, #wrap-s-fcc4b5a5-e4dc-47f6-a03b-5712d95bf5af { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fcc4b5a5-e4dc-47f6-a03b-5712d95bf5af {
  display: none;
}
#s-fcc4b5a5-e4dc-47f6-a03b-5712d95bf5af, #wrap-s-fcc4b5a5-e4dc-47f6-a03b-5712d95bf5af { display:none !important; }}
#s-fcc4b5a5-e4dc-47f6-a03b-5712d95bf5af .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-ebe1f562-ae46-43b2-a704-5b53578c7992 {
  margin-left: 15%;
margin-right: 15%;
}
@media (max-width: 767px){#s-ebe1f562-ae46-43b2-a704-5b53578c7992 {
  display: none;
}
#s-ebe1f562-ae46-43b2-a704-5b53578c7992, #wrap-s-ebe1f562-ae46-43b2-a704-5b53578c7992 { display:none !important; }}
@media (min-width: 1200px){#s-5679f411-64d7-417c-b13e-ff6e550a4de7 {
  display: none;
}
#s-5679f411-64d7-417c-b13e-ff6e550a4de7, #wrap-s-5679f411-64d7-417c-b13e-ff6e550a4de7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5679f411-64d7-417c-b13e-ff6e550a4de7 {
  display: none;
}
#s-5679f411-64d7-417c-b13e-ff6e550a4de7, #wrap-s-5679f411-64d7-417c-b13e-ff6e550a4de7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5679f411-64d7-417c-b13e-ff6e550a4de7 {
  display: none;
}
#s-5679f411-64d7-417c-b13e-ff6e550a4de7, #wrap-s-5679f411-64d7-417c-b13e-ff6e550a4de7 { display:none !important; }}
#s-28cfb6af-4b30-4849-bbc1-97649336d891 {
  padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-28cfb6af-4b30-4849-bbc1-97649336d891 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28cfb6af-4b30-4849-bbc1-97649336d891 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-28cfb6af-4b30-4849-bbc1-97649336d891 {
  padding-right: 4%;
}
}@media (max-width: 767px){#s-28cfb6af-4b30-4849-bbc1-97649336d891 {
  min-height: 10px;
display: none;
}
#s-28cfb6af-4b30-4849-bbc1-97649336d891, #wrap-s-28cfb6af-4b30-4849-bbc1-97649336d891 { display:none !important; }}







#s-28cfb6af-4b30-4849-bbc1-97649336d891 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28cfb6af-4b30-4849-bbc1-97649336d891.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d3162b20-8e41-4f89-9a65-5fd8ffef9cec {
  padding-top: 50px;
padding-bottom: 50px;
}
@media (max-width: 767px){#s-d3162b20-8e41-4f89-9a65-5fd8ffef9cec {
  padding-top: 20px;
padding-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-d3162b20-8e41-4f89-9a65-5fd8ffef9cec"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d3162b20-8e41-4f89-9a65-5fd8ffef9cec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d3162b20-8e41-4f89-9a65-5fd8ffef9cec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3162b20-8e41-4f89-9a65-5fd8ffef9cec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5710d4b1-7597-46b0-97dc-4315b9da91d0 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5710d4b1-7597-46b0-97dc-4315b9da91d0 img.shogun-image,
  #s-5710d4b1-7597-46b0-97dc-4315b9da91d0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5710d4b1-7597-46b0-97dc-4315b9da91d0 {
    width: 100%;
    height: auto;
  }



  #s-5710d4b1-7597-46b0-97dc-4315b9da91d0 img.shogun-image {
    

    
    
    
  }


#s-5710d4b1-7597-46b0-97dc-4315b9da91d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-585bcfb2-4db8-499b-8ab2-494d64fa078c {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-585bcfb2-4db8-499b-8ab2-494d64fa078c img.shogun-image,
  #s-585bcfb2-4db8-499b-8ab2-494d64fa078c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-585bcfb2-4db8-499b-8ab2-494d64fa078c {
    width: 100%;
    height: auto;
  }



  #s-585bcfb2-4db8-499b-8ab2-494d64fa078c img.shogun-image {
    

    
    
    
  }


#s-585bcfb2-4db8-499b-8ab2-494d64fa078c .shogun-image-content {
  
    align-items: center;
  
}

#s-c2bb264c-f8b1-4580-ad47-c352face5e04 {
  text-align: center;
}







  #s-c2bb264c-f8b1-4580-ad47-c352face5e04 img.shogun-image {
    

    
    
    
  }


#s-c2bb264c-f8b1-4580-ad47-c352face5e04 .shogun-image-content {
  
    align-items: center;
  
}

#s-520313b2-1780-4038-861e-348e5bb5cafe {
  padding-bottom: 40px;
}
@media (min-width: 1200px){#s-520313b2-1780-4038-861e-348e5bb5cafe {
  display: none;
}
#s-520313b2-1780-4038-861e-348e5bb5cafe, #wrap-s-520313b2-1780-4038-861e-348e5bb5cafe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-520313b2-1780-4038-861e-348e5bb5cafe {
  display: none;
}
#s-520313b2-1780-4038-861e-348e5bb5cafe, #wrap-s-520313b2-1780-4038-861e-348e5bb5cafe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-520313b2-1780-4038-861e-348e5bb5cafe {
  display: none;
}
#s-520313b2-1780-4038-861e-348e5bb5cafe, #wrap-s-520313b2-1780-4038-861e-348e5bb5cafe { display:none !important; }}@media (max-width: 767px){#s-520313b2-1780-4038-861e-348e5bb5cafe {
  display: none;
}
#s-520313b2-1780-4038-861e-348e5bb5cafe, #wrap-s-520313b2-1780-4038-861e-348e5bb5cafe { display:none !important; }}
@media (min-width: 0px) {
[id="s-520313b2-1780-4038-861e-348e5bb5cafe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-520313b2-1780-4038-861e-348e5bb5cafe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-520313b2-1780-4038-861e-348e5bb5cafe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-520313b2-1780-4038-861e-348e5bb5cafe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8a2dc2c8-5be8-4daa-a83b-0b55ea9bfa39 {
  text-align: center;
}







  #s-8a2dc2c8-5be8-4daa-a83b-0b55ea9bfa39 img.shogun-image {
    

    
    
    
  }


#s-8a2dc2c8-5be8-4daa-a83b-0b55ea9bfa39 .shogun-image-content {
  
    align-items: center;
  
}

#s-1eb95efe-ff23-4d44-be26-ecd16f44a4a3 {
  text-align: center;
}







  #s-1eb95efe-ff23-4d44-be26-ecd16f44a4a3 img.shogun-image {
    

    
    
    
  }


#s-1eb95efe-ff23-4d44-be26-ecd16f44a4a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-590acea0-39b1-447e-9001-2cd44c7d0199 {
  padding-bottom: 40px;
}
@media (min-width: 1200px){#s-590acea0-39b1-447e-9001-2cd44c7d0199 {
  display: none;
}
#s-590acea0-39b1-447e-9001-2cd44c7d0199, #wrap-s-590acea0-39b1-447e-9001-2cd44c7d0199 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-590acea0-39b1-447e-9001-2cd44c7d0199 {
  display: none;
}
#s-590acea0-39b1-447e-9001-2cd44c7d0199, #wrap-s-590acea0-39b1-447e-9001-2cd44c7d0199 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-590acea0-39b1-447e-9001-2cd44c7d0199 {
  display: none;
}
#s-590acea0-39b1-447e-9001-2cd44c7d0199, #wrap-s-590acea0-39b1-447e-9001-2cd44c7d0199 { display:none !important; }}@media (max-width: 767px){#s-590acea0-39b1-447e-9001-2cd44c7d0199 {
  display: none;
}
#s-590acea0-39b1-447e-9001-2cd44c7d0199, #wrap-s-590acea0-39b1-447e-9001-2cd44c7d0199 { display:none !important; }}
@media (min-width: 0px) {
[id="s-590acea0-39b1-447e-9001-2cd44c7d0199"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-590acea0-39b1-447e-9001-2cd44c7d0199"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-590acea0-39b1-447e-9001-2cd44c7d0199"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-590acea0-39b1-447e-9001-2cd44c7d0199"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b1be1f85-efec-4f75-8e35-9ca8c934717a {
  text-align: center;
}







  #s-b1be1f85-efec-4f75-8e35-9ca8c934717a img.shogun-image {
    

    
    
    
  }


#s-b1be1f85-efec-4f75-8e35-9ca8c934717a .shogun-image-content {
  
    align-items: center;
  
}

#s-4be4c94b-aaba-42a9-9ef0-b474054f59a5 {
  text-align: center;
}







  #s-4be4c94b-aaba-42a9-9ef0-b474054f59a5 img.shogun-image {
    

    
    
    
  }


#s-4be4c94b-aaba-42a9-9ef0-b474054f59a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c5c01c1-ebf2-4a08-b7b2-e03b95ea9f9f {
  padding-bottom: 60px;
}
@media (max-width: 767px){#s-1c5c01c1-ebf2-4a08-b7b2-e03b95ea9f9f {
  padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-1c5c01c1-ebf2-4a08-b7b2-e03b95ea9f9f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-1c5c01c1-ebf2-4a08-b7b2-e03b95ea9f9f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1c5c01c1-ebf2-4a08-b7b2-e03b95ea9f9f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c5c01c1-ebf2-4a08-b7b2-e03b95ea9f9f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-88a5560f-9a86-4b79-9024-6aee44769670 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-88a5560f-9a86-4b79-9024-6aee44769670 img.shogun-image,
  #s-88a5560f-9a86-4b79-9024-6aee44769670 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-88a5560f-9a86-4b79-9024-6aee44769670 {
    width: 100%;
    height: auto;
  }



  #s-88a5560f-9a86-4b79-9024-6aee44769670 img.shogun-image {
    

    
    
    
  }


#s-88a5560f-9a86-4b79-9024-6aee44769670 .shogun-image-content {
  
    align-items: center;
  
}

#s-01150b04-eec2-4ea9-8a20-c2545fee9739 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-01150b04-eec2-4ea9-8a20-c2545fee9739 img.shogun-image,
  #s-01150b04-eec2-4ea9-8a20-c2545fee9739 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-01150b04-eec2-4ea9-8a20-c2545fee9739 {
    width: 100%;
    height: auto;
  }



  #s-01150b04-eec2-4ea9-8a20-c2545fee9739 img.shogun-image {
    

    
    
    
  }


#s-01150b04-eec2-4ea9-8a20-c2545fee9739 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fbebea9-5d5a-46f7-9a29-6e94b1d70920 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-2fbebea9-5d5a-46f7-9a29-6e94b1d70920 img.shogun-image,
  #s-2fbebea9-5d5a-46f7-9a29-6e94b1d70920 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2fbebea9-5d5a-46f7-9a29-6e94b1d70920 {
    width: 100%;
    height: auto;
  }



  #s-2fbebea9-5d5a-46f7-9a29-6e94b1d70920 img.shogun-image {
    

    
    
    
  }


#s-2fbebea9-5d5a-46f7-9a29-6e94b1d70920 .shogun-image-content {
  
    align-items: center;
  
}

#s-7bb26927-058a-44e2-b0a2-8649e3c39b8a {
  padding-bottom: 40px;
}
@media (min-width: 1200px){#s-7bb26927-058a-44e2-b0a2-8649e3c39b8a {
  display: none;
}
#s-7bb26927-058a-44e2-b0a2-8649e3c39b8a, #wrap-s-7bb26927-058a-44e2-b0a2-8649e3c39b8a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7bb26927-058a-44e2-b0a2-8649e3c39b8a {
  display: none;
}
#s-7bb26927-058a-44e2-b0a2-8649e3c39b8a, #wrap-s-7bb26927-058a-44e2-b0a2-8649e3c39b8a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7bb26927-058a-44e2-b0a2-8649e3c39b8a {
  display: none;
}
#s-7bb26927-058a-44e2-b0a2-8649e3c39b8a, #wrap-s-7bb26927-058a-44e2-b0a2-8649e3c39b8a { display:none !important; }}@media (max-width: 767px){#s-7bb26927-058a-44e2-b0a2-8649e3c39b8a {
  display: none;
}
#s-7bb26927-058a-44e2-b0a2-8649e3c39b8a, #wrap-s-7bb26927-058a-44e2-b0a2-8649e3c39b8a { display:none !important; }}
@media (min-width: 0px) {
[id="s-7bb26927-058a-44e2-b0a2-8649e3c39b8a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7bb26927-058a-44e2-b0a2-8649e3c39b8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7bb26927-058a-44e2-b0a2-8649e3c39b8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bb26927-058a-44e2-b0a2-8649e3c39b8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c3272c53-01d9-4a12-b2e8-c516d63f2693 {
  text-align: center;
}







  #s-c3272c53-01d9-4a12-b2e8-c516d63f2693 img.shogun-image {
    

    
    
    
  }


#s-c3272c53-01d9-4a12-b2e8-c516d63f2693 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d8375b9-ca13-44bd-b24d-aea227c2ca29 {
  text-align: center;
}







  #s-0d8375b9-ca13-44bd-b24d-aea227c2ca29 img.shogun-image {
    

    
    
    
  }


#s-0d8375b9-ca13-44bd-b24d-aea227c2ca29 .shogun-image-content {
  
    align-items: center;
  
}

#s-79088ec8-8478-46de-a595-a83fceb5014f {
  padding-bottom: 40px;
}
@media (min-width: 1200px){#s-79088ec8-8478-46de-a595-a83fceb5014f {
  display: none;
}
#s-79088ec8-8478-46de-a595-a83fceb5014f, #wrap-s-79088ec8-8478-46de-a595-a83fceb5014f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79088ec8-8478-46de-a595-a83fceb5014f {
  display: none;
}
#s-79088ec8-8478-46de-a595-a83fceb5014f, #wrap-s-79088ec8-8478-46de-a595-a83fceb5014f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79088ec8-8478-46de-a595-a83fceb5014f {
  display: none;
}
#s-79088ec8-8478-46de-a595-a83fceb5014f, #wrap-s-79088ec8-8478-46de-a595-a83fceb5014f { display:none !important; }}@media (max-width: 767px){#s-79088ec8-8478-46de-a595-a83fceb5014f {
  display: none;
}
#s-79088ec8-8478-46de-a595-a83fceb5014f, #wrap-s-79088ec8-8478-46de-a595-a83fceb5014f { display:none !important; }}
@media (min-width: 0px) {
[id="s-79088ec8-8478-46de-a595-a83fceb5014f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-79088ec8-8478-46de-a595-a83fceb5014f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79088ec8-8478-46de-a595-a83fceb5014f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79088ec8-8478-46de-a595-a83fceb5014f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7281e425-b151-4cb5-8f40-b233a0bdd1aa {
  text-align: center;
}







  #s-7281e425-b151-4cb5-8f40-b233a0bdd1aa img.shogun-image {
    

    
    
    
  }


#s-7281e425-b151-4cb5-8f40-b233a0bdd1aa .shogun-image-content {
  
    align-items: center;
  
}

#s-7c7109b3-576f-403a-ba70-d71f83bb1672 {
  text-align: center;
}







  #s-7c7109b3-576f-403a-ba70-d71f83bb1672 img.shogun-image {
    

    
    
    
  }


#s-7c7109b3-576f-403a-ba70-d71f83bb1672 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a7b9e2b-c599-49d2-8f26-fc54953d0210 {
  margin-top: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1a7b9e2b-c599-49d2-8f26-fc54953d0210:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1a7b9e2b-c599-49d2-8f26-fc54953d0210:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-1a7b9e2b-c599-49d2-8f26-fc54953d0210 {
  display: none;
}
#s-1a7b9e2b-c599-49d2-8f26-fc54953d0210, #wrap-s-1a7b9e2b-c599-49d2-8f26-fc54953d0210 { display:none !important; }}

  #s-1a7b9e2b-c599-49d2-8f26-fc54953d0210-root {
    text-align: center;
  }


#s-1a7b9e2b-c599-49d2-8f26-fc54953d0210.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1a7b9e2b-c599-49d2-8f26-fc54953d0210-root {
    text-align: center;
  }


#s-1a7b9e2b-c599-49d2-8f26-fc54953d0210.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1a7b9e2b-c599-49d2-8f26-fc54953d0210-root {
    text-align: center;
  }


#s-1a7b9e2b-c599-49d2-8f26-fc54953d0210.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1a7b9e2b-c599-49d2-8f26-fc54953d0210-root {
    text-align: center;
  }


#s-1a7b9e2b-c599-49d2-8f26-fc54953d0210.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1a7b9e2b-c599-49d2-8f26-fc54953d0210-root {
    text-align: center;
  }


#s-1a7b9e2b-c599-49d2-8f26-fc54953d0210.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0ebc0f82-6dd6-4d29-a085-63dab856a2f0 {
  padding-top: 80px;
padding-left: 8%;
padding-right: 8%;
min-height: 50px;
}
@media (min-width: 1200px){#s-0ebc0f82-6dd6-4d29-a085-63dab856a2f0 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0ebc0f82-6dd6-4d29-a085-63dab856a2f0 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (max-width: 767px){#s-0ebc0f82-6dd6-4d29-a085-63dab856a2f0 {
  display: none;
}
#s-0ebc0f82-6dd6-4d29-a085-63dab856a2f0, #wrap-s-0ebc0f82-6dd6-4d29-a085-63dab856a2f0 { display:none !important; }}







#s-0ebc0f82-6dd6-4d29-a085-63dab856a2f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ebc0f82-6dd6-4d29-a085-63dab856a2f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d543a44f-15bb-4150-9196-4fdb6ddd303e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-d543a44f-15bb-4150-9196-4fdb6ddd303e {
  display: none;
}
#s-d543a44f-15bb-4150-9196-4fdb6ddd303e, #wrap-s-d543a44f-15bb-4150-9196-4fdb6ddd303e { display:none !important; }}
#s-d543a44f-15bb-4150-9196-4fdb6ddd303e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-715a6d83-4f87-4a49-86a2-9e773f266234 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-715a6d83-4f87-4a49-86a2-9e773f266234 {
  display: none;
}
#s-715a6d83-4f87-4a49-86a2-9e773f266234, #wrap-s-715a6d83-4f87-4a49-86a2-9e773f266234 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-715a6d83-4f87-4a49-86a2-9e773f266234 {
  display: none;
}
#s-715a6d83-4f87-4a49-86a2-9e773f266234, #wrap-s-715a6d83-4f87-4a49-86a2-9e773f266234 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-715a6d83-4f87-4a49-86a2-9e773f266234 {
  display: none;
}
#s-715a6d83-4f87-4a49-86a2-9e773f266234, #wrap-s-715a6d83-4f87-4a49-86a2-9e773f266234 { display:none !important; }}
#s-715a6d83-4f87-4a49-86a2-9e773f266234 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (max-width: 767px){#s-98fcceb6-6f9e-45b6-a1bb-7632f1c4f843 {
  display: none;
}
#s-98fcceb6-6f9e-45b6-a1bb-7632f1c4f843, #wrap-s-98fcceb6-6f9e-45b6-a1bb-7632f1c4f843 { display:none !important; }}
@media (min-width: 1200px){#s-934dbb82-4f27-4615-8ebd-a024b2214888 {
  display: none;
}
#s-934dbb82-4f27-4615-8ebd-a024b2214888, #wrap-s-934dbb82-4f27-4615-8ebd-a024b2214888 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-934dbb82-4f27-4615-8ebd-a024b2214888 {
  display: none;
}
#s-934dbb82-4f27-4615-8ebd-a024b2214888, #wrap-s-934dbb82-4f27-4615-8ebd-a024b2214888 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-934dbb82-4f27-4615-8ebd-a024b2214888 {
  display: none;
}
#s-934dbb82-4f27-4615-8ebd-a024b2214888, #wrap-s-934dbb82-4f27-4615-8ebd-a024b2214888 { display:none !important; }}
#s-b23bb7df-3df7-4d33-8003-8de0fb0ac5bf {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b23bb7df-3df7-4d33-8003-8de0fb0ac5bf {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b23bb7df-3df7-4d33-8003-8de0fb0ac5bf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b23bb7df-3df7-4d33-8003-8de0fb0ac5bf {
  
}
}@media (max-width: 767px){#s-b23bb7df-3df7-4d33-8003-8de0fb0ac5bf {
  min-height: 10px;
display: none;
}
#s-b23bb7df-3df7-4d33-8003-8de0fb0ac5bf, #wrap-s-b23bb7df-3df7-4d33-8003-8de0fb0ac5bf { display:none !important; }}







#s-b23bb7df-3df7-4d33-8003-8de0fb0ac5bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b23bb7df-3df7-4d33-8003-8de0fb0ac5bf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-36ea7358-cf12-4e81-86e9-aba0de162af3 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 30px;
padding-bottom: 30px;
}
@media (min-width: 1200px){#s-36ea7358-cf12-4e81-86e9-aba0de162af3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36ea7358-cf12-4e81-86e9-aba0de162af3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-36ea7358-cf12-4e81-86e9-aba0de162af3 {
  
}
}@media (max-width: 767px){#s-36ea7358-cf12-4e81-86e9-aba0de162af3 {
  display: none;
}
#s-36ea7358-cf12-4e81-86e9-aba0de162af3, #wrap-s-36ea7358-cf12-4e81-86e9-aba0de162af3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-36ea7358-cf12-4e81-86e9-aba0de162af3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36ea7358-cf12-4e81-86e9-aba0de162af3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-36ea7358-cf12-4e81-86e9-aba0de162af3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-36ea7358-cf12-4e81-86e9-aba0de162af3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bf05570a-55d7-4ba1-a763-58781be0292c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-bf05570a-55d7-4ba1-a763-58781be0292c {
  min-height: 700px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf05570a-55d7-4ba1-a763-58781be0292c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf05570a-55d7-4ba1-a763-58781be0292c {
  
}
}@media (max-width: 767px){#s-bf05570a-55d7-4ba1-a763-58781be0292c {
  margin-bottom: 20px;
min-height: 600px;
display: none;
}
#s-bf05570a-55d7-4ba1-a763-58781be0292c, #wrap-s-bf05570a-55d7-4ba1-a763-58781be0292c { display:none !important; }}







#s-bf05570a-55d7-4ba1-a763-58781be0292c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.04999999999999999;
}#s-bf05570a-55d7-4ba1-a763-58781be0292c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5655d0ba-1c7d-4624-9998-505bce3ce0a0 {
  padding-top: 0px;
padding-bottom: 35px;
text-align: center;
}
@media (min-width: 1200px){#s-5655d0ba-1c7d-4624-9998-505bce3ce0a0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5655d0ba-1c7d-4624-9998-505bce3ce0a0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5655d0ba-1c7d-4624-9998-505bce3ce0a0 {
  
}
}@media (max-width: 767px){#s-5655d0ba-1c7d-4624-9998-505bce3ce0a0 {
  
}
}
#s-5655d0ba-1c7d-4624-9998-505bce3ce0a0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b574d769-8cba-4f31-8a7b-d489745fd1a1 {
  padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(68, 68, 68, 1);
}
#s-b574d769-8cba-4f31-8a7b-d489745fd1a1:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b574d769-8cba-4f31-8a7b-d489745fd1a1:active {border-style: solid !important;
border-color: rgba(251, 246, 243, 1) !important;
background-color: rgba(251, 246, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(68, 68, 68, 1) !important;}

  #s-b574d769-8cba-4f31-8a7b-d489745fd1a1-root {
    text-align: center;
  }


#s-b574d769-8cba-4f31-8a7b-d489745fd1a1.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b574d769-8cba-4f31-8a7b-d489745fd1a1-root {
    text-align: center;
  }


#s-b574d769-8cba-4f31-8a7b-d489745fd1a1.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b574d769-8cba-4f31-8a7b-d489745fd1a1-root {
    text-align: center;
  }


#s-b574d769-8cba-4f31-8a7b-d489745fd1a1.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b574d769-8cba-4f31-8a7b-d489745fd1a1-root {
    text-align: center;
  }


#s-b574d769-8cba-4f31-8a7b-d489745fd1a1.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b574d769-8cba-4f31-8a7b-d489745fd1a1-root {
    text-align: center;
  }


#s-b574d769-8cba-4f31-8a7b-d489745fd1a1.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-80db945f-d597-4ef7-9f6f-76c5100d8796 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-80db945f-d597-4ef7-9f6f-76c5100d8796 {
  min-height: 700px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-80db945f-d597-4ef7-9f6f-76c5100d8796 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-80db945f-d597-4ef7-9f6f-76c5100d8796 {
  
}
}@media (max-width: 767px){#s-80db945f-d597-4ef7-9f6f-76c5100d8796 {
  margin-bottom: 20px;
min-height: 600px;
display: none;
}
#s-80db945f-d597-4ef7-9f6f-76c5100d8796, #wrap-s-80db945f-d597-4ef7-9f6f-76c5100d8796 { display:none !important; }}







#s-80db945f-d597-4ef7-9f6f-76c5100d8796 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
}#s-80db945f-d597-4ef7-9f6f-76c5100d8796.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e7650c2-e435-4a55-8c40-fca21fab63ac {
  padding-top: 0px;
padding-bottom: 35px;
text-align: center;
}
@media (min-width: 1200px){#s-1e7650c2-e435-4a55-8c40-fca21fab63ac {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e7650c2-e435-4a55-8c40-fca21fab63ac {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e7650c2-e435-4a55-8c40-fca21fab63ac {
  
}
}@media (max-width: 767px){#s-1e7650c2-e435-4a55-8c40-fca21fab63ac {
  
}
}
#s-1e7650c2-e435-4a55-8c40-fca21fab63ac .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-40612388-17e4-4c9d-b23a-b3e81fe44f0e {
  padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(68, 68, 68, 1);
}
#s-40612388-17e4-4c9d-b23a-b3e81fe44f0e:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-40612388-17e4-4c9d-b23a-b3e81fe44f0e:active {border-style: solid !important;
border-color: rgba(251, 246, 243, 1) !important;
background-color: rgba(251, 246, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(68, 68, 68, 1) !important;}

  #s-40612388-17e4-4c9d-b23a-b3e81fe44f0e-root {
    text-align: center;
  }


#s-40612388-17e4-4c9d-b23a-b3e81fe44f0e.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-40612388-17e4-4c9d-b23a-b3e81fe44f0e-root {
    text-align: center;
  }


#s-40612388-17e4-4c9d-b23a-b3e81fe44f0e.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-40612388-17e4-4c9d-b23a-b3e81fe44f0e-root {
    text-align: center;
  }


#s-40612388-17e4-4c9d-b23a-b3e81fe44f0e.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-40612388-17e4-4c9d-b23a-b3e81fe44f0e-root {
    text-align: center;
  }


#s-40612388-17e4-4c9d-b23a-b3e81fe44f0e.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-40612388-17e4-4c9d-b23a-b3e81fe44f0e-root {
    text-align: center;
  }


#s-40612388-17e4-4c9d-b23a-b3e81fe44f0e.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-0fa4f56f-eb51-412d-a993-e23a1eb2895f {
  margin-left: 0px;
margin-right: 0px;
padding-top: 30px;
padding-bottom: 30px;
}
@media (min-width: 1200px){#s-0fa4f56f-eb51-412d-a993-e23a1eb2895f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0fa4f56f-eb51-412d-a993-e23a1eb2895f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0fa4f56f-eb51-412d-a993-e23a1eb2895f {
  
}
}@media (max-width: 767px){#s-0fa4f56f-eb51-412d-a993-e23a1eb2895f {
  display: none;
}
#s-0fa4f56f-eb51-412d-a993-e23a1eb2895f, #wrap-s-0fa4f56f-eb51-412d-a993-e23a1eb2895f { display:none !important; }}
@media (min-width: 0px) {
[id="s-0fa4f56f-eb51-412d-a993-e23a1eb2895f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0fa4f56f-eb51-412d-a993-e23a1eb2895f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0fa4f56f-eb51-412d-a993-e23a1eb2895f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0fa4f56f-eb51-412d-a993-e23a1eb2895f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0f5136c9-4e96-4f52-b5f8-6eb87bded602 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-0f5136c9-4e96-4f52-b5f8-6eb87bded602 {
  min-height: 700px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f5136c9-4e96-4f52-b5f8-6eb87bded602 {
  min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f5136c9-4e96-4f52-b5f8-6eb87bded602 {
  min-height: 500px;
}
}@media (max-width: 767px){#s-0f5136c9-4e96-4f52-b5f8-6eb87bded602 {
  margin-bottom: 20px;
display: none;
}
#s-0f5136c9-4e96-4f52-b5f8-6eb87bded602, #wrap-s-0f5136c9-4e96-4f52-b5f8-6eb87bded602 { display:none !important; }}







#s-0f5136c9-4e96-4f52-b5f8-6eb87bded602 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
}#s-0f5136c9-4e96-4f52-b5f8-6eb87bded602.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95808960-568b-4f0d-9baf-8900f9e948cc {
  padding-top: 0px;
padding-bottom: 35px;
text-align: center;
}
@media (min-width: 1200px){#s-95808960-568b-4f0d-9baf-8900f9e948cc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95808960-568b-4f0d-9baf-8900f9e948cc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-95808960-568b-4f0d-9baf-8900f9e948cc {
  
}
}@media (max-width: 767px){#s-95808960-568b-4f0d-9baf-8900f9e948cc {
  
}
}
#s-95808960-568b-4f0d-9baf-8900f9e948cc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-0fc9758e-da1d-4a43-b9dc-ab0ebf1003a9 {
  padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(68, 68, 68, 1);
}
#s-0fc9758e-da1d-4a43-b9dc-ab0ebf1003a9:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0fc9758e-da1d-4a43-b9dc-ab0ebf1003a9:active {border-style: solid !important;
border-color: rgba(251, 246, 243, 1) !important;
background-color: rgba(251, 246, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(68, 68, 68, 1) !important;}

  #s-0fc9758e-da1d-4a43-b9dc-ab0ebf1003a9-root {
    text-align: center;
  }


#s-0fc9758e-da1d-4a43-b9dc-ab0ebf1003a9.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0fc9758e-da1d-4a43-b9dc-ab0ebf1003a9-root {
    text-align: center;
  }


#s-0fc9758e-da1d-4a43-b9dc-ab0ebf1003a9.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0fc9758e-da1d-4a43-b9dc-ab0ebf1003a9-root {
    text-align: center;
  }


#s-0fc9758e-da1d-4a43-b9dc-ab0ebf1003a9.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0fc9758e-da1d-4a43-b9dc-ab0ebf1003a9-root {
    text-align: center;
  }


#s-0fc9758e-da1d-4a43-b9dc-ab0ebf1003a9.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0fc9758e-da1d-4a43-b9dc-ab0ebf1003a9-root {
    text-align: center;
  }


#s-0fc9758e-da1d-4a43-b9dc-ab0ebf1003a9.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-76268b87-361b-430e-a0cf-bd1086ec5550 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-76268b87-361b-430e-a0cf-bd1086ec5550 {
  min-height: 700px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-76268b87-361b-430e-a0cf-bd1086ec5550 {
  min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-76268b87-361b-430e-a0cf-bd1086ec5550 {
  min-height: 500px;
}
}@media (max-width: 767px){#s-76268b87-361b-430e-a0cf-bd1086ec5550 {
  margin-bottom: 20px;
display: none;
}
#s-76268b87-361b-430e-a0cf-bd1086ec5550, #wrap-s-76268b87-361b-430e-a0cf-bd1086ec5550 { display:none !important; }}







#s-76268b87-361b-430e-a0cf-bd1086ec5550 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
}#s-76268b87-361b-430e-a0cf-bd1086ec5550.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-301f2d28-0dc8-43d3-b6b7-677e85b13364 {
  padding-top: 0px;
padding-bottom: 35px;
text-align: center;
}
@media (min-width: 1200px){#s-301f2d28-0dc8-43d3-b6b7-677e85b13364 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-301f2d28-0dc8-43d3-b6b7-677e85b13364 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-301f2d28-0dc8-43d3-b6b7-677e85b13364 {
  
}
}@media (max-width: 767px){#s-301f2d28-0dc8-43d3-b6b7-677e85b13364 {
  
}
}
#s-301f2d28-0dc8-43d3-b6b7-677e85b13364 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-d9784af3-763d-49ab-baed-b90aa88824ce {
  padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(68, 68, 68, 1);
}
#s-d9784af3-763d-49ab-baed-b90aa88824ce:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d9784af3-763d-49ab-baed-b90aa88824ce:active {border-style: solid !important;
border-color: rgba(251, 246, 243, 1) !important;
background-color: rgba(251, 246, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(68, 68, 68, 1) !important;}

  #s-d9784af3-763d-49ab-baed-b90aa88824ce-root {
    text-align: center;
  }


#s-d9784af3-763d-49ab-baed-b90aa88824ce.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d9784af3-763d-49ab-baed-b90aa88824ce-root {
    text-align: center;
  }


#s-d9784af3-763d-49ab-baed-b90aa88824ce.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9784af3-763d-49ab-baed-b90aa88824ce-root {
    text-align: center;
  }


#s-d9784af3-763d-49ab-baed-b90aa88824ce.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9784af3-763d-49ab-baed-b90aa88824ce-root {
    text-align: center;
  }


#s-d9784af3-763d-49ab-baed-b90aa88824ce.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d9784af3-763d-49ab-baed-b90aa88824ce-root {
    text-align: center;
  }


#s-d9784af3-763d-49ab-baed-b90aa88824ce.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-34440646-230c-4b43-a114-df523231a1eb {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-34440646-230c-4b43-a114-df523231a1eb {
  padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
display: none;
}
#s-34440646-230c-4b43-a114-df523231a1eb, #wrap-s-34440646-230c-4b43-a114-df523231a1eb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34440646-230c-4b43-a114-df523231a1eb {
  padding-left: 10%;
padding-right: 10%;
display: none;
}
#s-34440646-230c-4b43-a114-df523231a1eb, #wrap-s-34440646-230c-4b43-a114-df523231a1eb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-34440646-230c-4b43-a114-df523231a1eb {
  padding-bottom: 50px;
padding-right: 4%;
display: none;
}
#s-34440646-230c-4b43-a114-df523231a1eb, #wrap-s-34440646-230c-4b43-a114-df523231a1eb { display:none !important; }}@media (max-width: 767px){#s-34440646-230c-4b43-a114-df523231a1eb {
  padding-bottom: 0px;
min-height: 10px;
}
}







#s-34440646-230c-4b43-a114-df523231a1eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34440646-230c-4b43-a114-df523231a1eb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4fec0d1d-28b2-4bd6-90ba-a5adacb1bf25 {
  padding-top: 50px;
padding-bottom: 50px;
}
@media (max-width: 767px){#s-4fec0d1d-28b2-4bd6-90ba-a5adacb1bf25 {
  padding-top: 20px;
padding-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-4fec0d1d-28b2-4bd6-90ba-a5adacb1bf25"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4fec0d1d-28b2-4bd6-90ba-a5adacb1bf25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4fec0d1d-28b2-4bd6-90ba-a5adacb1bf25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fec0d1d-28b2-4bd6-90ba-a5adacb1bf25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-342fb296-b498-4bc5-be42-4b1072a74185 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-342fb296-b498-4bc5-be42-4b1072a74185 img.shogun-image,
  #s-342fb296-b498-4bc5-be42-4b1072a74185 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-342fb296-b498-4bc5-be42-4b1072a74185 {
    width: 100%;
    height: auto;
  }



  #s-342fb296-b498-4bc5-be42-4b1072a74185 img.shogun-image {
    

    
    
    
  }


#s-342fb296-b498-4bc5-be42-4b1072a74185 .shogun-image-content {
  
    align-items: center;
  
}

#s-59a601a2-b045-4eca-bf33-cfb6f2e53af4 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-59a601a2-b045-4eca-bf33-cfb6f2e53af4 img.shogun-image,
  #s-59a601a2-b045-4eca-bf33-cfb6f2e53af4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-59a601a2-b045-4eca-bf33-cfb6f2e53af4 {
    width: 100%;
    height: auto;
  }



  #s-59a601a2-b045-4eca-bf33-cfb6f2e53af4 img.shogun-image {
    

    
    
    
  }


#s-59a601a2-b045-4eca-bf33-cfb6f2e53af4 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb4289b0-b019-413d-8a2d-98276b337a8f {
  padding-bottom: 40px;
}
@media (min-width: 1200px){#s-fb4289b0-b019-413d-8a2d-98276b337a8f {
  display: none;
}
#s-fb4289b0-b019-413d-8a2d-98276b337a8f, #wrap-s-fb4289b0-b019-413d-8a2d-98276b337a8f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb4289b0-b019-413d-8a2d-98276b337a8f {
  display: none;
}
#s-fb4289b0-b019-413d-8a2d-98276b337a8f, #wrap-s-fb4289b0-b019-413d-8a2d-98276b337a8f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb4289b0-b019-413d-8a2d-98276b337a8f {
  display: none;
}
#s-fb4289b0-b019-413d-8a2d-98276b337a8f, #wrap-s-fb4289b0-b019-413d-8a2d-98276b337a8f { display:none !important; }}@media (max-width: 767px){#s-fb4289b0-b019-413d-8a2d-98276b337a8f {
  display: none;
}
#s-fb4289b0-b019-413d-8a2d-98276b337a8f, #wrap-s-fb4289b0-b019-413d-8a2d-98276b337a8f { display:none !important; }}
@media (min-width: 0px) {
[id="s-fb4289b0-b019-413d-8a2d-98276b337a8f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fb4289b0-b019-413d-8a2d-98276b337a8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb4289b0-b019-413d-8a2d-98276b337a8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb4289b0-b019-413d-8a2d-98276b337a8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-976f3857-9aaa-429f-8c4f-7a2de04c5753 {
  text-align: center;
}







  #s-976f3857-9aaa-429f-8c4f-7a2de04c5753 img.shogun-image {
    

    
    
    
  }


#s-976f3857-9aaa-429f-8c4f-7a2de04c5753 .shogun-image-content {
  
    align-items: center;
  
}

#s-f512fbe1-b8f1-43de-9adf-cecab8bdd446 {
  text-align: center;
}







  #s-f512fbe1-b8f1-43de-9adf-cecab8bdd446 img.shogun-image {
    

    
    
    
  }


#s-f512fbe1-b8f1-43de-9adf-cecab8bdd446 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffa13bd5-bb34-494d-939c-2867d487a557 {
  padding-bottom: 40px;
}
@media (min-width: 1200px){#s-ffa13bd5-bb34-494d-939c-2867d487a557 {
  display: none;
}
#s-ffa13bd5-bb34-494d-939c-2867d487a557, #wrap-s-ffa13bd5-bb34-494d-939c-2867d487a557 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ffa13bd5-bb34-494d-939c-2867d487a557 {
  display: none;
}
#s-ffa13bd5-bb34-494d-939c-2867d487a557, #wrap-s-ffa13bd5-bb34-494d-939c-2867d487a557 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ffa13bd5-bb34-494d-939c-2867d487a557 {
  display: none;
}
#s-ffa13bd5-bb34-494d-939c-2867d487a557, #wrap-s-ffa13bd5-bb34-494d-939c-2867d487a557 { display:none !important; }}@media (max-width: 767px){#s-ffa13bd5-bb34-494d-939c-2867d487a557 {
  display: none;
}
#s-ffa13bd5-bb34-494d-939c-2867d487a557, #wrap-s-ffa13bd5-bb34-494d-939c-2867d487a557 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ffa13bd5-bb34-494d-939c-2867d487a557"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ffa13bd5-bb34-494d-939c-2867d487a557"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ffa13bd5-bb34-494d-939c-2867d487a557"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ffa13bd5-bb34-494d-939c-2867d487a557"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3bd5028d-d98b-497b-bc49-b8ee5fe8790a {
  text-align: center;
}







  #s-3bd5028d-d98b-497b-bc49-b8ee5fe8790a img.shogun-image {
    

    
    
    
  }


#s-3bd5028d-d98b-497b-bc49-b8ee5fe8790a .shogun-image-content {
  
    align-items: center;
  
}

#s-9c37c769-e8bb-4003-9157-ced9fb622d6a {
  text-align: center;
}







  #s-9c37c769-e8bb-4003-9157-ced9fb622d6a img.shogun-image {
    

    
    
    
  }


#s-9c37c769-e8bb-4003-9157-ced9fb622d6a .shogun-image-content {
  
    align-items: center;
  
}

#s-aa586b78-0241-4b1e-bbd6-d97dc5de2b45 {
  padding-bottom: 60px;
}
@media (max-width: 767px){#s-aa586b78-0241-4b1e-bbd6-d97dc5de2b45 {
  padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-aa586b78-0241-4b1e-bbd6-d97dc5de2b45"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-aa586b78-0241-4b1e-bbd6-d97dc5de2b45"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aa586b78-0241-4b1e-bbd6-d97dc5de2b45"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa586b78-0241-4b1e-bbd6-d97dc5de2b45"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9f4970a3-1c19-4b69-ad28-83e701616caa {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9f4970a3-1c19-4b69-ad28-83e701616caa img.shogun-image,
  #s-9f4970a3-1c19-4b69-ad28-83e701616caa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f4970a3-1c19-4b69-ad28-83e701616caa {
    width: 100%;
    height: auto;
  }



  #s-9f4970a3-1c19-4b69-ad28-83e701616caa img.shogun-image {
    

    
    
    
  }


#s-9f4970a3-1c19-4b69-ad28-83e701616caa .shogun-image-content {
  
    align-items: center;
  
}

#s-84540949-d915-4aeb-88c4-e9ff0662009e {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-84540949-d915-4aeb-88c4-e9ff0662009e img.shogun-image,
  #s-84540949-d915-4aeb-88c4-e9ff0662009e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84540949-d915-4aeb-88c4-e9ff0662009e {
    width: 100%;
    height: auto;
  }



  #s-84540949-d915-4aeb-88c4-e9ff0662009e img.shogun-image {
    

    
    
    
  }


#s-84540949-d915-4aeb-88c4-e9ff0662009e .shogun-image-content {
  
    align-items: center;
  
}

#s-92d2359b-5033-4b4a-a251-86414ec31ee2 {
  padding-bottom: 40px;
}
@media (min-width: 1200px){#s-92d2359b-5033-4b4a-a251-86414ec31ee2 {
  display: none;
}
#s-92d2359b-5033-4b4a-a251-86414ec31ee2, #wrap-s-92d2359b-5033-4b4a-a251-86414ec31ee2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92d2359b-5033-4b4a-a251-86414ec31ee2 {
  display: none;
}
#s-92d2359b-5033-4b4a-a251-86414ec31ee2, #wrap-s-92d2359b-5033-4b4a-a251-86414ec31ee2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-92d2359b-5033-4b4a-a251-86414ec31ee2 {
  display: none;
}
#s-92d2359b-5033-4b4a-a251-86414ec31ee2, #wrap-s-92d2359b-5033-4b4a-a251-86414ec31ee2 { display:none !important; }}@media (max-width: 767px){#s-92d2359b-5033-4b4a-a251-86414ec31ee2 {
  display: none;
}
#s-92d2359b-5033-4b4a-a251-86414ec31ee2, #wrap-s-92d2359b-5033-4b4a-a251-86414ec31ee2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-92d2359b-5033-4b4a-a251-86414ec31ee2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-92d2359b-5033-4b4a-a251-86414ec31ee2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-92d2359b-5033-4b4a-a251-86414ec31ee2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-92d2359b-5033-4b4a-a251-86414ec31ee2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-05763b34-3fd3-4d71-a563-9c9b01ae9464 {
  text-align: center;
}







  #s-05763b34-3fd3-4d71-a563-9c9b01ae9464 img.shogun-image {
    

    
    
    
  }


#s-05763b34-3fd3-4d71-a563-9c9b01ae9464 .shogun-image-content {
  
    align-items: center;
  
}

#s-0cf23d21-79b1-45c1-843a-f608e3b3f6ab {
  text-align: center;
}







  #s-0cf23d21-79b1-45c1-843a-f608e3b3f6ab img.shogun-image {
    

    
    
    
  }


#s-0cf23d21-79b1-45c1-843a-f608e3b3f6ab .shogun-image-content {
  
    align-items: center;
  
}

#s-e64f6b51-e2e6-4621-a565-bca5d36dd47c {
  padding-bottom: 40px;
}
@media (min-width: 1200px){#s-e64f6b51-e2e6-4621-a565-bca5d36dd47c {
  display: none;
}
#s-e64f6b51-e2e6-4621-a565-bca5d36dd47c, #wrap-s-e64f6b51-e2e6-4621-a565-bca5d36dd47c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e64f6b51-e2e6-4621-a565-bca5d36dd47c {
  display: none;
}
#s-e64f6b51-e2e6-4621-a565-bca5d36dd47c, #wrap-s-e64f6b51-e2e6-4621-a565-bca5d36dd47c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e64f6b51-e2e6-4621-a565-bca5d36dd47c {
  display: none;
}
#s-e64f6b51-e2e6-4621-a565-bca5d36dd47c, #wrap-s-e64f6b51-e2e6-4621-a565-bca5d36dd47c { display:none !important; }}@media (max-width: 767px){#s-e64f6b51-e2e6-4621-a565-bca5d36dd47c {
  display: none;
}
#s-e64f6b51-e2e6-4621-a565-bca5d36dd47c, #wrap-s-e64f6b51-e2e6-4621-a565-bca5d36dd47c { display:none !important; }}
@media (min-width: 0px) {
[id="s-e64f6b51-e2e6-4621-a565-bca5d36dd47c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e64f6b51-e2e6-4621-a565-bca5d36dd47c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e64f6b51-e2e6-4621-a565-bca5d36dd47c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e64f6b51-e2e6-4621-a565-bca5d36dd47c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-13a71360-93ef-426a-aa87-914788833904 {
  text-align: center;
}







  #s-13a71360-93ef-426a-aa87-914788833904 img.shogun-image {
    

    
    
    
  }


#s-13a71360-93ef-426a-aa87-914788833904 .shogun-image-content {
  
    align-items: center;
  
}

#s-aecf4ed8-f5db-4547-9101-f880742a93bd {
  text-align: center;
}







  #s-aecf4ed8-f5db-4547-9101-f880742a93bd img.shogun-image {
    

    
    
    
  }


#s-aecf4ed8-f5db-4547-9101-f880742a93bd .shogun-image-content {
  
    align-items: center;
  
}

#s-9d61d588-f0ad-420a-9587-32f5340d9407 {
  padding-top: 50px;
padding-bottom: 50px;
}
@media (max-width: 767px){#s-9d61d588-f0ad-420a-9587-32f5340d9407 {
  
}
}
@media (min-width: 0px) {
[id="s-9d61d588-f0ad-420a-9587-32f5340d9407"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9d61d588-f0ad-420a-9587-32f5340d9407"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9d61d588-f0ad-420a-9587-32f5340d9407"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d61d588-f0ad-420a-9587-32f5340d9407"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-af6adbf9-54dd-488d-afed-1b965a0a6e3c {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-af6adbf9-54dd-488d-afed-1b965a0a6e3c img.shogun-image,
  #s-af6adbf9-54dd-488d-afed-1b965a0a6e3c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af6adbf9-54dd-488d-afed-1b965a0a6e3c {
    width: 100%;
    height: auto;
  }



  #s-af6adbf9-54dd-488d-afed-1b965a0a6e3c img.shogun-image {
    

    
    
    
  }


#s-af6adbf9-54dd-488d-afed-1b965a0a6e3c .shogun-image-content {
  
    align-items: center;
  
}

#s-f6a89362-1111-4558-8f54-2be911009967 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f6a89362-1111-4558-8f54-2be911009967 img.shogun-image,
  #s-f6a89362-1111-4558-8f54-2be911009967 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f6a89362-1111-4558-8f54-2be911009967 {
    width: 100%;
    height: auto;
  }



  #s-f6a89362-1111-4558-8f54-2be911009967 img.shogun-image {
    

    
    
    
  }


#s-f6a89362-1111-4558-8f54-2be911009967 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca615d78-60e2-41df-b90e-8e6b5e694ce0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ca615d78-60e2-41df-b90e-8e6b5e694ce0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ca615d78-60e2-41df-b90e-8e6b5e694ce0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ca615d78-60e2-41df-b90e-8e6b5e694ce0 {
  display: none;
}
#s-ca615d78-60e2-41df-b90e-8e6b5e694ce0, #wrap-s-ca615d78-60e2-41df-b90e-8e6b5e694ce0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca615d78-60e2-41df-b90e-8e6b5e694ce0 {
  display: none;
}
#s-ca615d78-60e2-41df-b90e-8e6b5e694ce0, #wrap-s-ca615d78-60e2-41df-b90e-8e6b5e694ce0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ca615d78-60e2-41df-b90e-8e6b5e694ce0 {
  display: none;
}
#s-ca615d78-60e2-41df-b90e-8e6b5e694ce0, #wrap-s-ca615d78-60e2-41df-b90e-8e6b5e694ce0 { display:none !important; }}@media (max-width: 767px){#s-ca615d78-60e2-41df-b90e-8e6b5e694ce0 {
  margin-top: 0px;
margin-bottom: 80px;
}
}

  #s-ca615d78-60e2-41df-b90e-8e6b5e694ce0-root {
    text-align: center;
  }


#s-ca615d78-60e2-41df-b90e-8e6b5e694ce0.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ca615d78-60e2-41df-b90e-8e6b5e694ce0-root {
    text-align: center;
  }


#s-ca615d78-60e2-41df-b90e-8e6b5e694ce0.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca615d78-60e2-41df-b90e-8e6b5e694ce0-root {
    text-align: center;
  }


#s-ca615d78-60e2-41df-b90e-8e6b5e694ce0.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ca615d78-60e2-41df-b90e-8e6b5e694ce0-root {
    text-align: center;
  }


#s-ca615d78-60e2-41df-b90e-8e6b5e694ce0.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ca615d78-60e2-41df-b90e-8e6b5e694ce0-root {
    text-align: center;
  }


#s-ca615d78-60e2-41df-b90e-8e6b5e694ce0.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-69d5d1ac-0ed4-40dc-84cc-7bd05c45060d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
min-height: 808px;
background-position: center center;
}
@media (min-width: 1200px){#s-69d5d1ac-0ed4-40dc-84cc-7bd05c45060d {
  margin-left: auto;
margin-right: auto;
min-height: 700px;
display: none;
}
#s-69d5d1ac-0ed4-40dc-84cc-7bd05c45060d, #wrap-s-69d5d1ac-0ed4-40dc-84cc-7bd05c45060d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69d5d1ac-0ed4-40dc-84cc-7bd05c45060d {
  min-height: 600px;
max-width: 1500px;
display: none;
}
#s-69d5d1ac-0ed4-40dc-84cc-7bd05c45060d, #wrap-s-69d5d1ac-0ed4-40dc-84cc-7bd05c45060d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69d5d1ac-0ed4-40dc-84cc-7bd05c45060d {
  min-height: 500px;
max-width: 1800px;
display: none;
}
#s-69d5d1ac-0ed4-40dc-84cc-7bd05c45060d, #wrap-s-69d5d1ac-0ed4-40dc-84cc-7bd05c45060d { display:none !important; }}@media (max-width: 767px){#s-69d5d1ac-0ed4-40dc-84cc-7bd05c45060d {
  min-height: 600px;
max-width: 1500px;
}
}







#s-69d5d1ac-0ed4-40dc-84cc-7bd05c45060d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-69d5d1ac-0ed4-40dc-84cc-7bd05c45060d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96b7febb-cb72-478e-9baf-81e9242395ee {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 25px;
text-align: left;
}
@media (max-width: 767px){#s-96b7febb-cb72-478e-9baf-81e9242395ee {
  padding-top: 80px;
}
}
#s-96b7febb-cb72-478e-9baf-81e9242395ee .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 41px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-a627ef31-39ab-4b73-a41c-e9210761619a {
  border-style: solid;
margin-left: 5%;
margin-bottom: 100px;
margin-right: 0%;
padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a627ef31-39ab-4b73-a41c-e9210761619a:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a627ef31-39ab-4b73-a41c-e9210761619a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a627ef31-39ab-4b73-a41c-e9210761619a {
  margin-left: 5%;
}
}

  #s-a627ef31-39ab-4b73-a41c-e9210761619a-root {
    text-align: left;
  }


#s-a627ef31-39ab-4b73-a41c-e9210761619a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a627ef31-39ab-4b73-a41c-e9210761619a-root {
    text-align: left;
  }


#s-a627ef31-39ab-4b73-a41c-e9210761619a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a627ef31-39ab-4b73-a41c-e9210761619a-root {
    text-align: left;
  }


#s-a627ef31-39ab-4b73-a41c-e9210761619a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a627ef31-39ab-4b73-a41c-e9210761619a-root {
    text-align: left;
  }


#s-a627ef31-39ab-4b73-a41c-e9210761619a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a627ef31-39ab-4b73-a41c-e9210761619a-root {
    text-align: left;
  }


#s-a627ef31-39ab-4b73-a41c-e9210761619a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-fed7a1c1-3272-4734-9f0e-ea643513a2e0 {
  padding-top: 60px;
padding-left: 8%;
padding-bottom: 60px;
padding-right: 8%;
min-height: 50px;
}
@media (min-width: 1200px){#s-fed7a1c1-3272-4734-9f0e-ea643513a2e0 {
  padding-left: 20%;
padding-right: 20%;
display: none;
}
#s-fed7a1c1-3272-4734-9f0e-ea643513a2e0, #wrap-s-fed7a1c1-3272-4734-9f0e-ea643513a2e0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fed7a1c1-3272-4734-9f0e-ea643513a2e0 {
  padding-left: 20%;
padding-right: 20%;
display: none;
}
#s-fed7a1c1-3272-4734-9f0e-ea643513a2e0, #wrap-s-fed7a1c1-3272-4734-9f0e-ea643513a2e0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fed7a1c1-3272-4734-9f0e-ea643513a2e0 {
  display: none;
}
#s-fed7a1c1-3272-4734-9f0e-ea643513a2e0, #wrap-s-fed7a1c1-3272-4734-9f0e-ea643513a2e0 { display:none !important; }}@media (max-width: 767px){#s-fed7a1c1-3272-4734-9f0e-ea643513a2e0 {
  padding-top: 30px;
padding-bottom: 10px;
}
}







#s-fed7a1c1-3272-4734-9f0e-ea643513a2e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fed7a1c1-3272-4734-9f0e-ea643513a2e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfb99667-31df-409d-b837-2aac8523e08c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-dfb99667-31df-409d-b837-2aac8523e08c {
  display: none;
}
#s-dfb99667-31df-409d-b837-2aac8523e08c, #wrap-s-dfb99667-31df-409d-b837-2aac8523e08c { display:none !important; }}
#s-dfb99667-31df-409d-b837-2aac8523e08c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8ee622e8-8533-4acc-be85-d89af7fc19d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8ee622e8-8533-4acc-be85-d89af7fc19d8 {
  display: none;
}
#s-8ee622e8-8533-4acc-be85-d89af7fc19d8, #wrap-s-8ee622e8-8533-4acc-be85-d89af7fc19d8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ee622e8-8533-4acc-be85-d89af7fc19d8 {
  display: none;
}
#s-8ee622e8-8533-4acc-be85-d89af7fc19d8, #wrap-s-8ee622e8-8533-4acc-be85-d89af7fc19d8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ee622e8-8533-4acc-be85-d89af7fc19d8 {
  display: none;
}
#s-8ee622e8-8533-4acc-be85-d89af7fc19d8, #wrap-s-8ee622e8-8533-4acc-be85-d89af7fc19d8 { display:none !important; }}
#s-8ee622e8-8533-4acc-be85-d89af7fc19d8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-8ee622e8-8533-4acc-be85-d89af7fc19d8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
@media (max-width: 767px){#s-6f53d694-1346-4712-8dcd-5cafc0da6237 {
  display: none;
}
#s-6f53d694-1346-4712-8dcd-5cafc0da6237, #wrap-s-6f53d694-1346-4712-8dcd-5cafc0da6237 { display:none !important; }}
@media (min-width: 1200px){#s-77a2e08b-16da-491f-a09d-afbeca2a0187 {
  display: none;
}
#s-77a2e08b-16da-491f-a09d-afbeca2a0187, #wrap-s-77a2e08b-16da-491f-a09d-afbeca2a0187 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-77a2e08b-16da-491f-a09d-afbeca2a0187 {
  display: none;
}
#s-77a2e08b-16da-491f-a09d-afbeca2a0187, #wrap-s-77a2e08b-16da-491f-a09d-afbeca2a0187 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-77a2e08b-16da-491f-a09d-afbeca2a0187 {
  display: none;
}
#s-77a2e08b-16da-491f-a09d-afbeca2a0187, #wrap-s-77a2e08b-16da-491f-a09d-afbeca2a0187 { display:none !important; }}
#s-2acfdfab-4d2b-4095-9c8b-93a3c268f5db {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2acfdfab-4d2b-4095-9c8b-93a3c268f5db {
  padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
display: none;
}
#s-2acfdfab-4d2b-4095-9c8b-93a3c268f5db, #wrap-s-2acfdfab-4d2b-4095-9c8b-93a3c268f5db { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2acfdfab-4d2b-4095-9c8b-93a3c268f5db {
  padding-left: 10%;
padding-right: 10%;
display: none;
}
#s-2acfdfab-4d2b-4095-9c8b-93a3c268f5db, #wrap-s-2acfdfab-4d2b-4095-9c8b-93a3c268f5db { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2acfdfab-4d2b-4095-9c8b-93a3c268f5db {
  padding-bottom: 50px;
padding-right: 4%;
display: none;
}
#s-2acfdfab-4d2b-4095-9c8b-93a3c268f5db, #wrap-s-2acfdfab-4d2b-4095-9c8b-93a3c268f5db { display:none !important; }}@media (max-width: 767px){#s-2acfdfab-4d2b-4095-9c8b-93a3c268f5db {
  padding-bottom: 0px;
min-height: 10px;
}
}







#s-2acfdfab-4d2b-4095-9c8b-93a3c268f5db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2acfdfab-4d2b-4095-9c8b-93a3c268f5db.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ece9f5e4-27db-476a-8e79-42bde3a0a553 {
  padding-top: 50px;
padding-bottom: 50px;
}
@media (max-width: 767px){#s-ece9f5e4-27db-476a-8e79-42bde3a0a553 {
  padding-top: 20px;
padding-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-ece9f5e4-27db-476a-8e79-42bde3a0a553"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ece9f5e4-27db-476a-8e79-42bde3a0a553"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ece9f5e4-27db-476a-8e79-42bde3a0a553"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ece9f5e4-27db-476a-8e79-42bde3a0a553"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7b12db9a-dde4-4524-8220-8ff701a38e2d {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7b12db9a-dde4-4524-8220-8ff701a38e2d img.shogun-image,
  #s-7b12db9a-dde4-4524-8220-8ff701a38e2d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7b12db9a-dde4-4524-8220-8ff701a38e2d {
    width: 100%;
    height: auto;
  }



  #s-7b12db9a-dde4-4524-8220-8ff701a38e2d img.shogun-image {
    

    
    
    
  }


#s-7b12db9a-dde4-4524-8220-8ff701a38e2d .shogun-image-content {
  
    align-items: center;
  
}

#s-c860ec29-a560-412f-ba3b-7479b3949e50 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c860ec29-a560-412f-ba3b-7479b3949e50 img.shogun-image,
  #s-c860ec29-a560-412f-ba3b-7479b3949e50 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c860ec29-a560-412f-ba3b-7479b3949e50 {
    width: 100%;
    height: auto;
  }



  #s-c860ec29-a560-412f-ba3b-7479b3949e50 img.shogun-image {
    

    
    
    
  }


#s-c860ec29-a560-412f-ba3b-7479b3949e50 .shogun-image-content {
  
    align-items: center;
  
}

#s-c82a61da-fe05-416e-9fa4-32a4f49dd17d {
  padding-bottom: 40px;
}
@media (min-width: 1200px){#s-c82a61da-fe05-416e-9fa4-32a4f49dd17d {
  display: none;
}
#s-c82a61da-fe05-416e-9fa4-32a4f49dd17d, #wrap-s-c82a61da-fe05-416e-9fa4-32a4f49dd17d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c82a61da-fe05-416e-9fa4-32a4f49dd17d {
  display: none;
}
#s-c82a61da-fe05-416e-9fa4-32a4f49dd17d, #wrap-s-c82a61da-fe05-416e-9fa4-32a4f49dd17d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c82a61da-fe05-416e-9fa4-32a4f49dd17d {
  display: none;
}
#s-c82a61da-fe05-416e-9fa4-32a4f49dd17d, #wrap-s-c82a61da-fe05-416e-9fa4-32a4f49dd17d { display:none !important; }}@media (max-width: 767px){#s-c82a61da-fe05-416e-9fa4-32a4f49dd17d {
  display: none;
}
#s-c82a61da-fe05-416e-9fa4-32a4f49dd17d, #wrap-s-c82a61da-fe05-416e-9fa4-32a4f49dd17d { display:none !important; }}
@media (min-width: 0px) {
[id="s-c82a61da-fe05-416e-9fa4-32a4f49dd17d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c82a61da-fe05-416e-9fa4-32a4f49dd17d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c82a61da-fe05-416e-9fa4-32a4f49dd17d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c82a61da-fe05-416e-9fa4-32a4f49dd17d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-48193350-57ec-4f4f-92bd-97187fe9c5a6 {
  text-align: center;
}







  #s-48193350-57ec-4f4f-92bd-97187fe9c5a6 img.shogun-image {
    

    
    
    
  }


#s-48193350-57ec-4f4f-92bd-97187fe9c5a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-37b2e987-5038-4773-b2fc-9474a9f2642a {
  text-align: center;
}







  #s-37b2e987-5038-4773-b2fc-9474a9f2642a img.shogun-image {
    

    
    
    
  }


#s-37b2e987-5038-4773-b2fc-9474a9f2642a .shogun-image-content {
  
    align-items: center;
  
}

#s-f7941010-a6ae-45a8-b926-39652ca434ef {
  padding-bottom: 40px;
}
@media (min-width: 1200px){#s-f7941010-a6ae-45a8-b926-39652ca434ef {
  display: none;
}
#s-f7941010-a6ae-45a8-b926-39652ca434ef, #wrap-s-f7941010-a6ae-45a8-b926-39652ca434ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7941010-a6ae-45a8-b926-39652ca434ef {
  display: none;
}
#s-f7941010-a6ae-45a8-b926-39652ca434ef, #wrap-s-f7941010-a6ae-45a8-b926-39652ca434ef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f7941010-a6ae-45a8-b926-39652ca434ef {
  display: none;
}
#s-f7941010-a6ae-45a8-b926-39652ca434ef, #wrap-s-f7941010-a6ae-45a8-b926-39652ca434ef { display:none !important; }}@media (max-width: 767px){#s-f7941010-a6ae-45a8-b926-39652ca434ef {
  display: none;
}
#s-f7941010-a6ae-45a8-b926-39652ca434ef, #wrap-s-f7941010-a6ae-45a8-b926-39652ca434ef { display:none !important; }}
@media (min-width: 0px) {
[id="s-f7941010-a6ae-45a8-b926-39652ca434ef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f7941010-a6ae-45a8-b926-39652ca434ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f7941010-a6ae-45a8-b926-39652ca434ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7941010-a6ae-45a8-b926-39652ca434ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e2483856-b209-49fd-97e5-47c041ebc3d6 {
  text-align: center;
}







  #s-e2483856-b209-49fd-97e5-47c041ebc3d6 img.shogun-image {
    

    
    
    
  }


#s-e2483856-b209-49fd-97e5-47c041ebc3d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-aeb9f7cf-044e-4d95-bd86-cd15a20554d0 {
  text-align: center;
}







  #s-aeb9f7cf-044e-4d95-bd86-cd15a20554d0 img.shogun-image {
    

    
    
    
  }


#s-aeb9f7cf-044e-4d95-bd86-cd15a20554d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-be962e82-66fc-489f-b75f-7c3f70345fcc {
  padding-bottom: 60px;
}
@media (max-width: 767px){#s-be962e82-66fc-489f-b75f-7c3f70345fcc {
  padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-be962e82-66fc-489f-b75f-7c3f70345fcc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-be962e82-66fc-489f-b75f-7c3f70345fcc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be962e82-66fc-489f-b75f-7c3f70345fcc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be962e82-66fc-489f-b75f-7c3f70345fcc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-27fd0537-e2b7-48f6-b871-e3f7320698c4 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-27fd0537-e2b7-48f6-b871-e3f7320698c4 img.shogun-image,
  #s-27fd0537-e2b7-48f6-b871-e3f7320698c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-27fd0537-e2b7-48f6-b871-e3f7320698c4 {
    width: 100%;
    height: auto;
  }



  #s-27fd0537-e2b7-48f6-b871-e3f7320698c4 img.shogun-image {
    

    
    
    
  }


#s-27fd0537-e2b7-48f6-b871-e3f7320698c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ebc6021f-da63-4df7-891d-96b9811fa323 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ebc6021f-da63-4df7-891d-96b9811fa323 img.shogun-image,
  #s-ebc6021f-da63-4df7-891d-96b9811fa323 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ebc6021f-da63-4df7-891d-96b9811fa323 {
    width: 100%;
    height: auto;
  }



  #s-ebc6021f-da63-4df7-891d-96b9811fa323 img.shogun-image {
    

    
    
    
  }


#s-ebc6021f-da63-4df7-891d-96b9811fa323 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf02fa5d-677d-4208-8e56-75ac3b9bfa93 {
  padding-bottom: 40px;
}
@media (min-width: 1200px){#s-bf02fa5d-677d-4208-8e56-75ac3b9bfa93 {
  display: none;
}
#s-bf02fa5d-677d-4208-8e56-75ac3b9bfa93, #wrap-s-bf02fa5d-677d-4208-8e56-75ac3b9bfa93 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf02fa5d-677d-4208-8e56-75ac3b9bfa93 {
  display: none;
}
#s-bf02fa5d-677d-4208-8e56-75ac3b9bfa93, #wrap-s-bf02fa5d-677d-4208-8e56-75ac3b9bfa93 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf02fa5d-677d-4208-8e56-75ac3b9bfa93 {
  display: none;
}
#s-bf02fa5d-677d-4208-8e56-75ac3b9bfa93, #wrap-s-bf02fa5d-677d-4208-8e56-75ac3b9bfa93 { display:none !important; }}@media (max-width: 767px){#s-bf02fa5d-677d-4208-8e56-75ac3b9bfa93 {
  display: none;
}
#s-bf02fa5d-677d-4208-8e56-75ac3b9bfa93, #wrap-s-bf02fa5d-677d-4208-8e56-75ac3b9bfa93 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bf02fa5d-677d-4208-8e56-75ac3b9bfa93"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bf02fa5d-677d-4208-8e56-75ac3b9bfa93"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bf02fa5d-677d-4208-8e56-75ac3b9bfa93"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf02fa5d-677d-4208-8e56-75ac3b9bfa93"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-38b73b84-0e3f-495a-9027-fcd3fc73577b {
  text-align: center;
}







  #s-38b73b84-0e3f-495a-9027-fcd3fc73577b img.shogun-image {
    

    
    
    
  }


#s-38b73b84-0e3f-495a-9027-fcd3fc73577b .shogun-image-content {
  
    align-items: center;
  
}

#s-f0e34732-5607-4f97-808b-13d9f77cb705 {
  text-align: center;
}







  #s-f0e34732-5607-4f97-808b-13d9f77cb705 img.shogun-image {
    

    
    
    
  }


#s-f0e34732-5607-4f97-808b-13d9f77cb705 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ae1265b-d2fe-4526-96fb-e0dd61e11536 {
  padding-bottom: 40px;
}
@media (min-width: 1200px){#s-8ae1265b-d2fe-4526-96fb-e0dd61e11536 {
  display: none;
}
#s-8ae1265b-d2fe-4526-96fb-e0dd61e11536, #wrap-s-8ae1265b-d2fe-4526-96fb-e0dd61e11536 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ae1265b-d2fe-4526-96fb-e0dd61e11536 {
  display: none;
}
#s-8ae1265b-d2fe-4526-96fb-e0dd61e11536, #wrap-s-8ae1265b-d2fe-4526-96fb-e0dd61e11536 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ae1265b-d2fe-4526-96fb-e0dd61e11536 {
  display: none;
}
#s-8ae1265b-d2fe-4526-96fb-e0dd61e11536, #wrap-s-8ae1265b-d2fe-4526-96fb-e0dd61e11536 { display:none !important; }}@media (max-width: 767px){#s-8ae1265b-d2fe-4526-96fb-e0dd61e11536 {
  display: none;
}
#s-8ae1265b-d2fe-4526-96fb-e0dd61e11536, #wrap-s-8ae1265b-d2fe-4526-96fb-e0dd61e11536 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8ae1265b-d2fe-4526-96fb-e0dd61e11536"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8ae1265b-d2fe-4526-96fb-e0dd61e11536"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8ae1265b-d2fe-4526-96fb-e0dd61e11536"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ae1265b-d2fe-4526-96fb-e0dd61e11536"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f6cdec22-e882-4cc4-aa7f-3c5af4bc080a {
  text-align: center;
}







  #s-f6cdec22-e882-4cc4-aa7f-3c5af4bc080a img.shogun-image {
    

    
    
    
  }


#s-f6cdec22-e882-4cc4-aa7f-3c5af4bc080a .shogun-image-content {
  
    align-items: center;
  
}

#s-5558e2d2-e4ec-4f66-b3bd-16c8bc491283 {
  text-align: center;
}







  #s-5558e2d2-e4ec-4f66-b3bd-16c8bc491283 img.shogun-image {
    

    
    
    
  }


#s-5558e2d2-e4ec-4f66-b3bd-16c8bc491283 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d03f2c6-4fc5-43c5-b516-853c6801b1fc {
  padding-top: 50px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-1d03f2c6-4fc5-43c5-b516-853c6801b1fc {
  
}
}
@media (min-width: 0px) {
[id="s-1d03f2c6-4fc5-43c5-b516-853c6801b1fc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1d03f2c6-4fc5-43c5-b516-853c6801b1fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1d03f2c6-4fc5-43c5-b516-853c6801b1fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d03f2c6-4fc5-43c5-b516-853c6801b1fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1591e31f-a405-4098-98bf-8584477728fa {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1591e31f-a405-4098-98bf-8584477728fa img.shogun-image,
  #s-1591e31f-a405-4098-98bf-8584477728fa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1591e31f-a405-4098-98bf-8584477728fa {
    width: 100%;
    height: auto;
  }



  #s-1591e31f-a405-4098-98bf-8584477728fa img.shogun-image {
    

    
    
    
  }


#s-1591e31f-a405-4098-98bf-8584477728fa .shogun-image-content {
  
    align-items: center;
  
}

#s-7a7be98b-94e1-4e3f-ab43-a62ccf566a5a {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7a7be98b-94e1-4e3f-ab43-a62ccf566a5a img.shogun-image,
  #s-7a7be98b-94e1-4e3f-ab43-a62ccf566a5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a7be98b-94e1-4e3f-ab43-a62ccf566a5a {
    width: 100%;
    height: auto;
  }



  #s-7a7be98b-94e1-4e3f-ab43-a62ccf566a5a img.shogun-image {
    

    
    
    
  }


#s-7a7be98b-94e1-4e3f-ab43-a62ccf566a5a .shogun-image-content {
  
    align-items: center;
  
}

#s-d5282b94-bb34-48bd-9137-247ce6219704 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d5282b94-bb34-48bd-9137-247ce6219704:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d5282b94-bb34-48bd-9137-247ce6219704:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d5282b94-bb34-48bd-9137-247ce6219704 {
  display: none;
}
#s-d5282b94-bb34-48bd-9137-247ce6219704, #wrap-s-d5282b94-bb34-48bd-9137-247ce6219704 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5282b94-bb34-48bd-9137-247ce6219704 {
  display: none;
}
#s-d5282b94-bb34-48bd-9137-247ce6219704, #wrap-s-d5282b94-bb34-48bd-9137-247ce6219704 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d5282b94-bb34-48bd-9137-247ce6219704 {
  display: none;
}
#s-d5282b94-bb34-48bd-9137-247ce6219704, #wrap-s-d5282b94-bb34-48bd-9137-247ce6219704 { display:none !important; }}@media (max-width: 767px){#s-d5282b94-bb34-48bd-9137-247ce6219704 {
  margin-top: 40px;
margin-bottom: 40px;
}
}

  #s-d5282b94-bb34-48bd-9137-247ce6219704-root {
    text-align: center;
  }


#s-d5282b94-bb34-48bd-9137-247ce6219704.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d5282b94-bb34-48bd-9137-247ce6219704-root {
    text-align: center;
  }


#s-d5282b94-bb34-48bd-9137-247ce6219704.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5282b94-bb34-48bd-9137-247ce6219704-root {
    text-align: center;
  }


#s-d5282b94-bb34-48bd-9137-247ce6219704.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d5282b94-bb34-48bd-9137-247ce6219704-root {
    text-align: center;
  }


#s-d5282b94-bb34-48bd-9137-247ce6219704.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d5282b94-bb34-48bd-9137-247ce6219704-root {
    text-align: center;
  }


#s-d5282b94-bb34-48bd-9137-247ce6219704.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-9aa43757-a6cd-45cf-9f99-a8fc215dbc47 {
  padding-top: 50px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9aa43757-a6cd-45cf-9f99-a8fc215dbc47 {
  display: none;
}
#s-9aa43757-a6cd-45cf-9f99-a8fc215dbc47, #wrap-s-9aa43757-a6cd-45cf-9f99-a8fc215dbc47 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9aa43757-a6cd-45cf-9f99-a8fc215dbc47 {
  display: none;
}
#s-9aa43757-a6cd-45cf-9f99-a8fc215dbc47, #wrap-s-9aa43757-a6cd-45cf-9f99-a8fc215dbc47 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9aa43757-a6cd-45cf-9f99-a8fc215dbc47 {
  display: none;
}
#s-9aa43757-a6cd-45cf-9f99-a8fc215dbc47, #wrap-s-9aa43757-a6cd-45cf-9f99-a8fc215dbc47 { display:none !important; }}@media (max-width: 767px){#s-9aa43757-a6cd-45cf-9f99-a8fc215dbc47 {
  padding-top: 25px;
min-height: 10px;
}
}







#s-9aa43757-a6cd-45cf-9f99-a8fc215dbc47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9aa43757-a6cd-45cf-9f99-a8fc215dbc47.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d6017e68-b057-4e21-8b1a-cc89d7a738fb {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d6017e68-b057-4e21-8b1a-cc89d7a738fb {
  display: none;
}
#s-d6017e68-b057-4e21-8b1a-cc89d7a738fb, #wrap-s-d6017e68-b057-4e21-8b1a-cc89d7a738fb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6017e68-b057-4e21-8b1a-cc89d7a738fb {
  display: none;
}
#s-d6017e68-b057-4e21-8b1a-cc89d7a738fb, #wrap-s-d6017e68-b057-4e21-8b1a-cc89d7a738fb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d6017e68-b057-4e21-8b1a-cc89d7a738fb {
  display: none;
}
#s-d6017e68-b057-4e21-8b1a-cc89d7a738fb, #wrap-s-d6017e68-b057-4e21-8b1a-cc89d7a738fb { display:none !important; }}
#s-d6017e68-b057-4e21-8b1a-cc89d7a738fb .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-8c836802-332b-4781-8df5-1d32795dbf0f {
  padding-top: 0px;
padding-left: 8%;
padding-bottom: 50px;
padding-right: 8%;
min-height: 50px;
}
@media (min-width: 1200px){#s-8c836802-332b-4781-8df5-1d32795dbf0f {
  padding-left: 20%;
padding-right: 20%;
display: none;
}
#s-8c836802-332b-4781-8df5-1d32795dbf0f, #wrap-s-8c836802-332b-4781-8df5-1d32795dbf0f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c836802-332b-4781-8df5-1d32795dbf0f {
  padding-left: 20%;
padding-right: 20%;
display: none;
}
#s-8c836802-332b-4781-8df5-1d32795dbf0f, #wrap-s-8c836802-332b-4781-8df5-1d32795dbf0f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c836802-332b-4781-8df5-1d32795dbf0f {
  display: none;
}
#s-8c836802-332b-4781-8df5-1d32795dbf0f, #wrap-s-8c836802-332b-4781-8df5-1d32795dbf0f { display:none !important; }}@media (max-width: 767px){#s-8c836802-332b-4781-8df5-1d32795dbf0f {
  padding-bottom: 10px;
}
}







#s-8c836802-332b-4781-8df5-1d32795dbf0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c836802-332b-4781-8df5-1d32795dbf0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b8808b0-9678-4506-bed5-663452392a17 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-9b8808b0-9678-4506-bed5-663452392a17 {
  display: none;
}
#s-9b8808b0-9678-4506-bed5-663452392a17, #wrap-s-9b8808b0-9678-4506-bed5-663452392a17 { display:none !important; }}
#s-9b8808b0-9678-4506-bed5-663452392a17 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (max-width: 767px){#s-61bf1e70-5406-4ba8-9ec3-e3e09c1b95b6 {
  display: none;
}
#s-61bf1e70-5406-4ba8-9ec3-e3e09c1b95b6, #wrap-s-61bf1e70-5406-4ba8-9ec3-e3e09c1b95b6 { display:none !important; }}
#s-11f73b40-e5b4-4f7f-9f05-81a9ffe2478f {
  padding-bottom: 30px;
}
@media (min-width: 1200px){#s-11f73b40-e5b4-4f7f-9f05-81a9ffe2478f {
  display: none;
}
#s-11f73b40-e5b4-4f7f-9f05-81a9ffe2478f, #wrap-s-11f73b40-e5b4-4f7f-9f05-81a9ffe2478f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11f73b40-e5b4-4f7f-9f05-81a9ffe2478f {
  display: none;
}
#s-11f73b40-e5b4-4f7f-9f05-81a9ffe2478f, #wrap-s-11f73b40-e5b4-4f7f-9f05-81a9ffe2478f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-11f73b40-e5b4-4f7f-9f05-81a9ffe2478f {
  display: none;
}
#s-11f73b40-e5b4-4f7f-9f05-81a9ffe2478f, #wrap-s-11f73b40-e5b4-4f7f-9f05-81a9ffe2478f { display:none !important; }}
#s-b67485ec-a2e2-4cb9-8efe-e86459f74c7f {
  margin-left: 0px;
margin-right: 0px;
padding-top: 30px;
padding-bottom: 30px;
}
@media (min-width: 1200px){#s-b67485ec-a2e2-4cb9-8efe-e86459f74c7f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b67485ec-a2e2-4cb9-8efe-e86459f74c7f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b67485ec-a2e2-4cb9-8efe-e86459f74c7f {
  
}
}@media (max-width: 767px){#s-b67485ec-a2e2-4cb9-8efe-e86459f74c7f {
  padding-top: 20px;
padding-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-b67485ec-a2e2-4cb9-8efe-e86459f74c7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b67485ec-a2e2-4cb9-8efe-e86459f74c7f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b67485ec-a2e2-4cb9-8efe-e86459f74c7f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b67485ec-a2e2-4cb9-8efe-e86459f74c7f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b77600ad-1b3b-4425-a01f-f9cab9ca71f3 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-b77600ad-1b3b-4425-a01f-f9cab9ca71f3 {
  display: none;
}
#s-b77600ad-1b3b-4425-a01f-f9cab9ca71f3, #wrap-s-b77600ad-1b3b-4425-a01f-f9cab9ca71f3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b77600ad-1b3b-4425-a01f-f9cab9ca71f3 {
  display: none;
}
#s-b77600ad-1b3b-4425-a01f-f9cab9ca71f3, #wrap-s-b77600ad-1b3b-4425-a01f-f9cab9ca71f3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b77600ad-1b3b-4425-a01f-f9cab9ca71f3 {
  display: none;
}
#s-b77600ad-1b3b-4425-a01f-f9cab9ca71f3, #wrap-s-b77600ad-1b3b-4425-a01f-f9cab9ca71f3 { display:none !important; }}@media (max-width: 767px){#s-b77600ad-1b3b-4425-a01f-f9cab9ca71f3 {
  margin-bottom: 20px;
min-height: 600px;
}
}







#s-b77600ad-1b3b-4425-a01f-f9cab9ca71f3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.04999999999999999;
}#s-b77600ad-1b3b-4425-a01f-f9cab9ca71f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb5e495f-4c59-48db-a002-5e5b68989dc1 {
  padding-top: 0px;
padding-bottom: 35px;
text-align: center;
}
@media (min-width: 1200px){#s-eb5e495f-4c59-48db-a002-5e5b68989dc1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eb5e495f-4c59-48db-a002-5e5b68989dc1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eb5e495f-4c59-48db-a002-5e5b68989dc1 {
  
}
}@media (max-width: 767px){#s-eb5e495f-4c59-48db-a002-5e5b68989dc1 {
  
}
}
#s-eb5e495f-4c59-48db-a002-5e5b68989dc1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-8015f99c-dbbc-426b-9226-eccbbcbb6fc5 {
  padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(68, 68, 68, 1);
}
#s-8015f99c-dbbc-426b-9226-eccbbcbb6fc5:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8015f99c-dbbc-426b-9226-eccbbcbb6fc5:active {border-style: solid !important;
border-color: rgba(251, 246, 243, 1) !important;
background-color: rgba(251, 246, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(68, 68, 68, 1) !important;}

  #s-8015f99c-dbbc-426b-9226-eccbbcbb6fc5-root {
    text-align: center;
  }


#s-8015f99c-dbbc-426b-9226-eccbbcbb6fc5.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8015f99c-dbbc-426b-9226-eccbbcbb6fc5-root {
    text-align: center;
  }


#s-8015f99c-dbbc-426b-9226-eccbbcbb6fc5.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8015f99c-dbbc-426b-9226-eccbbcbb6fc5-root {
    text-align: center;
  }


#s-8015f99c-dbbc-426b-9226-eccbbcbb6fc5.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8015f99c-dbbc-426b-9226-eccbbcbb6fc5-root {
    text-align: center;
  }


#s-8015f99c-dbbc-426b-9226-eccbbcbb6fc5.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8015f99c-dbbc-426b-9226-eccbbcbb6fc5-root {
    text-align: center;
  }


#s-8015f99c-dbbc-426b-9226-eccbbcbb6fc5.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-f547286f-7bd3-4327-a5b6-6247a22d8905 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f547286f-7bd3-4327-a5b6-6247a22d8905 {
  min-height: 500px;
display: none;
}
#s-f547286f-7bd3-4327-a5b6-6247a22d8905, #wrap-s-f547286f-7bd3-4327-a5b6-6247a22d8905 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f547286f-7bd3-4327-a5b6-6247a22d8905 {
  min-height: 500px;
display: none;
}
#s-f547286f-7bd3-4327-a5b6-6247a22d8905, #wrap-s-f547286f-7bd3-4327-a5b6-6247a22d8905 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f547286f-7bd3-4327-a5b6-6247a22d8905 {
  min-height: 500px;
display: none;
}
#s-f547286f-7bd3-4327-a5b6-6247a22d8905, #wrap-s-f547286f-7bd3-4327-a5b6-6247a22d8905 { display:none !important; }}@media (max-width: 767px){#s-f547286f-7bd3-4327-a5b6-6247a22d8905 {
  margin-bottom: 20px;
}
}







#s-f547286f-7bd3-4327-a5b6-6247a22d8905 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
}#s-f547286f-7bd3-4327-a5b6-6247a22d8905.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5431238d-b3a0-43ee-aced-071c9707e7c1 {
  padding-top: 0px;
padding-bottom: 35px;
text-align: center;
}
@media (min-width: 1200px){#s-5431238d-b3a0-43ee-aced-071c9707e7c1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5431238d-b3a0-43ee-aced-071c9707e7c1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5431238d-b3a0-43ee-aced-071c9707e7c1 {
  
}
}@media (max-width: 767px){#s-5431238d-b3a0-43ee-aced-071c9707e7c1 {
  
}
}
#s-5431238d-b3a0-43ee-aced-071c9707e7c1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-89263148-df1c-457d-aff8-7d0cf9a70d0c {
  padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(68, 68, 68, 1);
}
#s-89263148-df1c-457d-aff8-7d0cf9a70d0c:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-89263148-df1c-457d-aff8-7d0cf9a70d0c:active {border-style: solid !important;
border-color: rgba(251, 246, 243, 1) !important;
background-color: rgba(251, 246, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(68, 68, 68, 1) !important;}

  #s-89263148-df1c-457d-aff8-7d0cf9a70d0c-root {
    text-align: center;
  }


#s-89263148-df1c-457d-aff8-7d0cf9a70d0c.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-89263148-df1c-457d-aff8-7d0cf9a70d0c-root {
    text-align: center;
  }


#s-89263148-df1c-457d-aff8-7d0cf9a70d0c.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-89263148-df1c-457d-aff8-7d0cf9a70d0c-root {
    text-align: center;
  }


#s-89263148-df1c-457d-aff8-7d0cf9a70d0c.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-89263148-df1c-457d-aff8-7d0cf9a70d0c-root {
    text-align: center;
  }


#s-89263148-df1c-457d-aff8-7d0cf9a70d0c.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-89263148-df1c-457d-aff8-7d0cf9a70d0c-root {
    text-align: center;
  }


#s-89263148-df1c-457d-aff8-7d0cf9a70d0c.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-f0ab6090-c284-4eef-af0f-0c1bc7ca5817 {
  padding-top: 50px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f0ab6090-c284-4eef-af0f-0c1bc7ca5817 {
  display: none;
}
#s-f0ab6090-c284-4eef-af0f-0c1bc7ca5817, #wrap-s-f0ab6090-c284-4eef-af0f-0c1bc7ca5817 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0ab6090-c284-4eef-af0f-0c1bc7ca5817 {
  display: none;
}
#s-f0ab6090-c284-4eef-af0f-0c1bc7ca5817, #wrap-s-f0ab6090-c284-4eef-af0f-0c1bc7ca5817 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0ab6090-c284-4eef-af0f-0c1bc7ca5817 {
  display: none;
}
#s-f0ab6090-c284-4eef-af0f-0c1bc7ca5817, #wrap-s-f0ab6090-c284-4eef-af0f-0c1bc7ca5817 { display:none !important; }}
#s-f0ab6090-c284-4eef-af0f-0c1bc7ca5817 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-574a5149-ed39-4d8c-8757-75058b2b3152 {
  padding-top: 0px;
padding-left: 8%;
padding-right: 8%;
min-height: 50px;
}
@media (min-width: 1200px){#s-574a5149-ed39-4d8c-8757-75058b2b3152 {
  padding-left: 20%;
padding-right: 20%;
display: none;
}
#s-574a5149-ed39-4d8c-8757-75058b2b3152, #wrap-s-574a5149-ed39-4d8c-8757-75058b2b3152 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-574a5149-ed39-4d8c-8757-75058b2b3152 {
  padding-left: 20%;
padding-right: 20%;
display: none;
}
#s-574a5149-ed39-4d8c-8757-75058b2b3152, #wrap-s-574a5149-ed39-4d8c-8757-75058b2b3152 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-574a5149-ed39-4d8c-8757-75058b2b3152 {
  display: none;
}
#s-574a5149-ed39-4d8c-8757-75058b2b3152, #wrap-s-574a5149-ed39-4d8c-8757-75058b2b3152 { display:none !important; }}







#s-574a5149-ed39-4d8c-8757-75058b2b3152 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-574a5149-ed39-4d8c-8757-75058b2b3152.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff53f318-58d3-4e46-b78f-8e1c29925123 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-ff53f318-58d3-4e46-b78f-8e1c29925123 {
  display: none;
}
#s-ff53f318-58d3-4e46-b78f-8e1c29925123, #wrap-s-ff53f318-58d3-4e46-b78f-8e1c29925123 { display:none !important; }}
#s-ff53f318-58d3-4e46-b78f-8e1c29925123 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (max-width: 767px){#s-50093877-866c-4849-aea0-36d860ed165f {
  display: none;
}
#s-50093877-866c-4849-aea0-36d860ed165f, #wrap-s-50093877-866c-4849-aea0-36d860ed165f { display:none !important; }}
@media (min-width: 1200px){#s-bf3f93a4-c054-48c3-b6d8-c478a7f0667b {
  display: none;
}
#s-bf3f93a4-c054-48c3-b6d8-c478a7f0667b, #wrap-s-bf3f93a4-c054-48c3-b6d8-c478a7f0667b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf3f93a4-c054-48c3-b6d8-c478a7f0667b {
  display: none;
}
#s-bf3f93a4-c054-48c3-b6d8-c478a7f0667b, #wrap-s-bf3f93a4-c054-48c3-b6d8-c478a7f0667b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf3f93a4-c054-48c3-b6d8-c478a7f0667b {
  display: none;
}
#s-bf3f93a4-c054-48c3-b6d8-c478a7f0667b, #wrap-s-bf3f93a4-c054-48c3-b6d8-c478a7f0667b { display:none !important; }}
#s-049b3369-47ab-45f6-8ba7-c89650d89589 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 30px;
padding-bottom: 30px;
}
@media (min-width: 1200px){#s-049b3369-47ab-45f6-8ba7-c89650d89589 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-049b3369-47ab-45f6-8ba7-c89650d89589 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-049b3369-47ab-45f6-8ba7-c89650d89589 {
  
}
}@media (max-width: 767px){#s-049b3369-47ab-45f6-8ba7-c89650d89589 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-049b3369-47ab-45f6-8ba7-c89650d89589"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-049b3369-47ab-45f6-8ba7-c89650d89589"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-049b3369-47ab-45f6-8ba7-c89650d89589"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-049b3369-47ab-45f6-8ba7-c89650d89589"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c2e93565-19cb-459f-ad85-e839bd60cb6a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 3px;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-c2e93565-19cb-459f-ad85-e839bd60cb6a {
  min-height: 500px;
display: none;
}
#s-c2e93565-19cb-459f-ad85-e839bd60cb6a, #wrap-s-c2e93565-19cb-459f-ad85-e839bd60cb6a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c2e93565-19cb-459f-ad85-e839bd60cb6a {
  min-height: 500px;
display: none;
}
#s-c2e93565-19cb-459f-ad85-e839bd60cb6a, #wrap-s-c2e93565-19cb-459f-ad85-e839bd60cb6a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c2e93565-19cb-459f-ad85-e839bd60cb6a {
  min-height: 500px;
display: none;
}
#s-c2e93565-19cb-459f-ad85-e839bd60cb6a, #wrap-s-c2e93565-19cb-459f-ad85-e839bd60cb6a { display:none !important; }}@media (max-width: 767px){#s-c2e93565-19cb-459f-ad85-e839bd60cb6a {
  margin-bottom: 20px;
}
}







#s-c2e93565-19cb-459f-ad85-e839bd60cb6a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.09999999999999998;
}#s-c2e93565-19cb-459f-ad85-e839bd60cb6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b3c31f9-c5ed-490b-ac9a-dad2522f8a1c {
  padding-top: 0px;
padding-bottom: 35px;
text-align: center;
}
@media (min-width: 1200px){#s-4b3c31f9-c5ed-490b-ac9a-dad2522f8a1c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b3c31f9-c5ed-490b-ac9a-dad2522f8a1c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b3c31f9-c5ed-490b-ac9a-dad2522f8a1c {
  
}
}@media (max-width: 767px){#s-4b3c31f9-c5ed-490b-ac9a-dad2522f8a1c {
  
}
}
#s-4b3c31f9-c5ed-490b-ac9a-dad2522f8a1c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-1105dd9a-5ce5-44bd-9112-05edde6f16cb {
  padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(68, 68, 68, 1);
}
#s-1105dd9a-5ce5-44bd-9112-05edde6f16cb:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1105dd9a-5ce5-44bd-9112-05edde6f16cb:active {border-style: solid !important;
border-color: rgba(251, 246, 243, 1) !important;
background-color: rgba(251, 246, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(68, 68, 68, 1) !important;}

  #s-1105dd9a-5ce5-44bd-9112-05edde6f16cb-root {
    text-align: center;
  }


#s-1105dd9a-5ce5-44bd-9112-05edde6f16cb.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1105dd9a-5ce5-44bd-9112-05edde6f16cb-root {
    text-align: center;
  }


#s-1105dd9a-5ce5-44bd-9112-05edde6f16cb.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1105dd9a-5ce5-44bd-9112-05edde6f16cb-root {
    text-align: center;
  }


#s-1105dd9a-5ce5-44bd-9112-05edde6f16cb.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1105dd9a-5ce5-44bd-9112-05edde6f16cb-root {
    text-align: center;
  }


#s-1105dd9a-5ce5-44bd-9112-05edde6f16cb.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1105dd9a-5ce5-44bd-9112-05edde6f16cb-root {
    text-align: center;
  }


#s-1105dd9a-5ce5-44bd-9112-05edde6f16cb.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-20dbe148-cb45-423f-95b3-3ce3d34d74ac {
  padding-top: 40px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-20dbe148-cb45-423f-95b3-3ce3d34d74ac {
  display: none;
}
#s-20dbe148-cb45-423f-95b3-3ce3d34d74ac, #wrap-s-20dbe148-cb45-423f-95b3-3ce3d34d74ac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20dbe148-cb45-423f-95b3-3ce3d34d74ac {
  display: none;
}
#s-20dbe148-cb45-423f-95b3-3ce3d34d74ac, #wrap-s-20dbe148-cb45-423f-95b3-3ce3d34d74ac { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-20dbe148-cb45-423f-95b3-3ce3d34d74ac {
  display: none;
}
#s-20dbe148-cb45-423f-95b3-3ce3d34d74ac, #wrap-s-20dbe148-cb45-423f-95b3-3ce3d34d74ac { display:none !important; }}
#s-20dbe148-cb45-423f-95b3-3ce3d34d74ac .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-c9737d59-5c5d-4774-911c-6d9d0ab1f357 {
  padding-top: 0px;
padding-left: 8%;
padding-right: 8%;
min-height: 50px;
}
@media (min-width: 1200px){#s-c9737d59-5c5d-4774-911c-6d9d0ab1f357 {
  padding-left: 20%;
padding-right: 20%;
display: none;
}
#s-c9737d59-5c5d-4774-911c-6d9d0ab1f357, #wrap-s-c9737d59-5c5d-4774-911c-6d9d0ab1f357 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c9737d59-5c5d-4774-911c-6d9d0ab1f357 {
  padding-left: 20%;
padding-right: 20%;
display: none;
}
#s-c9737d59-5c5d-4774-911c-6d9d0ab1f357, #wrap-s-c9737d59-5c5d-4774-911c-6d9d0ab1f357 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c9737d59-5c5d-4774-911c-6d9d0ab1f357 {
  display: none;
}
#s-c9737d59-5c5d-4774-911c-6d9d0ab1f357, #wrap-s-c9737d59-5c5d-4774-911c-6d9d0ab1f357 { display:none !important; }}







#s-c9737d59-5c5d-4774-911c-6d9d0ab1f357 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9737d59-5c5d-4774-911c-6d9d0ab1f357.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7189b17f-e304-49eb-9952-e8e1b6383e1e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7189b17f-e304-49eb-9952-e8e1b6383e1e {
  display: none;
}
#s-7189b17f-e304-49eb-9952-e8e1b6383e1e, #wrap-s-7189b17f-e304-49eb-9952-e8e1b6383e1e { display:none !important; }}
#s-7189b17f-e304-49eb-9952-e8e1b6383e1e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (max-width: 767px){#s-c9e74fe8-ee2a-4a40-8b7b-0a82d59c7d40 {
  display: none;
}
#s-c9e74fe8-ee2a-4a40-8b7b-0a82d59c7d40, #wrap-s-c9e74fe8-ee2a-4a40-8b7b-0a82d59c7d40 { display:none !important; }}
#s-09e22b13-d8f4-4045-abd3-d0bb666adffa {
  padding-bottom: 40px;
}
@media (min-width: 1200px){#s-09e22b13-d8f4-4045-abd3-d0bb666adffa {
  display: none;
}
#s-09e22b13-d8f4-4045-abd3-d0bb666adffa, #wrap-s-09e22b13-d8f4-4045-abd3-d0bb666adffa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09e22b13-d8f4-4045-abd3-d0bb666adffa {
  display: none;
}
#s-09e22b13-d8f4-4045-abd3-d0bb666adffa, #wrap-s-09e22b13-d8f4-4045-abd3-d0bb666adffa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-09e22b13-d8f4-4045-abd3-d0bb666adffa {
  display: none;
}
#s-09e22b13-d8f4-4045-abd3-d0bb666adffa, #wrap-s-09e22b13-d8f4-4045-abd3-d0bb666adffa { display:none !important; }}@media (max-width: 767px){#s-09e22b13-d8f4-4045-abd3-d0bb666adffa {
  padding-bottom: 0px;
}
}
#s-6211b8cf-d27e-412b-8618-71082cc9317f {
  margin-left: 0px;
margin-right: 0px;
padding-top: 30px;
padding-bottom: 30px;
}
@media (min-width: 1200px){#s-6211b8cf-d27e-412b-8618-71082cc9317f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6211b8cf-d27e-412b-8618-71082cc9317f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6211b8cf-d27e-412b-8618-71082cc9317f {
  
}
}@media (max-width: 767px){#s-6211b8cf-d27e-412b-8618-71082cc9317f {
  padding-bottom: 70px;
}
}
@media (min-width: 0px) {
[id="s-6211b8cf-d27e-412b-8618-71082cc9317f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6211b8cf-d27e-412b-8618-71082cc9317f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6211b8cf-d27e-412b-8618-71082cc9317f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6211b8cf-d27e-412b-8618-71082cc9317f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-44119d7e-aa86-4cc9-bb14-e173c6a9d69b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-44119d7e-aa86-4cc9-bb14-e173c6a9d69b {
  display: none;
}
#s-44119d7e-aa86-4cc9-bb14-e173c6a9d69b, #wrap-s-44119d7e-aa86-4cc9-bb14-e173c6a9d69b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44119d7e-aa86-4cc9-bb14-e173c6a9d69b {
  display: none;
}
#s-44119d7e-aa86-4cc9-bb14-e173c6a9d69b, #wrap-s-44119d7e-aa86-4cc9-bb14-e173c6a9d69b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44119d7e-aa86-4cc9-bb14-e173c6a9d69b {
  display: none;
}
#s-44119d7e-aa86-4cc9-bb14-e173c6a9d69b, #wrap-s-44119d7e-aa86-4cc9-bb14-e173c6a9d69b { display:none !important; }}@media (max-width: 767px){#s-44119d7e-aa86-4cc9-bb14-e173c6a9d69b {
  margin-bottom: 20px;
min-height: 600px;
}
}







#s-44119d7e-aa86-4cc9-bb14-e173c6a9d69b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
}#s-44119d7e-aa86-4cc9-bb14-e173c6a9d69b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a44790ee-837d-4fe8-873a-fae3c1cc6787 {
  padding-top: 0px;
padding-bottom: 35px;
text-align: center;
}
@media (min-width: 1200px){#s-a44790ee-837d-4fe8-873a-fae3c1cc6787 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a44790ee-837d-4fe8-873a-fae3c1cc6787 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a44790ee-837d-4fe8-873a-fae3c1cc6787 {
  
}
}@media (max-width: 767px){#s-a44790ee-837d-4fe8-873a-fae3c1cc6787 {
  
}
}
#s-a44790ee-837d-4fe8-873a-fae3c1cc6787 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-b4066c32-e1a1-46a6-9497-51e5be7c0a0c {
  padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(68, 68, 68, 1);
}
#s-b4066c32-e1a1-46a6-9497-51e5be7c0a0c:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b4066c32-e1a1-46a6-9497-51e5be7c0a0c:active {border-style: solid !important;
border-color: rgba(251, 246, 243, 1) !important;
background-color: rgba(251, 246, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(68, 68, 68, 1) !important;}

  #s-b4066c32-e1a1-46a6-9497-51e5be7c0a0c-root {
    text-align: center;
  }


#s-b4066c32-e1a1-46a6-9497-51e5be7c0a0c.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b4066c32-e1a1-46a6-9497-51e5be7c0a0c-root {
    text-align: center;
  }


#s-b4066c32-e1a1-46a6-9497-51e5be7c0a0c.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4066c32-e1a1-46a6-9497-51e5be7c0a0c-root {
    text-align: center;
  }


#s-b4066c32-e1a1-46a6-9497-51e5be7c0a0c.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4066c32-e1a1-46a6-9497-51e5be7c0a0c-root {
    text-align: center;
  }


#s-b4066c32-e1a1-46a6-9497-51e5be7c0a0c.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b4066c32-e1a1-46a6-9497-51e5be7c0a0c-root {
    text-align: center;
  }


#s-b4066c32-e1a1-46a6-9497-51e5be7c0a0c.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-2fc28754-ed44-44c4-aafd-e74552170675 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-2fc28754-ed44-44c4-aafd-e74552170675:hover {background-color: rgba(68, 68, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2fc28754-ed44-44c4-aafd-e74552170675:active {background-color: rgba(33, 34, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-2fc28754-ed44-44c4-aafd-e74552170675 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2fc28754-ed44-44c4-aafd-e74552170675 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2fc28754-ed44-44c4-aafd-e74552170675 {
  
}
}@media (max-width: 767px){#s-2fc28754-ed44-44c4-aafd-e74552170675 {
  display: none;
}
#s-2fc28754-ed44-44c4-aafd-e74552170675, #wrap-s-2fc28754-ed44-44c4-aafd-e74552170675 { display:none !important; }}

  #s-2fc28754-ed44-44c4-aafd-e74552170675-root {
    text-align: center;
  }


#s-2fc28754-ed44-44c4-aafd-e74552170675.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2fc28754-ed44-44c4-aafd-e74552170675-root {
    text-align: center;
  }


#s-2fc28754-ed44-44c4-aafd-e74552170675.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2fc28754-ed44-44c4-aafd-e74552170675-root {
    text-align: center;
  }


#s-2fc28754-ed44-44c4-aafd-e74552170675.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2fc28754-ed44-44c4-aafd-e74552170675-root {
    text-align: center;
  }


#s-2fc28754-ed44-44c4-aafd-e74552170675.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2fc28754-ed44-44c4-aafd-e74552170675-root {
    text-align: center;
  }


#s-2fc28754-ed44-44c4-aafd-e74552170675.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0d95e466-0d14-4921-bca6-29f1d1618623 {
  padding-top: 50px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0d95e466-0d14-4921-bca6-29f1d1618623 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1500px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d95e466-0d14-4921-bca6-29f1d1618623 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d95e466-0d14-4921-bca6-29f1d1618623 {
  
}
}@media (max-width: 767px){#s-0d95e466-0d14-4921-bca6-29f1d1618623 {
  min-height: 10px;
display: none;
}
#s-0d95e466-0d14-4921-bca6-29f1d1618623, #wrap-s-0d95e466-0d14-4921-bca6-29f1d1618623 { display:none !important; }}







#s-0d95e466-0d14-4921-bca6-29f1d1618623 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d95e466-0d14-4921-bca6-29f1d1618623.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7adb85c6-acff-474f-8a0d-6c70d3a860ef {
  padding-top: 0px;
padding-left: 8%;
padding-right: 8%;
min-height: 50px;
}
@media (min-width: 1200px){#s-7adb85c6-acff-474f-8a0d-6c70d3a860ef {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7adb85c6-acff-474f-8a0d-6c70d3a860ef {
  padding-left: 20%;
padding-right: 20%;
}
}@media (max-width: 767px){#s-7adb85c6-acff-474f-8a0d-6c70d3a860ef {
  display: none;
}
#s-7adb85c6-acff-474f-8a0d-6c70d3a860ef, #wrap-s-7adb85c6-acff-474f-8a0d-6c70d3a860ef { display:none !important; }}







#s-7adb85c6-acff-474f-8a0d-6c70d3a860ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7adb85c6-acff-474f-8a0d-6c70d3a860ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb8d89c9-e394-493d-a7ee-8123151398f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-cb8d89c9-e394-493d-a7ee-8123151398f9 {
  display: none;
}
#s-cb8d89c9-e394-493d-a7ee-8123151398f9, #wrap-s-cb8d89c9-e394-493d-a7ee-8123151398f9 { display:none !important; }}
#s-cb8d89c9-e394-493d-a7ee-8123151398f9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-e96eca6c-d77e-4634-9ab7-9c0869e50f61 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e96eca6c-d77e-4634-9ab7-9c0869e50f61 {
  display: none;
}
#s-e96eca6c-d77e-4634-9ab7-9c0869e50f61, #wrap-s-e96eca6c-d77e-4634-9ab7-9c0869e50f61 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e96eca6c-d77e-4634-9ab7-9c0869e50f61 {
  display: none;
}
#s-e96eca6c-d77e-4634-9ab7-9c0869e50f61, #wrap-s-e96eca6c-d77e-4634-9ab7-9c0869e50f61 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e96eca6c-d77e-4634-9ab7-9c0869e50f61 {
  display: none;
}
#s-e96eca6c-d77e-4634-9ab7-9c0869e50f61, #wrap-s-e96eca6c-d77e-4634-9ab7-9c0869e50f61 { display:none !important; }}
#s-e96eca6c-d77e-4634-9ab7-9c0869e50f61 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (max-width: 767px){#s-48e8b5ec-4d66-4ae4-b399-08c9cf252089 {
  display: none;
}
#s-48e8b5ec-4d66-4ae4-b399-08c9cf252089, #wrap-s-48e8b5ec-4d66-4ae4-b399-08c9cf252089 { display:none !important; }}
@media (min-width: 1200px){#s-fc484dad-4837-406a-99bd-701fd755fbe7 {
  display: none;
}
#s-fc484dad-4837-406a-99bd-701fd755fbe7, #wrap-s-fc484dad-4837-406a-99bd-701fd755fbe7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc484dad-4837-406a-99bd-701fd755fbe7 {
  display: none;
}
#s-fc484dad-4837-406a-99bd-701fd755fbe7, #wrap-s-fc484dad-4837-406a-99bd-701fd755fbe7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc484dad-4837-406a-99bd-701fd755fbe7 {
  display: none;
}
#s-fc484dad-4837-406a-99bd-701fd755fbe7, #wrap-s-fc484dad-4837-406a-99bd-701fd755fbe7 { display:none !important; }}
#s-3dfc6aa2-6693-456d-996f-0ff8605f4750 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 30px;
padding-bottom: 30px;
}
@media (min-width: 1200px){#s-3dfc6aa2-6693-456d-996f-0ff8605f4750 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3dfc6aa2-6693-456d-996f-0ff8605f4750 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3dfc6aa2-6693-456d-996f-0ff8605f4750 {
  
}
}@media (max-width: 767px){#s-3dfc6aa2-6693-456d-996f-0ff8605f4750 {
  display: none;
}
#s-3dfc6aa2-6693-456d-996f-0ff8605f4750, #wrap-s-3dfc6aa2-6693-456d-996f-0ff8605f4750 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3dfc6aa2-6693-456d-996f-0ff8605f4750"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3dfc6aa2-6693-456d-996f-0ff8605f4750"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3dfc6aa2-6693-456d-996f-0ff8605f4750"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dfc6aa2-6693-456d-996f-0ff8605f4750"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-85691bfb-7d13-4fe9-add6-eb791fcb074c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-85691bfb-7d13-4fe9-add6-eb791fcb074c {
  min-height: 700px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-85691bfb-7d13-4fe9-add6-eb791fcb074c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-85691bfb-7d13-4fe9-add6-eb791fcb074c {
  min-height: 500px;
}
}@media (max-width: 767px){#s-85691bfb-7d13-4fe9-add6-eb791fcb074c {
  margin-bottom: 20px;
min-height: 300px;
}
}







#s-85691bfb-7d13-4fe9-add6-eb791fcb074c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.35;
}#s-85691bfb-7d13-4fe9-add6-eb791fcb074c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8375f50-0539-47e3-84a9-9ae7322782ac {
  padding-top: 30px;
padding-bottom: 35px;
text-align: center;
}
@media (min-width: 1200px){#s-f8375f50-0539-47e3-84a9-9ae7322782ac {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f8375f50-0539-47e3-84a9-9ae7322782ac {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f8375f50-0539-47e3-84a9-9ae7322782ac {
  
}
}@media (max-width: 767px){#s-f8375f50-0539-47e3-84a9-9ae7322782ac {
  
}
}
#s-f8375f50-0539-47e3-84a9-9ae7322782ac .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f8375f50-0539-47e3-84a9-9ae7322782ac .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 29px;
  
  
  
}


}
#s-518c8001-e741-41b3-a181-afea09cdffb3 {
  padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(68, 68, 68, 1);
}
#s-518c8001-e741-41b3-a181-afea09cdffb3:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-518c8001-e741-41b3-a181-afea09cdffb3:active {border-style: solid !important;
border-color: rgba(251, 246, 243, 1) !important;
background-color: rgba(251, 246, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(68, 68, 68, 1) !important;}

  #s-518c8001-e741-41b3-a181-afea09cdffb3-root {
    text-align: center;
  }


#s-518c8001-e741-41b3-a181-afea09cdffb3.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-518c8001-e741-41b3-a181-afea09cdffb3-root {
    text-align: center;
  }


#s-518c8001-e741-41b3-a181-afea09cdffb3.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-518c8001-e741-41b3-a181-afea09cdffb3-root {
    text-align: center;
  }


#s-518c8001-e741-41b3-a181-afea09cdffb3.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-518c8001-e741-41b3-a181-afea09cdffb3-root {
    text-align: center;
  }


#s-518c8001-e741-41b3-a181-afea09cdffb3.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-518c8001-e741-41b3-a181-afea09cdffb3-root {
    text-align: center;
  }


#s-518c8001-e741-41b3-a181-afea09cdffb3.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-6b7a451c-fcfc-4f92-b8eb-1dc80bb4b80b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-6b7a451c-fcfc-4f92-b8eb-1dc80bb4b80b {
  min-height: 700px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b7a451c-fcfc-4f92-b8eb-1dc80bb4b80b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b7a451c-fcfc-4f92-b8eb-1dc80bb4b80b {
  min-height: 500px;
}
}@media (max-width: 767px){#s-6b7a451c-fcfc-4f92-b8eb-1dc80bb4b80b {
  min-height: 300px;
}
}







#s-6b7a451c-fcfc-4f92-b8eb-1dc80bb4b80b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-6b7a451c-fcfc-4f92-b8eb-1dc80bb4b80b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e65fec05-4624-40b4-85f5-511490a1f987 {
  padding-top: 30px;
padding-bottom: 35px;
text-align: center;
}
@media (min-width: 1200px){#s-e65fec05-4624-40b4-85f5-511490a1f987 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e65fec05-4624-40b4-85f5-511490a1f987 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e65fec05-4624-40b4-85f5-511490a1f987 {
  
}
}@media (max-width: 767px){#s-e65fec05-4624-40b4-85f5-511490a1f987 {
  
}
}
#s-e65fec05-4624-40b4-85f5-511490a1f987 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e65fec05-4624-40b4-85f5-511490a1f987 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 29px;
  
  
  
}


}
#s-2abf8c34-5030-4669-a3da-622914125c1d {
  padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(68, 68, 68, 1);
}
#s-2abf8c34-5030-4669-a3da-622914125c1d:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2abf8c34-5030-4669-a3da-622914125c1d:active {border-style: solid !important;
border-color: rgba(251, 246, 243, 1) !important;
background-color: rgba(251, 246, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(68, 68, 68, 1) !important;}

  #s-2abf8c34-5030-4669-a3da-622914125c1d-root {
    text-align: center;
  }


#s-2abf8c34-5030-4669-a3da-622914125c1d.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2abf8c34-5030-4669-a3da-622914125c1d-root {
    text-align: center;
  }


#s-2abf8c34-5030-4669-a3da-622914125c1d.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2abf8c34-5030-4669-a3da-622914125c1d-root {
    text-align: center;
  }


#s-2abf8c34-5030-4669-a3da-622914125c1d.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2abf8c34-5030-4669-a3da-622914125c1d-root {
    text-align: center;
  }


#s-2abf8c34-5030-4669-a3da-622914125c1d.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2abf8c34-5030-4669-a3da-622914125c1d-root {
    text-align: center;
  }


#s-2abf8c34-5030-4669-a3da-622914125c1d.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 14px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-6ead76d6-61d5-4f9e-bcf4-786760ce9a18 {
  padding-top: 0px;
padding-left: 8%;
padding-right: 8%;
min-height: 50px;
}
@media (min-width: 1200px){#s-6ead76d6-61d5-4f9e-bcf4-786760ce9a18 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6ead76d6-61d5-4f9e-bcf4-786760ce9a18 {
  padding-left: 20%;
padding-right: 20%;
}
}







#s-6ead76d6-61d5-4f9e-bcf4-786760ce9a18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ead76d6-61d5-4f9e-bcf4-786760ce9a18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e658110-dc4d-4209-9d5c-a675b123e86d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-0e658110-dc4d-4209-9d5c-a675b123e86d {
  display: none;
}
#s-0e658110-dc4d-4209-9d5c-a675b123e86d, #wrap-s-0e658110-dc4d-4209-9d5c-a675b123e86d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e658110-dc4d-4209-9d5c-a675b123e86d {
  display: none;
}
#s-0e658110-dc4d-4209-9d5c-a675b123e86d, #wrap-s-0e658110-dc4d-4209-9d5c-a675b123e86d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e658110-dc4d-4209-9d5c-a675b123e86d {
  display: none;
}
#s-0e658110-dc4d-4209-9d5c-a675b123e86d, #wrap-s-0e658110-dc4d-4209-9d5c-a675b123e86d { display:none !important; }}
#s-0e658110-dc4d-4209-9d5c-a675b123e86d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 1200px){#s-256f6e76-5bce-4b7e-a8a3-b48c9d7fdb85 {
  display: none;
}
#s-256f6e76-5bce-4b7e-a8a3-b48c9d7fdb85, #wrap-s-256f6e76-5bce-4b7e-a8a3-b48c9d7fdb85 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-256f6e76-5bce-4b7e-a8a3-b48c9d7fdb85 {
  display: none;
}
#s-256f6e76-5bce-4b7e-a8a3-b48c9d7fdb85, #wrap-s-256f6e76-5bce-4b7e-a8a3-b48c9d7fdb85 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-256f6e76-5bce-4b7e-a8a3-b48c9d7fdb85 {
  display: none;
}
#s-256f6e76-5bce-4b7e-a8a3-b48c9d7fdb85, #wrap-s-256f6e76-5bce-4b7e-a8a3-b48c9d7fdb85 { display:none !important; }}
#s-a3c2d3b4-9a7c-4af8-9e70-021ac60f835e {
  padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a3c2d3b4-9a7c-4af8-9e70-021ac60f835e {
  display: none;
}
#s-a3c2d3b4-9a7c-4af8-9e70-021ac60f835e, #wrap-s-a3c2d3b4-9a7c-4af8-9e70-021ac60f835e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3c2d3b4-9a7c-4af8-9e70-021ac60f835e {
  display: none;
}
#s-a3c2d3b4-9a7c-4af8-9e70-021ac60f835e, #wrap-s-a3c2d3b4-9a7c-4af8-9e70-021ac60f835e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a3c2d3b4-9a7c-4af8-9e70-021ac60f835e {
  display: none;
}
#s-a3c2d3b4-9a7c-4af8-9e70-021ac60f835e, #wrap-s-a3c2d3b4-9a7c-4af8-9e70-021ac60f835e { display:none !important; }}@media (max-width: 767px){#s-a3c2d3b4-9a7c-4af8-9e70-021ac60f835e {
  padding-bottom: 10px;
min-height: 10px;
}
}







#s-a3c2d3b4-9a7c-4af8-9e70-021ac60f835e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3c2d3b4-9a7c-4af8-9e70-021ac60f835e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4d1c32b5-ad35-4e98-9c0d-b2d96a6cc692 {
  padding-top: 0px;
padding-left: 8%;
padding-right: 8%;
min-height: 50px;
}
@media (min-width: 1200px){#s-4d1c32b5-ad35-4e98-9c0d-b2d96a6cc692 {
  padding-left: 20%;
padding-right: 20%;
display: none;
}
#s-4d1c32b5-ad35-4e98-9c0d-b2d96a6cc692, #wrap-s-4d1c32b5-ad35-4e98-9c0d-b2d96a6cc692 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d1c32b5-ad35-4e98-9c0d-b2d96a6cc692 {
  padding-left: 20%;
padding-right: 20%;
display: none;
}
#s-4d1c32b5-ad35-4e98-9c0d-b2d96a6cc692, #wrap-s-4d1c32b5-ad35-4e98-9c0d-b2d96a6cc692 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d1c32b5-ad35-4e98-9c0d-b2d96a6cc692 {
  display: none;
}
#s-4d1c32b5-ad35-4e98-9c0d-b2d96a6cc692, #wrap-s-4d1c32b5-ad35-4e98-9c0d-b2d96a6cc692 { display:none !important; }}







#s-4d1c32b5-ad35-4e98-9c0d-b2d96a6cc692 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d1c32b5-ad35-4e98-9c0d-b2d96a6cc692.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae46e22d-c2cf-4541-852c-87e97d067f96 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-ae46e22d-c2cf-4541-852c-87e97d067f96 {
  display: none;
}
#s-ae46e22d-c2cf-4541-852c-87e97d067f96, #wrap-s-ae46e22d-c2cf-4541-852c-87e97d067f96 { display:none !important; }}
#s-ae46e22d-c2cf-4541-852c-87e97d067f96 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a88e37c3-d154-4075-8b46-f9d7f9916eaa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a88e37c3-d154-4075-8b46-f9d7f9916eaa {
  display: none;
}
#s-a88e37c3-d154-4075-8b46-f9d7f9916eaa, #wrap-s-a88e37c3-d154-4075-8b46-f9d7f9916eaa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a88e37c3-d154-4075-8b46-f9d7f9916eaa {
  display: none;
}
#s-a88e37c3-d154-4075-8b46-f9d7f9916eaa, #wrap-s-a88e37c3-d154-4075-8b46-f9d7f9916eaa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a88e37c3-d154-4075-8b46-f9d7f9916eaa {
  display: none;
}
#s-a88e37c3-d154-4075-8b46-f9d7f9916eaa, #wrap-s-a88e37c3-d154-4075-8b46-f9d7f9916eaa { display:none !important; }}
#s-a88e37c3-d154-4075-8b46-f9d7f9916eaa .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



@media (max-width: 767px){#s-3fa0886a-390f-4a1f-a226-e9e4fa224008 {
  display: none;
}
#s-3fa0886a-390f-4a1f-a226-e9e4fa224008, #wrap-s-3fa0886a-390f-4a1f-a226-e9e4fa224008 { display:none !important; }}
@media (min-width: 1200px){#s-35cc5fc3-ab79-4c0b-bd6a-6d57cfafe1c3 {
  display: none;
}
#s-35cc5fc3-ab79-4c0b-bd6a-6d57cfafe1c3, #wrap-s-35cc5fc3-ab79-4c0b-bd6a-6d57cfafe1c3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35cc5fc3-ab79-4c0b-bd6a-6d57cfafe1c3 {
  display: none;
}
#s-35cc5fc3-ab79-4c0b-bd6a-6d57cfafe1c3, #wrap-s-35cc5fc3-ab79-4c0b-bd6a-6d57cfafe1c3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-35cc5fc3-ab79-4c0b-bd6a-6d57cfafe1c3 {
  display: none;
}
#s-35cc5fc3-ab79-4c0b-bd6a-6d57cfafe1c3, #wrap-s-35cc5fc3-ab79-4c0b-bd6a-6d57cfafe1c3 { display:none !important; }}
#s-05674638-cc49-4861-9b61-bf686ff36d84 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 30px;
padding-bottom: 30px;
}
@media (min-width: 1200px){#s-05674638-cc49-4861-9b61-bf686ff36d84 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-05674638-cc49-4861-9b61-bf686ff36d84 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-05674638-cc49-4861-9b61-bf686ff36d84 {
  
}
}@media (max-width: 767px){#s-05674638-cc49-4861-9b61-bf686ff36d84 {
  
}
}
@media (min-width: 0px) {
[id="s-05674638-cc49-4861-9b61-bf686ff36d84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05674638-cc49-4861-9b61-bf686ff36d84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-05674638-cc49-4861-9b61-bf686ff36d84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-05674638-cc49-4861-9b61-bf686ff36d84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-47c92338-91a2-46ad-8278-97f0a0e06df4 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-47c92338-91a2-46ad-8278-97f0a0e06df4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47c92338-91a2-46ad-8278-97f0a0e06df4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-47c92338-91a2-46ad-8278-97f0a0e06df4 {
  min-height: 500px;
}
}@media (max-width: 767px){#s-47c92338-91a2-46ad-8278-97f0a0e06df4 {
  margin-bottom: 20px;
min-height: 530px;
}
}







#s-47c92338-91a2-46ad-8278-97f0a0e06df4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.35;
}#s-47c92338-91a2-46ad-8278-97f0a0e06df4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57a9ef33-cda0-4e8f-b8cc-fd2732c55dc4 {
  padding-top: 30px;
padding-bottom: 35px;
text-align: center;
}
@media (min-width: 1200px){#s-57a9ef33-cda0-4e8f-b8cc-fd2732c55dc4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-57a9ef33-cda0-4e8f-b8cc-fd2732c55dc4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-57a9ef33-cda0-4e8f-b8cc-fd2732c55dc4 {
  
}
}@media (max-width: 767px){#s-57a9ef33-cda0-4e8f-b8cc-fd2732c55dc4 {
  
}
}
#s-57a9ef33-cda0-4e8f-b8cc-fd2732c55dc4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-56688240-eb36-4696-9ffa-ebe465f93aec {
  padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(68, 68, 68, 1);
}
#s-56688240-eb36-4696-9ffa-ebe465f93aec:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-56688240-eb36-4696-9ffa-ebe465f93aec:active {border-style: solid !important;
border-color: rgba(251, 246, 243, 1) !important;
background-color: rgba(251, 246, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(68, 68, 68, 1) !important;}

  #s-56688240-eb36-4696-9ffa-ebe465f93aec-root {
    text-align: center;
  }


#s-56688240-eb36-4696-9ffa-ebe465f93aec.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-56688240-eb36-4696-9ffa-ebe465f93aec-root {
    text-align: center;
  }


#s-56688240-eb36-4696-9ffa-ebe465f93aec.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-56688240-eb36-4696-9ffa-ebe465f93aec-root {
    text-align: center;
  }


#s-56688240-eb36-4696-9ffa-ebe465f93aec.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-56688240-eb36-4696-9ffa-ebe465f93aec-root {
    text-align: center;
  }


#s-56688240-eb36-4696-9ffa-ebe465f93aec.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-56688240-eb36-4696-9ffa-ebe465f93aec-root {
    text-align: center;
  }


#s-56688240-eb36-4696-9ffa-ebe465f93aec.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-5315b15a-840c-45d3-8c30-c9eeb634b63e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-5315b15a-840c-45d3-8c30-c9eeb634b63e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5315b15a-840c-45d3-8c30-c9eeb634b63e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5315b15a-840c-45d3-8c30-c9eeb634b63e {
  min-height: 500px;
}
}@media (max-width: 767px){#s-5315b15a-840c-45d3-8c30-c9eeb634b63e {
  min-height: 530px;
}
}







#s-5315b15a-840c-45d3-8c30-c9eeb634b63e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-5315b15a-840c-45d3-8c30-c9eeb634b63e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd4e1eff-cab2-4514-9413-f60f16fc9d40 {
  padding-top: 30px;
padding-bottom: 35px;
text-align: center;
}
@media (min-width: 1200px){#s-fd4e1eff-cab2-4514-9413-f60f16fc9d40 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fd4e1eff-cab2-4514-9413-f60f16fc9d40 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd4e1eff-cab2-4514-9413-f60f16fc9d40 {
  
}
}@media (max-width: 767px){#s-fd4e1eff-cab2-4514-9413-f60f16fc9d40 {
  
}
}
#s-fd4e1eff-cab2-4514-9413-f60f16fc9d40 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-93c693b2-3f66-467a-a03a-3cb83710bff6 {
  padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(68, 68, 68, 1);
}
#s-93c693b2-3f66-467a-a03a-3cb83710bff6:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-93c693b2-3f66-467a-a03a-3cb83710bff6:active {border-style: solid !important;
border-color: rgba(251, 246, 243, 1) !important;
background-color: rgba(251, 246, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(68, 68, 68, 1) !important;}

  #s-93c693b2-3f66-467a-a03a-3cb83710bff6-root {
    text-align: center;
  }


#s-93c693b2-3f66-467a-a03a-3cb83710bff6.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-93c693b2-3f66-467a-a03a-3cb83710bff6-root {
    text-align: center;
  }


#s-93c693b2-3f66-467a-a03a-3cb83710bff6.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93c693b2-3f66-467a-a03a-3cb83710bff6-root {
    text-align: center;
  }


#s-93c693b2-3f66-467a-a03a-3cb83710bff6.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93c693b2-3f66-467a-a03a-3cb83710bff6-root {
    text-align: center;
  }


#s-93c693b2-3f66-467a-a03a-3cb83710bff6.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-93c693b2-3f66-467a-a03a-3cb83710bff6-root {
    text-align: center;
  }


#s-93c693b2-3f66-467a-a03a-3cb83710bff6.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 12px;
  
  
  font-family: Belleza;
  display:  inline-block ;
}
}
#s-efb4c709-1dfe-4330-86bc-61009f8a3473 {
  padding-top: 0px;
padding-left: 8%;
padding-right: 8%;
min-height: 50px;
}
@media (min-width: 1200px){#s-efb4c709-1dfe-4330-86bc-61009f8a3473 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-efb4c709-1dfe-4330-86bc-61009f8a3473 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (max-width: 767px){#s-efb4c709-1dfe-4330-86bc-61009f8a3473 {
  display: none;
}
#s-efb4c709-1dfe-4330-86bc-61009f8a3473, #wrap-s-efb4c709-1dfe-4330-86bc-61009f8a3473 { display:none !important; }}







#s-efb4c709-1dfe-4330-86bc-61009f8a3473 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efb4c709-1dfe-4330-86bc-61009f8a3473.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-454d5aa8-49fa-46c0-82da-3521eb2c658c {
  padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-454d5aa8-49fa-46c0-82da-3521eb2c658c {
  padding-left: 10%;
padding-right: 10%;
display: none;
}
#s-454d5aa8-49fa-46c0-82da-3521eb2c658c, #wrap-s-454d5aa8-49fa-46c0-82da-3521eb2c658c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-454d5aa8-49fa-46c0-82da-3521eb2c658c {
  padding-left: 10%;
padding-right: 10%;
display: none;
}
#s-454d5aa8-49fa-46c0-82da-3521eb2c658c, #wrap-s-454d5aa8-49fa-46c0-82da-3521eb2c658c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-454d5aa8-49fa-46c0-82da-3521eb2c658c {
  padding-right: 4%;
display: none;
}
#s-454d5aa8-49fa-46c0-82da-3521eb2c658c, #wrap-s-454d5aa8-49fa-46c0-82da-3521eb2c658c { display:none !important; }}@media (max-width: 767px){#s-454d5aa8-49fa-46c0-82da-3521eb2c658c {
  min-height: 10px;
display: none;
}
#s-454d5aa8-49fa-46c0-82da-3521eb2c658c, #wrap-s-454d5aa8-49fa-46c0-82da-3521eb2c658c { display:none !important; }}







#s-454d5aa8-49fa-46c0-82da-3521eb2c658c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-454d5aa8-49fa-46c0-82da-3521eb2c658c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-93e95a08-d707-45df-8683-ff5f34d3fa0f {
  padding-top: 0px;
padding-left: 8%;
padding-right: 8%;
min-height: 50px;
}
@media (min-width: 1200px){#s-93e95a08-d707-45df-8683-ff5f34d3fa0f {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-93e95a08-d707-45df-8683-ff5f34d3fa0f {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-93e95a08-d707-45df-8683-ff5f34d3fa0f {
  
}
}







#s-93e95a08-d707-45df-8683-ff5f34d3fa0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93e95a08-d707-45df-8683-ff5f34d3fa0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9bd9d3ec-ce55-4b68-973e-7d5e62aed1bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-9bd9d3ec-ce55-4b68-973e-7d5e62aed1bc {
  
}
}
#s-9bd9d3ec-ce55-4b68-973e-7d5e62aed1bc .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-0998247c-25bf-4565-9555-17421609621d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-0998247c-25bf-4565-9555-17421609621d {
  display: none;
}
#s-0998247c-25bf-4565-9555-17421609621d, #wrap-s-0998247c-25bf-4565-9555-17421609621d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0998247c-25bf-4565-9555-17421609621d {
  display: none;
}
#s-0998247c-25bf-4565-9555-17421609621d, #wrap-s-0998247c-25bf-4565-9555-17421609621d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0998247c-25bf-4565-9555-17421609621d {
  display: none;
}
#s-0998247c-25bf-4565-9555-17421609621d, #wrap-s-0998247c-25bf-4565-9555-17421609621d { display:none !important; }}@media (max-width: 767px){#s-0998247c-25bf-4565-9555-17421609621d {
  display: none;
}
#s-0998247c-25bf-4565-9555-17421609621d, #wrap-s-0998247c-25bf-4565-9555-17421609621d { display:none !important; }}
#s-0998247c-25bf-4565-9555-17421609621d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-0998247c-25bf-4565-9555-17421609621d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
@media (max-width: 767px){#s-068e6dfb-8065-493f-918b-8f8ae80f1013 {
  
}
}
@media (min-width: 0px) {
[id="s-068e6dfb-8065-493f-918b-8f8ae80f1013"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-068e6dfb-8065-493f-918b-8f8ae80f1013"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-068e6dfb-8065-493f-918b-8f8ae80f1013"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-068e6dfb-8065-493f-918b-8f8ae80f1013"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6c94b8d3-1602-4db8-b63a-3c50c3c6afd1 {
  text-align: center;
}







  #s-6c94b8d3-1602-4db8-b63a-3c50c3c6afd1 img.shogun-image {
    

    
    
    
  }


#s-6c94b8d3-1602-4db8-b63a-3c50c3c6afd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-4d8f18f1-86bc-49ef-b722-f9c2211761d2 {
  text-align: center;
}







  #s-4d8f18f1-86bc-49ef-b722-f9c2211761d2 img.shogun-image {
    

    
    
    
  }


#s-4d8f18f1-86bc-49ef-b722-f9c2211761d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-030aad2b-a68b-4425-a5f2-176fb03e7050 {
  text-align: center;
}







  #s-030aad2b-a68b-4425-a5f2-176fb03e7050 img.shogun-image {
    

    
    
    
  }


#s-030aad2b-a68b-4425-a5f2-176fb03e7050 .shogun-image-content {
  
    align-items: center;
  
}

#s-826cd7a9-3c08-4e54-860c-9ffc49b15244 {
  padding-bottom: 40px;
}
@media (min-width: 1200px){#s-826cd7a9-3c08-4e54-860c-9ffc49b15244 {
  display: none;
}
#s-826cd7a9-3c08-4e54-860c-9ffc49b15244, #wrap-s-826cd7a9-3c08-4e54-860c-9ffc49b15244 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-826cd7a9-3c08-4e54-860c-9ffc49b15244 {
  display: none;
}
#s-826cd7a9-3c08-4e54-860c-9ffc49b15244, #wrap-s-826cd7a9-3c08-4e54-860c-9ffc49b15244 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-826cd7a9-3c08-4e54-860c-9ffc49b15244 {
  display: none;
}
#s-826cd7a9-3c08-4e54-860c-9ffc49b15244, #wrap-s-826cd7a9-3c08-4e54-860c-9ffc49b15244 { display:none !important; }}@media (max-width: 767px){#s-826cd7a9-3c08-4e54-860c-9ffc49b15244 {
  display: none;
}
#s-826cd7a9-3c08-4e54-860c-9ffc49b15244, #wrap-s-826cd7a9-3c08-4e54-860c-9ffc49b15244 { display:none !important; }}
@media (min-width: 0px) {
[id="s-826cd7a9-3c08-4e54-860c-9ffc49b15244"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-826cd7a9-3c08-4e54-860c-9ffc49b15244"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-826cd7a9-3c08-4e54-860c-9ffc49b15244"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-826cd7a9-3c08-4e54-860c-9ffc49b15244"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6893431b-5b42-409d-80f3-2779c5ef9656 {
  text-align: center;
}







  #s-6893431b-5b42-409d-80f3-2779c5ef9656 img.shogun-image {
    

    
    
    
  }


#s-6893431b-5b42-409d-80f3-2779c5ef9656 .shogun-image-content {
  
    align-items: center;
  
}

#s-98d2c73c-6fce-4079-a9d7-2ade10a9ca01 {
  text-align: center;
}







  #s-98d2c73c-6fce-4079-a9d7-2ade10a9ca01 img.shogun-image {
    

    
    
    
  }


#s-98d2c73c-6fce-4079-a9d7-2ade10a9ca01 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec72c36c-9524-4bb6-8352-7b305925b52e {
  padding-bottom: 40px;
}
@media (min-width: 1200px){#s-ec72c36c-9524-4bb6-8352-7b305925b52e {
  display: none;
}
#s-ec72c36c-9524-4bb6-8352-7b305925b52e, #wrap-s-ec72c36c-9524-4bb6-8352-7b305925b52e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec72c36c-9524-4bb6-8352-7b305925b52e {
  display: none;
}
#s-ec72c36c-9524-4bb6-8352-7b305925b52e, #wrap-s-ec72c36c-9524-4bb6-8352-7b305925b52e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec72c36c-9524-4bb6-8352-7b305925b52e {
  display: none;
}
#s-ec72c36c-9524-4bb6-8352-7b305925b52e, #wrap-s-ec72c36c-9524-4bb6-8352-7b305925b52e { display:none !important; }}@media (max-width: 767px){#s-ec72c36c-9524-4bb6-8352-7b305925b52e {
  display: none;
}
#s-ec72c36c-9524-4bb6-8352-7b305925b52e, #wrap-s-ec72c36c-9524-4bb6-8352-7b305925b52e { display:none !important; }}
@media (min-width: 0px) {
[id="s-ec72c36c-9524-4bb6-8352-7b305925b52e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ec72c36c-9524-4bb6-8352-7b305925b52e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ec72c36c-9524-4bb6-8352-7b305925b52e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec72c36c-9524-4bb6-8352-7b305925b52e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-64177b2a-b8f8-44fd-90bd-1b30460825a7 {
  text-align: center;
}







  #s-64177b2a-b8f8-44fd-90bd-1b30460825a7 img.shogun-image {
    

    
    
    
  }


#s-64177b2a-b8f8-44fd-90bd-1b30460825a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e58cf7c-0e29-4c66-a6c4-940191b86bd6 {
  text-align: center;
}







  #s-7e58cf7c-0e29-4c66-a6c4-940191b86bd6 img.shogun-image {
    

    
    
    
  }


#s-7e58cf7c-0e29-4c66-a6c4-940191b86bd6 .shogun-image-content {
  
    align-items: center;
  
}

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

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

@media (max-width: 767px){#s-c1f8d3c6-b6de-40a4-8d60-e43ca485edca {
  display: none;
}
#s-c1f8d3c6-b6de-40a4-8d60-e43ca485edca, #wrap-s-c1f8d3c6-b6de-40a4-8d60-e43ca485edca { display:none !important; }}
#s-c1f8d3c6-b6de-40a4-8d60-e43ca485edca hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-9b487faa-3e48-4ab7-ba1f-2e607712cb34 {
  padding-bottom: 0px;
}
@media (max-width: 767px){#s-9b487faa-3e48-4ab7-ba1f-2e607712cb34 {
  
}
}
@media (min-width: 0px) {
[id="s-9b487faa-3e48-4ab7-ba1f-2e607712cb34"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-9b487faa-3e48-4ab7-ba1f-2e607712cb34"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9b487faa-3e48-4ab7-ba1f-2e607712cb34"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b487faa-3e48-4ab7-ba1f-2e607712cb34"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bd41d0a5-1c43-4a6d-8aea-77c0e020be83 {
  text-align: center;
}







  #s-bd41d0a5-1c43-4a6d-8aea-77c0e020be83 img.shogun-image {
    

    
    
    
  }


#s-bd41d0a5-1c43-4a6d-8aea-77c0e020be83 .shogun-image-content {
  
    align-items: center;
  
}

#s-b5a9c2b1-4c44-4ad1-b90c-49ecc0c84c96 {
  text-align: center;
}







  #s-b5a9c2b1-4c44-4ad1-b90c-49ecc0c84c96 img.shogun-image {
    

    
    
    
  }


#s-b5a9c2b1-4c44-4ad1-b90c-49ecc0c84c96 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b2bdd9a-4458-4fb7-9b59-d792a0bf9ad0 {
  text-align: center;
}







  #s-3b2bdd9a-4458-4fb7-9b59-d792a0bf9ad0 img.shogun-image {
    

    
    
    
  }


#s-3b2bdd9a-4458-4fb7-9b59-d792a0bf9ad0 .shogun-image-content {
  
    align-items: center;
  
}

#s-26613ae7-9c7a-416e-8fbf-dee8d037312c {
  padding-bottom: 40px;
}
@media (min-width: 1200px){#s-26613ae7-9c7a-416e-8fbf-dee8d037312c {
  display: none;
}
#s-26613ae7-9c7a-416e-8fbf-dee8d037312c, #wrap-s-26613ae7-9c7a-416e-8fbf-dee8d037312c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26613ae7-9c7a-416e-8fbf-dee8d037312c {
  display: none;
}
#s-26613ae7-9c7a-416e-8fbf-dee8d037312c, #wrap-s-26613ae7-9c7a-416e-8fbf-dee8d037312c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-26613ae7-9c7a-416e-8fbf-dee8d037312c {
  display: none;
}
#s-26613ae7-9c7a-416e-8fbf-dee8d037312c, #wrap-s-26613ae7-9c7a-416e-8fbf-dee8d037312c { display:none !important; }}@media (max-width: 767px){#s-26613ae7-9c7a-416e-8fbf-dee8d037312c {
  display: none;
}
#s-26613ae7-9c7a-416e-8fbf-dee8d037312c, #wrap-s-26613ae7-9c7a-416e-8fbf-dee8d037312c { display:none !important; }}
@media (min-width: 0px) {
[id="s-26613ae7-9c7a-416e-8fbf-dee8d037312c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-26613ae7-9c7a-416e-8fbf-dee8d037312c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-26613ae7-9c7a-416e-8fbf-dee8d037312c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-26613ae7-9c7a-416e-8fbf-dee8d037312c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-30bca54b-6e08-491f-acfc-fd750a61db08 {
  text-align: center;
}







  #s-30bca54b-6e08-491f-acfc-fd750a61db08 img.shogun-image {
    

    
    
    
  }


#s-30bca54b-6e08-491f-acfc-fd750a61db08 .shogun-image-content {
  
    align-items: center;
  
}

#s-4cbf0bd9-8519-4882-b6b5-340e06df0dfe {
  text-align: center;
}







  #s-4cbf0bd9-8519-4882-b6b5-340e06df0dfe img.shogun-image {
    

    
    
    
  }


#s-4cbf0bd9-8519-4882-b6b5-340e06df0dfe .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-be093f73-b3e9-473e-8a9d-a475a3bdaa06 {
  display: none;
}
#s-be093f73-b3e9-473e-8a9d-a475a3bdaa06, #wrap-s-be093f73-b3e9-473e-8a9d-a475a3bdaa06 { display:none !important; }}
#s-be093f73-b3e9-473e-8a9d-a475a3bdaa06 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-2b8e03d8-ad5b-4cf9-a802-cde030be856c {
  padding-bottom: 40px;
}
@media (min-width: 1200px){#s-2b8e03d8-ad5b-4cf9-a802-cde030be856c {
  display: none;
}
#s-2b8e03d8-ad5b-4cf9-a802-cde030be856c, #wrap-s-2b8e03d8-ad5b-4cf9-a802-cde030be856c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b8e03d8-ad5b-4cf9-a802-cde030be856c {
  display: none;
}
#s-2b8e03d8-ad5b-4cf9-a802-cde030be856c, #wrap-s-2b8e03d8-ad5b-4cf9-a802-cde030be856c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b8e03d8-ad5b-4cf9-a802-cde030be856c {
  display: none;
}
#s-2b8e03d8-ad5b-4cf9-a802-cde030be856c, #wrap-s-2b8e03d8-ad5b-4cf9-a802-cde030be856c { display:none !important; }}@media (max-width: 767px){#s-2b8e03d8-ad5b-4cf9-a802-cde030be856c {
  display: none;
}
#s-2b8e03d8-ad5b-4cf9-a802-cde030be856c, #wrap-s-2b8e03d8-ad5b-4cf9-a802-cde030be856c { display:none !important; }}
@media (min-width: 0px) {
[id="s-2b8e03d8-ad5b-4cf9-a802-cde030be856c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2b8e03d8-ad5b-4cf9-a802-cde030be856c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2b8e03d8-ad5b-4cf9-a802-cde030be856c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b8e03d8-ad5b-4cf9-a802-cde030be856c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-93498d72-dcd3-41a8-9530-0f2ca4bc4c2a {
  text-align: center;
}







  #s-93498d72-dcd3-41a8-9530-0f2ca4bc4c2a img.shogun-image {
    

    
    
    
  }


#s-93498d72-dcd3-41a8-9530-0f2ca4bc4c2a .shogun-image-content {
  
    align-items: center;
  
}

#s-babe0670-2b18-488e-8d99-520329f73c25 {
  text-align: center;
}







  #s-babe0670-2b18-488e-8d99-520329f73c25 img.shogun-image {
    

    
    
    
  }


#s-babe0670-2b18-488e-8d99-520329f73c25 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2920a11-624f-42da-a551-1969df300244 {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 80px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e2920a11-624f-42da-a551-1969df300244 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e2920a11-624f-42da-a551-1969df300244 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e2920a11-624f-42da-a551-1969df300244 {
  padding-right: 4%;
}
}@media (max-width: 767px){#s-e2920a11-624f-42da-a551-1969df300244 {
  min-height: 10px;
display: none;
}
#s-e2920a11-624f-42da-a551-1969df300244, #wrap-s-e2920a11-624f-42da-a551-1969df300244 { display:none !important; }}







#s-e2920a11-624f-42da-a551-1969df300244 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2920a11-624f-42da-a551-1969df300244.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-823ac899-ac01-481b-a02f-fb0332fd6d38 {
  padding-top: 0px;
padding-left: 8%;
padding-right: 8%;
min-height: 50px;
}
@media (min-width: 1200px){#s-823ac899-ac01-481b-a02f-fb0332fd6d38 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-823ac899-ac01-481b-a02f-fb0332fd6d38 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-823ac899-ac01-481b-a02f-fb0332fd6d38 {
  
}
}







#s-823ac899-ac01-481b-a02f-fb0332fd6d38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-823ac899-ac01-481b-a02f-fb0332fd6d38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1488ffc-8f94-47a0-9196-d58e7b8853b6 {
  padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-d1488ffc-8f94-47a0-9196-d58e7b8853b6 {
  display: none;
}
#s-d1488ffc-8f94-47a0-9196-d58e7b8853b6, #wrap-s-d1488ffc-8f94-47a0-9196-d58e7b8853b6 { display:none !important; }}
#s-d1488ffc-8f94-47a0-9196-d58e7b8853b6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-4303ab63-7340-42dd-9899-d43b1663722d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-4303ab63-7340-42dd-9899-d43b1663722d {
  display: none;
}
#s-4303ab63-7340-42dd-9899-d43b1663722d, #wrap-s-4303ab63-7340-42dd-9899-d43b1663722d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4303ab63-7340-42dd-9899-d43b1663722d {
  display: none;
}
#s-4303ab63-7340-42dd-9899-d43b1663722d, #wrap-s-4303ab63-7340-42dd-9899-d43b1663722d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4303ab63-7340-42dd-9899-d43b1663722d {
  display: none;
}
#s-4303ab63-7340-42dd-9899-d43b1663722d, #wrap-s-4303ab63-7340-42dd-9899-d43b1663722d { display:none !important; }}
#s-4303ab63-7340-42dd-9899-d43b1663722d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-4303ab63-7340-42dd-9899-d43b1663722d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
@media (max-width: 767px){#s-8c277ef2-6f56-468e-a1ca-7bccca37cb76 {
  display: none;
}
#s-8c277ef2-6f56-468e-a1ca-7bccca37cb76, #wrap-s-8c277ef2-6f56-468e-a1ca-7bccca37cb76 { display:none !important; }}
@media (min-width: 1200px){#s-d41fb9e9-e918-4c84-993f-1dbb79c08963 {
  display: none;
}
#s-d41fb9e9-e918-4c84-993f-1dbb79c08963, #wrap-s-d41fb9e9-e918-4c84-993f-1dbb79c08963 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d41fb9e9-e918-4c84-993f-1dbb79c08963 {
  display: none;
}
#s-d41fb9e9-e918-4c84-993f-1dbb79c08963, #wrap-s-d41fb9e9-e918-4c84-993f-1dbb79c08963 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d41fb9e9-e918-4c84-993f-1dbb79c08963 {
  display: none;
}
#s-d41fb9e9-e918-4c84-993f-1dbb79c08963, #wrap-s-d41fb9e9-e918-4c84-993f-1dbb79c08963 { display:none !important; }}
@media (min-width: 0px) {
[id="s-93be70c0-dbbd-4fca-a666-4bcfe07385e4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-93be70c0-dbbd-4fca-a666-4bcfe07385e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-93be70c0-dbbd-4fca-a666-4bcfe07385e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-93be70c0-dbbd-4fca-a666-4bcfe07385e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7204b8f2-8559-4a79-9b6a-f8bfb7c67556 {
  text-align: center;
}







  #s-7204b8f2-8559-4a79-9b6a-f8bfb7c67556 img.shogun-image {
    

    
    
    
  }


#s-7204b8f2-8559-4a79-9b6a-f8bfb7c67556 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c8a0ede-c988-4936-8889-cc3caa4734ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c8a0ede-c988-4936-8889-cc3caa4734ff .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-24a1ad4e-5ba9-4be8-bb2d-530642743e99 {
  text-align: center;
}







  #s-24a1ad4e-5ba9-4be8-bb2d-530642743e99 img.shogun-image {
    

    
    
    
  }


#s-24a1ad4e-5ba9-4be8-bb2d-530642743e99 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1c54c5e-5dd6-4cb1-a549-a4d0912fe9a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1c54c5e-5dd6-4cb1-a549-a4d0912fe9a8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-7bab8131-6d4e-465c-a44e-0b10d4c1d48f {
  text-align: center;
}







  #s-7bab8131-6d4e-465c-a44e-0b10d4c1d48f img.shogun-image {
    

    
    
    
  }


#s-7bab8131-6d4e-465c-a44e-0b10d4c1d48f .shogun-image-content {
  
    align-items: center;
  
}

#s-4253879b-6e6b-479f-9a3b-4b72c008dbb3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4253879b-6e6b-479f-9a3b-4b72c008dbb3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



@media (min-width: 0px) {
[id="s-d000a4a0-42ae-418a-bdcf-873d7a345454"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d000a4a0-42ae-418a-bdcf-873d7a345454"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d000a4a0-42ae-418a-bdcf-873d7a345454"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d000a4a0-42ae-418a-bdcf-873d7a345454"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5237abd0-9261-43d7-a9d5-207b2f76c024 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5237abd0-9261-43d7-a9d5-207b2f76c024 img.shogun-image,
  #s-5237abd0-9261-43d7-a9d5-207b2f76c024 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5237abd0-9261-43d7-a9d5-207b2f76c024 {
    width: 100%;
    height: auto;
  }



  #s-5237abd0-9261-43d7-a9d5-207b2f76c024 img.shogun-image {
    

    
    
    
  }


#s-5237abd0-9261-43d7-a9d5-207b2f76c024 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2560aaa-f290-4950-a19d-8371d0f2e896 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2560aaa-f290-4950-a19d-8371d0f2e896 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-bdaf37c4-bdee-45bf-93de-231f45334155 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-bdaf37c4-bdee-45bf-93de-231f45334155 img.shogun-image,
  #s-bdaf37c4-bdee-45bf-93de-231f45334155 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdaf37c4-bdee-45bf-93de-231f45334155 {
    width: 100%;
    height: auto;
  }



  #s-bdaf37c4-bdee-45bf-93de-231f45334155 img.shogun-image {
    

    
    
    
  }


#s-bdaf37c4-bdee-45bf-93de-231f45334155 .shogun-image-content {
  
    align-items: center;
  
}

#s-0021d912-d9ef-4e84-9073-414f426a6c05 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0021d912-d9ef-4e84-9073-414f426a6c05 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-77bd0520-a613-4e27-8018-1c05eb75f8c6 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-77bd0520-a613-4e27-8018-1c05eb75f8c6 img.shogun-image,
  #s-77bd0520-a613-4e27-8018-1c05eb75f8c6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-77bd0520-a613-4e27-8018-1c05eb75f8c6 {
    width: 100%;
    height: auto;
  }



  #s-77bd0520-a613-4e27-8018-1c05eb75f8c6 img.shogun-image {
    

    
    
    
  }


#s-77bd0520-a613-4e27-8018-1c05eb75f8c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-42c6b82f-7e57-462e-ad8a-a180654ab01e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42c6b82f-7e57-462e-ad8a-a180654ab01e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



@media (min-width: 1200px){#s-f786d24e-d12f-4b2a-b48a-692ca27e9d51 {
  padding-bottom: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f786d24e-d12f-4b2a-b48a-692ca27e9d51 {
  padding-bottom: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f786d24e-d12f-4b2a-b48a-692ca27e9d51 {
  padding-top: 50px;
padding-bottom: 50px;
}
}
@media (min-width: 0px) {
[id="s-f786d24e-d12f-4b2a-b48a-692ca27e9d51"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f786d24e-d12f-4b2a-b48a-692ca27e9d51"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f786d24e-d12f-4b2a-b48a-692ca27e9d51"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f786d24e-d12f-4b2a-b48a-692ca27e9d51"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ed610867-2a57-4a27-b9df-c9fbac9003d1 {
  text-align: center;
}







  #s-ed610867-2a57-4a27-b9df-c9fbac9003d1 img.shogun-image {
    

    
    
    
  }


#s-ed610867-2a57-4a27-b9df-c9fbac9003d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6826990-51ef-477d-a9f0-beca2536a4ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6826990-51ef-477d-a9f0-beca2536a4ba .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-39fe4e72-0882-4ce3-a31e-990e4c4beeb9 {
  text-align: center;
}







  #s-39fe4e72-0882-4ce3-a31e-990e4c4beeb9 img.shogun-image {
    

    
    
    
  }


#s-39fe4e72-0882-4ce3-a31e-990e4c4beeb9 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a440fdb-845b-45b4-a094-f75f924354cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a440fdb-845b-45b4-a094-f75f924354cd .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-c196f931-919f-4660-ab87-a91a865a1ec2 {
  max-width: 1609px;
aspect-ratio: 1609/1478;
text-align: center;
}





  #s-c196f931-919f-4660-ab87-a91a865a1ec2 img.shogun-image,
  #s-c196f931-919f-4660-ab87-a91a865a1ec2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c196f931-919f-4660-ab87-a91a865a1ec2 {
    width: 100%;
    height: auto;
  }



  #s-c196f931-919f-4660-ab87-a91a865a1ec2 img.shogun-image {
    

    
    
    
  }


#s-c196f931-919f-4660-ab87-a91a865a1ec2 .shogun-image-content {
  
    align-items: center;
  
}

#s-749625c4-c268-41de-b237-b38c71663d36 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-749625c4-c268-41de-b237-b38c71663d36 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-8db018f5-bb84-411e-9be9-9ac6b77b6ece {
  padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8db018f5-bb84-411e-9be9-9ac6b77b6ece {
  display: none;
}
#s-8db018f5-bb84-411e-9be9-9ac6b77b6ece, #wrap-s-8db018f5-bb84-411e-9be9-9ac6b77b6ece { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8db018f5-bb84-411e-9be9-9ac6b77b6ece {
  display: none;
}
#s-8db018f5-bb84-411e-9be9-9ac6b77b6ece, #wrap-s-8db018f5-bb84-411e-9be9-9ac6b77b6ece { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8db018f5-bb84-411e-9be9-9ac6b77b6ece {
  display: none;
}
#s-8db018f5-bb84-411e-9be9-9ac6b77b6ece, #wrap-s-8db018f5-bb84-411e-9be9-9ac6b77b6ece { display:none !important; }}@media (max-width: 767px){#s-8db018f5-bb84-411e-9be9-9ac6b77b6ece {
  padding-bottom: 20px;
min-height: 10px;
}
}







#s-8db018f5-bb84-411e-9be9-9ac6b77b6ece > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8db018f5-bb84-411e-9be9-9ac6b77b6ece.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bd5faf61-47b1-4610-b997-8d8075e413d6 {
  padding-top: 50px;
padding-left: 8%;
padding-right: 8%;
min-height: 50px;
}
@media (min-width: 1200px){#s-bd5faf61-47b1-4610-b997-8d8075e413d6 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd5faf61-47b1-4610-b997-8d8075e413d6 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd5faf61-47b1-4610-b997-8d8075e413d6 {
  
}
}







#s-bd5faf61-47b1-4610-b997-8d8075e413d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd5faf61-47b1-4610-b997-8d8075e413d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53d37262-85b1-436b-a993-43e31c8df0df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-53d37262-85b1-436b-a993-43e31c8df0df {
  display: none;
}
#s-53d37262-85b1-436b-a993-43e31c8df0df, #wrap-s-53d37262-85b1-436b-a993-43e31c8df0df { display:none !important; }}
#s-53d37262-85b1-436b-a993-43e31c8df0df .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a9e80693-b663-4bb1-97ad-8a7c231f8f33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a9e80693-b663-4bb1-97ad-8a7c231f8f33 {
  display: none;
}
#s-a9e80693-b663-4bb1-97ad-8a7c231f8f33, #wrap-s-a9e80693-b663-4bb1-97ad-8a7c231f8f33 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a9e80693-b663-4bb1-97ad-8a7c231f8f33 {
  display: none;
}
#s-a9e80693-b663-4bb1-97ad-8a7c231f8f33, #wrap-s-a9e80693-b663-4bb1-97ad-8a7c231f8f33 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a9e80693-b663-4bb1-97ad-8a7c231f8f33 {
  display: none;
}
#s-a9e80693-b663-4bb1-97ad-8a7c231f8f33, #wrap-s-a9e80693-b663-4bb1-97ad-8a7c231f8f33 { display:none !important; }}
#s-a9e80693-b663-4bb1-97ad-8a7c231f8f33 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-a9e80693-b663-4bb1-97ad-8a7c231f8f33 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
@media (max-width: 767px){#s-f65de606-2d20-4a5f-b5e5-a2adaee16c8d {
  display: none;
}
#s-f65de606-2d20-4a5f-b5e5-a2adaee16c8d, #wrap-s-f65de606-2d20-4a5f-b5e5-a2adaee16c8d { display:none !important; }}
@media (min-width: 1200px){#s-94057f6e-908b-4369-82ed-ee5a5a2f1997 {
  display: none;
}
#s-94057f6e-908b-4369-82ed-ee5a5a2f1997, #wrap-s-94057f6e-908b-4369-82ed-ee5a5a2f1997 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94057f6e-908b-4369-82ed-ee5a5a2f1997 {
  display: none;
}
#s-94057f6e-908b-4369-82ed-ee5a5a2f1997, #wrap-s-94057f6e-908b-4369-82ed-ee5a5a2f1997 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94057f6e-908b-4369-82ed-ee5a5a2f1997 {
  display: none;
}
#s-94057f6e-908b-4369-82ed-ee5a5a2f1997, #wrap-s-94057f6e-908b-4369-82ed-ee5a5a2f1997 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ed06f699-3c20-4fce-9533-dc9cf67d3461"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ed06f699-3c20-4fce-9533-dc9cf67d3461"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ed06f699-3c20-4fce-9533-dc9cf67d3461"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed06f699-3c20-4fce-9533-dc9cf67d3461"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6ffd6b3f-72ee-48b5-b1c0-19dfa68bb4c4 {
  text-align: center;
}







  #s-6ffd6b3f-72ee-48b5-b1c0-19dfa68bb4c4 img.shogun-image {
    

    
    
    
  }


#s-6ffd6b3f-72ee-48b5-b1c0-19dfa68bb4c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a9cfb43-fef4-4bb3-bdaf-a9f7279203b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a9cfb43-fef4-4bb3-bdaf-a9f7279203b0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-788baa81-f4ec-49b3-b4ad-2d6fced47672 {
  text-align: center;
}







  #s-788baa81-f4ec-49b3-b4ad-2d6fced47672 img.shogun-image {
    

    
    
    
  }


#s-788baa81-f4ec-49b3-b4ad-2d6fced47672 .shogun-image-content {
  
    align-items: center;
  
}

#s-76db9623-fdd5-4b28-82ae-13c0b18b584e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76db9623-fdd5-4b28-82ae-13c0b18b584e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-90e31df7-1016-48a0-a8c7-e696cd7f5946 {
  text-align: center;
}







  #s-90e31df7-1016-48a0-a8c7-e696cd7f5946 img.shogun-image {
    

    
    
    
  }


#s-90e31df7-1016-48a0-a8c7-e696cd7f5946 .shogun-image-content {
  
    align-items: center;
  
}

#s-69cb8c07-9dd5-4b2b-a6c6-2ffd4de5b3e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69cb8c07-9dd5-4b2b-a6c6-2ffd4de5b3e1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



@media (min-width: 0px) {
[id="s-b8c77ba1-5a59-49bf-8873-d7bfa6728167"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b8c77ba1-5a59-49bf-8873-d7bfa6728167"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b8c77ba1-5a59-49bf-8873-d7bfa6728167"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8c77ba1-5a59-49bf-8873-d7bfa6728167"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bd29893c-b2ee-4322-b9fb-c80700cf8b57 {
  max-width: 1080px;
aspect-ratio: 1080/1010;
text-align: center;
}





  #s-bd29893c-b2ee-4322-b9fb-c80700cf8b57 img.shogun-image,
  #s-bd29893c-b2ee-4322-b9fb-c80700cf8b57 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd29893c-b2ee-4322-b9fb-c80700cf8b57 {
    width: 100%;
    height: auto;
  }



  #s-bd29893c-b2ee-4322-b9fb-c80700cf8b57 img.shogun-image {
    

    
    
    
  }


#s-bd29893c-b2ee-4322-b9fb-c80700cf8b57 .shogun-image-content {
  
    align-items: center;
  
}

#s-348c4cdf-52b9-48ea-a1e0-a532d51845a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-348c4cdf-52b9-48ea-a1e0-a532d51845a5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-eaec74ca-705a-4d47-9e61-4d2e44225d76 {
  max-width: 1080px;
aspect-ratio: 1080/1009;
text-align: center;
}





  #s-eaec74ca-705a-4d47-9e61-4d2e44225d76 img.shogun-image,
  #s-eaec74ca-705a-4d47-9e61-4d2e44225d76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eaec74ca-705a-4d47-9e61-4d2e44225d76 {
    width: 100%;
    height: auto;
  }



  #s-eaec74ca-705a-4d47-9e61-4d2e44225d76 img.shogun-image {
    

    
    
    
  }


#s-eaec74ca-705a-4d47-9e61-4d2e44225d76 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc36d25b-af43-4f10-899c-005f235c26b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc36d25b-af43-4f10-899c-005f235c26b7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-59437a44-403c-4e78-aeea-37f9dba91bcf {
  max-width: 1084px;
aspect-ratio: 1084/1009;
text-align: center;
}





  #s-59437a44-403c-4e78-aeea-37f9dba91bcf img.shogun-image,
  #s-59437a44-403c-4e78-aeea-37f9dba91bcf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-59437a44-403c-4e78-aeea-37f9dba91bcf {
    width: 100%;
    height: auto;
  }



  #s-59437a44-403c-4e78-aeea-37f9dba91bcf img.shogun-image {
    

    
    
    
  }


#s-59437a44-403c-4e78-aeea-37f9dba91bcf .shogun-image-content {
  
    align-items: center;
  
}

#s-c60f3399-483f-498d-a589-54871454d212 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c60f3399-483f-498d-a589-54871454d212 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



@media (min-width: 0px) {
[id="s-220e7ddf-1bc2-4d25-9f60-c51af3c35f0c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-220e7ddf-1bc2-4d25-9f60-c51af3c35f0c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-220e7ddf-1bc2-4d25-9f60-c51af3c35f0c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-220e7ddf-1bc2-4d25-9f60-c51af3c35f0c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fafec74b-de18-4d02-b69d-c59e8440e76a {
  text-align: center;
}







  #s-fafec74b-de18-4d02-b69d-c59e8440e76a img.shogun-image {
    

    
    
    
  }


#s-fafec74b-de18-4d02-b69d-c59e8440e76a .shogun-image-content {
  
    align-items: center;
  
}

#s-c70ddfb4-a6b8-441b-ab6a-1e22322a77fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c70ddfb4-a6b8-441b-ab6a-1e22322a77fe .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-010c62bb-758e-46ea-91be-78d1d21e6277 {
  text-align: center;
}







  #s-010c62bb-758e-46ea-91be-78d1d21e6277 img.shogun-image {
    

    
    
    
  }


#s-010c62bb-758e-46ea-91be-78d1d21e6277 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d9afa7d-c216-4d25-84f4-74d387b24836 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d9afa7d-c216-4d25-84f4-74d387b24836 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-4780423a-4018-4edc-869a-0cfdd4d5fd8e {
  text-align: center;
}







  #s-4780423a-4018-4edc-869a-0cfdd4d5fd8e img.shogun-image {
    

    
    
    
  }


#s-4780423a-4018-4edc-869a-0cfdd4d5fd8e .shogun-image-content {
  
    align-items: center;
  
}

#s-dc73cbd3-d10e-4a0b-b63e-c84ea4010074 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc73cbd3-d10e-4a0b-b63e-c84ea4010074 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-12af926b-2708-430c-97fd-a30022301709 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0%;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-12af926b-2708-430c-97fd-a30022301709 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
display: none;
}
#s-12af926b-2708-430c-97fd-a30022301709, #wrap-s-12af926b-2708-430c-97fd-a30022301709 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12af926b-2708-430c-97fd-a30022301709 {
  display: none;
}
#s-12af926b-2708-430c-97fd-a30022301709, #wrap-s-12af926b-2708-430c-97fd-a30022301709 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-12af926b-2708-430c-97fd-a30022301709 {
  
}
}@media (max-width: 767px){#s-12af926b-2708-430c-97fd-a30022301709 {
  display: none;
}
#s-12af926b-2708-430c-97fd-a30022301709, #wrap-s-12af926b-2708-430c-97fd-a30022301709 { display:none !important; }}







#s-12af926b-2708-430c-97fd-a30022301709 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-12af926b-2708-430c-97fd-a30022301709.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b11a9eba-e91c-4ba3-9e3f-fba198d4eb9d {
  padding-top: 10px;
padding-bottom: 20px;
text-align: left;
}
@media (max-width: 767px){#s-b11a9eba-e91c-4ba3-9e3f-fba198d4eb9d {
  
}
}
#s-b11a9eba-e91c-4ba3-9e3f-fba198d4eb9d .shogun-heading-component h2 {
  color: rgba(68, 68, 68, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-668dac9e-9b04-4c9a-b568-612111a47cc8 {
  padding-top: 10px;
padding-bottom: 30px;
text-align: left;
}
@media (max-width: 767px){#s-668dac9e-9b04-4c9a-b568-612111a47cc8 {
  
}
}
#s-668dac9e-9b04-4c9a-b568-612111a47cc8 .shogun-heading-component h2 {
  color: rgba(68, 68, 68, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-aefb9ded-2ab2-41fe-8bca-5d24a6d74180 {
  padding-top: 10px;
padding-bottom: 40px;
text-align: left;
}
@media (min-width: 1200px){#s-aefb9ded-2ab2-41fe-8bca-5d24a6d74180 {
  display: none;
}
#s-aefb9ded-2ab2-41fe-8bca-5d24a6d74180, #wrap-s-aefb9ded-2ab2-41fe-8bca-5d24a6d74180 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aefb9ded-2ab2-41fe-8bca-5d24a6d74180 {
  display: none;
}
#s-aefb9ded-2ab2-41fe-8bca-5d24a6d74180, #wrap-s-aefb9ded-2ab2-41fe-8bca-5d24a6d74180 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aefb9ded-2ab2-41fe-8bca-5d24a6d74180 {
  display: none;
}
#s-aefb9ded-2ab2-41fe-8bca-5d24a6d74180, #wrap-s-aefb9ded-2ab2-41fe-8bca-5d24a6d74180 { display:none !important; }}
#s-aefb9ded-2ab2-41fe-8bca-5d24a6d74180 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 38px;
  
  
  text-align: left;
}



#s-d16ef678-b4a1-41ba-ba80-366045cfedf9 {
  border-style: solid;
padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(68, 68, 68, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(68, 68, 68, 1);
}
#s-d16ef678-b4a1-41ba-ba80-366045cfedf9:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d16ef678-b4a1-41ba-ba80-366045cfedf9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d16ef678-b4a1-41ba-ba80-366045cfedf9-root {
    text-align: left;
  }


#s-d16ef678-b4a1-41ba-ba80-366045cfedf9.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d16ef678-b4a1-41ba-ba80-366045cfedf9-root {
    text-align: left;
  }


#s-d16ef678-b4a1-41ba-ba80-366045cfedf9.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d16ef678-b4a1-41ba-ba80-366045cfedf9-root {
    text-align: left;
  }


#s-d16ef678-b4a1-41ba-ba80-366045cfedf9.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d16ef678-b4a1-41ba-ba80-366045cfedf9-root {
    text-align: left;
  }


#s-d16ef678-b4a1-41ba-ba80-366045cfedf9.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d16ef678-b4a1-41ba-ba80-366045cfedf9-root {
    text-align: left;
  }


#s-d16ef678-b4a1-41ba-ba80-366045cfedf9.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
#s-00869f18-d8e5-412b-b35d-2042d73bc744 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 8px;
min-height: 808px;
background-position: center center;
}
@media (min-width: 1200px){#s-00869f18-d8e5-412b-b35d-2042d73bc744 {
  margin-left: auto;
margin-right: auto;
min-height: 700px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00869f18-d8e5-412b-b35d-2042d73bc744 {
  min-height: 600px;
max-width: 1500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-00869f18-d8e5-412b-b35d-2042d73bc744 {
  min-height: 500px;
max-width: 1800px;
}
}@media (max-width: 767px){#s-00869f18-d8e5-412b-b35d-2042d73bc744 {
  min-height: 600px;
max-width: 1500px;
display: none;
}
#s-00869f18-d8e5-412b-b35d-2042d73bc744, #wrap-s-00869f18-d8e5-412b-b35d-2042d73bc744 { display:none !important; }}







#s-00869f18-d8e5-412b-b35d-2042d73bc744 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.09999999999999998;
}#s-00869f18-d8e5-412b-b35d-2042d73bc744.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cabf512f-c2a1-4848-900b-3daceea4a038 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 25px;
text-align: left;
}
@media (max-width: 767px){#s-cabf512f-c2a1-4848-900b-3daceea4a038 {
  
}
}
#s-cabf512f-c2a1-4848-900b-3daceea4a038 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-cabf512f-c2a1-4848-900b-3daceea4a038 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 2px;
  text-align: left;
}


}
#s-a4229ef0-c383-421b-aaa5-01eb8046f51a {
  margin-left: 5%;
margin-bottom: 100px;
margin-right: 0%;
padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(48, 46, 46, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a4229ef0-c383-421b-aaa5-01eb8046f51a:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a4229ef0-c383-421b-aaa5-01eb8046f51a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a4229ef0-c383-421b-aaa5-01eb8046f51a {
  margin-left: 5%;
}
}

  #s-a4229ef0-c383-421b-aaa5-01eb8046f51a-root {
    text-align: left;
  }


#s-a4229ef0-c383-421b-aaa5-01eb8046f51a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a4229ef0-c383-421b-aaa5-01eb8046f51a-root {
    text-align: left;
  }


#s-a4229ef0-c383-421b-aaa5-01eb8046f51a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a4229ef0-c383-421b-aaa5-01eb8046f51a-root {
    text-align: left;
  }


#s-a4229ef0-c383-421b-aaa5-01eb8046f51a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a4229ef0-c383-421b-aaa5-01eb8046f51a-root {
    text-align: left;
  }


#s-a4229ef0-c383-421b-aaa5-01eb8046f51a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a4229ef0-c383-421b-aaa5-01eb8046f51a-root {
    text-align: left;
  }


#s-a4229ef0-c383-421b-aaa5-01eb8046f51a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-789ec796-a9b3-4523-8512-a73d5f02baca {
  padding-top: 70px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-789ec796-a9b3-4523-8512-a73d5f02baca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-789ec796-a9b3-4523-8512-a73d5f02baca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-789ec796-a9b3-4523-8512-a73d5f02baca {
  
}
}@media (max-width: 767px){#s-789ec796-a9b3-4523-8512-a73d5f02baca {
  min-height: 10px;
}
}







#s-789ec796-a9b3-4523-8512-a73d5f02baca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-789ec796-a9b3-4523-8512-a73d5f02baca.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a6d4a3d2-6b2e-4757-8d33-389833c51195 {
  padding-top: 0px;
padding-left: 8%;
padding-right: 8%;
min-height: 50px;
}
@media (min-width: 1200px){#s-a6d4a3d2-6b2e-4757-8d33-389833c51195 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a6d4a3d2-6b2e-4757-8d33-389833c51195 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (max-width: 767px){#s-a6d4a3d2-6b2e-4757-8d33-389833c51195 {
  display: none;
}
#s-a6d4a3d2-6b2e-4757-8d33-389833c51195, #wrap-s-a6d4a3d2-6b2e-4757-8d33-389833c51195 { display:none !important; }}







#s-a6d4a3d2-6b2e-4757-8d33-389833c51195 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6d4a3d2-6b2e-4757-8d33-389833c51195.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d0b6fb2-ccab-4eb0-b7e9-ddba1f3725e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7d0b6fb2-ccab-4eb0-b7e9-ddba1f3725e7 {
  display: none;
}
#s-7d0b6fb2-ccab-4eb0-b7e9-ddba1f3725e7, #wrap-s-7d0b6fb2-ccab-4eb0-b7e9-ddba1f3725e7 { display:none !important; }}
#s-7d0b6fb2-ccab-4eb0-b7e9-ddba1f3725e7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8cb0573f-ecf5-4aaf-b3c7-319551ec7f3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8cb0573f-ecf5-4aaf-b3c7-319551ec7f3b {
  display: none;
}
#s-8cb0573f-ecf5-4aaf-b3c7-319551ec7f3b, #wrap-s-8cb0573f-ecf5-4aaf-b3c7-319551ec7f3b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8cb0573f-ecf5-4aaf-b3c7-319551ec7f3b {
  display: none;
}
#s-8cb0573f-ecf5-4aaf-b3c7-319551ec7f3b, #wrap-s-8cb0573f-ecf5-4aaf-b3c7-319551ec7f3b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8cb0573f-ecf5-4aaf-b3c7-319551ec7f3b {
  display: none;
}
#s-8cb0573f-ecf5-4aaf-b3c7-319551ec7f3b, #wrap-s-8cb0573f-ecf5-4aaf-b3c7-319551ec7f3b { display:none !important; }}
#s-8cb0573f-ecf5-4aaf-b3c7-319551ec7f3b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (max-width: 767px){#s-c4082093-770f-4242-84bf-fadaa07647b3 {
  display: none;
}
#s-c4082093-770f-4242-84bf-fadaa07647b3, #wrap-s-c4082093-770f-4242-84bf-fadaa07647b3 { display:none !important; }}
@media (min-width: 1200px){#s-24f2eefa-5409-443d-9992-f8cd401673d1 {
  display: none;
}
#s-24f2eefa-5409-443d-9992-f8cd401673d1, #wrap-s-24f2eefa-5409-443d-9992-f8cd401673d1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24f2eefa-5409-443d-9992-f8cd401673d1 {
  display: none;
}
#s-24f2eefa-5409-443d-9992-f8cd401673d1, #wrap-s-24f2eefa-5409-443d-9992-f8cd401673d1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24f2eefa-5409-443d-9992-f8cd401673d1 {
  display: none;
}
#s-24f2eefa-5409-443d-9992-f8cd401673d1, #wrap-s-24f2eefa-5409-443d-9992-f8cd401673d1 { display:none !important; }}
#s-410a18aa-ab4d-46fc-bcb0-9567712dabc5 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 8px;
min-height: 808px;
background-position: center center;
}
@media (min-width: 1200px){#s-410a18aa-ab4d-46fc-bcb0-9567712dabc5 {
  margin-left: auto;
margin-right: auto;
min-height: 700px;
display: none;
}
#s-410a18aa-ab4d-46fc-bcb0-9567712dabc5, #wrap-s-410a18aa-ab4d-46fc-bcb0-9567712dabc5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-410a18aa-ab4d-46fc-bcb0-9567712dabc5 {
  min-height: 600px;
max-width: 1500px;
display: none;
}
#s-410a18aa-ab4d-46fc-bcb0-9567712dabc5, #wrap-s-410a18aa-ab4d-46fc-bcb0-9567712dabc5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-410a18aa-ab4d-46fc-bcb0-9567712dabc5 {
  min-height: 500px;
max-width: 1800px;
display: none;
}
#s-410a18aa-ab4d-46fc-bcb0-9567712dabc5, #wrap-s-410a18aa-ab4d-46fc-bcb0-9567712dabc5 { display:none !important; }}@media (max-width: 767px){#s-410a18aa-ab4d-46fc-bcb0-9567712dabc5 {
  min-height: 600px;
max-width: 1500px;
}
}







#s-410a18aa-ab4d-46fc-bcb0-9567712dabc5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-410a18aa-ab4d-46fc-bcb0-9567712dabc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d129a3b8-bc77-4ffc-91de-7d32ed3e9504 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 25px;
text-align: center;
}

#s-d129a3b8-bc77-4ffc-91de-7d32ed3e9504 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: center;
}



#s-f5a65dd0-495f-4f65-9641-c0f978f82e2d {
  margin-left: 0%;
margin-bottom: 100px;
margin-right: 0%;
padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: dashed;
border-radius: 0px;
background-color: rgba(48, 46, 46, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f5a65dd0-495f-4f65-9641-c0f978f82e2d:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f5a65dd0-495f-4f65-9641-c0f978f82e2d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-f5a65dd0-495f-4f65-9641-c0f978f82e2d {
  
}
}

  #s-f5a65dd0-495f-4f65-9641-c0f978f82e2d-root {
    text-align: center;
  }


#s-f5a65dd0-495f-4f65-9641-c0f978f82e2d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f5a65dd0-495f-4f65-9641-c0f978f82e2d-root {
    text-align: center;
  }


#s-f5a65dd0-495f-4f65-9641-c0f978f82e2d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5a65dd0-495f-4f65-9641-c0f978f82e2d-root {
    text-align: center;
  }


#s-f5a65dd0-495f-4f65-9641-c0f978f82e2d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5a65dd0-495f-4f65-9641-c0f978f82e2d-root {
    text-align: center;
  }


#s-f5a65dd0-495f-4f65-9641-c0f978f82e2d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f5a65dd0-495f-4f65-9641-c0f978f82e2d-root {
    text-align: center;
  }


#s-f5a65dd0-495f-4f65-9641-c0f978f82e2d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-15dcd30b-9b49-41e5-8f24-f5ec94e82503 {
  padding-top: 0px;
padding-left: 8%;
padding-right: 8%;
min-height: 50px;
}
@media (min-width: 1200px){#s-15dcd30b-9b49-41e5-8f24-f5ec94e82503 {
  padding-left: 20%;
padding-right: 20%;
display: none;
}
#s-15dcd30b-9b49-41e5-8f24-f5ec94e82503, #wrap-s-15dcd30b-9b49-41e5-8f24-f5ec94e82503 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15dcd30b-9b49-41e5-8f24-f5ec94e82503 {
  padding-left: 20%;
padding-right: 20%;
display: none;
}
#s-15dcd30b-9b49-41e5-8f24-f5ec94e82503, #wrap-s-15dcd30b-9b49-41e5-8f24-f5ec94e82503 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-15dcd30b-9b49-41e5-8f24-f5ec94e82503 {
  display: none;
}
#s-15dcd30b-9b49-41e5-8f24-f5ec94e82503, #wrap-s-15dcd30b-9b49-41e5-8f24-f5ec94e82503 { display:none !important; }}







#s-15dcd30b-9b49-41e5-8f24-f5ec94e82503 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15dcd30b-9b49-41e5-8f24-f5ec94e82503.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75904161-282c-40e1-95b7-fea342f52ea5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-75904161-282c-40e1-95b7-fea342f52ea5 {
  display: none;
}
#s-75904161-282c-40e1-95b7-fea342f52ea5, #wrap-s-75904161-282c-40e1-95b7-fea342f52ea5 { display:none !important; }}
#s-75904161-282c-40e1-95b7-fea342f52ea5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-740255c4-78fe-469a-b230-c107ea8bd24f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-740255c4-78fe-469a-b230-c107ea8bd24f {
  display: none;
}
#s-740255c4-78fe-469a-b230-c107ea8bd24f, #wrap-s-740255c4-78fe-469a-b230-c107ea8bd24f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-740255c4-78fe-469a-b230-c107ea8bd24f {
  display: none;
}
#s-740255c4-78fe-469a-b230-c107ea8bd24f, #wrap-s-740255c4-78fe-469a-b230-c107ea8bd24f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-740255c4-78fe-469a-b230-c107ea8bd24f {
  display: none;
}
#s-740255c4-78fe-469a-b230-c107ea8bd24f, #wrap-s-740255c4-78fe-469a-b230-c107ea8bd24f { display:none !important; }}@media (max-width: 767px){#s-740255c4-78fe-469a-b230-c107ea8bd24f {
  padding-top: 80px;
}
}
#s-740255c4-78fe-469a-b230-c107ea8bd24f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-740255c4-78fe-469a-b230-c107ea8bd24f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
@media (max-width: 767px){#s-a04746ee-6860-46b1-8ea5-fc45e7d4596d {
  display: none;
}
#s-a04746ee-6860-46b1-8ea5-fc45e7d4596d, #wrap-s-a04746ee-6860-46b1-8ea5-fc45e7d4596d { display:none !important; }}
@media (min-width: 1200px){#s-65ef9f24-6a51-4b80-a501-2e89dd4c55a8 {
  display: none;
}
#s-65ef9f24-6a51-4b80-a501-2e89dd4c55a8, #wrap-s-65ef9f24-6a51-4b80-a501-2e89dd4c55a8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65ef9f24-6a51-4b80-a501-2e89dd4c55a8 {
  display: none;
}
#s-65ef9f24-6a51-4b80-a501-2e89dd4c55a8, #wrap-s-65ef9f24-6a51-4b80-a501-2e89dd4c55a8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-65ef9f24-6a51-4b80-a501-2e89dd4c55a8 {
  display: none;
}
#s-65ef9f24-6a51-4b80-a501-2e89dd4c55a8, #wrap-s-65ef9f24-6a51-4b80-a501-2e89dd4c55a8 { display:none !important; }}
#s-71cc498b-3b9b-4c9a-9c05-854bad336497 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-71cc498b-3b9b-4c9a-9c05-854bad336497 {
  padding-left: 20%;
padding-right: 20%;
}
}
#s-2b15cd46-6e90-474d-bcab-f15c5fa50355 {
  padding-top: 40px;
padding-left: 4%;
padding-bottom: 0px;
padding-right: 4%;
min-height: 50px;
}








#s-2b15cd46-6e90-474d-bcab-f15c5fa50355 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b15cd46-6e90-474d-bcab-f15c5fa50355.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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