.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-053edfb7-c4b9-4864-b6ec-b46d96d17b31 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1440px;
text-align: center;
}

#s-053edfb7-c4b9-4864-b6ec-b46d96d17b31 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-e283560d-1bf2-4455-b539-7dc57eea0fc4 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 1200px){#s-e283560d-1bf2-4455-b539-7dc57eea0fc4 {
  display: none;
}
#s-e283560d-1bf2-4455-b539-7dc57eea0fc4, #wrap-s-e283560d-1bf2-4455-b539-7dc57eea0fc4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e283560d-1bf2-4455-b539-7dc57eea0fc4 {
  display: none;
}
#s-e283560d-1bf2-4455-b539-7dc57eea0fc4, #wrap-s-e283560d-1bf2-4455-b539-7dc57eea0fc4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e283560d-1bf2-4455-b539-7dc57eea0fc4 {
  display: none;
}
#s-e283560d-1bf2-4455-b539-7dc57eea0fc4, #wrap-s-e283560d-1bf2-4455-b539-7dc57eea0fc4 { display:none !important; }}@media (max-width: 767px){#s-e283560d-1bf2-4455-b539-7dc57eea0fc4 {
  display: none;
}
#s-e283560d-1bf2-4455-b539-7dc57eea0fc4, #wrap-s-e283560d-1bf2-4455-b539-7dc57eea0fc4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e283560d-1bf2-4455-b539-7dc57eea0fc4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e283560d-1bf2-4455-b539-7dc57eea0fc4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e283560d-1bf2-4455-b539-7dc57eea0fc4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e283560d-1bf2-4455-b539-7dc57eea0fc4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e283560d-1bf2-4455-b539-7dc57eea0fc4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e283560d-1bf2-4455-b539-7dc57eea0fc4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e283560d-1bf2-4455-b539-7dc57eea0fc4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  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-add664a8-cd3f-4509-917e-421b1c3cd75a {
  text-align: center;
}







  #s-add664a8-cd3f-4509-917e-421b1c3cd75a img.shogun-image {
    

    
    
    
  }


#s-add664a8-cd3f-4509-917e-421b1c3cd75a .shogun-image-content {
  
    align-items: center;
  
}

#s-aaafe077-57e4-43a9-9496-8e520bda0e52 {
  margin-top: 20%;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 360px;
text-align: center;
}
@media (max-width: 767px){#s-aaafe077-57e4-43a9-9496-8e520bda0e52 {
  margin-top: 30px;
}
}
#s-aaafe077-57e4-43a9-9496-8e520bda0e52 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-aaafe077-57e4-43a9-9496-8e520bda0e52 .shogun-heading-component h3 a {
  color: #000;
}


#s-c8bc377c-860b-463b-a610-45c16069dc8e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 360px;
text-align: center;
}

#s-c8bc377c-860b-463b-a610-45c16069dc8e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


#s-c8bc377c-860b-463b-a610-45c16069dc8e .shogun-heading-component h2 a {
  color: #000;
}


.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-da9e835e-cd94-40d1-8ce2-cd309529c0cb {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 360px;
}
@media (min-width: 768px) and (max-width: 991px){#s-da9e835e-cd94-40d1-8ce2-cd309529c0cb {
  display: none;
}
#s-da9e835e-cd94-40d1-8ce2-cd309529c0cb, #wrap-s-da9e835e-cd94-40d1-8ce2-cd309529c0cb { display:none !important; }}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

.shg-btn-text {
  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-506522a5-1a17-4be1-8394-e5f97b25ec11 {
  margin-top: 40px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-506522a5-1a17-4be1-8394-e5f97b25ec11:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-506522a5-1a17-4be1-8394-e5f97b25ec11:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-506522a5-1a17-4be1-8394-e5f97b25ec11 {
  margin-top: 30px;
margin-bottom: 50px;
}
}

  #s-506522a5-1a17-4be1-8394-e5f97b25ec11-root {
    text-align: center;
  }


#s-506522a5-1a17-4be1-8394-e5f97b25ec11.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-506522a5-1a17-4be1-8394-e5f97b25ec11-root {
    text-align: center;
  }


#s-506522a5-1a17-4be1-8394-e5f97b25ec11.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-506522a5-1a17-4be1-8394-e5f97b25ec11-root {
    text-align: center;
  }


#s-506522a5-1a17-4be1-8394-e5f97b25ec11.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-506522a5-1a17-4be1-8394-e5f97b25ec11-root {
    text-align: center;
  }


#s-506522a5-1a17-4be1-8394-e5f97b25ec11.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-506522a5-1a17-4be1-8394-e5f97b25ec11-root {
    text-align: center;
  }


#s-506522a5-1a17-4be1-8394-e5f97b25ec11.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-ff06cb4b-15e1-43a0-bdb6-2200929ad910 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1440px;
}
@media (max-width: 767px){#s-ff06cb4b-15e1-43a0-bdb6-2200929ad910 {
  margin-top: 100px;
margin-bottom: 30px;
display: none;
}
#s-ff06cb4b-15e1-43a0-bdb6-2200929ad910, #wrap-s-ff06cb4b-15e1-43a0-bdb6-2200929ad910 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ff06cb4b-15e1-43a0-bdb6-2200929ad910"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff06cb4b-15e1-43a0-bdb6-2200929ad910"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ff06cb4b-15e1-43a0-bdb6-2200929ad910"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ff06cb4b-15e1-43a0-bdb6-2200929ad910"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ff06cb4b-15e1-43a0-bdb6-2200929ad910"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff06cb4b-15e1-43a0-bdb6-2200929ad910"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ff06cb4b-15e1-43a0-bdb6-2200929ad910"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-ff06cb4b-15e1-43a0-bdb6-2200929ad910"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-06a6db62-33aa-4300-8dff-e9b11f01d38f {
  margin-top: 23%;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 360px;
text-align: center;
}

#s-06a6db62-33aa-4300-8dff-e9b11f01d38f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-06a6db62-33aa-4300-8dff-e9b11f01d38f .shogun-heading-component h3 a {
  color: #000;
}


#s-450d82b4-3414-4c16-84e3-0dc973e70cdc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 420px;
text-align: center;
}

#s-450d82b4-3414-4c16-84e3-0dc973e70cdc .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-450d82b4-3414-4c16-84e3-0dc973e70cdc .shogun-heading-component h2 a {
  color: #000;
}


#s-07f43f35-d625-4589-b8e9-a0feeeda3842 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-07f43f35-d625-4589-b8e9-a0feeeda3842 {
  display: none;
}
#s-07f43f35-d625-4589-b8e9-a0feeeda3842, #wrap-s-07f43f35-d625-4589-b8e9-a0feeeda3842 { display:none !important; }}
#s-e07db12b-76e5-4103-821a-8bbe2466a23c {
  margin-top: 40px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-e07db12b-76e5-4103-821a-8bbe2466a23c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e07db12b-76e5-4103-821a-8bbe2466a23c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e07db12b-76e5-4103-821a-8bbe2466a23c {
  margin-top: 30px;
}
}

  #s-e07db12b-76e5-4103-821a-8bbe2466a23c-root {
    text-align: center;
  }


#s-e07db12b-76e5-4103-821a-8bbe2466a23c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e07db12b-76e5-4103-821a-8bbe2466a23c-root {
    text-align: center;
  }


#s-e07db12b-76e5-4103-821a-8bbe2466a23c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e07db12b-76e5-4103-821a-8bbe2466a23c-root {
    text-align: center;
  }


#s-e07db12b-76e5-4103-821a-8bbe2466a23c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e07db12b-76e5-4103-821a-8bbe2466a23c-root {
    text-align: center;
  }


#s-e07db12b-76e5-4103-821a-8bbe2466a23c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e07db12b-76e5-4103-821a-8bbe2466a23c-root {
    text-align: center;
  }


#s-e07db12b-76e5-4103-821a-8bbe2466a23c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-f2249307-1c2e-4234-b77e-a0a20a8a2ea9 {
  max-width: 1880px;
aspect-ratio: 1880/1200;
text-align: center;
}





  #s-f2249307-1c2e-4234-b77e-a0a20a8a2ea9 img.shogun-image,
  #s-f2249307-1c2e-4234-b77e-a0a20a8a2ea9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2249307-1c2e-4234-b77e-a0a20a8a2ea9 {
    width: 100%;
    height: auto;
  }



  #s-f2249307-1c2e-4234-b77e-a0a20a8a2ea9 img.shogun-image {
    

    
    
    
  }


#s-f2249307-1c2e-4234-b77e-a0a20a8a2ea9 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c8e00f3-14b3-4871-a26c-e08378eb8435 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1440px;
}
@media (max-width: 767px){#s-9c8e00f3-14b3-4871-a26c-e08378eb8435 {
  margin-top: 60px;
display: none;
}
#s-9c8e00f3-14b3-4871-a26c-e08378eb8435, #wrap-s-9c8e00f3-14b3-4871-a26c-e08378eb8435 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9c8e00f3-14b3-4871-a26c-e08378eb8435"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c8e00f3-14b3-4871-a26c-e08378eb8435"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c8e00f3-14b3-4871-a26c-e08378eb8435"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9c8e00f3-14b3-4871-a26c-e08378eb8435"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c8e00f3-14b3-4871-a26c-e08378eb8435"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c8e00f3-14b3-4871-a26c-e08378eb8435"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c8e00f3-14b3-4871-a26c-e08378eb8435"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-98fbf012-f3e5-4e7c-8108-229a7f24ca78 {
  text-align: center;
}







  #s-98fbf012-f3e5-4e7c-8108-229a7f24ca78 img.shogun-image {
    

    
    
    
  }


#s-98fbf012-f3e5-4e7c-8108-229a7f24ca78 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbe80c0b-5f04-496b-b041-fc4ac5ba8051 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px;
max-width: 500px;
text-align: center;
}

#s-cbe80c0b-5f04-496b-b041-fc4ac5ba8051 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


#s-cbe80c0b-5f04-496b-b041-fc4ac5ba8051 .shogun-heading-component h2 a {
  color: #000;
}


#s-9f8650ff-e7f7-40ec-9732-db813ff87b8e {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 10%;
padding-right: 10%;
max-width: 380px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9f8650ff-e7f7-40ec-9732-db813ff87b8e {
  display: none;
}
#s-9f8650ff-e7f7-40ec-9732-db813ff87b8e, #wrap-s-9f8650ff-e7f7-40ec-9732-db813ff87b8e { display:none !important; }}
#s-d2ae398d-d560-4be5-849e-f00593fea717 {
  margin-top: 40px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-d2ae398d-d560-4be5-849e-f00593fea717:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d2ae398d-d560-4be5-849e-f00593fea717:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d2ae398d-d560-4be5-849e-f00593fea717-root {
    text-align: center;
  }


#s-d2ae398d-d560-4be5-849e-f00593fea717.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d2ae398d-d560-4be5-849e-f00593fea717-root {
    text-align: center;
  }


#s-d2ae398d-d560-4be5-849e-f00593fea717.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d2ae398d-d560-4be5-849e-f00593fea717-root {
    text-align: center;
  }


#s-d2ae398d-d560-4be5-849e-f00593fea717.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d2ae398d-d560-4be5-849e-f00593fea717-root {
    text-align: center;
  }


#s-d2ae398d-d560-4be5-849e-f00593fea717.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d2ae398d-d560-4be5-849e-f00593fea717-root {
    text-align: center;
  }


#s-d2ae398d-d560-4be5-849e-f00593fea717.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-a602f26b-6a6c-44cf-b00f-530823fb6734 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 380px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a602f26b-6a6c-44cf-b00f-530823fb6734 {
  display: none;
}
#s-a602f26b-6a6c-44cf-b00f-530823fb6734, #wrap-s-a602f26b-6a6c-44cf-b00f-530823fb6734 { display:none !important; }}
#s-81f158b5-a34f-4fbb-ab5b-7c0aabf73737 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1440px;
}
@media (max-width: 767px){#s-81f158b5-a34f-4fbb-ab5b-7c0aabf73737 {
  margin-top: 100px;
margin-bottom: 30px;
display: none;
}
#s-81f158b5-a34f-4fbb-ab5b-7c0aabf73737, #wrap-s-81f158b5-a34f-4fbb-ab5b-7c0aabf73737 { display:none !important; }}
@media (min-width: 0px) {
[id="s-81f158b5-a34f-4fbb-ab5b-7c0aabf73737"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81f158b5-a34f-4fbb-ab5b-7c0aabf73737"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-81f158b5-a34f-4fbb-ab5b-7c0aabf73737"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-81f158b5-a34f-4fbb-ab5b-7c0aabf73737"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-81f158b5-a34f-4fbb-ab5b-7c0aabf73737"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-81f158b5-a34f-4fbb-ab5b-7c0aabf73737"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-81f158b5-a34f-4fbb-ab5b-7c0aabf73737"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-81f158b5-a34f-4fbb-ab5b-7c0aabf73737"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ea47ed9b-e0a8-4f03-99c1-cb8658cf49e5 {
  margin-top: 27%;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 360px;
text-align: center;
}

#s-ea47ed9b-e0a8-4f03-99c1-cb8658cf49e5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-ea47ed9b-e0a8-4f03-99c1-cb8658cf49e5 .shogun-heading-component h3 a {
  color: #000;
}


#s-1c7060da-5cca-47be-a630-a360901c1e81 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 400px;
text-align: center;
}

#s-1c7060da-5cca-47be-a630-a360901c1e81 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-1c7060da-5cca-47be-a630-a360901c1e81 .shogun-heading-component h2 a {
  color: #000;
}


#s-5914e4a7-e45a-4dc9-8df5-cca06eb1a080 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 360px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5914e4a7-e45a-4dc9-8df5-cca06eb1a080 {
  display: none;
}
#s-5914e4a7-e45a-4dc9-8df5-cca06eb1a080, #wrap-s-5914e4a7-e45a-4dc9-8df5-cca06eb1a080 { display:none !important; }}
#s-d6333a34-e1b8-43b1-94ef-a676d8f69fed {
  margin-top: 40px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-d6333a34-e1b8-43b1-94ef-a676d8f69fed:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d6333a34-e1b8-43b1-94ef-a676d8f69fed:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d6333a34-e1b8-43b1-94ef-a676d8f69fed {
  margin-top: 30px;
}
}

  #s-d6333a34-e1b8-43b1-94ef-a676d8f69fed-root {
    text-align: center;
  }


#s-d6333a34-e1b8-43b1-94ef-a676d8f69fed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d6333a34-e1b8-43b1-94ef-a676d8f69fed-root {
    text-align: center;
  }


#s-d6333a34-e1b8-43b1-94ef-a676d8f69fed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6333a34-e1b8-43b1-94ef-a676d8f69fed-root {
    text-align: center;
  }


#s-d6333a34-e1b8-43b1-94ef-a676d8f69fed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6333a34-e1b8-43b1-94ef-a676d8f69fed-root {
    text-align: center;
  }


#s-d6333a34-e1b8-43b1-94ef-a676d8f69fed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d6333a34-e1b8-43b1-94ef-a676d8f69fed-root {
    text-align: center;
  }


#s-d6333a34-e1b8-43b1-94ef-a676d8f69fed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-d2b5ce6e-6336-4360-af72-bea089fa060f {
  text-align: center;
}







  #s-d2b5ce6e-6336-4360-af72-bea089fa060f img.shogun-image {
    

    
    
    
  }


#s-d2b5ce6e-6336-4360-af72-bea089fa060f .shogun-image-content {
  
    align-items: center;
  
}

#s-ac2f2956-ab69-435e-a9cf-5e75f9222f33 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1440px;
}
@media (max-width: 767px){#s-ac2f2956-ab69-435e-a9cf-5e75f9222f33 {
  margin-top: 60px;
display: none;
}
#s-ac2f2956-ab69-435e-a9cf-5e75f9222f33, #wrap-s-ac2f2956-ab69-435e-a9cf-5e75f9222f33 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ac2f2956-ab69-435e-a9cf-5e75f9222f33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac2f2956-ab69-435e-a9cf-5e75f9222f33"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ac2f2956-ab69-435e-a9cf-5e75f9222f33"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac2f2956-ab69-435e-a9cf-5e75f9222f33"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ac2f2956-ab69-435e-a9cf-5e75f9222f33"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac2f2956-ab69-435e-a9cf-5e75f9222f33"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ac2f2956-ab69-435e-a9cf-5e75f9222f33"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-9361db4b-90a6-4731-a602-6d05836e1e4d {
  text-align: center;
}







  #s-9361db4b-90a6-4731-a602-6d05836e1e4d img.shogun-image {
    

    
    
    
  }


#s-9361db4b-90a6-4731-a602-6d05836e1e4d .shogun-image-content {
  
    align-items: center;
  
}

#s-afc47702-7064-484a-b9c4-352a49e5abb2 {
  margin-top: 23%;
margin-bottom: 5px;
text-align: center;
}

#s-afc47702-7064-484a-b9c4-352a49e5abb2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-afc47702-7064-484a-b9c4-352a49e5abb2 .shogun-heading-component h3 a {
  color: #000;
}


#s-c5f752d0-b418-40ff-ba15-a438b19c6edf {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 500px;
text-align: center;
}

#s-c5f752d0-b418-40ff-ba15-a438b19c6edf .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


#s-c5f752d0-b418-40ff-ba15-a438b19c6edf .shogun-heading-component h2 a {
  color: #000;
}


#s-864c88bf-4c6f-4b9d-a226-813cf8ccfd9f {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 380px;
}
@media (min-width: 768px) and (max-width: 991px){#s-864c88bf-4c6f-4b9d-a226-813cf8ccfd9f {
  display: none;
}
#s-864c88bf-4c6f-4b9d-a226-813cf8ccfd9f, #wrap-s-864c88bf-4c6f-4b9d-a226-813cf8ccfd9f { display:none !important; }}
#s-7d1141ec-7bd3-438c-a38a-f0908f2de70d {
  margin-top: 40px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-7d1141ec-7bd3-438c-a38a-f0908f2de70d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7d1141ec-7bd3-438c-a38a-f0908f2de70d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-7d1141ec-7bd3-438c-a38a-f0908f2de70d {
  margin-top: 30px;
}
}

  #s-7d1141ec-7bd3-438c-a38a-f0908f2de70d-root {
    text-align: center;
  }


#s-7d1141ec-7bd3-438c-a38a-f0908f2de70d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7d1141ec-7bd3-438c-a38a-f0908f2de70d-root {
    text-align: center;
  }


#s-7d1141ec-7bd3-438c-a38a-f0908f2de70d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d1141ec-7bd3-438c-a38a-f0908f2de70d-root {
    text-align: center;
  }


#s-7d1141ec-7bd3-438c-a38a-f0908f2de70d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d1141ec-7bd3-438c-a38a-f0908f2de70d-root {
    text-align: center;
  }


#s-7d1141ec-7bd3-438c-a38a-f0908f2de70d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7d1141ec-7bd3-438c-a38a-f0908f2de70d-root {
    text-align: center;
  }


#s-7d1141ec-7bd3-438c-a38a-f0908f2de70d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-1b96dffd-d436-4316-b6b2-55d498732419 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1440px;
}
@media (max-width: 767px){#s-1b96dffd-d436-4316-b6b2-55d498732419 {
  margin-top: 100px;
margin-bottom: 30px;
display: none;
}
#s-1b96dffd-d436-4316-b6b2-55d498732419, #wrap-s-1b96dffd-d436-4316-b6b2-55d498732419 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1b96dffd-d436-4316-b6b2-55d498732419"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b96dffd-d436-4316-b6b2-55d498732419"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b96dffd-d436-4316-b6b2-55d498732419"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1b96dffd-d436-4316-b6b2-55d498732419"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b96dffd-d436-4316-b6b2-55d498732419"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b96dffd-d436-4316-b6b2-55d498732419"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b96dffd-d436-4316-b6b2-55d498732419"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-1b96dffd-d436-4316-b6b2-55d498732419"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-94d3bb01-f065-435e-a1de-cdd9dc51c856 {
  margin-top: 27%;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 360px;
text-align: center;
}

#s-94d3bb01-f065-435e-a1de-cdd9dc51c856 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-94d3bb01-f065-435e-a1de-cdd9dc51c856 .shogun-heading-component h3 a {
  color: #000;
}


#s-83889e94-33d2-4114-990b-f0e5230fa70d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 400px;
text-align: center;
}

#s-83889e94-33d2-4114-990b-f0e5230fa70d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-83889e94-33d2-4114-990b-f0e5230fa70d .shogun-heading-component h2 a {
  color: #000;
}


#s-0d8cc064-61f1-4e24-8f5b-8e393ce3cc00 {
  margin-top: 40px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-0d8cc064-61f1-4e24-8f5b-8e393ce3cc00:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d8cc064-61f1-4e24-8f5b-8e393ce3cc00:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-0d8cc064-61f1-4e24-8f5b-8e393ce3cc00 {
  margin-top: 30px;
}
}

  #s-0d8cc064-61f1-4e24-8f5b-8e393ce3cc00-root {
    text-align: center;
  }


#s-0d8cc064-61f1-4e24-8f5b-8e393ce3cc00.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0d8cc064-61f1-4e24-8f5b-8e393ce3cc00-root {
    text-align: center;
  }


#s-0d8cc064-61f1-4e24-8f5b-8e393ce3cc00.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d8cc064-61f1-4e24-8f5b-8e393ce3cc00-root {
    text-align: center;
  }


#s-0d8cc064-61f1-4e24-8f5b-8e393ce3cc00.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0d8cc064-61f1-4e24-8f5b-8e393ce3cc00-root {
    text-align: center;
  }


#s-0d8cc064-61f1-4e24-8f5b-8e393ce3cc00.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0d8cc064-61f1-4e24-8f5b-8e393ce3cc00-root {
    text-align: center;
  }


#s-0d8cc064-61f1-4e24-8f5b-8e393ce3cc00.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-00c98cb7-aa79-48d4-91ee-f71a8ac5280f {
  text-align: center;
}







  #s-00c98cb7-aa79-48d4-91ee-f71a8ac5280f img.shogun-image {
    

    
    
    
  }


#s-00c98cb7-aa79-48d4-91ee-f71a8ac5280f .shogun-image-content {
  
    align-items: center;
  
}

#s-7ef60b6c-8e9f-4aa5-894e-a579174969fb {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 1200px){#s-7ef60b6c-8e9f-4aa5-894e-a579174969fb {
  display: none;
}
#s-7ef60b6c-8e9f-4aa5-894e-a579174969fb, #wrap-s-7ef60b6c-8e9f-4aa5-894e-a579174969fb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ef60b6c-8e9f-4aa5-894e-a579174969fb {
  display: none;
}
#s-7ef60b6c-8e9f-4aa5-894e-a579174969fb, #wrap-s-7ef60b6c-8e9f-4aa5-894e-a579174969fb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ef60b6c-8e9f-4aa5-894e-a579174969fb {
  display: none;
}
#s-7ef60b6c-8e9f-4aa5-894e-a579174969fb, #wrap-s-7ef60b6c-8e9f-4aa5-894e-a579174969fb { display:none !important; }}@media (max-width: 767px){#s-7ef60b6c-8e9f-4aa5-894e-a579174969fb {
  margin-top: 60px;
margin-bottom: 60px;
}
}
@media (min-width: 0px) {
[id="s-7ef60b6c-8e9f-4aa5-894e-a579174969fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ef60b6c-8e9f-4aa5-894e-a579174969fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ef60b6c-8e9f-4aa5-894e-a579174969fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7ef60b6c-8e9f-4aa5-894e-a579174969fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ef60b6c-8e9f-4aa5-894e-a579174969fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ef60b6c-8e9f-4aa5-894e-a579174969fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ef60b6c-8e9f-4aa5-894e-a579174969fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-7ef60b6c-8e9f-4aa5-894e-a579174969fb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-09f71a61-2abf-4dd8-a600-73f581d11508 {
  margin-top: 15%;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 360px;
text-align: center;
}

#s-09f71a61-2abf-4dd8-a600-73f581d11508 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-09f71a61-2abf-4dd8-a600-73f581d11508 .shogun-heading-component h3 a {
  color: #000;
}


#s-438cb862-d6b9-4648-a5a5-d9015267ca6c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 300px;
text-align: center;
}

#s-438cb862-d6b9-4648-a5a5-d9015267ca6c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-438cb862-d6b9-4648-a5a5-d9015267ca6c .shogun-heading-component h2 a {
  color: #000;
}


#s-7c4dcc48-d7cd-4a48-9df4-9c5bebaf6898 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 360px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c4dcc48-d7cd-4a48-9df4-9c5bebaf6898 {
  display: none;
}
#s-7c4dcc48-d7cd-4a48-9df4-9c5bebaf6898, #wrap-s-7c4dcc48-d7cd-4a48-9df4-9c5bebaf6898 { display:none !important; }}
#s-3ef9188c-28d9-4310-bcf1-62bac08e2c54 {
  margin-top: 40px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-3ef9188c-28d9-4310-bcf1-62bac08e2c54:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ef9188c-28d9-4310-bcf1-62bac08e2c54:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-3ef9188c-28d9-4310-bcf1-62bac08e2c54 {
  margin-top: 30px;
}
}

  #s-3ef9188c-28d9-4310-bcf1-62bac08e2c54-root {
    text-align: center;
  }


#s-3ef9188c-28d9-4310-bcf1-62bac08e2c54.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3ef9188c-28d9-4310-bcf1-62bac08e2c54-root {
    text-align: center;
  }


#s-3ef9188c-28d9-4310-bcf1-62bac08e2c54.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ef9188c-28d9-4310-bcf1-62bac08e2c54-root {
    text-align: center;
  }


#s-3ef9188c-28d9-4310-bcf1-62bac08e2c54.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ef9188c-28d9-4310-bcf1-62bac08e2c54-root {
    text-align: center;
  }


#s-3ef9188c-28d9-4310-bcf1-62bac08e2c54.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3ef9188c-28d9-4310-bcf1-62bac08e2c54-root {
    text-align: center;
  }


#s-3ef9188c-28d9-4310-bcf1-62bac08e2c54.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-015224ed-51eb-4f6b-8eea-f4ebeca11090 {
  max-width: 1880px;
aspect-ratio: 1880/1200;
text-align: center;
}





  #s-015224ed-51eb-4f6b-8eea-f4ebeca11090 img.shogun-image,
  #s-015224ed-51eb-4f6b-8eea-f4ebeca11090 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-015224ed-51eb-4f6b-8eea-f4ebeca11090 {
    width: 100%;
    height: auto;
  }



  #s-015224ed-51eb-4f6b-8eea-f4ebeca11090 img.shogun-image {
    

    
    
    
  }


#s-015224ed-51eb-4f6b-8eea-f4ebeca11090 .shogun-image-content {
  
    align-items: center;
  
}

#s-2edb0f6b-f6ed-40e8-bcae-de7a26b5fd6e {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 1200px){#s-2edb0f6b-f6ed-40e8-bcae-de7a26b5fd6e {
  display: none;
}
#s-2edb0f6b-f6ed-40e8-bcae-de7a26b5fd6e, #wrap-s-2edb0f6b-f6ed-40e8-bcae-de7a26b5fd6e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2edb0f6b-f6ed-40e8-bcae-de7a26b5fd6e {
  display: none;
}
#s-2edb0f6b-f6ed-40e8-bcae-de7a26b5fd6e, #wrap-s-2edb0f6b-f6ed-40e8-bcae-de7a26b5fd6e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2edb0f6b-f6ed-40e8-bcae-de7a26b5fd6e {
  display: none;
}
#s-2edb0f6b-f6ed-40e8-bcae-de7a26b5fd6e, #wrap-s-2edb0f6b-f6ed-40e8-bcae-de7a26b5fd6e { display:none !important; }}@media (max-width: 767px){#s-2edb0f6b-f6ed-40e8-bcae-de7a26b5fd6e {
  margin-top: 60px;
margin-bottom: 60px;
}
}
@media (min-width: 0px) {
[id="s-2edb0f6b-f6ed-40e8-bcae-de7a26b5fd6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2edb0f6b-f6ed-40e8-bcae-de7a26b5fd6e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2edb0f6b-f6ed-40e8-bcae-de7a26b5fd6e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2edb0f6b-f6ed-40e8-bcae-de7a26b5fd6e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2edb0f6b-f6ed-40e8-bcae-de7a26b5fd6e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2edb0f6b-f6ed-40e8-bcae-de7a26b5fd6e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2edb0f6b-f6ed-40e8-bcae-de7a26b5fd6e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-2edb0f6b-f6ed-40e8-bcae-de7a26b5fd6e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-70441262-f13d-46e1-b861-6216d6f19264 {
  margin-left: auto;
margin-right: auto;
padding-top: 70px;
padding-bottom: 0px;
max-width: 400px;
text-align: center;
}

#s-70441262-f13d-46e1-b861-6216d6f19264 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-70441262-f13d-46e1-b861-6216d6f19264 .shogun-heading-component h2 a {
  color: #000;
}


#s-9efdd8de-599f-4500-97a2-f88265708f7e {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 7%;
padding-right: 7%;
max-width: 360px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9efdd8de-599f-4500-97a2-f88265708f7e {
  display: none;
}
#s-9efdd8de-599f-4500-97a2-f88265708f7e, #wrap-s-9efdd8de-599f-4500-97a2-f88265708f7e { display:none !important; }}
#s-e270274d-2c4c-4ef1-a049-11732a95222a {
  margin-top: 40px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-e270274d-2c4c-4ef1-a049-11732a95222a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e270274d-2c4c-4ef1-a049-11732a95222a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e270274d-2c4c-4ef1-a049-11732a95222a {
  margin-top: 30px;
}
}

  #s-e270274d-2c4c-4ef1-a049-11732a95222a-root {
    text-align: center;
  }


#s-e270274d-2c4c-4ef1-a049-11732a95222a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e270274d-2c4c-4ef1-a049-11732a95222a-root {
    text-align: center;
  }


#s-e270274d-2c4c-4ef1-a049-11732a95222a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e270274d-2c4c-4ef1-a049-11732a95222a-root {
    text-align: center;
  }


#s-e270274d-2c4c-4ef1-a049-11732a95222a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e270274d-2c4c-4ef1-a049-11732a95222a-root {
    text-align: center;
  }


#s-e270274d-2c4c-4ef1-a049-11732a95222a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e270274d-2c4c-4ef1-a049-11732a95222a-root {
    text-align: center;
  }


#s-e270274d-2c4c-4ef1-a049-11732a95222a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-fb89d45a-301b-4df1-8ea2-30712fe66dc3 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 10%;
padding-right: 10%;
max-width: 360px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fb89d45a-301b-4df1-8ea2-30712fe66dc3 {
  display: none;
}
#s-fb89d45a-301b-4df1-8ea2-30712fe66dc3, #wrap-s-fb89d45a-301b-4df1-8ea2-30712fe66dc3 { display:none !important; }}
#s-d210c049-f229-49bc-a4c6-b5781df712a3 {
  text-align: center;
}







  #s-d210c049-f229-49bc-a4c6-b5781df712a3 img.shogun-image {
    

    
    
    
  }


#s-d210c049-f229-49bc-a4c6-b5781df712a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-c11e00bd-2983-4cfe-8e1c-a645cd0aa958 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 1200px){#s-c11e00bd-2983-4cfe-8e1c-a645cd0aa958 {
  display: none;
}
#s-c11e00bd-2983-4cfe-8e1c-a645cd0aa958, #wrap-s-c11e00bd-2983-4cfe-8e1c-a645cd0aa958 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c11e00bd-2983-4cfe-8e1c-a645cd0aa958 {
  display: none;
}
#s-c11e00bd-2983-4cfe-8e1c-a645cd0aa958, #wrap-s-c11e00bd-2983-4cfe-8e1c-a645cd0aa958 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c11e00bd-2983-4cfe-8e1c-a645cd0aa958 {
  display: none;
}
#s-c11e00bd-2983-4cfe-8e1c-a645cd0aa958, #wrap-s-c11e00bd-2983-4cfe-8e1c-a645cd0aa958 { display:none !important; }}@media (max-width: 767px){#s-c11e00bd-2983-4cfe-8e1c-a645cd0aa958 {
  margin-top: 60px;
margin-bottom: 60px;
}
}
@media (min-width: 0px) {
[id="s-c11e00bd-2983-4cfe-8e1c-a645cd0aa958"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c11e00bd-2983-4cfe-8e1c-a645cd0aa958"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c11e00bd-2983-4cfe-8e1c-a645cd0aa958"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c11e00bd-2983-4cfe-8e1c-a645cd0aa958"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c11e00bd-2983-4cfe-8e1c-a645cd0aa958"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c11e00bd-2983-4cfe-8e1c-a645cd0aa958"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c11e00bd-2983-4cfe-8e1c-a645cd0aa958"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-c11e00bd-2983-4cfe-8e1c-a645cd0aa958"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-584497f8-30f8-463f-97a4-d94952564055 {
  margin-top: 15%;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 360px;
text-align: center;
}

#s-584497f8-30f8-463f-97a4-d94952564055 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-584497f8-30f8-463f-97a4-d94952564055 .shogun-heading-component h3 a {
  color: #000;
}


#s-1f4c34ae-166a-456a-8446-7738ee7d9e33 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 400px;
text-align: center;
}

#s-1f4c34ae-166a-456a-8446-7738ee7d9e33 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-1f4c34ae-166a-456a-8446-7738ee7d9e33 .shogun-heading-component h2 a {
  color: #000;
}


#s-e98987f7-255c-4798-adb9-08fc9e1d054b {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 360px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e98987f7-255c-4798-adb9-08fc9e1d054b {
  display: none;
}
#s-e98987f7-255c-4798-adb9-08fc9e1d054b, #wrap-s-e98987f7-255c-4798-adb9-08fc9e1d054b { display:none !important; }}
#s-21e921bf-dae8-4491-89a0-5ddfb32ba7b1 {
  margin-top: 40px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-21e921bf-dae8-4491-89a0-5ddfb32ba7b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-21e921bf-dae8-4491-89a0-5ddfb32ba7b1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-21e921bf-dae8-4491-89a0-5ddfb32ba7b1 {
  margin-top: 30px;
}
}

  #s-21e921bf-dae8-4491-89a0-5ddfb32ba7b1-root {
    text-align: center;
  }


#s-21e921bf-dae8-4491-89a0-5ddfb32ba7b1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-21e921bf-dae8-4491-89a0-5ddfb32ba7b1-root {
    text-align: center;
  }


#s-21e921bf-dae8-4491-89a0-5ddfb32ba7b1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-21e921bf-dae8-4491-89a0-5ddfb32ba7b1-root {
    text-align: center;
  }


#s-21e921bf-dae8-4491-89a0-5ddfb32ba7b1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-21e921bf-dae8-4491-89a0-5ddfb32ba7b1-root {
    text-align: center;
  }


#s-21e921bf-dae8-4491-89a0-5ddfb32ba7b1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-21e921bf-dae8-4491-89a0-5ddfb32ba7b1-root {
    text-align: center;
  }


#s-21e921bf-dae8-4491-89a0-5ddfb32ba7b1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-64269b98-c68f-48d7-9b52-7be460f18c3a {
  text-align: center;
}







  #s-64269b98-c68f-48d7-9b52-7be460f18c3a img.shogun-image {
    

    
    
    
  }


#s-64269b98-c68f-48d7-9b52-7be460f18c3a .shogun-image-content {
  
    align-items: center;
  
}

#s-9b50893b-c180-433a-bd7a-7c3039cfda42 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 1200px){#s-9b50893b-c180-433a-bd7a-7c3039cfda42 {
  display: none;
}
#s-9b50893b-c180-433a-bd7a-7c3039cfda42, #wrap-s-9b50893b-c180-433a-bd7a-7c3039cfda42 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b50893b-c180-433a-bd7a-7c3039cfda42 {
  display: none;
}
#s-9b50893b-c180-433a-bd7a-7c3039cfda42, #wrap-s-9b50893b-c180-433a-bd7a-7c3039cfda42 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9b50893b-c180-433a-bd7a-7c3039cfda42 {
  display: none;
}
#s-9b50893b-c180-433a-bd7a-7c3039cfda42, #wrap-s-9b50893b-c180-433a-bd7a-7c3039cfda42 { display:none !important; }}@media (max-width: 767px){#s-9b50893b-c180-433a-bd7a-7c3039cfda42 {
  margin-top: 60px;
margin-bottom: 60px;
}
}
@media (min-width: 0px) {
[id="s-9b50893b-c180-433a-bd7a-7c3039cfda42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b50893b-c180-433a-bd7a-7c3039cfda42"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9b50893b-c180-433a-bd7a-7c3039cfda42"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9b50893b-c180-433a-bd7a-7c3039cfda42"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9b50893b-c180-433a-bd7a-7c3039cfda42"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b50893b-c180-433a-bd7a-7c3039cfda42"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9b50893b-c180-433a-bd7a-7c3039cfda42"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9b50893b-c180-433a-bd7a-7c3039cfda42"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-94e77d72-3357-4a40-85ac-66f993117396 {
  margin-top: 15%;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 360px;
text-align: center;
}

#s-94e77d72-3357-4a40-85ac-66f993117396 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-94e77d72-3357-4a40-85ac-66f993117396 .shogun-heading-component h3 a {
  color: #000;
}


#s-86bc4955-39c7-4855-b93d-425fcb1d55ec {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 400px;
text-align: center;
}

#s-86bc4955-39c7-4855-b93d-425fcb1d55ec .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-86bc4955-39c7-4855-b93d-425fcb1d55ec .shogun-heading-component h2 a {
  color: #000;
}


#s-3516dd58-9dce-4823-93a6-cc34f1f0677d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 360px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3516dd58-9dce-4823-93a6-cc34f1f0677d {
  display: none;
}
#s-3516dd58-9dce-4823-93a6-cc34f1f0677d, #wrap-s-3516dd58-9dce-4823-93a6-cc34f1f0677d { display:none !important; }}
#s-d365ca6f-4442-482a-b085-b43a314ab36d {
  margin-top: 40px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-d365ca6f-4442-482a-b085-b43a314ab36d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d365ca6f-4442-482a-b085-b43a314ab36d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d365ca6f-4442-482a-b085-b43a314ab36d {
  margin-top: 30px;
}
}

  #s-d365ca6f-4442-482a-b085-b43a314ab36d-root {
    text-align: center;
  }


#s-d365ca6f-4442-482a-b085-b43a314ab36d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d365ca6f-4442-482a-b085-b43a314ab36d-root {
    text-align: center;
  }


#s-d365ca6f-4442-482a-b085-b43a314ab36d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d365ca6f-4442-482a-b085-b43a314ab36d-root {
    text-align: center;
  }


#s-d365ca6f-4442-482a-b085-b43a314ab36d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d365ca6f-4442-482a-b085-b43a314ab36d-root {
    text-align: center;
  }


#s-d365ca6f-4442-482a-b085-b43a314ab36d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d365ca6f-4442-482a-b085-b43a314ab36d-root {
    text-align: center;
  }


#s-d365ca6f-4442-482a-b085-b43a314ab36d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-0aba4bab-f38c-41ed-a440-33da06746a6e {
  text-align: center;
}







  #s-0aba4bab-f38c-41ed-a440-33da06746a6e img.shogun-image {
    

    
    
    
  }


#s-0aba4bab-f38c-41ed-a440-33da06746a6e .shogun-image-content {
  
    align-items: center;
  
}

#s-88a417be-be59-44e6-afb9-642256a78859 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1440px;
}
@media (max-width: 767px){#s-88a417be-be59-44e6-afb9-642256a78859 {
  margin-top: 60px;
display: none;
}
#s-88a417be-be59-44e6-afb9-642256a78859, #wrap-s-88a417be-be59-44e6-afb9-642256a78859 { display:none !important; }}
@media (min-width: 0px) {
[id="s-88a417be-be59-44e6-afb9-642256a78859"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88a417be-be59-44e6-afb9-642256a78859"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-88a417be-be59-44e6-afb9-642256a78859"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-88a417be-be59-44e6-afb9-642256a78859"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-88a417be-be59-44e6-afb9-642256a78859"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-88a417be-be59-44e6-afb9-642256a78859"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-88a417be-be59-44e6-afb9-642256a78859"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-88a417be-be59-44e6-afb9-642256a78859"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-fe24d234-f674-49b4-a3ae-b8fb8cb9a69c {
  text-align: center;
}







  #s-fe24d234-f674-49b4-a3ae-b8fb8cb9a69c img.shogun-image {
    

    
    
    
  }


#s-fe24d234-f674-49b4-a3ae-b8fb8cb9a69c .shogun-image-content {
  
    align-items: center;
  
}

#s-250c15b1-4fdf-4cf1-add7-b9d72de1255c {
  margin-top: 26%;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 360px;
text-align: center;
}
@media (max-width: 767px){#s-250c15b1-4fdf-4cf1-add7-b9d72de1255c {
  
}
}
#s-250c15b1-4fdf-4cf1-add7-b9d72de1255c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


#s-250c15b1-4fdf-4cf1-add7-b9d72de1255c .shogun-heading-component h2 a {
  color: #000;
}


#s-558b76e3-87d3-4081-9316-61c24d5b543b {
  padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-558b76e3-87d3-4081-9316-61c24d5b543b {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-558b76e3-87d3-4081-9316-61c24d5b543b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d53be225-ba44-4212-abdc-a63c022ef949 {
  margin-top: 40px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-d53be225-ba44-4212-abdc-a63c022ef949:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d53be225-ba44-4212-abdc-a63c022ef949:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d53be225-ba44-4212-abdc-a63c022ef949 {
  margin-top: 30px;
}
}

  #s-d53be225-ba44-4212-abdc-a63c022ef949-root {
    text-align: center;
  }


#s-d53be225-ba44-4212-abdc-a63c022ef949.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d53be225-ba44-4212-abdc-a63c022ef949-root {
    text-align: center;
  }


#s-d53be225-ba44-4212-abdc-a63c022ef949.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d53be225-ba44-4212-abdc-a63c022ef949-root {
    text-align: center;
  }


#s-d53be225-ba44-4212-abdc-a63c022ef949.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d53be225-ba44-4212-abdc-a63c022ef949-root {
    text-align: center;
  }


#s-d53be225-ba44-4212-abdc-a63c022ef949.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d53be225-ba44-4212-abdc-a63c022ef949-root {
    text-align: center;
  }


#s-d53be225-ba44-4212-abdc-a63c022ef949.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-6de42e6d-7a70-4ab3-ba45-a3918bc4b744 {
  margin-top: 22%;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 360px;
text-align: center;
}
@media (min-width: 1200px){#s-6de42e6d-7a70-4ab3-ba45-a3918bc4b744 {
  display: none;
}
#s-6de42e6d-7a70-4ab3-ba45-a3918bc4b744, #wrap-s-6de42e6d-7a70-4ab3-ba45-a3918bc4b744 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6de42e6d-7a70-4ab3-ba45-a3918bc4b744 {
  display: none;
}
#s-6de42e6d-7a70-4ab3-ba45-a3918bc4b744, #wrap-s-6de42e6d-7a70-4ab3-ba45-a3918bc4b744 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6de42e6d-7a70-4ab3-ba45-a3918bc4b744 {
  display: none;
}
#s-6de42e6d-7a70-4ab3-ba45-a3918bc4b744, #wrap-s-6de42e6d-7a70-4ab3-ba45-a3918bc4b744 { display:none !important; }}@media (max-width: 767px){#s-6de42e6d-7a70-4ab3-ba45-a3918bc4b744 {
  
}
}
#s-6de42e6d-7a70-4ab3-ba45-a3918bc4b744 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


#s-6de42e6d-7a70-4ab3-ba45-a3918bc4b744 .shogun-heading-component h2 a {
  color: #000;
}


#s-ef5e67b3-2665-4b9e-9a88-8f8d3f0094a6 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 1200px){#s-ef5e67b3-2665-4b9e-9a88-8f8d3f0094a6 {
  display: none;
}
#s-ef5e67b3-2665-4b9e-9a88-8f8d3f0094a6, #wrap-s-ef5e67b3-2665-4b9e-9a88-8f8d3f0094a6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef5e67b3-2665-4b9e-9a88-8f8d3f0094a6 {
  display: none;
}
#s-ef5e67b3-2665-4b9e-9a88-8f8d3f0094a6, #wrap-s-ef5e67b3-2665-4b9e-9a88-8f8d3f0094a6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef5e67b3-2665-4b9e-9a88-8f8d3f0094a6 {
  display: none;
}
#s-ef5e67b3-2665-4b9e-9a88-8f8d3f0094a6, #wrap-s-ef5e67b3-2665-4b9e-9a88-8f8d3f0094a6 { display:none !important; }}@media (max-width: 767px){#s-ef5e67b3-2665-4b9e-9a88-8f8d3f0094a6 {
  margin-top: 60px;
}
}
@media (min-width: 0px) {
[id="s-ef5e67b3-2665-4b9e-9a88-8f8d3f0094a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef5e67b3-2665-4b9e-9a88-8f8d3f0094a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef5e67b3-2665-4b9e-9a88-8f8d3f0094a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef5e67b3-2665-4b9e-9a88-8f8d3f0094a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef5e67b3-2665-4b9e-9a88-8f8d3f0094a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef5e67b3-2665-4b9e-9a88-8f8d3f0094a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef5e67b3-2665-4b9e-9a88-8f8d3f0094a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-1d73bcae-50e1-40ff-8bd2-d323ae5b31e1 {
  text-align: center;
}







  #s-1d73bcae-50e1-40ff-8bd2-d323ae5b31e1 img.shogun-image {
    

    
    
    
  }


#s-1d73bcae-50e1-40ff-8bd2-d323ae5b31e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f31f37d3-fd59-4346-9d9c-7275713413a2 {
  margin-top: 15%;
margin-bottom: 5px;
text-align: center;
}

#s-f31f37d3-fd59-4346-9d9c-7275713413a2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-f31f37d3-fd59-4346-9d9c-7275713413a2 .shogun-heading-component h2 a {
  color: #000;
}


#s-afbb65fb-7396-4a0e-991c-0ecc737b6eb5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 360px;
text-align: center;
}

#s-afbb65fb-7396-4a0e-991c-0ecc737b6eb5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


#s-afbb65fb-7396-4a0e-991c-0ecc737b6eb5 .shogun-heading-component h2 a {
  color: #000;
}


#s-9223a83f-7c5e-48e3-b8e3-c8faadd19399 {
  margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-9223a83f-7c5e-48e3-b8e3-c8faadd19399:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9223a83f-7c5e-48e3-b8e3-c8faadd19399:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-9223a83f-7c5e-48e3-b8e3-c8faadd19399 {
  margin-top: 30px;
}
}

  #s-9223a83f-7c5e-48e3-b8e3-c8faadd19399-root {
    text-align: center;
  }


#s-9223a83f-7c5e-48e3-b8e3-c8faadd19399.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9223a83f-7c5e-48e3-b8e3-c8faadd19399-root {
    text-align: center;
  }


#s-9223a83f-7c5e-48e3-b8e3-c8faadd19399.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9223a83f-7c5e-48e3-b8e3-c8faadd19399-root {
    text-align: center;
  }


#s-9223a83f-7c5e-48e3-b8e3-c8faadd19399.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9223a83f-7c5e-48e3-b8e3-c8faadd19399-root {
    text-align: center;
  }


#s-9223a83f-7c5e-48e3-b8e3-c8faadd19399.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9223a83f-7c5e-48e3-b8e3-c8faadd19399-root {
    text-align: center;
  }


#s-9223a83f-7c5e-48e3-b8e3-c8faadd19399.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-ed77f854-9381-4f54-9970-fbae88c4ae9a {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 1200px){#s-ed77f854-9381-4f54-9970-fbae88c4ae9a {
  display: none;
}
#s-ed77f854-9381-4f54-9970-fbae88c4ae9a, #wrap-s-ed77f854-9381-4f54-9970-fbae88c4ae9a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed77f854-9381-4f54-9970-fbae88c4ae9a {
  display: none;
}
#s-ed77f854-9381-4f54-9970-fbae88c4ae9a, #wrap-s-ed77f854-9381-4f54-9970-fbae88c4ae9a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ed77f854-9381-4f54-9970-fbae88c4ae9a {
  display: none;
}
#s-ed77f854-9381-4f54-9970-fbae88c4ae9a, #wrap-s-ed77f854-9381-4f54-9970-fbae88c4ae9a { display:none !important; }}@media (max-width: 767px){#s-ed77f854-9381-4f54-9970-fbae88c4ae9a {
  margin-top: 100px;
margin-bottom: 30px;
display: none;
}
#s-ed77f854-9381-4f54-9970-fbae88c4ae9a, #wrap-s-ed77f854-9381-4f54-9970-fbae88c4ae9a { display:none !important; }}
@media (min-width: 0px) {
[id="s-ed77f854-9381-4f54-9970-fbae88c4ae9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed77f854-9381-4f54-9970-fbae88c4ae9a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed77f854-9381-4f54-9970-fbae88c4ae9a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed77f854-9381-4f54-9970-fbae88c4ae9a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed77f854-9381-4f54-9970-fbae88c4ae9a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed77f854-9381-4f54-9970-fbae88c4ae9a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed77f854-9381-4f54-9970-fbae88c4ae9a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-ed77f854-9381-4f54-9970-fbae88c4ae9a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b35d0af1-8f5d-464d-8ec3-de25214829e8 {
  margin-top: 22%;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 360px;
text-align: center;
}

#s-b35d0af1-8f5d-464d-8ec3-de25214829e8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-b35d0af1-8f5d-464d-8ec3-de25214829e8 .shogun-heading-component h3 a {
  color: #000;
}


#s-079cc508-d870-4e4d-942c-f0146a1debd1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 360px;
text-align: center;
}

#s-079cc508-d870-4e4d-942c-f0146a1debd1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


#s-079cc508-d870-4e4d-942c-f0146a1debd1 .shogun-heading-component h2 a {
  color: #000;
}


#s-4616c6a4-dc1f-4ff2-b71e-acb9f3ae2466 {
  margin-top: 40px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-4616c6a4-dc1f-4ff2-b71e-acb9f3ae2466:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4616c6a4-dc1f-4ff2-b71e-acb9f3ae2466:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-4616c6a4-dc1f-4ff2-b71e-acb9f3ae2466 {
  margin-top: 30px;
}
}

  #s-4616c6a4-dc1f-4ff2-b71e-acb9f3ae2466-root {
    text-align: center;
  }


#s-4616c6a4-dc1f-4ff2-b71e-acb9f3ae2466.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4616c6a4-dc1f-4ff2-b71e-acb9f3ae2466-root {
    text-align: center;
  }


#s-4616c6a4-dc1f-4ff2-b71e-acb9f3ae2466.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4616c6a4-dc1f-4ff2-b71e-acb9f3ae2466-root {
    text-align: center;
  }


#s-4616c6a4-dc1f-4ff2-b71e-acb9f3ae2466.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4616c6a4-dc1f-4ff2-b71e-acb9f3ae2466-root {
    text-align: center;
  }


#s-4616c6a4-dc1f-4ff2-b71e-acb9f3ae2466.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4616c6a4-dc1f-4ff2-b71e-acb9f3ae2466-root {
    text-align: center;
  }


#s-4616c6a4-dc1f-4ff2-b71e-acb9f3ae2466.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-e61bea2a-6e44-4a42-a065-83789130d9f4 {
  text-align: center;
}







  #s-e61bea2a-6e44-4a42-a065-83789130d9f4 img.shogun-image {
    

    
    
    
  }


#s-e61bea2a-6e44-4a42-a065-83789130d9f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-7091d0c1-ec5a-4c24-85d6-efeac7a8d071 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 1200px){#s-7091d0c1-ec5a-4c24-85d6-efeac7a8d071 {
  display: none;
}
#s-7091d0c1-ec5a-4c24-85d6-efeac7a8d071, #wrap-s-7091d0c1-ec5a-4c24-85d6-efeac7a8d071 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7091d0c1-ec5a-4c24-85d6-efeac7a8d071 {
  display: none;
}
#s-7091d0c1-ec5a-4c24-85d6-efeac7a8d071, #wrap-s-7091d0c1-ec5a-4c24-85d6-efeac7a8d071 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7091d0c1-ec5a-4c24-85d6-efeac7a8d071 {
  display: none;
}
#s-7091d0c1-ec5a-4c24-85d6-efeac7a8d071, #wrap-s-7091d0c1-ec5a-4c24-85d6-efeac7a8d071 { display:none !important; }}@media (max-width: 767px){#s-7091d0c1-ec5a-4c24-85d6-efeac7a8d071 {
  margin-top: 60px;
display: none;
}
#s-7091d0c1-ec5a-4c24-85d6-efeac7a8d071, #wrap-s-7091d0c1-ec5a-4c24-85d6-efeac7a8d071 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7091d0c1-ec5a-4c24-85d6-efeac7a8d071"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7091d0c1-ec5a-4c24-85d6-efeac7a8d071"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7091d0c1-ec5a-4c24-85d6-efeac7a8d071"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7091d0c1-ec5a-4c24-85d6-efeac7a8d071"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7091d0c1-ec5a-4c24-85d6-efeac7a8d071"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7091d0c1-ec5a-4c24-85d6-efeac7a8d071"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7091d0c1-ec5a-4c24-85d6-efeac7a8d071"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-d1a21584-db32-44c1-8e7e-f60b017fe386 {
  text-align: center;
}







  #s-d1a21584-db32-44c1-8e7e-f60b017fe386 img.shogun-image {
    

    
    
    
  }


#s-d1a21584-db32-44c1-8e7e-f60b017fe386 .shogun-image-content {
  
    align-items: center;
  
}

#s-d40467fa-5d04-4096-8ff4-a9934f922d7f {
  margin-top: 26%;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 360px;
text-align: center;
}
@media (max-width: 767px){#s-d40467fa-5d04-4096-8ff4-a9934f922d7f {
  
}
}
#s-d40467fa-5d04-4096-8ff4-a9934f922d7f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


#s-d40467fa-5d04-4096-8ff4-a9934f922d7f .shogun-heading-component h2 a {
  color: #000;
}


#s-5ebb4aef-ab5f-4f30-b2c0-7b8072ae4f74 {
  margin-top: 22%;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 360px;
text-align: center;
}
@media (min-width: 1200px){#s-5ebb4aef-ab5f-4f30-b2c0-7b8072ae4f74 {
  display: none;
}
#s-5ebb4aef-ab5f-4f30-b2c0-7b8072ae4f74, #wrap-s-5ebb4aef-ab5f-4f30-b2c0-7b8072ae4f74 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ebb4aef-ab5f-4f30-b2c0-7b8072ae4f74 {
  display: none;
}
#s-5ebb4aef-ab5f-4f30-b2c0-7b8072ae4f74, #wrap-s-5ebb4aef-ab5f-4f30-b2c0-7b8072ae4f74 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5ebb4aef-ab5f-4f30-b2c0-7b8072ae4f74 {
  display: none;
}
#s-5ebb4aef-ab5f-4f30-b2c0-7b8072ae4f74, #wrap-s-5ebb4aef-ab5f-4f30-b2c0-7b8072ae4f74 { display:none !important; }}@media (max-width: 767px){#s-5ebb4aef-ab5f-4f30-b2c0-7b8072ae4f74 {
  
}
}
#s-5ebb4aef-ab5f-4f30-b2c0-7b8072ae4f74 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


#s-5ebb4aef-ab5f-4f30-b2c0-7b8072ae4f74 .shogun-heading-component h2 a {
  color: #000;
}


#s-2953861c-3915-4394-9487-d048984ac55b {
  padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
text-align: center;
}

#s-2953861c-3915-4394-9487-d048984ac55b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4a109ce4-f227-4145-86ea-fd738abd740f {
  margin-top: 40px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-4a109ce4-f227-4145-86ea-fd738abd740f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4a109ce4-f227-4145-86ea-fd738abd740f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-4a109ce4-f227-4145-86ea-fd738abd740f {
  margin-top: 30px;
}
}

  #s-4a109ce4-f227-4145-86ea-fd738abd740f-root {
    text-align: center;
  }


#s-4a109ce4-f227-4145-86ea-fd738abd740f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4a109ce4-f227-4145-86ea-fd738abd740f-root {
    text-align: center;
  }


#s-4a109ce4-f227-4145-86ea-fd738abd740f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a109ce4-f227-4145-86ea-fd738abd740f-root {
    text-align: center;
  }


#s-4a109ce4-f227-4145-86ea-fd738abd740f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a109ce4-f227-4145-86ea-fd738abd740f-root {
    text-align: center;
  }


#s-4a109ce4-f227-4145-86ea-fd738abd740f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4a109ce4-f227-4145-86ea-fd738abd740f-root {
    text-align: center;
  }


#s-4a109ce4-f227-4145-86ea-fd738abd740f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-61a54967-34d0-4ade-95e1-c3d80d696f20 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 1200px){#s-61a54967-34d0-4ade-95e1-c3d80d696f20 {
  display: none;
}
#s-61a54967-34d0-4ade-95e1-c3d80d696f20, #wrap-s-61a54967-34d0-4ade-95e1-c3d80d696f20 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61a54967-34d0-4ade-95e1-c3d80d696f20 {
  display: none;
}
#s-61a54967-34d0-4ade-95e1-c3d80d696f20, #wrap-s-61a54967-34d0-4ade-95e1-c3d80d696f20 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-61a54967-34d0-4ade-95e1-c3d80d696f20 {
  display: none;
}
#s-61a54967-34d0-4ade-95e1-c3d80d696f20, #wrap-s-61a54967-34d0-4ade-95e1-c3d80d696f20 { display:none !important; }}@media (max-width: 767px){#s-61a54967-34d0-4ade-95e1-c3d80d696f20 {
  margin-top: 60px;
}
}
@media (min-width: 0px) {
[id="s-61a54967-34d0-4ade-95e1-c3d80d696f20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61a54967-34d0-4ade-95e1-c3d80d696f20"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-61a54967-34d0-4ade-95e1-c3d80d696f20"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-61a54967-34d0-4ade-95e1-c3d80d696f20"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-61a54967-34d0-4ade-95e1-c3d80d696f20"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-61a54967-34d0-4ade-95e1-c3d80d696f20"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-61a54967-34d0-4ade-95e1-c3d80d696f20"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-ad1591af-f778-47b9-ae90-cea2d9f5bb5d {
  text-align: center;
}







  #s-ad1591af-f778-47b9-ae90-cea2d9f5bb5d img.shogun-image {
    

    
    
    
  }


#s-ad1591af-f778-47b9-ae90-cea2d9f5bb5d .shogun-image-content {
  
    align-items: center;
  
}

#s-a691efbb-e28e-4a9f-b557-578eaf7c8e14 {
  margin-top: 26%;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 360px;
text-align: center;
}
@media (max-width: 767px){#s-a691efbb-e28e-4a9f-b557-578eaf7c8e14 {
  display: none;
}
#s-a691efbb-e28e-4a9f-b557-578eaf7c8e14, #wrap-s-a691efbb-e28e-4a9f-b557-578eaf7c8e14 { display:none !important; }}
#s-a691efbb-e28e-4a9f-b557-578eaf7c8e14 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


#s-a691efbb-e28e-4a9f-b557-578eaf7c8e14 .shogun-heading-component h2 a {
  color: #000;
}


#s-972df66f-3459-4387-869a-74d1222787db {
  margin-top: 15%;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 360px;
text-align: center;
}
@media (min-width: 1200px){#s-972df66f-3459-4387-869a-74d1222787db {
  display: none;
}
#s-972df66f-3459-4387-869a-74d1222787db, #wrap-s-972df66f-3459-4387-869a-74d1222787db { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-972df66f-3459-4387-869a-74d1222787db {
  display: none;
}
#s-972df66f-3459-4387-869a-74d1222787db, #wrap-s-972df66f-3459-4387-869a-74d1222787db { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-972df66f-3459-4387-869a-74d1222787db {
  display: none;
}
#s-972df66f-3459-4387-869a-74d1222787db, #wrap-s-972df66f-3459-4387-869a-74d1222787db { display:none !important; }}@media (max-width: 767px){#s-972df66f-3459-4387-869a-74d1222787db {
  
}
}
#s-972df66f-3459-4387-869a-74d1222787db .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


#s-972df66f-3459-4387-869a-74d1222787db .shogun-heading-component h2 a {
  color: #000;
}


#s-11d351d0-ceb7-4815-b3e0-8945ca1179d9 {
  padding-top: 10px;
padding-left: 80px;
padding-bottom: 0px;
padding-right: 80px;
text-align: center;
}
@media (max-width: 767px){#s-11d351d0-ceb7-4815-b3e0-8945ca1179d9 {
  padding-left: 40px;
padding-right: 40px;
}
}
#s-11d351d0-ceb7-4815-b3e0-8945ca1179d9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9c78d449-aa58-46d3-962c-6d574dd89c38 {
  margin-top: 40px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-9c78d449-aa58-46d3-962c-6d574dd89c38:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9c78d449-aa58-46d3-962c-6d574dd89c38:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-9c78d449-aa58-46d3-962c-6d574dd89c38 {
  margin-top: 30px;
}
}

  #s-9c78d449-aa58-46d3-962c-6d574dd89c38-root {
    text-align: center;
  }


#s-9c78d449-aa58-46d3-962c-6d574dd89c38.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9c78d449-aa58-46d3-962c-6d574dd89c38-root {
    text-align: center;
  }


#s-9c78d449-aa58-46d3-962c-6d574dd89c38.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c78d449-aa58-46d3-962c-6d574dd89c38-root {
    text-align: center;
  }


#s-9c78d449-aa58-46d3-962c-6d574dd89c38.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c78d449-aa58-46d3-962c-6d574dd89c38-root {
    text-align: center;
  }


#s-9c78d449-aa58-46d3-962c-6d574dd89c38.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9c78d449-aa58-46d3-962c-6d574dd89c38-root {
    text-align: center;
  }


#s-9c78d449-aa58-46d3-962c-6d574dd89c38.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-b7abd2a9-f759-4764-8819-cdec25cf9471 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 1200px){#s-b7abd2a9-f759-4764-8819-cdec25cf9471 {
  display: none;
}
#s-b7abd2a9-f759-4764-8819-cdec25cf9471, #wrap-s-b7abd2a9-f759-4764-8819-cdec25cf9471 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7abd2a9-f759-4764-8819-cdec25cf9471 {
  display: none;
}
#s-b7abd2a9-f759-4764-8819-cdec25cf9471, #wrap-s-b7abd2a9-f759-4764-8819-cdec25cf9471 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7abd2a9-f759-4764-8819-cdec25cf9471 {
  display: none;
}
#s-b7abd2a9-f759-4764-8819-cdec25cf9471, #wrap-s-b7abd2a9-f759-4764-8819-cdec25cf9471 { display:none !important; }}@media (max-width: 767px){#s-b7abd2a9-f759-4764-8819-cdec25cf9471 {
  margin-top: 60px;
display: none;
}
#s-b7abd2a9-f759-4764-8819-cdec25cf9471, #wrap-s-b7abd2a9-f759-4764-8819-cdec25cf9471 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b7abd2a9-f759-4764-8819-cdec25cf9471"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7abd2a9-f759-4764-8819-cdec25cf9471"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b7abd2a9-f759-4764-8819-cdec25cf9471"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7abd2a9-f759-4764-8819-cdec25cf9471"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b7abd2a9-f759-4764-8819-cdec25cf9471"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7abd2a9-f759-4764-8819-cdec25cf9471"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b7abd2a9-f759-4764-8819-cdec25cf9471"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-b7abd2a9-f759-4764-8819-cdec25cf9471"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7b9b62c0-f6cb-4e53-a3f4-badea0310c24 {
  margin-top: 20%;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 360px;
text-align: center;
}
@media (max-width: 767px){#s-7b9b62c0-f6cb-4e53-a3f4-badea0310c24 {
  margin-top: 30px;
}
}
#s-7b9b62c0-f6cb-4e53-a3f4-badea0310c24 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-7b9b62c0-f6cb-4e53-a3f4-badea0310c24 .shogun-heading-component h3 a {
  color: #000;
}


#s-ba5ef26b-4bfd-438c-9863-46c6a710ff86 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 360px;
text-align: center;
}

#s-ba5ef26b-4bfd-438c-9863-46c6a710ff86 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


#s-ba5ef26b-4bfd-438c-9863-46c6a710ff86 .shogun-heading-component h2 a {
  color: #000;
}


#s-ccea36fe-af13-4feb-a5ad-a1647a383aa1 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 140px;
text-align: center;
}







  #s-ccea36fe-af13-4feb-a5ad-a1647a383aa1 img.shogun-image {
    

    
    
    
  }


#s-ccea36fe-af13-4feb-a5ad-a1647a383aa1 .shogun-image-content {
  
    align-items: center;
  
}

#s-38f3b7c9-e611-4465-9689-b9a497d39cdb {
  margin-top: 40px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-38f3b7c9-e611-4465-9689-b9a497d39cdb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-38f3b7c9-e611-4465-9689-b9a497d39cdb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-38f3b7c9-e611-4465-9689-b9a497d39cdb {
  margin-top: 30px;
}
}

  #s-38f3b7c9-e611-4465-9689-b9a497d39cdb-root {
    text-align: center;
  }


#s-38f3b7c9-e611-4465-9689-b9a497d39cdb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-38f3b7c9-e611-4465-9689-b9a497d39cdb-root {
    text-align: center;
  }


#s-38f3b7c9-e611-4465-9689-b9a497d39cdb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-38f3b7c9-e611-4465-9689-b9a497d39cdb-root {
    text-align: center;
  }


#s-38f3b7c9-e611-4465-9689-b9a497d39cdb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-38f3b7c9-e611-4465-9689-b9a497d39cdb-root {
    text-align: center;
  }


#s-38f3b7c9-e611-4465-9689-b9a497d39cdb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-38f3b7c9-e611-4465-9689-b9a497d39cdb-root {
    text-align: center;
  }


#s-38f3b7c9-e611-4465-9689-b9a497d39cdb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-39aa100d-41a1-411b-aa2c-581a549fe7ef {
  text-align: center;
}







  #s-39aa100d-41a1-411b-aa2c-581a549fe7ef img.shogun-image {
    

    
    
    
  }


#s-39aa100d-41a1-411b-aa2c-581a549fe7ef .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c: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}