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

.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-cdc96aa9-5a00-4369-b599-749060ed2190 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cdc96aa9-5a00-4369-b599-749060ed2190 {
  display: none;
}
#s-cdc96aa9-5a00-4369-b599-749060ed2190, #wrap-s-cdc96aa9-5a00-4369-b599-749060ed2190 { display: none !important; }}@media (max-width: 767px){#s-cdc96aa9-5a00-4369-b599-749060ed2190 {
  display: none;
}
#s-cdc96aa9-5a00-4369-b599-749060ed2190, #wrap-s-cdc96aa9-5a00-4369-b599-749060ed2190 { display: none !important; }}







#s-cdc96aa9-5a00-4369-b599-749060ed2190 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdc96aa9-5a00-4369-b599-749060ed2190.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26ebdf80-cc78-4717-9a6b-6f71a082e564 {
  padding-top: 40px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-26ebdf80-cc78-4717-9a6b-6f71a082e564 {
  display: none;
}
#s-26ebdf80-cc78-4717-9a6b-6f71a082e564, #wrap-s-26ebdf80-cc78-4717-9a6b-6f71a082e564 { display: none !important; }}@media (max-width: 767px){#s-26ebdf80-cc78-4717-9a6b-6f71a082e564 {
  display: none;
}
#s-26ebdf80-cc78-4717-9a6b-6f71a082e564, #wrap-s-26ebdf80-cc78-4717-9a6b-6f71a082e564 { display: none !important; }}







#s-26ebdf80-cc78-4717-9a6b-6f71a082e564 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26ebdf80-cc78-4717-9a6b-6f71a082e564.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-7ed9f767-f5ae-4cd1-be44-0e115da63d3e {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-7ed9f767-f5ae-4cd1-be44-0e115da63d3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ed9f767-f5ae-4cd1-be44-0e115da63d3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-7ed9f767-f5ae-4cd1-be44-0e115da63d3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-7ed9f767-f5ae-4cd1-be44-0e115da63d3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

.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-2364016d-54eb-4299-9d75-f751e79001df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2364016d-54eb-4299-9d75-f751e79001df .shogun-heading-component h2 {
  color: rgba(55, 58, 54, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 2px;
  
}



.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-19372796-b3b5-4208-8f21-b0cde978aaf6 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}







  #s-19372796-b3b5-4208-8f21-b0cde978aaf6 img.shogun-image {
    

    
    
    
  }


#s-19372796-b3b5-4208-8f21-b0cde978aaf6 .shogun-image-content {
  
    align-items: center;
  
}

#s-1cc0064c-fd61-47da-b0bb-8da41378e98a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1cc0064c-fd61-47da-b0bb-8da41378e98a .shogun-heading-component h2 {
  color: rgba(55, 58, 54, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 2px;
  
}



#s-073bd890-9761-4ac1-b0fb-201158992b82 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 360px;
}

#s-9fe8d608-ec9e-4e64-9272-39b78dbfb3c8 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(55, 58, 54, 1);
border-style: solid;
max-width: 899px;
text-align: center;
}







  #s-9fe8d608-ec9e-4e64-9272-39b78dbfb3c8 img.shogun-image {
    

    
    
    
  }


#s-9fe8d608-ec9e-4e64-9272-39b78dbfb3c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ebc859c-8db2-4907-ad4c-ad4009a58f13 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 50%;
}








#s-0ebc859c-8db2-4907-ad4c-ad4009a58f13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ebc859c-8db2-4907-ad4c-ad4009a58f13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c74ac68-0a09-4b86-b058-fffdc08d3845 {
  text-align: center;
}







  #s-6c74ac68-0a09-4b86-b058-fffdc08d3845 img.shogun-image {
    

    
    
    
  }


#s-6c74ac68-0a09-4b86-b058-fffdc08d3845 .shogun-image-content {
  
    align-items: center;
  
}

#s-abb8b28b-abd9-4784-86b8-665ac1d68743 {
  padding-top: 15px;
padding-bottom: 15px;
min-height: 350px;
background-color: rgba(255, 143, 28, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-abb8b28b-abd9-4784-86b8-665ac1d68743 {
  display: none;
}
#s-abb8b28b-abd9-4784-86b8-665ac1d68743, #wrap-s-abb8b28b-abd9-4784-86b8-665ac1d68743 { display: none !important; }}@media (max-width: 767px){#s-abb8b28b-abd9-4784-86b8-665ac1d68743 {
  display: none;
}
#s-abb8b28b-abd9-4784-86b8-665ac1d68743, #wrap-s-abb8b28b-abd9-4784-86b8-665ac1d68743 { display: none !important; }}







#s-abb8b28b-abd9-4784-86b8-665ac1d68743 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abb8b28b-abd9-4784-86b8-665ac1d68743.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a60a45e-26ab-41c1-8d9d-cc12c4007138 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a60a45e-26ab-41c1-8d9d-cc12c4007138 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  
}



#s-44a32248-701e-4c0f-92aa-cade47194c88 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 58, 54, 1);
border-style: solid;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-44a32248-701e-4c0f-92aa-cade47194c88"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-44a32248-701e-4c0f-92aa-cade47194c88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-44a32248-701e-4c0f-92aa-cade47194c88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-44a32248-701e-4c0f-92aa-cade47194c88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8fe5cbae-9702-4056-887d-2fc40616e6c6 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 0%;
min-height: 240px;
}








#s-8fe5cbae-9702-4056-887d-2fc40616e6c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fe5cbae-9702-4056-887d-2fc40616e6c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b94ed5e2-be25-41d8-8f19-f10713a27a36 {
  max-width: 600px;
text-align: center;
}







  #s-b94ed5e2-be25-41d8-8f19-f10713a27a36 img.shogun-image {
    

    
    
    
  }


#s-b94ed5e2-be25-41d8-8f19-f10713a27a36 .shogun-image-content {
  
    align-items: center;
  
}

#s-920e809b-1e76-4611-be83-9dc7cf76eccc {
  margin-left: 0%;
margin-right: 0%;
padding-left: 3%;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(55, 58, 54, 1);
border-style: solid;
min-height: 240px;
background-color: rgba(255, 143, 28, 1);
}








#s-920e809b-1e76-4611-be83-9dc7cf76eccc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-920e809b-1e76-4611-be83-9dc7cf76eccc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2fbf41e5-703a-46af-afda-1898e1d99b66 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2fbf41e5-703a-46af-afda-1898e1d99b66 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  
}


#s-2fbf41e5-703a-46af-afda-1898e1d99b66 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-76f7db03-fe54-4a47-84ed-26b23ada8cb7 {
  margin-top: 10px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-76f7db03-fe54-4a47-84ed-26b23ada8cb7 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}



.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-9f02e901-02fa-42ec-aaf8-0bc09116fa97 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 7px;
padding-left: 48px;
padding-bottom: 7px;
padding-right: 48px;
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: 45px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(55, 58, 54, 1);
}
#s-9f02e901-02fa-42ec-aaf8-0bc09116fa97:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 58, 54, 1) !important;
border-radius: 45px !important;
background-color: rgba(55, 58, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9f02e901-02fa-42ec-aaf8-0bc09116fa97:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 45px !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-9f02e901-02fa-42ec-aaf8-0bc09116fa97-root {
    text-align: center;
  }


#s-9f02e901-02fa-42ec-aaf8-0bc09116fa97.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9f02e901-02fa-42ec-aaf8-0bc09116fa97-root {
    text-align: center;
  }


#s-9f02e901-02fa-42ec-aaf8-0bc09116fa97.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9f02e901-02fa-42ec-aaf8-0bc09116fa97-root {
    text-align: center;
  }


#s-9f02e901-02fa-42ec-aaf8-0bc09116fa97.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9f02e901-02fa-42ec-aaf8-0bc09116fa97-root {
    text-align: center;
  }


#s-9f02e901-02fa-42ec-aaf8-0bc09116fa97.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9f02e901-02fa-42ec-aaf8-0bc09116fa97-root {
    text-align: center;
  }


#s-9f02e901-02fa-42ec-aaf8-0bc09116fa97.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-91eebc1e-de89-460a-ac1c-b36083ee010c {
  min-height: 450px;
background-color: rgba(55, 58, 54, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-91eebc1e-de89-460a-ac1c-b36083ee010c {
  display: none;
}
#s-91eebc1e-de89-460a-ac1c-b36083ee010c, #wrap-s-91eebc1e-de89-460a-ac1c-b36083ee010c { display: none !important; }}@media (max-width: 767px){#s-91eebc1e-de89-460a-ac1c-b36083ee010c {
  display: none;
}
#s-91eebc1e-de89-460a-ac1c-b36083ee010c, #wrap-s-91eebc1e-de89-460a-ac1c-b36083ee010c { display: none !important; }}







#s-91eebc1e-de89-460a-ac1c-b36083ee010c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91eebc1e-de89-460a-ac1c-b36083ee010c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-357515ef-43d9-4a1c-a92e-c59a8262f06d {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-357515ef-43d9-4a1c-a92e-c59a8262f06d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-357515ef-43d9-4a1c-a92e-c59a8262f06d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-357515ef-43d9-4a1c-a92e-c59a8262f06d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-357515ef-43d9-4a1c-a92e-c59a8262f06d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-3ef667c2-610b-4afd-b57d-7384c12bf4e2 {
  min-height: 270px;
}








#s-3ef667c2-610b-4afd-b57d-7384c12bf4e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ef667c2-610b-4afd-b57d-7384c12bf4e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83566447-0814-4634-80c4-6a5469053f06 {
  max-width: 660px;
aspect-ratio: 660/349;
text-align: center;
}





  #s-83566447-0814-4634-80c4-6a5469053f06 img.shogun-image,
  #s-83566447-0814-4634-80c4-6a5469053f06 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83566447-0814-4634-80c4-6a5469053f06 {
    width: 100%;
    height: auto;
  }



  #s-83566447-0814-4634-80c4-6a5469053f06 img.shogun-image {
    

    
    
    
  }


#s-83566447-0814-4634-80c4-6a5469053f06 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a5b3105-8104-4193-aec3-bcc915813ad6 {
  min-height: 270px;
}








#s-4a5b3105-8104-4193-aec3-bcc915813ad6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a5b3105-8104-4193-aec3-bcc915813ad6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb1fb61a-ec4a-46ca-b109-96537d5d3983 {
  text-align: center;
}







  #s-fb1fb61a-ec4a-46ca-b109-96537d5d3983 img.shogun-image {
    

    
    
    
  }


#s-fb1fb61a-ec4a-46ca-b109-96537d5d3983 .shogun-image-content {
  
    align-items: center;
  
}

#s-50415c9c-7499-4dcd-818c-394239e61416 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-50415c9c-7499-4dcd-818c-394239e61416"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50415c9c-7499-4dcd-818c-394239e61416"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-50415c9c-7499-4dcd-818c-394239e61416"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-50415c9c-7499-4dcd-818c-394239e61416"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-78dda36b-bc8a-468f-bf21-e21c8d3aee3e {
  min-height: 120px;
}








#s-78dda36b-bc8a-468f-bf21-e21c8d3aee3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78dda36b-bc8a-468f-bf21-e21c8d3aee3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5adfe79-ed05-4b78-9a5d-dffb5d6ca4d7 {
  margin-top: 0px;
}

#s-260c36d8-8d9a-40dc-9e5d-543d41f69fa4 {
  margin-top: auto;
margin-left: 0%;
margin-right: auto;
padding-top: 7px;
padding-left: 50px;
padding-bottom: 7px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 143, 28, 1);
border-style: solid;
border-radius: 45px;
background-color: rgba(55, 58, 54, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 143, 28, 1);
}
#s-260c36d8-8d9a-40dc-9e5d-543d41f69fa4:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 143, 28, 1) !important;
border-radius: 45px !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-260c36d8-8d9a-40dc-9e5d-543d41f69fa4:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(243, 243, 243, 1) !important;
border-radius: 45px !important;
background-color: rgba(243, 243, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(55, 58, 54, 1) !important;}

  #s-260c36d8-8d9a-40dc-9e5d-543d41f69fa4-root {
    text-align: center;
  }


#s-260c36d8-8d9a-40dc-9e5d-543d41f69fa4.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-260c36d8-8d9a-40dc-9e5d-543d41f69fa4-root {
    text-align: center;
  }


#s-260c36d8-8d9a-40dc-9e5d-543d41f69fa4.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-260c36d8-8d9a-40dc-9e5d-543d41f69fa4-root {
    text-align: center;
  }


#s-260c36d8-8d9a-40dc-9e5d-543d41f69fa4.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-260c36d8-8d9a-40dc-9e5d-543d41f69fa4-root {
    text-align: center;
  }


#s-260c36d8-8d9a-40dc-9e5d-543d41f69fa4.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-260c36d8-8d9a-40dc-9e5d-543d41f69fa4-root {
    text-align: center;
  }


#s-260c36d8-8d9a-40dc-9e5d-543d41f69fa4.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-837f9410-d7c8-4128-a48c-5beaf72779be {
  min-height: 90px;
}








#s-837f9410-d7c8-4128-a48c-5beaf72779be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-837f9410-d7c8-4128-a48c-5beaf72779be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6b07f64-a99d-4545-b4f8-f83bed55844c {
  margin-top: 0px;
min-height: 125px;
}

@media (min-width: 0px) {
[id="s-c6b07f64-a99d-4545-b4f8-f83bed55844c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6b07f64-a99d-4545-b4f8-f83bed55844c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6b07f64-a99d-4545-b4f8-f83bed55844c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c6b07f64-a99d-4545-b4f8-f83bed55844c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6b07f64-a99d-4545-b4f8-f83bed55844c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6b07f64-a99d-4545-b4f8-f83bed55844c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6b07f64-a99d-4545-b4f8-f83bed55844c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9bc1d4f8-ca0f-4855-9225-283fc4c86b4d {
  min-height: 120px;
}








#s-9bc1d4f8-ca0f-4855-9225-283fc4c86b4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bc1d4f8-ca0f-4855-9225-283fc4c86b4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc3d9899-8401-4089-a3e7-6c7a7e86adfb {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 90px;
}








#s-bc3d9899-8401-4089-a3e7-6c7a7e86adfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc3d9899-8401-4089-a3e7-6c7a7e86adfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5c5e97a-aedd-4bc6-968a-d2cfacc3bf2b {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-c5c5e97a-aedd-4bc6-968a-d2cfacc3bf2b img.shogun-image {
    

    
    
    
  }


#s-c5c5e97a-aedd-4bc6-968a-d2cfacc3bf2b .shogun-image-content {
  
    align-items: center;
  
}

#s-f4e96589-3c10-4276-aff9-8b6c7a3dd1dd {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-f4e96589-3c10-4276-aff9-8b6c7a3dd1dd img.shogun-image {
    

    
    
    
  }


#s-f4e96589-3c10-4276-aff9-8b6c7a3dd1dd .shogun-image-content {
  
    align-items: center;
  
}

#s-1d33e67b-33b9-4a52-a92d-b942c327ca92 {
  padding-bottom: 30px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1d33e67b-33b9-4a52-a92d-b942c327ca92 {
  display: none;
}
#s-1d33e67b-33b9-4a52-a92d-b942c327ca92, #wrap-s-1d33e67b-33b9-4a52-a92d-b942c327ca92 { display: none !important; }}@media (max-width: 767px){#s-1d33e67b-33b9-4a52-a92d-b942c327ca92 {
  display: none;
}
#s-1d33e67b-33b9-4a52-a92d-b942c327ca92, #wrap-s-1d33e67b-33b9-4a52-a92d-b942c327ca92 { display: none !important; }}







#s-1d33e67b-33b9-4a52-a92d-b942c327ca92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d33e67b-33b9-4a52-a92d-b942c327ca92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b06ea664-8aa4-4bbb-b821-b827557aa4f8 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 750px;
}

@media (min-width: 0px) {
[id="s-b06ea664-8aa4-4bbb-b821-b827557aa4f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b06ea664-8aa4-4bbb-b821-b827557aa4f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-b06ea664-8aa4-4bbb-b821-b827557aa4f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-b06ea664-8aa4-4bbb-b821-b827557aa4f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 60.0px);
}

}

#s-b6e7cf1e-69f5-421a-ae04-f348c86d0ece {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-b6e7cf1e-69f5-421a-ae04-f348c86d0ece img.shogun-image {
    

    
    
    
  }


#s-b6e7cf1e-69f5-421a-ae04-f348c86d0ece .shogun-image-content {
  
    align-items: center;
  
}

#s-b2d86370-5e2d-4e8a-855d-cfce674f660c {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-b2d86370-5e2d-4e8a-855d-cfce674f660c img.shogun-image {
    

    
    
    
  }


#s-b2d86370-5e2d-4e8a-855d-cfce674f660c .shogun-image-content {
  
    align-items: center;
  
}

#s-9ad3a5b1-abef-4c87-a0ab-b430286a2e14 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-9ad3a5b1-abef-4c87-a0ab-b430286a2e14 img.shogun-image {
    

    
    
    
  }


#s-9ad3a5b1-abef-4c87-a0ab-b430286a2e14 .shogun-image-content {
  
    align-items: center;
  
}

#s-8eba0aef-1098-4a67-a20a-2e1955d8d84f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8eba0aef-1098-4a67-a20a-2e1955d8d84f {
  display: none;
}
#s-8eba0aef-1098-4a67-a20a-2e1955d8d84f, #wrap-s-8eba0aef-1098-4a67-a20a-2e1955d8d84f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8eba0aef-1098-4a67-a20a-2e1955d8d84f {
  display: none;
}
#s-8eba0aef-1098-4a67-a20a-2e1955d8d84f, #wrap-s-8eba0aef-1098-4a67-a20a-2e1955d8d84f { display: none !important; }}@media (max-width: 767px){#s-8eba0aef-1098-4a67-a20a-2e1955d8d84f {
  display: none;
}
#s-8eba0aef-1098-4a67-a20a-2e1955d8d84f, #wrap-s-8eba0aef-1098-4a67-a20a-2e1955d8d84f { display: none !important; }}







#s-8eba0aef-1098-4a67-a20a-2e1955d8d84f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8eba0aef-1098-4a67-a20a-2e1955d8d84f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ced3faa-c032-4234-8ef9-760d4003c029 {
  padding-top: 40px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-8ced3faa-c032-4234-8ef9-760d4003c029 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ced3faa-c032-4234-8ef9-760d4003c029.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e835ed94-0823-4af9-86a9-b386e945b86b {
  min-height: 50px;
}








#s-e835ed94-0823-4af9-86a9-b386e945b86b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e835ed94-0823-4af9-86a9-b386e945b86b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2cf5150-73fa-4789-933f-b42a4afdd15b {
  margin-left: auto;
margin-right: auto;
max-width: 740px;
}

@media (min-width: 0px) {
[id="s-b2cf5150-73fa-4789-933f-b42a4afdd15b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b2cf5150-73fa-4789-933f-b42a4afdd15b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b2cf5150-73fa-4789-933f-b42a4afdd15b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2cf5150-73fa-4789-933f-b42a4afdd15b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-de8a0b80-a531-4fc3-97ff-41c1a759d581 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de8a0b80-a531-4fc3-97ff-41c1a759d581 .shogun-heading-component h2 {
  color: rgba(55, 58, 56, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 2px;
  
}



#s-0f43347d-6284-4096-88fc-7e129fe37f44 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  #s-0f43347d-6284-4096-88fc-7e129fe37f44 img.shogun-image {
    

    
    
    
  }


#s-0f43347d-6284-4096-88fc-7e129fe37f44 .shogun-image-content {
  
    align-items: center;
  
}

#s-785fc44b-a4dc-4233-b439-fa08664249fa {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-785fc44b-a4dc-4233-b439-fa08664249fa .shogun-heading-component h2 {
  color: rgba(55, 58, 56, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 2px;
  
}



#s-ba78d0e1-1433-44fb-95bd-98d4f63eddb0 {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
text-align: left;
}

#s-856fafc3-7c7b-4c36-b3d9-220cb43458d3 {
  margin-top: 3%;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(55, 58, 54, 1);
border-style: solid;
max-width: 90%;
text-align: center;
}







  #s-856fafc3-7c7b-4c36-b3d9-220cb43458d3 img.shogun-image {
    

    
    
    
  }


#s-856fafc3-7c7b-4c36-b3d9-220cb43458d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-715e7fb9-5a86-4e93-9757-729a33374596 {
  margin-top: 1%;
margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}







  #s-715e7fb9-5a86-4e93-9757-729a33374596 img.shogun-image {
    

    
    
    
  }


#s-715e7fb9-5a86-4e93-9757-729a33374596 .shogun-image-content {
  
    align-items: center;
  
}

#s-198310d7-ad6a-480a-9611-09910e967eac {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(255, 143, 28, 1);
}
@media (min-width: 1200px){#s-198310d7-ad6a-480a-9611-09910e967eac {
  display: none;
}
#s-198310d7-ad6a-480a-9611-09910e967eac, #wrap-s-198310d7-ad6a-480a-9611-09910e967eac { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-198310d7-ad6a-480a-9611-09910e967eac {
  display: none;
}
#s-198310d7-ad6a-480a-9611-09910e967eac, #wrap-s-198310d7-ad6a-480a-9611-09910e967eac { display: none !important; }}@media (max-width: 767px){#s-198310d7-ad6a-480a-9611-09910e967eac {
  display: none;
}
#s-198310d7-ad6a-480a-9611-09910e967eac, #wrap-s-198310d7-ad6a-480a-9611-09910e967eac { display: none !important; }}







#s-198310d7-ad6a-480a-9611-09910e967eac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-198310d7-ad6a-480a-9611-09910e967eac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a600e19a-d33f-498c-a986-4c43efe67813 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a600e19a-d33f-498c-a986-4c43efe67813 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  
}



#s-429fe7ec-9b00-4578-ad22-bbc32e6b37be {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(55, 58, 54, 1);
border-style: solid;
max-width: 95%;
}

@media (min-width: 0px) {
[id="s-429fe7ec-9b00-4578-ad22-bbc32e6b37be"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-429fe7ec-9b00-4578-ad22-bbc32e6b37be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-429fe7ec-9b00-4578-ad22-bbc32e6b37be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-429fe7ec-9b00-4578-ad22-bbc32e6b37be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-829ff5fc-fd67-4006-a940-66d8f814c89d {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 0%;
min-height: 200px;
}








#s-829ff5fc-fd67-4006-a940-66d8f814c89d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-829ff5fc-fd67-4006-a940-66d8f814c89d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59114ca4-6281-46df-950a-08b14cc55964 {
  text-align: center;
}







  #s-59114ca4-6281-46df-950a-08b14cc55964 img.shogun-image {
    

    
    
    
  }


#s-59114ca4-6281-46df-950a-08b14cc55964 .shogun-image-content {
  
    align-items: center;
  
}

#s-53b9d4f4-77db-42d4-b855-d0b32dfbc973 {
  padding-left: 2%;
padding-right: 2%;
min-height: 200px;
}








#s-53b9d4f4-77db-42d4-b855-d0b32dfbc973 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53b9d4f4-77db-42d4-b855-d0b32dfbc973.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39060609-ebb6-4a06-bb6e-09e43e07bd9a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-39060609-ebb6-4a06-bb6e-09e43e07bd9a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}


#s-39060609-ebb6-4a06-bb6e-09e43e07bd9a .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-c93a9324-0f3c-4eef-b307-91a62eaf891b {
  margin-top: 3%;
margin-bottom: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c93a9324-0f3c-4eef-b307-91a62eaf891b .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}



#s-2bf4f66d-4a45-4ea0-913e-3e531ef55274 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 7px;
padding-left: 48px;
padding-bottom: 7px;
padding-right: 48px;
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: 45px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(55, 58, 54, 1);
}
#s-2bf4f66d-4a45-4ea0-913e-3e531ef55274:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 58, 54, 1) !important;
border-radius: 45px !important;
background-color: rgba(55, 58, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2bf4f66d-4a45-4ea0-913e-3e531ef55274:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 45px !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-2bf4f66d-4a45-4ea0-913e-3e531ef55274-root {
    text-align: center;
  }


#s-2bf4f66d-4a45-4ea0-913e-3e531ef55274.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2bf4f66d-4a45-4ea0-913e-3e531ef55274-root {
    text-align: center;
  }


#s-2bf4f66d-4a45-4ea0-913e-3e531ef55274.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2bf4f66d-4a45-4ea0-913e-3e531ef55274-root {
    text-align: center;
  }


#s-2bf4f66d-4a45-4ea0-913e-3e531ef55274.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2bf4f66d-4a45-4ea0-913e-3e531ef55274-root {
    text-align: center;
  }


#s-2bf4f66d-4a45-4ea0-913e-3e531ef55274.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2bf4f66d-4a45-4ea0-913e-3e531ef55274-root {
    text-align: center;
  }


#s-2bf4f66d-4a45-4ea0-913e-3e531ef55274.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ed38933d-ae8a-4623-adf6-406aed3c28cb {
  min-height: 400px;
background-color: rgba(55, 58, 54, 1);
}
@media (min-width: 1200px){#s-ed38933d-ae8a-4623-adf6-406aed3c28cb {
  display: none;
}
#s-ed38933d-ae8a-4623-adf6-406aed3c28cb, #wrap-s-ed38933d-ae8a-4623-adf6-406aed3c28cb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed38933d-ae8a-4623-adf6-406aed3c28cb {
  display: none;
}
#s-ed38933d-ae8a-4623-adf6-406aed3c28cb, #wrap-s-ed38933d-ae8a-4623-adf6-406aed3c28cb { display: none !important; }}@media (max-width: 767px){#s-ed38933d-ae8a-4623-adf6-406aed3c28cb {
  display: none;
}
#s-ed38933d-ae8a-4623-adf6-406aed3c28cb, #wrap-s-ed38933d-ae8a-4623-adf6-406aed3c28cb { display: none !important; }}







#s-ed38933d-ae8a-4623-adf6-406aed3c28cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed38933d-ae8a-4623-adf6-406aed3c28cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42ffd1b4-e8c7-442a-8fda-8a68a1217441 {
  margin-left: auto;
margin-right: auto;
max-width: 95%;
}

@media (min-width: 0px) {
[id="s-42ffd1b4-e8c7-442a-8fda-8a68a1217441"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-42ffd1b4-e8c7-442a-8fda-8a68a1217441"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-42ffd1b4-e8c7-442a-8fda-8a68a1217441"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-42ffd1b4-e8c7-442a-8fda-8a68a1217441"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-98050e22-c420-4f20-aa4c-cadfeec2dda8 {
  min-height: 200px;
}








#s-98050e22-c420-4f20-aa4c-cadfeec2dda8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98050e22-c420-4f20-aa4c-cadfeec2dda8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6de3168e-9d84-4d5a-9b32-f7dda2a58215 {
  max-width: 660px;
aspect-ratio: 660/349;
text-align: center;
}





  #s-6de3168e-9d84-4d5a-9b32-f7dda2a58215 img.shogun-image,
  #s-6de3168e-9d84-4d5a-9b32-f7dda2a58215 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6de3168e-9d84-4d5a-9b32-f7dda2a58215 {
    width: 100%;
    height: auto;
  }



  #s-6de3168e-9d84-4d5a-9b32-f7dda2a58215 img.shogun-image {
    

    
    
    
  }


#s-6de3168e-9d84-4d5a-9b32-f7dda2a58215 .shogun-image-content {
  
    align-items: center;
  
}

#s-e76d411a-8895-49c5-92a4-ccb5b6c60f33 {
  min-height: 200px;
}








#s-e76d411a-8895-49c5-92a4-ccb5b6c60f33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e76d411a-8895-49c5-92a4-ccb5b6c60f33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6377d422-ca62-41f4-bc6f-205527567980 {
  text-align: center;
}







  #s-6377d422-ca62-41f4-bc6f-205527567980 img.shogun-image {
    

    
    
    
  }


#s-6377d422-ca62-41f4-bc6f-205527567980 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2f5457b-a1b3-46b8-8f9d-d2da5e7df6c4 {
  margin-left: auto;
margin-right: auto;
max-width: 95%;
}

@media (min-width: 0px) {
[id="s-e2f5457b-a1b3-46b8-8f9d-d2da5e7df6c4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-e2f5457b-a1b3-46b8-8f9d-d2da5e7df6c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e2f5457b-a1b3-46b8-8f9d-d2da5e7df6c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e2f5457b-a1b3-46b8-8f9d-d2da5e7df6c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-dce3b762-ace3-4d30-9868-ee406ba05d4d {
  min-height: 120px;
}








#s-dce3b762-ace3-4d30-9868-ee406ba05d4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dce3b762-ace3-4d30-9868-ee406ba05d4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90762c9c-3c40-47df-857b-55f9e2046637 {
  margin-top: 0px;
}

#s-0bd99f87-949f-4096-8089-5646966ddabd {
  border-style: solid;
margin-top: auto;
margin-left: 0%;
margin-right: auto;
padding-top: 7px;
padding-left: 50px;
padding-bottom: 7px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 143, 28, 1);
border-radius: 45px;
background-color: rgba(55, 58, 54, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 143, 28, 1);
}
#s-0bd99f87-949f-4096-8089-5646966ddabd:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 143, 28, 1) !important;
border-radius: 45px !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0bd99f87-949f-4096-8089-5646966ddabd:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(243, 243, 243, 1) !important;
border-radius: 45px !important;
background-color: rgba(243, 243, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(55, 58, 54, 1) !important;}

  #s-0bd99f87-949f-4096-8089-5646966ddabd-root {
    text-align: center;
  }


#s-0bd99f87-949f-4096-8089-5646966ddabd.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0bd99f87-949f-4096-8089-5646966ddabd-root {
    text-align: center;
  }


#s-0bd99f87-949f-4096-8089-5646966ddabd.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0bd99f87-949f-4096-8089-5646966ddabd-root {
    text-align: center;
  }


#s-0bd99f87-949f-4096-8089-5646966ddabd.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0bd99f87-949f-4096-8089-5646966ddabd-root {
    text-align: center;
  }


#s-0bd99f87-949f-4096-8089-5646966ddabd.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0bd99f87-949f-4096-8089-5646966ddabd-root {
    text-align: center;
  }


#s-0bd99f87-949f-4096-8089-5646966ddabd.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-950133ca-8579-459e-832e-5c2583376276 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 120px;
}








#s-950133ca-8579-459e-832e-5c2583376276 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-950133ca-8579-459e-832e-5c2583376276.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ec113f1-22b3-46db-a9fa-51291991ea9f {
  margin-top: auto;
margin-right: auto;
min-height: 125px;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-9ec113f1-22b3-46db-a9fa-51291991ea9f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9ec113f1-22b3-46db-a9fa-51291991ea9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9ec113f1-22b3-46db-a9fa-51291991ea9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ec113f1-22b3-46db-a9fa-51291991ea9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1c5efb19-9ac8-4b7a-9922-cd0be62e72bf {
  margin-left: 10%;
min-height: 150px;
}








#s-1c5efb19-9ac8-4b7a-9922-cd0be62e72bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c5efb19-9ac8-4b7a-9922-cd0be62e72bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42b84cc2-eb1f-48cf-930a-4c2c26e4be8b {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 150px;
}








#s-42b84cc2-eb1f-48cf-930a-4c2c26e4be8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42b84cc2-eb1f-48cf-930a-4c2c26e4be8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a92a43de-6f2a-445b-9c99-c24c6f8a0389 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-a92a43de-6f2a-445b-9c99-c24c6f8a0389 img.shogun-image {
    

    
    
    
  }


#s-a92a43de-6f2a-445b-9c99-c24c6f8a0389 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0d4812f-1e9f-42a5-a209-5ab4072ecb0c {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-a0d4812f-1e9f-42a5-a209-5ab4072ecb0c img.shogun-image {
    

    
    
    
  }


#s-a0d4812f-1e9f-42a5-a209-5ab4072ecb0c .shogun-image-content {
  
    align-items: center;
  
}

#s-135208b4-6a21-40bc-b497-6e9ab92585ed {
  padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 1200px){#s-135208b4-6a21-40bc-b497-6e9ab92585ed {
  display: none;
}
#s-135208b4-6a21-40bc-b497-6e9ab92585ed, #wrap-s-135208b4-6a21-40bc-b497-6e9ab92585ed { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-135208b4-6a21-40bc-b497-6e9ab92585ed {
  display: none;
}
#s-135208b4-6a21-40bc-b497-6e9ab92585ed, #wrap-s-135208b4-6a21-40bc-b497-6e9ab92585ed { display: none !important; }}@media (max-width: 767px){#s-135208b4-6a21-40bc-b497-6e9ab92585ed {
  display: none;
}
#s-135208b4-6a21-40bc-b497-6e9ab92585ed, #wrap-s-135208b4-6a21-40bc-b497-6e9ab92585ed { display: none !important; }}







#s-135208b4-6a21-40bc-b497-6e9ab92585ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-135208b4-6a21-40bc-b497-6e9ab92585ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-617ed2f5-c264-4052-9354-5a0da3c9784c {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-617ed2f5-c264-4052-9354-5a0da3c9784c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 768px) {
[id="s-617ed2f5-c264-4052-9354-5a0da3c9784c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-617ed2f5-c264-4052-9354-5a0da3c9784c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-617ed2f5-c264-4052-9354-5a0da3c9784c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-2e560e95-2531-45c6-a35b-e9d4c0cf5696 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-2e560e95-2531-45c6-a35b-e9d4c0cf5696 img.shogun-image {
    

    
    
    
  }


#s-2e560e95-2531-45c6-a35b-e9d4c0cf5696 .shogun-image-content {
  
    align-items: center;
  
}

#s-cdd99292-c201-455f-a6b7-d69aa5394c8d {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-cdd99292-c201-455f-a6b7-d69aa5394c8d img.shogun-image {
    

    
    
    
  }


#s-cdd99292-c201-455f-a6b7-d69aa5394c8d .shogun-image-content {
  
    align-items: center;
  
}

#s-289de7c2-388c-4c90-a0e3-3fa63cd0010b {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-289de7c2-388c-4c90-a0e3-3fa63cd0010b img.shogun-image {
    

    
    
    
  }


#s-289de7c2-388c-4c90-a0e3-3fa63cd0010b .shogun-image-content {
  
    align-items: center;
  
}

#s-1451010e-d238-46be-a929-8cc994ce7415 {
  min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 1200px){#s-1451010e-d238-46be-a929-8cc994ce7415 {
  display: none;
}
#s-1451010e-d238-46be-a929-8cc994ce7415, #wrap-s-1451010e-d238-46be-a929-8cc994ce7415 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1451010e-d238-46be-a929-8cc994ce7415 {
  display: none;
}
#s-1451010e-d238-46be-a929-8cc994ce7415, #wrap-s-1451010e-d238-46be-a929-8cc994ce7415 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1451010e-d238-46be-a929-8cc994ce7415 {
  display: none;
}
#s-1451010e-d238-46be-a929-8cc994ce7415, #wrap-s-1451010e-d238-46be-a929-8cc994ce7415 { display: none !important; }}







#s-1451010e-d238-46be-a929-8cc994ce7415 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1451010e-d238-46be-a929-8cc994ce7415.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-294d58d9-58b5-4024-bee1-341e7ea36d19 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
max-width: 95%;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 1200px){#s-294d58d9-58b5-4024-bee1-341e7ea36d19 {
  display: none;
}
#s-294d58d9-58b5-4024-bee1-341e7ea36d19, #wrap-s-294d58d9-58b5-4024-bee1-341e7ea36d19 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-294d58d9-58b5-4024-bee1-341e7ea36d19 {
  display: none;
}
#s-294d58d9-58b5-4024-bee1-341e7ea36d19, #wrap-s-294d58d9-58b5-4024-bee1-341e7ea36d19 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-294d58d9-58b5-4024-bee1-341e7ea36d19 {
  display: none;
}
#s-294d58d9-58b5-4024-bee1-341e7ea36d19, #wrap-s-294d58d9-58b5-4024-bee1-341e7ea36d19 { display: none !important; }}







#s-294d58d9-58b5-4024-bee1-341e7ea36d19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-294d58d9-58b5-4024-bee1-341e7ea36d19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c0a7d5f-0672-41b7-8630-0d4c718e53a7 {
  padding-top: 3px;
padding-bottom: 3px;
text-align: center;
}

#s-7c0a7d5f-0672-41b7-8630-0d4c718e53a7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 2px;
  
}



#s-e3fb957f-1a16-4d45-9fbd-af19de8bec79 {
  margin-left: auto;
margin-right: auto;
max-width: 85%;
text-align: center;
}







  #s-e3fb957f-1a16-4d45-9fbd-af19de8bec79 img.shogun-image {
    

    
    
    
  }


#s-e3fb957f-1a16-4d45-9fbd-af19de8bec79 .shogun-image-content {
  
    align-items: center;
  
}

#s-16835b92-f8b0-4b7e-b224-b1b26c0ecd37 {
  min-height: 50px;
}








#s-16835b92-f8b0-4b7e-b224-b1b26c0ecd37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16835b92-f8b0-4b7e-b224-b1b26c0ecd37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14bc5051-c288-4d45-acdf-133c9dfc33b7 {
  margin-top: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14bc5051-c288-4d45-acdf-133c9dfc33b7 .shogun-heading-component h2 {
  color: rgba(55, 58, 56, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 2px;
  
}



#s-38deae9c-768f-4735-abef-4b961e1d5b82 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 70%;
}

#s-d69dfafa-1577-43f1-8036-7799d2c1ea82 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

#s-06852f9a-4112-4161-b6af-fa2da3732081 {
  margin-top: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(55, 58, 54, 1);
border-style: solid;
text-align: center;
}







  #s-06852f9a-4112-4161-b6af-fa2da3732081 img.shogun-image {
    

    
    
    
  }


#s-06852f9a-4112-4161-b6af-fa2da3732081 .shogun-image-content {
  
    align-items: center;
  
}

#s-51388150-7ee7-42f8-89e0-81eb6110f2cd {
  margin-top: 15px;
text-align: center;
}







  #s-51388150-7ee7-42f8-89e0-81eb6110f2cd img.shogun-image {
    

    
    
    
  }


#s-51388150-7ee7-42f8-89e0-81eb6110f2cd .shogun-image-content {
  
    align-items: center;
  
}

#s-55c9a634-d759-43da-b9e0-ccc31e71fe17 {
  padding-top: 0%;
padding-bottom: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 500px;
background-color: rgba(255, 143, 28, 1);
}
@media (min-width: 1200px){#s-55c9a634-d759-43da-b9e0-ccc31e71fe17 {
  display: none;
}
#s-55c9a634-d759-43da-b9e0-ccc31e71fe17, #wrap-s-55c9a634-d759-43da-b9e0-ccc31e71fe17 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55c9a634-d759-43da-b9e0-ccc31e71fe17 {
  display: none;
}
#s-55c9a634-d759-43da-b9e0-ccc31e71fe17, #wrap-s-55c9a634-d759-43da-b9e0-ccc31e71fe17 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-55c9a634-d759-43da-b9e0-ccc31e71fe17 {
  display: none;
}
#s-55c9a634-d759-43da-b9e0-ccc31e71fe17, #wrap-s-55c9a634-d759-43da-b9e0-ccc31e71fe17 { display: none !important; }}







#s-55c9a634-d759-43da-b9e0-ccc31e71fe17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55c9a634-d759-43da-b9e0-ccc31e71fe17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebd7c316-a5b7-4e06-ad76-5aa0ee41c343 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebd7c316-a5b7-4e06-ad76-5aa0ee41c343 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 5px;
  
}



#s-4f8efe24-00b1-4169-a20a-eee271d1fa11 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(55, 58, 54, 1);
border-style: solid;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-4f8efe24-00b1-4169-a20a-eee271d1fa11"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f8efe24-00b1-4169-a20a-eee271d1fa11"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f8efe24-00b1-4169-a20a-eee271d1fa11"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f8efe24-00b1-4169-a20a-eee271d1fa11"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7702368c-2ced-41d4-9108-245dc07576d6 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
text-align: center;
}







  #s-7702368c-2ced-41d4-9108-245dc07576d6 img.shogun-image {
    

    
    
    
  }


#s-7702368c-2ced-41d4-9108-245dc07576d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-281bb255-18ac-4842-8def-04d5b72d5a4a {
  margin-left: auto;
margin-right: auto;
padding-bottom: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(55, 58, 54, 1);
border-style: solid;
min-height: 50px;
max-width: 90%;
}








#s-281bb255-18ac-4842-8def-04d5b72d5a4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-281bb255-18ac-4842-8def-04d5b72d5a4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47f9c352-c6b0-4b0d-bce6-06ff496953b2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-47f9c352-c6b0-4b0d-bce6-06ff496953b2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}


#s-47f9c352-c6b0-4b0d-bce6-06ff496953b2 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-e13880ed-b1e1-434e-84f2-ddf2f53859ef {
  margin-top: 2%;
margin-bottom: 4%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e13880ed-b1e1-434e-84f2-ddf2f53859ef .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-2896079b-eb4c-4c6f-9a04-dae5b13a1731 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 7px;
padding-left: 48px;
padding-bottom: 7px;
padding-right: 48px;
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: 45px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(55, 58, 54, 1);
}
#s-2896079b-eb4c-4c6f-9a04-dae5b13a1731:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(55, 58, 54, 1) !important;
border-radius: 45px !important;
background-color: rgba(55, 58, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2896079b-eb4c-4c6f-9a04-dae5b13a1731:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 45px !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-2896079b-eb4c-4c6f-9a04-dae5b13a1731-root {
    text-align: center;
  }


#s-2896079b-eb4c-4c6f-9a04-dae5b13a1731.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2896079b-eb4c-4c6f-9a04-dae5b13a1731-root {
    text-align: center;
  }


#s-2896079b-eb4c-4c6f-9a04-dae5b13a1731.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2896079b-eb4c-4c6f-9a04-dae5b13a1731-root {
    text-align: center;
  }


#s-2896079b-eb4c-4c6f-9a04-dae5b13a1731.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2896079b-eb4c-4c6f-9a04-dae5b13a1731-root {
    text-align: center;
  }


#s-2896079b-eb4c-4c6f-9a04-dae5b13a1731.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2896079b-eb4c-4c6f-9a04-dae5b13a1731-root {
    text-align: center;
  }


#s-2896079b-eb4c-4c6f-9a04-dae5b13a1731.shg-btn {
  color: rgba(55, 58, 54, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-cbe8eb9b-efc7-417f-b902-f83762a72d6e {
  background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-position: center center;
background-color: rgba(55, 58, 54, 1);
}
@media (min-width: 1200px){#s-cbe8eb9b-efc7-417f-b902-f83762a72d6e {
  display: none;
}
#s-cbe8eb9b-efc7-417f-b902-f83762a72d6e, #wrap-s-cbe8eb9b-efc7-417f-b902-f83762a72d6e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cbe8eb9b-efc7-417f-b902-f83762a72d6e {
  display: none;
}
#s-cbe8eb9b-efc7-417f-b902-f83762a72d6e, #wrap-s-cbe8eb9b-efc7-417f-b902-f83762a72d6e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cbe8eb9b-efc7-417f-b902-f83762a72d6e {
  display: none;
}
#s-cbe8eb9b-efc7-417f-b902-f83762a72d6e, #wrap-s-cbe8eb9b-efc7-417f-b902-f83762a72d6e { display: none !important; }}







#s-cbe8eb9b-efc7-417f-b902-f83762a72d6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbe8eb9b-efc7-417f-b902-f83762a72d6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b249adde-6239-46f6-8318-62c222e67a89 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-b249adde-6239-46f6-8318-62c222e67a89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b249adde-6239-46f6-8318-62c222e67a89"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b249adde-6239-46f6-8318-62c222e67a89"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b249adde-6239-46f6-8318-62c222e67a89"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b249adde-6239-46f6-8318-62c222e67a89"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b249adde-6239-46f6-8318-62c222e67a89"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b249adde-6239-46f6-8318-62c222e67a89"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-b249adde-6239-46f6-8318-62c222e67a89"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-86ced56f-6b3f-4fd2-ba4a-d9213cca3af7 {
  margin-top: 2%;
margin-bottom: 0%;
min-height: 50px;
}








#s-86ced56f-6b3f-4fd2-ba4a-d9213cca3af7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86ced56f-6b3f-4fd2-ba4a-d9213cca3af7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01aab2fb-50ca-477d-9c3c-b193382cefeb {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-4d56e6bc-6ba0-4688-986c-de8dd99f116b {
  border-style: solid;
margin-top: auto;
margin-left: 0%;
margin-right: auto;
padding-top: 7px;
padding-left: 50px;
padding-bottom: 7px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 143, 28, 1);
border-radius: 45px;
background-color: rgba(55, 58, 54, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 143, 28, 1);
}
#s-4d56e6bc-6ba0-4688-986c-de8dd99f116b:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 143, 28, 1) !important;
border-radius: 45px !important;
background-color: rgba(255, 143, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4d56e6bc-6ba0-4688-986c-de8dd99f116b:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(243, 243, 243, 1) !important;
border-radius: 45px !important;
background-color: rgba(243, 243, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(55, 58, 54, 1) !important;}

  #s-4d56e6bc-6ba0-4688-986c-de8dd99f116b-root {
    text-align: center;
  }


#s-4d56e6bc-6ba0-4688-986c-de8dd99f116b.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4d56e6bc-6ba0-4688-986c-de8dd99f116b-root {
    text-align: center;
  }


#s-4d56e6bc-6ba0-4688-986c-de8dd99f116b.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4d56e6bc-6ba0-4688-986c-de8dd99f116b-root {
    text-align: center;
  }


#s-4d56e6bc-6ba0-4688-986c-de8dd99f116b.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4d56e6bc-6ba0-4688-986c-de8dd99f116b-root {
    text-align: center;
  }


#s-4d56e6bc-6ba0-4688-986c-de8dd99f116b.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4d56e6bc-6ba0-4688-986c-de8dd99f116b-root {
    text-align: center;
  }


#s-4d56e6bc-6ba0-4688-986c-de8dd99f116b.shg-btn {
  color: rgba(255, 143, 28, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c347d249-fe38-42cd-b5c1-8169757f8225 {
  margin-left: auto;
margin-right: auto;
max-width: 660px;
aspect-ratio: 660/349;
text-align: center;
}





  #s-c347d249-fe38-42cd-b5c1-8169757f8225 img.shogun-image,
  #s-c347d249-fe38-42cd-b5c1-8169757f8225 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c347d249-fe38-42cd-b5c1-8169757f8225 {
    width: 100%;
    height: auto;
  }



  #s-c347d249-fe38-42cd-b5c1-8169757f8225 img.shogun-image {
    

    
    
    
  }


#s-c347d249-fe38-42cd-b5c1-8169757f8225 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b521a9d-d6e9-4d93-aa36-b38b9fe219e3 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-2b521a9d-d6e9-4d93-aa36-b38b9fe219e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b521a9d-d6e9-4d93-aa36-b38b9fe219e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b521a9d-d6e9-4d93-aa36-b38b9fe219e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2b521a9d-d6e9-4d93-aa36-b38b9fe219e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b521a9d-d6e9-4d93-aa36-b38b9fe219e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b521a9d-d6e9-4d93-aa36-b38b9fe219e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b521a9d-d6e9-4d93-aa36-b38b9fe219e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-2b521a9d-d6e9-4d93-aa36-b38b9fe219e3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2731f4d4-460a-4219-84b3-84dc7c247c57 {
  margin-top: 2%;
margin-bottom: 0%;
margin-right: auto;
min-height: 50px;
}








#s-2731f4d4-460a-4219-84b3-84dc7c247c57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2731f4d4-460a-4219-84b3-84dc7c247c57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f0233e2-42f5-4af3-9ca2-8a82d6b8e0f9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2f0233e2-42f5-4af3-9ca2-8a82d6b8e0f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f0233e2-42f5-4af3-9ca2-8a82d6b8e0f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7cdcc600-a47a-45e4-95dc-d8cbb557a0b5 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-7cdcc600-a47a-45e4-95dc-d8cbb557a0b5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-7cdcc600-a47a-45e4-95dc-d8cbb557a0b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7cdcc600-a47a-45e4-95dc-d8cbb557a0b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cdcc600-a47a-45e4-95dc-d8cbb557a0b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e4e787b8-4951-43d1-b3d2-c0254ee7bfdb {
  text-align: center;
}







  #s-e4e787b8-4951-43d1-b3d2-c0254ee7bfdb img.shogun-image {
    

    
    
    
  }


#s-e4e787b8-4951-43d1-b3d2-c0254ee7bfdb .shogun-image-content {
  
    align-items: center;
  
}

#s-e0a2d953-fd93-4cd9-8d52-ed2908951e91 {
  text-align: center;
}







  #s-e0a2d953-fd93-4cd9-8d52-ed2908951e91 img.shogun-image {
    

    
    
    
  }


#s-e0a2d953-fd93-4cd9-8d52-ed2908951e91 .shogun-image-content {
  
    align-items: center;
  
}

#s-469e3752-cfb9-429a-a3dd-92546aebe257 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}







  #s-469e3752-cfb9-429a-a3dd-92546aebe257 img.shogun-image {
    

    
    
    
  }


#s-469e3752-cfb9-429a-a3dd-92546aebe257 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa16f62b-9fdb-4e68-9488-cc101cb72e7a {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 1200px){#s-aa16f62b-9fdb-4e68-9488-cc101cb72e7a {
  display: none;
}
#s-aa16f62b-9fdb-4e68-9488-cc101cb72e7a, #wrap-s-aa16f62b-9fdb-4e68-9488-cc101cb72e7a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa16f62b-9fdb-4e68-9488-cc101cb72e7a {
  display: none;
}
#s-aa16f62b-9fdb-4e68-9488-cc101cb72e7a, #wrap-s-aa16f62b-9fdb-4e68-9488-cc101cb72e7a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aa16f62b-9fdb-4e68-9488-cc101cb72e7a {
  display: none;
}
#s-aa16f62b-9fdb-4e68-9488-cc101cb72e7a, #wrap-s-aa16f62b-9fdb-4e68-9488-cc101cb72e7a { display: none !important; }}







#s-aa16f62b-9fdb-4e68-9488-cc101cb72e7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa16f62b-9fdb-4e68-9488-cc101cb72e7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6b6430e-9b91-4434-a0a5-4f095162b76a {
  margin-left: auto;
margin-right: auto;
max-width: 95%;
}

@media (min-width: 0px) {
[id="s-d6b6430e-9b91-4434-a0a5-4f095162b76a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-d6b6430e-9b91-4434-a0a5-4f095162b76a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-d6b6430e-9b91-4434-a0a5-4f095162b76a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-d6b6430e-9b91-4434-a0a5-4f095162b76a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-56af85bb-4c29-4141-8566-3b078af2f7c5 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-56af85bb-4c29-4141-8566-3b078af2f7c5 img.shogun-image {
    

    
    
    
  }


#s-56af85bb-4c29-4141-8566-3b078af2f7c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffafbd6e-cde9-4b35-a8bb-ec63f3beba84 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-ffafbd6e-cde9-4b35-a8bb-ec63f3beba84 img.shogun-image {
    

    
    
    
  }


#s-ffafbd6e-cde9-4b35-a8bb-ec63f3beba84 .shogun-image-content {
  
    align-items: center;
  
}

#s-75457b88-51c8-478e-9a3d-6597747af517 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-75457b88-51c8-478e-9a3d-6597747af517 img.shogun-image {
    

    
    
    
  }


#s-75457b88-51c8-478e-9a3d-6597747af517 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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