.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-0862ac03-d112-48ea-9b01-c46ac3b693e9 {
  min-height: 50px;
}








#s-0862ac03-d112-48ea-9b01-c46ac3b693e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0862ac03-d112-48ea-9b01-c46ac3b693e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-106cd03c-cf92-452f-873b-86a731ca02e9 {
  margin-top: -40px;
margin-left: 0px;
margin-bottom: -35px;
margin-right: 80px;
}
@media (min-width: 1200px){#s-106cd03c-cf92-452f-873b-86a731ca02e9 {
  margin-bottom: -45px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-106cd03c-cf92-452f-873b-86a731ca02e9 {
  margin-bottom: -45px;
}
}@media (max-width: 767px){#s-106cd03c-cf92-452f-873b-86a731ca02e9 {
  margin-right: 0px;
}
}
#s-106cd03c-cf92-452f-873b-86a731ca02e9 hr {
  border-top: 2px solid #ddd;
}

#s-69614b67-7296-4e0f-bfc6-4e488c2f6563 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 3px;
padding-bottom: 10px;
padding-right: 1px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(128, 39, 231, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (min-width: 1200px){#s-69614b67-7296-4e0f-bfc6-4e488c2f6563 {
  display: none;
}
#s-69614b67-7296-4e0f-bfc6-4e488c2f6563, #wrap-s-69614b67-7296-4e0f-bfc6-4e488c2f6563 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69614b67-7296-4e0f-bfc6-4e488c2f6563 {
  display: none;
}
#s-69614b67-7296-4e0f-bfc6-4e488c2f6563, #wrap-s-69614b67-7296-4e0f-bfc6-4e488c2f6563 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69614b67-7296-4e0f-bfc6-4e488c2f6563 {
  display: none;
}
#s-69614b67-7296-4e0f-bfc6-4e488c2f6563, #wrap-s-69614b67-7296-4e0f-bfc6-4e488c2f6563 { display:none !important; }}@media (max-width: 767px){#s-69614b67-7296-4e0f-bfc6-4e488c2f6563 {
  
}
}







#s-69614b67-7296-4e0f-bfc6-4e488c2f6563 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69614b67-7296-4e0f-bfc6-4e488c2f6563.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-bbb5d851-4960-44ca-98c3-d68a0325dbad {
  margin-top: 0px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-bbb5d851-4960-44ca-98c3-d68a0325dbad"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-bbb5d851-4960-44ca-98c3-d68a0325dbad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bbb5d851-4960-44ca-98c3-d68a0325dbad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bbb5d851-4960-44ca-98c3-d68a0325dbad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6a72fc3d-b0f2-4ba5-b2a4-d4ecb65e5096 {
  margin-left: 2px;
margin-right: 2px;
padding-left: 0px;
padding-right: 0px;
}

#s-6a72fc3d-b0f2-4ba5-b2a4-d4ecb65e5096 .shogun-icon-wrapper {
  text-align: center;
}


#s-6a72fc3d-b0f2-4ba5-b2a4-d4ecb65e5096 .shogun-icon-wrapper > .shogun-icon {

  font-size: 19px !important;
  color: rgba(128, 39, 231, 1);
}
@media (max-width: 767px){#s-6a72fc3d-b0f2-4ba5-b2a4-d4ecb65e5096 .shogun-icon-wrapper {
  text-align: left;
}


#s-6a72fc3d-b0f2-4ba5-b2a4-d4ecb65e5096 .shogun-icon-wrapper > .shogun-icon {

  font-size: 19px !important;
  color: rgba(128, 39, 231, 1);
}
}
#s-df4e405b-018e-4b81-b481-1c4c8265e422 {
  margin-top: -3px;
margin-left: -57px;
margin-right: 0px;
max-width: 150px;
}

#s-7109ec13-3ba7-4f1b-ac62-e34dd9f21ba8 {
  margin-left: -14px;
}

#s-7109ec13-3ba7-4f1b-ac62-e34dd9f21ba8 .shogun-icon-wrapper {
  text-align: left;
}


#s-7109ec13-3ba7-4f1b-ac62-e34dd9f21ba8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 17px !important;
  color: rgba(128, 39, 231, 1);
}

#s-58d5e56d-cee9-469a-aa47-9c1de46ebe98 {
  margin-top: -3px;
margin-left: -74px;
max-width: 150px;
}

#s-64224ecf-9143-4863-a226-11edca43c0ae {
  margin-top: 12px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-64224ecf-9143-4863-a226-11edca43c0ae"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-64224ecf-9143-4863-a226-11edca43c0ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-64224ecf-9143-4863-a226-11edca43c0ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-64224ecf-9143-4863-a226-11edca43c0ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-23808ade-5bc8-4086-a4c2-dbb5aec04319 {
  padding-left: 2px;
padding-right: 2px;
}

#s-23808ade-5bc8-4086-a4c2-dbb5aec04319 .shogun-icon-wrapper {
  text-align: ;
}


#s-23808ade-5bc8-4086-a4c2-dbb5aec04319 .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(128, 39, 231, 1);
}

#s-597b4419-3715-4c27-a729-1b6f4f6b924e {
  margin-top: -5px;
margin-left: -57px;
margin-right: -13px;
max-width: 159px;
}

#s-9a08fadf-80b4-4a18-a2b0-73c95b2ffba0 {
  margin-left: -14px;
}

#s-9a08fadf-80b4-4a18-a2b0-73c95b2ffba0 .shogun-icon-wrapper {
  text-align: left;
}


#s-9a08fadf-80b4-4a18-a2b0-73c95b2ffba0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(128, 39, 231, 1);
}

#s-b4c77006-f6cb-4174-8a3d-b6838f3318a6 {
  margin-top: -5px;
margin-left: -74px;
max-width: 150px;
}

#s-b6c1723a-7483-46d1-8772-7eec11df72ed {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 1px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(128, 39, 231, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b6c1723a-7483-46d1-8772-7eec11df72ed {
  display: none;
}
#s-b6c1723a-7483-46d1-8772-7eec11df72ed, #wrap-s-b6c1723a-7483-46d1-8772-7eec11df72ed { display:none !important; }}@media (max-width: 767px){#s-b6c1723a-7483-46d1-8772-7eec11df72ed {
  display: none;
}
#s-b6c1723a-7483-46d1-8772-7eec11df72ed, #wrap-s-b6c1723a-7483-46d1-8772-7eec11df72ed { display:none !important; }}







#s-b6c1723a-7483-46d1-8772-7eec11df72ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6c1723a-7483-46d1-8772-7eec11df72ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d8cb1be-af7f-4055-9c05-633e2071dce1 {
  margin-top: 0px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-7d8cb1be-af7f-4055-9c05-633e2071dce1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7d8cb1be-af7f-4055-9c05-633e2071dce1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7d8cb1be-af7f-4055-9c05-633e2071dce1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7d8cb1be-af7f-4055-9c05-633e2071dce1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7d8cb1be-af7f-4055-9c05-633e2071dce1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7d8cb1be-af7f-4055-9c05-633e2071dce1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7d8cb1be-af7f-4055-9c05-633e2071dce1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7d8cb1be-af7f-4055-9c05-633e2071dce1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7d8cb1be-af7f-4055-9c05-633e2071dce1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7d8cb1be-af7f-4055-9c05-633e2071dce1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

}

#s-61bc898f-f823-4f06-b67d-1a6b0c971daa {
  margin-left: 2px;
margin-right: 2px;
}

#s-61bc898f-f823-4f06-b67d-1a6b0c971daa .shogun-icon-wrapper {
  text-align: center;
}


#s-61bc898f-f823-4f06-b67d-1a6b0c971daa .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(128, 39, 231, 1);
}
@media (max-width: 767px){#s-61bc898f-f823-4f06-b67d-1a6b0c971daa .shogun-icon-wrapper {
  text-align: left;
}


#s-61bc898f-f823-4f06-b67d-1a6b0c971daa .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(128, 39, 231, 1);
}
}
#s-2e91e711-55e4-476d-965e-200318c75020 {
  margin-left: 0px;
margin-right: 0px;
max-width: 150px;
}

#s-8ab67394-6dc8-45fb-83e6-d489815d6405 .shogun-icon-wrapper {
  text-align: left;
}


#s-8ab67394-6dc8-45fb-83e6-d489815d6405 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(128, 39, 231, 1);
}

#s-06605e05-37dc-499b-9056-7993e73a17b3 {
  max-width: 150px;
}

#s-dcf90c77-3cfb-46a8-8bc5-de391018576e {
  margin-top: -8px;
margin-bottom: -8px;
}

@media (min-width: 0px) {
[id="s-dcf90c77-3cfb-46a8-8bc5-de391018576e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dcf90c77-3cfb-46a8-8bc5-de391018576e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-dcf90c77-3cfb-46a8-8bc5-de391018576e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-dcf90c77-3cfb-46a8-8bc5-de391018576e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-dcf90c77-3cfb-46a8-8bc5-de391018576e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-dcf90c77-3cfb-46a8-8bc5-de391018576e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-dcf90c77-3cfb-46a8-8bc5-de391018576e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-dcf90c77-3cfb-46a8-8bc5-de391018576e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-dcf90c77-3cfb-46a8-8bc5-de391018576e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-dcf90c77-3cfb-46a8-8bc5-de391018576e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

}

#s-f7ba9ae0-c584-4fc8-9cca-b6a034109ab4 .shogun-icon-wrapper {
  text-align: ;
}


#s-f7ba9ae0-c584-4fc8-9cca-b6a034109ab4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(128, 39, 231, 1);
}

#s-eccdecfd-1a2d-4180-b8af-4129558c0aab {
  margin-left: 0px;
margin-right: -13px;
max-width: 159px;
}

#s-cfe62b37-5481-4f71-9c41-88b3ab0061a9 .shogun-icon-wrapper {
  text-align: left;
}


#s-cfe62b37-5481-4f71-9c41-88b3ab0061a9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(128, 39, 231, 1);
}

#s-c2089809-e0fc-48fd-a421-de82dc50d3a1 {
  max-width: 150px;
}

.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-309e2091-8dc5-4445-aa05-daa5fa23ab49 {
  margin-bottom: 15px;
text-align: center;
}
@media (min-width: 1200px){#s-309e2091-8dc5-4445-aa05-daa5fa23ab49 {
  display: none;
}
#s-309e2091-8dc5-4445-aa05-daa5fa23ab49, #wrap-s-309e2091-8dc5-4445-aa05-daa5fa23ab49 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-309e2091-8dc5-4445-aa05-daa5fa23ab49 {
  display: none;
}
#s-309e2091-8dc5-4445-aa05-daa5fa23ab49, #wrap-s-309e2091-8dc5-4445-aa05-daa5fa23ab49 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-309e2091-8dc5-4445-aa05-daa5fa23ab49 {
  
}
}@media (max-width: 767px){#s-309e2091-8dc5-4445-aa05-daa5fa23ab49 {
  display: none;
}
#s-309e2091-8dc5-4445-aa05-daa5fa23ab49, #wrap-s-309e2091-8dc5-4445-aa05-daa5fa23ab49 { display:none !important; }}






  #s-309e2091-8dc5-4445-aa05-daa5fa23ab49 img.shogun-image {
    

    
    
    
  }


#s-309e2091-8dc5-4445-aa05-daa5fa23ab49 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f8a669b-587d-4a69-a595-09d852d33430 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3f8a669b-587d-4a69-a595-09d852d33430 {
  display: none;
}
#s-3f8a669b-587d-4a69-a595-09d852d33430, #wrap-s-3f8a669b-587d-4a69-a595-09d852d33430 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f8a669b-587d-4a69-a595-09d852d33430 {
  display: none;
}
#s-3f8a669b-587d-4a69-a595-09d852d33430, #wrap-s-3f8a669b-587d-4a69-a595-09d852d33430 { display:none !important; }}@media (max-width: 767px){#s-3f8a669b-587d-4a69-a595-09d852d33430 {
  display: none;
}
#s-3f8a669b-587d-4a69-a595-09d852d33430, #wrap-s-3f8a669b-587d-4a69-a595-09d852d33430 { display:none !important; }}







#s-3f8a669b-587d-4a69-a595-09d852d33430 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f8a669b-587d-4a69-a595-09d852d33430.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20281955-b105-4a81-9dc7-b3eaa5af9d64 {
  background-image: url(https://i.shgcdn.com/bd64495c-66d4-4eee-8758-de7bfd041a81/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 1400px;
background-position: right bottom;
background-color: rgba(128, 39, 231, 1);
}
@media (min-width: 1200px){#s-20281955-b105-4a81-9dc7-b3eaa5af9d64 {
  display: none;
}
#s-20281955-b105-4a81-9dc7-b3eaa5af9d64, #wrap-s-20281955-b105-4a81-9dc7-b3eaa5af9d64 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20281955-b105-4a81-9dc7-b3eaa5af9d64 {
  display: none;
}
#s-20281955-b105-4a81-9dc7-b3eaa5af9d64, #wrap-s-20281955-b105-4a81-9dc7-b3eaa5af9d64 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-20281955-b105-4a81-9dc7-b3eaa5af9d64 {
  
}
}@media (max-width: 767px){#s-20281955-b105-4a81-9dc7-b3eaa5af9d64 {
  display: none;
}
#s-20281955-b105-4a81-9dc7-b3eaa5af9d64, #wrap-s-20281955-b105-4a81-9dc7-b3eaa5af9d64 { display:none !important; }}
@media (min-width: 0px) {
[id="s-20281955-b105-4a81-9dc7-b3eaa5af9d64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20281955-b105-4a81-9dc7-b3eaa5af9d64"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-20281955-b105-4a81-9dc7-b3eaa5af9d64"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-20281955-b105-4a81-9dc7-b3eaa5af9d64"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-20281955-b105-4a81-9dc7-b3eaa5af9d64"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-20281955-b105-4a81-9dc7-b3eaa5af9d64"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-20281955-b105-4a81-9dc7-b3eaa5af9d64"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-2daa8d46-1512-4295-bd44-2f781919bce2 {
  margin-top: 30px;
margin-left: 65px;
margin-bottom: 30px;
margin-right: 65px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2daa8d46-1512-4295-bd44-2f781919bce2 {
  
}
}







#s-2daa8d46-1512-4295-bd44-2f781919bce2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2daa8d46-1512-4295-bd44-2f781919bce2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76a3805a-eb83-4deb-9659-ed86bb2c0c38 {
  margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
max-width: 464px;
}
@media (max-width: 767px){#s-76a3805a-eb83-4deb-9659-ed86bb2c0c38 {
  margin-top: 0px;
}
}
#s-a5ca8f1b-9817-4441-ba8d-39683ad4603a {
  margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a5ca8f1b-9817-4441-ba8d-39683ad4603a {
  margin-top: 15px;
}
}
#s-1399bb73-6c45-4b1a-8fbb-079a15288b78 {
  background-image: url(https://i.shgcdn.com/eec2b70a-9bec-45da-aa4f-01cbb4fdfc3b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 335px 355px;
margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 1400px;
background-position: 7% center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1399bb73-6c45-4b1a-8fbb-079a15288b78 {
  display: none;
}
#s-1399bb73-6c45-4b1a-8fbb-079a15288b78, #wrap-s-1399bb73-6c45-4b1a-8fbb-079a15288b78 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1399bb73-6c45-4b1a-8fbb-079a15288b78 {
  display: none;
}
#s-1399bb73-6c45-4b1a-8fbb-079a15288b78, #wrap-s-1399bb73-6c45-4b1a-8fbb-079a15288b78 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1399bb73-6c45-4b1a-8fbb-079a15288b78 {
  
}
}@media (max-width: 767px){#s-1399bb73-6c45-4b1a-8fbb-079a15288b78 {
  display: none;
}
#s-1399bb73-6c45-4b1a-8fbb-079a15288b78, #wrap-s-1399bb73-6c45-4b1a-8fbb-079a15288b78 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1399bb73-6c45-4b1a-8fbb-079a15288b78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1399bb73-6c45-4b1a-8fbb-079a15288b78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1399bb73-6c45-4b1a-8fbb-079a15288b78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1399bb73-6c45-4b1a-8fbb-079a15288b78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-1399bb73-6c45-4b1a-8fbb-079a15288b78"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c5a14ea3-3913-4feb-9f06-a1c995c2ead4 {
  margin-top: 20%;
margin-left: 15px;
margin-bottom: 20%;
margin-right: 30px;
min-height: 50px;
}
@media (max-width: 767px){#s-c5a14ea3-3913-4feb-9f06-a1c995c2ead4 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-c5a14ea3-3913-4feb-9f06-a1c995c2ead4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5a14ea3-3913-4feb-9f06-a1c995c2ead4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfcbec1f-99ff-4d30-b176-80cf277e5583 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
max-width: 380px;
}
@media (min-width: 1200px){#s-dfcbec1f-99ff-4d30-b176-80cf277e5583 {
  display: none;
}
#s-dfcbec1f-99ff-4d30-b176-80cf277e5583, #wrap-s-dfcbec1f-99ff-4d30-b176-80cf277e5583 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dfcbec1f-99ff-4d30-b176-80cf277e5583 {
  display: none;
}
#s-dfcbec1f-99ff-4d30-b176-80cf277e5583, #wrap-s-dfcbec1f-99ff-4d30-b176-80cf277e5583 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dfcbec1f-99ff-4d30-b176-80cf277e5583 {
  display: none;
}
#s-dfcbec1f-99ff-4d30-b176-80cf277e5583, #wrap-s-dfcbec1f-99ff-4d30-b176-80cf277e5583 { display:none !important; }}@media (max-width: 767px){#s-dfcbec1f-99ff-4d30-b176-80cf277e5583 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}
}
#s-b69e1dcb-1beb-4851-b701-0447d35418c0 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
}
@media (max-width: 767px){#s-b69e1dcb-1beb-4851-b701-0447d35418c0 {
  display: none;
}
#s-b69e1dcb-1beb-4851-b701-0447d35418c0, #wrap-s-b69e1dcb-1beb-4851-b701-0447d35418c0 { display:none !important; }}
#s-2ad1a94c-d6f1-4db0-8164-a7baf45d8e24 {
  margin-bottom: 7px;
}
@media (max-width: 767px){#s-2ad1a94c-d6f1-4db0-8164-a7baf45d8e24 {
  display: none;
}
#s-2ad1a94c-d6f1-4db0-8164-a7baf45d8e24, #wrap-s-2ad1a94c-d6f1-4db0-8164-a7baf45d8e24 { display:none !important; }}
#s-75b60b8a-8046-4e44-8882-8bdda82c509c {
  margin-bottom: 7px;
}
@media (min-width: 1200px){#s-75b60b8a-8046-4e44-8882-8bdda82c509c {
  display: none;
}
#s-75b60b8a-8046-4e44-8882-8bdda82c509c, #wrap-s-75b60b8a-8046-4e44-8882-8bdda82c509c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75b60b8a-8046-4e44-8882-8bdda82c509c {
  display: none;
}
#s-75b60b8a-8046-4e44-8882-8bdda82c509c, #wrap-s-75b60b8a-8046-4e44-8882-8bdda82c509c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75b60b8a-8046-4e44-8882-8bdda82c509c {
  display: none;
}
#s-75b60b8a-8046-4e44-8882-8bdda82c509c, #wrap-s-75b60b8a-8046-4e44-8882-8bdda82c509c { display:none !important; }}@media (max-width: 767px){#s-75b60b8a-8046-4e44-8882-8bdda82c509c {
  margin-bottom: 30px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

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

#s-699cff25-7527-4242-81ad-3d03cac1cacc {
  margin-top: 28px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
max-width: 270px;
opacity: 1;
text-align: left;
background-color: rgba(25, 191, 214, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-699cff25-7527-4242-81ad-3d03cac1cacc:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(119, 68, 206, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-699cff25-7527-4242-81ad-3d03cac1cacc:active {box-shadow: 0px 0px   !important;
background-color: rgba(119, 68, 206, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-699cff25-7527-4242-81ad-3d03cac1cacc {
  display: none;
}
#s-699cff25-7527-4242-81ad-3d03cac1cacc, #wrap-s-699cff25-7527-4242-81ad-3d03cac1cacc { display:none !important; }}@media (max-width: 767px){#s-699cff25-7527-4242-81ad-3d03cac1cacc {
  text-align: center;
display: none;
}
#s-699cff25-7527-4242-81ad-3d03cac1cacc, #wrap-s-699cff25-7527-4242-81ad-3d03cac1cacc { display:none !important; }}

  #s-699cff25-7527-4242-81ad-3d03cac1cacc-root {
    text-align: left;
  }


#s-699cff25-7527-4242-81ad-3d03cac1cacc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-699cff25-7527-4242-81ad-3d03cac1cacc-root {
    text-align: left;
  }


#s-699cff25-7527-4242-81ad-3d03cac1cacc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-699cff25-7527-4242-81ad-3d03cac1cacc-root {
    text-align: left;
  }


#s-699cff25-7527-4242-81ad-3d03cac1cacc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-699cff25-7527-4242-81ad-3d03cac1cacc-root {
    text-align: left;
  }


#s-699cff25-7527-4242-81ad-3d03cac1cacc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-699cff25-7527-4242-81ad-3d03cac1cacc-root {
    text-align: center;
  }


#s-699cff25-7527-4242-81ad-3d03cac1cacc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-94e55385-9e9d-466c-80a3-a1e1da08e950 {
  min-height: 50px;
background-color: rgba(243, 243, 249, 1);
}
@media (min-width: 1200px){#s-94e55385-9e9d-466c-80a3-a1e1da08e950 {
  display: none;
}
#s-94e55385-9e9d-466c-80a3-a1e1da08e950, #wrap-s-94e55385-9e9d-466c-80a3-a1e1da08e950 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94e55385-9e9d-466c-80a3-a1e1da08e950 {
  display: none;
}
#s-94e55385-9e9d-466c-80a3-a1e1da08e950, #wrap-s-94e55385-9e9d-466c-80a3-a1e1da08e950 { display:none !important; }}







#s-94e55385-9e9d-466c-80a3-a1e1da08e950 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94e55385-9e9d-466c-80a3-a1e1da08e950.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b23726a2-0a93-418a-a168-f77e64f8f1b2 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 383px;
}
@media (min-width: 1200px){#s-b23726a2-0a93-418a-a168-f77e64f8f1b2 {
  display: none;
}
#s-b23726a2-0a93-418a-a168-f77e64f8f1b2, #wrap-s-b23726a2-0a93-418a-a168-f77e64f8f1b2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b23726a2-0a93-418a-a168-f77e64f8f1b2 {
  display: none;
}
#s-b23726a2-0a93-418a-a168-f77e64f8f1b2, #wrap-s-b23726a2-0a93-418a-a168-f77e64f8f1b2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b23726a2-0a93-418a-a168-f77e64f8f1b2 {
  max-width: 700px;
}
}
#s-be55da1e-65b0-46b5-993d-57ffddd3a09e {
  margin-top: 15px;
margin-bottom: 7px;
}
@media (min-width: 1200px){#s-be55da1e-65b0-46b5-993d-57ffddd3a09e {
  display: none;
}
#s-be55da1e-65b0-46b5-993d-57ffddd3a09e, #wrap-s-be55da1e-65b0-46b5-993d-57ffddd3a09e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be55da1e-65b0-46b5-993d-57ffddd3a09e {
  display: none;
}
#s-be55da1e-65b0-46b5-993d-57ffddd3a09e, #wrap-s-be55da1e-65b0-46b5-993d-57ffddd3a09e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-be55da1e-65b0-46b5-993d-57ffddd3a09e {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}
}@media (max-width: 767px){#s-be55da1e-65b0-46b5-993d-57ffddd3a09e {
  margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
}
#s-6da9f5ce-8079-46d1-b70e-898123e89f0c {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
max-width: 125px;
text-align: center;
}
@media (min-width: 1200px){#s-6da9f5ce-8079-46d1-b70e-898123e89f0c {
  display: none;
}
#s-6da9f5ce-8079-46d1-b70e-898123e89f0c, #wrap-s-6da9f5ce-8079-46d1-b70e-898123e89f0c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6da9f5ce-8079-46d1-b70e-898123e89f0c {
  display: none;
}
#s-6da9f5ce-8079-46d1-b70e-898123e89f0c, #wrap-s-6da9f5ce-8079-46d1-b70e-898123e89f0c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6da9f5ce-8079-46d1-b70e-898123e89f0c {
  padding-top: 15px;
padding-bottom: 15px;
}
}






  #s-6da9f5ce-8079-46d1-b70e-898123e89f0c img.shogun-image {
    

    
    
    
  }


#s-6da9f5ce-8079-46d1-b70e-898123e89f0c .shogun-image-content {
  
    align-items: center;
  
}

#s-1a731c87-0ba5-4f26-9c5a-699fda2ce358 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}








#s-1a731c87-0ba5-4f26-9c5a-699fda2ce358 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a731c87-0ba5-4f26-9c5a-699fda2ce358.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3af90610-63de-48f5-8c16-561e94e18a85 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
border-top-width: 2px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(243, 243, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3af90610-63de-48f5-8c16-561e94e18a85 {
  display: none;
}
#s-3af90610-63de-48f5-8c16-561e94e18a85, #wrap-s-3af90610-63de-48f5-8c16-561e94e18a85 { display:none !important; }}@media (max-width: 767px){#s-3af90610-63de-48f5-8c16-561e94e18a85 {
  margin-left: 30px;
margin-right: 30px;
display: none;
}
#s-3af90610-63de-48f5-8c16-561e94e18a85, #wrap-s-3af90610-63de-48f5-8c16-561e94e18a85 { display:none !important; }}
#s-13a5886e-db8e-4b1e-becd-f39cb49b493c {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
padding-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-13a5886e-db8e-4b1e-becd-f39cb49b493c {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-13a5886e-db8e-4b1e-becd-f39cb49b493c {
  margin-left: 3px;
margin-right: 3px;
padding-bottom: 40px;
}
}







#s-13a5886e-db8e-4b1e-becd-f39cb49b493c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13a5886e-db8e-4b1e-becd-f39cb49b493c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82d7a0e2-bc48-4aa5-8d8c-d27796783256 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-82d7a0e2-bc48-4aa5-8d8c-d27796783256 {
  margin-top: -30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82d7a0e2-bc48-4aa5-8d8c-d27796783256 {
  margin-top: -30px;
}
}







#s-82d7a0e2-bc48-4aa5-8d8c-d27796783256 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82d7a0e2-bc48-4aa5-8d8c-d27796783256.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03959ff7-27bc-4ecd-9cdb-f2fcf32bd1f1 {
  margin-top: 40px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-03959ff7-27bc-4ecd-9cdb-f2fcf32bd1f1 {
  
}
}@media (max-width: 767px){#s-03959ff7-27bc-4ecd-9cdb-f2fcf32bd1f1 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 400px;
}
}
#s-aa8dfeda-3cba-4acd-89e3-f2fbda1dc062 {
  margin-bottom: 30px;
}

#s-56537881-2cdb-4aaf-b522-7a743f1bc54e {
  margin-left: auto;
margin-right: auto;
min-height: 150px;
max-width: 1200px;
}
@media (max-width: 767px){#s-56537881-2cdb-4aaf-b522-7a743f1bc54e {
  margin-left: 30px;
margin-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-56537881-2cdb-4aaf-b522-7a743f1bc54e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-56537881-2cdb-4aaf-b522-7a743f1bc54e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-56537881-2cdb-4aaf-b522-7a743f1bc54e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-56537881-2cdb-4aaf-b522-7a743f1bc54e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a1719adb-8501-4a5b-8471-bcf585214001 {
  min-height: 50px;
}








#s-a1719adb-8501-4a5b-8471-bcf585214001 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1719adb-8501-4a5b-8471-bcf585214001.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2eb0d22-8656-4de8-909e-7e392171796f {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a2eb0d22-8656-4de8-909e-7e392171796f {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-a2eb0d22-8656-4de8-909e-7e392171796f {
  padding-left: 0px;
padding-right: 0px;
}
}






  #s-a2eb0d22-8656-4de8-909e-7e392171796f img.shogun-image {
    

    
    
    
  }


#s-a2eb0d22-8656-4de8-909e-7e392171796f .shogun-image-content {
  
    align-items: center;
  
}

#s-3a7c39ec-f16d-4eae-b75b-161d980ec508 {
  padding-top: 20px;
padding-bottom: 10px;
}

@media (max-width: 767px){#s-529044e1-eb2e-413c-ace1-ae59c846bc5b {
  margin-bottom: 12px;
}
}
#s-598e2bd8-06c7-43f6-a4a8-b157cfc69b74 {
  margin-top: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
max-width: 270px;
opacity: 1;
text-align: center;
background-color: rgba(25, 191, 214, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-598e2bd8-06c7-43f6-a4a8-b157cfc69b74:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-598e2bd8-06c7-43f6-a4a8-b157cfc69b74:active {box-shadow: 0px 0px   !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-598e2bd8-06c7-43f6-a4a8-b157cfc69b74-root {
    text-align: center;
  }


#s-598e2bd8-06c7-43f6-a4a8-b157cfc69b74.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-598e2bd8-06c7-43f6-a4a8-b157cfc69b74-root {
    text-align: center;
  }


#s-598e2bd8-06c7-43f6-a4a8-b157cfc69b74.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-598e2bd8-06c7-43f6-a4a8-b157cfc69b74-root {
    text-align: center;
  }


#s-598e2bd8-06c7-43f6-a4a8-b157cfc69b74.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-598e2bd8-06c7-43f6-a4a8-b157cfc69b74-root {
    text-align: center;
  }


#s-598e2bd8-06c7-43f6-a4a8-b157cfc69b74.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-598e2bd8-06c7-43f6-a4a8-b157cfc69b74-root {
    text-align: center;
  }


#s-598e2bd8-06c7-43f6-a4a8-b157cfc69b74.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ea757db5-51df-4240-ba63-31d4a96a879e {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ea757db5-51df-4240-ba63-31d4a96a879e {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-ea757db5-51df-4240-ba63-31d4a96a879e {
  padding-left: 0px;
padding-right: 0px;
}
}






  #s-ea757db5-51df-4240-ba63-31d4a96a879e img.shogun-image {
    

    
    
    
  }


#s-ea757db5-51df-4240-ba63-31d4a96a879e .shogun-image-content {
  
    align-items: center;
  
}

#s-97e8fd68-58a2-4e34-b36e-46db1bcf93c0 {
  padding-top: 20px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-97e8fd68-58a2-4e34-b36e-46db1bcf93c0 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-97e8fd68-58a2-4e34-b36e-46db1bcf93c0 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}
@media (max-width: 767px){#s-99a1955c-ea3d-4e77-b136-9782edfa2649 {
  margin-bottom: 12px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-ebce3070-e87b-4af1-9439-146a3d577be1 {
  margin-top: 20px;
}
}
#s-ca261505-68f4-4098-b720-c8f2a300021f {
  margin-top: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
max-width: 270px;
opacity: 1;
text-align: center;
background-color: rgba(25, 191, 214, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ca261505-68f4-4098-b720-c8f2a300021f:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ca261505-68f4-4098-b720-c8f2a300021f:active {box-shadow: 0px 0px   !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ca261505-68f4-4098-b720-c8f2a300021f-root {
    text-align: center;
  }


#s-ca261505-68f4-4098-b720-c8f2a300021f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ca261505-68f4-4098-b720-c8f2a300021f-root {
    text-align: center;
  }


#s-ca261505-68f4-4098-b720-c8f2a300021f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca261505-68f4-4098-b720-c8f2a300021f-root {
    text-align: center;
  }


#s-ca261505-68f4-4098-b720-c8f2a300021f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ca261505-68f4-4098-b720-c8f2a300021f-root {
    text-align: center;
  }


#s-ca261505-68f4-4098-b720-c8f2a300021f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ca261505-68f4-4098-b720-c8f2a300021f-root {
    text-align: center;
  }


#s-ca261505-68f4-4098-b720-c8f2a300021f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-82d3750b-47d5-4179-988f-a0b0e3248528 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-82d3750b-47d5-4179-988f-a0b0e3248528 {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-82d3750b-47d5-4179-988f-a0b0e3248528 {
  margin-top: 50px;
padding-left: 0px;
padding-right: 0px;
}
}






  #s-82d3750b-47d5-4179-988f-a0b0e3248528 img.shogun-image {
    

    
    
    
  }


#s-82d3750b-47d5-4179-988f-a0b0e3248528 .shogun-image-content {
  
    align-items: center;
  
}

#s-034894ba-027e-42f9-b987-b2d239721999 {
  padding-top: 20px;
padding-bottom: 10px;
}

#s-b43651d2-f0fc-4259-b4b8-54bcb80d239c {
  margin-top: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
max-width: 270px;
opacity: 1;
text-align: center;
background-color: rgba(25, 191, 214, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b43651d2-f0fc-4259-b4b8-54bcb80d239c:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b43651d2-f0fc-4259-b4b8-54bcb80d239c:active {box-shadow: 0px 0px   !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b43651d2-f0fc-4259-b4b8-54bcb80d239c-root {
    text-align: center;
  }


#s-b43651d2-f0fc-4259-b4b8-54bcb80d239c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b43651d2-f0fc-4259-b4b8-54bcb80d239c-root {
    text-align: center;
  }


#s-b43651d2-f0fc-4259-b4b8-54bcb80d239c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b43651d2-f0fc-4259-b4b8-54bcb80d239c-root {
    text-align: center;
  }


#s-b43651d2-f0fc-4259-b4b8-54bcb80d239c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b43651d2-f0fc-4259-b4b8-54bcb80d239c-root {
    text-align: center;
  }


#s-b43651d2-f0fc-4259-b4b8-54bcb80d239c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b43651d2-f0fc-4259-b4b8-54bcb80d239c-root {
    text-align: center;
  }


#s-b43651d2-f0fc-4259-b4b8-54bcb80d239c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-514a0ebb-9c9e-4184-806b-b5e80cb987df {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-514a0ebb-9c9e-4184-806b-b5e80cb987df {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-514a0ebb-9c9e-4184-806b-b5e80cb987df {
  margin-top: 50px;
padding-left: 0px;
padding-right: 0px;
}
}






  #s-514a0ebb-9c9e-4184-806b-b5e80cb987df img.shogun-image {
    

    
    
    
  }


#s-514a0ebb-9c9e-4184-806b-b5e80cb987df .shogun-image-content {
  
    align-items: center;
  
}

#s-e2360732-183a-4e7c-b412-3eb0cedd207a {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 10px;
max-width: 223px;
}

#s-2617acb9-6564-4260-9dc7-1bc0854f61db {
  margin-left: auto;
margin-right: auto;
max-width: 261px;
}

@media (min-width: 768px) and (max-width: 991px){#s-60267825-9c4d-40f7-aece-b4560b9df0fb {
  margin-top: 20px;
}
}
#s-0b2853ae-7958-48c0-8c14-1ca1a80e3211 {
  margin-top: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
max-width: 270px;
opacity: 1;
text-align: center;
background-color: rgba(25, 191, 214, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0b2853ae-7958-48c0-8c14-1ca1a80e3211:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0b2853ae-7958-48c0-8c14-1ca1a80e3211:active {box-shadow: 0px 0px   !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0b2853ae-7958-48c0-8c14-1ca1a80e3211-root {
    text-align: center;
  }


#s-0b2853ae-7958-48c0-8c14-1ca1a80e3211.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0b2853ae-7958-48c0-8c14-1ca1a80e3211-root {
    text-align: center;
  }


#s-0b2853ae-7958-48c0-8c14-1ca1a80e3211.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b2853ae-7958-48c0-8c14-1ca1a80e3211-root {
    text-align: center;
  }


#s-0b2853ae-7958-48c0-8c14-1ca1a80e3211.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b2853ae-7958-48c0-8c14-1ca1a80e3211-root {
    text-align: center;
  }


#s-0b2853ae-7958-48c0-8c14-1ca1a80e3211.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0b2853ae-7958-48c0-8c14-1ca1a80e3211-root {
    text-align: center;
  }


#s-0b2853ae-7958-48c0-8c14-1ca1a80e3211.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9d67a020-bdbb-4bbf-8eea-6f0dec541f73 {
  min-height: 50px;
}








#s-9d67a020-bdbb-4bbf-8eea-6f0dec541f73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d67a020-bdbb-4bbf-8eea-6f0dec541f73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90e1e069-bba6-45dc-a7d7-1b49431316fb {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-left: 45px;
padding-right: 45px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-90e1e069-bba6-45dc-a7d7-1b49431316fb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90e1e069-bba6-45dc-a7d7-1b49431316fb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-90e1e069-bba6-45dc-a7d7-1b49431316fb {
  
}
}@media (max-width: 767px){#s-90e1e069-bba6-45dc-a7d7-1b49431316fb {
  padding-left: 45px;
padding-right: 45px;
}
}
#s-e07fdb42-520d-42b5-b1c1-22b810889266 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-e07fdb42-520d-42b5-b1c1-22b810889266"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e07fdb42-520d-42b5-b1c1-22b810889266"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e07fdb42-520d-42b5-b1c1-22b810889266"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e07fdb42-520d-42b5-b1c1-22b810889266"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-2d17223f-7755-4f05-b3b8-8930e3b17f51 {
  margin-left: 30px;
max-width: 1400px;
}
@media (max-width: 767px){#s-2d17223f-7755-4f05-b3b8-8930e3b17f51 {
  margin-right: 30px;
}
}
#s-2d17223f-7755-4f05-b3b8-8930e3b17f51 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(243, 243, 249, 1);
}

#s-2d17223f-7755-4f05-b3b8-8930e3b17f51 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(243, 243, 249, 1);
  padding: 15px;
}

#s-2d17223f-7755-4f05-b3b8-8930e3b17f51 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.51);
}

#s-2d17223f-7755-4f05-b3b8-8930e3b17f51 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(243, 243, 249, 1);
}

#s-2d17223f-7755-4f05-b3b8-8930e3b17f51 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.51);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-2d17223f-7755-4f05-b3b8-8930e3b17f51 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}@media (min-width: 1200px){#s-2d17223f-7755-4f05-b3b8-8930e3b17f51 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(243, 243, 249, 1);
}

#s-2d17223f-7755-4f05-b3b8-8930e3b17f51 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(243, 243, 249, 1);
  padding: 20px;
}

#s-2d17223f-7755-4f05-b3b8-8930e3b17f51 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.51);
}

#s-2d17223f-7755-4f05-b3b8-8930e3b17f51 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(243, 243, 249, 1);
}

#s-2d17223f-7755-4f05-b3b8-8930e3b17f51 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.51);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-2d17223f-7755-4f05-b3b8-8930e3b17f51 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-2d17223f-7755-4f05-b3b8-8930e3b17f51 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(243, 243, 249, 1);
}

#s-2d17223f-7755-4f05-b3b8-8930e3b17f51 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(243, 243, 249, 1);
  padding: 20px;
}

#s-2d17223f-7755-4f05-b3b8-8930e3b17f51 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.51);
}

#s-2d17223f-7755-4f05-b3b8-8930e3b17f51 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(243, 243, 249, 1);
}

#s-2d17223f-7755-4f05-b3b8-8930e3b17f51 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.51);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-2d17223f-7755-4f05-b3b8-8930e3b17f51 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}}
#s-a54d787e-dbd5-45d6-97f7-e08bdb3c4046 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-1ee03b2a-1d11-49cb-aa31-efd61925c285 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-3014a10c-1e18-481c-b338-e1e685452b50 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-84a25360-48e0-49b1-80cd-aa6197d8bcde {
  margin-right: 30px;
max-width: 1400px;
}
@media (max-width: 767px){#s-84a25360-48e0-49b1-80cd-aa6197d8bcde {
  margin-top: 5px;
margin-left: 30px;
}
}
#s-84a25360-48e0-49b1-80cd-aa6197d8bcde > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(243, 243, 249, 1);
}

#s-84a25360-48e0-49b1-80cd-aa6197d8bcde > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(243, 243, 249, 1);
  padding: 15px;
}

#s-84a25360-48e0-49b1-80cd-aa6197d8bcde > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.51);
}

#s-84a25360-48e0-49b1-80cd-aa6197d8bcde > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(243, 243, 249, 1);
}

#s-84a25360-48e0-49b1-80cd-aa6197d8bcde > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.51);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-84a25360-48e0-49b1-80cd-aa6197d8bcde > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}@media (min-width: 1200px){#s-84a25360-48e0-49b1-80cd-aa6197d8bcde > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(243, 243, 249, 1);
}

#s-84a25360-48e0-49b1-80cd-aa6197d8bcde > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(243, 243, 249, 1);
  padding: 20px;
}

#s-84a25360-48e0-49b1-80cd-aa6197d8bcde > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.51);
}

#s-84a25360-48e0-49b1-80cd-aa6197d8bcde > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(243, 243, 249, 1);
}

#s-84a25360-48e0-49b1-80cd-aa6197d8bcde > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.51);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-84a25360-48e0-49b1-80cd-aa6197d8bcde > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-84a25360-48e0-49b1-80cd-aa6197d8bcde > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(243, 243, 249, 1);
}

#s-84a25360-48e0-49b1-80cd-aa6197d8bcde > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(243, 243, 249, 1);
  padding: 20px;
}

#s-84a25360-48e0-49b1-80cd-aa6197d8bcde > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.51);
}

#s-84a25360-48e0-49b1-80cd-aa6197d8bcde > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(243, 243, 249, 1);
}

#s-84a25360-48e0-49b1-80cd-aa6197d8bcde > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.51);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-84a25360-48e0-49b1-80cd-aa6197d8bcde > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}}
#s-a9a8f2ef-feb4-4728-9f68-9cc021e1f94a {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-1b670474-3036-4452-8e36-1cfc199a203b {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-825adb71-cd70-454e-a2eb-8b34553697e1 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-5ac0938a-f5cc-47a5-b995-5ae027cf54f3 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(243, 243, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5ac0938a-f5cc-47a5-b995-5ae027cf54f3 {
  
}
}@media (max-width: 767px){#s-5ac0938a-f5cc-47a5-b995-5ae027cf54f3 {
  display: none;
}
#s-5ac0938a-f5cc-47a5-b995-5ae027cf54f3, #wrap-s-5ac0938a-f5cc-47a5-b995-5ae027cf54f3 { display:none !important; }}







#s-5ac0938a-f5cc-47a5-b995-5ae027cf54f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ac0938a-f5cc-47a5-b995-5ae027cf54f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95fa1a73-112d-4860-b960-e6a6a9341f9b {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-95fa1a73-112d-4860-b960-e6a6a9341f9b {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-95fa1a73-112d-4860-b960-e6a6a9341f9b {
  padding-top: 30px;
padding-bottom: 30px;
display: none;
}
#s-95fa1a73-112d-4860-b960-e6a6a9341f9b, #wrap-s-95fa1a73-112d-4860-b960-e6a6a9341f9b { display:none !important; }}
@media (min-width: 0px) {
[id="s-95fa1a73-112d-4860-b960-e6a6a9341f9b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-95fa1a73-112d-4860-b960-e6a6a9341f9b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-95fa1a73-112d-4860-b960-e6a6a9341f9b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-95fa1a73-112d-4860-b960-e6a6a9341f9b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-95fa1a73-112d-4860-b960-e6a6a9341f9b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-95fa1a73-112d-4860-b960-e6a6a9341f9b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-95fa1a73-112d-4860-b960-e6a6a9341f9b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

#s-e6186bb9-9ced-4ce0-9383-38deab2f9388 {
  max-width: 125px;
text-align: center;
}
@media (max-width: 767px){#s-e6186bb9-9ced-4ce0-9383-38deab2f9388 {
  margin-left: 30px;
padding-top: 15px;
padding-bottom: 15px;
}
}






  #s-e6186bb9-9ced-4ce0-9383-38deab2f9388 img.shogun-image {
    

    
    
    
  }


#s-e6186bb9-9ced-4ce0-9383-38deab2f9388 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6a9c657-52e0-4d5c-99a5-20d512ffbecb {
  margin-top: 10px;
margin-bottom: -6px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-a6a9c657-52e0-4d5c-99a5-20d512ffbecb {
  margin-left: -30px;
margin-right: 30px;
}
}
#s-f423ae3d-4088-4ba6-8341-e06993fe9e6c {
  max-width: 370px;
}
@media (max-width: 767px){#s-f423ae3d-4088-4ba6-8341-e06993fe9e6c {
  margin-left: -30px;
margin-right: 30px;
}
}
#s-3828fe65-e2a7-4552-abdd-09be8d32acd1 {
  max-width: 125px;
text-align: center;
}
@media (max-width: 767px){#s-3828fe65-e2a7-4552-abdd-09be8d32acd1 {
  margin-top: 14px;
margin-left: 30px;
margin-right: 47px;
}
}






  #s-3828fe65-e2a7-4552-abdd-09be8d32acd1 img.shogun-image {
    

    
    
    
  }


#s-3828fe65-e2a7-4552-abdd-09be8d32acd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-99f4cbf4-9978-4166-9e96-fee0414ec9bb {
  margin-top: 10px;
margin-bottom: -6px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-99f4cbf4-9978-4166-9e96-fee0414ec9bb {
  margin-left: -30px;
margin-right: 30px;
}
}
#s-2a5f9991-2799-4e0e-a26b-869b1929747a {
  max-width: 370px;
}
@media (max-width: 767px){#s-2a5f9991-2799-4e0e-a26b-869b1929747a {
  margin-left: -30px;
margin-right: 30px;
}
}
#s-be70eb79-2d12-4cd6-8f57-e0f96e6606f0 {
  margin-top: 4px;
margin-bottom: 4px;
}
@media (max-width: 767px){#s-be70eb79-2d12-4cd6-8f57-e0f96e6606f0 {
  margin-left: -30px;
margin-right: -30px;
}
}
#s-0b0fa8a0-5481-4021-b115-8b1afcdf9879 {
  min-height: 50px;
}
@media (max-width: 767px){#s-0b0fa8a0-5481-4021-b115-8b1afcdf9879 {
  display: none;
}
#s-0b0fa8a0-5481-4021-b115-8b1afcdf9879, #wrap-s-0b0fa8a0-5481-4021-b115-8b1afcdf9879 { display:none !important; }}







#s-0b0fa8a0-5481-4021-b115-8b1afcdf9879 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b0fa8a0-5481-4021-b115-8b1afcdf9879.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1fd678ba-4b04-4645-8a57-db87fe056efc {
  background-image: url(https://i.shgcdn.com/bd64495c-66d4-4eee-8758-de7bfd041a81/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: 200px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 1400px;
background-position: right bottom;
background-color: rgba(128, 39, 231, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1fd678ba-4b04-4645-8a57-db87fe056efc {
  display: none;
}
#s-1fd678ba-4b04-4645-8a57-db87fe056efc, #wrap-s-1fd678ba-4b04-4645-8a57-db87fe056efc { display:none !important; }}@media (max-width: 767px){#s-1fd678ba-4b04-4645-8a57-db87fe056efc {
  display: none;
}
#s-1fd678ba-4b04-4645-8a57-db87fe056efc, #wrap-s-1fd678ba-4b04-4645-8a57-db87fe056efc { display:none !important; }}
@media (min-width: 0px) {
[id="s-1fd678ba-4b04-4645-8a57-db87fe056efc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1fd678ba-4b04-4645-8a57-db87fe056efc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1fd678ba-4b04-4645-8a57-db87fe056efc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1fd678ba-4b04-4645-8a57-db87fe056efc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a24e0395-cd0b-49d9-b928-adfff4df9ef0 {
  margin-top: 125px;
margin-left: 65px;
margin-bottom: 125px;
margin-right: 65px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a24e0395-cd0b-49d9-b928-adfff4df9ef0 {
  
}
}







#s-a24e0395-cd0b-49d9-b928-adfff4df9ef0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a24e0395-cd0b-49d9-b928-adfff4df9ef0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6b1c853-8688-47b1-9e94-2c6919bbab6d {
  margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
max-width: 464px;
}
@media (max-width: 767px){#s-d6b1c853-8688-47b1-9e94-2c6919bbab6d {
  margin-top: 0px;
}
}
#s-8e75f266-4148-4f5f-9492-0c4655583061 {
  margin-top: 38px;
margin-bottom: 7px;
}

#s-7e5288a1-716a-489e-8842-d2417f98e25e {
  margin-top: 28px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
max-width: 270px;
opacity: 1;
text-align: left;
background-color: rgba(25, 191, 214, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7e5288a1-716a-489e-8842-d2417f98e25e:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7e5288a1-716a-489e-8842-d2417f98e25e:active {box-shadow: 0px 0px   !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7e5288a1-716a-489e-8842-d2417f98e25e-root {
    text-align: left;
  }


#s-7e5288a1-716a-489e-8842-d2417f98e25e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7e5288a1-716a-489e-8842-d2417f98e25e-root {
    text-align: left;
  }


#s-7e5288a1-716a-489e-8842-d2417f98e25e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7e5288a1-716a-489e-8842-d2417f98e25e-root {
    text-align: left;
  }


#s-7e5288a1-716a-489e-8842-d2417f98e25e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7e5288a1-716a-489e-8842-d2417f98e25e-root {
    text-align: left;
  }


#s-7e5288a1-716a-489e-8842-d2417f98e25e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7e5288a1-716a-489e-8842-d2417f98e25e-root {
    text-align: left;
  }


#s-7e5288a1-716a-489e-8842-d2417f98e25e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-df26f1d6-f284-41b1-a65b-f4b164eb4593 {
  background-image: url(https://i.shgcdn.com/eec2b70a-9bec-45da-aa4f-01cbb4fdfc3b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 435px 455px;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 1400px;
background-position: 15% center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-df26f1d6-f284-41b1-a65b-f4b164eb4593 {
  display: none;
}
#s-df26f1d6-f284-41b1-a65b-f4b164eb4593, #wrap-s-df26f1d6-f284-41b1-a65b-f4b164eb4593 { display:none !important; }}@media (max-width: 767px){#s-df26f1d6-f284-41b1-a65b-f4b164eb4593 {
  display: none;
}
#s-df26f1d6-f284-41b1-a65b-f4b164eb4593, #wrap-s-df26f1d6-f284-41b1-a65b-f4b164eb4593 { display:none !important; }}
@media (min-width: 0px) {
[id="s-df26f1d6-f284-41b1-a65b-f4b164eb4593"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df26f1d6-f284-41b1-a65b-f4b164eb4593"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-df26f1d6-f284-41b1-a65b-f4b164eb4593"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-df26f1d6-f284-41b1-a65b-f4b164eb4593"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-df26f1d6-f284-41b1-a65b-f4b164eb4593"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ad427257-3deb-4bb0-bd51-4bede93aa4c6 {
  margin-top: 20%;
margin-left: 65px;
margin-bottom: 20%;
margin-right: 65px;
min-height: 50px;
}
@media (max-width: 767px){#s-ad427257-3deb-4bb0-bd51-4bede93aa4c6 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
}







#s-ad427257-3deb-4bb0-bd51-4bede93aa4c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad427257-3deb-4bb0-bd51-4bede93aa4c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0930fc6-8e2e-4789-9583-f6e5e7cd4bb2 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
max-width: 380px;
}
@media (min-width: 1200px){#s-e0930fc6-8e2e-4789-9583-f6e5e7cd4bb2 {
  display: none;
}
#s-e0930fc6-8e2e-4789-9583-f6e5e7cd4bb2, #wrap-s-e0930fc6-8e2e-4789-9583-f6e5e7cd4bb2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0930fc6-8e2e-4789-9583-f6e5e7cd4bb2 {
  display: none;
}
#s-e0930fc6-8e2e-4789-9583-f6e5e7cd4bb2, #wrap-s-e0930fc6-8e2e-4789-9583-f6e5e7cd4bb2 { display:none !important; }}@media (max-width: 767px){#s-e0930fc6-8e2e-4789-9583-f6e5e7cd4bb2 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}
}
#s-f3a69075-ef21-4da6-8904-880167227f0c {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
max-width: 427px;
}
@media (max-width: 767px){#s-f3a69075-ef21-4da6-8904-880167227f0c {
  display: none;
}
#s-f3a69075-ef21-4da6-8904-880167227f0c, #wrap-s-f3a69075-ef21-4da6-8904-880167227f0c { display:none !important; }}
#s-9df01bdb-ac74-4474-bceb-67ea026920a5 {
  margin-bottom: 7px;
}
@media (max-width: 767px){#s-9df01bdb-ac74-4474-bceb-67ea026920a5 {
  display: none;
}
#s-9df01bdb-ac74-4474-bceb-67ea026920a5, #wrap-s-9df01bdb-ac74-4474-bceb-67ea026920a5 { display:none !important; }}
#s-14a2cdee-0fc9-4b6f-8f4c-5cbfc21c1a43 {
  margin-bottom: 7px;
}
@media (min-width: 1200px){#s-14a2cdee-0fc9-4b6f-8f4c-5cbfc21c1a43 {
  display: none;
}
#s-14a2cdee-0fc9-4b6f-8f4c-5cbfc21c1a43, #wrap-s-14a2cdee-0fc9-4b6f-8f4c-5cbfc21c1a43 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14a2cdee-0fc9-4b6f-8f4c-5cbfc21c1a43 {
  display: none;
}
#s-14a2cdee-0fc9-4b6f-8f4c-5cbfc21c1a43, #wrap-s-14a2cdee-0fc9-4b6f-8f4c-5cbfc21c1a43 { display:none !important; }}@media (max-width: 767px){#s-14a2cdee-0fc9-4b6f-8f4c-5cbfc21c1a43 {
  margin-bottom: 30px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-76ed3524-94a2-4216-bccb-0b3ff50c161a {
  margin-top: 28px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
max-width: 270px;
opacity: 1;
text-align: left;
background-color: rgba(25, 191, 214, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-76ed3524-94a2-4216-bccb-0b3ff50c161a:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-76ed3524-94a2-4216-bccb-0b3ff50c161a:active {box-shadow: 0px 0px   !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-76ed3524-94a2-4216-bccb-0b3ff50c161a {
  display: none;
}
#s-76ed3524-94a2-4216-bccb-0b3ff50c161a, #wrap-s-76ed3524-94a2-4216-bccb-0b3ff50c161a { display:none !important; }}@media (max-width: 767px){#s-76ed3524-94a2-4216-bccb-0b3ff50c161a {
  text-align: center;
display: none;
}
#s-76ed3524-94a2-4216-bccb-0b3ff50c161a, #wrap-s-76ed3524-94a2-4216-bccb-0b3ff50c161a { display:none !important; }}

  #s-76ed3524-94a2-4216-bccb-0b3ff50c161a-root {
    text-align: left;
  }


#s-76ed3524-94a2-4216-bccb-0b3ff50c161a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-76ed3524-94a2-4216-bccb-0b3ff50c161a-root {
    text-align: left;
  }


#s-76ed3524-94a2-4216-bccb-0b3ff50c161a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-76ed3524-94a2-4216-bccb-0b3ff50c161a-root {
    text-align: left;
  }


#s-76ed3524-94a2-4216-bccb-0b3ff50c161a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-76ed3524-94a2-4216-bccb-0b3ff50c161a-root {
    text-align: left;
  }


#s-76ed3524-94a2-4216-bccb-0b3ff50c161a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-76ed3524-94a2-4216-bccb-0b3ff50c161a-root {
    text-align: center;
  }


#s-76ed3524-94a2-4216-bccb-0b3ff50c161a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5a1b0618-117f-4a89-9a95-a8197f524320 {
  background-image: url(https://i.shgcdn.com/f6fd6a86-f700-4a10-8d35-aa73455b82d7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 246px 207px;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 1400px;
background-position: 80% center;
background-color: rgba(243, 243, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5a1b0618-117f-4a89-9a95-a8197f524320 {
  display: none;
}
#s-5a1b0618-117f-4a89-9a95-a8197f524320, #wrap-s-5a1b0618-117f-4a89-9a95-a8197f524320 { display:none !important; }}@media (max-width: 767px){#s-5a1b0618-117f-4a89-9a95-a8197f524320 {
  display: none;
}
#s-5a1b0618-117f-4a89-9a95-a8197f524320, #wrap-s-5a1b0618-117f-4a89-9a95-a8197f524320 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5a1b0618-117f-4a89-9a95-a8197f524320"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a1b0618-117f-4a89-9a95-a8197f524320"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a1b0618-117f-4a89-9a95-a8197f524320"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a1b0618-117f-4a89-9a95-a8197f524320"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-49e30b56-113e-446b-b3c4-d378f92c5235 {
  margin-left: 65px;
margin-right: 65px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-49e30b56-113e-446b-b3c4-d378f92c5235 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49e30b56-113e-446b-b3c4-d378f92c5235.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8400307-4ec6-4968-8e87-1aac12452466 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
max-width: 505px;
}

#s-dba34e4a-f5ae-4c42-94c2-c2136db73686 {
  margin-bottom: 7px;
}

#s-34431eca-d3c0-45df-8a87-487b8f0569b5 {
  margin-top: 28px;
margin-bottom: 17px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
max-width: 270px;
opacity: 1;
text-align: left;
background-color: rgba(25, 191, 214, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-34431eca-d3c0-45df-8a87-487b8f0569b5:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-34431eca-d3c0-45df-8a87-487b8f0569b5:active {box-shadow: 0px 0px   !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-34431eca-d3c0-45df-8a87-487b8f0569b5 {
  display: none;
}
#s-34431eca-d3c0-45df-8a87-487b8f0569b5, #wrap-s-34431eca-d3c0-45df-8a87-487b8f0569b5 { display:none !important; }}

  #s-34431eca-d3c0-45df-8a87-487b8f0569b5-root {
    text-align: left;
  }


#s-34431eca-d3c0-45df-8a87-487b8f0569b5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-34431eca-d3c0-45df-8a87-487b8f0569b5-root {
    text-align: left;
  }


#s-34431eca-d3c0-45df-8a87-487b8f0569b5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34431eca-d3c0-45df-8a87-487b8f0569b5-root {
    text-align: left;
  }


#s-34431eca-d3c0-45df-8a87-487b8f0569b5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34431eca-d3c0-45df-8a87-487b8f0569b5-root {
    text-align: left;
  }


#s-34431eca-d3c0-45df-8a87-487b8f0569b5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-34431eca-d3c0-45df-8a87-487b8f0569b5-root {
    text-align: left;
  }


#s-34431eca-d3c0-45df-8a87-487b8f0569b5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d8195ae3-0a93-495b-93a9-c3b27d01003e {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d8195ae3-0a93-495b-93a9-c3b27d01003e {
  display: none;
}
#s-d8195ae3-0a93-495b-93a9-c3b27d01003e, #wrap-s-d8195ae3-0a93-495b-93a9-c3b27d01003e { display:none !important; }}







#s-d8195ae3-0a93-495b-93a9-c3b27d01003e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8195ae3-0a93-495b-93a9-c3b27d01003e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37bc15de-b07c-41d7-bf25-bf136fba1379 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
padding-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-37bc15de-b07c-41d7-bf25-bf136fba1379 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-37bc15de-b07c-41d7-bf25-bf136fba1379 {
  margin-left: 3px;
margin-right: 3px;
padding-bottom: 40px;
}
}







#s-37bc15de-b07c-41d7-bf25-bf136fba1379 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37bc15de-b07c-41d7-bf25-bf136fba1379.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b410cd1a-a8dc-4ea5-b1bd-106bf73a99f2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b410cd1a-a8dc-4ea5-b1bd-106bf73a99f2 {
  margin-top: -30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b410cd1a-a8dc-4ea5-b1bd-106bf73a99f2 {
  margin-top: -30px;
}
}







#s-b410cd1a-a8dc-4ea5-b1bd-106bf73a99f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b410cd1a-a8dc-4ea5-b1bd-106bf73a99f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83d1ebab-98dd-4992-aab5-de5fcc20372d {
  margin-top: 30px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-83d1ebab-98dd-4992-aab5-de5fcc20372d {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-83d1ebab-98dd-4992-aab5-de5fcc20372d {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 400px;
}
}
#s-80a08aa1-4293-4bb4-8ca8-333f5245fd89 {
  margin-bottom: 30px;
}

#s-cf2cf001-9c4a-4990-b3b5-4a50a64b8f62 {
  margin-left: auto;
margin-right: auto;
min-height: 150px;
max-width: 1200px;
}
@media (max-width: 767px){#s-cf2cf001-9c4a-4990-b3b5-4a50a64b8f62 {
  margin-left: 30px;
margin-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-cf2cf001-9c4a-4990-b3b5-4a50a64b8f62"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cf2cf001-9c4a-4990-b3b5-4a50a64b8f62"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cf2cf001-9c4a-4990-b3b5-4a50a64b8f62"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cf2cf001-9c4a-4990-b3b5-4a50a64b8f62"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-eccc7060-cfbc-4fc8-b619-3b04a8d54e4e {
  min-height: 50px;
}








#s-eccc7060-cfbc-4fc8-b619-3b04a8d54e4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eccc7060-cfbc-4fc8-b619-3b04a8d54e4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3cf5a85-d748-443d-8126-b25a5bd3af4a {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}
@media (max-width: 767px){#s-d3cf5a85-d748-443d-8126-b25a5bd3af4a {
  padding-left: 0px;
padding-right: 0px;
}
}






  #s-d3cf5a85-d748-443d-8126-b25a5bd3af4a img.shogun-image {
    

    
    
    
  }


#s-d3cf5a85-d748-443d-8126-b25a5bd3af4a .shogun-image-content {
  
    align-items: center;
  
}

#s-1b230f66-a928-4554-9b32-371eec09b0f4 {
  padding-top: 20px;
padding-bottom: 10px;
}

@media (max-width: 767px){#s-298d7097-9d97-4cc1-964e-f52d21a97407 {
  margin-bottom: 12px;
}
}
#s-b24e8eb7-3c82-42c3-bb3b-7f90c00ca8f6 {
  margin-top: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
max-width: 270px;
opacity: 1;
text-align: center;
background-color: rgba(25, 191, 214, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b24e8eb7-3c82-42c3-bb3b-7f90c00ca8f6:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b24e8eb7-3c82-42c3-bb3b-7f90c00ca8f6:active {box-shadow: 0px 0px   !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b24e8eb7-3c82-42c3-bb3b-7f90c00ca8f6-root {
    text-align: center;
  }


#s-b24e8eb7-3c82-42c3-bb3b-7f90c00ca8f6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b24e8eb7-3c82-42c3-bb3b-7f90c00ca8f6-root {
    text-align: center;
  }


#s-b24e8eb7-3c82-42c3-bb3b-7f90c00ca8f6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b24e8eb7-3c82-42c3-bb3b-7f90c00ca8f6-root {
    text-align: center;
  }


#s-b24e8eb7-3c82-42c3-bb3b-7f90c00ca8f6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b24e8eb7-3c82-42c3-bb3b-7f90c00ca8f6-root {
    text-align: center;
  }


#s-b24e8eb7-3c82-42c3-bb3b-7f90c00ca8f6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b24e8eb7-3c82-42c3-bb3b-7f90c00ca8f6-root {
    text-align: center;
  }


#s-b24e8eb7-3c82-42c3-bb3b-7f90c00ca8f6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5e21cd07-4964-405f-9103-1cb50ecdb393 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}
@media (max-width: 767px){#s-5e21cd07-4964-405f-9103-1cb50ecdb393 {
  padding-left: 0px;
padding-right: 0px;
}
}






  #s-5e21cd07-4964-405f-9103-1cb50ecdb393 img.shogun-image {
    

    
    
    
  }


#s-5e21cd07-4964-405f-9103-1cb50ecdb393 .shogun-image-content {
  
    align-items: center;
  
}

#s-36053996-fc5c-48cc-8686-ca3167f9e818 {
  padding-top: 20px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-36053996-fc5c-48cc-8686-ca3167f9e818 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36053996-fc5c-48cc-8686-ca3167f9e818 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}
@media (max-width: 767px){#s-e16188b8-0119-4fc5-ae1e-93a0e6f00629 {
  margin-bottom: 12px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-853a436b-0fad-431c-9c4e-45605ae63d7b {
  margin-top: 20px;
}
}
#s-19b2aad1-e538-4351-903a-ed93b471737c {
  margin-top: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
max-width: 270px;
opacity: 1;
text-align: center;
background-color: rgba(25, 191, 214, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-19b2aad1-e538-4351-903a-ed93b471737c:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-19b2aad1-e538-4351-903a-ed93b471737c:active {box-shadow: 0px 0px   !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-19b2aad1-e538-4351-903a-ed93b471737c-root {
    text-align: center;
  }


#s-19b2aad1-e538-4351-903a-ed93b471737c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-19b2aad1-e538-4351-903a-ed93b471737c-root {
    text-align: center;
  }


#s-19b2aad1-e538-4351-903a-ed93b471737c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-19b2aad1-e538-4351-903a-ed93b471737c-root {
    text-align: center;
  }


#s-19b2aad1-e538-4351-903a-ed93b471737c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-19b2aad1-e538-4351-903a-ed93b471737c-root {
    text-align: center;
  }


#s-19b2aad1-e538-4351-903a-ed93b471737c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-19b2aad1-e538-4351-903a-ed93b471737c-root {
    text-align: center;
  }


#s-19b2aad1-e538-4351-903a-ed93b471737c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bf75ebbb-450a-4e33-9a37-8564a3f4b7e7 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}
@media (max-width: 767px){#s-bf75ebbb-450a-4e33-9a37-8564a3f4b7e7 {
  margin-top: 50px;
padding-left: 0px;
padding-right: 0px;
}
}






  #s-bf75ebbb-450a-4e33-9a37-8564a3f4b7e7 img.shogun-image {
    

    
    
    
  }


#s-bf75ebbb-450a-4e33-9a37-8564a3f4b7e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2917cbbc-e7c0-4701-9048-42a72baef50f {
  padding-top: 20px;
padding-bottom: 10px;
}

#s-f292e60e-ee2d-476d-b30f-6b228b6af11d {
  margin-top: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
max-width: 270px;
opacity: 1;
text-align: center;
background-color: rgba(25, 191, 214, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f292e60e-ee2d-476d-b30f-6b228b6af11d:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f292e60e-ee2d-476d-b30f-6b228b6af11d:active {box-shadow: 0px 0px   !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f292e60e-ee2d-476d-b30f-6b228b6af11d-root {
    text-align: center;
  }


#s-f292e60e-ee2d-476d-b30f-6b228b6af11d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f292e60e-ee2d-476d-b30f-6b228b6af11d-root {
    text-align: center;
  }


#s-f292e60e-ee2d-476d-b30f-6b228b6af11d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f292e60e-ee2d-476d-b30f-6b228b6af11d-root {
    text-align: center;
  }


#s-f292e60e-ee2d-476d-b30f-6b228b6af11d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f292e60e-ee2d-476d-b30f-6b228b6af11d-root {
    text-align: center;
  }


#s-f292e60e-ee2d-476d-b30f-6b228b6af11d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f292e60e-ee2d-476d-b30f-6b228b6af11d-root {
    text-align: center;
  }


#s-f292e60e-ee2d-476d-b30f-6b228b6af11d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-30f0073e-d552-408f-aaf8-9e682f5b5d7e {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}
@media (max-width: 767px){#s-30f0073e-d552-408f-aaf8-9e682f5b5d7e {
  margin-top: 50px;
padding-left: 0px;
padding-right: 0px;
}
}






  #s-30f0073e-d552-408f-aaf8-9e682f5b5d7e img.shogun-image {
    

    
    
    
  }


#s-30f0073e-d552-408f-aaf8-9e682f5b5d7e .shogun-image-content {
  
    align-items: center;
  
}

#s-c05deb61-e009-460a-af57-6b3154d21ea5 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 10px;
max-width: 223px;
}

#s-0f5b0882-e73c-4853-bb18-506d93a2cd88 {
  margin-left: auto;
margin-right: auto;
max-width: 261px;
}

@media (min-width: 768px) and (max-width: 991px){#s-1ea8076d-ab97-46f3-8fd2-e30d8dc6e760 {
  margin-top: 20px;
}
}
#s-127cd6f3-a1fb-424b-9f10-c87074f9b6d1 {
  margin-top: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
max-width: 270px;
opacity: 1;
text-align: center;
background-color: rgba(25, 191, 214, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-127cd6f3-a1fb-424b-9f10-c87074f9b6d1:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-127cd6f3-a1fb-424b-9f10-c87074f9b6d1:active {box-shadow: 0px 0px   !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-127cd6f3-a1fb-424b-9f10-c87074f9b6d1-root {
    text-align: center;
  }


#s-127cd6f3-a1fb-424b-9f10-c87074f9b6d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-127cd6f3-a1fb-424b-9f10-c87074f9b6d1-root {
    text-align: center;
  }


#s-127cd6f3-a1fb-424b-9f10-c87074f9b6d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-127cd6f3-a1fb-424b-9f10-c87074f9b6d1-root {
    text-align: center;
  }


#s-127cd6f3-a1fb-424b-9f10-c87074f9b6d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-127cd6f3-a1fb-424b-9f10-c87074f9b6d1-root {
    text-align: center;
  }


#s-127cd6f3-a1fb-424b-9f10-c87074f9b6d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-127cd6f3-a1fb-424b-9f10-c87074f9b6d1-root {
    text-align: center;
  }


#s-127cd6f3-a1fb-424b-9f10-c87074f9b6d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-523c9b0b-04c9-4cbd-a36b-af5508ab22f4 {
  min-height: 50px;
}








#s-523c9b0b-04c9-4cbd-a36b-af5508ab22f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-523c9b0b-04c9-4cbd-a36b-af5508ab22f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d484e686-76a3-4b2c-b4ab-d6473cacdc03 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-left: 45px;
padding-right: 45px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d484e686-76a3-4b2c-b4ab-d6473cacdc03 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d484e686-76a3-4b2c-b4ab-d6473cacdc03 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d484e686-76a3-4b2c-b4ab-d6473cacdc03 {
  
}
}@media (max-width: 767px){#s-d484e686-76a3-4b2c-b4ab-d6473cacdc03 {
  padding-left: 45px;
padding-right: 45px;
}
}
#s-eee96d10-d56d-4dd2-bdc5-f2404ea6d144 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-eee96d10-d56d-4dd2-bdc5-f2404ea6d144"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eee96d10-d56d-4dd2-bdc5-f2404ea6d144"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eee96d10-d56d-4dd2-bdc5-f2404ea6d144"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eee96d10-d56d-4dd2-bdc5-f2404ea6d144"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e9bee3c3-a31b-46a7-a242-bca8454ec2a5 {
  margin-left: 30px;
max-width: 1400px;
}
@media (max-width: 767px){#s-e9bee3c3-a31b-46a7-a242-bca8454ec2a5 {
  margin-right: 30px;
}
}
#s-e9bee3c3-a31b-46a7-a242-bca8454ec2a5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(243, 243, 249, 1);
}

#s-e9bee3c3-a31b-46a7-a242-bca8454ec2a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(243, 243, 249, 1);
  padding: 15px;
}

#s-e9bee3c3-a31b-46a7-a242-bca8454ec2a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.51);
}

#s-e9bee3c3-a31b-46a7-a242-bca8454ec2a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(243, 243, 249, 1);
}

#s-e9bee3c3-a31b-46a7-a242-bca8454ec2a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.51);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-e9bee3c3-a31b-46a7-a242-bca8454ec2a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}@media (min-width: 1200px){#s-e9bee3c3-a31b-46a7-a242-bca8454ec2a5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(243, 243, 249, 1);
}

#s-e9bee3c3-a31b-46a7-a242-bca8454ec2a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(243, 243, 249, 1);
  padding: 20px;
}

#s-e9bee3c3-a31b-46a7-a242-bca8454ec2a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.51);
}

#s-e9bee3c3-a31b-46a7-a242-bca8454ec2a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(243, 243, 249, 1);
}

#s-e9bee3c3-a31b-46a7-a242-bca8454ec2a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.51);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-e9bee3c3-a31b-46a7-a242-bca8454ec2a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-e9bee3c3-a31b-46a7-a242-bca8454ec2a5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(243, 243, 249, 1);
}

#s-e9bee3c3-a31b-46a7-a242-bca8454ec2a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(243, 243, 249, 1);
  padding: 20px;
}

#s-e9bee3c3-a31b-46a7-a242-bca8454ec2a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.51);
}

#s-e9bee3c3-a31b-46a7-a242-bca8454ec2a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(243, 243, 249, 1);
}

#s-e9bee3c3-a31b-46a7-a242-bca8454ec2a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.51);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-e9bee3c3-a31b-46a7-a242-bca8454ec2a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}}
#s-73ea3e53-dbc9-4df2-a615-20ace0471b25 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-6f89a799-1def-4c60-b037-d9cac73d7946 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-c44c4dbf-8ac2-435e-b574-7f2ba635a85e {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-7a558e91-6abe-45da-aec2-8d20989ad926 {
  margin-right: 30px;
max-width: 1400px;
}
@media (max-width: 767px){#s-7a558e91-6abe-45da-aec2-8d20989ad926 {
  margin-top: 5px;
margin-left: 30px;
}
}
#s-7a558e91-6abe-45da-aec2-8d20989ad926 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(243, 243, 249, 1);
}

#s-7a558e91-6abe-45da-aec2-8d20989ad926 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(243, 243, 249, 1);
  padding: 15px;
}

#s-7a558e91-6abe-45da-aec2-8d20989ad926 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.51);
}

#s-7a558e91-6abe-45da-aec2-8d20989ad926 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(243, 243, 249, 1);
}

#s-7a558e91-6abe-45da-aec2-8d20989ad926 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.51);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-7a558e91-6abe-45da-aec2-8d20989ad926 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}@media (min-width: 1200px){#s-7a558e91-6abe-45da-aec2-8d20989ad926 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(243, 243, 249, 1);
}

#s-7a558e91-6abe-45da-aec2-8d20989ad926 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(243, 243, 249, 1);
  padding: 20px;
}

#s-7a558e91-6abe-45da-aec2-8d20989ad926 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.51);
}

#s-7a558e91-6abe-45da-aec2-8d20989ad926 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(243, 243, 249, 1);
}

#s-7a558e91-6abe-45da-aec2-8d20989ad926 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.51);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-7a558e91-6abe-45da-aec2-8d20989ad926 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-7a558e91-6abe-45da-aec2-8d20989ad926 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(243, 243, 249, 1);
}

#s-7a558e91-6abe-45da-aec2-8d20989ad926 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(243, 243, 249, 1);
  padding: 20px;
}

#s-7a558e91-6abe-45da-aec2-8d20989ad926 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.51);
}

#s-7a558e91-6abe-45da-aec2-8d20989ad926 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(243, 243, 249, 1);
}

#s-7a558e91-6abe-45da-aec2-8d20989ad926 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.51);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-7a558e91-6abe-45da-aec2-8d20989ad926 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}}
#s-4ed20b40-d272-41e0-aa81-0b1854cfe835 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-1435d0e8-e808-4318-b45e-ad4e231e3f7f {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-b4251aa6-aa28-4bbe-b732-fa4ba61056b3 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-c0898886-fbed-4651-8857-5b2462b7ebfb {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(243, 243, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c0898886-fbed-4651-8857-5b2462b7ebfb {
  
}
}@media (max-width: 767px){#s-c0898886-fbed-4651-8857-5b2462b7ebfb {
  display: none;
}
#s-c0898886-fbed-4651-8857-5b2462b7ebfb, #wrap-s-c0898886-fbed-4651-8857-5b2462b7ebfb { display:none !important; }}







#s-c0898886-fbed-4651-8857-5b2462b7ebfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0898886-fbed-4651-8857-5b2462b7ebfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9badd40-64f5-4d13-91d1-f31bd293edea {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a9badd40-64f5-4d13-91d1-f31bd293edea {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-a9badd40-64f5-4d13-91d1-f31bd293edea {
  padding-top: 30px;
padding-bottom: 30px;
display: none;
}
#s-a9badd40-64f5-4d13-91d1-f31bd293edea, #wrap-s-a9badd40-64f5-4d13-91d1-f31bd293edea { display:none !important; }}
@media (min-width: 0px) {
[id="s-a9badd40-64f5-4d13-91d1-f31bd293edea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a9badd40-64f5-4d13-91d1-f31bd293edea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a9badd40-64f5-4d13-91d1-f31bd293edea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a9badd40-64f5-4d13-91d1-f31bd293edea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a9badd40-64f5-4d13-91d1-f31bd293edea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a9badd40-64f5-4d13-91d1-f31bd293edea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a9badd40-64f5-4d13-91d1-f31bd293edea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

#s-cdcc412d-2726-4cb3-991b-8fb51aa01a01 {
  max-width: 125px;
text-align: center;
}
@media (max-width: 767px){#s-cdcc412d-2726-4cb3-991b-8fb51aa01a01 {
  margin-left: 30px;
padding-top: 15px;
padding-bottom: 15px;
}
}






  #s-cdcc412d-2726-4cb3-991b-8fb51aa01a01 img.shogun-image {
    

    
    
    
  }


#s-cdcc412d-2726-4cb3-991b-8fb51aa01a01 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5e2fa36-c636-4940-a015-96536e971657 {
  margin-top: 10px;
margin-bottom: -6px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-a5e2fa36-c636-4940-a015-96536e971657 {
  margin-left: -30px;
margin-right: 30px;
}
}
#s-bc8d7f98-d508-4652-8a86-73a5be6a3e08 {
  max-width: 370px;
}
@media (max-width: 767px){#s-bc8d7f98-d508-4652-8a86-73a5be6a3e08 {
  margin-left: -30px;
margin-right: 30px;
}
}
#s-75ea948d-743f-4759-b92c-1714b2e96eb5 {
  max-width: 125px;
text-align: center;
}
@media (max-width: 767px){#s-75ea948d-743f-4759-b92c-1714b2e96eb5 {
  margin-top: 14px;
margin-left: 30px;
margin-right: 47px;
}
}






  #s-75ea948d-743f-4759-b92c-1714b2e96eb5 img.shogun-image {
    

    
    
    
  }


#s-75ea948d-743f-4759-b92c-1714b2e96eb5 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c1cf139-d5eb-4a27-aa8b-0a80fb2de388 {
  margin-top: 10px;
margin-bottom: -6px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-2c1cf139-d5eb-4a27-aa8b-0a80fb2de388 {
  margin-left: -30px;
margin-right: 30px;
}
}
#s-ab0d8db1-f8de-41ab-a138-267b28ec6ab4 {
  max-width: 370px;
}
@media (max-width: 767px){#s-ab0d8db1-f8de-41ab-a138-267b28ec6ab4 {
  margin-left: -30px;
margin-right: 30px;
}
}
#s-2203534e-eb79-47e2-883b-d758a008cb65 {
  margin-top: 4px;
margin-bottom: 4px;
}
@media (max-width: 767px){#s-2203534e-eb79-47e2-883b-d758a008cb65 {
  margin-left: -30px;
margin-right: -30px;
}
}
#s-b71efc23-a403-4886-bb3d-0a8b6db3dcaf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b71efc23-a403-4886-bb3d-0a8b6db3dcaf {
  display: none;
}
#s-b71efc23-a403-4886-bb3d-0a8b6db3dcaf, #wrap-s-b71efc23-a403-4886-bb3d-0a8b6db3dcaf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b71efc23-a403-4886-bb3d-0a8b6db3dcaf {
  display: none;
}
#s-b71efc23-a403-4886-bb3d-0a8b6db3dcaf, #wrap-s-b71efc23-a403-4886-bb3d-0a8b6db3dcaf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b71efc23-a403-4886-bb3d-0a8b6db3dcaf {
  display: none;
}
#s-b71efc23-a403-4886-bb3d-0a8b6db3dcaf, #wrap-s-b71efc23-a403-4886-bb3d-0a8b6db3dcaf { display:none !important; }}







#s-b71efc23-a403-4886-bb3d-0a8b6db3dcaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b71efc23-a403-4886-bb3d-0a8b6db3dcaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d4851b7-27f8-4017-b49d-7c30798d1cf0 {
  background-image: url(https://i.shgcdn.com/f0e25b7e-d0fd-4fe0-af81-35e4236e7afb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 1400px;
background-position: right bottom;
background-color: rgba(128, 39, 231, 1);
}
@media (min-width: 1200px){#s-0d4851b7-27f8-4017-b49d-7c30798d1cf0 {
  display: none;
}
#s-0d4851b7-27f8-4017-b49d-7c30798d1cf0, #wrap-s-0d4851b7-27f8-4017-b49d-7c30798d1cf0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d4851b7-27f8-4017-b49d-7c30798d1cf0 {
  display: none;
}
#s-0d4851b7-27f8-4017-b49d-7c30798d1cf0, #wrap-s-0d4851b7-27f8-4017-b49d-7c30798d1cf0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0d4851b7-27f8-4017-b49d-7c30798d1cf0 {
  
}
}@media (max-width: 767px){#s-0d4851b7-27f8-4017-b49d-7c30798d1cf0 {
  display: none;
}
#s-0d4851b7-27f8-4017-b49d-7c30798d1cf0, #wrap-s-0d4851b7-27f8-4017-b49d-7c30798d1cf0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0d4851b7-27f8-4017-b49d-7c30798d1cf0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d4851b7-27f8-4017-b49d-7c30798d1cf0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0d4851b7-27f8-4017-b49d-7c30798d1cf0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0d4851b7-27f8-4017-b49d-7c30798d1cf0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0d4851b7-27f8-4017-b49d-7c30798d1cf0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d4851b7-27f8-4017-b49d-7c30798d1cf0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0d4851b7-27f8-4017-b49d-7c30798d1cf0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-0f70684a-0cb6-48eb-ac8e-06a7c8623479 {
  margin-top: 30px;
margin-left: 65px;
margin-bottom: 30px;
margin-right: 65px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0f70684a-0cb6-48eb-ac8e-06a7c8623479 {
  
}
}







#s-0f70684a-0cb6-48eb-ac8e-06a7c8623479 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f70684a-0cb6-48eb-ac8e-06a7c8623479.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54ddfdfd-2313-4ff7-a08d-3a79ef695263 {
  margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
max-width: 464px;
}
@media (max-width: 767px){#s-54ddfdfd-2313-4ff7-a08d-3a79ef695263 {
  margin-top: 0px;
}
}
#s-71eaa92a-013d-406e-a39d-d5e8d77acbcd {
  margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-71eaa92a-013d-406e-a39d-d5e8d77acbcd {
  margin-top: 15px;
}
}
#s-b56a2cd7-bacf-477c-8fc2-c0dec4193778 {
  background-image: url(https://i.shgcdn.com/c4f735d3-f5f5-41bd-b4bf-2ee8e9760cb0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 357px 234px;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 1400px;
background-position: 5% center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b56a2cd7-bacf-477c-8fc2-c0dec4193778 {
  display: none;
}
#s-b56a2cd7-bacf-477c-8fc2-c0dec4193778, #wrap-s-b56a2cd7-bacf-477c-8fc2-c0dec4193778 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b56a2cd7-bacf-477c-8fc2-c0dec4193778 {
  display: none;
}
#s-b56a2cd7-bacf-477c-8fc2-c0dec4193778, #wrap-s-b56a2cd7-bacf-477c-8fc2-c0dec4193778 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b56a2cd7-bacf-477c-8fc2-c0dec4193778 {
  
}
}@media (max-width: 767px){#s-b56a2cd7-bacf-477c-8fc2-c0dec4193778 {
  display: none;
}
#s-b56a2cd7-bacf-477c-8fc2-c0dec4193778, #wrap-s-b56a2cd7-bacf-477c-8fc2-c0dec4193778 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b56a2cd7-bacf-477c-8fc2-c0dec4193778"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b56a2cd7-bacf-477c-8fc2-c0dec4193778"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b56a2cd7-bacf-477c-8fc2-c0dec4193778"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b56a2cd7-bacf-477c-8fc2-c0dec4193778"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-b56a2cd7-bacf-477c-8fc2-c0dec4193778"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8b6c488c-36a2-4c7a-8f23-d4798248d7cf {
  margin-top: 30px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 30px;
min-height: 50px;
}








#s-8b6c488c-36a2-4c7a-8f23-d4798248d7cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b6c488c-36a2-4c7a-8f23-d4798248d7cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-839e5844-e2f6-48a9-b966-34eec25d68a0 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
max-width: 380px;
}
@media (min-width: 1200px){#s-839e5844-e2f6-48a9-b966-34eec25d68a0 {
  display: none;
}
#s-839e5844-e2f6-48a9-b966-34eec25d68a0, #wrap-s-839e5844-e2f6-48a9-b966-34eec25d68a0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-839e5844-e2f6-48a9-b966-34eec25d68a0 {
  display: none;
}
#s-839e5844-e2f6-48a9-b966-34eec25d68a0, #wrap-s-839e5844-e2f6-48a9-b966-34eec25d68a0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-839e5844-e2f6-48a9-b966-34eec25d68a0 {
  display: none;
}
#s-839e5844-e2f6-48a9-b966-34eec25d68a0, #wrap-s-839e5844-e2f6-48a9-b966-34eec25d68a0 { display:none !important; }}@media (max-width: 767px){#s-839e5844-e2f6-48a9-b966-34eec25d68a0 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}
}
#s-ba0094d8-bae8-4408-8f52-a72f476b1d5d {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
}
@media (max-width: 767px){#s-ba0094d8-bae8-4408-8f52-a72f476b1d5d {
  display: none;
}
#s-ba0094d8-bae8-4408-8f52-a72f476b1d5d, #wrap-s-ba0094d8-bae8-4408-8f52-a72f476b1d5d { display:none !important; }}
#s-014b81a6-f59d-4d42-9692-5b7e59bd0a6b {
  margin-bottom: 7px;
}
@media (max-width: 767px){#s-014b81a6-f59d-4d42-9692-5b7e59bd0a6b {
  display: none;
}
#s-014b81a6-f59d-4d42-9692-5b7e59bd0a6b, #wrap-s-014b81a6-f59d-4d42-9692-5b7e59bd0a6b { display:none !important; }}
#s-6ed1aa20-e49b-4004-8f98-9a584e862dc2 {
  margin-bottom: 7px;
}
@media (min-width: 1200px){#s-6ed1aa20-e49b-4004-8f98-9a584e862dc2 {
  display: none;
}
#s-6ed1aa20-e49b-4004-8f98-9a584e862dc2, #wrap-s-6ed1aa20-e49b-4004-8f98-9a584e862dc2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ed1aa20-e49b-4004-8f98-9a584e862dc2 {
  display: none;
}
#s-6ed1aa20-e49b-4004-8f98-9a584e862dc2, #wrap-s-6ed1aa20-e49b-4004-8f98-9a584e862dc2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6ed1aa20-e49b-4004-8f98-9a584e862dc2 {
  display: none;
}
#s-6ed1aa20-e49b-4004-8f98-9a584e862dc2, #wrap-s-6ed1aa20-e49b-4004-8f98-9a584e862dc2 { display:none !important; }}@media (max-width: 767px){#s-6ed1aa20-e49b-4004-8f98-9a584e862dc2 {
  margin-bottom: 30px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-d598733f-23e6-4ea8-8205-2a0871833aca {
  margin-top: 28px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
max-width: 270px;
opacity: 1;
text-align: left;
background-color: rgba(25, 191, 214, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d598733f-23e6-4ea8-8205-2a0871833aca:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(119, 68, 206, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d598733f-23e6-4ea8-8205-2a0871833aca:active {box-shadow: 0px 0px   !important;
background-color: rgba(119, 68, 206, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-d598733f-23e6-4ea8-8205-2a0871833aca {
  display: none;
}
#s-d598733f-23e6-4ea8-8205-2a0871833aca, #wrap-s-d598733f-23e6-4ea8-8205-2a0871833aca { display:none !important; }}@media (max-width: 767px){#s-d598733f-23e6-4ea8-8205-2a0871833aca {
  text-align: center;
display: none;
}
#s-d598733f-23e6-4ea8-8205-2a0871833aca, #wrap-s-d598733f-23e6-4ea8-8205-2a0871833aca { display:none !important; }}

  #s-d598733f-23e6-4ea8-8205-2a0871833aca-root {
    text-align: left;
  }


#s-d598733f-23e6-4ea8-8205-2a0871833aca.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d598733f-23e6-4ea8-8205-2a0871833aca-root {
    text-align: left;
  }


#s-d598733f-23e6-4ea8-8205-2a0871833aca.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d598733f-23e6-4ea8-8205-2a0871833aca-root {
    text-align: left;
  }


#s-d598733f-23e6-4ea8-8205-2a0871833aca.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d598733f-23e6-4ea8-8205-2a0871833aca-root {
    text-align: left;
  }


#s-d598733f-23e6-4ea8-8205-2a0871833aca.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d598733f-23e6-4ea8-8205-2a0871833aca-root {
    text-align: center;
  }


#s-d598733f-23e6-4ea8-8205-2a0871833aca.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-da67526c-a654-44ae-bd33-e587c1ee1cee {
  background-image: url(https://i.shgcdn.com/85d5b33f-1c09-4c71-b9d7-c0010a59743e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 245px 300px;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 1400px;
background-position: 91% bottom;
background-color: rgba(25, 191, 214, 1);
}
@media (min-width: 1200px){#s-da67526c-a654-44ae-bd33-e587c1ee1cee {
  display: none;
}
#s-da67526c-a654-44ae-bd33-e587c1ee1cee, #wrap-s-da67526c-a654-44ae-bd33-e587c1ee1cee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da67526c-a654-44ae-bd33-e587c1ee1cee {
  display: none;
}
#s-da67526c-a654-44ae-bd33-e587c1ee1cee, #wrap-s-da67526c-a654-44ae-bd33-e587c1ee1cee { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da67526c-a654-44ae-bd33-e587c1ee1cee {
  
}
}@media (max-width: 767px){#s-da67526c-a654-44ae-bd33-e587c1ee1cee {
  display: none;
}
#s-da67526c-a654-44ae-bd33-e587c1ee1cee, #wrap-s-da67526c-a654-44ae-bd33-e587c1ee1cee { display:none !important; }}
@media (min-width: 0px) {
[id="s-da67526c-a654-44ae-bd33-e587c1ee1cee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da67526c-a654-44ae-bd33-e587c1ee1cee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-da67526c-a654-44ae-bd33-e587c1ee1cee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da67526c-a654-44ae-bd33-e587c1ee1cee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-da67526c-a654-44ae-bd33-e587c1ee1cee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da67526c-a654-44ae-bd33-e587c1ee1cee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-da67526c-a654-44ae-bd33-e587c1ee1cee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-9fbef3e2-3741-46ce-84b9-0e70e924ec9d {
  margin-top: 30px;
margin-left: 65px;
margin-bottom: 40px;
margin-right: 65px;
min-height: 50px;
}

#s-9fbef3e2-3741-46ce-84b9-0e70e924ec9d {
  background-image: url();
}








#s-9fbef3e2-3741-46ce-84b9-0e70e924ec9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fbef3e2-3741-46ce-84b9-0e70e924ec9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85cbf8f6-3403-4101-8d72-36feccca7420 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
max-width: 419px;
}

#s-fe6d8d93-61cd-4030-b4d8-0b61258b7c85 {
  margin-bottom: 7px;
}

#s-55918e1a-11d8-410c-bc16-a77ff33aa3e8 {
  background-image: url(https://i.shgcdn.com/eec2b70a-9bec-45da-aa4f-01cbb4fdfc3b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 335px 355px;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 1400px;
background-position: 7% center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-55918e1a-11d8-410c-bc16-a77ff33aa3e8 {
  display: none;
}
#s-55918e1a-11d8-410c-bc16-a77ff33aa3e8, #wrap-s-55918e1a-11d8-410c-bc16-a77ff33aa3e8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55918e1a-11d8-410c-bc16-a77ff33aa3e8 {
  display: none;
}
#s-55918e1a-11d8-410c-bc16-a77ff33aa3e8, #wrap-s-55918e1a-11d8-410c-bc16-a77ff33aa3e8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-55918e1a-11d8-410c-bc16-a77ff33aa3e8 {
  
}
}@media (max-width: 767px){#s-55918e1a-11d8-410c-bc16-a77ff33aa3e8 {
  display: none;
}
#s-55918e1a-11d8-410c-bc16-a77ff33aa3e8, #wrap-s-55918e1a-11d8-410c-bc16-a77ff33aa3e8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-55918e1a-11d8-410c-bc16-a77ff33aa3e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55918e1a-11d8-410c-bc16-a77ff33aa3e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-55918e1a-11d8-410c-bc16-a77ff33aa3e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-55918e1a-11d8-410c-bc16-a77ff33aa3e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-55918e1a-11d8-410c-bc16-a77ff33aa3e8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1bbc5e3f-71a4-49be-92cc-75101d1233ec {
  margin-top: 20%;
margin-left: 15px;
margin-bottom: 20%;
margin-right: 30px;
min-height: 50px;
}
@media (max-width: 767px){#s-1bbc5e3f-71a4-49be-92cc-75101d1233ec {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-1bbc5e3f-71a4-49be-92cc-75101d1233ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bbc5e3f-71a4-49be-92cc-75101d1233ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dacba3f9-1398-4338-a4da-9626cc37156c {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
max-width: 380px;
}
@media (min-width: 1200px){#s-dacba3f9-1398-4338-a4da-9626cc37156c {
  display: none;
}
#s-dacba3f9-1398-4338-a4da-9626cc37156c, #wrap-s-dacba3f9-1398-4338-a4da-9626cc37156c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dacba3f9-1398-4338-a4da-9626cc37156c {
  display: none;
}
#s-dacba3f9-1398-4338-a4da-9626cc37156c, #wrap-s-dacba3f9-1398-4338-a4da-9626cc37156c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dacba3f9-1398-4338-a4da-9626cc37156c {
  display: none;
}
#s-dacba3f9-1398-4338-a4da-9626cc37156c, #wrap-s-dacba3f9-1398-4338-a4da-9626cc37156c { display:none !important; }}@media (max-width: 767px){#s-dacba3f9-1398-4338-a4da-9626cc37156c {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}
}
#s-556fb5cb-3c0b-4c94-9b9a-5121d459dcbb {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
}
@media (max-width: 767px){#s-556fb5cb-3c0b-4c94-9b9a-5121d459dcbb {
  display: none;
}
#s-556fb5cb-3c0b-4c94-9b9a-5121d459dcbb, #wrap-s-556fb5cb-3c0b-4c94-9b9a-5121d459dcbb { display:none !important; }}
#s-caeda560-e56b-4097-9c18-38600af94f0e {
  margin-bottom: 7px;
}
@media (max-width: 767px){#s-caeda560-e56b-4097-9c18-38600af94f0e {
  display: none;
}
#s-caeda560-e56b-4097-9c18-38600af94f0e, #wrap-s-caeda560-e56b-4097-9c18-38600af94f0e { display:none !important; }}
#s-70f6ef87-1fbc-40e1-9fbc-a7aafe14bbcb {
  margin-bottom: 7px;
}
@media (min-width: 1200px){#s-70f6ef87-1fbc-40e1-9fbc-a7aafe14bbcb {
  display: none;
}
#s-70f6ef87-1fbc-40e1-9fbc-a7aafe14bbcb, #wrap-s-70f6ef87-1fbc-40e1-9fbc-a7aafe14bbcb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70f6ef87-1fbc-40e1-9fbc-a7aafe14bbcb {
  display: none;
}
#s-70f6ef87-1fbc-40e1-9fbc-a7aafe14bbcb, #wrap-s-70f6ef87-1fbc-40e1-9fbc-a7aafe14bbcb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-70f6ef87-1fbc-40e1-9fbc-a7aafe14bbcb {
  display: none;
}
#s-70f6ef87-1fbc-40e1-9fbc-a7aafe14bbcb, #wrap-s-70f6ef87-1fbc-40e1-9fbc-a7aafe14bbcb { display:none !important; }}@media (max-width: 767px){#s-70f6ef87-1fbc-40e1-9fbc-a7aafe14bbcb {
  margin-bottom: 30px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-fa6e407f-81cb-41b9-94d7-a513af219839 {
  margin-top: 28px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
max-width: 270px;
opacity: 1;
text-align: left;
background-color: rgba(25, 191, 214, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fa6e407f-81cb-41b9-94d7-a513af219839:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(119, 68, 206, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fa6e407f-81cb-41b9-94d7-a513af219839:active {box-shadow: 0px 0px   !important;
background-color: rgba(119, 68, 206, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-fa6e407f-81cb-41b9-94d7-a513af219839 {
  display: none;
}
#s-fa6e407f-81cb-41b9-94d7-a513af219839, #wrap-s-fa6e407f-81cb-41b9-94d7-a513af219839 { display:none !important; }}@media (max-width: 767px){#s-fa6e407f-81cb-41b9-94d7-a513af219839 {
  text-align: center;
display: none;
}
#s-fa6e407f-81cb-41b9-94d7-a513af219839, #wrap-s-fa6e407f-81cb-41b9-94d7-a513af219839 { display:none !important; }}

  #s-fa6e407f-81cb-41b9-94d7-a513af219839-root {
    text-align: left;
  }


#s-fa6e407f-81cb-41b9-94d7-a513af219839.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fa6e407f-81cb-41b9-94d7-a513af219839-root {
    text-align: left;
  }


#s-fa6e407f-81cb-41b9-94d7-a513af219839.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fa6e407f-81cb-41b9-94d7-a513af219839-root {
    text-align: left;
  }


#s-fa6e407f-81cb-41b9-94d7-a513af219839.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fa6e407f-81cb-41b9-94d7-a513af219839-root {
    text-align: left;
  }


#s-fa6e407f-81cb-41b9-94d7-a513af219839.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fa6e407f-81cb-41b9-94d7-a513af219839-root {
    text-align: center;
  }


#s-fa6e407f-81cb-41b9-94d7-a513af219839.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9adec114-2f38-492c-a7de-dcd7191ba075 {
  margin-top: -25px;
margin-bottom: -25px;
min-height: 50px;
background-color: rgba(128, 39, 231, 1);
}
@media (min-width: 1200px){#s-9adec114-2f38-492c-a7de-dcd7191ba075 {
  display: none;
}
#s-9adec114-2f38-492c-a7de-dcd7191ba075, #wrap-s-9adec114-2f38-492c-a7de-dcd7191ba075 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9adec114-2f38-492c-a7de-dcd7191ba075 {
  display: none;
}
#s-9adec114-2f38-492c-a7de-dcd7191ba075, #wrap-s-9adec114-2f38-492c-a7de-dcd7191ba075 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9adec114-2f38-492c-a7de-dcd7191ba075 {
  display: none;
}
#s-9adec114-2f38-492c-a7de-dcd7191ba075, #wrap-s-9adec114-2f38-492c-a7de-dcd7191ba075 { display:none !important; }}@media (max-width: 767px){#s-9adec114-2f38-492c-a7de-dcd7191ba075 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-9adec114-2f38-492c-a7de-dcd7191ba075 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9adec114-2f38-492c-a7de-dcd7191ba075.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd95bee7-6393-425e-bd45-a2465e872f77 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (max-width: 767px){#s-bd95bee7-6393-425e-bd45-a2465e872f77 {
  margin-left: 30px;
margin-right: 30px;
max-width: 397px;
}
}
#s-c82f8a07-a073-45bf-bff6-b9182a8d70d0 {
  padding-left: 30px;
padding-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c82f8a07-a073-45bf-bff6-b9182a8d70d0 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}
}
#s-98a5f0a9-f038-426e-80a1-cf66f7180a20 {
  margin-top: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
max-width: 270px;
opacity: 1;
text-align: center;
background-color: rgba(25, 191, 214, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-98a5f0a9-f038-426e-80a1-cf66f7180a20:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(119, 68, 206, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-98a5f0a9-f038-426e-80a1-cf66f7180a20:active {box-shadow: 0px 0px   !important;
background-color: rgba(119, 68, 206, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-98a5f0a9-f038-426e-80a1-cf66f7180a20 {
  display: none;
}
#s-98a5f0a9-f038-426e-80a1-cf66f7180a20, #wrap-s-98a5f0a9-f038-426e-80a1-cf66f7180a20 { display:none !important; }}@media (max-width: 767px){#s-98a5f0a9-f038-426e-80a1-cf66f7180a20 {
  display: none;
}
#s-98a5f0a9-f038-426e-80a1-cf66f7180a20, #wrap-s-98a5f0a9-f038-426e-80a1-cf66f7180a20 { display:none !important; }}

  #s-98a5f0a9-f038-426e-80a1-cf66f7180a20-root {
    text-align: center;
  }


#s-98a5f0a9-f038-426e-80a1-cf66f7180a20.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-98a5f0a9-f038-426e-80a1-cf66f7180a20-root {
    text-align: center;
  }


#s-98a5f0a9-f038-426e-80a1-cf66f7180a20.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-98a5f0a9-f038-426e-80a1-cf66f7180a20-root {
    text-align: center;
  }


#s-98a5f0a9-f038-426e-80a1-cf66f7180a20.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-98a5f0a9-f038-426e-80a1-cf66f7180a20-root {
    text-align: center;
  }


#s-98a5f0a9-f038-426e-80a1-cf66f7180a20.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-98a5f0a9-f038-426e-80a1-cf66f7180a20-root {
    text-align: center;
  }


#s-98a5f0a9-f038-426e-80a1-cf66f7180a20.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-58454aba-f404-492c-967a-aa2d0bbec75a {
  margin-left: 23%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-58454aba-f404-492c-967a-aa2d0bbec75a {
  max-width: 500px;
text-align: center;
}
}@media (max-width: 767px){#s-58454aba-f404-492c-967a-aa2d0bbec75a {
  text-align: right;
}
}






  #s-58454aba-f404-492c-967a-aa2d0bbec75a img.shogun-image {
    

    
    
    
  }


#s-58454aba-f404-492c-967a-aa2d0bbec75a .shogun-image-content {
  
    align-items: center;
  
}

#s-e1c7ebf0-668b-428c-b6b4-4a2825f124fd {
  margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e1c7ebf0-668b-428c-b6b4-4a2825f124fd {
  display: none;
}
#s-e1c7ebf0-668b-428c-b6b4-4a2825f124fd, #wrap-s-e1c7ebf0-668b-428c-b6b4-4a2825f124fd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1c7ebf0-668b-428c-b6b4-4a2825f124fd {
  display: none;
}
#s-e1c7ebf0-668b-428c-b6b4-4a2825f124fd, #wrap-s-e1c7ebf0-668b-428c-b6b4-4a2825f124fd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e1c7ebf0-668b-428c-b6b4-4a2825f124fd {
  display: none;
}
#s-e1c7ebf0-668b-428c-b6b4-4a2825f124fd, #wrap-s-e1c7ebf0-668b-428c-b6b4-4a2825f124fd { display:none !important; }}







#s-e1c7ebf0-668b-428c-b6b4-4a2825f124fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1c7ebf0-668b-428c-b6b4-4a2825f124fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63539d5c-f346-4d7c-a191-fd5c41da0d77 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-63539d5c-f346-4d7c-a191-fd5c41da0d77 {
  display: none;
}
#s-63539d5c-f346-4d7c-a191-fd5c41da0d77, #wrap-s-63539d5c-f346-4d7c-a191-fd5c41da0d77 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63539d5c-f346-4d7c-a191-fd5c41da0d77 {
  display: none;
}
#s-63539d5c-f346-4d7c-a191-fd5c41da0d77, #wrap-s-63539d5c-f346-4d7c-a191-fd5c41da0d77 { display:none !important; }}
#s-b5018123-1eca-48af-9dfe-57a6c43ad598 {
  margin-bottom: 7px;
}
@media (min-width: 1200px){#s-b5018123-1eca-48af-9dfe-57a6c43ad598 {
  display: none;
}
#s-b5018123-1eca-48af-9dfe-57a6c43ad598, #wrap-s-b5018123-1eca-48af-9dfe-57a6c43ad598 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b5018123-1eca-48af-9dfe-57a6c43ad598 {
  display: none;
}
#s-b5018123-1eca-48af-9dfe-57a6c43ad598, #wrap-s-b5018123-1eca-48af-9dfe-57a6c43ad598 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b5018123-1eca-48af-9dfe-57a6c43ad598 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 500px;
}
}@media (max-width: 767px){#s-b5018123-1eca-48af-9dfe-57a6c43ad598 {
  margin-bottom: 30px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-a334b19d-dee3-46d6-bc80-4b3b483e0e3d {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}







  #s-a334b19d-dee3-46d6-bc80-4b3b483e0e3d img.shogun-image {
    

    
    
    
  }


#s-a334b19d-dee3-46d6-bc80-4b3b483e0e3d .shogun-image-content {
  
    align-items: center;
  
}

#s-2e7a1260-f1a3-4a22-8c31-e6f53f0d8d7b {
  min-height: 50px;
background-color: rgba(243, 243, 249, 1);
}
@media (min-width: 1200px){#s-2e7a1260-f1a3-4a22-8c31-e6f53f0d8d7b {
  display: none;
}
#s-2e7a1260-f1a3-4a22-8c31-e6f53f0d8d7b, #wrap-s-2e7a1260-f1a3-4a22-8c31-e6f53f0d8d7b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e7a1260-f1a3-4a22-8c31-e6f53f0d8d7b {
  display: none;
}
#s-2e7a1260-f1a3-4a22-8c31-e6f53f0d8d7b, #wrap-s-2e7a1260-f1a3-4a22-8c31-e6f53f0d8d7b { display:none !important; }}







#s-2e7a1260-f1a3-4a22-8c31-e6f53f0d8d7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e7a1260-f1a3-4a22-8c31-e6f53f0d8d7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85afb7e5-e0ab-45f9-9e81-5f02c2440ed7 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 383px;
}
@media (min-width: 1200px){#s-85afb7e5-e0ab-45f9-9e81-5f02c2440ed7 {
  display: none;
}
#s-85afb7e5-e0ab-45f9-9e81-5f02c2440ed7, #wrap-s-85afb7e5-e0ab-45f9-9e81-5f02c2440ed7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85afb7e5-e0ab-45f9-9e81-5f02c2440ed7 {
  display: none;
}
#s-85afb7e5-e0ab-45f9-9e81-5f02c2440ed7, #wrap-s-85afb7e5-e0ab-45f9-9e81-5f02c2440ed7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-85afb7e5-e0ab-45f9-9e81-5f02c2440ed7 {
  max-width: 700px;
}
}
#s-214938c6-3f84-4dc8-aa02-4f283d7fb15f {
  margin-top: 15px;
margin-bottom: 7px;
}
@media (min-width: 1200px){#s-214938c6-3f84-4dc8-aa02-4f283d7fb15f {
  display: none;
}
#s-214938c6-3f84-4dc8-aa02-4f283d7fb15f, #wrap-s-214938c6-3f84-4dc8-aa02-4f283d7fb15f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-214938c6-3f84-4dc8-aa02-4f283d7fb15f {
  display: none;
}
#s-214938c6-3f84-4dc8-aa02-4f283d7fb15f, #wrap-s-214938c6-3f84-4dc8-aa02-4f283d7fb15f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-214938c6-3f84-4dc8-aa02-4f283d7fb15f {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}
}@media (max-width: 767px){#s-214938c6-3f84-4dc8-aa02-4f283d7fb15f {
  margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
}
#s-32cf68e3-4c13-4a13-b4c4-243d88185c4f {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
max-width: 125px;
text-align: center;
}
@media (min-width: 1200px){#s-32cf68e3-4c13-4a13-b4c4-243d88185c4f {
  display: none;
}
#s-32cf68e3-4c13-4a13-b4c4-243d88185c4f, #wrap-s-32cf68e3-4c13-4a13-b4c4-243d88185c4f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32cf68e3-4c13-4a13-b4c4-243d88185c4f {
  display: none;
}
#s-32cf68e3-4c13-4a13-b4c4-243d88185c4f, #wrap-s-32cf68e3-4c13-4a13-b4c4-243d88185c4f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32cf68e3-4c13-4a13-b4c4-243d88185c4f {
  padding-top: 15px;
padding-bottom: 15px;
}
}






  #s-32cf68e3-4c13-4a13-b4c4-243d88185c4f img.shogun-image {
    

    
    
    
  }


#s-32cf68e3-4c13-4a13-b4c4-243d88185c4f .shogun-image-content {
  
    align-items: center;
  
}

#s-4b9c2eeb-69e9-4f72-8b0c-bdf6e1a32973 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}








#s-4b9c2eeb-69e9-4f72-8b0c-bdf6e1a32973 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b9c2eeb-69e9-4f72-8b0c-bdf6e1a32973.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4571ec3d-16d9-42cc-80bd-0951e225699e {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
border-top-width: 2px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(243, 243, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4571ec3d-16d9-42cc-80bd-0951e225699e {
  display: none;
}
#s-4571ec3d-16d9-42cc-80bd-0951e225699e, #wrap-s-4571ec3d-16d9-42cc-80bd-0951e225699e { display:none !important; }}@media (max-width: 767px){#s-4571ec3d-16d9-42cc-80bd-0951e225699e {
  margin-left: 30px;
margin-right: 30px;
display: none;
}
#s-4571ec3d-16d9-42cc-80bd-0951e225699e, #wrap-s-4571ec3d-16d9-42cc-80bd-0951e225699e { display:none !important; }}
#s-c980b74d-1ca6-46b4-aa80-b34bb7bc8ca9 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
padding-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c980b74d-1ca6-46b4-aa80-b34bb7bc8ca9 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-c980b74d-1ca6-46b4-aa80-b34bb7bc8ca9 {
  margin-left: 3px;
margin-right: 3px;
padding-bottom: 40px;
}
}







#s-c980b74d-1ca6-46b4-aa80-b34bb7bc8ca9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c980b74d-1ca6-46b4-aa80-b34bb7bc8ca9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7017f659-0880-4754-bc97-e197705faf31 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7017f659-0880-4754-bc97-e197705faf31 {
  margin-top: -30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7017f659-0880-4754-bc97-e197705faf31 {
  margin-top: -30px;
}
}







#s-7017f659-0880-4754-bc97-e197705faf31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7017f659-0880-4754-bc97-e197705faf31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5f1984c-7fca-46cd-8b15-8904e3f05dc8 {
  margin-top: 40px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-a5f1984c-7fca-46cd-8b15-8904e3f05dc8 {
  
}
}@media (max-width: 767px){#s-a5f1984c-7fca-46cd-8b15-8904e3f05dc8 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 400px;
}
}
#s-3a139923-44e5-4205-8f52-679de4bb52ae {
  margin-bottom: 30px;
}

#s-8410e770-fc05-4624-8556-b224c831dbc4 {
  margin-left: auto;
margin-right: auto;
min-height: 150px;
max-width: 1200px;
}
@media (max-width: 767px){#s-8410e770-fc05-4624-8556-b224c831dbc4 {
  margin-left: 30px;
margin-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-8410e770-fc05-4624-8556-b224c831dbc4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8410e770-fc05-4624-8556-b224c831dbc4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8410e770-fc05-4624-8556-b224c831dbc4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8410e770-fc05-4624-8556-b224c831dbc4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-67cb6704-945f-49d1-8878-425f9f573342 {
  min-height: 50px;
}








#s-67cb6704-945f-49d1-8878-425f9f573342 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67cb6704-945f-49d1-8878-425f9f573342.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07d1ef93-5e67-43a1-9a0c-fd92ac5ede0d {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-07d1ef93-5e67-43a1-9a0c-fd92ac5ede0d {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-07d1ef93-5e67-43a1-9a0c-fd92ac5ede0d {
  padding-left: 0px;
padding-right: 0px;
}
}






  #s-07d1ef93-5e67-43a1-9a0c-fd92ac5ede0d img.shogun-image {
    

    
    
    
  }


#s-07d1ef93-5e67-43a1-9a0c-fd92ac5ede0d .shogun-image-content {
  
    align-items: center;
  
}

#s-83bea595-5601-4deb-84a2-27a0a19e2966 {
  padding-top: 20px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-83bea595-5601-4deb-84a2-27a0a19e2966 {
  padding-bottom: 0px;
}
}
@media (max-width: 767px){#s-3a042f37-e948-46b1-b81d-279f8a25d38d {
  margin-bottom: 12px;
display: none;
}
#s-3a042f37-e948-46b1-b81d-279f8a25d38d, #wrap-s-3a042f37-e948-46b1-b81d-279f8a25d38d { display:none !important; }}
#s-1aef011d-17d6-4f86-aed2-55788b685759 {
  margin-top: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
max-width: 270px;
opacity: 1;
text-align: center;
background-color: rgba(25, 191, 214, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1aef011d-17d6-4f86-aed2-55788b685759:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1aef011d-17d6-4f86-aed2-55788b685759:active {box-shadow: 0px 0px   !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1aef011d-17d6-4f86-aed2-55788b685759-root {
    text-align: center;
  }


#s-1aef011d-17d6-4f86-aed2-55788b685759.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1aef011d-17d6-4f86-aed2-55788b685759-root {
    text-align: center;
  }


#s-1aef011d-17d6-4f86-aed2-55788b685759.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1aef011d-17d6-4f86-aed2-55788b685759-root {
    text-align: center;
  }


#s-1aef011d-17d6-4f86-aed2-55788b685759.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1aef011d-17d6-4f86-aed2-55788b685759-root {
    text-align: center;
  }


#s-1aef011d-17d6-4f86-aed2-55788b685759.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1aef011d-17d6-4f86-aed2-55788b685759-root {
    text-align: center;
  }


#s-1aef011d-17d6-4f86-aed2-55788b685759.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-58ec6225-583f-4f9e-bc43-25405b5650c1 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-58ec6225-583f-4f9e-bc43-25405b5650c1 {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-58ec6225-583f-4f9e-bc43-25405b5650c1 {
  padding-left: 0px;
padding-right: 0px;
}
}






  #s-58ec6225-583f-4f9e-bc43-25405b5650c1 img.shogun-image {
    

    
    
    
  }


#s-58ec6225-583f-4f9e-bc43-25405b5650c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b105f15-360f-4e8b-bbeb-e508db8bbfc1 {
  padding-top: 20px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-5b105f15-360f-4e8b-bbeb-e508db8bbfc1 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b105f15-360f-4e8b-bbeb-e508db8bbfc1 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}@media (max-width: 767px){#s-5b105f15-360f-4e8b-bbeb-e508db8bbfc1 {
  padding-bottom: 0px;
}
}
@media (max-width: 767px){#s-c4f9ec69-d077-44bf-b726-a74a28f14ae9 {
  margin-bottom: 12px;
display: none;
}
#s-c4f9ec69-d077-44bf-b726-a74a28f14ae9, #wrap-s-c4f9ec69-d077-44bf-b726-a74a28f14ae9 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-512d1c44-5f31-4c80-bfa8-b6f170aeb6a1 {
  margin-top: 20px;
}
}
#s-8db2c5a3-45f2-4ec5-930c-6c1e045e521a {
  margin-top: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
max-width: 270px;
opacity: 1;
text-align: center;
background-color: rgba(25, 191, 214, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8db2c5a3-45f2-4ec5-930c-6c1e045e521a:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8db2c5a3-45f2-4ec5-930c-6c1e045e521a:active {box-shadow: 0px 0px   !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8db2c5a3-45f2-4ec5-930c-6c1e045e521a-root {
    text-align: center;
  }


#s-8db2c5a3-45f2-4ec5-930c-6c1e045e521a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8db2c5a3-45f2-4ec5-930c-6c1e045e521a-root {
    text-align: center;
  }


#s-8db2c5a3-45f2-4ec5-930c-6c1e045e521a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8db2c5a3-45f2-4ec5-930c-6c1e045e521a-root {
    text-align: center;
  }


#s-8db2c5a3-45f2-4ec5-930c-6c1e045e521a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8db2c5a3-45f2-4ec5-930c-6c1e045e521a-root {
    text-align: center;
  }


#s-8db2c5a3-45f2-4ec5-930c-6c1e045e521a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8db2c5a3-45f2-4ec5-930c-6c1e045e521a-root {
    text-align: center;
  }


#s-8db2c5a3-45f2-4ec5-930c-6c1e045e521a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3a8527a3-73b0-4132-991e-e7596595f0a9 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3a8527a3-73b0-4132-991e-e7596595f0a9 {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-3a8527a3-73b0-4132-991e-e7596595f0a9 {
  margin-top: 50px;
padding-left: 0px;
padding-right: 0px;
}
}






  #s-3a8527a3-73b0-4132-991e-e7596595f0a9 img.shogun-image {
    

    
    
    
  }


#s-3a8527a3-73b0-4132-991e-e7596595f0a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea338476-7d0c-4dcd-a59b-2b86085460f6 {
  padding-top: 20px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-ea338476-7d0c-4dcd-a59b-2b86085460f6 {
  padding-bottom: 0px;
}
}
@media (max-width: 767px){#s-3e06722a-b549-4724-86de-4546fdd46b42 {
  display: none;
}
#s-3e06722a-b549-4724-86de-4546fdd46b42, #wrap-s-3e06722a-b549-4724-86de-4546fdd46b42 { display:none !important; }}
#s-7f6cf942-7e99-47f6-ba32-1d27f68d85a3 {
  margin-top: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
max-width: 270px;
opacity: 1;
text-align: center;
background-color: rgba(25, 191, 214, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7f6cf942-7e99-47f6-ba32-1d27f68d85a3:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7f6cf942-7e99-47f6-ba32-1d27f68d85a3:active {box-shadow: 0px 0px   !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7f6cf942-7e99-47f6-ba32-1d27f68d85a3-root {
    text-align: center;
  }


#s-7f6cf942-7e99-47f6-ba32-1d27f68d85a3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7f6cf942-7e99-47f6-ba32-1d27f68d85a3-root {
    text-align: center;
  }


#s-7f6cf942-7e99-47f6-ba32-1d27f68d85a3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f6cf942-7e99-47f6-ba32-1d27f68d85a3-root {
    text-align: center;
  }


#s-7f6cf942-7e99-47f6-ba32-1d27f68d85a3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7f6cf942-7e99-47f6-ba32-1d27f68d85a3-root {
    text-align: center;
  }


#s-7f6cf942-7e99-47f6-ba32-1d27f68d85a3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7f6cf942-7e99-47f6-ba32-1d27f68d85a3-root {
    text-align: center;
  }


#s-7f6cf942-7e99-47f6-ba32-1d27f68d85a3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9295c1cd-4f83-43e8-8d40-cbaf7d060c8a {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9295c1cd-4f83-43e8-8d40-cbaf7d060c8a {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-9295c1cd-4f83-43e8-8d40-cbaf7d060c8a {
  margin-top: 50px;
padding-left: 0px;
padding-right: 0px;
}
}






  #s-9295c1cd-4f83-43e8-8d40-cbaf7d060c8a img.shogun-image {
    

    
    
    
  }


#s-9295c1cd-4f83-43e8-8d40-cbaf7d060c8a .shogun-image-content {
  
    align-items: center;
  
}

#s-e10b6b69-6a2f-4327-926b-8ee03b3ae9db {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 10px;
max-width: 223px;
}
@media (max-width: 767px){#s-e10b6b69-6a2f-4327-926b-8ee03b3ae9db {
  padding-bottom: 0px;
}
}
#s-ca90bb3f-26e1-4063-aef7-77bb9eb2181e {
  margin-left: auto;
margin-right: auto;
max-width: 261px;
}
@media (max-width: 767px){#s-ca90bb3f-26e1-4063-aef7-77bb9eb2181e {
  display: none;
}
#s-ca90bb3f-26e1-4063-aef7-77bb9eb2181e, #wrap-s-ca90bb3f-26e1-4063-aef7-77bb9eb2181e { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-c73f2d66-9891-45b8-b7fc-492e9b6b3edc {
  margin-top: 20px;
}
}
#s-467a0497-a73f-4373-aee0-4923a096d599 {
  margin-top: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 5px;
max-width: 270px;
opacity: 1;
text-align: center;
background-color: rgba(25, 191, 214, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-467a0497-a73f-4373-aee0-4923a096d599:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-467a0497-a73f-4373-aee0-4923a096d599:active {box-shadow: 0px 0px   !important;
background-color: rgba(25, 191, 214, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-467a0497-a73f-4373-aee0-4923a096d599-root {
    text-align: center;
  }


#s-467a0497-a73f-4373-aee0-4923a096d599.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-467a0497-a73f-4373-aee0-4923a096d599-root {
    text-align: center;
  }


#s-467a0497-a73f-4373-aee0-4923a096d599.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-467a0497-a73f-4373-aee0-4923a096d599-root {
    text-align: center;
  }


#s-467a0497-a73f-4373-aee0-4923a096d599.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-467a0497-a73f-4373-aee0-4923a096d599-root {
    text-align: center;
  }


#s-467a0497-a73f-4373-aee0-4923a096d599.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-467a0497-a73f-4373-aee0-4923a096d599-root {
    text-align: center;
  }


#s-467a0497-a73f-4373-aee0-4923a096d599.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6531bc09-9af5-434c-b62d-eb739b6541ba {
  min-height: 50px;
}








#s-6531bc09-9af5-434c-b62d-eb739b6541ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6531bc09-9af5-434c-b62d-eb739b6541ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5e8c3db-fcf6-40b8-a44c-48052640371c {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-left: 45px;
padding-right: 45px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e5e8c3db-fcf6-40b8-a44c-48052640371c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e5e8c3db-fcf6-40b8-a44c-48052640371c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5e8c3db-fcf6-40b8-a44c-48052640371c {
  
}
}@media (max-width: 767px){#s-e5e8c3db-fcf6-40b8-a44c-48052640371c {
  padding-left: 45px;
padding-right: 45px;
}
}
#s-b2941191-3295-46a0-9409-3a93e52d5f50 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-b2941191-3295-46a0-9409-3a93e52d5f50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2941191-3295-46a0-9409-3a93e52d5f50"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b2941191-3295-46a0-9409-3a93e52d5f50"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2941191-3295-46a0-9409-3a93e52d5f50"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-aac535d3-eb9f-4c9b-b478-d573bc2b6f88 {
  margin-left: 30px;
max-width: 1400px;
}
@media (max-width: 767px){#s-aac535d3-eb9f-4c9b-b478-d573bc2b6f88 {
  margin-right: 30px;
}
}
#s-aac535d3-eb9f-4c9b-b478-d573bc2b6f88 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(243, 243, 249, 1);
}

#s-aac535d3-eb9f-4c9b-b478-d573bc2b6f88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(243, 243, 249, 1);
  padding: 15px;
}

#s-aac535d3-eb9f-4c9b-b478-d573bc2b6f88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.51);
}

#s-aac535d3-eb9f-4c9b-b478-d573bc2b6f88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(243, 243, 249, 1);
}

#s-aac535d3-eb9f-4c9b-b478-d573bc2b6f88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.51);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-aac535d3-eb9f-4c9b-b478-d573bc2b6f88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}@media (min-width: 1200px){#s-aac535d3-eb9f-4c9b-b478-d573bc2b6f88 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(243, 243, 249, 1);
}

#s-aac535d3-eb9f-4c9b-b478-d573bc2b6f88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(243, 243, 249, 1);
  padding: 20px;
}

#s-aac535d3-eb9f-4c9b-b478-d573bc2b6f88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.51);
}

#s-aac535d3-eb9f-4c9b-b478-d573bc2b6f88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(243, 243, 249, 1);
}

#s-aac535d3-eb9f-4c9b-b478-d573bc2b6f88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.51);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-aac535d3-eb9f-4c9b-b478-d573bc2b6f88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-aac535d3-eb9f-4c9b-b478-d573bc2b6f88 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(243, 243, 249, 1);
}

#s-aac535d3-eb9f-4c9b-b478-d573bc2b6f88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(243, 243, 249, 1);
  padding: 20px;
}

#s-aac535d3-eb9f-4c9b-b478-d573bc2b6f88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.51);
}

#s-aac535d3-eb9f-4c9b-b478-d573bc2b6f88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(243, 243, 249, 1);
}

#s-aac535d3-eb9f-4c9b-b478-d573bc2b6f88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.51);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-aac535d3-eb9f-4c9b-b478-d573bc2b6f88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}}
#s-6b355d99-962e-4df5-9bf0-f5ec45125e3a {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-cfa60965-79f8-4775-8132-39d999be3cfa {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-97d42dc0-2181-45f3-b34e-7d2338bb686c {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-4c1df198-5af0-4c27-a167-641f50ac2ed4 {
  margin-right: 30px;
max-width: 1400px;
}
@media (max-width: 767px){#s-4c1df198-5af0-4c27-a167-641f50ac2ed4 {
  margin-top: 5px;
margin-left: 30px;
}
}
#s-4c1df198-5af0-4c27-a167-641f50ac2ed4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(243, 243, 249, 1);
}

#s-4c1df198-5af0-4c27-a167-641f50ac2ed4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(243, 243, 249, 1);
  padding: 15px;
}

#s-4c1df198-5af0-4c27-a167-641f50ac2ed4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.51);
}

#s-4c1df198-5af0-4c27-a167-641f50ac2ed4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(243, 243, 249, 1);
}

#s-4c1df198-5af0-4c27-a167-641f50ac2ed4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.51);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-4c1df198-5af0-4c27-a167-641f50ac2ed4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}@media (min-width: 1200px){#s-4c1df198-5af0-4c27-a167-641f50ac2ed4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(243, 243, 249, 1);
}

#s-4c1df198-5af0-4c27-a167-641f50ac2ed4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(243, 243, 249, 1);
  padding: 20px;
}

#s-4c1df198-5af0-4c27-a167-641f50ac2ed4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.51);
}

#s-4c1df198-5af0-4c27-a167-641f50ac2ed4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(243, 243, 249, 1);
}

#s-4c1df198-5af0-4c27-a167-641f50ac2ed4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.51);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-4c1df198-5af0-4c27-a167-641f50ac2ed4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-4c1df198-5af0-4c27-a167-641f50ac2ed4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(243, 243, 249, 1);
}

#s-4c1df198-5af0-4c27-a167-641f50ac2ed4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(243, 243, 249, 1);
  padding: 20px;
}

#s-4c1df198-5af0-4c27-a167-641f50ac2ed4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.51);
}

#s-4c1df198-5af0-4c27-a167-641f50ac2ed4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(243, 243, 249, 1);
}

#s-4c1df198-5af0-4c27-a167-641f50ac2ed4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.51);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-4c1df198-5af0-4c27-a167-641f50ac2ed4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}}
#s-6066855d-5879-4bb2-9270-097ff99435d7 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-a8bc73eb-8fd7-4d3f-9a26-748286f7cd1b {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-9be884e2-d521-4c8f-afa5-a5c684d19ed5 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-3e17fd33-ad46-42b2-8ad0-333a63ca0291 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(243, 243, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3e17fd33-ad46-42b2-8ad0-333a63ca0291 {
  
}
}@media (max-width: 767px){#s-3e17fd33-ad46-42b2-8ad0-333a63ca0291 {
  display: none;
}
#s-3e17fd33-ad46-42b2-8ad0-333a63ca0291, #wrap-s-3e17fd33-ad46-42b2-8ad0-333a63ca0291 { display:none !important; }}







#s-3e17fd33-ad46-42b2-8ad0-333a63ca0291 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e17fd33-ad46-42b2-8ad0-333a63ca0291.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3761cc9c-733c-4f86-9723-799e03fdb5e3 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3761cc9c-733c-4f86-9723-799e03fdb5e3 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-3761cc9c-733c-4f86-9723-799e03fdb5e3 {
  padding-top: 30px;
padding-bottom: 30px;
display: none;
}
#s-3761cc9c-733c-4f86-9723-799e03fdb5e3, #wrap-s-3761cc9c-733c-4f86-9723-799e03fdb5e3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3761cc9c-733c-4f86-9723-799e03fdb5e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3761cc9c-733c-4f86-9723-799e03fdb5e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3761cc9c-733c-4f86-9723-799e03fdb5e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3761cc9c-733c-4f86-9723-799e03fdb5e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3761cc9c-733c-4f86-9723-799e03fdb5e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3761cc9c-733c-4f86-9723-799e03fdb5e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3761cc9c-733c-4f86-9723-799e03fdb5e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

#s-3c7ce235-1651-4664-90d8-e7bfbe438ad0 {
  max-width: 125px;
text-align: center;
}
@media (max-width: 767px){#s-3c7ce235-1651-4664-90d8-e7bfbe438ad0 {
  margin-left: 30px;
padding-top: 15px;
padding-bottom: 15px;
}
}






  #s-3c7ce235-1651-4664-90d8-e7bfbe438ad0 img.shogun-image {
    

    
    
    
  }


#s-3c7ce235-1651-4664-90d8-e7bfbe438ad0 .shogun-image-content {
  
    align-items: center;
  
}

#s-34b61a37-9ea3-49b9-8b6d-00718c54dc0c {
  margin-top: 10px;
margin-bottom: -6px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-34b61a37-9ea3-49b9-8b6d-00718c54dc0c {
  margin-left: -30px;
margin-right: 30px;
}
}
#s-753580fb-cb79-4b59-a190-ada035b0ab3d {
  max-width: 370px;
}
@media (max-width: 767px){#s-753580fb-cb79-4b59-a190-ada035b0ab3d {
  margin-left: -30px;
margin-right: 30px;
}
}
#s-8fc67255-afad-41c5-9386-052600bbf2c3 {
  margin-top: 4px;
margin-bottom: 4px;
}
@media (max-width: 767px){#s-8fc67255-afad-41c5-9386-052600bbf2c3 {
  margin-left: -30px;
margin-right: -30px;
}
}
#s-13d062cb-3f1b-4510-b95d-fb53af7d04f4 {
  max-width: 125px;
text-align: center;
}
@media (max-width: 767px){#s-13d062cb-3f1b-4510-b95d-fb53af7d04f4 {
  margin-top: 14px;
margin-left: 30px;
margin-right: 47px;
}
}






  #s-13d062cb-3f1b-4510-b95d-fb53af7d04f4 img.shogun-image {
    

    
    
    
  }


#s-13d062cb-3f1b-4510-b95d-fb53af7d04f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec7135cd-baa6-4319-886c-1accb750c149 {
  margin-top: 10px;
margin-bottom: -6px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-ec7135cd-baa6-4319-886c-1accb750c149 {
  margin-left: -30px;
margin-right: 30px;
}
}
#s-1827f468-254b-4e66-8acc-26e665ead034 {
  max-width: 370px;
}
@media (max-width: 767px){#s-1827f468-254b-4e66-8acc-26e665ead034 {
  margin-left: -30px;
margin-right: 30px;
}
}
#s-a233a576-8e67-4055-8d4d-d16b1d0625bf {
  margin-top: 4px;
margin-bottom: 4px;
}
@media (max-width: 767px){#s-a233a576-8e67-4055-8d4d-d16b1d0625bf {
  margin-left: -30px;
margin-right: -30px;
}
}
#s-df3d10e3-d180-425a-b00f-af902e5f9dd4 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 200px;
max-width: 1400px;
background-color: rgba(243, 243, 249, 1);
}
@media (min-width: 1200px){#s-df3d10e3-d180-425a-b00f-af902e5f9dd4 {
  display: none;
}
#s-df3d10e3-d180-425a-b00f-af902e5f9dd4, #wrap-s-df3d10e3-d180-425a-b00f-af902e5f9dd4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df3d10e3-d180-425a-b00f-af902e5f9dd4 {
  display: none;
}
#s-df3d10e3-d180-425a-b00f-af902e5f9dd4, #wrap-s-df3d10e3-d180-425a-b00f-af902e5f9dd4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df3d10e3-d180-425a-b00f-af902e5f9dd4 {
  display: none;
}
#s-df3d10e3-d180-425a-b00f-af902e5f9dd4, #wrap-s-df3d10e3-d180-425a-b00f-af902e5f9dd4 { display:none !important; }}@media (max-width: 767px){#s-df3d10e3-d180-425a-b00f-af902e5f9dd4 {
  margin-top: 30px;
}
}







#s-df3d10e3-d180-425a-b00f-af902e5f9dd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df3d10e3-d180-425a-b00f-af902e5f9dd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-433a9374-d61b-4cad-8716-77560a6f6f02"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-433a9374-d61b-4cad-8716-77560a6f6f02"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-433a9374-d61b-4cad-8716-77560a6f6f02"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-433a9374-d61b-4cad-8716-77560a6f6f02"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ba1370f8-c471-4318-b538-0f673311e068 {
  margin-top: 8px;
margin-bottom: 8px;
max-width: 90px;
text-align: center;
}
@media (max-width: 767px){#s-ba1370f8-c471-4318-b538-0f673311e068 {
  margin-left: 30px;
padding-top: 15px;
padding-bottom: 15px;
}
}






  #s-ba1370f8-c471-4318-b538-0f673311e068 img.shogun-image {
    

    
    
    
  }


#s-ba1370f8-c471-4318-b538-0f673311e068 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c528928-88e2-4f69-8b3d-fe15c9a3289f {
  margin-top: 51px;
max-width: 90px;
text-align: center;
}
@media (max-width: 767px){#s-0c528928-88e2-4f69-8b3d-fe15c9a3289f {
  margin-left: 30px;
margin-right: 47px;
}
}






  #s-0c528928-88e2-4f69-8b3d-fe15c9a3289f img.shogun-image {
    

    
    
    
  }


#s-0c528928-88e2-4f69-8b3d-fe15c9a3289f .shogun-image-content {
  
    align-items: center;
  
}

#s-ddb95d97-9a64-4f5a-b62e-e7b93d3e9b27 {
  min-height: 50px;
}








#s-ddb95d97-9a64-4f5a-b62e-e7b93d3e9b27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddb95d97-9a64-4f5a-b62e-e7b93d3e9b27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41bed506-37b0-4b94-91af-3ff9460cde8d {
  margin-top: 10px;
margin-left: -40px;
margin-bottom: -20px;
padding-bottom: 10px;
}

#s-aa2107dd-4530-4832-a477-4bc6b4356c97 {
  margin-left: -40px;
margin-right: 30px;
}

#s-da5563d4-4098-47f7-8051-0b8cbb3c3f06 {
  margin-top: 4px;
margin-left: -40px;
margin-bottom: 4px;
margin-right: -40px;
}

#s-d72ec7b6-7f4d-449c-93bc-f26622a13e8a {
  margin-top: 30px;
margin-left: -40px;
margin-bottom: -6px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-d72ec7b6-7f4d-449c-93bc-f26622a13e8a {
  margin-right: 30px;
}
}
#s-6518c359-3aa4-436d-bd94-ed1e343541c4 {
  margin-left: -40px;
margin-right: 30px;
}

#s-64282800-4d47-4e4f-a468-a78435f402ed {
  margin-top: 4px;
margin-left: -40px;
margin-bottom: 4px;
}

/*
  $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}