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

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

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

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

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

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

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

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

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

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

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

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

#s-c0c2daa2-5f19-458a-a10f-b885dc62dd0e {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 800px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c0c2daa2-5f19-458a-a10f-b885dc62dd0e {
  display: none;
}
#s-c0c2daa2-5f19-458a-a10f-b885dc62dd0e, #wrap-s-c0c2daa2-5f19-458a-a10f-b885dc62dd0e { display:none !important; }}@media (max-width: 767px){#s-c0c2daa2-5f19-458a-a10f-b885dc62dd0e {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 600px;
max-width: 600px;
display: none;
}
#s-c0c2daa2-5f19-458a-a10f-b885dc62dd0e, #wrap-s-c0c2daa2-5f19-458a-a10f-b885dc62dd0e { display:none !important; }}
#s-c0c2daa2-5f19-458a-a10f-b885dc62dd0e {
  background-image: url(https://i.shgcdn.com/4cbd37e7-52b3-4ed2-8e95-f2a04a201796/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c0c2daa2-5f19-458a-a10f-b885dc62dd0e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-c0c2daa2-5f19-458a-a10f-b885dc62dd0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-04dc22ff-c5cd-4768-b8f5-c420d0e290ef {
  margin-left: auto;
margin-right: auto;
padding-left: 60px;
padding-right: 60px;
max-width: 1560px;
}

@media (min-width: 0px) {
[id="s-04dc22ff-c5cd-4768-b8f5-c420d0e290ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04dc22ff-c5cd-4768-b8f5-c420d0e290ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-04dc22ff-c5cd-4768-b8f5-c420d0e290ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-04dc22ff-c5cd-4768-b8f5-c420d0e290ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-09638bb4-862a-4fd7-b01f-dd5276b08b16 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-894159ac-2b88-497f-8065-75804b2ad277 {
  margin-left: 0%;
margin-right: 0%;
}

#s-83674963-ae82-4863-974b-4311de99f207 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 800px;
background-position: center center;
}
@media (min-width: 1200px){#s-83674963-ae82-4863-974b-4311de99f207 {
  display: none;
}
#s-83674963-ae82-4863-974b-4311de99f207, #wrap-s-83674963-ae82-4863-974b-4311de99f207 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-83674963-ae82-4863-974b-4311de99f207 {
  display: none;
}
#s-83674963-ae82-4863-974b-4311de99f207, #wrap-s-83674963-ae82-4863-974b-4311de99f207 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-83674963-ae82-4863-974b-4311de99f207 {
  
}
}@media (max-width: 767px){#s-83674963-ae82-4863-974b-4311de99f207 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 600px;
max-width: 600px;
display: none;
}
#s-83674963-ae82-4863-974b-4311de99f207, #wrap-s-83674963-ae82-4863-974b-4311de99f207 { display:none !important; }}
#s-83674963-ae82-4863-974b-4311de99f207 {
  background-image: url(https://i.shgcdn.com/873d9371-738c-47e9-b332-b6e07a62888c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-83674963-ae82-4863-974b-4311de99f207 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-83674963-ae82-4863-974b-4311de99f207.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb5c4d8c-be98-4472-be9c-9c8fcf1a9c48 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1220px;
}

@media (min-width: 0px) {
[id="s-fb5c4d8c-be98-4472-be9c-9c8fcf1a9c48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb5c4d8c-be98-4472-be9c-9c8fcf1a9c48"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fb5c4d8c-be98-4472-be9c-9c8fcf1a9c48"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fb5c4d8c-be98-4472-be9c-9c8fcf1a9c48"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fb5c4d8c-be98-4472-be9c-9c8fcf1a9c48"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb5c4d8c-be98-4472-be9c-9c8fcf1a9c48"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fb5c4d8c-be98-4472-be9c-9c8fcf1a9c48"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-f50fa698-a471-4975-8745-350db4acf4d7 {
  margin-top: 350px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-f4eaa2b0-59d5-4643-8d07-6a3b10202194 {
  margin-left: -1%;
margin-right: -1%;
}

#s-7bc4e62f-6a5b-4b5a-b23d-1eadb877b5d6 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 800px;
background-position: center center;
}
@media (min-width: 1200px){#s-7bc4e62f-6a5b-4b5a-b23d-1eadb877b5d6 {
  display: none;
}
#s-7bc4e62f-6a5b-4b5a-b23d-1eadb877b5d6, #wrap-s-7bc4e62f-6a5b-4b5a-b23d-1eadb877b5d6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7bc4e62f-6a5b-4b5a-b23d-1eadb877b5d6 {
  display: none;
}
#s-7bc4e62f-6a5b-4b5a-b23d-1eadb877b5d6, #wrap-s-7bc4e62f-6a5b-4b5a-b23d-1eadb877b5d6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7bc4e62f-6a5b-4b5a-b23d-1eadb877b5d6 {
  display: none;
}
#s-7bc4e62f-6a5b-4b5a-b23d-1eadb877b5d6, #wrap-s-7bc4e62f-6a5b-4b5a-b23d-1eadb877b5d6 { display:none !important; }}@media (max-width: 767px){#s-7bc4e62f-6a5b-4b5a-b23d-1eadb877b5d6 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 600px;
max-width: 600px;
}
}
#s-7bc4e62f-6a5b-4b5a-b23d-1eadb877b5d6 {
  background-image: url(https://i.shgcdn.com/5f0a89ab-cabb-4715-be1f-a0d19b8bc752/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7bc4e62f-6a5b-4b5a-b23d-1eadb877b5d6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-7bc4e62f-6a5b-4b5a-b23d-1eadb877b5d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2955efd-7fa3-49dd-96fe-6352a90c301c {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1220px;
}

@media (min-width: 0px) {
[id="s-d2955efd-7fa3-49dd-96fe-6352a90c301c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2955efd-7fa3-49dd-96fe-6352a90c301c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d2955efd-7fa3-49dd-96fe-6352a90c301c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d2955efd-7fa3-49dd-96fe-6352a90c301c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d2955efd-7fa3-49dd-96fe-6352a90c301c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2955efd-7fa3-49dd-96fe-6352a90c301c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d2955efd-7fa3-49dd-96fe-6352a90c301c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-6e542851-fc0c-433a-967f-e1d2f014d536 {
  margin-top: 290px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
}

#s-7c0413f6-3dd7-4dbc-94bc-c4e4080421a6 {
  margin-top: -30px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}

#s-8c5ee543-c2c1-47b9-81a3-3453b816a44d {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 60px;
padding-right: 60px;
min-height: 100px;
max-width: 1560px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8c5ee543-c2c1-47b9-81a3-3453b816a44d {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-8c5ee543-c2c1-47b9-81a3-3453b816a44d {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-8c5ee543-c2c1-47b9-81a3-3453b816a44d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c5ee543-c2c1-47b9-81a3-3453b816a44d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c5ee543-c2c1-47b9-81a3-3453b816a44d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c5ee543-c2c1-47b9-81a3-3453b816a44d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d4bba11e-963b-43df-8611-d5b9e1647e73 {
  max-width: 620px;
}

#s-8c3e2c1d-94a4-4de8-b233-b33eef348a6b {
  max-width: 450px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8c3e2c1d-94a4-4de8-b233-b33eef348a6b {
  margin-top: 0px;
margin-bottom: 50px;
}
}
@media (min-width: 0px) {
[id="s-8c3e2c1d-94a4-4de8-b233-b33eef348a6b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8c3e2c1d-94a4-4de8-b233-b33eef348a6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c3e2c1d-94a4-4de8-b233-b33eef348a6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c3e2c1d-94a4-4de8-b233-b33eef348a6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 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-04635c3c-7e1d-4fcc-ac4e-f72c95c23dfd {
  max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-04635c3c-7e1d-4fcc-ac4e-f72c95c23dfd {
  margin-bottom: 40px;
}
}






  #s-04635c3c-7e1d-4fcc-ac4e-f72c95c23dfd img.shogun-image {
    

    
    
    
  }


#s-04635c3c-7e1d-4fcc-ac4e-f72c95c23dfd .shogun-image-content {
  
    align-items: center;
  
}

#s-3aeb8a19-7a45-49f4-b750-3ffc7344d3c2 {
  text-align: center;
}







  #s-3aeb8a19-7a45-49f4-b750-3ffc7344d3c2 img.shogun-image {
    

    
    
    
  }


#s-3aeb8a19-7a45-49f4-b750-3ffc7344d3c2 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-867ce9ce-ec0b-4464-a0b8-bce2eef466bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-867ce9ce-ec0b-4464-a0b8-bce2eef466bd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-867ce9ce-ec0b-4464-a0b8-bce2eef466bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-867ce9ce-ec0b-4464-a0b8-bce2eef466bd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-867ce9ce-ec0b-4464-a0b8-bce2eef466bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-867ce9ce-ec0b-4464-a0b8-bce2eef466bd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-867ce9ce-ec0b-4464-a0b8-bce2eef466bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-1c39c6d7-0b24-4b99-914b-bfafceb58ac5 {
  padding-left: 60px;
padding-right: 60px;
}
@media (max-width: 767px){#s-1c39c6d7-0b24-4b99-914b-bfafceb58ac5 {
  margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}
}
#s-20a7b30b-3818-402a-8f71-e6a3b4b21e0e {
  margin-top: 80px;
margin-bottom: 80px;
min-height: 50px;
}
@media (max-width: 767px){#s-20a7b30b-3818-402a-8f71-e6a3b4b21e0e {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-20a7b30b-3818-402a-8f71-e6a3b4b21e0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20a7b30b-3818-402a-8f71-e6a3b4b21e0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a779593-3254-4cf5-b7ec-48a251a53219 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-4a779593-3254-4cf5-b7ec-48a251a53219"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a779593-3254-4cf5-b7ec-48a251a53219"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4a779593-3254-4cf5-b7ec-48a251a53219"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a779593-3254-4cf5-b7ec-48a251a53219"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8c0fb437-8bca-4ed4-b673-d91ee0d1806a {
  box-shadow:0px 4px 20px 0px rgba(52, 26, 82, 0.1);
margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}








#s-8c0fb437-8bca-4ed4-b673-d91ee0d1806a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c0fb437-8bca-4ed4-b673-d91ee0d1806a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90a02e1d-4ca2-42d9-a4c3-a19fad9ea5f2 {
  text-align: center;
}








#s-90a02e1d-4ca2-42d9-a4c3-a19fad9ea5f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2ffd5c2-1e7d-4cd8-a328-60d93b7f5fde {
  padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f2ffd5c2-1e7d-4cd8-a328-60d93b7f5fde {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-f2ffd5c2-1e7d-4cd8-a328-60d93b7f5fde {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-0a498fb7-8bf1-4791-b30a-7c0b982120ab {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 1200px){#s-0a498fb7-8bf1-4791-b30a-7c0b982120ab {
  min-height: 160px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a498fb7-8bf1-4791-b30a-7c0b982120ab {
  min-height: 160px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0a498fb7-8bf1-4791-b30a-7c0b982120ab {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-0a498fb7-8bf1-4791-b30a-7c0b982120ab {
  padding-left: 20px;
padding-right: 20px;
}
}
.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-89cc4037-e750-4f82-a158-220899911667 {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 34px;
padding-bottom: 10px;
padding-right: 34px;
border-radius: 2px;
max-width: 178px;
background-color: rgba(229, 230, 229, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-89cc4037-e750-4f82-a158-220899911667:hover {background-color: rgba(245, 244, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-89cc4037-e750-4f82-a158-220899911667:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-89cc4037-e750-4f82-a158-220899911667-root {
    text-align: right;
  }


#s-89cc4037-e750-4f82-a158-220899911667.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-89cc4037-e750-4f82-a158-220899911667-root {
    text-align: right;
  }


#s-89cc4037-e750-4f82-a158-220899911667.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-89cc4037-e750-4f82-a158-220899911667-root {
    text-align: right;
  }


#s-89cc4037-e750-4f82-a158-220899911667.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-89cc4037-e750-4f82-a158-220899911667-root {
    text-align: right;
  }


#s-89cc4037-e750-4f82-a158-220899911667.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-89cc4037-e750-4f82-a158-220899911667-root {
    text-align: right;
  }


#s-89cc4037-e750-4f82-a158-220899911667.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
  #s-89cc4037-e750-4f82-a158-220899911667-root {
    text-align: right;
  }


#s-89cc4037-e750-4f82-a158-220899911667.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-7ebe6a86-4f36-47a6-aefa-c3d425452755 {
  box-shadow:0px 4px 20px 0px rgba(52, 26, 82, 0.1);
margin-top: 0px;
margin-bottom: 40px;
}








#s-7ebe6a86-4f36-47a6-aefa-c3d425452755 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ebe6a86-4f36-47a6-aefa-c3d425452755.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca2eac59-ffd8-4b0c-ae59-2e98dd38a0d7 {
  text-align: center;
}








#s-ca2eac59-ffd8-4b0c-ae59-2e98dd38a0d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2dc15265-a880-45ba-a92b-9ffff86d1392 {
  padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2dc15265-a880-45ba-a92b-9ffff86d1392 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-2dc15265-a880-45ba-a92b-9ffff86d1392 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-611cdc02-0933-4a8a-b998-eedd9babc25e {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 1200px){#s-611cdc02-0933-4a8a-b998-eedd9babc25e {
  min-height: 160px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-611cdc02-0933-4a8a-b998-eedd9babc25e {
  min-height: 160px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-611cdc02-0933-4a8a-b998-eedd9babc25e {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-611cdc02-0933-4a8a-b998-eedd9babc25e {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-a11f8e77-0136-47c2-925d-dbb588b5f4e2 {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 34px;
padding-bottom: 10px;
padding-right: 34px;
border-radius: 2px;
max-width: 178px;
background-color: rgba(229, 230, 229, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a11f8e77-0136-47c2-925d-dbb588b5f4e2:hover {background-color: rgba(245, 244, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a11f8e77-0136-47c2-925d-dbb588b5f4e2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a11f8e77-0136-47c2-925d-dbb588b5f4e2-root {
    text-align: right;
  }


#s-a11f8e77-0136-47c2-925d-dbb588b5f4e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a11f8e77-0136-47c2-925d-dbb588b5f4e2-root {
    text-align: right;
  }


#s-a11f8e77-0136-47c2-925d-dbb588b5f4e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a11f8e77-0136-47c2-925d-dbb588b5f4e2-root {
    text-align: right;
  }


#s-a11f8e77-0136-47c2-925d-dbb588b5f4e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a11f8e77-0136-47c2-925d-dbb588b5f4e2-root {
    text-align: right;
  }


#s-a11f8e77-0136-47c2-925d-dbb588b5f4e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a11f8e77-0136-47c2-925d-dbb588b5f4e2-root {
    text-align: right;
  }


#s-a11f8e77-0136-47c2-925d-dbb588b5f4e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
  #s-a11f8e77-0136-47c2-925d-dbb588b5f4e2-root {
    text-align: right;
  }


#s-a11f8e77-0136-47c2-925d-dbb588b5f4e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-d2f53e5f-ecf4-4f82-aae6-22030ea776a1 {
  min-height: 50px;
}








#s-d2f53e5f-ecf4-4f82-aae6-22030ea776a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2f53e5f-ecf4-4f82-aae6-22030ea776a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7282e04-4884-4873-b5ab-8d85fcdba02c {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-b7282e04-4884-4873-b5ab-8d85fcdba02c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7282e04-4884-4873-b5ab-8d85fcdba02c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7282e04-4884-4873-b5ab-8d85fcdba02c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7282e04-4884-4873-b5ab-8d85fcdba02c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7d850a9d-bdbb-4835-b8a8-e4fd877e49a6 {
  box-shadow:0px 4px 20px 0px rgba(52, 26, 82, 0.1);
margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}








#s-7d850a9d-bdbb-4835-b8a8-e4fd877e49a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d850a9d-bdbb-4835-b8a8-e4fd877e49a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af4584b6-4faf-4a77-98f5-fd861bb2f212 {
  text-align: center;
}








#s-af4584b6-4faf-4a77-98f5-fd861bb2f212 .shogun-image-content {
  
    align-items: center;
  
}

#s-948b8226-2882-4b59-af20-4588993ea8c7 {
  padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-948b8226-2882-4b59-af20-4588993ea8c7 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-948b8226-2882-4b59-af20-4588993ea8c7 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-31d8d1a9-31c0-4e78-b9cb-0121305046e4 {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 1200px){#s-31d8d1a9-31c0-4e78-b9cb-0121305046e4 {
  min-height: 160px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31d8d1a9-31c0-4e78-b9cb-0121305046e4 {
  min-height: 160px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-31d8d1a9-31c0-4e78-b9cb-0121305046e4 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-31d8d1a9-31c0-4e78-b9cb-0121305046e4 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-8fc4478d-f052-48ee-b9df-a7b8df1b267f {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 34px;
padding-bottom: 10px;
padding-right: 34px;
border-radius: 2px;
max-width: 178px;
background-color: rgba(229, 230, 229, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-8fc4478d-f052-48ee-b9df-a7b8df1b267f:hover {background-color: rgba(245, 244, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8fc4478d-f052-48ee-b9df-a7b8df1b267f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8fc4478d-f052-48ee-b9df-a7b8df1b267f-root {
    text-align: right;
  }


#s-8fc4478d-f052-48ee-b9df-a7b8df1b267f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8fc4478d-f052-48ee-b9df-a7b8df1b267f-root {
    text-align: right;
  }


#s-8fc4478d-f052-48ee-b9df-a7b8df1b267f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8fc4478d-f052-48ee-b9df-a7b8df1b267f-root {
    text-align: right;
  }


#s-8fc4478d-f052-48ee-b9df-a7b8df1b267f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8fc4478d-f052-48ee-b9df-a7b8df1b267f-root {
    text-align: right;
  }


#s-8fc4478d-f052-48ee-b9df-a7b8df1b267f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8fc4478d-f052-48ee-b9df-a7b8df1b267f-root {
    text-align: right;
  }


#s-8fc4478d-f052-48ee-b9df-a7b8df1b267f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
  #s-8fc4478d-f052-48ee-b9df-a7b8df1b267f-root {
    text-align: right;
  }


#s-8fc4478d-f052-48ee-b9df-a7b8df1b267f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-cdb6868a-81d3-41bd-abd9-0ac307ab1ae3 {
  box-shadow:0px 4px 20px 0px rgba(52, 26, 82, 0.1);
margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}








#s-cdb6868a-81d3-41bd-abd9-0ac307ab1ae3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdb6868a-81d3-41bd-abd9-0ac307ab1ae3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6cc3eb69-f079-4d3d-8d6d-1c2846153e92 {
  text-align: center;
}








#s-6cc3eb69-f079-4d3d-8d6d-1c2846153e92 .shogun-image-content {
  
    align-items: center;
  
}

#s-39631594-ef74-42cb-b620-1e9968abcb0f {
  padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-39631594-ef74-42cb-b620-1e9968abcb0f {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-39631594-ef74-42cb-b620-1e9968abcb0f {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-1f7effae-df8d-4529-9417-3cea3060ed07 {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 1200px){#s-1f7effae-df8d-4529-9417-3cea3060ed07 {
  min-height: 160px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f7effae-df8d-4529-9417-3cea3060ed07 {
  min-height: 160px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f7effae-df8d-4529-9417-3cea3060ed07 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-1f7effae-df8d-4529-9417-3cea3060ed07 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-8356be31-76d2-4906-91ec-00dae1bfae3e {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 34px;
padding-bottom: 10px;
padding-right: 34px;
border-radius: 2px;
max-width: 178px;
background-color: rgba(229, 230, 229, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-8356be31-76d2-4906-91ec-00dae1bfae3e:hover {background-color: rgba(245, 244, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8356be31-76d2-4906-91ec-00dae1bfae3e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8356be31-76d2-4906-91ec-00dae1bfae3e-root {
    text-align: right;
  }


#s-8356be31-76d2-4906-91ec-00dae1bfae3e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8356be31-76d2-4906-91ec-00dae1bfae3e-root {
    text-align: right;
  }


#s-8356be31-76d2-4906-91ec-00dae1bfae3e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8356be31-76d2-4906-91ec-00dae1bfae3e-root {
    text-align: right;
  }


#s-8356be31-76d2-4906-91ec-00dae1bfae3e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8356be31-76d2-4906-91ec-00dae1bfae3e-root {
    text-align: right;
  }


#s-8356be31-76d2-4906-91ec-00dae1bfae3e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8356be31-76d2-4906-91ec-00dae1bfae3e-root {
    text-align: right;
  }


#s-8356be31-76d2-4906-91ec-00dae1bfae3e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
  #s-8356be31-76d2-4906-91ec-00dae1bfae3e-root {
    text-align: right;
  }


#s-8356be31-76d2-4906-91ec-00dae1bfae3e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-889c2f79-bf3f-433f-9d49-3a072cb3adf0 {
  min-height: 50px;
}








#s-889c2f79-bf3f-433f-9d49-3a072cb3adf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-889c2f79-bf3f-433f-9d49-3a072cb3adf0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d2ebd98-3bd6-44a5-90ec-0c227cb4b7a1 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-6d2ebd98-3bd6-44a5-90ec-0c227cb4b7a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d2ebd98-3bd6-44a5-90ec-0c227cb4b7a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6d2ebd98-3bd6-44a5-90ec-0c227cb4b7a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d2ebd98-3bd6-44a5-90ec-0c227cb4b7a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-efb4967b-9bf7-4d7f-b470-d27f08838e79 {
  box-shadow:0px 4px 20px 0px rgba(52, 26, 82, 0.1);
margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}








#s-efb4967b-9bf7-4d7f-b470-d27f08838e79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efb4967b-9bf7-4d7f-b470-d27f08838e79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0372c557-cd6c-40bb-9dff-7c5d28e8b101 {
  text-align: center;
}








#s-0372c557-cd6c-40bb-9dff-7c5d28e8b101 .shogun-image-content {
  
    align-items: center;
  
}

#s-d340edf7-eec6-4ff0-bcca-3e21a4b7c4dc {
  padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d340edf7-eec6-4ff0-bcca-3e21a4b7c4dc {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-d340edf7-eec6-4ff0-bcca-3e21a4b7c4dc {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-56c58d09-e666-4d2f-8cff-72a6601c1bb3 {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 1200px){#s-56c58d09-e666-4d2f-8cff-72a6601c1bb3 {
  min-height: 160px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-56c58d09-e666-4d2f-8cff-72a6601c1bb3 {
  min-height: 160px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-56c58d09-e666-4d2f-8cff-72a6601c1bb3 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-56c58d09-e666-4d2f-8cff-72a6601c1bb3 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-5b7740b1-f265-40c2-948b-a9632c1c61ad {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 34px;
padding-bottom: 10px;
padding-right: 34px;
border-radius: 2px;
max-width: 178px;
background-color: rgba(229, 230, 229, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-5b7740b1-f265-40c2-948b-a9632c1c61ad:hover {background-color: rgba(245, 244, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5b7740b1-f265-40c2-948b-a9632c1c61ad:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5b7740b1-f265-40c2-948b-a9632c1c61ad-root {
    text-align: right;
  }


#s-5b7740b1-f265-40c2-948b-a9632c1c61ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5b7740b1-f265-40c2-948b-a9632c1c61ad-root {
    text-align: right;
  }


#s-5b7740b1-f265-40c2-948b-a9632c1c61ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b7740b1-f265-40c2-948b-a9632c1c61ad-root {
    text-align: right;
  }


#s-5b7740b1-f265-40c2-948b-a9632c1c61ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b7740b1-f265-40c2-948b-a9632c1c61ad-root {
    text-align: right;
  }


#s-5b7740b1-f265-40c2-948b-a9632c1c61ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5b7740b1-f265-40c2-948b-a9632c1c61ad-root {
    text-align: right;
  }


#s-5b7740b1-f265-40c2-948b-a9632c1c61ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
  #s-5b7740b1-f265-40c2-948b-a9632c1c61ad-root {
    text-align: right;
  }


#s-5b7740b1-f265-40c2-948b-a9632c1c61ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-430ea9d6-8abc-4f4d-8910-6f9091e76868 {
  box-shadow:0px 4px 20px 0px rgba(52, 26, 82, 0.1);
margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}








#s-430ea9d6-8abc-4f4d-8910-6f9091e76868 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-430ea9d6-8abc-4f4d-8910-6f9091e76868.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6fd01e8-1a05-45ed-958e-1f805c9a6de0 {
  text-align: center;
}







  #s-c6fd01e8-1a05-45ed-958e-1f805c9a6de0 img.shogun-image {
    

    
    
    
  }


#s-c6fd01e8-1a05-45ed-958e-1f805c9a6de0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5976b30-b581-4c99-b1e0-8eccd00b3508 {
  padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f5976b30-b581-4c99-b1e0-8eccd00b3508 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-f5976b30-b581-4c99-b1e0-8eccd00b3508 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-68bcffe5-9fbb-4428-9310-f9797d582eff {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 1200px){#s-68bcffe5-9fbb-4428-9310-f9797d582eff {
  min-height: 160px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68bcffe5-9fbb-4428-9310-f9797d582eff {
  min-height: 160px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-68bcffe5-9fbb-4428-9310-f9797d582eff {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-68bcffe5-9fbb-4428-9310-f9797d582eff {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-f386e2b3-3901-432c-b046-0b455e0502a3 {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 34px;
padding-bottom: 10px;
padding-right: 34px;
border-radius: 2px;
max-width: 178px;
background-color: rgba(229, 230, 229, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-f386e2b3-3901-432c-b046-0b455e0502a3:hover {background-color: rgba(245, 244, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f386e2b3-3901-432c-b046-0b455e0502a3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f386e2b3-3901-432c-b046-0b455e0502a3-root {
    text-align: right;
  }


#s-f386e2b3-3901-432c-b046-0b455e0502a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f386e2b3-3901-432c-b046-0b455e0502a3-root {
    text-align: right;
  }


#s-f386e2b3-3901-432c-b046-0b455e0502a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f386e2b3-3901-432c-b046-0b455e0502a3-root {
    text-align: right;
  }


#s-f386e2b3-3901-432c-b046-0b455e0502a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f386e2b3-3901-432c-b046-0b455e0502a3-root {
    text-align: right;
  }


#s-f386e2b3-3901-432c-b046-0b455e0502a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f386e2b3-3901-432c-b046-0b455e0502a3-root {
    text-align: right;
  }


#s-f386e2b3-3901-432c-b046-0b455e0502a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
  #s-f386e2b3-3901-432c-b046-0b455e0502a3-root {
    text-align: right;
  }


#s-f386e2b3-3901-432c-b046-0b455e0502a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-bbf2610b-b48b-43e0-8464-cdd3a2efd809 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bbf2610b-b48b-43e0-8464-cdd3a2efd809 {
  display: none;
}
#s-bbf2610b-b48b-43e0-8464-cdd3a2efd809, #wrap-s-bbf2610b-b48b-43e0-8464-cdd3a2efd809 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bbf2610b-b48b-43e0-8464-cdd3a2efd809 {
  display: none;
}
#s-bbf2610b-b48b-43e0-8464-cdd3a2efd809, #wrap-s-bbf2610b-b48b-43e0-8464-cdd3a2efd809 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bbf2610b-b48b-43e0-8464-cdd3a2efd809 {
  display: none;
}
#s-bbf2610b-b48b-43e0-8464-cdd3a2efd809, #wrap-s-bbf2610b-b48b-43e0-8464-cdd3a2efd809 { display:none !important; }}@media (max-width: 767px){#s-bbf2610b-b48b-43e0-8464-cdd3a2efd809 {
  display: none;
}
#s-bbf2610b-b48b-43e0-8464-cdd3a2efd809, #wrap-s-bbf2610b-b48b-43e0-8464-cdd3a2efd809 { display:none !important; }}







#s-bbf2610b-b48b-43e0-8464-cdd3a2efd809 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbf2610b-b48b-43e0-8464-cdd3a2efd809.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c15179d-8f76-420f-9f80-f2c7a4b79eb6 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 1440px;
opacity: 1;
}
@media (min-width: 1200px){#s-3c15179d-8f76-420f-9f80-f2c7a4b79eb6 {
  
}
}
@media (min-width: 0px) {
[id="s-3c15179d-8f76-420f-9f80-f2c7a4b79eb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c15179d-8f76-420f-9f80-f2c7a4b79eb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c15179d-8f76-420f-9f80-f2c7a4b79eb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c15179d-8f76-420f-9f80-f2c7a4b79eb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-31091654-000f-4950-b720-a678f9d42f04 {
  box-shadow:0px 4px 20px 0px rgba(52, 26, 82, 0.1);
margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}








#s-31091654-000f-4950-b720-a678f9d42f04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31091654-000f-4950-b720-a678f9d42f04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-725a6500-cca0-462d-9b8b-93b6f46ba687 {
  text-align: center;
}








#s-725a6500-cca0-462d-9b8b-93b6f46ba687 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7f7a5a1-84f5-49ef-8dce-2df27a9f0cf9 {
  padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f7f7a5a1-84f5-49ef-8dce-2df27a9f0cf9 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-f7f7a5a1-84f5-49ef-8dce-2df27a9f0cf9 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-d2c53b28-303f-4de4-908f-b8af430245b8 {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d2c53b28-303f-4de4-908f-b8af430245b8 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-d2c53b28-303f-4de4-908f-b8af430245b8 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-cb182f3d-d465-4ec8-9a77-a7b2ad8c6918 {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 34px;
padding-bottom: 10px;
padding-right: 34px;
border-radius: 2px;
max-width: 178px;
background-color: rgba(229, 230, 229, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-cb182f3d-d465-4ec8-9a77-a7b2ad8c6918:hover {background-color: rgba(245, 244, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cb182f3d-d465-4ec8-9a77-a7b2ad8c6918:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cb182f3d-d465-4ec8-9a77-a7b2ad8c6918-root {
    text-align: right;
  }


#s-cb182f3d-d465-4ec8-9a77-a7b2ad8c6918.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cb182f3d-d465-4ec8-9a77-a7b2ad8c6918-root {
    text-align: right;
  }


#s-cb182f3d-d465-4ec8-9a77-a7b2ad8c6918.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cb182f3d-d465-4ec8-9a77-a7b2ad8c6918-root {
    text-align: right;
  }


#s-cb182f3d-d465-4ec8-9a77-a7b2ad8c6918.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cb182f3d-d465-4ec8-9a77-a7b2ad8c6918-root {
    text-align: right;
  }


#s-cb182f3d-d465-4ec8-9a77-a7b2ad8c6918.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cb182f3d-d465-4ec8-9a77-a7b2ad8c6918-root {
    text-align: right;
  }


#s-cb182f3d-d465-4ec8-9a77-a7b2ad8c6918.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
  #s-cb182f3d-d465-4ec8-9a77-a7b2ad8c6918-root {
    text-align: right;
  }


#s-cb182f3d-d465-4ec8-9a77-a7b2ad8c6918.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-e854ae5b-c916-40a8-9dbc-b029a507fe5b {
  box-shadow:0px 4px 20px 0px rgba(52, 26, 82, 0.1);
margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}








#s-e854ae5b-c916-40a8-9dbc-b029a507fe5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e854ae5b-c916-40a8-9dbc-b029a507fe5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79c96272-db93-40e4-97be-a9d0b3757206 {
  text-align: center;
}








#s-79c96272-db93-40e4-97be-a9d0b3757206 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7465f45-f171-4a39-ae7f-65969bc40082 {
  padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a7465f45-f171-4a39-ae7f-65969bc40082 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-a7465f45-f171-4a39-ae7f-65969bc40082 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-4612ac31-a304-4684-9b75-8772ab65ca9a {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4612ac31-a304-4684-9b75-8772ab65ca9a {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-4612ac31-a304-4684-9b75-8772ab65ca9a {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-3266b541-b244-4618-9447-26af13ac81b1 {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 34px;
padding-bottom: 10px;
padding-right: 34px;
border-radius: 2px;
max-width: 178px;
background-color: rgba(229, 230, 229, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-3266b541-b244-4618-9447-26af13ac81b1:hover {background-color: rgba(245, 244, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3266b541-b244-4618-9447-26af13ac81b1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3266b541-b244-4618-9447-26af13ac81b1-root {
    text-align: right;
  }


#s-3266b541-b244-4618-9447-26af13ac81b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3266b541-b244-4618-9447-26af13ac81b1-root {
    text-align: right;
  }


#s-3266b541-b244-4618-9447-26af13ac81b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3266b541-b244-4618-9447-26af13ac81b1-root {
    text-align: right;
  }


#s-3266b541-b244-4618-9447-26af13ac81b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3266b541-b244-4618-9447-26af13ac81b1-root {
    text-align: right;
  }


#s-3266b541-b244-4618-9447-26af13ac81b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3266b541-b244-4618-9447-26af13ac81b1-root {
    text-align: right;
  }


#s-3266b541-b244-4618-9447-26af13ac81b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
  #s-3266b541-b244-4618-9447-26af13ac81b1-root {
    text-align: right;
  }


#s-3266b541-b244-4618-9447-26af13ac81b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-379df31c-0949-4a92-af67-0ace169df515 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-379df31c-0949-4a92-af67-0ace169df515 {
  display: none;
}
#s-379df31c-0949-4a92-af67-0ace169df515, #wrap-s-379df31c-0949-4a92-af67-0ace169df515 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-379df31c-0949-4a92-af67-0ace169df515 {
  display: none;
}
#s-379df31c-0949-4a92-af67-0ace169df515, #wrap-s-379df31c-0949-4a92-af67-0ace169df515 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-379df31c-0949-4a92-af67-0ace169df515 {
  display: none;
}
#s-379df31c-0949-4a92-af67-0ace169df515, #wrap-s-379df31c-0949-4a92-af67-0ace169df515 { display:none !important; }}@media (max-width: 767px){#s-379df31c-0949-4a92-af67-0ace169df515 {
  display: none;
}
#s-379df31c-0949-4a92-af67-0ace169df515, #wrap-s-379df31c-0949-4a92-af67-0ace169df515 { display:none !important; }}







#s-379df31c-0949-4a92-af67-0ace169df515 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-379df31c-0949-4a92-af67-0ace169df515.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78c6589b-2f36-4390-a4cf-ff13c33c3220 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-78c6589b-2f36-4390-a4cf-ff13c33c3220"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78c6589b-2f36-4390-a4cf-ff13c33c3220"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-78c6589b-2f36-4390-a4cf-ff13c33c3220"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-78c6589b-2f36-4390-a4cf-ff13c33c3220"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e7ef6f8b-c734-4be9-aea7-2cf964eb9e25 {
  box-shadow:0px 4px 20px 0px rgba(52, 26, 82, 0.1);
margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}








#s-e7ef6f8b-c734-4be9-aea7-2cf964eb9e25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7ef6f8b-c734-4be9-aea7-2cf964eb9e25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b88dcbcc-d756-4ca2-8cc4-7ab2b8b0f365 {
  text-align: center;
}








#s-b88dcbcc-d756-4ca2-8cc4-7ab2b8b0f365 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c599cf8-6b1f-4795-b76a-876b6fd9fe21 {
  padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4c599cf8-6b1f-4795-b76a-876b6fd9fe21 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-4c599cf8-6b1f-4795-b76a-876b6fd9fe21 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-48592a51-4d80-44ef-acc5-174d4da0cd26 {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-48592a51-4d80-44ef-acc5-174d4da0cd26 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-48592a51-4d80-44ef-acc5-174d4da0cd26 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-3eedc175-5484-4d38-900d-4678a7c30294 {
  margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 34px;
padding-bottom: 10px;
padding-right: 34px;
border-radius: 2px;
max-width: 178px;
background-color: rgba(229, 230, 229, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-3eedc175-5484-4d38-900d-4678a7c30294:hover {background-color: rgba(245, 244, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3eedc175-5484-4d38-900d-4678a7c30294:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3eedc175-5484-4d38-900d-4678a7c30294-root {
    text-align: right;
  }


#s-3eedc175-5484-4d38-900d-4678a7c30294.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3eedc175-5484-4d38-900d-4678a7c30294-root {
    text-align: right;
  }


#s-3eedc175-5484-4d38-900d-4678a7c30294.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3eedc175-5484-4d38-900d-4678a7c30294-root {
    text-align: right;
  }


#s-3eedc175-5484-4d38-900d-4678a7c30294.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3eedc175-5484-4d38-900d-4678a7c30294-root {
    text-align: right;
  }


#s-3eedc175-5484-4d38-900d-4678a7c30294.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3eedc175-5484-4d38-900d-4678a7c30294-root {
    text-align: right;
  }


#s-3eedc175-5484-4d38-900d-4678a7c30294.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
  #s-3eedc175-5484-4d38-900d-4678a7c30294-root {
    text-align: right;
  }


#s-3eedc175-5484-4d38-900d-4678a7c30294.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-64724214-c543-4cb1-ab00-0884d390377b {
  box-shadow:0px 4px 20px 0px rgba(52, 26, 82, 0.1);
margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}








#s-64724214-c543-4cb1-ab00-0884d390377b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64724214-c543-4cb1-ab00-0884d390377b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f940435-8a9c-4779-b2fa-89aa006affa2 {
  text-align: center;
}








#s-4f940435-8a9c-4779-b2fa-89aa006affa2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f92a702f-a8b2-42ca-bbdd-6c2a25279787 {
  padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f92a702f-a8b2-42ca-bbdd-6c2a25279787 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-f92a702f-a8b2-42ca-bbdd-6c2a25279787 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-49f2c0c6-c2b2-4337-a185-b19624cd7bad {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-49f2c0c6-c2b2-4337-a185-b19624cd7bad {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-49f2c0c6-c2b2-4337-a185-b19624cd7bad {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-f80fff14-f776-42e7-94cb-e29ebea01991 {
  margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 34px;
padding-bottom: 10px;
padding-right: 34px;
border-radius: 2px;
max-width: 178px;
background-color: rgba(229, 230, 229, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-f80fff14-f776-42e7-94cb-e29ebea01991:hover {background-color: rgba(245, 244, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f80fff14-f776-42e7-94cb-e29ebea01991:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f80fff14-f776-42e7-94cb-e29ebea01991-root {
    text-align: right;
  }


#s-f80fff14-f776-42e7-94cb-e29ebea01991.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f80fff14-f776-42e7-94cb-e29ebea01991-root {
    text-align: right;
  }


#s-f80fff14-f776-42e7-94cb-e29ebea01991.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f80fff14-f776-42e7-94cb-e29ebea01991-root {
    text-align: right;
  }


#s-f80fff14-f776-42e7-94cb-e29ebea01991.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f80fff14-f776-42e7-94cb-e29ebea01991-root {
    text-align: right;
  }


#s-f80fff14-f776-42e7-94cb-e29ebea01991.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f80fff14-f776-42e7-94cb-e29ebea01991-root {
    text-align: right;
  }


#s-f80fff14-f776-42e7-94cb-e29ebea01991.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
  #s-f80fff14-f776-42e7-94cb-e29ebea01991-root {
    text-align: right;
  }


#s-f80fff14-f776-42e7-94cb-e29ebea01991.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-7aff2581-80e8-464f-8ce5-c6a50d0ac543 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7aff2581-80e8-464f-8ce5-c6a50d0ac543 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-7aff2581-80e8-464f-8ce5-c6a50d0ac543 {
  min-height: 300px;
}
}







#s-7aff2581-80e8-464f-8ce5-c6a50d0ac543 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7aff2581-80e8-464f-8ce5-c6a50d0ac543.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af199fba-421e-4098-8e08-6a60400a7311 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-af199fba-421e-4098-8e08-6a60400a7311 {
  display: none;
}
#s-af199fba-421e-4098-8e08-6a60400a7311, #wrap-s-af199fba-421e-4098-8e08-6a60400a7311 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af199fba-421e-4098-8e08-6a60400a7311 {
  display: none;
}
#s-af199fba-421e-4098-8e08-6a60400a7311, #wrap-s-af199fba-421e-4098-8e08-6a60400a7311 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-af199fba-421e-4098-8e08-6a60400a7311 {
  display: none;
}
#s-af199fba-421e-4098-8e08-6a60400a7311, #wrap-s-af199fba-421e-4098-8e08-6a60400a7311 { display:none !important; }}@media (max-width: 767px){#s-af199fba-421e-4098-8e08-6a60400a7311 {
  display: none;
}
#s-af199fba-421e-4098-8e08-6a60400a7311, #wrap-s-af199fba-421e-4098-8e08-6a60400a7311 { display:none !important; }}







#s-af199fba-421e-4098-8e08-6a60400a7311 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af199fba-421e-4098-8e08-6a60400a7311.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cb6d207-9e61-4a6d-8492-ad99346260f9 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 1440px;
opacity: 1;
}
@media (min-width: 1200px){#s-3cb6d207-9e61-4a6d-8492-ad99346260f9 {
  
}
}
@media (min-width: 0px) {
[id="s-3cb6d207-9e61-4a6d-8492-ad99346260f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3cb6d207-9e61-4a6d-8492-ad99346260f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3cb6d207-9e61-4a6d-8492-ad99346260f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cb6d207-9e61-4a6d-8492-ad99346260f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-534ad584-dc6c-40d2-9cff-c297ea5d61b0 {
  box-shadow:0px 4px 20px 0px rgba(52, 26, 82, 0.1);
margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}








#s-534ad584-dc6c-40d2-9cff-c297ea5d61b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-534ad584-dc6c-40d2-9cff-c297ea5d61b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9bea484-09e4-4856-9f4f-f20f09f682c3 {
  text-align: center;
}








#s-d9bea484-09e4-4856-9f4f-f20f09f682c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1bfafb7-a5dc-4c24-9577-a7fc189c41b3 {
  padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a1bfafb7-a5dc-4c24-9577-a7fc189c41b3 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-a1bfafb7-a5dc-4c24-9577-a7fc189c41b3 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-f1c2eb35-45f9-42d8-bbe0-6227ddf094ca {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f1c2eb35-45f9-42d8-bbe0-6227ddf094ca {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-f1c2eb35-45f9-42d8-bbe0-6227ddf094ca {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-d02ae2a2-3993-4c2d-b26e-4702c9eb58f8 {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 34px;
padding-bottom: 10px;
padding-right: 34px;
border-radius: 2px;
max-width: 178px;
background-color: rgba(229, 230, 229, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d02ae2a2-3993-4c2d-b26e-4702c9eb58f8:hover {background-color: rgba(245, 244, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d02ae2a2-3993-4c2d-b26e-4702c9eb58f8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d02ae2a2-3993-4c2d-b26e-4702c9eb58f8-root {
    text-align: right;
  }


#s-d02ae2a2-3993-4c2d-b26e-4702c9eb58f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d02ae2a2-3993-4c2d-b26e-4702c9eb58f8-root {
    text-align: right;
  }


#s-d02ae2a2-3993-4c2d-b26e-4702c9eb58f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d02ae2a2-3993-4c2d-b26e-4702c9eb58f8-root {
    text-align: right;
  }


#s-d02ae2a2-3993-4c2d-b26e-4702c9eb58f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d02ae2a2-3993-4c2d-b26e-4702c9eb58f8-root {
    text-align: right;
  }


#s-d02ae2a2-3993-4c2d-b26e-4702c9eb58f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d02ae2a2-3993-4c2d-b26e-4702c9eb58f8-root {
    text-align: right;
  }


#s-d02ae2a2-3993-4c2d-b26e-4702c9eb58f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
  #s-d02ae2a2-3993-4c2d-b26e-4702c9eb58f8-root {
    text-align: right;
  }


#s-d02ae2a2-3993-4c2d-b26e-4702c9eb58f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-ea13d823-69c4-4ba1-9b11-6711a8c781df {
  box-shadow:0px 4px 20px 0px rgba(52, 26, 82, 0.1);
margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}








#s-ea13d823-69c4-4ba1-9b11-6711a8c781df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea13d823-69c4-4ba1-9b11-6711a8c781df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab7b3ac7-d60e-44eb-b46c-78d8628d417e {
  text-align: center;
}








#s-ab7b3ac7-d60e-44eb-b46c-78d8628d417e .shogun-image-content {
  
    align-items: center;
  
}

#s-2cc9dd30-5006-4a6c-bc56-e2b72a8faf6d {
  padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2cc9dd30-5006-4a6c-bc56-e2b72a8faf6d {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-2cc9dd30-5006-4a6c-bc56-e2b72a8faf6d {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-b0293f5d-d8e6-4eb3-83dc-cd856d8228b6 {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b0293f5d-d8e6-4eb3-83dc-cd856d8228b6 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-b0293f5d-d8e6-4eb3-83dc-cd856d8228b6 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-7572909c-123c-4061-b086-a0f8a1398130 {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 34px;
padding-bottom: 10px;
padding-right: 34px;
border-radius: 2px;
max-width: 178px;
background-color: rgba(229, 230, 229, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7572909c-123c-4061-b086-a0f8a1398130:hover {background-color: rgba(245, 244, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7572909c-123c-4061-b086-a0f8a1398130:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7572909c-123c-4061-b086-a0f8a1398130-root {
    text-align: right;
  }


#s-7572909c-123c-4061-b086-a0f8a1398130.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7572909c-123c-4061-b086-a0f8a1398130-root {
    text-align: right;
  }


#s-7572909c-123c-4061-b086-a0f8a1398130.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7572909c-123c-4061-b086-a0f8a1398130-root {
    text-align: right;
  }


#s-7572909c-123c-4061-b086-a0f8a1398130.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7572909c-123c-4061-b086-a0f8a1398130-root {
    text-align: right;
  }


#s-7572909c-123c-4061-b086-a0f8a1398130.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7572909c-123c-4061-b086-a0f8a1398130-root {
    text-align: right;
  }


#s-7572909c-123c-4061-b086-a0f8a1398130.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
  #s-7572909c-123c-4061-b086-a0f8a1398130-root {
    text-align: right;
  }


#s-7572909c-123c-4061-b086-a0f8a1398130.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-12eaa6da-5ed1-4810-8dd1-628135229a05 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-12eaa6da-5ed1-4810-8dd1-628135229a05 {
  display: none;
}
#s-12eaa6da-5ed1-4810-8dd1-628135229a05, #wrap-s-12eaa6da-5ed1-4810-8dd1-628135229a05 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12eaa6da-5ed1-4810-8dd1-628135229a05 {
  display: none;
}
#s-12eaa6da-5ed1-4810-8dd1-628135229a05, #wrap-s-12eaa6da-5ed1-4810-8dd1-628135229a05 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-12eaa6da-5ed1-4810-8dd1-628135229a05 {
  display: none;
}
#s-12eaa6da-5ed1-4810-8dd1-628135229a05, #wrap-s-12eaa6da-5ed1-4810-8dd1-628135229a05 { display:none !important; }}@media (max-width: 767px){#s-12eaa6da-5ed1-4810-8dd1-628135229a05 {
  display: none;
}
#s-12eaa6da-5ed1-4810-8dd1-628135229a05, #wrap-s-12eaa6da-5ed1-4810-8dd1-628135229a05 { display:none !important; }}







#s-12eaa6da-5ed1-4810-8dd1-628135229a05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12eaa6da-5ed1-4810-8dd1-628135229a05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9687022-446f-4c4f-8faa-36dd1739c0c3 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-f9687022-446f-4c4f-8faa-36dd1739c0c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9687022-446f-4c4f-8faa-36dd1739c0c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f9687022-446f-4c4f-8faa-36dd1739c0c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9687022-446f-4c4f-8faa-36dd1739c0c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d249c4b7-9c93-4e00-b933-e41792583429 {
  box-shadow:0px 4px 20px 0px rgba(52, 26, 82, 0.1);
margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}








#s-d249c4b7-9c93-4e00-b933-e41792583429 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d249c4b7-9c93-4e00-b933-e41792583429.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a4df7c9-ce82-4967-badd-ad0eca4cac3b {
  text-align: center;
}








#s-5a4df7c9-ce82-4967-badd-ad0eca4cac3b .shogun-image-content {
  
    align-items: center;
  
}

#s-9ae1964e-7f57-4d60-b738-995c942d02cd {
  padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9ae1964e-7f57-4d60-b738-995c942d02cd {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-9ae1964e-7f57-4d60-b738-995c942d02cd {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-0571efb9-36bb-4a66-94ad-561ac33b6eb5 {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0571efb9-36bb-4a66-94ad-561ac33b6eb5 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-0571efb9-36bb-4a66-94ad-561ac33b6eb5 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-bb9a4243-c806-4e26-8999-f50cffa0755f {
  margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 34px;
padding-bottom: 10px;
padding-right: 34px;
border-radius: 2px;
max-width: 178px;
background-color: rgba(229, 230, 229, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-bb9a4243-c806-4e26-8999-f50cffa0755f:hover {background-color: rgba(245, 244, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bb9a4243-c806-4e26-8999-f50cffa0755f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bb9a4243-c806-4e26-8999-f50cffa0755f-root {
    text-align: right;
  }


#s-bb9a4243-c806-4e26-8999-f50cffa0755f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bb9a4243-c806-4e26-8999-f50cffa0755f-root {
    text-align: right;
  }


#s-bb9a4243-c806-4e26-8999-f50cffa0755f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb9a4243-c806-4e26-8999-f50cffa0755f-root {
    text-align: right;
  }


#s-bb9a4243-c806-4e26-8999-f50cffa0755f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb9a4243-c806-4e26-8999-f50cffa0755f-root {
    text-align: right;
  }


#s-bb9a4243-c806-4e26-8999-f50cffa0755f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bb9a4243-c806-4e26-8999-f50cffa0755f-root {
    text-align: right;
  }


#s-bb9a4243-c806-4e26-8999-f50cffa0755f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
  #s-bb9a4243-c806-4e26-8999-f50cffa0755f-root {
    text-align: right;
  }


#s-bb9a4243-c806-4e26-8999-f50cffa0755f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-caae525c-d62f-404f-ad99-3339c811dace {
  box-shadow:0px 4px 20px 0px rgba(52, 26, 82, 0.1);
margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}








#s-caae525c-d62f-404f-ad99-3339c811dace > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caae525c-d62f-404f-ad99-3339c811dace.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7b29576-6b8c-4053-a013-5a2dcfe6bc44 {
  text-align: center;
}








#s-d7b29576-6b8c-4053-a013-5a2dcfe6bc44 .shogun-image-content {
  
    align-items: center;
  
}

#s-672888f2-5f03-4338-b93c-4e1fdc2261e3 {
  padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-672888f2-5f03-4338-b93c-4e1fdc2261e3 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-672888f2-5f03-4338-b93c-4e1fdc2261e3 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-7ce690b3-7981-4ea7-a63b-7360dbd145d2 {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7ce690b3-7981-4ea7-a63b-7360dbd145d2 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-7ce690b3-7981-4ea7-a63b-7360dbd145d2 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-0396a515-a79f-4080-843d-bef22e624733 {
  margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 34px;
padding-bottom: 10px;
padding-right: 34px;
border-radius: 2px;
max-width: 178px;
background-color: rgba(229, 230, 229, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-0396a515-a79f-4080-843d-bef22e624733:hover {background-color: rgba(245, 244, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0396a515-a79f-4080-843d-bef22e624733:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0396a515-a79f-4080-843d-bef22e624733-root {
    text-align: right;
  }


#s-0396a515-a79f-4080-843d-bef22e624733.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0396a515-a79f-4080-843d-bef22e624733-root {
    text-align: right;
  }


#s-0396a515-a79f-4080-843d-bef22e624733.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0396a515-a79f-4080-843d-bef22e624733-root {
    text-align: right;
  }


#s-0396a515-a79f-4080-843d-bef22e624733.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0396a515-a79f-4080-843d-bef22e624733-root {
    text-align: right;
  }


#s-0396a515-a79f-4080-843d-bef22e624733.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0396a515-a79f-4080-843d-bef22e624733-root {
    text-align: right;
  }


#s-0396a515-a79f-4080-843d-bef22e624733.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
  #s-0396a515-a79f-4080-843d-bef22e624733-root {
    text-align: right;
  }


#s-0396a515-a79f-4080-843d-bef22e624733.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-7e17da1f-4b6f-47dc-a5aa-2b1b300ec728 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 600px;
background-position: center top;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e17da1f-4b6f-47dc-a5aa-2b1b300ec728 {
  background-attachment: scroll;
}
}







#s-7e17da1f-4b6f-47dc-a5aa-2b1b300ec728 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e17da1f-4b6f-47dc-a5aa-2b1b300ec728.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-7e17da1f-4b6f-47dc-a5aa-2b1b300ec728 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
}#s-7e17da1f-4b6f-47dc-a5aa-2b1b300ec728.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-7e17da1f-4b6f-47dc-a5aa-2b1b300ec728 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.4;
}#s-7e17da1f-4b6f-47dc-a5aa-2b1b300ec728.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-bdc5a976-6b26-4b7b-aae1-abd3590da3a6 {
  margin-left: auto;
margin-right: auto;
padding-left: 60px;
padding-right: 60px;
min-height: 50px;
max-width: 1550px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bdc5a976-6b26-4b7b-aae1-abd3590da3a6 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-bdc5a976-6b26-4b7b-aae1-abd3590da3a6 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-bdc5a976-6b26-4b7b-aae1-abd3590da3a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdc5a976-6b26-4b7b-aae1-abd3590da3a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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