.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-378adc87-1a9a-41d1-a533-9c53aaacedbc {
  min-height: 50px;
}
@media (min-width: 1200px){#s-378adc87-1a9a-41d1-a533-9c53aaacedbc {
  display: none;
}
#s-378adc87-1a9a-41d1-a533-9c53aaacedbc, #wrap-s-378adc87-1a9a-41d1-a533-9c53aaacedbc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-378adc87-1a9a-41d1-a533-9c53aaacedbc {
  display: none;
}
#s-378adc87-1a9a-41d1-a533-9c53aaacedbc, #wrap-s-378adc87-1a9a-41d1-a533-9c53aaacedbc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-378adc87-1a9a-41d1-a533-9c53aaacedbc {
  display: none;
}
#s-378adc87-1a9a-41d1-a533-9c53aaacedbc, #wrap-s-378adc87-1a9a-41d1-a533-9c53aaacedbc { display: none !important; }}@media (max-width: 767px){#s-378adc87-1a9a-41d1-a533-9c53aaacedbc {
  display: none;
}
#s-378adc87-1a9a-41d1-a533-9c53aaacedbc, #wrap-s-378adc87-1a9a-41d1-a533-9c53aaacedbc { display: none !important; }}







#s-378adc87-1a9a-41d1-a533-9c53aaacedbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-378adc87-1a9a-41d1-a533-9c53aaacedbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-cdaf6123-1200-4710-8def-764095522266 {
  text-align: center;
}
@media (min-width: 1200px){#s-cdaf6123-1200-4710-8def-764095522266 {
  display: none;
}
#s-cdaf6123-1200-4710-8def-764095522266, #wrap-s-cdaf6123-1200-4710-8def-764095522266 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cdaf6123-1200-4710-8def-764095522266 {
  display: none;
}
#s-cdaf6123-1200-4710-8def-764095522266, #wrap-s-cdaf6123-1200-4710-8def-764095522266 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cdaf6123-1200-4710-8def-764095522266 {
  display: none;
}
#s-cdaf6123-1200-4710-8def-764095522266, #wrap-s-cdaf6123-1200-4710-8def-764095522266 { display: none !important; }}@media (max-width: 767px){#s-cdaf6123-1200-4710-8def-764095522266 {
  display: none;
}
#s-cdaf6123-1200-4710-8def-764095522266, #wrap-s-cdaf6123-1200-4710-8def-764095522266 { display: none !important; }}






  #s-cdaf6123-1200-4710-8def-764095522266 img.shogun-image {
    

    
    
    
  }


#s-cdaf6123-1200-4710-8def-764095522266 .shogun-image-content {
  
    align-items: center;
  
}

#s-2458280e-bcdf-44e2-8659-610d7e46e3fa {
  min-height: 50px;
}
@media (max-width: 767px){#s-2458280e-bcdf-44e2-8659-610d7e46e3fa {
  display: none;
}
#s-2458280e-bcdf-44e2-8659-610d7e46e3fa, #wrap-s-2458280e-bcdf-44e2-8659-610d7e46e3fa { display: none !important; }}







#s-2458280e-bcdf-44e2-8659-610d7e46e3fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2458280e-bcdf-44e2-8659-610d7e46e3fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70b78c9c-032b-45f7-8bfd-777c4b47f74f {
  text-align: center;
}
@media (max-width: 767px){#s-70b78c9c-032b-45f7-8bfd-777c4b47f74f {
  
}
}






  #s-70b78c9c-032b-45f7-8bfd-777c4b47f74f img.shogun-image {
    

    
    
    
  }


#s-70b78c9c-032b-45f7-8bfd-777c4b47f74f .shogun-image-content {
  
    align-items: center;
  
}

.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: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: 400;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
}

.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: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: 400;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: 400;
}

#s-0703b950-0eb8-4449-b86a-59b779eca8c0 {
  margin-top: 7px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-0703b950-0eb8-4449-b86a-59b779eca8c0 {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0703b950-0eb8-4449-b86a-59b779eca8c0 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0703b950-0eb8-4449-b86a-59b779eca8c0 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-0703b950-0eb8-4449-b86a-59b779eca8c0 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-22d660e0-5b65-4e78-8997-6a287815087e {
  min-height: 50px;
}
@media (max-width: 767px){#s-22d660e0-5b65-4e78-8997-6a287815087e {
  display: none;
}
#s-22d660e0-5b65-4e78-8997-6a287815087e, #wrap-s-22d660e0-5b65-4e78-8997-6a287815087e { display: none !important; }}







#s-22d660e0-5b65-4e78-8997-6a287815087e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22d660e0-5b65-4e78-8997-6a287815087e.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;
}

@media (min-width: 1200px){#s-ded85e5f-870e-435d-8d86-e7242bd51945 {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ded85e5f-870e-435d-8d86-e7242bd51945 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ded85e5f-870e-435d-8d86-e7242bd51945 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-ded85e5f-870e-435d-8d86-e7242bd51945 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-ded85e5f-870e-435d-8d86-e7242bd51945"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ded85e5f-870e-435d-8d86-e7242bd51945"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ded85e5f-870e-435d-8d86-e7242bd51945"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ded85e5f-870e-435d-8d86-e7242bd51945"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  text-transform: none;
  font-weight: 400;
  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-26dbdb75-35d1-4d8c-809c-aa0034aab92d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-26dbdb75-35d1-4d8c-809c-aa0034aab92d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


#s-26dbdb75-35d1-4d8c-809c-aa0034aab92d .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-8ff53124-f96f-4f68-97f3-cd5dec22ca03 {
  min-height: 25px;
}
@media (max-width: 767px){#s-8ff53124-f96f-4f68-97f3-cd5dec22ca03 {
  
}
}







#s-8ff53124-f96f-4f68-97f3-cd5dec22ca03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ff53124-f96f-4f68-97f3-cd5dec22ca03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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: 400;
  font-family: Assistant, sans-serif;
}

.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-7b834710-5574-4dbb-8014-215864029422 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7b834710-5574-4dbb-8014-215864029422:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7b834710-5574-4dbb-8014-215864029422:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7b834710-5574-4dbb-8014-215864029422-root {
    text-align: left;
  }


#s-7b834710-5574-4dbb-8014-215864029422.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7b834710-5574-4dbb-8014-215864029422-root {
    text-align: left;
  }


#s-7b834710-5574-4dbb-8014-215864029422.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b834710-5574-4dbb-8014-215864029422-root {
    text-align: left;
  }


#s-7b834710-5574-4dbb-8014-215864029422.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b834710-5574-4dbb-8014-215864029422-root {
    text-align: left;
  }


#s-7b834710-5574-4dbb-8014-215864029422.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7b834710-5574-4dbb-8014-215864029422-root {
    text-align: left;
  }


#s-7b834710-5574-4dbb-8014-215864029422.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4e581f72-9cfe-4b79-9118-b7bb56bd445a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4e581f72-9cfe-4b79-9118-b7bb56bd445a {
  display: none;
}
#s-4e581f72-9cfe-4b79-9118-b7bb56bd445a, #wrap-s-4e581f72-9cfe-4b79-9118-b7bb56bd445a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e581f72-9cfe-4b79-9118-b7bb56bd445a {
  display: none;
}
#s-4e581f72-9cfe-4b79-9118-b7bb56bd445a, #wrap-s-4e581f72-9cfe-4b79-9118-b7bb56bd445a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e581f72-9cfe-4b79-9118-b7bb56bd445a {
  display: none;
}
#s-4e581f72-9cfe-4b79-9118-b7bb56bd445a, #wrap-s-4e581f72-9cfe-4b79-9118-b7bb56bd445a { display: none !important; }}







#s-4e581f72-9cfe-4b79-9118-b7bb56bd445a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e581f72-9cfe-4b79-9118-b7bb56bd445a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8622d93-843f-4314-810c-c81f8c344cc3 {
  text-align: center;
}
@media (max-width: 767px){#s-f8622d93-843f-4314-810c-c81f8c344cc3 {
  
}
}






  #s-f8622d93-843f-4314-810c-c81f8c344cc3 img.shogun-image {
    

    
    
    
  }


#s-f8622d93-843f-4314-810c-c81f8c344cc3 .shogun-image-content {
  
    align-items: center;
  
}

#s-32a3c4e9-84b3-40b5-82e9-c2bbeaf086cc {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-32a3c4e9-84b3-40b5-82e9-c2bbeaf086cc {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32a3c4e9-84b3-40b5-82e9-c2bbeaf086cc {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-32a3c4e9-84b3-40b5-82e9-c2bbeaf086cc {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-32a3c4e9-84b3-40b5-82e9-c2bbeaf086cc {
  margin-left: 20px;
margin-right: 20px;
display: none;
}
#s-32a3c4e9-84b3-40b5-82e9-c2bbeaf086cc, #wrap-s-32a3c4e9-84b3-40b5-82e9-c2bbeaf086cc { display: none !important; }}
#s-2b5a8800-e533-4ccb-abfc-d3dc556ee153 {
  min-height: 50px;
}








#s-2b5a8800-e533-4ccb-abfc-d3dc556ee153 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b5a8800-e533-4ccb-abfc-d3dc556ee153.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07f277e3-f702-4d6e-97be-e3592f4830ac {
  text-align: center;
}
@media (max-width: 767px){#s-07f277e3-f702-4d6e-97be-e3592f4830ac {
  display: none;
}
#s-07f277e3-f702-4d6e-97be-e3592f4830ac, #wrap-s-07f277e3-f702-4d6e-97be-e3592f4830ac { display: none !important; }}






  #s-07f277e3-f702-4d6e-97be-e3592f4830ac img.shogun-image {
    

    
    
    
  }


#s-07f277e3-f702-4d6e-97be-e3592f4830ac .shogun-image-content {
  
    align-items: center;
  
}

#s-789796cf-bc6e-47ce-95a9-33e1f3917600 {
  text-align: center;
}
@media (min-width: 1200px){#s-789796cf-bc6e-47ce-95a9-33e1f3917600 {
  display: none;
}
#s-789796cf-bc6e-47ce-95a9-33e1f3917600, #wrap-s-789796cf-bc6e-47ce-95a9-33e1f3917600 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-789796cf-bc6e-47ce-95a9-33e1f3917600 {
  display: none;
}
#s-789796cf-bc6e-47ce-95a9-33e1f3917600, #wrap-s-789796cf-bc6e-47ce-95a9-33e1f3917600 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-789796cf-bc6e-47ce-95a9-33e1f3917600 {
  display: none;
}
#s-789796cf-bc6e-47ce-95a9-33e1f3917600, #wrap-s-789796cf-bc6e-47ce-95a9-33e1f3917600 { display: none !important; }}@media (max-width: 767px){#s-789796cf-bc6e-47ce-95a9-33e1f3917600 {
  
}
}






  #s-789796cf-bc6e-47ce-95a9-33e1f3917600 img.shogun-image {
    

    
    
    
  }


#s-789796cf-bc6e-47ce-95a9-33e1f3917600 .shogun-image-content {
  
    align-items: center;
  
}

#s-a84f8b30-49e7-4698-92e9-ceb802f95715 {
  margin-top: 7px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-a84f8b30-49e7-4698-92e9-ceb802f95715 {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a84f8b30-49e7-4698-92e9-ceb802f95715 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a84f8b30-49e7-4698-92e9-ceb802f95715 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-a84f8b30-49e7-4698-92e9-ceb802f95715 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-a5a73c6a-b750-4f97-a3ad-8631d41dca42 {
  min-height: 50px;
}
@media (max-width: 767px){#s-a5a73c6a-b750-4f97-a3ad-8631d41dca42 {
  display: none;
}
#s-a5a73c6a-b750-4f97-a3ad-8631d41dca42, #wrap-s-a5a73c6a-b750-4f97-a3ad-8631d41dca42 { display: none !important; }}







#s-a5a73c6a-b750-4f97-a3ad-8631d41dca42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5a73c6a-b750-4f97-a3ad-8631d41dca42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-212db123-dae1-49e9-a6b7-188b0ff53272 {
  margin-left: 400px;
margin-right: 400px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-212db123-dae1-49e9-a6b7-188b0ff53272 {
  margin-left: 250px;
margin-right: 250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-212db123-dae1-49e9-a6b7-188b0ff53272 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-212db123-dae1-49e9-a6b7-188b0ff53272 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-212db123-dae1-49e9-a6b7-188b0ff53272"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-212db123-dae1-49e9-a6b7-188b0ff53272"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-212db123-dae1-49e9-a6b7-188b0ff53272"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-212db123-dae1-49e9-a6b7-188b0ff53272"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f55bd3c2-b96f-465d-a4f9-88c500094930 {
  text-align: center;
}







  #s-f55bd3c2-b96f-465d-a4f9-88c500094930 img.shogun-image {
    

    
    
    
  }


#s-f55bd3c2-b96f-465d-a4f9-88c500094930 .shogun-image-content {
  
    align-items: center;
  
}

#s-48e98ba0-96c0-42f5-b383-0e5d3cc95d5a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f9f0ab62-7a49-4a72-8534-f1172a024fce {
  text-align: center;
}







  #s-f9f0ab62-7a49-4a72-8534-f1172a024fce img.shogun-image {
    

    
    
    
  }


#s-f9f0ab62-7a49-4a72-8534-f1172a024fce .shogun-image-content {
  
    align-items: center;
  
}

#s-45e47254-b949-4463-a3a1-c82beb543528 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-00079a38-23b6-469c-b7fe-e245cb2ecf19 {
  min-height: 50px;
}
@media (max-width: 767px){#s-00079a38-23b6-469c-b7fe-e245cb2ecf19 {
  
}
}







#s-00079a38-23b6-469c-b7fe-e245cb2ecf19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00079a38-23b6-469c-b7fe-e245cb2ecf19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7008e416-64ed-47d6-9d25-83d90cce8816 {
  min-height: 50px;
}








#s-7008e416-64ed-47d6-9d25-83d90cce8816 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7008e416-64ed-47d6-9d25-83d90cce8816.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e453ee2-6c53-4f7c-9c52-664434aa63b4 {
  min-height: 50px;
}








#s-6e453ee2-6c53-4f7c-9c52-664434aa63b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e453ee2-6c53-4f7c-9c52-664434aa63b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5fbfc55b-598c-4632-9b5e-a23f20ec8387 {
  min-height: 50px;
}








#s-5fbfc55b-598c-4632-9b5e-a23f20ec8387 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fbfc55b-598c-4632-9b5e-a23f20ec8387.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-fd6be630-42a9-48d9-9c84-ac608c5e41c5 {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fd6be630-42a9-48d9-9c84-ac608c5e41c5 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd6be630-42a9-48d9-9c84-ac608c5e41c5 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-fd6be630-42a9-48d9-9c84-ac608c5e41c5 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-fd6be630-42a9-48d9-9c84-ac608c5e41c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd6be630-42a9-48d9-9c84-ac608c5e41c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fd6be630-42a9-48d9-9c84-ac608c5e41c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd6be630-42a9-48d9-9c84-ac608c5e41c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-29cd625d-bba8-417f-bda1-e8387ca32fb0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-29cd625d-bba8-417f-bda1-e8387ca32fb0 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


#s-29cd625d-bba8-417f-bda1-e8387ca32fb0 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-6a45195f-c565-46fc-a96a-9c569b6d8903 {
  min-height: 25px;
}
@media (max-width: 767px){#s-6a45195f-c565-46fc-a96a-9c569b6d8903 {
  
}
}







#s-6a45195f-c565-46fc-a96a-9c569b6d8903 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a45195f-c565-46fc-a96a-9c569b6d8903.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60893ba0-3005-4716-b3f5-9c78c31f2f77 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-60893ba0-3005-4716-b3f5-9c78c31f2f77:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-60893ba0-3005-4716-b3f5-9c78c31f2f77:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-60893ba0-3005-4716-b3f5-9c78c31f2f77-root {
    text-align: left;
  }


#s-60893ba0-3005-4716-b3f5-9c78c31f2f77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-60893ba0-3005-4716-b3f5-9c78c31f2f77-root {
    text-align: left;
  }


#s-60893ba0-3005-4716-b3f5-9c78c31f2f77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-60893ba0-3005-4716-b3f5-9c78c31f2f77-root {
    text-align: left;
  }


#s-60893ba0-3005-4716-b3f5-9c78c31f2f77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-60893ba0-3005-4716-b3f5-9c78c31f2f77-root {
    text-align: left;
  }


#s-60893ba0-3005-4716-b3f5-9c78c31f2f77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-60893ba0-3005-4716-b3f5-9c78c31f2f77-root {
    text-align: left;
  }


#s-60893ba0-3005-4716-b3f5-9c78c31f2f77.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-847c81a8-a8cc-44d0-934c-2fc3406ce6d8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-847c81a8-a8cc-44d0-934c-2fc3406ce6d8 {
  display: none;
}
#s-847c81a8-a8cc-44d0-934c-2fc3406ce6d8, #wrap-s-847c81a8-a8cc-44d0-934c-2fc3406ce6d8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-847c81a8-a8cc-44d0-934c-2fc3406ce6d8 {
  display: none;
}
#s-847c81a8-a8cc-44d0-934c-2fc3406ce6d8, #wrap-s-847c81a8-a8cc-44d0-934c-2fc3406ce6d8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-847c81a8-a8cc-44d0-934c-2fc3406ce6d8 {
  display: none;
}
#s-847c81a8-a8cc-44d0-934c-2fc3406ce6d8, #wrap-s-847c81a8-a8cc-44d0-934c-2fc3406ce6d8 { display: none !important; }}







#s-847c81a8-a8cc-44d0-934c-2fc3406ce6d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-847c81a8-a8cc-44d0-934c-2fc3406ce6d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acf9c652-88f5-4893-8132-30011aa4d91e {
  text-align: center;
}
@media (max-width: 767px){#s-acf9c652-88f5-4893-8132-30011aa4d91e {
  
}
}






  #s-acf9c652-88f5-4893-8132-30011aa4d91e img.shogun-image {
    

    
    
    
  }


#s-acf9c652-88f5-4893-8132-30011aa4d91e .shogun-image-content {
  
    align-items: center;
  
}

#s-587e5b51-62e7-498b-9a23-177e74d1f633 {
  min-height: 50px;
}








#s-587e5b51-62e7-498b-9a23-177e74d1f633 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-587e5b51-62e7-498b-9a23-177e74d1f633.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6df96c5b-ce97-4ff4-a44f-34b267996f96 {
  min-height: 50px;
}








#s-6df96c5b-ce97-4ff4-a44f-34b267996f96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6df96c5b-ce97-4ff4-a44f-34b267996f96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b63fc85f-8b7c-4784-a0f5-bb22e4ea4cb6 {
  text-align: center;
}
@media (min-width: 1200px){#s-b63fc85f-8b7c-4784-a0f5-bb22e4ea4cb6 {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b63fc85f-8b7c-4784-a0f5-bb22e4ea4cb6 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (max-width: 767px){#s-b63fc85f-8b7c-4784-a0f5-bb22e4ea4cb6 {
  
}
}






  #s-b63fc85f-8b7c-4784-a0f5-bb22e4ea4cb6 img.shogun-image {
    

    
    
    
  }


#s-b63fc85f-8b7c-4784-a0f5-bb22e4ea4cb6 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d74393d-08f3-4d69-848e-f0699cede6f1 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-7d74393d-08f3-4d69-848e-f0699cede6f1 {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d74393d-08f3-4d69-848e-f0699cede6f1 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7d74393d-08f3-4d69-848e-f0699cede6f1 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-7d74393d-08f3-4d69-848e-f0699cede6f1 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-d55c3754-ae43-4ce9-a197-947e24e8e5a1 {
  min-height: 50px;
}








#s-d55c3754-ae43-4ce9-a197-947e24e8e5a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d55c3754-ae43-4ce9-a197-947e24e8e5a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdcfd288-643b-4f7c-b4f2-c90a57bf9f78 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-bdcfd288-643b-4f7c-b4f2-c90a57bf9f78 {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bdcfd288-643b-4f7c-b4f2-c90a57bf9f78 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bdcfd288-643b-4f7c-b4f2-c90a57bf9f78 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-bdcfd288-643b-4f7c-b4f2-c90a57bf9f78 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-bdcfd288-643b-4f7c-b4f2-c90a57bf9f78 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-1d68e586-a78e-4e07-85a9-db259735843b {
  margin-left: 300px;
margin-right: 300px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1d68e586-a78e-4e07-85a9-db259735843b {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d68e586-a78e-4e07-85a9-db259735843b {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-1d68e586-a78e-4e07-85a9-db259735843b {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-aeb7dc75-51aa-4feb-bed7-6d8c2c9bc4ce {
  min-height: 50px;
}








#s-aeb7dc75-51aa-4feb-bed7-6d8c2c9bc4ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aeb7dc75-51aa-4feb-bed7-6d8c2c9bc4ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d56653d-f059-4954-8f19-8ee324d4cd35 {
  min-height: 50px;
}








#s-0d56653d-f059-4954-8f19-8ee324d4cd35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d56653d-f059-4954-8f19-8ee324d4cd35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-d2687a20-f7cf-4dbc-a472-3155104d1b27 {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d2687a20-f7cf-4dbc-a472-3155104d1b27 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d2687a20-f7cf-4dbc-a472-3155104d1b27 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-d2687a20-f7cf-4dbc-a472-3155104d1b27 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-d2687a20-f7cf-4dbc-a472-3155104d1b27"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2687a20-f7cf-4dbc-a472-3155104d1b27"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d2687a20-f7cf-4dbc-a472-3155104d1b27"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2687a20-f7cf-4dbc-a472-3155104d1b27"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-349d2df6-50df-4b1b-a582-8ecdfadf0962 {
  text-align: center;
}







  #s-349d2df6-50df-4b1b-a582-8ecdfadf0962 img.shogun-image {
    

    
    
    
  }


#s-349d2df6-50df-4b1b-a582-8ecdfadf0962 .shogun-image-content {
  
    align-items: center;
  
}

#s-0eb99ad5-fafd-490c-87d2-d62bc473b4b0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f03d02b7-b986-4657-9fee-673fa9de0214 {
  text-align: center;
}







  #s-f03d02b7-b986-4657-9fee-673fa9de0214 img.shogun-image {
    

    
    
    
  }


#s-f03d02b7-b986-4657-9fee-673fa9de0214 .shogun-image-content {
  
    align-items: center;
  
}

#s-0cda9512-2f7c-415b-bceb-01405c23e46c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4b321a55-900c-42b0-88ba-10a0d8c0a699 {
  min-height: 50px;
}








#s-4b321a55-900c-42b0-88ba-10a0d8c0a699 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b321a55-900c-42b0-88ba-10a0d8c0a699.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22d14253-fa0f-4169-acb8-9bbb9af11b74 {
  text-align: center;
}
@media (max-width: 767px){#s-22d14253-fa0f-4169-acb8-9bbb9af11b74 {
  display: none;
}
#s-22d14253-fa0f-4169-acb8-9bbb9af11b74, #wrap-s-22d14253-fa0f-4169-acb8-9bbb9af11b74 { display: none !important; }}






  #s-22d14253-fa0f-4169-acb8-9bbb9af11b74 img.shogun-image {
    

    
    
    
  }


#s-22d14253-fa0f-4169-acb8-9bbb9af11b74 .shogun-image-content {
  
    align-items: center;
  
}

#s-4cac0785-8059-4e2c-9586-d468d0605676 {
  text-align: center;
}
@media (min-width: 1200px){#s-4cac0785-8059-4e2c-9586-d468d0605676 {
  display: none;
}
#s-4cac0785-8059-4e2c-9586-d468d0605676, #wrap-s-4cac0785-8059-4e2c-9586-d468d0605676 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4cac0785-8059-4e2c-9586-d468d0605676 {
  display: none;
}
#s-4cac0785-8059-4e2c-9586-d468d0605676, #wrap-s-4cac0785-8059-4e2c-9586-d468d0605676 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4cac0785-8059-4e2c-9586-d468d0605676 {
  display: none;
}
#s-4cac0785-8059-4e2c-9586-d468d0605676, #wrap-s-4cac0785-8059-4e2c-9586-d468d0605676 { display: none !important; }}@media (max-width: 767px){#s-4cac0785-8059-4e2c-9586-d468d0605676 {
  
}
}






  #s-4cac0785-8059-4e2c-9586-d468d0605676 img.shogun-image {
    

    
    
    
  }


#s-4cac0785-8059-4e2c-9586-d468d0605676 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f632acb-341d-4f7a-9481-87766df24e08 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-bb167208-864a-46ea-a77a-121761f1b35d {
  min-height: 50px;
}
@media (max-width: 767px){#s-bb167208-864a-46ea-a77a-121761f1b35d {
  display: none;
}
#s-bb167208-864a-46ea-a77a-121761f1b35d, #wrap-s-bb167208-864a-46ea-a77a-121761f1b35d { display: none !important; }}







#s-bb167208-864a-46ea-a77a-121761f1b35d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb167208-864a-46ea-a77a-121761f1b35d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-908f45bd-8fdf-4ba3-b159-c74b8f078e00 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-908f45bd-8fdf-4ba3-b159-c74b8f078e00 {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-908f45bd-8fdf-4ba3-b159-c74b8f078e00 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-908f45bd-8fdf-4ba3-b159-c74b8f078e00 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-908f45bd-8fdf-4ba3-b159-c74b8f078e00 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-908f45bd-8fdf-4ba3-b159-c74b8f078e00 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: left;
}



@media (min-width: 1200px){#s-32df9a0c-0243-452b-b149-b96f42234e7e {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32df9a0c-0243-452b-b149-b96f42234e7e {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-32df9a0c-0243-452b-b149-b96f42234e7e {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-32df9a0c-0243-452b-b149-b96f42234e7e {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-32df9a0c-0243-452b-b149-b96f42234e7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32df9a0c-0243-452b-b149-b96f42234e7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-32df9a0c-0243-452b-b149-b96f42234e7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-32df9a0c-0243-452b-b149-b96f42234e7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-32df9a0c-0243-452b-b149-b96f42234e7e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9d745ee0-e3a9-41cd-ba1d-61e79d0738c0 {
  text-align: center;
}







  #s-9d745ee0-e3a9-41cd-ba1d-61e79d0738c0 img.shogun-image {
    

    
    
    
  }


#s-9d745ee0-e3a9-41cd-ba1d-61e79d0738c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5b2a883-0cca-4255-9196-7332ca4aa46f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1b8fd489-0561-4369-a37c-3a6ec83c1c6b {
  text-align: center;
}







  #s-1b8fd489-0561-4369-a37c-3a6ec83c1c6b img.shogun-image {
    

    
    
    
  }


#s-1b8fd489-0561-4369-a37c-3a6ec83c1c6b .shogun-image-content {
  
    align-items: center;
  
}

#s-ecbce8b6-90c0-4e13-9b2b-9ab5a7e0beed {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9f25119c-2763-493f-9288-70a2c8d0f466 {
  text-align: center;
}
@media (min-width: 1200px){#s-9f25119c-2763-493f-9288-70a2c8d0f466 {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f25119c-2763-493f-9288-70a2c8d0f466 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (max-width: 767px){#s-9f25119c-2763-493f-9288-70a2c8d0f466 {
  
}
}






  #s-9f25119c-2763-493f-9288-70a2c8d0f466 img.shogun-image {
    

    
    
    
  }


#s-9f25119c-2763-493f-9288-70a2c8d0f466 .shogun-image-content {
  
    align-items: center;
  
}

#s-171fab12-92f7-4641-aca6-9ee7e5b99697 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-18de41b5-2c62-4209-883f-53c444d59eb0 {
  min-height: 10px;
}
@media (min-width: 1200px){#s-18de41b5-2c62-4209-883f-53c444d59eb0 {
  display: none;
}
#s-18de41b5-2c62-4209-883f-53c444d59eb0, #wrap-s-18de41b5-2c62-4209-883f-53c444d59eb0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18de41b5-2c62-4209-883f-53c444d59eb0 {
  display: none;
}
#s-18de41b5-2c62-4209-883f-53c444d59eb0, #wrap-s-18de41b5-2c62-4209-883f-53c444d59eb0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-18de41b5-2c62-4209-883f-53c444d59eb0 {
  display: none;
}
#s-18de41b5-2c62-4209-883f-53c444d59eb0, #wrap-s-18de41b5-2c62-4209-883f-53c444d59eb0 { display: none !important; }}







#s-18de41b5-2c62-4209-883f-53c444d59eb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18de41b5-2c62-4209-883f-53c444d59eb0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b81249a-b888-4e79-97e9-6a5152f5b0b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-6b81249a-b888-4e79-97e9-6a5152f5b0b0 {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b81249a-b888-4e79-97e9-6a5152f5b0b0 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b81249a-b888-4e79-97e9-6a5152f5b0b0 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-6b81249a-b888-4e79-97e9-6a5152f5b0b0 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-6b81249a-b888-4e79-97e9-6a5152f5b0b0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: left;
}



#s-bc70edef-4d8f-42b2-9517-199242c700b1 {
  min-height: 50px;
}
@media (max-width: 767px){#s-bc70edef-4d8f-42b2-9517-199242c700b1 {
  display: none;
}
#s-bc70edef-4d8f-42b2-9517-199242c700b1, #wrap-s-bc70edef-4d8f-42b2-9517-199242c700b1 { display: none !important; }}







#s-bc70edef-4d8f-42b2-9517-199242c700b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc70edef-4d8f-42b2-9517-199242c700b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-ff88223b-56a4-4f4b-84ed-f35a6cd5f2d3 {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff88223b-56a4-4f4b-84ed-f35a6cd5f2d3 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff88223b-56a4-4f4b-84ed-f35a6cd5f2d3 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-ff88223b-56a4-4f4b-84ed-f35a6cd5f2d3 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-ff88223b-56a4-4f4b-84ed-f35a6cd5f2d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff88223b-56a4-4f4b-84ed-f35a6cd5f2d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ff88223b-56a4-4f4b-84ed-f35a6cd5f2d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff88223b-56a4-4f4b-84ed-f35a6cd5f2d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-ff88223b-56a4-4f4b-84ed-f35a6cd5f2d3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-118f0489-83e6-406b-8655-9e679c81e4e9 {
  text-align: center;
}







  #s-118f0489-83e6-406b-8655-9e679c81e4e9 img.shogun-image {
    

    
    
    
  }


#s-118f0489-83e6-406b-8655-9e679c81e4e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec6fabe6-e206-478a-8368-32e5d64ae1da {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-505fcee0-821f-4f36-8b9b-e3a8b83a8429 {
  text-align: center;
}







  #s-505fcee0-821f-4f36-8b9b-e3a8b83a8429 img.shogun-image {
    

    
    
    
  }


#s-505fcee0-821f-4f36-8b9b-e3a8b83a8429 .shogun-image-content {
  
    align-items: center;
  
}

#s-20cc89e9-f6ed-40bc-80f3-9911d1382fd0 {
  min-height: 50px;
}








#s-20cc89e9-f6ed-40bc-80f3-9911d1382fd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20cc89e9-f6ed-40bc-80f3-9911d1382fd0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-e13a1b07-509f-4b58-ba94-28058ebb2f28 {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e13a1b07-509f-4b58-ba94-28058ebb2f28 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e13a1b07-509f-4b58-ba94-28058ebb2f28 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-e13a1b07-509f-4b58-ba94-28058ebb2f28 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-e13a1b07-509f-4b58-ba94-28058ebb2f28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e13a1b07-509f-4b58-ba94-28058ebb2f28"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e13a1b07-509f-4b58-ba94-28058ebb2f28"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e13a1b07-509f-4b58-ba94-28058ebb2f28"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b9b83901-6740-4e29-9c6d-46ae461568ba {
  text-align: center;
}







  #s-b9b83901-6740-4e29-9c6d-46ae461568ba img.shogun-image {
    

    
    
    
  }


#s-b9b83901-6740-4e29-9c6d-46ae461568ba .shogun-image-content {
  
    align-items: center;
  
}

#s-1917d518-1acf-4f76-8dfc-8fa500cbe388 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-05945fba-8ba0-4ac0-ab78-ff029b89c0f9 {
  min-height: 15px;
}
@media (min-width: 1200px){#s-05945fba-8ba0-4ac0-ab78-ff029b89c0f9 {
  display: none;
}
#s-05945fba-8ba0-4ac0-ab78-ff029b89c0f9, #wrap-s-05945fba-8ba0-4ac0-ab78-ff029b89c0f9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05945fba-8ba0-4ac0-ab78-ff029b89c0f9 {
  display: none;
}
#s-05945fba-8ba0-4ac0-ab78-ff029b89c0f9, #wrap-s-05945fba-8ba0-4ac0-ab78-ff029b89c0f9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-05945fba-8ba0-4ac0-ab78-ff029b89c0f9 {
  display: none;
}
#s-05945fba-8ba0-4ac0-ab78-ff029b89c0f9, #wrap-s-05945fba-8ba0-4ac0-ab78-ff029b89c0f9 { display: none !important; }}







#s-05945fba-8ba0-4ac0-ab78-ff029b89c0f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05945fba-8ba0-4ac0-ab78-ff029b89c0f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44306100-f06c-4515-8bd0-20e6b5fd58b3 {
  text-align: center;
}







  #s-44306100-f06c-4515-8bd0-20e6b5fd58b3 img.shogun-image {
    

    
    
    
  }


#s-44306100-f06c-4515-8bd0-20e6b5fd58b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-266f636a-86ee-4f71-850b-a61e1a24e09b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6f5d234f-8cb1-4c96-a9d9-e93f6483efa9 {
  text-align: center;
}
@media (max-width: 767px){#s-6f5d234f-8cb1-4c96-a9d9-e93f6483efa9 {
  
}
}






  #s-6f5d234f-8cb1-4c96-a9d9-e93f6483efa9 img.shogun-image {
    

    
    
    
  }


#s-6f5d234f-8cb1-4c96-a9d9-e93f6483efa9 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3f9f109-7d9f-42b2-a921-3ea244652442 {
  margin-top: 7px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-b3f9f109-7d9f-42b2-a921-3ea244652442 {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b3f9f109-7d9f-42b2-a921-3ea244652442 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b3f9f109-7d9f-42b2-a921-3ea244652442 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-b3f9f109-7d9f-42b2-a921-3ea244652442 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-18b53af9-5c3f-4f8a-9703-0cc987def3a1 {
  min-height: 50px;
}








#s-18b53af9-5c3f-4f8a-9703-0cc987def3a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18b53af9-5c3f-4f8a-9703-0cc987def3a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-39998a26-910f-4709-9b87-384e1aa18c1f {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-39998a26-910f-4709-9b87-384e1aa18c1f {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-39998a26-910f-4709-9b87-384e1aa18c1f {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-39998a26-910f-4709-9b87-384e1aa18c1f {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-39998a26-910f-4709-9b87-384e1aa18c1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39998a26-910f-4709-9b87-384e1aa18c1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39998a26-910f-4709-9b87-384e1aa18c1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39998a26-910f-4709-9b87-384e1aa18c1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e002d49b-6269-4604-8328-2e177820e61d {
  text-align: center;
}







  #s-e002d49b-6269-4604-8328-2e177820e61d img.shogun-image {
    

    
    
    
  }


#s-e002d49b-6269-4604-8328-2e177820e61d .shogun-image-content {
  
    align-items: center;
  
}

#s-9ea20c67-ec9f-4425-91c7-ad15490eb751 {
  text-align: center;
}







  #s-9ea20c67-ec9f-4425-91c7-ad15490eb751 img.shogun-image {
    

    
    
    
  }


#s-9ea20c67-ec9f-4425-91c7-ad15490eb751 .shogun-image-content {
  
    align-items: center;
  
}

#s-609fdae5-99d9-4e28-bbf5-95729c0fb644 {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-609fdae5-99d9-4e28-bbf5-95729c0fb644 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-609fdae5-99d9-4e28-bbf5-95729c0fb644 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-609fdae5-99d9-4e28-bbf5-95729c0fb644 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-609fdae5-99d9-4e28-bbf5-95729c0fb644 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-ad9d0789-436e-439a-abf1-b968f192950e {
  min-height: 25px;
}
@media (min-width: 1200px){#s-ad9d0789-436e-439a-abf1-b968f192950e {
  display: none;
}
#s-ad9d0789-436e-439a-abf1-b968f192950e, #wrap-s-ad9d0789-436e-439a-abf1-b968f192950e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad9d0789-436e-439a-abf1-b968f192950e {
  display: none;
}
#s-ad9d0789-436e-439a-abf1-b968f192950e, #wrap-s-ad9d0789-436e-439a-abf1-b968f192950e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ad9d0789-436e-439a-abf1-b968f192950e {
  display: none;
}
#s-ad9d0789-436e-439a-abf1-b968f192950e, #wrap-s-ad9d0789-436e-439a-abf1-b968f192950e { display: none !important; }}







#s-ad9d0789-436e-439a-abf1-b968f192950e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad9d0789-436e-439a-abf1-b968f192950e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba686308-9f78-46dc-b533-d2efef0d43ae {
  min-height: 25px;
}
@media (max-width: 767px){#s-ba686308-9f78-46dc-b533-d2efef0d43ae {
  
}
}







#s-ba686308-9f78-46dc-b533-d2efef0d43ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba686308-9f78-46dc-b533-d2efef0d43ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22db7fe1-c83e-4920-a84f-31abf9f0b9b2 {
  padding-top: 10px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-22db7fe1-c83e-4920-a84f-31abf9f0b9b2 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


#s-22db7fe1-c83e-4920-a84f-31abf9f0b9b2 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-dd7916d3-5fde-4cf6-82ef-d75cd65a7869 {
  min-height: 5px;
}
@media (min-width: 1200px){#s-dd7916d3-5fde-4cf6-82ef-d75cd65a7869 {
  display: none;
}
#s-dd7916d3-5fde-4cf6-82ef-d75cd65a7869, #wrap-s-dd7916d3-5fde-4cf6-82ef-d75cd65a7869 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dd7916d3-5fde-4cf6-82ef-d75cd65a7869 {
  display: none;
}
#s-dd7916d3-5fde-4cf6-82ef-d75cd65a7869, #wrap-s-dd7916d3-5fde-4cf6-82ef-d75cd65a7869 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dd7916d3-5fde-4cf6-82ef-d75cd65a7869 {
  display: none;
}
#s-dd7916d3-5fde-4cf6-82ef-d75cd65a7869, #wrap-s-dd7916d3-5fde-4cf6-82ef-d75cd65a7869 { display: none !important; }}@media (max-width: 767px){#s-dd7916d3-5fde-4cf6-82ef-d75cd65a7869 {
  display: none;
}
#s-dd7916d3-5fde-4cf6-82ef-d75cd65a7869, #wrap-s-dd7916d3-5fde-4cf6-82ef-d75cd65a7869 { display: none !important; }}







#s-dd7916d3-5fde-4cf6-82ef-d75cd65a7869 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd7916d3-5fde-4cf6-82ef-d75cd65a7869.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24258b46-7e32-4a59-a2ca-a2f7e80ac6c7 {
  min-height: 25px;
}
@media (max-width: 767px){#s-24258b46-7e32-4a59-a2ca-a2f7e80ac6c7 {
  
}
}







#s-24258b46-7e32-4a59-a2ca-a2f7e80ac6c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24258b46-7e32-4a59-a2ca-a2f7e80ac6c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86208276-6367-4de1-8658-755b363b41fd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-86208276-6367-4de1-8658-755b363b41fd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-86208276-6367-4de1-8658-755b363b41fd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-86208276-6367-4de1-8658-755b363b41fd-root {
    text-align: left;
  }


#s-86208276-6367-4de1-8658-755b363b41fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-86208276-6367-4de1-8658-755b363b41fd-root {
    text-align: left;
  }


#s-86208276-6367-4de1-8658-755b363b41fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86208276-6367-4de1-8658-755b363b41fd-root {
    text-align: left;
  }


#s-86208276-6367-4de1-8658-755b363b41fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86208276-6367-4de1-8658-755b363b41fd-root {
    text-align: left;
  }


#s-86208276-6367-4de1-8658-755b363b41fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-86208276-6367-4de1-8658-755b363b41fd-root {
    text-align: left;
  }


#s-86208276-6367-4de1-8658-755b363b41fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4da0aa1f-cd7d-4d02-b407-4cf3c94c2c4b {
  min-height: 50px;
}








#s-4da0aa1f-cd7d-4d02-b407-4cf3c94c2c4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4da0aa1f-cd7d-4d02-b407-4cf3c94c2c4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-743c78a8-864d-4e6c-af93-1c4f3d824a02 {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-743c78a8-864d-4e6c-af93-1c4f3d824a02 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-743c78a8-864d-4e6c-af93-1c4f3d824a02 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-743c78a8-864d-4e6c-af93-1c4f3d824a02 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-743c78a8-864d-4e6c-af93-1c4f3d824a02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-743c78a8-864d-4e6c-af93-1c4f3d824a02"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-743c78a8-864d-4e6c-af93-1c4f3d824a02"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-743c78a8-864d-4e6c-af93-1c4f3d824a02"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-25f73f86-ab43-4fec-a225-668e8c0df587 {
  text-align: center;
}







  #s-25f73f86-ab43-4fec-a225-668e8c0df587 img.shogun-image {
    

    
    
    
  }


#s-25f73f86-ab43-4fec-a225-668e8c0df587 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b49d2af-b939-4aa0-b62a-6fc3c6802460 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b7970660-44fa-4ad4-8489-697695886544 {
  min-height: 10px;
}
@media (min-width: 1200px){#s-b7970660-44fa-4ad4-8489-697695886544 {
  display: none;
}
#s-b7970660-44fa-4ad4-8489-697695886544, #wrap-s-b7970660-44fa-4ad4-8489-697695886544 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7970660-44fa-4ad4-8489-697695886544 {
  display: none;
}
#s-b7970660-44fa-4ad4-8489-697695886544, #wrap-s-b7970660-44fa-4ad4-8489-697695886544 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7970660-44fa-4ad4-8489-697695886544 {
  display: none;
}
#s-b7970660-44fa-4ad4-8489-697695886544, #wrap-s-b7970660-44fa-4ad4-8489-697695886544 { display: none !important; }}







#s-b7970660-44fa-4ad4-8489-697695886544 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7970660-44fa-4ad4-8489-697695886544.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f31dfdbe-be72-4b98-bdda-18fb5ea6da8c {
  min-height: 50px;
}








#s-f31dfdbe-be72-4b98-bdda-18fb5ea6da8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f31dfdbe-be72-4b98-bdda-18fb5ea6da8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c60f670f-71bb-4242-9bc8-40bd529481c6 {
  text-align: center;
}
@media (max-width: 767px){#s-c60f670f-71bb-4242-9bc8-40bd529481c6 {
  
}
}






  #s-c60f670f-71bb-4242-9bc8-40bd529481c6 img.shogun-image {
    

    
    
    
  }


#s-c60f670f-71bb-4242-9bc8-40bd529481c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8d4fc7b-4aed-4720-81e6-57dbbd24e53a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0edaf7ff-55fa-40e4-ac9b-8aea0dd572c9 {
  min-height: 50px;
}
@media (max-width: 767px){#s-0edaf7ff-55fa-40e4-ac9b-8aea0dd572c9 {
  display: none;
}
#s-0edaf7ff-55fa-40e4-ac9b-8aea0dd572c9, #wrap-s-0edaf7ff-55fa-40e4-ac9b-8aea0dd572c9 { display: none !important; }}







#s-0edaf7ff-55fa-40e4-ac9b-8aea0dd572c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0edaf7ff-55fa-40e4-ac9b-8aea0dd572c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd56d957-a1da-4e92-be29-c4641d417468 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-dd56d957-a1da-4e92-be29-c4641d417468 {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd56d957-a1da-4e92-be29-c4641d417468 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd56d957-a1da-4e92-be29-c4641d417468 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-dd56d957-a1da-4e92-be29-c4641d417468 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-dd56d957-a1da-4e92-be29-c4641d417468 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: left;
}



@media (min-width: 1200px){#s-ca5423c8-5788-4fb6-a2a1-935077940e08 {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca5423c8-5788-4fb6-a2a1-935077940e08 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca5423c8-5788-4fb6-a2a1-935077940e08 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-ca5423c8-5788-4fb6-a2a1-935077940e08 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-ca5423c8-5788-4fb6-a2a1-935077940e08"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca5423c8-5788-4fb6-a2a1-935077940e08"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ca5423c8-5788-4fb6-a2a1-935077940e08"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca5423c8-5788-4fb6-a2a1-935077940e08"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-ca5423c8-5788-4fb6-a2a1-935077940e08"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1c82900d-e847-4585-ab1d-489f0e9b4e2f {
  text-align: center;
}







  #s-1c82900d-e847-4585-ab1d-489f0e9b4e2f img.shogun-image {
    

    
    
    
  }


#s-1c82900d-e847-4585-ab1d-489f0e9b4e2f .shogun-image-content {
  
    align-items: center;
  
}

#s-0d088ed1-0192-4782-b1be-ba01c48c7084 {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-0d088ed1-0192-4782-b1be-ba01c48c7084 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d088ed1-0192-4782-b1be-ba01c48c7084 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d088ed1-0192-4782-b1be-ba01c48c7084 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-0d088ed1-0192-4782-b1be-ba01c48c7084 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-5f7a1f13-49a8-420e-997d-5c8701e1c9d6 {
  min-height: 25px;
}
@media (max-width: 767px){#s-5f7a1f13-49a8-420e-997d-5c8701e1c9d6 {
  
}
}







#s-5f7a1f13-49a8-420e-997d-5c8701e1c9d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f7a1f13-49a8-420e-997d-5c8701e1c9d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b063180-5e5d-4fd3-9e7d-9d4918f2da10 {
  text-align: center;
}







  #s-1b063180-5e5d-4fd3-9e7d-9d4918f2da10 img.shogun-image {
    

    
    
    
  }


#s-1b063180-5e5d-4fd3-9e7d-9d4918f2da10 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f1420fb-f70e-4137-84d8-1a764326e727 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3f1420fb-f70e-4137-84d8-1a764326e727 {
  display: none;
}
#s-3f1420fb-f70e-4137-84d8-1a764326e727, #wrap-s-3f1420fb-f70e-4137-84d8-1a764326e727 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f1420fb-f70e-4137-84d8-1a764326e727 {
  display: none;
}
#s-3f1420fb-f70e-4137-84d8-1a764326e727, #wrap-s-3f1420fb-f70e-4137-84d8-1a764326e727 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3f1420fb-f70e-4137-84d8-1a764326e727 {
  display: none;
}
#s-3f1420fb-f70e-4137-84d8-1a764326e727, #wrap-s-3f1420fb-f70e-4137-84d8-1a764326e727 { display: none !important; }}@media (max-width: 767px){#s-3f1420fb-f70e-4137-84d8-1a764326e727 {
  display: none;
}
#s-3f1420fb-f70e-4137-84d8-1a764326e727, #wrap-s-3f1420fb-f70e-4137-84d8-1a764326e727 { display: none !important; }}







#s-3f1420fb-f70e-4137-84d8-1a764326e727 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f1420fb-f70e-4137-84d8-1a764326e727.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6e79d95-ecab-41fd-bde6-401734fd5989 {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-b6e79d95-ecab-41fd-bde6-401734fd5989 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6e79d95-ecab-41fd-bde6-401734fd5989 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6e79d95-ecab-41fd-bde6-401734fd5989 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-b6e79d95-ecab-41fd-bde6-401734fd5989 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-d2836c17-328c-4a86-8744-27a890f692f9 {
  min-height: 50px;
}








#s-d2836c17-328c-4a86-8744-27a890f692f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2836c17-328c-4a86-8744-27a890f692f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-da886eb1-a8b5-4999-85cb-cdee67652da9 {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da886eb1-a8b5-4999-85cb-cdee67652da9 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-da886eb1-a8b5-4999-85cb-cdee67652da9 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-da886eb1-a8b5-4999-85cb-cdee67652da9 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-da886eb1-a8b5-4999-85cb-cdee67652da9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da886eb1-a8b5-4999-85cb-cdee67652da9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da886eb1-a8b5-4999-85cb-cdee67652da9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da886eb1-a8b5-4999-85cb-cdee67652da9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-da886eb1-a8b5-4999-85cb-cdee67652da9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8e6de86e-b542-4668-ba04-aebe4a64c5a2 {
  text-align: center;
}







  #s-8e6de86e-b542-4668-ba04-aebe4a64c5a2 img.shogun-image {
    

    
    
    
  }


#s-8e6de86e-b542-4668-ba04-aebe4a64c5a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a4648d5-93e3-46d9-84c0-a06fc95277ee {
  text-align: center;
}







  #s-6a4648d5-93e3-46d9-84c0-a06fc95277ee img.shogun-image {
    

    
    
    
  }


#s-6a4648d5-93e3-46d9-84c0-a06fc95277ee .shogun-image-content {
  
    align-items: center;
  
}

#s-cf0dc3e3-9d3d-4ce2-8476-09ade2da5dff {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-cf0dc3e3-9d3d-4ce2-8476-09ade2da5dff {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf0dc3e3-9d3d-4ce2-8476-09ade2da5dff {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf0dc3e3-9d3d-4ce2-8476-09ade2da5dff {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-cf0dc3e3-9d3d-4ce2-8476-09ade2da5dff {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-57b89df1-3b6c-4fc7-9b0d-632111722f88 {
  min-height: 25px;
}
@media (max-width: 767px){#s-57b89df1-3b6c-4fc7-9b0d-632111722f88 {
  
}
}







#s-57b89df1-3b6c-4fc7-9b0d-632111722f88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57b89df1-3b6c-4fc7-9b0d-632111722f88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f33521f5-508c-4782-ae63-b36cae41022c {
  text-align: center;
}







  #s-f33521f5-508c-4782-ae63-b36cae41022c img.shogun-image {
    

    
    
    
  }


#s-f33521f5-508c-4782-ae63-b36cae41022c .shogun-image-content {
  
    align-items: center;
  
}

#s-8675035d-4553-472a-87bf-6782f9a0515b {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-8675035d-4553-472a-87bf-6782f9a0515b {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8675035d-4553-472a-87bf-6782f9a0515b {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8675035d-4553-472a-87bf-6782f9a0515b {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-8675035d-4553-472a-87bf-6782f9a0515b {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-5ffab29e-f43e-4ffb-9a24-f2eaf3271410 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5ffab29e-f43e-4ffb-9a24-f2eaf3271410 {
  display: none;
}
#s-5ffab29e-f43e-4ffb-9a24-f2eaf3271410, #wrap-s-5ffab29e-f43e-4ffb-9a24-f2eaf3271410 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ffab29e-f43e-4ffb-9a24-f2eaf3271410 {
  display: none;
}
#s-5ffab29e-f43e-4ffb-9a24-f2eaf3271410, #wrap-s-5ffab29e-f43e-4ffb-9a24-f2eaf3271410 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5ffab29e-f43e-4ffb-9a24-f2eaf3271410 {
  display: none;
}
#s-5ffab29e-f43e-4ffb-9a24-f2eaf3271410, #wrap-s-5ffab29e-f43e-4ffb-9a24-f2eaf3271410 { display: none !important; }}







#s-5ffab29e-f43e-4ffb-9a24-f2eaf3271410 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ffab29e-f43e-4ffb-9a24-f2eaf3271410.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43a037fe-6c2c-42fe-9896-39683ab2df5b {
  min-height: 50px;
}








#s-43a037fe-6c2c-42fe-9896-39683ab2df5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43a037fe-6c2c-42fe-9896-39683ab2df5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ed88d13-b552-42a4-9a7e-c7a42cf292b5 {
  text-align: center;
}
@media (max-width: 767px){#s-2ed88d13-b552-42a4-9a7e-c7a42cf292b5 {
  display: none;
}
#s-2ed88d13-b552-42a4-9a7e-c7a42cf292b5, #wrap-s-2ed88d13-b552-42a4-9a7e-c7a42cf292b5 { display: none !important; }}






  #s-2ed88d13-b552-42a4-9a7e-c7a42cf292b5 img.shogun-image {
    

    
    
    
  }


#s-2ed88d13-b552-42a4-9a7e-c7a42cf292b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffbf518f-3001-4143-a01a-ccf76edbeccd {
  text-align: center;
}
@media (min-width: 1200px){#s-ffbf518f-3001-4143-a01a-ccf76edbeccd {
  display: none;
}
#s-ffbf518f-3001-4143-a01a-ccf76edbeccd, #wrap-s-ffbf518f-3001-4143-a01a-ccf76edbeccd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ffbf518f-3001-4143-a01a-ccf76edbeccd {
  display: none;
}
#s-ffbf518f-3001-4143-a01a-ccf76edbeccd, #wrap-s-ffbf518f-3001-4143-a01a-ccf76edbeccd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ffbf518f-3001-4143-a01a-ccf76edbeccd {
  display: none;
}
#s-ffbf518f-3001-4143-a01a-ccf76edbeccd, #wrap-s-ffbf518f-3001-4143-a01a-ccf76edbeccd { display: none !important; }}@media (max-width: 767px){#s-ffbf518f-3001-4143-a01a-ccf76edbeccd {
  
}
}






  #s-ffbf518f-3001-4143-a01a-ccf76edbeccd img.shogun-image {
    

    
    
    
  }


#s-ffbf518f-3001-4143-a01a-ccf76edbeccd .shogun-image-content {
  
    align-items: center;
  
}

#s-6261bab9-5fc5-4363-9d12-5801003926fe {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-6261bab9-5fc5-4363-9d12-5801003926fe {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6261bab9-5fc5-4363-9d12-5801003926fe {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6261bab9-5fc5-4363-9d12-5801003926fe {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-6261bab9-5fc5-4363-9d12-5801003926fe {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-be8572e8-a30f-41e3-bfc0-f2c6046c9ab6 {
  min-height: 50px;
}








#s-be8572e8-a30f-41e3-bfc0-f2c6046c9ab6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be8572e8-a30f-41e3-bfc0-f2c6046c9ab6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-3fdb4ab0-a08a-48ab-988d-cfcd6df0da01 {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3fdb4ab0-a08a-48ab-988d-cfcd6df0da01 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3fdb4ab0-a08a-48ab-988d-cfcd6df0da01 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-3fdb4ab0-a08a-48ab-988d-cfcd6df0da01 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-3fdb4ab0-a08a-48ab-988d-cfcd6df0da01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fdb4ab0-a08a-48ab-988d-cfcd6df0da01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3fdb4ab0-a08a-48ab-988d-cfcd6df0da01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fdb4ab0-a08a-48ab-988d-cfcd6df0da01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-3fdb4ab0-a08a-48ab-988d-cfcd6df0da01"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f30f0f06-b969-4a8e-a89e-4d4d987ca067 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f30f0f06-b969-4a8e-a89e-4d4d987ca067 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


#s-f30f0f06-b969-4a8e-a89e-4d4d987ca067 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-62447ea3-7e03-40eb-ab58-fe010f59cba3 {
  min-height: 25px;
}
@media (max-width: 767px){#s-62447ea3-7e03-40eb-ab58-fe010f59cba3 {
  
}
}







#s-62447ea3-7e03-40eb-ab58-fe010f59cba3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62447ea3-7e03-40eb-ab58-fe010f59cba3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fcd6807e-f7a0-4260-b359-d2676a7e4f79 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fcd6807e-f7a0-4260-b359-d2676a7e4f79:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fcd6807e-f7a0-4260-b359-d2676a7e4f79:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fcd6807e-f7a0-4260-b359-d2676a7e4f79-root {
    text-align: left;
  }


#s-fcd6807e-f7a0-4260-b359-d2676a7e4f79.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fcd6807e-f7a0-4260-b359-d2676a7e4f79-root {
    text-align: left;
  }


#s-fcd6807e-f7a0-4260-b359-d2676a7e4f79.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fcd6807e-f7a0-4260-b359-d2676a7e4f79-root {
    text-align: left;
  }


#s-fcd6807e-f7a0-4260-b359-d2676a7e4f79.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fcd6807e-f7a0-4260-b359-d2676a7e4f79-root {
    text-align: left;
  }


#s-fcd6807e-f7a0-4260-b359-d2676a7e4f79.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fcd6807e-f7a0-4260-b359-d2676a7e4f79-root {
    text-align: left;
  }


#s-fcd6807e-f7a0-4260-b359-d2676a7e4f79.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-300bd23b-2348-4035-b3f5-a9eaa87e7550 {
  text-align: center;
}







  #s-300bd23b-2348-4035-b3f5-a9eaa87e7550 img.shogun-image {
    

    
    
    
  }


#s-300bd23b-2348-4035-b3f5-a9eaa87e7550 .shogun-image-content {
  
    align-items: center;
  
}

#s-9dd0f4c8-add8-49ac-a89b-8fc1c43c83f8 {
  margin-top: 7px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-9dd0f4c8-add8-49ac-a89b-8fc1c43c83f8 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9dd0f4c8-add8-49ac-a89b-8fc1c43c83f8 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9dd0f4c8-add8-49ac-a89b-8fc1c43c83f8 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-9dd0f4c8-add8-49ac-a89b-8fc1c43c83f8 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-015486e9-cd2e-414d-ac19-5e8504f01be8 {
  min-height: 25px;
}
@media (min-width: 1200px){#s-015486e9-cd2e-414d-ac19-5e8504f01be8 {
  display: none;
}
#s-015486e9-cd2e-414d-ac19-5e8504f01be8, #wrap-s-015486e9-cd2e-414d-ac19-5e8504f01be8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-015486e9-cd2e-414d-ac19-5e8504f01be8 {
  display: none;
}
#s-015486e9-cd2e-414d-ac19-5e8504f01be8, #wrap-s-015486e9-cd2e-414d-ac19-5e8504f01be8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-015486e9-cd2e-414d-ac19-5e8504f01be8 {
  display: none;
}
#s-015486e9-cd2e-414d-ac19-5e8504f01be8, #wrap-s-015486e9-cd2e-414d-ac19-5e8504f01be8 { display: none !important; }}







#s-015486e9-cd2e-414d-ac19-5e8504f01be8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-015486e9-cd2e-414d-ac19-5e8504f01be8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dda63cb6-5a17-4629-91ba-fc21cd3cec1d {
  min-height: 25px;
}
@media (min-width: 1200px){#s-dda63cb6-5a17-4629-91ba-fc21cd3cec1d {
  display: none;
}
#s-dda63cb6-5a17-4629-91ba-fc21cd3cec1d, #wrap-s-dda63cb6-5a17-4629-91ba-fc21cd3cec1d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dda63cb6-5a17-4629-91ba-fc21cd3cec1d {
  display: none;
}
#s-dda63cb6-5a17-4629-91ba-fc21cd3cec1d, #wrap-s-dda63cb6-5a17-4629-91ba-fc21cd3cec1d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dda63cb6-5a17-4629-91ba-fc21cd3cec1d {
  display: none;
}
#s-dda63cb6-5a17-4629-91ba-fc21cd3cec1d, #wrap-s-dda63cb6-5a17-4629-91ba-fc21cd3cec1d { display: none !important; }}







#s-dda63cb6-5a17-4629-91ba-fc21cd3cec1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dda63cb6-5a17-4629-91ba-fc21cd3cec1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32e818f7-b118-4448-a5ba-273e54a654bc {
  text-align: center;
}
@media (min-width: 1200px){#s-32e818f7-b118-4448-a5ba-273e54a654bc {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32e818f7-b118-4448-a5ba-273e54a654bc {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-32e818f7-b118-4448-a5ba-273e54a654bc {
  display: none;
}
#s-32e818f7-b118-4448-a5ba-273e54a654bc, #wrap-s-32e818f7-b118-4448-a5ba-273e54a654bc { display: none !important; }}






  #s-32e818f7-b118-4448-a5ba-273e54a654bc img.shogun-image {
    

    
    
    
  }


#s-32e818f7-b118-4448-a5ba-273e54a654bc .shogun-image-content {
  
    align-items: center;
  
}

#s-0ab7db05-e7d6-4eab-a3ee-70cc37cae01c {
  text-align: center;
}
@media (min-width: 1200px){#s-0ab7db05-e7d6-4eab-a3ee-70cc37cae01c {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-0ab7db05-e7d6-4eab-a3ee-70cc37cae01c, #wrap-s-0ab7db05-e7d6-4eab-a3ee-70cc37cae01c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ab7db05-e7d6-4eab-a3ee-70cc37cae01c {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-0ab7db05-e7d6-4eab-a3ee-70cc37cae01c, #wrap-s-0ab7db05-e7d6-4eab-a3ee-70cc37cae01c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0ab7db05-e7d6-4eab-a3ee-70cc37cae01c {
  display: none;
}
#s-0ab7db05-e7d6-4eab-a3ee-70cc37cae01c, #wrap-s-0ab7db05-e7d6-4eab-a3ee-70cc37cae01c { display: none !important; }}@media (max-width: 767px){#s-0ab7db05-e7d6-4eab-a3ee-70cc37cae01c {
  
}
}






  #s-0ab7db05-e7d6-4eab-a3ee-70cc37cae01c img.shogun-image {
    

    
    
    
  }


#s-0ab7db05-e7d6-4eab-a3ee-70cc37cae01c .shogun-image-content {
  
    align-items: center;
  
}

#s-970910b1-8002-43c7-9792-e8f1f4370da7 {
  margin-top: 7px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-970910b1-8002-43c7-9792-e8f1f4370da7 {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-970910b1-8002-43c7-9792-e8f1f4370da7 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-970910b1-8002-43c7-9792-e8f1f4370da7 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-970910b1-8002-43c7-9792-e8f1f4370da7 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-35fe7cf4-fe16-4147-9abe-389177bc41a6 {
  min-height: 50px;
}








#s-35fe7cf4-fe16-4147-9abe-389177bc41a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35fe7cf4-fe16-4147-9abe-389177bc41a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-2cd23a83-0ba8-45e8-8f89-2fc446b111e1 {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2cd23a83-0ba8-45e8-8f89-2fc446b111e1 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2cd23a83-0ba8-45e8-8f89-2fc446b111e1 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-2cd23a83-0ba8-45e8-8f89-2fc446b111e1 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-2cd23a83-0ba8-45e8-8f89-2fc446b111e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2cd23a83-0ba8-45e8-8f89-2fc446b111e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2cd23a83-0ba8-45e8-8f89-2fc446b111e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2cd23a83-0ba8-45e8-8f89-2fc446b111e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-2cd23a83-0ba8-45e8-8f89-2fc446b111e1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-03704b84-2928-4d92-ae14-67d274b10e25 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-03704b84-2928-4d92-ae14-67d274b10e25 .shogun-heading-component h1 {
  color: rgba(14, 7, 7, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


#s-03704b84-2928-4d92-ae14-67d274b10e25 .shogun-heading-component h1 a {
  color: rgba(14, 7, 7, 1);
}


#s-677c818d-4fff-46ad-8aa3-99e08230ffd0 {
  min-height: 25px;
}
@media (max-width: 767px){#s-677c818d-4fff-46ad-8aa3-99e08230ffd0 {
  
}
}







#s-677c818d-4fff-46ad-8aa3-99e08230ffd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-677c818d-4fff-46ad-8aa3-99e08230ffd0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18c56eb3-eec3-40be-9d49-02163e8baeb8 {
  min-height: 25px;
}
@media (max-width: 767px){#s-18c56eb3-eec3-40be-9d49-02163e8baeb8 {
  
}
}







#s-18c56eb3-eec3-40be-9d49-02163e8baeb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18c56eb3-eec3-40be-9d49-02163e8baeb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-bde0ce97-ba54-4234-8fef-54c568a1aa00 {
  margin-left: 300px;
margin-right: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bde0ce97-ba54-4234-8fef-54c568a1aa00 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bde0ce97-ba54-4234-8fef-54c568a1aa00 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-bde0ce97-ba54-4234-8fef-54c568a1aa00 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-bde0ce97-ba54-4234-8fef-54c568a1aa00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bde0ce97-ba54-4234-8fef-54c568a1aa00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bde0ce97-ba54-4234-8fef-54c568a1aa00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bde0ce97-ba54-4234-8fef-54c568a1aa00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-57d86dfb-3c1a-4352-8838-ff14cdf933cb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-57d86dfb-3c1a-4352-8838-ff14cdf933cb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-57d86dfb-3c1a-4352-8838-ff14cdf933cb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-57d86dfb-3c1a-4352-8838-ff14cdf933cb-root {
    text-align: left;
  }


#s-57d86dfb-3c1a-4352-8838-ff14cdf933cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-57d86dfb-3c1a-4352-8838-ff14cdf933cb-root {
    text-align: left;
  }


#s-57d86dfb-3c1a-4352-8838-ff14cdf933cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57d86dfb-3c1a-4352-8838-ff14cdf933cb-root {
    text-align: left;
  }


#s-57d86dfb-3c1a-4352-8838-ff14cdf933cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57d86dfb-3c1a-4352-8838-ff14cdf933cb-root {
    text-align: left;
  }


#s-57d86dfb-3c1a-4352-8838-ff14cdf933cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-57d86dfb-3c1a-4352-8838-ff14cdf933cb-root {
    text-align: left;
  }


#s-57d86dfb-3c1a-4352-8838-ff14cdf933cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-23b5b178-64cd-4589-b1d9-fc6f85128935 {
  min-height: 25px;
}
@media (min-width: 1200px){#s-23b5b178-64cd-4589-b1d9-fc6f85128935 {
  display: none;
}
#s-23b5b178-64cd-4589-b1d9-fc6f85128935, #wrap-s-23b5b178-64cd-4589-b1d9-fc6f85128935 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23b5b178-64cd-4589-b1d9-fc6f85128935 {
  display: none;
}
#s-23b5b178-64cd-4589-b1d9-fc6f85128935, #wrap-s-23b5b178-64cd-4589-b1d9-fc6f85128935 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-23b5b178-64cd-4589-b1d9-fc6f85128935 {
  display: none;
}
#s-23b5b178-64cd-4589-b1d9-fc6f85128935, #wrap-s-23b5b178-64cd-4589-b1d9-fc6f85128935 { display: none !important; }}







#s-23b5b178-64cd-4589-b1d9-fc6f85128935 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23b5b178-64cd-4589-b1d9-fc6f85128935.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b5f514b-bcc7-473f-8631-5be47c8ef786 {
  min-height: 25px;
}
@media (max-width: 767px){#s-4b5f514b-bcc7-473f-8631-5be47c8ef786 {
  
}
}







#s-4b5f514b-bcc7-473f-8631-5be47c8ef786 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b5f514b-bcc7-473f-8631-5be47c8ef786.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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