.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-1f341269-51bd-4a30-9a6e-ab2daaa9512f {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-left: 80px;
padding-bottom: 40px;
padding-right: 80px;
min-height: 50px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-1f341269-51bd-4a30-9a6e-ab2daaa9512f {
  padding-top: 0px;
padding-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f341269-51bd-4a30-9a6e-ab2daaa9512f {
  padding-top: 0px;
padding-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f341269-51bd-4a30-9a6e-ab2daaa9512f {
  padding-top: 40px;
padding-left: 30px;
padding-bottom: 35px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-1f341269-51bd-4a30-9a6e-ab2daaa9512f {
  padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}
#s-1f341269-51bd-4a30-9a6e-ab2daaa9512f {
  background-image: url(https://i.shgcdn.com/5db08dde-8c65-4fb9-89d7-67ab0ae49e80/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1f341269-51bd-4a30-9a6e-ab2daaa9512f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f341269-51bd-4a30-9a6e-ab2daaa9512f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ab5b397-3cb4-4c1c-998d-303025d49ba2 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-4ab5b397-3cb4-4c1c-998d-303025d49ba2 {
  display: none;
}
#s-4ab5b397-3cb4-4c1c-998d-303025d49ba2, #wrap-s-4ab5b397-3cb4-4c1c-998d-303025d49ba2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ab5b397-3cb4-4c1c-998d-303025d49ba2 {
  margin-left: auto;
margin-right: auto;
display: none;
}
#s-4ab5b397-3cb4-4c1c-998d-303025d49ba2, #wrap-s-4ab5b397-3cb4-4c1c-998d-303025d49ba2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ab5b397-3cb4-4c1c-998d-303025d49ba2 {
  padding-left: 30px;
padding-right: 30px;
max-width: 700px;
display: none;
}
#s-4ab5b397-3cb4-4c1c-998d-303025d49ba2, #wrap-s-4ab5b397-3cb4-4c1c-998d-303025d49ba2 { display:none !important; }}@media (max-width: 767px){#s-4ab5b397-3cb4-4c1c-998d-303025d49ba2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 500px;
}
}







#s-4ab5b397-3cb4-4c1c-998d-303025d49ba2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ab5b397-3cb4-4c1c-998d-303025d49ba2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b53632c2-0489-4dfa-81ca-b1d98c9bf990 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b53632c2-0489-4dfa-81ca-b1d98c9bf990 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b53632c2-0489-4dfa-81ca-b1d98c9bf990 {
  max-width: 700px;
}
}@media (max-width: 767px){#s-b53632c2-0489-4dfa-81ca-b1d98c9bf990 {
  padding-top: 20px;
padding-bottom: 0px;
max-width: 320px;
}
}







#s-b53632c2-0489-4dfa-81ca-b1d98c9bf990 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b53632c2-0489-4dfa-81ca-b1d98c9bf990.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-44dc9c62-8829-4382-a422-571ab4bb790d {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-44dc9c62-8829-4382-a422-571ab4bb790d .shogun-heading-component h1 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



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

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

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

#s-c9e9f6f0-66ae-405b-a7e3-6b7d5ce37a36 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-c9e9f6f0-66ae-405b-a7e3-6b7d5ce37a36 {
  padding-top: 5px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-c9e9f6f0-66ae-405b-a7e3-6b7d5ce37a36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9e9f6f0-66ae-405b-a7e3-6b7d5ce37a36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c9e9f6f0-66ae-405b-a7e3-6b7d5ce37a36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9e9f6f0-66ae-405b-a7e3-6b7d5ce37a36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-1c21f229-6423-4973-88fc-dc8648a97181 {
  max-width: 1500px;
text-align: center;
}
@media (max-width: 767px){#s-1c21f229-6423-4973-88fc-dc8648a97181 {
  margin-top: 25px;
margin-bottom: 20px;
}
}






  #s-1c21f229-6423-4973-88fc-dc8648a97181 img.shogun-image {
    

    
    
    
  }


#s-1c21f229-6423-4973-88fc-dc8648a97181 .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: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-9357fe6c-4128-4ca3-832e-249e4f25595c {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-e2df4e9a-6c6e-4a4f-99e9-3b8e5f71400e {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-e2df4e9a-6c6e-4a4f-99e9-3b8e5f71400e {
  padding-top: 10px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-e2df4e9a-6c6e-4a4f-99e9-3b8e5f71400e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e2df4e9a-6c6e-4a4f-99e9-3b8e5f71400e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e2df4e9a-6c6e-4a4f-99e9-3b8e5f71400e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2df4e9a-6c6e-4a4f-99e9-3b8e5f71400e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5d175f5d-6b22-4058-b619-1d8046112010 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 40px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5d175f5d-6b22-4058-b619-1d8046112010 {
  padding-left: 20px;
}
}@media (max-width: 767px){#s-5d175f5d-6b22-4058-b619-1d8046112010 {
  margin-right: 100px;
padding-left: 0px;
}
}






  #s-5d175f5d-6b22-4058-b619-1d8046112010 img.shogun-image {
    

    
    
    
  }


#s-5d175f5d-6b22-4058-b619-1d8046112010 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-203833a9-e664-45a5-beb9-2b37fe5e2da6 {
  margin-left: -130px;
margin-right: 0px;
}
}
#s-4a1491c1-29a3-4cbc-ab2c-2a0cb4f962ff {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-4a1491c1-29a3-4cbc-ab2c-2a0cb4f962ff {
  padding-top: 5px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-4a1491c1-29a3-4cbc-ab2c-2a0cb4f962ff"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4a1491c1-29a3-4cbc-ab2c-2a0cb4f962ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4a1491c1-29a3-4cbc-ab2c-2a0cb4f962ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a1491c1-29a3-4cbc-ab2c-2a0cb4f962ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-01f6bd80-9029-480a-87cd-d7dfd7da2984 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 40px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-01f6bd80-9029-480a-87cd-d7dfd7da2984 {
  padding-left: 20px;
}
}@media (max-width: 767px){#s-01f6bd80-9029-480a-87cd-d7dfd7da2984 {
  margin-right: 100px;
padding-left: 0px;
}
}






  #s-01f6bd80-9029-480a-87cd-d7dfd7da2984 img.shogun-image {
    

    
    
    
  }


#s-01f6bd80-9029-480a-87cd-d7dfd7da2984 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-b37a69a8-26ff-4185-b333-6e803adbce92 {
  margin-left: -130px;
margin-right: 0px;
}
}
#s-147f318f-b982-4ff5-8069-88c86cfa8ad3 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-147f318f-b982-4ff5-8069-88c86cfa8ad3 {
  padding-top: 5px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-147f318f-b982-4ff5-8069-88c86cfa8ad3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-147f318f-b982-4ff5-8069-88c86cfa8ad3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-147f318f-b982-4ff5-8069-88c86cfa8ad3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-147f318f-b982-4ff5-8069-88c86cfa8ad3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-103f5660-cb4a-4528-8798-bd472cd29882 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 40px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-103f5660-cb4a-4528-8798-bd472cd29882 {
  padding-left: 20px;
}
}@media (max-width: 767px){#s-103f5660-cb4a-4528-8798-bd472cd29882 {
  margin-right: 100px;
padding-left: 0px;
}
}






  #s-103f5660-cb4a-4528-8798-bd472cd29882 img.shogun-image {
    

    
    
    
  }


#s-103f5660-cb4a-4528-8798-bd472cd29882 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-22f2c208-1ddc-4107-88ac-2c28b1bded48 {
  margin-left: -130px;
margin-right: 0px;
}
}
.jsc-pop_modal{
  display: none;
}
.shg-box-content button{
  display: inline-block !important;
}
@media (max-width: 767px){#s-d24f97c6-37fd-4cb7-8e9f-c2170bf02ddb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
}
}
#s-03825678-73e8-43f1-a9fe-292f16efc2e4 {
  margin-top: 10px;
margin-bottom: -10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-03825678-73e8-43f1-a9fe-292f16efc2e4 {
  display: none;
}
#s-03825678-73e8-43f1-a9fe-292f16efc2e4, #wrap-s-03825678-73e8-43f1-a9fe-292f16efc2e4 { display:none !important; }}@media (max-width: 767px){#s-03825678-73e8-43f1-a9fe-292f16efc2e4 {
  display: none;
}
#s-03825678-73e8-43f1-a9fe-292f16efc2e4, #wrap-s-03825678-73e8-43f1-a9fe-292f16efc2e4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-03825678-73e8-43f1-a9fe-292f16efc2e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03825678-73e8-43f1-a9fe-292f16efc2e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-03825678-73e8-43f1-a9fe-292f16efc2e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-03825678-73e8-43f1-a9fe-292f16efc2e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a03ea6c4-ddd1-4dd0-a903-ba8cbd3529c4 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a03ea6c4-ddd1-4dd0-a903-ba8cbd3529c4 {
  
}
}@media (max-width: 767px){#s-a03ea6c4-ddd1-4dd0-a903-ba8cbd3529c4 {
  
}
}
@media (min-width: 0px) {
[id="s-a03ea6c4-ddd1-4dd0-a903-ba8cbd3529c4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a03ea6c4-ddd1-4dd0-a903-ba8cbd3529c4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a03ea6c4-ddd1-4dd0-a903-ba8cbd3529c4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a03ea6c4-ddd1-4dd0-a903-ba8cbd3529c4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6f3f14b8-410b-4350-97da-f467c27d7027 {
  margin-left: -20px;
margin-right: 20px;
text-align: center;
}
@media (max-width: 767px){#s-6f3f14b8-410b-4350-97da-f467c27d7027 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-6f3f14b8-410b-4350-97da-f467c27d7027 img.shogun-image {
    

    
    
    
  }


#s-6f3f14b8-410b-4350-97da-f467c27d7027 .shogun-image-content {
  
    align-items: center;
  
}

#s-b09dc726-b33a-40a6-b7b7-4b52443eccba {
  margin-left: -20px;
margin-right: 20px;
text-align: center;
}
@media (max-width: 767px){#s-b09dc726-b33a-40a6-b7b7-4b52443eccba {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-b09dc726-b33a-40a6-b7b7-4b52443eccba img.shogun-image {
    

    
    
    
  }


#s-b09dc726-b33a-40a6-b7b7-4b52443eccba .shogun-image-content {
  
    align-items: center;
  
}

#s-0745d6f6-7e5e-4ee8-9e03-309ac84cba65 {
  margin-left: -20px;
margin-right: 20px;
text-align: center;
}
@media (max-width: 767px){#s-0745d6f6-7e5e-4ee8-9e03-309ac84cba65 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-0745d6f6-7e5e-4ee8-9e03-309ac84cba65 img.shogun-image {
    

    
    
    
  }


#s-0745d6f6-7e5e-4ee8-9e03-309ac84cba65 .shogun-image-content {
  
    align-items: center;
  
}

#s-6703b87c-3733-4aad-ba86-0d973b97cfdf {
  margin-top: 10px;
margin-left: -10px;
margin-bottom: 10px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-6703b87c-3733-4aad-ba86-0d973b97cfdf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6703b87c-3733-4aad-ba86-0d973b97cfdf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6703b87c-3733-4aad-ba86-0d973b97cfdf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6703b87c-3733-4aad-ba86-0d973b97cfdf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6f4707f2-b5e3-4210-ba8c-1b6563687661 {
  margin-left: 0px;
padding-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-6f4707f2-b5e3-4210-ba8c-1b6563687661 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-6f4707f2-b5e3-4210-ba8c-1b6563687661 img.shogun-image {
    

    
    
    
  }


#s-6f4707f2-b5e3-4210-ba8c-1b6563687661 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f07ee53-16e8-41f5-82e2-8f0509a2baaf {
  text-align: center;
}
@media (max-width: 767px){#s-8f07ee53-16e8-41f5-82e2-8f0509a2baaf {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-8f07ee53-16e8-41f5-82e2-8f0509a2baaf img.shogun-image {
    

    
    
    
  }


#s-8f07ee53-16e8-41f5-82e2-8f0509a2baaf .shogun-image-content {
  
    align-items: center;
  
}

#s-4115dd90-6c92-4707-8641-f105a93dcb14 {
  text-align: center;
}
@media (max-width: 767px){#s-4115dd90-6c92-4707-8641-f105a93dcb14 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-4115dd90-6c92-4707-8641-f105a93dcb14 img.shogun-image {
    

    
    
    
  }


#s-4115dd90-6c92-4707-8641-f105a93dcb14 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb847c60-fddc-4e69-b9af-9f7dd3ea7fae {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-cb847c60-fddc-4e69-b9af-9f7dd3ea7fae {
  display: none;
}
#s-cb847c60-fddc-4e69-b9af-9f7dd3ea7fae, #wrap-s-cb847c60-fddc-4e69-b9af-9f7dd3ea7fae { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb847c60-fddc-4e69-b9af-9f7dd3ea7fae {
  display: none;
}
#s-cb847c60-fddc-4e69-b9af-9f7dd3ea7fae, #wrap-s-cb847c60-fddc-4e69-b9af-9f7dd3ea7fae { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cb847c60-fddc-4e69-b9af-9f7dd3ea7fae {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-cb847c60-fddc-4e69-b9af-9f7dd3ea7fae {
  
}
}
@media (min-width: 0px) {
[id="s-cb847c60-fddc-4e69-b9af-9f7dd3ea7fae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cb847c60-fddc-4e69-b9af-9f7dd3ea7fae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cb847c60-fddc-4e69-b9af-9f7dd3ea7fae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cb847c60-fddc-4e69-b9af-9f7dd3ea7fae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-3b052f1c-f07a-48ff-b392-bdeb1d975c78 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-3b052f1c-f07a-48ff-b392-bdeb1d975c78 {
  margin-top: 16px;
margin-bottom: 0px;
}
}
#s-3b052f1c-f07a-48ff-b392-bdeb1d975c78 .shogun-heading-component h1 {
  color: rgba(41, 43, 45, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-9a1d95bd-2fd6-4c7f-969a-3d0a407ab418 {
  text-align: center;
}
@media (max-width: 767px){#s-9a1d95bd-2fd6-4c7f-969a-3d0a407ab418 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-9a1d95bd-2fd6-4c7f-969a-3d0a407ab418 img.shogun-image {
    

    
    
    
  }


#s-9a1d95bd-2fd6-4c7f-969a-3d0a407ab418 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7a7ab29-2e5c-42b8-a573-2d54f2c4156b {
  text-align: center;
}
@media (max-width: 767px){#s-e7a7ab29-2e5c-42b8-a573-2d54f2c4156b {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-e7a7ab29-2e5c-42b8-a573-2d54f2c4156b img.shogun-image {
    

    
    
    
  }


#s-e7a7ab29-2e5c-42b8-a573-2d54f2c4156b .shogun-image-content {
  
    align-items: center;
  
}

#s-19ad36e3-2e1a-4ccc-ac4c-841edb505433 {
  text-align: center;
}
@media (max-width: 767px){#s-19ad36e3-2e1a-4ccc-ac4c-841edb505433 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-19ad36e3-2e1a-4ccc-ac4c-841edb505433 img.shogun-image {
    

    
    
    
  }


#s-19ad36e3-2e1a-4ccc-ac4c-841edb505433 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ec0aa70-789d-4664-81fb-77603f58a7af {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-6ec0aa70-789d-4664-81fb-77603f58a7af {
  display: none;
}
#s-6ec0aa70-789d-4664-81fb-77603f58a7af, #wrap-s-6ec0aa70-789d-4664-81fb-77603f58a7af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ec0aa70-789d-4664-81fb-77603f58a7af {
  display: none;
}
#s-6ec0aa70-789d-4664-81fb-77603f58a7af, #wrap-s-6ec0aa70-789d-4664-81fb-77603f58a7af { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6ec0aa70-789d-4664-81fb-77603f58a7af {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-6ec0aa70-789d-4664-81fb-77603f58a7af"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6ec0aa70-789d-4664-81fb-77603f58a7af"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6ec0aa70-789d-4664-81fb-77603f58a7af"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6ec0aa70-789d-4664-81fb-77603f58a7af"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a71ab422-16c8-4282-943a-bd9357495b9e {
  text-align: center;
}
@media (max-width: 767px){#s-a71ab422-16c8-4282-943a-bd9357495b9e {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-a71ab422-16c8-4282-943a-bd9357495b9e img.shogun-image {
    

    
    
    
  }


#s-a71ab422-16c8-4282-943a-bd9357495b9e .shogun-image-content {
  
    align-items: center;
  
}

#s-1aa72d8c-17d8-4cc6-87ca-14e7dbb6737d {
  text-align: center;
}
@media (max-width: 767px){#s-1aa72d8c-17d8-4cc6-87ca-14e7dbb6737d {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-1aa72d8c-17d8-4cc6-87ca-14e7dbb6737d img.shogun-image {
    

    
    
    
  }


#s-1aa72d8c-17d8-4cc6-87ca-14e7dbb6737d .shogun-image-content {
  
    align-items: center;
  
}

#s-a28a2e1e-a0e9-40c7-9877-fa9048ba748d {
  text-align: center;
}
@media (max-width: 767px){#s-a28a2e1e-a0e9-40c7-9877-fa9048ba748d {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-a28a2e1e-a0e9-40c7-9877-fa9048ba748d img.shogun-image {
    

    
    
    
  }


#s-a28a2e1e-a0e9-40c7-9877-fa9048ba748d .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-939dbfc1-003f-4409-bbe5-bdcf9c2b0b5d {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-adc7b663-becd-4b6e-a656-05fe8484b7e3 {
  text-align: left;
}

#s-63433297-5add-4c32-ac7e-2ddd723981bc {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-85111b22-dc66-41e3-b6ae-0971b6fcad30 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-85111b22-dc66-41e3-b6ae-0971b6fcad30 {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-85111b22-dc66-41e3-b6ae-0971b6fcad30 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-85111b22-dc66-41e3-b6ae-0971b6fcad30 {
  padding-left: 30px;
padding-right: 30px;
max-width: 700px;
}
}@media (max-width: 767px){#s-85111b22-dc66-41e3-b6ae-0971b6fcad30 {
  
}
}







#s-85111b22-dc66-41e3-b6ae-0971b6fcad30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85111b22-dc66-41e3-b6ae-0971b6fcad30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17b9c60a-689e-47cb-b8a2-ba40c44f89af {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-17b9c60a-689e-47cb-b8a2-ba40c44f89af {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-17b9c60a-689e-47cb-b8a2-ba40c44f89af {
  max-width: 700px;
}
}







#s-17b9c60a-689e-47cb-b8a2-ba40c44f89af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17b9c60a-689e-47cb-b8a2-ba40c44f89af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39fa381a-02a7-46c9-ad01-cc21f0357c6a {
  text-align: left;
}

#s-f7809628-220a-4d7c-bfda-f5037a913ed8 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-f7809628-220a-4d7c-bfda-f5037a913ed8 {
  padding-top: 35px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7809628-220a-4d7c-bfda-f5037a913ed8 {
  margin-left: auto;
margin-right: auto;
padding-top: 35px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7809628-220a-4d7c-bfda-f5037a913ed8 {
  padding-left: 30px;
padding-right: 30px;
max-width: 700px;
display: none;
}
#s-f7809628-220a-4d7c-bfda-f5037a913ed8, #wrap-s-f7809628-220a-4d7c-bfda-f5037a913ed8 { display:none !important; }}@media (max-width: 767px){#s-f7809628-220a-4d7c-bfda-f5037a913ed8 {
  max-width: 320px;
display: none;
}
#s-f7809628-220a-4d7c-bfda-f5037a913ed8, #wrap-s-f7809628-220a-4d7c-bfda-f5037a913ed8 { display:none !important; }}







#s-f7809628-220a-4d7c-bfda-f5037a913ed8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7809628-220a-4d7c-bfda-f5037a913ed8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be130cdf-a422-498b-9492-e1185aadfbf1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-be130cdf-a422-498b-9492-e1185aadfbf1 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-be130cdf-a422-498b-9492-e1185aadfbf1 {
  max-width: 700px;
}
}@media (max-width: 767px){#s-be130cdf-a422-498b-9492-e1185aadfbf1 {
  max-width: 320px;
}
}







#s-be130cdf-a422-498b-9492-e1185aadfbf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be130cdf-a422-498b-9492-e1185aadfbf1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-1153e561-abf8-48bb-8767-2726eec20c28 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-1153e561-abf8-48bb-8767-2726eec20c28 hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-8ae9d02d-0309-4e24-8287-75eedf14ac1a {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-8ae9d02d-0309-4e24-8287-75eedf14ac1a {
  margin-top: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ae9d02d-0309-4e24-8287-75eedf14ac1a {
  margin-top: 25px;
}
}@media (max-width: 767px){#s-8ae9d02d-0309-4e24-8287-75eedf14ac1a {
  padding-top: 5px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-8ae9d02d-0309-4e24-8287-75eedf14ac1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ae9d02d-0309-4e24-8287-75eedf14ac1a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8ae9d02d-0309-4e24-8287-75eedf14ac1a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ae9d02d-0309-4e24-8287-75eedf14ac1a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-283c6255-a542-4af7-81dd-876ceb21bc20 {
  min-height: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-283c6255-a542-4af7-81dd-876ceb21bc20 {
  margin-top: 100px;
margin-bottom: 0px;
}
}






  #s-283c6255-a542-4af7-81dd-876ceb21bc20 img.shogun-image {
    

    
    
    
  }


#s-283c6255-a542-4af7-81dd-876ceb21bc20 .shogun-image-content {
  
    align-items: center;
  
}

#s-16f07123-4caf-4055-98d7-aa7e2efe954b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-b3ebb596-ffd7-41ba-9011-489cf6e8f9b0 {
  margin-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-b3ebb596-ffd7-41ba-9011-489cf6e8f9b0 {
  margin-top: 2px;
}
}@media (max-width: 767px){#s-b3ebb596-ffd7-41ba-9011-489cf6e8f9b0 {
  margin-top: 20px;
}
}
#s-b3ebb596-ffd7-41ba-9011-489cf6e8f9b0 .shogun-heading-component h3 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-bdae2f0a-5852-44cf-9564-042479db3c1c {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-f7f039f3-1813-435a-90c2-391b313ad957 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-f7f039f3-1813-435a-90c2-391b313ad957 {
  display: none;
}
#s-f7f039f3-1813-435a-90c2-391b313ad957, #wrap-s-f7f039f3-1813-435a-90c2-391b313ad957 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7f039f3-1813-435a-90c2-391b313ad957 {
  margin-left: auto;
margin-right: auto;
display: none;
}
#s-f7f039f3-1813-435a-90c2-391b313ad957, #wrap-s-f7f039f3-1813-435a-90c2-391b313ad957 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f7f039f3-1813-435a-90c2-391b313ad957 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
max-width: 700px;
}
}@media (max-width: 767px){#s-f7f039f3-1813-435a-90c2-391b313ad957 {
  padding-top: 10px;
padding-bottom: 0px;
max-width: 320px;
}
}







#s-f7f039f3-1813-435a-90c2-391b313ad957 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7f039f3-1813-435a-90c2-391b313ad957.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad912ada-ca5e-4253-97b3-2152758dda23 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ad912ada-ca5e-4253-97b3-2152758dda23 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ad912ada-ca5e-4253-97b3-2152758dda23 {
  max-width: 700px;
}
}@media (max-width: 767px){#s-ad912ada-ca5e-4253-97b3-2152758dda23 {
  padding-top: 15px;
max-width: 320px;
}
}







#s-ad912ada-ca5e-4253-97b3-2152758dda23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad912ada-ca5e-4253-97b3-2152758dda23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-7f2ee8f9-cb34-458a-a6af-af8bf68daa01 {
  margin-bottom: 5px;
}
}
#s-eddee481-63e9-4368-a4c7-f9284ef71b00 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-eddee481-63e9-4368-a4c7-f9284ef71b00 hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-afa27160-e5ed-48e3-89a5-d1c489669e42 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-afa27160-e5ed-48e3-89a5-d1c489669e42 {
  padding-top: 5px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-afa27160-e5ed-48e3-89a5-d1c489669e42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afa27160-e5ed-48e3-89a5-d1c489669e42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-afa27160-e5ed-48e3-89a5-d1c489669e42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-afa27160-e5ed-48e3-89a5-d1c489669e42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f63a635c-1b6d-4013-954f-96d31950d8b0 {
  min-height: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f63a635c-1b6d-4013-954f-96d31950d8b0 {
  margin-top: 100px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-f63a635c-1b6d-4013-954f-96d31950d8b0 {
  margin-top: 15px;
}
}






  #s-f63a635c-1b6d-4013-954f-96d31950d8b0 img.shogun-image {
    

    
    
    
  }


#s-f63a635c-1b6d-4013-954f-96d31950d8b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0a9cd48-a5f8-4d6b-af24-5e3beb4bdbe9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (max-width: 767px){#s-f0a9cd48-a5f8-4d6b-af24-5e3beb4bdbe9 {
  margin-top: 0px;
margin-bottom: 10px;
}
}
#s-4dd5602f-e4a6-4bd8-810d-9330be5726e6 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-4dd5602f-e4a6-4bd8-810d-9330be5726e6 .shogun-heading-component h3 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-f1c53657-fd0b-4bdc-836c-b705e022db99 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-6549e9d3-11b4-4ca9-a506-8b327ab7b90e {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-6549e9d3-11b4-4ca9-a506-8b327ab7b90e {
  display: none;
}
#s-6549e9d3-11b4-4ca9-a506-8b327ab7b90e, #wrap-s-6549e9d3-11b4-4ca9-a506-8b327ab7b90e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6549e9d3-11b4-4ca9-a506-8b327ab7b90e {
  margin-left: auto;
margin-right: auto;
display: none;
}
#s-6549e9d3-11b4-4ca9-a506-8b327ab7b90e, #wrap-s-6549e9d3-11b4-4ca9-a506-8b327ab7b90e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6549e9d3-11b4-4ca9-a506-8b327ab7b90e {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
max-width: 700px;
}
}@media (max-width: 767px){#s-6549e9d3-11b4-4ca9-a506-8b327ab7b90e {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 320px;
}
}







#s-6549e9d3-11b4-4ca9-a506-8b327ab7b90e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6549e9d3-11b4-4ca9-a506-8b327ab7b90e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e09b5c08-af53-498d-b4de-a22b71aee4c0 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e09b5c08-af53-498d-b4de-a22b71aee4c0 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e09b5c08-af53-498d-b4de-a22b71aee4c0 {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 700px;
}
}@media (max-width: 767px){#s-e09b5c08-af53-498d-b4de-a22b71aee4c0 {
  padding-top: 0px;
padding-bottom: 20px;
max-width: 320px;
}
}







#s-e09b5c08-af53-498d-b4de-a22b71aee4c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e09b5c08-af53-498d-b4de-a22b71aee4c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7411e8ae-6873-4eb7-89c6-56f3927b757d {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7411e8ae-6873-4eb7-89c6-56f3927b757d .shogun-heading-component h2 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: center;
}


@media (max-width: 767px){#s-7411e8ae-6873-4eb7-89c6-56f3927b757d .shogun-heading-component h2 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  
  text-align: center;
}


}
#s-37ea2b7a-a8eb-4bb7-826b-5f6a298c7757 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-37ea2b7a-a8eb-4bb7-826b-5f6a298c7757 hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-29d41cf0-b4e4-4be4-aeb5-53e46b8fd95d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-29d41cf0-b4e4-4be4-aeb5-53e46b8fd95d {
  padding-top: 5px;
}
}@media (max-width: 767px){#s-29d41cf0-b4e4-4be4-aeb5-53e46b8fd95d {
  padding-top: 10px;
}
}
#s-86c5c8cd-e613-4b51-ac5c-7e4b4974d040 {
  text-align: center;
}
@media (min-width: 1200px){#s-86c5c8cd-e613-4b51-ac5c-7e4b4974d040 {
  display: none;
}
#s-86c5c8cd-e613-4b51-ac5c-7e4b4974d040, #wrap-s-86c5c8cd-e613-4b51-ac5c-7e4b4974d040 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86c5c8cd-e613-4b51-ac5c-7e4b4974d040 {
  display: none;
}
#s-86c5c8cd-e613-4b51-ac5c-7e4b4974d040, #wrap-s-86c5c8cd-e613-4b51-ac5c-7e4b4974d040 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-86c5c8cd-e613-4b51-ac5c-7e4b4974d040 {
  display: none;
}
#s-86c5c8cd-e613-4b51-ac5c-7e4b4974d040, #wrap-s-86c5c8cd-e613-4b51-ac5c-7e4b4974d040 { display:none !important; }}@media (max-width: 767px){#s-86c5c8cd-e613-4b51-ac5c-7e4b4974d040 {
  margin-top: -10px;
}
}






  #s-86c5c8cd-e613-4b51-ac5c-7e4b4974d040 img.shogun-image {
    

    
    
    
  }


#s-86c5c8cd-e613-4b51-ac5c-7e4b4974d040 .shogun-image-content {
  
    align-items: center;
  
}

#s-59dbd5e0-2317-4331-9fc4-79ee3d7a7dc4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-59dbd5e0-2317-4331-9fc4-79ee3d7a7dc4 {
  margin-top: 25px;
}
}@media (max-width: 767px){#s-59dbd5e0-2317-4331-9fc4-79ee3d7a7dc4 {
  display: none;
}
#s-59dbd5e0-2317-4331-9fc4-79ee3d7a7dc4, #wrap-s-59dbd5e0-2317-4331-9fc4-79ee3d7a7dc4 { display:none !important; }}






  #s-59dbd5e0-2317-4331-9fc4-79ee3d7a7dc4 img.shogun-image {
    

    
    
    
  }


#s-59dbd5e0-2317-4331-9fc4-79ee3d7a7dc4 .shogun-image-content {
  
    align-items: center;
  
}

#s-b5191914-1034-47b8-b3f1-43ded0718a4c {
  text-align: center;
}
@media (min-width: 1200px){#s-b5191914-1034-47b8-b3f1-43ded0718a4c {
  display: none;
}
#s-b5191914-1034-47b8-b3f1-43ded0718a4c, #wrap-s-b5191914-1034-47b8-b3f1-43ded0718a4c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b5191914-1034-47b8-b3f1-43ded0718a4c {
  display: none;
}
#s-b5191914-1034-47b8-b3f1-43ded0718a4c, #wrap-s-b5191914-1034-47b8-b3f1-43ded0718a4c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b5191914-1034-47b8-b3f1-43ded0718a4c {
  display: none;
}
#s-b5191914-1034-47b8-b3f1-43ded0718a4c, #wrap-s-b5191914-1034-47b8-b3f1-43ded0718a4c { display:none !important; }}@media (max-width: 767px){#s-b5191914-1034-47b8-b3f1-43ded0718a4c {
  padding-top: 30px;
padding-bottom: 5px;
}
}






  #s-b5191914-1034-47b8-b3f1-43ded0718a4c img.shogun-image {
    

    
    
    
  }


#s-b5191914-1034-47b8-b3f1-43ded0718a4c .shogun-image-content {
  
    align-items: center;
  
}

#s-afe114d4-adb2-4aec-b5d8-03d5c85033b1 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-afe114d4-adb2-4aec-b5d8-03d5c85033b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-afe114d4-adb2-4aec-b5d8-03d5c85033b1 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-afe114d4-adb2-4aec-b5d8-03d5c85033b1 {
  padding-top: 5px;
padding-left: 30px;
padding-right: 30px;
max-width: 700px;
}
}@media (max-width: 767px){#s-afe114d4-adb2-4aec-b5d8-03d5c85033b1 {
  max-width: 320px;
display: none;
}
#s-afe114d4-adb2-4aec-b5d8-03d5c85033b1, #wrap-s-afe114d4-adb2-4aec-b5d8-03d5c85033b1 { display:none !important; }}







#s-afe114d4-adb2-4aec-b5d8-03d5c85033b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afe114d4-adb2-4aec-b5d8-03d5c85033b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c54db93-cf3c-4fb9-97ec-1c70fac1f76e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8c54db93-cf3c-4fb9-97ec-1c70fac1f76e {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c54db93-cf3c-4fb9-97ec-1c70fac1f76e {
  max-width: 700px;
}
}@media (max-width: 767px){#s-8c54db93-cf3c-4fb9-97ec-1c70fac1f76e {
  max-width: 320px;
}
}







#s-8c54db93-cf3c-4fb9-97ec-1c70fac1f76e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c54db93-cf3c-4fb9-97ec-1c70fac1f76e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61142824-c12d-4a88-a743-664840ed91c5 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-61142824-c12d-4a88-a743-664840ed91c5 {
  margin-top: 10px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-61142824-c12d-4a88-a743-664840ed91c5 {
  margin-top: 10px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-61142824-c12d-4a88-a743-664840ed91c5 {
  display: none;
}
#s-61142824-c12d-4a88-a743-664840ed91c5, #wrap-s-61142824-c12d-4a88-a743-664840ed91c5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-61142824-c12d-4a88-a743-664840ed91c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61142824-c12d-4a88-a743-664840ed91c5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-61142824-c12d-4a88-a743-664840ed91c5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-61142824-c12d-4a88-a743-664840ed91c5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-61142824-c12d-4a88-a743-664840ed91c5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-61142824-c12d-4a88-a743-664840ed91c5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-61142824-c12d-4a88-a743-664840ed91c5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-514910ef-5978-4ef4-b187-5771cfe27dc2 {
  margin-top: 18px;
margin-left: 250px;
margin-right: 0px;
min-height: 0px;
max-width: 230px;
text-align: center;
}
@media (min-width: 1200px){#s-514910ef-5978-4ef4-b187-5771cfe27dc2 {
  margin-top: 10px;
margin-left: 260px;
margin-right: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-514910ef-5978-4ef4-b187-5771cfe27dc2 {
  margin-top: 10px;
margin-left: 260px;
margin-right: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-514910ef-5978-4ef4-b187-5771cfe27dc2 {
  margin-top: -5px;
margin-left: 70px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-514910ef-5978-4ef4-b187-5771cfe27dc2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: -100px;
margin-right: 160px;
}
}







#s-514910ef-5978-4ef4-b187-5771cfe27dc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ded37fc-9f38-4ec7-9777-e5d0a055aaec {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-4ded37fc-9f38-4ec7-9777-e5d0a055aaec {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}
}
#s-4ded37fc-9f38-4ec7-9777-e5d0a055aaec .shogun-heading-component h2 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: left;
}


#s-4ded37fc-9f38-4ec7-9777-e5d0a055aaec .shogun-heading-component h2 a {
  color: rgba(0, 20, 137, 1);
}

@media (max-width: 767px){#s-4ded37fc-9f38-4ec7-9777-e5d0a055aaec .shogun-heading-component h2 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  
  text-align: left;
}


#s-4ded37fc-9f38-4ec7-9777-e5d0a055aaec .shogun-heading-component h2 a {
  color: rgba(0, 20, 137, 1);
}

}
#s-9ebaa7b9-7ace-47d8-93bd-6ddb7a2075cc {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-9ebaa7b9-7ace-47d8-93bd-6ddb7a2075cc {
  margin-top: 10px;
margin-bottom: 0px;
display: none;
}
#s-9ebaa7b9-7ace-47d8-93bd-6ddb7a2075cc, #wrap-s-9ebaa7b9-7ace-47d8-93bd-6ddb7a2075cc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ebaa7b9-7ace-47d8-93bd-6ddb7a2075cc {
  margin-top: 10px;
margin-bottom: 0px;
display: none;
}
#s-9ebaa7b9-7ace-47d8-93bd-6ddb7a2075cc, #wrap-s-9ebaa7b9-7ace-47d8-93bd-6ddb7a2075cc { display:none !important; }}@media (max-width: 767px){#s-9ebaa7b9-7ace-47d8-93bd-6ddb7a2075cc {
  display: none;
}
#s-9ebaa7b9-7ace-47d8-93bd-6ddb7a2075cc, #wrap-s-9ebaa7b9-7ace-47d8-93bd-6ddb7a2075cc { display:none !important; }}
@media (min-width: 0px) {
[id="s-9ebaa7b9-7ace-47d8-93bd-6ddb7a2075cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ebaa7b9-7ace-47d8-93bd-6ddb7a2075cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9ebaa7b9-7ace-47d8-93bd-6ddb7a2075cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9ebaa7b9-7ace-47d8-93bd-6ddb7a2075cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9ebaa7b9-7ace-47d8-93bd-6ddb7a2075cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ebaa7b9-7ace-47d8-93bd-6ddb7a2075cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9ebaa7b9-7ace-47d8-93bd-6ddb7a2075cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-ce7a4478-4ed4-4333-b993-d9288a8244a7 {
  margin-top: 18px;
margin-left: 250px;
margin-right: 0px;
min-height: 0px;
max-width: 230px;
text-align: center;
}
@media (min-width: 1200px){#s-ce7a4478-4ed4-4333-b993-d9288a8244a7 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce7a4478-4ed4-4333-b993-d9288a8244a7 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce7a4478-4ed4-4333-b993-d9288a8244a7 {
  margin-top: 10px;
margin-left: 60px;
margin-right: 5px;
}
}@media (max-width: 767px){#s-ce7a4478-4ed4-4333-b993-d9288a8244a7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: -100px;
margin-right: 160px;
}
}







#s-ce7a4478-4ed4-4333-b993-d9288a8244a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-46f02843-2910-4d9e-aea0-338c044ccf74 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-46f02843-2910-4d9e-aea0-338c044ccf74 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}
}
#s-46f02843-2910-4d9e-aea0-338c044ccf74 .shogun-heading-component h2 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: left;
}


#s-46f02843-2910-4d9e-aea0-338c044ccf74 .shogun-heading-component h2 a {
  color: rgba(0, 20, 137, 1);
}

@media (max-width: 767px){#s-46f02843-2910-4d9e-aea0-338c044ccf74 .shogun-heading-component h2 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  
  text-align: left;
}


#s-46f02843-2910-4d9e-aea0-338c044ccf74 .shogun-heading-component h2 a {
  color: rgba(0, 20, 137, 1);
}

}
#s-b0a02c8b-bd62-4423-a5e5-904a347cbc22 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-b0a02c8b-bd62-4423-a5e5-904a347cbc22 hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-d6ec2994-6e28-4184-9424-595c5ac1242b {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-d6ec2994-6e28-4184-9424-595c5ac1242b {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6ec2994-6e28-4184-9424-595c5ac1242b {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6ec2994-6e28-4184-9424-595c5ac1242b {
  margin-top: 40px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-d6ec2994-6e28-4184-9424-595c5ac1242b {
  padding-top: 5px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-d6ec2994-6e28-4184-9424-595c5ac1242b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6ec2994-6e28-4184-9424-595c5ac1242b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-d6ec2994-6e28-4184-9424-595c5ac1242b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6ec2994-6e28-4184-9424-595c5ac1242b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

#s-a8f68b15-eb23-4228-b525-c36c22770495 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a8f68b15-eb23-4228-b525-c36c22770495 .shogun-heading-component h1 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 768px) and (max-width: 991px){#s-2158eecb-fe99-4a27-a655-8ecf73335f65 {
  margin-top: 5px;
}
}
#s-2a8857df-05a0-4ab6-9f4d-3fef051f6f0a {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-2a8857df-05a0-4ab6-9f4d-3fef051f6f0a {
  display: none;
}
#s-2a8857df-05a0-4ab6-9f4d-3fef051f6f0a, #wrap-s-2a8857df-05a0-4ab6-9f4d-3fef051f6f0a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a8857df-05a0-4ab6-9f4d-3fef051f6f0a {
  margin-left: auto;
margin-right: auto;
display: none;
}
#s-2a8857df-05a0-4ab6-9f4d-3fef051f6f0a, #wrap-s-2a8857df-05a0-4ab6-9f4d-3fef051f6f0a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2a8857df-05a0-4ab6-9f4d-3fef051f6f0a {
  padding-left: 30px;
padding-right: 30px;
max-width: 700px;
display: none;
}
#s-2a8857df-05a0-4ab6-9f4d-3fef051f6f0a, #wrap-s-2a8857df-05a0-4ab6-9f4d-3fef051f6f0a { display:none !important; }}@media (max-width: 767px){#s-2a8857df-05a0-4ab6-9f4d-3fef051f6f0a {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 320px;
}
}







#s-2a8857df-05a0-4ab6-9f4d-3fef051f6f0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a8857df-05a0-4ab6-9f4d-3fef051f6f0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96719043-ba7f-4ae0-8b37-48239ba0c70d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-96719043-ba7f-4ae0-8b37-48239ba0c70d {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-96719043-ba7f-4ae0-8b37-48239ba0c70d {
  max-width: 700px;
}
}@media (max-width: 767px){#s-96719043-ba7f-4ae0-8b37-48239ba0c70d {
  padding-bottom: 0px;
max-width: 320px;
}
}







#s-96719043-ba7f-4ae0-8b37-48239ba0c70d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96719043-ba7f-4ae0-8b37-48239ba0c70d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d11582c0-f962-42f7-b403-f8d6b0d51458 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-d11582c0-f962-42f7-b403-f8d6b0d51458 {
  margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-d11582c0-f962-42f7-b403-f8d6b0d51458"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d11582c0-f962-42f7-b403-f8d6b0d51458"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d11582c0-f962-42f7-b403-f8d6b0d51458"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d11582c0-f962-42f7-b403-f8d6b0d51458"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d11582c0-f962-42f7-b403-f8d6b0d51458"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d11582c0-f962-42f7-b403-f8d6b0d51458"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d11582c0-f962-42f7-b403-f8d6b0d51458"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-46563062-9a0f-4919-9965-11259092e04b {
  margin-top: 18px;
margin-left: 250px;
margin-right: 0px;
min-height: 0px;
max-width: 230px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-46563062-9a0f-4919-9965-11259092e04b {
  margin-top: 18px;
margin-left: 50px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-46563062-9a0f-4919-9965-11259092e04b {
  margin-top: 0px;
margin-left: 80px;
margin-bottom: 0px;
margin-right: 80px;
}
}







#s-46563062-9a0f-4919-9965-11259092e04b .shogun-image-content {
  
    align-items: center;
  
}

#s-8e7d5ca7-ba67-4d95-a0e8-20eaafd9510a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8e7d5ca7-ba67-4d95-a0e8-20eaafd9510a {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-8e7d5ca7-ba67-4d95-a0e8-20eaafd9510a .shogun-heading-component h1 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: center;
}


@media (max-width: 767px){#s-8e7d5ca7-ba67-4d95-a0e8-20eaafd9510a .shogun-heading-component h1 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  
  text-align: center;
}


}
#s-1ae5e7fc-007f-47fa-bea1-1e96990a64fa {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-1ae5e7fc-007f-47fa-bea1-1e96990a64fa hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-ec661710-de8d-44a2-a6b1-f7486811b2b7 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-ec661710-de8d-44a2-a6b1-f7486811b2b7 {
  padding-top: 5px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-ec661710-de8d-44a2-a6b1-f7486811b2b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec661710-de8d-44a2-a6b1-f7486811b2b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-ec661710-de8d-44a2-a6b1-f7486811b2b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec661710-de8d-44a2-a6b1-f7486811b2b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

#s-4441ed66-1146-48e2-9dec-d025e6016457 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4441ed66-1146-48e2-9dec-d025e6016457 {
  margin-top: -40px;
}
}@media (max-width: 767px){#s-4441ed66-1146-48e2-9dec-d025e6016457 {
  margin-top: 0px;
}
}
#s-e8856a58-f5fd-4567-9b5a-8cba04324320 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e8856a58-f5fd-4567-9b5a-8cba04324320 .shogun-heading-component h1 {
  color: rgba(41, 43, 45, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-7385d80f-4eac-4f2d-abe9-b52e62d48446 {
  margin-top: 25px;
margin-bottom: 10px;
}
}
#s-2d4220ae-507a-49f8-a091-988412fba27d {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-2d4220ae-507a-49f8-a091-988412fba27d {
  display: none;
}
#s-2d4220ae-507a-49f8-a091-988412fba27d, #wrap-s-2d4220ae-507a-49f8-a091-988412fba27d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d4220ae-507a-49f8-a091-988412fba27d {
  margin-left: auto;
margin-right: auto;
display: none;
}
#s-2d4220ae-507a-49f8-a091-988412fba27d, #wrap-s-2d4220ae-507a-49f8-a091-988412fba27d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2d4220ae-507a-49f8-a091-988412fba27d {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
max-width: 700px;
}
}@media (max-width: 767px){#s-2d4220ae-507a-49f8-a091-988412fba27d {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 320px;
}
}







#s-2d4220ae-507a-49f8-a091-988412fba27d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d4220ae-507a-49f8-a091-988412fba27d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eda11e9c-52f4-4e83-baef-d96c97cc63cf {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-eda11e9c-52f4-4e83-baef-d96c97cc63cf {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-eda11e9c-52f4-4e83-baef-d96c97cc63cf {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 700px;
}
}@media (max-width: 767px){#s-eda11e9c-52f4-4e83-baef-d96c97cc63cf {
  padding-top: 10px;
padding-bottom: 0px;
max-width: 320px;
}
}







#s-eda11e9c-52f4-4e83-baef-d96c97cc63cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eda11e9c-52f4-4e83-baef-d96c97cc63cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-d5fe9473-4b7a-4ce0-93b8-4bbcbc833586 {
  margin-bottom: 5px;
}
}
#s-b62b3d21-1d17-49da-b26d-fc8d9ec4acbe {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-b62b3d21-1d17-49da-b26d-fc8d9ec4acbe hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-2cb2e9ee-146d-45bd-8b5e-5a6e7ba00a42 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2cb2e9ee-146d-45bd-8b5e-5a6e7ba00a42 {
  margin-top: 30px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-2cb2e9ee-146d-45bd-8b5e-5a6e7ba00a42 {
  margin-top: -5px;
padding-top: 0px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-2cb2e9ee-146d-45bd-8b5e-5a6e7ba00a42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2cb2e9ee-146d-45bd-8b5e-5a6e7ba00a42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2cb2e9ee-146d-45bd-8b5e-5a6e7ba00a42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2cb2e9ee-146d-45bd-8b5e-5a6e7ba00a42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-421f0f9f-f765-4230-afa6-7fe598f2d1e8 {
  margin-top: -25px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-421f0f9f-f765-4230-afa6-7fe598f2d1e8 {
  margin-top: 50px;
}
}@media (max-width: 767px){#s-421f0f9f-f765-4230-afa6-7fe598f2d1e8 {
  margin-top: 20px;
}
}






  #s-421f0f9f-f765-4230-afa6-7fe598f2d1e8 img.shogun-image {
    

    
    
    
  }


#s-421f0f9f-f765-4230-afa6-7fe598f2d1e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-30264ea4-f994-47fc-9b22-443dd9d34d92 {
  margin-top: -10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-30264ea4-f994-47fc-9b22-443dd9d34d92 {
  margin-top: -5px;
}
}@media (max-width: 767px){#s-30264ea4-f994-47fc-9b22-443dd9d34d92 {
  margin-top: 0px;
}
}
#s-652ae7e8-b154-481c-a33a-080a79eb18a1 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-652ae7e8-b154-481c-a33a-080a79eb18a1 .shogun-heading-component h3 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-efe78522-6caa-4f37-8103-f87c47493519 {
  margin-top: 0px;
margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

#s-00fd9b9f-9f80-4327-b485-7094c410f10f {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0.3px;
}
#s-00fd9b9f-9f80-4327-b485-7094c410f10f:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-00fd9b9f-9f80-4327-b485-7094c410f10f:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-00fd9b9f-9f80-4327-b485-7094c410f10f-root {
    text-align: center;
  }


#s-00fd9b9f-9f80-4327-b485-7094c410f10f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-00fd9b9f-9f80-4327-b485-7094c410f10f-root {
    text-align: center;
  }


#s-00fd9b9f-9f80-4327-b485-7094c410f10f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-00fd9b9f-9f80-4327-b485-7094c410f10f-root {
    text-align: center;
  }


#s-00fd9b9f-9f80-4327-b485-7094c410f10f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-00fd9b9f-9f80-4327-b485-7094c410f10f-root {
    text-align: center;
  }


#s-00fd9b9f-9f80-4327-b485-7094c410f10f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-00fd9b9f-9f80-4327-b485-7094c410f10f-root {
    text-align: center;
  }


#s-00fd9b9f-9f80-4327-b485-7094c410f10f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-04382070-6864-4e6d-96c5-61cbc7df226c {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-04382070-6864-4e6d-96c5-61cbc7df226c {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-04382070-6864-4e6d-96c5-61cbc7df226c {
  padding-top: 5px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-04382070-6864-4e6d-96c5-61cbc7df226c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04382070-6864-4e6d-96c5-61cbc7df226c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-04382070-6864-4e6d-96c5-61cbc7df226c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-04382070-6864-4e6d-96c5-61cbc7df226c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-04382070-6864-4e6d-96c5-61cbc7df226c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3ebaa3b1-b1c9-4c84-8d73-9e01ee1f1cc2 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-3ebaa3b1-b1c9-4c84-8d73-9e01ee1f1cc2 .shogun-heading-component h3 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-f0e1af34-da66-435d-93db-864d92f82de1 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-ae68d5a9-0945-4aee-95f0-1c329cfc3aa6 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0.3px;
}
#s-ae68d5a9-0945-4aee-95f0-1c329cfc3aa6:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ae68d5a9-0945-4aee-95f0-1c329cfc3aa6:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ae68d5a9-0945-4aee-95f0-1c329cfc3aa6-root {
    text-align: center;
  }


#s-ae68d5a9-0945-4aee-95f0-1c329cfc3aa6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae68d5a9-0945-4aee-95f0-1c329cfc3aa6-root {
    text-align: center;
  }


#s-ae68d5a9-0945-4aee-95f0-1c329cfc3aa6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae68d5a9-0945-4aee-95f0-1c329cfc3aa6-root {
    text-align: center;
  }


#s-ae68d5a9-0945-4aee-95f0-1c329cfc3aa6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae68d5a9-0945-4aee-95f0-1c329cfc3aa6-root {
    text-align: center;
  }


#s-ae68d5a9-0945-4aee-95f0-1c329cfc3aa6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae68d5a9-0945-4aee-95f0-1c329cfc3aa6-root {
    text-align: center;
  }


#s-ae68d5a9-0945-4aee-95f0-1c329cfc3aa6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8ddce26f-81a4-45df-a450-0d027abd3fd1 {
  margin-top: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8ddce26f-81a4-45df-a450-0d027abd3fd1 {
  margin-top: 40px;
}
}@media (max-width: 767px){#s-8ddce26f-81a4-45df-a450-0d027abd3fd1 {
  margin-top: 10px;
}
}






  #s-8ddce26f-81a4-45df-a450-0d027abd3fd1 img.shogun-image {
    

    
    
    
  }


#s-8ddce26f-81a4-45df-a450-0d027abd3fd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-010c95bc-0f4a-4d49-a639-8f5960fc2024 {
  margin-top: 0px;
}

#s-d141803a-94f6-4ee7-af5e-884dffd677b3 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d141803a-94f6-4ee7-af5e-884dffd677b3 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-d141803a-94f6-4ee7-af5e-884dffd677b3 {
  padding-top: 5px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-d141803a-94f6-4ee7-af5e-884dffd677b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d141803a-94f6-4ee7-af5e-884dffd677b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d141803a-94f6-4ee7-af5e-884dffd677b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d141803a-94f6-4ee7-af5e-884dffd677b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1b0d984c-688e-4b3c-aa7f-7554ab13bef3 {
  margin-top: -25px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1b0d984c-688e-4b3c-aa7f-7554ab13bef3 {
  margin-top: 80px;
}
}@media (max-width: 767px){#s-1b0d984c-688e-4b3c-aa7f-7554ab13bef3 {
  margin-top: 10px;
}
}






  #s-1b0d984c-688e-4b3c-aa7f-7554ab13bef3 img.shogun-image {
    

    
    
    
  }


#s-1b0d984c-688e-4b3c-aa7f-7554ab13bef3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3dd85e7-4ea1-47ae-b798-2e502485ede5 {
  margin-top: 10px;
}

#s-02d74ebd-2c5f-4e9d-b461-6a00a0041f6b {
  margin-top: 0px;
margin-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-02d74ebd-2c5f-4e9d-b461-6a00a0041f6b {
  padding-top: 30px;
padding-bottom: 3px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-02d74ebd-2c5f-4e9d-b461-6a00a0041f6b {
  padding-top: 30px;
}
}@media (max-width: 767px){#s-02d74ebd-2c5f-4e9d-b461-6a00a0041f6b {
  margin-top: 15px;
}
}
#s-02d74ebd-2c5f-4e9d-b461-6a00a0041f6b .shogun-heading-component h3 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-5bd83f0d-c3ae-4b36-95fd-900bf39f462a {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-c7f631bf-668a-4ec0-b130-ec1cd8a5fdef {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0.3px;
}
#s-c7f631bf-668a-4ec0-b130-ec1cd8a5fdef:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c7f631bf-668a-4ec0-b130-ec1cd8a5fdef:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c7f631bf-668a-4ec0-b130-ec1cd8a5fdef-root {
    text-align: center;
  }


#s-c7f631bf-668a-4ec0-b130-ec1cd8a5fdef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c7f631bf-668a-4ec0-b130-ec1cd8a5fdef-root {
    text-align: center;
  }


#s-c7f631bf-668a-4ec0-b130-ec1cd8a5fdef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7f631bf-668a-4ec0-b130-ec1cd8a5fdef-root {
    text-align: center;
  }


#s-c7f631bf-668a-4ec0-b130-ec1cd8a5fdef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c7f631bf-668a-4ec0-b130-ec1cd8a5fdef-root {
    text-align: center;
  }


#s-c7f631bf-668a-4ec0-b130-ec1cd8a5fdef.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c7f631bf-668a-4ec0-b130-ec1cd8a5fdef-root {
    text-align: center;
  }


#s-c7f631bf-668a-4ec0-b130-ec1cd8a5fdef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-05a1be5d-08e2-4c2d-b8b8-caf672499883 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-05a1be5d-08e2-4c2d-b8b8-caf672499883 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-05a1be5d-08e2-4c2d-b8b8-caf672499883 {
  padding-top: 20px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-05a1be5d-08e2-4c2d-b8b8-caf672499883"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05a1be5d-08e2-4c2d-b8b8-caf672499883"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-05a1be5d-08e2-4c2d-b8b8-caf672499883"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-05a1be5d-08e2-4c2d-b8b8-caf672499883"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-05a1be5d-08e2-4c2d-b8b8-caf672499883"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9d28d08b-4fc7-44b9-a8e5-d28bf9d1296a {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-9d28d08b-4fc7-44b9-a8e5-d28bf9d1296a .shogun-heading-component h3 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-44c7e73b-ccf1-4d75-9030-7c994c9d42e3 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-705976a4-7873-4cb2-a829-8f3b534125b9 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0.3px;
}
#s-705976a4-7873-4cb2-a829-8f3b534125b9:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-705976a4-7873-4cb2-a829-8f3b534125b9:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-705976a4-7873-4cb2-a829-8f3b534125b9-root {
    text-align: center;
  }


#s-705976a4-7873-4cb2-a829-8f3b534125b9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-705976a4-7873-4cb2-a829-8f3b534125b9-root {
    text-align: center;
  }


#s-705976a4-7873-4cb2-a829-8f3b534125b9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-705976a4-7873-4cb2-a829-8f3b534125b9-root {
    text-align: center;
  }


#s-705976a4-7873-4cb2-a829-8f3b534125b9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-705976a4-7873-4cb2-a829-8f3b534125b9-root {
    text-align: center;
  }


#s-705976a4-7873-4cb2-a829-8f3b534125b9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-705976a4-7873-4cb2-a829-8f3b534125b9-root {
    text-align: center;
  }


#s-705976a4-7873-4cb2-a829-8f3b534125b9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-389daca2-ae80-4185-8394-c31558e1d4e4 {
  margin-top: -10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-389daca2-ae80-4185-8394-c31558e1d4e4 {
  margin-top: 30px;
}
}@media (max-width: 767px){#s-389daca2-ae80-4185-8394-c31558e1d4e4 {
  margin-top: -5px;
}
}






  #s-389daca2-ae80-4185-8394-c31558e1d4e4 img.shogun-image {
    

    
    
    
  }


#s-389daca2-ae80-4185-8394-c31558e1d4e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-85e748b3-c6dd-4f88-8a08-dcc3f22920b2 {
  margin-top: 10px;
}

#s-322f078e-35de-4ea2-8b36-8f1e374f369f {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-322f078e-35de-4ea2-8b36-8f1e374f369f {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-322f078e-35de-4ea2-8b36-8f1e374f369f {
  padding-top: 5px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-322f078e-35de-4ea2-8b36-8f1e374f369f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-322f078e-35de-4ea2-8b36-8f1e374f369f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-322f078e-35de-4ea2-8b36-8f1e374f369f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-322f078e-35de-4ea2-8b36-8f1e374f369f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8722c90a-8e46-433e-b39f-6311763753bf {
  margin-top: -25px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8722c90a-8e46-433e-b39f-6311763753bf {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-8722c90a-8e46-433e-b39f-6311763753bf {
  margin-top: 15px;
}
}






  #s-8722c90a-8e46-433e-b39f-6311763753bf img.shogun-image {
    

    
    
    
  }


#s-8722c90a-8e46-433e-b39f-6311763753bf .shogun-image-content {
  
    align-items: center;
  
}

#s-9d8e1251-acc9-47bd-bdd0-0f963b04f204 {
  margin-top: -5px;
margin-bottom: 0px;
}

#s-1789f820-32f3-4444-a03d-b20e8b6af03c {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-1789f820-32f3-4444-a03d-b20e8b6af03c .shogun-heading-component h3 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-ccfcd87b-2e7a-4ff3-8ec4-6cfb26d05e84 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-88f9c571-dccc-4ee1-9a4d-b963aea30510 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0.3px;
}
#s-88f9c571-dccc-4ee1-9a4d-b963aea30510:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-88f9c571-dccc-4ee1-9a4d-b963aea30510:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-88f9c571-dccc-4ee1-9a4d-b963aea30510-root {
    text-align: center;
  }


#s-88f9c571-dccc-4ee1-9a4d-b963aea30510.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-88f9c571-dccc-4ee1-9a4d-b963aea30510-root {
    text-align: center;
  }


#s-88f9c571-dccc-4ee1-9a4d-b963aea30510.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-88f9c571-dccc-4ee1-9a4d-b963aea30510-root {
    text-align: center;
  }


#s-88f9c571-dccc-4ee1-9a4d-b963aea30510.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-88f9c571-dccc-4ee1-9a4d-b963aea30510-root {
    text-align: center;
  }


#s-88f9c571-dccc-4ee1-9a4d-b963aea30510.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-88f9c571-dccc-4ee1-9a4d-b963aea30510-root {
    text-align: center;
  }


#s-88f9c571-dccc-4ee1-9a4d-b963aea30510.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-43e79b87-2a9b-413e-b5ff-8446ca95ec5c {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-43e79b87-2a9b-413e-b5ff-8446ca95ec5c {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-43e79b87-2a9b-413e-b5ff-8446ca95ec5c {
  padding-left: 30px;
padding-right: 30px;
max-width: 700px;
display: none;
}
#s-43e79b87-2a9b-413e-b5ff-8446ca95ec5c, #wrap-s-43e79b87-2a9b-413e-b5ff-8446ca95ec5c { display:none !important; }}@media (max-width: 767px){#s-43e79b87-2a9b-413e-b5ff-8446ca95ec5c {
  max-width: 320px;
display: none;
}
#s-43e79b87-2a9b-413e-b5ff-8446ca95ec5c, #wrap-s-43e79b87-2a9b-413e-b5ff-8446ca95ec5c { display:none !important; }}







#s-43e79b87-2a9b-413e-b5ff-8446ca95ec5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43e79b87-2a9b-413e-b5ff-8446ca95ec5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0700a9d6-2e0a-445c-9287-9d8ce8a4deb7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0700a9d6-2e0a-445c-9287-9d8ce8a4deb7 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0700a9d6-2e0a-445c-9287-9d8ce8a4deb7 {
  max-width: 700px;
}
}@media (max-width: 767px){#s-0700a9d6-2e0a-445c-9287-9d8ce8a4deb7 {
  max-width: 320px;
}
}







#s-0700a9d6-2e0a-445c-9287-9d8ce8a4deb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0700a9d6-2e0a-445c-9287-9d8ce8a4deb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-77c46a32-631a-4025-be37-c234817e2ec3 {
  margin-bottom: -7px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-77c46a32-631a-4025-be37-c234817e2ec3 {
  margin-bottom: -7px;
}
}
#s-b10b12c1-2c2f-48d7-99ac-82ff64a49544 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-b10b12c1-2c2f-48d7-99ac-82ff64a49544 hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-2e956aa6-1a5e-4d76-8703-a1d8364fd26e {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-2e956aa6-1a5e-4d76-8703-a1d8364fd26e {
  margin-top: 40px;
margin-bottom: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e956aa6-1a5e-4d76-8703-a1d8364fd26e {
  margin-top: 40px;
padding-top: 0px;
}
}@media (max-width: 767px){#s-2e956aa6-1a5e-4d76-8703-a1d8364fd26e {
  padding-top: 5px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-2e956aa6-1a5e-4d76-8703-a1d8364fd26e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e956aa6-1a5e-4d76-8703-a1d8364fd26e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2e956aa6-1a5e-4d76-8703-a1d8364fd26e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e956aa6-1a5e-4d76-8703-a1d8364fd26e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-78efe670-2451-4398-b819-cb9ffd6326fe {
  margin-top: -25px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-78efe670-2451-4398-b819-cb9ffd6326fe {
  margin-top: 50px;
}
}






  #s-78efe670-2451-4398-b819-cb9ffd6326fe img.shogun-image {
    

    
    
    
  }


#s-78efe670-2451-4398-b819-cb9ffd6326fe .shogun-image-content {
  
    align-items: center;
  
}

#s-851c7e00-a8f2-4bae-823b-59065058c40d {
  margin-top: -5px;
}

#s-73855dac-526c-4b85-bdb8-613692e95a97 {
  margin-top: 40px;
margin-bottom: 10px;
text-align: left;
}

#s-73855dac-526c-4b85-bdb8-613692e95a97 .shogun-heading-component h1 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-e3bd3dfd-a3b2-48e2-a809-dad85e7861ad {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-dd6e958d-9072-4084-a1b1-7a3f507f14f1 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0.3px;
}
#s-dd6e958d-9072-4084-a1b1-7a3f507f14f1:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dd6e958d-9072-4084-a1b1-7a3f507f14f1:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-dd6e958d-9072-4084-a1b1-7a3f507f14f1 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-dd6e958d-9072-4084-a1b1-7a3f507f14f1:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dd6e958d-9072-4084-a1b1-7a3f507f14f1:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-dd6e958d-9072-4084-a1b1-7a3f507f14f1-root {
    text-align: left;
  }


#s-dd6e958d-9072-4084-a1b1-7a3f507f14f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dd6e958d-9072-4084-a1b1-7a3f507f14f1-root {
    text-align: left;
  }


#s-dd6e958d-9072-4084-a1b1-7a3f507f14f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dd6e958d-9072-4084-a1b1-7a3f507f14f1-root {
    text-align: left;
  }


#s-dd6e958d-9072-4084-a1b1-7a3f507f14f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dd6e958d-9072-4084-a1b1-7a3f507f14f1-root {
    text-align: left;
  }


#s-dd6e958d-9072-4084-a1b1-7a3f507f14f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dd6e958d-9072-4084-a1b1-7a3f507f14f1-root {
    text-align: center;
  }


#s-dd6e958d-9072-4084-a1b1-7a3f507f14f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8acc9ed2-6be4-4d49-b8b1-5122e5fad6b9 {
  margin-top: 40px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-8acc9ed2-6be4-4d49-b8b1-5122e5fad6b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8acc9ed2-6be4-4d49-b8b1-5122e5fad6b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8acc9ed2-6be4-4d49-b8b1-5122e5fad6b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8acc9ed2-6be4-4d49-b8b1-5122e5fad6b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c964dd07-917b-46a9-af74-fefbf6dc6cfb {
  margin-bottom: 10px;
text-align: left;
}

#s-c964dd07-917b-46a9-af74-fefbf6dc6cfb .shogun-heading-component h1 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-6085cf1d-239a-43a1-ab71-27c85b8913c4 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-6b4b646b-9ae6-4044-af03-68fb928a62b2 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0.3px;
}
#s-6b4b646b-9ae6-4044-af03-68fb928a62b2:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6b4b646b-9ae6-4044-af03-68fb928a62b2:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-6b4b646b-9ae6-4044-af03-68fb928a62b2 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6b4b646b-9ae6-4044-af03-68fb928a62b2:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6b4b646b-9ae6-4044-af03-68fb928a62b2:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-6b4b646b-9ae6-4044-af03-68fb928a62b2-root {
    text-align: left;
  }


#s-6b4b646b-9ae6-4044-af03-68fb928a62b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6b4b646b-9ae6-4044-af03-68fb928a62b2-root {
    text-align: left;
  }


#s-6b4b646b-9ae6-4044-af03-68fb928a62b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6b4b646b-9ae6-4044-af03-68fb928a62b2-root {
    text-align: left;
  }


#s-6b4b646b-9ae6-4044-af03-68fb928a62b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6b4b646b-9ae6-4044-af03-68fb928a62b2-root {
    text-align: left;
  }


#s-6b4b646b-9ae6-4044-af03-68fb928a62b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6b4b646b-9ae6-4044-af03-68fb928a62b2-root {
    text-align: center;
  }


#s-6b4b646b-9ae6-4044-af03-68fb928a62b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-72f595db-96bf-4276-b652-8be0bad53e2b {
  margin-top: 0px;
text-align: center;
}







  #s-72f595db-96bf-4276-b652-8be0bad53e2b img.shogun-image {
    

    
    
    
  }


#s-72f595db-96bf-4276-b652-8be0bad53e2b .shogun-image-content {
  
    align-items: center;
  
}

#s-5689032a-bff1-4ea4-a0ed-4206f931bd08 {
  margin-top: 0px;
}

#s-e9398d9a-5e1d-4b22-bdcc-dbee02a5994e {
  padding-top: 25px;
padding-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e9398d9a-5e1d-4b22-bdcc-dbee02a5994e {
  margin-top: 25px;
margin-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-e9398d9a-5e1d-4b22-bdcc-dbee02a5994e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9398d9a-5e1d-4b22-bdcc-dbee02a5994e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e9398d9a-5e1d-4b22-bdcc-dbee02a5994e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9398d9a-5e1d-4b22-bdcc-dbee02a5994e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c149de79-532f-428c-b266-38be7fdcf42a {
  margin-top: -25px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c149de79-532f-428c-b266-38be7fdcf42a {
  margin-top: 80px;
}
}@media (max-width: 767px){#s-c149de79-532f-428c-b266-38be7fdcf42a {
  margin-top: -20px;
}
}






  #s-c149de79-532f-428c-b266-38be7fdcf42a img.shogun-image {
    

    
    
    
  }


#s-c149de79-532f-428c-b266-38be7fdcf42a .shogun-image-content {
  
    align-items: center;
  
}

#s-e40d5e2c-eaa2-4081-8132-2496b71a0c0d {
  margin-top: 10px;
}

#s-3fde2edc-9e35-44d7-9f41-27dc6ad7d6da {
  margin-top: 0px;
margin-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-3fde2edc-9e35-44d7-9f41-27dc6ad7d6da {
  padding-top: 30px;
padding-bottom: 3px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3fde2edc-9e35-44d7-9f41-27dc6ad7d6da {
  padding-top: 30px;
}
}@media (max-width: 767px){#s-3fde2edc-9e35-44d7-9f41-27dc6ad7d6da {
  margin-top: 30px;
}
}
#s-3fde2edc-9e35-44d7-9f41-27dc6ad7d6da .shogun-heading-component h3 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-2404512e-52e7-4861-9840-2dfdc38c5793 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-298f79e3-0706-4798-8341-fb9dc2974997 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0.3px;
}
#s-298f79e3-0706-4798-8341-fb9dc2974997:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-298f79e3-0706-4798-8341-fb9dc2974997:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-298f79e3-0706-4798-8341-fb9dc2974997 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-298f79e3-0706-4798-8341-fb9dc2974997:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-298f79e3-0706-4798-8341-fb9dc2974997:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-298f79e3-0706-4798-8341-fb9dc2974997-root {
    text-align: left;
  }


#s-298f79e3-0706-4798-8341-fb9dc2974997.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-298f79e3-0706-4798-8341-fb9dc2974997-root {
    text-align: left;
  }


#s-298f79e3-0706-4798-8341-fb9dc2974997.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-298f79e3-0706-4798-8341-fb9dc2974997-root {
    text-align: left;
  }


#s-298f79e3-0706-4798-8341-fb9dc2974997.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-298f79e3-0706-4798-8341-fb9dc2974997-root {
    text-align: left;
  }


#s-298f79e3-0706-4798-8341-fb9dc2974997.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-298f79e3-0706-4798-8341-fb9dc2974997-root {
    text-align: center;
  }


#s-298f79e3-0706-4798-8341-fb9dc2974997.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-431d8e80-49f3-4153-bb45-facc0f279c77 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-431d8e80-49f3-4153-bb45-facc0f279c77 {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-431d8e80-49f3-4153-bb45-facc0f279c77 {
  padding-top: 5px;
padding-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-431d8e80-49f3-4153-bb45-facc0f279c77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-431d8e80-49f3-4153-bb45-facc0f279c77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-431d8e80-49f3-4153-bb45-facc0f279c77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-431d8e80-49f3-4153-bb45-facc0f279c77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bd9ea792-dc61-4a15-82cb-5622b7c6395e {
  margin-top: 0px;
margin-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-bd9ea792-dc61-4a15-82cb-5622b7c6395e {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd9ea792-dc61-4a15-82cb-5622b7c6395e {
  margin-top: 30px;
}
}
#s-bd9ea792-dc61-4a15-82cb-5622b7c6395e .shogun-heading-component h1 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-ee136da7-7df8-4747-8dd5-f8a4fa0a6f2e {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-a0f18e7a-7aa9-45b5-8ded-ce1bc837a627 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0.3px;
}
#s-a0f18e7a-7aa9-45b5-8ded-ce1bc837a627:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a0f18e7a-7aa9-45b5-8ded-ce1bc837a627:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-a0f18e7a-7aa9-45b5-8ded-ce1bc837a627 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a0f18e7a-7aa9-45b5-8ded-ce1bc837a627:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a0f18e7a-7aa9-45b5-8ded-ce1bc837a627:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-a0f18e7a-7aa9-45b5-8ded-ce1bc837a627-root {
    text-align: left;
  }


#s-a0f18e7a-7aa9-45b5-8ded-ce1bc837a627.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a0f18e7a-7aa9-45b5-8ded-ce1bc837a627-root {
    text-align: left;
  }


#s-a0f18e7a-7aa9-45b5-8ded-ce1bc837a627.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0f18e7a-7aa9-45b5-8ded-ce1bc837a627-root {
    text-align: left;
  }


#s-a0f18e7a-7aa9-45b5-8ded-ce1bc837a627.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0f18e7a-7aa9-45b5-8ded-ce1bc837a627-root {
    text-align: left;
  }


#s-a0f18e7a-7aa9-45b5-8ded-ce1bc837a627.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a0f18e7a-7aa9-45b5-8ded-ce1bc837a627-root {
    text-align: center;
  }


#s-a0f18e7a-7aa9-45b5-8ded-ce1bc837a627.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1cce7314-ebcf-4050-8bb3-b41af0a91c56 {
  margin-top: -40px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1cce7314-ebcf-4050-8bb3-b41af0a91c56 {
  margin-top: 50px;
}
}






  #s-1cce7314-ebcf-4050-8bb3-b41af0a91c56 img.shogun-image {
    

    
    
    
  }


#s-1cce7314-ebcf-4050-8bb3-b41af0a91c56 .shogun-image-content {
  
    align-items: center;
  
}

#s-79a46855-7a1f-4270-ace2-6b13fb8ae305 {
  margin-top: 10px;
}

#s-770385c0-938c-455c-97b2-611ca4105c69 {
  padding-top: 20px;
padding-bottom: 5px;
}
@media (min-width: 1200px){#s-770385c0-938c-455c-97b2-611ca4105c69 {
  margin-top: 10px;
margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-770385c0-938c-455c-97b2-611ca4105c69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-770385c0-938c-455c-97b2-611ca4105c69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-770385c0-938c-455c-97b2-611ca4105c69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-770385c0-938c-455c-97b2-611ca4105c69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a4e534af-50f5-410f-9063-874fec3a1e38 {
  margin-top: -25px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a4e534af-50f5-410f-9063-874fec3a1e38 {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-a4e534af-50f5-410f-9063-874fec3a1e38 {
  margin-top: -15px;
}
}






  #s-a4e534af-50f5-410f-9063-874fec3a1e38 img.shogun-image {
    

    
    
    
  }


#s-a4e534af-50f5-410f-9063-874fec3a1e38 .shogun-image-content {
  
    align-items: center;
  
}

#s-e1b3ebc0-afe6-4d29-9080-955f32d0be05 {
  margin-top: -5px;
margin-bottom: 0px;
}

#s-368a2c44-cc15-46b4-a187-8635ad2c6258 {
  margin-top: 0px;
margin-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-368a2c44-cc15-46b4-a187-8635ad2c6258 {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-368a2c44-cc15-46b4-a187-8635ad2c6258 {
  margin-top: 30px;
}
}@media (max-width: 767px){#s-368a2c44-cc15-46b4-a187-8635ad2c6258 {
  margin-top: 30px;
}
}
#s-368a2c44-cc15-46b4-a187-8635ad2c6258 .shogun-heading-component h1 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-a050f67b-8c46-4fcd-a779-5847adae50b1 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-387e5656-c73e-42ca-9cca-61973169c992 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0.3px;
}
#s-387e5656-c73e-42ca-9cca-61973169c992:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-387e5656-c73e-42ca-9cca-61973169c992:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-387e5656-c73e-42ca-9cca-61973169c992 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(44, 42, 52, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(227, 96, 24, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-387e5656-c73e-42ca-9cca-61973169c992:hover {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-387e5656-c73e-42ca-9cca-61973169c992:active {background-color: rgba(76, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-387e5656-c73e-42ca-9cca-61973169c992-root {
    text-align: left;
  }


#s-387e5656-c73e-42ca-9cca-61973169c992.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-387e5656-c73e-42ca-9cca-61973169c992-root {
    text-align: left;
  }


#s-387e5656-c73e-42ca-9cca-61973169c992.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-387e5656-c73e-42ca-9cca-61973169c992-root {
    text-align: left;
  }


#s-387e5656-c73e-42ca-9cca-61973169c992.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-387e5656-c73e-42ca-9cca-61973169c992-root {
    text-align: left;
  }


#s-387e5656-c73e-42ca-9cca-61973169c992.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-387e5656-c73e-42ca-9cca-61973169c992-root {
    text-align: center;
  }


#s-387e5656-c73e-42ca-9cca-61973169c992.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-abb58b60-1273-4253-87df-f8d4ad7b09e3 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-abb58b60-1273-4253-87df-f8d4ad7b09e3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-abb58b60-1273-4253-87df-f8d4ad7b09e3 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-abb58b60-1273-4253-87df-f8d4ad7b09e3 {
  padding-top: 0px;
padding-left: 30px;
padding-right: 30px;
max-width: 700px;
}
}@media (max-width: 767px){#s-abb58b60-1273-4253-87df-f8d4ad7b09e3 {
  padding-top: 5px;
max-width: 320px;
}
}







#s-abb58b60-1273-4253-87df-f8d4ad7b09e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abb58b60-1273-4253-87df-f8d4ad7b09e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45a503e9-c412-4224-9521-97602878508f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-45a503e9-c412-4224-9521-97602878508f {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-45a503e9-c412-4224-9521-97602878508f {
  max-width: 700px;
}
}@media (max-width: 767px){#s-45a503e9-c412-4224-9521-97602878508f {
  margin-top: -10px;
margin-bottom: -5px;
max-width: 320px;
}
}







#s-45a503e9-c412-4224-9521-97602878508f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45a503e9-c412-4224-9521-97602878508f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-532d855e-860d-46c9-ba12-126df830256e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-532d855e-860d-46c9-ba12-126df830256e .shogun-heading-component h2 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-c73b2a2d-f7f5-4b4c-af5d-7ffe6a7b99f2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-c73b2a2d-f7f5-4b4c-af5d-7ffe6a7b99f2 hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-b44d8156-9572-42c0-9f11-6d23963b9d2b {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-b44d8156-9572-42c0-9f11-6d23963b9d2b {
  margin-top: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b44d8156-9572-42c0-9f11-6d23963b9d2b {
  margin-top: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b44d8156-9572-42c0-9f11-6d23963b9d2b {
  display: none;
}
#s-b44d8156-9572-42c0-9f11-6d23963b9d2b, #wrap-s-b44d8156-9572-42c0-9f11-6d23963b9d2b { display:none !important; }}@media (max-width: 767px){#s-b44d8156-9572-42c0-9f11-6d23963b9d2b {
  display: none;
}
#s-b44d8156-9572-42c0-9f11-6d23963b9d2b, #wrap-s-b44d8156-9572-42c0-9f11-6d23963b9d2b { display:none !important; }}
@media (min-width: 0px) {
[id="s-b44d8156-9572-42c0-9f11-6d23963b9d2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b44d8156-9572-42c0-9f11-6d23963b9d2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b44d8156-9572-42c0-9f11-6d23963b9d2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b44d8156-9572-42c0-9f11-6d23963b9d2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-88c318aa-b326-4fd7-8e5e-419948f2de92 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(197, 197, 197, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-88c318aa-b326-4fd7-8e5e-419948f2de92 {
  padding-bottom: 42px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-88c318aa-b326-4fd7-8e5e-419948f2de92 {
  padding-bottom: 42px;
}
}







#s-88c318aa-b326-4fd7-8e5e-419948f2de92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88c318aa-b326-4fd7-8e5e-419948f2de92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b347ee0-9a8d-4cd1-9a8b-d437d67e5270 {
  min-height: 50px;
}








#s-0b347ee0-9a8d-4cd1-9a8b-d437d67e5270 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b347ee0-9a8d-4cd1-9a8b-d437d67e5270.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75cc5c6d-702e-410c-8795-51a3f196564d {
  text-align: center;
}







  #s-75cc5c6d-702e-410c-8795-51a3f196564d img.shogun-image {
    

    
    
    
  }


#s-75cc5c6d-702e-410c-8795-51a3f196564d .shogun-image-content {
  
    align-items: center;
  
}

#s-d7ea3921-c914-4bcc-a91b-5f48cf04ad0e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7ea3921-c914-4bcc-a91b-5f48cf04ad0e .shogun-heading-component h1 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c2b11d66-8ab6-4dda-9435-2d5d2faca8a4 {
  margin-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
}

#s-12aa9c32-545b-4ace-b150-99f8c9ebe80e {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(197, 197, 197, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-12aa9c32-545b-4ace-b150-99f8c9ebe80e {
  padding-bottom: 32px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12aa9c32-545b-4ace-b150-99f8c9ebe80e {
  padding-bottom: 32.5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-12aa9c32-545b-4ace-b150-99f8c9ebe80e {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 22px;
}
}







#s-12aa9c32-545b-4ace-b150-99f8c9ebe80e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12aa9c32-545b-4ace-b150-99f8c9ebe80e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd4b67a4-76e5-47f3-9964-4ac79b3ec134 {
  min-height: 50px;
}








#s-cd4b67a4-76e5-47f3-9964-4ac79b3ec134 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd4b67a4-76e5-47f3-9964-4ac79b3ec134.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c70d25a-fcc8-473e-bb49-f287a555ee6e {
  text-align: center;
}







  #s-8c70d25a-fcc8-473e-bb49-f287a555ee6e img.shogun-image {
    

    
    
    
  }


#s-8c70d25a-fcc8-473e-bb49-f287a555ee6e .shogun-image-content {
  
    align-items: center;
  
}

#s-0365372a-7895-43ed-88f0-19825fcff207 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0365372a-7895-43ed-88f0-19825fcff207 .shogun-heading-component h1 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-1de4ca94-52f9-446d-b217-86ead1fdf3d0 {
  margin-bottom: 116px;
padding-left: 30px;
padding-right: 30px;
}

#s-752777fe-9605-4439-8f33-e3291c89f82e {
  padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(197, 197, 197, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-752777fe-9605-4439-8f33-e3291c89f82e {
  padding-bottom: 17.5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-752777fe-9605-4439-8f33-e3291c89f82e {
  padding-bottom: 14px;
}
}







#s-752777fe-9605-4439-8f33-e3291c89f82e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-752777fe-9605-4439-8f33-e3291c89f82e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-330cb5aa-06ba-4ac0-94fb-6598d3bbb293 {
  min-height: 50px;
}








#s-330cb5aa-06ba-4ac0-94fb-6598d3bbb293 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-330cb5aa-06ba-4ac0-94fb-6598d3bbb293.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65b2adfa-054e-4713-9bde-c13c3fbe0ea2 {
  text-align: center;
}







  #s-65b2adfa-054e-4713-9bde-c13c3fbe0ea2 img.shogun-image {
    

    
    
    
  }


#s-65b2adfa-054e-4713-9bde-c13c3fbe0ea2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1afecd9b-7699-486a-8ce2-1fd304b86519 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1afecd9b-7699-486a-8ce2-1fd304b86519 .shogun-heading-component h1 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-2c0a49c3-2374-4d6b-b0a6-8b2bc7774ae5 {
  margin-bottom: 58px;
padding-left: 30px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-2c0a49c3-2374-4d6b-b0a6-8b2bc7774ae5 {
  margin-bottom: 54px;
}
}
#s-a6711c2a-fc2c-4795-af27-1d97c69d02ad {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a6711c2a-fc2c-4795-af27-1d97c69d02ad {
  display: none;
}
#s-a6711c2a-fc2c-4795-af27-1d97c69d02ad, #wrap-s-a6711c2a-fc2c-4795-af27-1d97c69d02ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6711c2a-fc2c-4795-af27-1d97c69d02ad {
  display: none;
}
#s-a6711c2a-fc2c-4795-af27-1d97c69d02ad, #wrap-s-a6711c2a-fc2c-4795-af27-1d97c69d02ad { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6711c2a-fc2c-4795-af27-1d97c69d02ad {
  margin-top: 40px;
margin-bottom: 30px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(197, 197, 197, 1);
border-style: solid;
}
}@media (max-width: 767px){#s-a6711c2a-fc2c-4795-af27-1d97c69d02ad {
  margin-top: 35px;
margin-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(197, 197, 197, 1);
border-style: solid;
}
}







#s-a6711c2a-fc2c-4795-af27-1d97c69d02ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6711c2a-fc2c-4795-af27-1d97c69d02ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4d26a76-5d53-4433-a33d-1d04a63017a2 {
  min-height: 50px;
}








#s-f4d26a76-5d53-4433-a33d-1d04a63017a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4d26a76-5d53-4433-a33d-1d04a63017a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8fd0901-bbba-44fe-9331-5703288bbe38 {
  text-align: center;
}
@media (min-width: 1200px){#s-e8fd0901-bbba-44fe-9331-5703288bbe38 {
  display: none;
}
#s-e8fd0901-bbba-44fe-9331-5703288bbe38, #wrap-s-e8fd0901-bbba-44fe-9331-5703288bbe38 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8fd0901-bbba-44fe-9331-5703288bbe38 {
  display: none;
}
#s-e8fd0901-bbba-44fe-9331-5703288bbe38, #wrap-s-e8fd0901-bbba-44fe-9331-5703288bbe38 { display:none !important; }}@media (max-width: 767px){#s-e8fd0901-bbba-44fe-9331-5703288bbe38 {
  margin-top: 10px;
}
}






  #s-e8fd0901-bbba-44fe-9331-5703288bbe38 img.shogun-image {
    

    
    
    
  }


#s-e8fd0901-bbba-44fe-9331-5703288bbe38 .shogun-image-content {
  
    align-items: center;
  
}

#s-b057be2f-1f31-4e3f-966a-9d58b186977f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b057be2f-1f31-4e3f-966a-9d58b186977f .shogun-heading-component h4 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 1200px){#s-6a268e1a-e695-4965-b46d-c0b50a204788 {
  display: none;
}
#s-6a268e1a-e695-4965-b46d-c0b50a204788, #wrap-s-6a268e1a-e695-4965-b46d-c0b50a204788 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a268e1a-e695-4965-b46d-c0b50a204788 {
  display: none;
}
#s-6a268e1a-e695-4965-b46d-c0b50a204788, #wrap-s-6a268e1a-e695-4965-b46d-c0b50a204788 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6a268e1a-e695-4965-b46d-c0b50a204788 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-6a268e1a-e695-4965-b46d-c0b50a204788 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
}
#s-cfd6052f-3bf1-412a-a557-64d138f3db43 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-cfd6052f-3bf1-412a-a557-64d138f3db43 {
  display: none;
}
#s-cfd6052f-3bf1-412a-a557-64d138f3db43, #wrap-s-cfd6052f-3bf1-412a-a557-64d138f3db43 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cfd6052f-3bf1-412a-a557-64d138f3db43 {
  display: none;
}
#s-cfd6052f-3bf1-412a-a557-64d138f3db43, #wrap-s-cfd6052f-3bf1-412a-a557-64d138f3db43 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cfd6052f-3bf1-412a-a557-64d138f3db43 {
  margin-bottom: 30px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(197, 197, 197, 1);
border-style: solid;
}
}@media (max-width: 767px){#s-cfd6052f-3bf1-412a-a557-64d138f3db43 {
  margin-top: 0px;
margin-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(197, 197, 197, 1);
border-style: solid;
}
}







#s-cfd6052f-3bf1-412a-a557-64d138f3db43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfd6052f-3bf1-412a-a557-64d138f3db43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dcd09cf3-cabc-4063-85e5-eaa368588dd2 {
  min-height: 50px;
}








#s-dcd09cf3-cabc-4063-85e5-eaa368588dd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcd09cf3-cabc-4063-85e5-eaa368588dd2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2fc0de9b-2e00-45e7-9709-eee399f556eb {
  text-align: center;
}
@media (min-width: 1200px){#s-2fc0de9b-2e00-45e7-9709-eee399f556eb {
  display: none;
}
#s-2fc0de9b-2e00-45e7-9709-eee399f556eb, #wrap-s-2fc0de9b-2e00-45e7-9709-eee399f556eb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2fc0de9b-2e00-45e7-9709-eee399f556eb {
  display: none;
}
#s-2fc0de9b-2e00-45e7-9709-eee399f556eb, #wrap-s-2fc0de9b-2e00-45e7-9709-eee399f556eb { display:none !important; }}@media (max-width: 767px){#s-2fc0de9b-2e00-45e7-9709-eee399f556eb {
  margin-top: 10px;
}
}






  #s-2fc0de9b-2e00-45e7-9709-eee399f556eb img.shogun-image {
    

    
    
    
  }


#s-2fc0de9b-2e00-45e7-9709-eee399f556eb .shogun-image-content {
  
    align-items: center;
  
}

#s-a91172fb-2cc5-4db1-a8b1-82b3291324bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a91172fb-2cc5-4db1-a8b1-82b3291324bd .shogun-heading-component h4 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 1200px){#s-597d5cb2-0e13-4622-b289-e0ea22faa243 {
  display: none;
}
#s-597d5cb2-0e13-4622-b289-e0ea22faa243, #wrap-s-597d5cb2-0e13-4622-b289-e0ea22faa243 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-597d5cb2-0e13-4622-b289-e0ea22faa243 {
  display: none;
}
#s-597d5cb2-0e13-4622-b289-e0ea22faa243, #wrap-s-597d5cb2-0e13-4622-b289-e0ea22faa243 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-597d5cb2-0e13-4622-b289-e0ea22faa243 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-597d5cb2-0e13-4622-b289-e0ea22faa243 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
}
#s-18b07257-81f7-45e4-9f41-c6462f1b4887 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(197, 197, 197, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-18b07257-81f7-45e4-9f41-c6462f1b4887 {
  display: none;
}
#s-18b07257-81f7-45e4-9f41-c6462f1b4887, #wrap-s-18b07257-81f7-45e4-9f41-c6462f1b4887 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18b07257-81f7-45e4-9f41-c6462f1b4887 {
  display: none;
}
#s-18b07257-81f7-45e4-9f41-c6462f1b4887, #wrap-s-18b07257-81f7-45e4-9f41-c6462f1b4887 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-18b07257-81f7-45e4-9f41-c6462f1b4887 {
  margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-18b07257-81f7-45e4-9f41-c6462f1b4887 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}







#s-18b07257-81f7-45e4-9f41-c6462f1b4887 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18b07257-81f7-45e4-9f41-c6462f1b4887.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8bac1406-4dae-4cff-8e7b-3c7356d9dd09 {
  min-height: 50px;
}








#s-8bac1406-4dae-4cff-8e7b-3c7356d9dd09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bac1406-4dae-4cff-8e7b-3c7356d9dd09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d47fc109-c6da-49bd-b7f2-b62e78c47790 {
  text-align: center;
}
@media (min-width: 1200px){#s-d47fc109-c6da-49bd-b7f2-b62e78c47790 {
  display: none;
}
#s-d47fc109-c6da-49bd-b7f2-b62e78c47790, #wrap-s-d47fc109-c6da-49bd-b7f2-b62e78c47790 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d47fc109-c6da-49bd-b7f2-b62e78c47790 {
  display: none;
}
#s-d47fc109-c6da-49bd-b7f2-b62e78c47790, #wrap-s-d47fc109-c6da-49bd-b7f2-b62e78c47790 { display:none !important; }}@media (max-width: 767px){#s-d47fc109-c6da-49bd-b7f2-b62e78c47790 {
  margin-top: 10px;
}
}






  #s-d47fc109-c6da-49bd-b7f2-b62e78c47790 img.shogun-image {
    

    
    
    
  }


#s-d47fc109-c6da-49bd-b7f2-b62e78c47790 .shogun-image-content {
  
    align-items: center;
  
}

#s-928c05af-fcc6-43ca-8197-ee11d234a71f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-928c05af-fcc6-43ca-8197-ee11d234a71f .shogun-heading-component h4 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 1200px){#s-a285d320-3464-48bd-be33-8b959db64e2f {
  display: none;
}
#s-a285d320-3464-48bd-be33-8b959db64e2f, #wrap-s-a285d320-3464-48bd-be33-8b959db64e2f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a285d320-3464-48bd-be33-8b959db64e2f {
  display: none;
}
#s-a285d320-3464-48bd-be33-8b959db64e2f, #wrap-s-a285d320-3464-48bd-be33-8b959db64e2f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a285d320-3464-48bd-be33-8b959db64e2f {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-a285d320-3464-48bd-be33-8b959db64e2f {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
}
#s-e90f2667-94c4-4184-b9bb-1bf1d3110fd2 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e90f2667-94c4-4184-b9bb-1bf1d3110fd2 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e90f2667-94c4-4184-b9bb-1bf1d3110fd2 {
  padding-top: 35px;
padding-left: 30px;
padding-bottom: 35px;
padding-right: 30px;
max-width: 700px;
}
}@media (max-width: 767px){#s-e90f2667-94c4-4184-b9bb-1bf1d3110fd2 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 320px;
}
}







#s-e90f2667-94c4-4184-b9bb-1bf1d3110fd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e90f2667-94c4-4184-b9bb-1bf1d3110fd2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0fe2e32-9f29-4651-b72e-4aa14b41d9ae {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-a0fe2e32-9f29-4651-b72e-4aa14b41d9ae {
  margin-top: 25px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a0fe2e32-9f29-4651-b72e-4aa14b41d9ae {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a0fe2e32-9f29-4651-b72e-4aa14b41d9ae {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 700px;
}
}@media (max-width: 767px){#s-a0fe2e32-9f29-4651-b72e-4aa14b41d9ae {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 320px;
}
}







#s-a0fe2e32-9f29-4651-b72e-4aa14b41d9ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0fe2e32-9f29-4651-b72e-4aa14b41d9ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-bb089706-de48-4f2e-a449-687459718617 {
  margin-bottom: 5px;
}
}
#s-94714c10-e0cb-4ea6-ac05-8063c23e9955 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-94714c10-e0cb-4ea6-ac05-8063c23e9955 hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-34a45712-d56b-49aa-8c8c-8f7c65ca962d {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
max-width: 1000px;
background-attachment: scroll;
background-color: rgba(197, 197, 197, 1);
}
@media (min-width: 1200px){#s-34a45712-d56b-49aa-8c8c-8f7c65ca962d {
  margin-top: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-34a45712-d56b-49aa-8c8c-8f7c65ca962d {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-34a45712-d56b-49aa-8c8c-8f7c65ca962d {
  margin-top: 35px;
margin-bottom: 0px;
padding-top: 30px;
padding-bottom: 30px;
max-width: 700px;
}
}@media (max-width: 767px){#s-34a45712-d56b-49aa-8c8c-8f7c65ca962d {
  margin-top: 35px;
margin-bottom: 0px;
max-width: 320px;
}
}







#s-34a45712-d56b-49aa-8c8c-8f7c65ca962d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.9;
}#s-34a45712-d56b-49aa-8c8c-8f7c65ca962d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-b5f656e9-c71c-40f3-809e-ab8c797660cb {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-b5f656e9-c71c-40f3-809e-ab8c797660cb .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b5f656e9-c71c-40f3-809e-ab8c797660cb .shg-sld-nav-button.shg-sld-left,
#s-b5f656e9-c71c-40f3-809e-ab8c797660cb .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-547a71ab-76f4-4714-9cf3-4a889a54575b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-547a71ab-76f4-4714-9cf3-4a889a54575b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-547a71ab-76f4-4714-9cf3-4a889a54575b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-547a71ab-76f4-4714-9cf3-4a889a54575b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-da689926-6626-43c2-a577-2919652414b1 {
  padding-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-da689926-6626-43c2-a577-2919652414b1 {
  margin-top: 26px;
}
}
#s-3905b5a8-bf33-4642-bde6-9f7fa2e33d5e {
  padding-top: 10px;
}

#s-248f394b-a8d3-4cc2-b9da-0a4b70c8a3dd {
  padding-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-248f394b-a8d3-4cc2-b9da-0a4b70c8a3dd {
  margin-top: 26px;
}
}
@media (min-width: 0px) {
[id="s-3cbedb02-468e-4584-b035-231df5b36b3c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3cbedb02-468e-4584-b035-231df5b36b3c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3cbedb02-468e-4584-b035-231df5b36b3c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cbedb02-468e-4584-b035-231df5b36b3c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a6b6ebc0-f41d-4a36-a134-a62c97e318a3 {
  padding-top: 10px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a6b6ebc0-f41d-4a36-a134-a62c97e318a3 {
  margin-top: 26px;
}
}
#s-8d7823d1-d159-476a-8157-50e956dbb94e {
  padding-top: 10px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8d7823d1-d159-476a-8157-50e956dbb94e {
  margin-top: 26px;
}
}
#s-99656a89-6688-4dd3-973e-2a268b14a7fd {
  padding-top: 10px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-99656a89-6688-4dd3-973e-2a268b14a7fd {
  margin-top: 52px;
margin-bottom: 0px;
}
}
#s-f8dd8b49-6bde-428a-afa9-bd3508613306 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f8dd8b49-6bde-428a-afa9-bd3508613306 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f8dd8b49-6bde-428a-afa9-bd3508613306 {
  padding-left: 30px;
padding-right: 30px;
max-width: 700px;
}
}@media (max-width: 767px){#s-f8dd8b49-6bde-428a-afa9-bd3508613306 {
  margin-top: 15px;
margin-bottom: -10px;
padding-bottom: 0px;
max-width: 320px;
}
}







#s-f8dd8b49-6bde-428a-afa9-bd3508613306 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8dd8b49-6bde-428a-afa9-bd3508613306.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c21051fd-d965-4290-b4b4-c8af5b76091c {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: -10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c21051fd-d965-4290-b4b4-c8af5b76091c {
  display: none;
}
#s-c21051fd-d965-4290-b4b4-c8af5b76091c, #wrap-s-c21051fd-d965-4290-b4b4-c8af5b76091c { display:none !important; }}@media (max-width: 767px){#s-c21051fd-d965-4290-b4b4-c8af5b76091c {
  display: none;
}
#s-c21051fd-d965-4290-b4b4-c8af5b76091c, #wrap-s-c21051fd-d965-4290-b4b4-c8af5b76091c { display:none !important; }}
@media (min-width: 0px) {
[id="s-c21051fd-d965-4290-b4b4-c8af5b76091c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c21051fd-d965-4290-b4b4-c8af5b76091c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c21051fd-d965-4290-b4b4-c8af5b76091c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c21051fd-d965-4290-b4b4-c8af5b76091c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bb551689-46d3-4e01-9377-c0f8f4e90cda {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-bb551689-46d3-4e01-9377-c0f8f4e90cda"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bb551689-46d3-4e01-9377-c0f8f4e90cda"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bb551689-46d3-4e01-9377-c0f8f4e90cda"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bb551689-46d3-4e01-9377-c0f8f4e90cda"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a696980f-f96c-4397-970d-2f9551017c9e {
  margin-left: -20px;
margin-right: 20px;
text-align: center;
}
@media (max-width: 767px){#s-a696980f-f96c-4397-970d-2f9551017c9e {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-a696980f-f96c-4397-970d-2f9551017c9e img.shogun-image {
    

    
    
    
  }


#s-a696980f-f96c-4397-970d-2f9551017c9e .shogun-image-content {
  
    align-items: center;
  
}

#s-d6e75c8a-d719-430d-a48d-7e613dd16d50 {
  margin-left: -20px;
margin-right: 20px;
text-align: center;
}
@media (max-width: 767px){#s-d6e75c8a-d719-430d-a48d-7e613dd16d50 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-d6e75c8a-d719-430d-a48d-7e613dd16d50 img.shogun-image {
    

    
    
    
  }


#s-d6e75c8a-d719-430d-a48d-7e613dd16d50 .shogun-image-content {
  
    align-items: center;
  
}

#s-2109c642-ec34-4e25-be6a-afaab070a022 {
  margin-left: -20px;
margin-right: 20px;
text-align: center;
}
@media (max-width: 767px){#s-2109c642-ec34-4e25-be6a-afaab070a022 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-2109c642-ec34-4e25-be6a-afaab070a022 img.shogun-image {
    

    
    
    
  }


#s-2109c642-ec34-4e25-be6a-afaab070a022 .shogun-image-content {
  
    align-items: center;
  
}

#s-90a758eb-0856-49c9-a86c-5ff5598affb4 {
  margin-top: 10px;
margin-left: -10px;
margin-bottom: 10px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-90a758eb-0856-49c9-a86c-5ff5598affb4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-90a758eb-0856-49c9-a86c-5ff5598affb4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-90a758eb-0856-49c9-a86c-5ff5598affb4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-90a758eb-0856-49c9-a86c-5ff5598affb4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-0a79fc0b-9b25-4292-923e-0a0dd7fccedd {
  margin-left: 0px;
padding-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-0a79fc0b-9b25-4292-923e-0a0dd7fccedd {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-0a79fc0b-9b25-4292-923e-0a0dd7fccedd img.shogun-image {
    

    
    
    
  }


#s-0a79fc0b-9b25-4292-923e-0a0dd7fccedd .shogun-image-content {
  
    align-items: center;
  
}

#s-7a3730cd-9115-43a0-83dd-fdd3fc4ea90e {
  text-align: center;
}
@media (max-width: 767px){#s-7a3730cd-9115-43a0-83dd-fdd3fc4ea90e {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-7a3730cd-9115-43a0-83dd-fdd3fc4ea90e img.shogun-image {
    

    
    
    
  }


#s-7a3730cd-9115-43a0-83dd-fdd3fc4ea90e .shogun-image-content {
  
    align-items: center;
  
}

#s-6208a3d8-b58a-41a9-b193-dee1f3ba11af {
  text-align: center;
}
@media (max-width: 767px){#s-6208a3d8-b58a-41a9-b193-dee1f3ba11af {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-6208a3d8-b58a-41a9-b193-dee1f3ba11af img.shogun-image {
    

    
    
    
  }


#s-6208a3d8-b58a-41a9-b193-dee1f3ba11af .shogun-image-content {
  
    align-items: center;
  
}

#s-5c045231-4e53-4a24-9289-b8b5f3844009 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-5c045231-4e53-4a24-9289-b8b5f3844009 {
  display: none;
}
#s-5c045231-4e53-4a24-9289-b8b5f3844009, #wrap-s-5c045231-4e53-4a24-9289-b8b5f3844009 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c045231-4e53-4a24-9289-b8b5f3844009 {
  display: none;
}
#s-5c045231-4e53-4a24-9289-b8b5f3844009, #wrap-s-5c045231-4e53-4a24-9289-b8b5f3844009 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5c045231-4e53-4a24-9289-b8b5f3844009 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-5c045231-4e53-4a24-9289-b8b5f3844009 {
  
}
}
@media (min-width: 0px) {
[id="s-5c045231-4e53-4a24-9289-b8b5f3844009"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5c045231-4e53-4a24-9289-b8b5f3844009"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5c045231-4e53-4a24-9289-b8b5f3844009"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5c045231-4e53-4a24-9289-b8b5f3844009"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-cd89868d-4f91-4ee3-8645-42cd299806c6 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-cd89868d-4f91-4ee3-8645-42cd299806c6 {
  margin-top: 16px;
margin-bottom: 0px;
}
}
#s-cd89868d-4f91-4ee3-8645-42cd299806c6 .shogun-heading-component h1 {
  color: rgba(41, 43, 45, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-3903701a-b643-4d34-b313-e891ba571d68 {
  text-align: center;
}
@media (max-width: 767px){#s-3903701a-b643-4d34-b313-e891ba571d68 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-3903701a-b643-4d34-b313-e891ba571d68 img.shogun-image {
    

    
    
    
  }


#s-3903701a-b643-4d34-b313-e891ba571d68 .shogun-image-content {
  
    align-items: center;
  
}

#s-24995cd7-c11e-421d-b9ea-16f24bcbc358 {
  text-align: center;
}
@media (max-width: 767px){#s-24995cd7-c11e-421d-b9ea-16f24bcbc358 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-24995cd7-c11e-421d-b9ea-16f24bcbc358 img.shogun-image {
    

    
    
    
  }


#s-24995cd7-c11e-421d-b9ea-16f24bcbc358 .shogun-image-content {
  
    align-items: center;
  
}

#s-2229c954-9c0c-4f1a-b828-a72758e131c7 {
  text-align: center;
}
@media (max-width: 767px){#s-2229c954-9c0c-4f1a-b828-a72758e131c7 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-2229c954-9c0c-4f1a-b828-a72758e131c7 img.shogun-image {
    

    
    
    
  }


#s-2229c954-9c0c-4f1a-b828-a72758e131c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-280303ee-6056-4f3e-b989-6de662a83476 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-280303ee-6056-4f3e-b989-6de662a83476 {
  display: none;
}
#s-280303ee-6056-4f3e-b989-6de662a83476, #wrap-s-280303ee-6056-4f3e-b989-6de662a83476 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-280303ee-6056-4f3e-b989-6de662a83476 {
  display: none;
}
#s-280303ee-6056-4f3e-b989-6de662a83476, #wrap-s-280303ee-6056-4f3e-b989-6de662a83476 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-280303ee-6056-4f3e-b989-6de662a83476 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-280303ee-6056-4f3e-b989-6de662a83476"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-280303ee-6056-4f3e-b989-6de662a83476"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-280303ee-6056-4f3e-b989-6de662a83476"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-280303ee-6056-4f3e-b989-6de662a83476"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-62c8fc35-b1e9-401b-b189-4ad2209a6ba9 {
  text-align: center;
}
@media (max-width: 767px){#s-62c8fc35-b1e9-401b-b189-4ad2209a6ba9 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-62c8fc35-b1e9-401b-b189-4ad2209a6ba9 img.shogun-image {
    

    
    
    
  }


#s-62c8fc35-b1e9-401b-b189-4ad2209a6ba9 .shogun-image-content {
  
    align-items: center;
  
}

#s-59fdd7a7-6b87-4050-b425-3c3fc527615f {
  text-align: center;
}
@media (max-width: 767px){#s-59fdd7a7-6b87-4050-b425-3c3fc527615f {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-59fdd7a7-6b87-4050-b425-3c3fc527615f img.shogun-image {
    

    
    
    
  }


#s-59fdd7a7-6b87-4050-b425-3c3fc527615f .shogun-image-content {
  
    align-items: center;
  
}

#s-4d73f8b5-c07e-4970-b44c-7a657c81e7a0 {
  text-align: center;
}
@media (max-width: 767px){#s-4d73f8b5-c07e-4970-b44c-7a657c81e7a0 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-4d73f8b5-c07e-4970-b44c-7a657c81e7a0 img.shogun-image {
    

    
    
    
  }


#s-4d73f8b5-c07e-4970-b44c-7a657c81e7a0 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-0368f544-e343-41a8-940d-b92230182c31 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-e27c19f5-1b9d-4194-9bdb-58d52a0d7e24 {
  min-height: 100px;
max-width: 1000px;
}








#s-e27c19f5-1b9d-4194-9bdb-58d52a0d7e24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e27c19f5-1b9d-4194-9bdb-58d52a0d7e24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1e24c9f-48c5-4644-8ad3-4d10494a2678 {
  text-align: center;
}

#s-1b70bed9-b174-46e5-8366-1bc68061285e {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 40px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-1b70bed9-b174-46e5-8366-1bc68061285e {
  padding-top: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1b70bed9-b174-46e5-8366-1bc68061285e {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1b70bed9-b174-46e5-8366-1bc68061285e {
  padding-top: 0px;
padding-left: 30px;
padding-right: 30px;
max-width: 700px;
}
}@media (max-width: 767px){#s-1b70bed9-b174-46e5-8366-1bc68061285e {
  padding-top: 10px;
padding-bottom: 30px;
max-width: 320px;
}
}







#s-1b70bed9-b174-46e5-8366-1bc68061285e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b70bed9-b174-46e5-8366-1bc68061285e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6b027fd-fd78-424d-8acf-37ada216367b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c6b027fd-fd78-424d-8acf-37ada216367b {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c6b027fd-fd78-424d-8acf-37ada216367b {
  max-width: 700px;
}
}@media (max-width: 767px){#s-c6b027fd-fd78-424d-8acf-37ada216367b {
  max-width: 320px;
}
}







#s-c6b027fd-fd78-424d-8acf-37ada216367b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6b027fd-fd78-424d-8acf-37ada216367b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-accedaeb-024c-433a-8513-bb2b07c0cc5d {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-accedaeb-024c-433a-8513-bb2b07c0cc5d .shogun-heading-component h2 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: center;
}


@media (max-width: 767px){#s-accedaeb-024c-433a-8513-bb2b07c0cc5d .shogun-heading-component h2 {
  color: rgba(0, 20, 137, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  
  text-align: center;
}


}
#s-376b5106-53a2-488b-8bc3-fa797857823d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-376b5106-53a2-488b-8bc3-fa797857823d hr {
  border-top: 1px solid rgba(197, 197, 197, 1);
}

#s-36c6e0c0-958f-49be-ba89-8d625c7ef7e1 {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-36c6e0c0-958f-49be-ba89-8d625c7ef7e1 {
  padding-top: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36c6e0c0-958f-49be-ba89-8d625c7ef7e1 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-36c6e0c0-958f-49be-ba89-8d625c7ef7e1 {
  padding-top: 30px;
max-width: 700px;
}
}@media (max-width: 767px){#s-36c6e0c0-958f-49be-ba89-8d625c7ef7e1 {
  margin-top: 5px;
max-width: 320px;
}
}







#s-36c6e0c0-958f-49be-ba89-8d625c7ef7e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36c6e0c0-958f-49be-ba89-8d625c7ef7e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4d432da-ed5c-4ed5-bf3d-f2d35f009438 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-e4d432da-ed5c-4ed5-bf3d-f2d35f009438 .shogun-heading-component h1 {
  color: rgba(41, 43, 45, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-e06bc271-c074-4626-90b2-facd7909f27c {
  margin-bottom: 0px;
}

#s-7e6d1234-1b8b-40f1-b108-d53849b47a9e {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-7e6d1234-1b8b-40f1-b108-d53849b47a9e {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e6d1234-1b8b-40f1-b108-d53849b47a9e {
  max-width: 700px;
}
}@media (max-width: 767px){#s-7e6d1234-1b8b-40f1-b108-d53849b47a9e {
  max-width: 320px;
}
}







#s-7e6d1234-1b8b-40f1-b108-d53849b47a9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e6d1234-1b8b-40f1-b108-d53849b47a9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5027dcde-bef6-4819-b546-c30856e6abe1 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-5027dcde-bef6-4819-b546-c30856e6abe1 .shogun-heading-component h1 {
  color: rgba(41, 43, 45, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-b68873b5-6bec-42f5-bb3e-ab36aa3f4370 {
  margin-bottom: 0px;
}

#s-4bebc414-cecb-443d-b559-6e5de006181e {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4bebc414-cecb-443d-b559-6e5de006181e {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4bebc414-cecb-443d-b559-6e5de006181e {
  max-width: 700px;
}
}@media (max-width: 767px){#s-4bebc414-cecb-443d-b559-6e5de006181e {
  max-width: 320px;
}
}







#s-4bebc414-cecb-443d-b559-6e5de006181e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bebc414-cecb-443d-b559-6e5de006181e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-901a263f-720a-42af-9e95-82b4c6831963 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-901a263f-720a-42af-9e95-82b4c6831963 .shogun-heading-component h1 {
  color: rgba(41, 43, 45, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-865ed938-c827-4ced-8b50-fc6be355da92 {
  margin-bottom: 0px;
}

#s-d81aa362-dfee-4b0a-b54d-c200ebd27304 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d81aa362-dfee-4b0a-b54d-c200ebd27304 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d81aa362-dfee-4b0a-b54d-c200ebd27304 {
  max-width: 700px;
}
}@media (max-width: 767px){#s-d81aa362-dfee-4b0a-b54d-c200ebd27304 {
  max-width: 320px;
}
}







#s-d81aa362-dfee-4b0a-b54d-c200ebd27304 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d81aa362-dfee-4b0a-b54d-c200ebd27304.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da65a608-f69e-4048-b214-90e40e5357ac {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-da65a608-f69e-4048-b214-90e40e5357ac .shogun-heading-component h1 {
  color: rgba(41, 43, 45, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-fbbb4332-7e0a-462a-86c5-2b6b52d75120 {
  margin-bottom: 0px;
}

#s-b461a529-aadc-46cf-9a77-72aa7ed328f0 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b461a529-aadc-46cf-9a77-72aa7ed328f0 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b461a529-aadc-46cf-9a77-72aa7ed328f0 {
  max-width: 700px;
}
}@media (max-width: 767px){#s-b461a529-aadc-46cf-9a77-72aa7ed328f0 {
  max-width: 320px;
}
}







#s-b461a529-aadc-46cf-9a77-72aa7ed328f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b461a529-aadc-46cf-9a77-72aa7ed328f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db222f82-8966-4386-9247-5efbaa212385 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-db222f82-8966-4386-9247-5efbaa212385 .shogun-heading-component h1 {
  color: rgba(41, 43, 45, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-8053db3f-b572-40e5-8cb4-2110bea95339 {
  margin-bottom: 0px;
}

#s-aa92956d-a353-49b2-9667-670c312c6bde {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-aa92956d-a353-49b2-9667-670c312c6bde {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa92956d-a353-49b2-9667-670c312c6bde {
  max-width: 700px;
}
}@media (max-width: 767px){#s-aa92956d-a353-49b2-9667-670c312c6bde {
  max-width: 320px;
}
}







#s-aa92956d-a353-49b2-9667-670c312c6bde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa92956d-a353-49b2-9667-670c312c6bde.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e99b20e-578e-4ece-a4e6-670c7fd2f9f7 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-3e99b20e-578e-4ece-a4e6-670c7fd2f9f7 .shogun-heading-component h1 {
  color: rgba(41, 43, 45, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-fdc969e3-0cde-4f9a-8a0d-bd1c3f3bc1b3 {
  margin-bottom: 0px;
}

#s-f6c40d18-e653-4d5d-ae8e-0d80ec2615cf {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f6c40d18-e653-4d5d-ae8e-0d80ec2615cf {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6c40d18-e653-4d5d-ae8e-0d80ec2615cf {
  max-width: 700px;
}
}@media (max-width: 767px){#s-f6c40d18-e653-4d5d-ae8e-0d80ec2615cf {
  max-width: 320px;
}
}







#s-f6c40d18-e653-4d5d-ae8e-0d80ec2615cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6c40d18-e653-4d5d-ae8e-0d80ec2615cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb03f884-78da-49be-a6d0-7f058c58157d {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-bb03f884-78da-49be-a6d0-7f058c58157d .shogun-heading-component h1 {
  color: rgba(41, 43, 45, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-673e48a9-0bac-4fe7-9882-fd5d3b21d515 {
  margin-bottom: 0px;
}

#s-32c07fd3-99ac-4226-8322-758112b26a27 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-32c07fd3-99ac-4226-8322-758112b26a27 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-32c07fd3-99ac-4226-8322-758112b26a27 {
  padding-top: 20px;
padding-bottom: 20px;
max-width: 700px;
}
}@media (max-width: 767px){#s-32c07fd3-99ac-4226-8322-758112b26a27 {
  padding-bottom: 10px;
max-width: 320px;
}
}







#s-32c07fd3-99ac-4226-8322-758112b26a27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32c07fd3-99ac-4226-8322-758112b26a27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95ffc61e-9798-4ab7-b867-f69313ce7531 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-95ffc61e-9798-4ab7-b867-f69313ce7531 .shogun-heading-component h1 {
  color: rgba(41, 43, 45, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-bf292b68-5450-4f5b-9308-ea151b8aaa47 {
  margin-bottom: 20px;
}

#s-8e9656b3-25f7-47da-927a-f470b1e68324 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-8e9656b3-25f7-47da-927a-f470b1e68324 .shogun-heading-component h1 {
  color: rgba(41, 43, 45, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-f863eabc-9e00-40f4-a984-acdbab892c1c {
  margin-bottom: 0px;
}

#s-46e9d2fb-b81a-4ddb-80d7-5df5dbfa0446 {
  margin-top: 45px;
margin-bottom: 0px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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