.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-66c341c0-fafb-47f1-b48c-ae1145bf3f45 {
  min-height: 50px;
}








#s-66c341c0-fafb-47f1-b48c-ae1145bf3f45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66c341c0-fafb-47f1-b48c-ae1145bf3f45 {
  cursor: pointer;
}#s-66c341c0-fafb-47f1-b48c-ae1145bf3f45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12ae4996-d8a8-4966-9abe-1d54b756ef5a {
  text-align: left;
}

#s-6c839785-b687-4ef2-bca4-a46242012c21 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(214, 209, 196, 0.1);
}
@media (min-width: 1200px){#s-6c839785-b687-4ef2-bca4-a46242012c21 {
  padding-top: 40px;
padding-bottom: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c839785-b687-4ef2-bca4-a46242012c21 {
  padding-top: 40px;
padding-bottom: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c839785-b687-4ef2-bca4-a46242012c21 {
  padding-top: 40px;
padding-bottom: 40px;
}
}@media (max-width: 767px){#s-6c839785-b687-4ef2-bca4-a46242012c21 {
  padding-top: 40px;
padding-bottom: 40px;
}
}







#s-6c839785-b687-4ef2-bca4-a46242012c21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c839785-b687-4ef2-bca4-a46242012c21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca83e101-f32a-492b-bc11-a03cd21561d7 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ca83e101-f32a-492b-bc11-a03cd21561d7 {
  
}
}@media (max-width: 767px){#s-ca83e101-f32a-492b-bc11-a03cd21561d7 {
  display: none;
}
#s-ca83e101-f32a-492b-bc11-a03cd21561d7, #wrap-s-ca83e101-f32a-492b-bc11-a03cd21561d7 { display:none !important; }}







#s-ca83e101-f32a-492b-bc11-a03cd21561d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca83e101-f32a-492b-bc11-a03cd21561d7.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: ;
}

#s-f40f8a4e-4af2-4dc2-a2aa-d86a2859d991 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-f40f8a4e-4af2-4dc2-a2aa-d86a2859d991 {
  
}
}@media (max-width: 767px){#s-f40f8a4e-4af2-4dc2-a2aa-d86a2859d991 {
  
}
}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-6366bbc4-f749-499b-bc0d-b55a07bc3d50 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6366bbc4-f749-499b-bc0d-b55a07bc3d50 .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 54px;
  
  letter-spacing: 1px;
  
}



#s-4d4b1f3a-272d-4160-8658-b9fc755a1153 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4d4b1f3a-272d-4160-8658-b9fc755a1153 {
  display: none;
}
#s-4d4b1f3a-272d-4160-8658-b9fc755a1153, #wrap-s-4d4b1f3a-272d-4160-8658-b9fc755a1153 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d4b1f3a-272d-4160-8658-b9fc755a1153 {
  display: none;
}
#s-4d4b1f3a-272d-4160-8658-b9fc755a1153, #wrap-s-4d4b1f3a-272d-4160-8658-b9fc755a1153 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d4b1f3a-272d-4160-8658-b9fc755a1153 {
  display: none;
}
#s-4d4b1f3a-272d-4160-8658-b9fc755a1153, #wrap-s-4d4b1f3a-272d-4160-8658-b9fc755a1153 { display:none !important; }}







#s-4d4b1f3a-272d-4160-8658-b9fc755a1153 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d4b1f3a-272d-4160-8658-b9fc755a1153.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8526b357-825b-4fcd-b16f-f86dc5626c04 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-8526b357-825b-4fcd-b16f-f86dc5626c04 {
  
}
}@media (max-width: 767px){#s-8526b357-825b-4fcd-b16f-f86dc5626c04 {
  
}
}
#s-1d14d5a5-f457-4ea7-996c-f065a64b7f0d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1d14d5a5-f457-4ea7-996c-f065a64b7f0d .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 1px;
  
}



#s-15520cdd-f971-42ac-9fdd-d95b91e40f75 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 60%;
}
@media (min-width: 1200px){#s-15520cdd-f971-42ac-9fdd-d95b91e40f75 {
  display: none;
}
#s-15520cdd-f971-42ac-9fdd-d95b91e40f75, #wrap-s-15520cdd-f971-42ac-9fdd-d95b91e40f75 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15520cdd-f971-42ac-9fdd-d95b91e40f75 {
  display: none;
}
#s-15520cdd-f971-42ac-9fdd-d95b91e40f75, #wrap-s-15520cdd-f971-42ac-9fdd-d95b91e40f75 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-15520cdd-f971-42ac-9fdd-d95b91e40f75 {
  max-width: 86%;
}
}@media (max-width: 767px){#s-15520cdd-f971-42ac-9fdd-d95b91e40f75 {
  max-width: 86%;
}
}
#s-05b22e21-d962-4505-aa02-4bc588b57297 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 70%;
}
@media (min-width: 768px) and (max-width: 991px){#s-05b22e21-d962-4505-aa02-4bc588b57297 {
  display: none;
}
#s-05b22e21-d962-4505-aa02-4bc588b57297, #wrap-s-05b22e21-d962-4505-aa02-4bc588b57297 { display:none !important; }}@media (max-width: 767px){#s-05b22e21-d962-4505-aa02-4bc588b57297 {
  display: none;
}
#s-05b22e21-d962-4505-aa02-4bc588b57297, #wrap-s-05b22e21-d962-4505-aa02-4bc588b57297 { display:none !important; }}
#s-f75bc517-c035-4517-8004-cacc6dd14e5c {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f75bc517-c035-4517-8004-cacc6dd14e5c {
  margin-top: 60px;
margin-bottom: 60px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f75bc517-c035-4517-8004-cacc6dd14e5c {
  margin-top: 60px;
margin-bottom: 60px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f75bc517-c035-4517-8004-cacc6dd14e5c {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (max-width: 767px){#s-f75bc517-c035-4517-8004-cacc6dd14e5c {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-f75bc517-c035-4517-8004-cacc6dd14e5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f75bc517-c035-4517-8004-cacc6dd14e5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff42da0a-18e7-419a-b52b-86339aad578e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 90%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ff42da0a-18e7-419a-b52b-86339aad578e {
  max-width: 100%;
}
}@media (max-width: 767px){#s-ff42da0a-18e7-419a-b52b-86339aad578e {
  display: none;
}
#s-ff42da0a-18e7-419a-b52b-86339aad578e, #wrap-s-ff42da0a-18e7-419a-b52b-86339aad578e { display:none !important; }}







#s-ff42da0a-18e7-419a-b52b-86339aad578e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff42da0a-18e7-419a-b52b-86339aad578e.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-6f2049cb-d2e0-4e10-8ef1-9027cfb58e33 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6f2049cb-d2e0-4e10-8ef1-9027cfb58e33 {
  max-width: 94%;
}
}@media (max-width: 767px){#s-6f2049cb-d2e0-4e10-8ef1-9027cfb58e33 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-6f2049cb-d2e0-4e10-8ef1-9027cfb58e33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f2049cb-d2e0-4e10-8ef1-9027cfb58e33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-6f2049cb-d2e0-4e10-8ef1-9027cfb58e33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-6f2049cb-d2e0-4e10-8ef1-9027cfb58e33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 0px) {
[id="s-94a0a07d-b4b4-4f27-ac01-00d54387158e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-94a0a07d-b4b4-4f27-ac01-00d54387158e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-94a0a07d-b4b4-4f27-ac01-00d54387158e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-94a0a07d-b4b4-4f27-ac01-00d54387158e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-bfb0aab4-51ee-4d11-bea2-58acfb8beb32 {
  min-height: 50px;
}








#s-bfb0aab4-51ee-4d11-bea2-58acfb8beb32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfb0aab4-51ee-4d11-bea2-58acfb8beb32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-2d2e1aa0-5bc2-49b8-b945-d71d15820433 {
  border-radius: 200px;
text-align: center;
}
@media (max-width: 767px){#s-2d2e1aa0-5bc2-49b8-b945-d71d15820433 {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}
}






  #s-2d2e1aa0-5bc2-49b8-b945-d71d15820433 img.shogun-image {
    

    
    
    
  }


#s-2d2e1aa0-5bc2-49b8-b945-d71d15820433 .shogun-image-content {
  
    align-items: center;
  
}

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

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

.shg-btn-text {
  font-weight: ;
  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-67a607d5-7e60-48fe-910a-c1928f6366ea {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
background-position: center center;
}
#s-67a607d5-7e60-48fe-910a-c1928f6366ea:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-67a607d5-7e60-48fe-910a-c1928f6366ea:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-67a607d5-7e60-48fe-910a-c1928f6366ea {
  display: none;
}
#s-67a607d5-7e60-48fe-910a-c1928f6366ea, #wrap-s-67a607d5-7e60-48fe-910a-c1928f6366ea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67a607d5-7e60-48fe-910a-c1928f6366ea {
  display: none;
}
#s-67a607d5-7e60-48fe-910a-c1928f6366ea, #wrap-s-67a607d5-7e60-48fe-910a-c1928f6366ea { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67a607d5-7e60-48fe-910a-c1928f6366ea {
  
}
}@media (max-width: 767px){#s-67a607d5-7e60-48fe-910a-c1928f6366ea {
  
}
}

  #s-67a607d5-7e60-48fe-910a-c1928f6366ea-root {
    text-align: center;
  }


#s-67a607d5-7e60-48fe-910a-c1928f6366ea.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-67a607d5-7e60-48fe-910a-c1928f6366ea-root {
    text-align: center;
  }


#s-67a607d5-7e60-48fe-910a-c1928f6366ea.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-67a607d5-7e60-48fe-910a-c1928f6366ea-root {
    text-align: center;
  }


#s-67a607d5-7e60-48fe-910a-c1928f6366ea.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-67a607d5-7e60-48fe-910a-c1928f6366ea-root {
    text-align: center;
  }


#s-67a607d5-7e60-48fe-910a-c1928f6366ea.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-67a607d5-7e60-48fe-910a-c1928f6366ea-root {
    text-align: center;
  }


#s-67a607d5-7e60-48fe-910a-c1928f6366ea.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ddd2b071-8aa5-4473-ad33-75f2d122bd1c {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 4px;
background-position: center center;
}
#s-ddd2b071-8aa5-4473-ad33-75f2d122bd1c:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-ddd2b071-8aa5-4473-ad33-75f2d122bd1c:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-ddd2b071-8aa5-4473-ad33-75f2d122bd1c {
  display: none;
}
#s-ddd2b071-8aa5-4473-ad33-75f2d122bd1c, #wrap-s-ddd2b071-8aa5-4473-ad33-75f2d122bd1c { display:none !important; }}@media (max-width: 767px){#s-ddd2b071-8aa5-4473-ad33-75f2d122bd1c {
  display: none;
}
#s-ddd2b071-8aa5-4473-ad33-75f2d122bd1c, #wrap-s-ddd2b071-8aa5-4473-ad33-75f2d122bd1c { display:none !important; }}

  #s-ddd2b071-8aa5-4473-ad33-75f2d122bd1c-root {
    text-align: center;
  }


#s-ddd2b071-8aa5-4473-ad33-75f2d122bd1c.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ddd2b071-8aa5-4473-ad33-75f2d122bd1c-root {
    text-align: center;
  }


#s-ddd2b071-8aa5-4473-ad33-75f2d122bd1c.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ddd2b071-8aa5-4473-ad33-75f2d122bd1c-root {
    text-align: center;
  }


#s-ddd2b071-8aa5-4473-ad33-75f2d122bd1c.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ddd2b071-8aa5-4473-ad33-75f2d122bd1c-root {
    text-align: center;
  }


#s-ddd2b071-8aa5-4473-ad33-75f2d122bd1c.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ddd2b071-8aa5-4473-ad33-75f2d122bd1c-root {
    text-align: center;
  }


#s-ddd2b071-8aa5-4473-ad33-75f2d122bd1c.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-1092e00a-edb8-4e8b-8d55-86f586887807 {
  min-height: 50px;
}








#s-1092e00a-edb8-4e8b-8d55-86f586887807 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1092e00a-edb8-4e8b-8d55-86f586887807.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf04d06d-2a2f-467b-8608-518b02f600ba {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 233, 236, 1);
border-radius: 200px;
text-align: center;
}
@media (max-width: 767px){#s-cf04d06d-2a2f-467b-8608-518b02f600ba {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}
}






  #s-cf04d06d-2a2f-467b-8608-518b02f600ba img.shogun-image {
    

    
    
    
  }


#s-cf04d06d-2a2f-467b-8608-518b02f600ba .shogun-image-content {
  
    align-items: center;
  
}

#s-e9e971e7-50b8-448c-bb66-891ce6347357 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
background-position: center center;
}
#s-e9e971e7-50b8-448c-bb66-891ce6347357:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-e9e971e7-50b8-448c-bb66-891ce6347357:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-e9e971e7-50b8-448c-bb66-891ce6347357 {
  display: none;
}
#s-e9e971e7-50b8-448c-bb66-891ce6347357, #wrap-s-e9e971e7-50b8-448c-bb66-891ce6347357 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9e971e7-50b8-448c-bb66-891ce6347357 {
  display: none;
}
#s-e9e971e7-50b8-448c-bb66-891ce6347357, #wrap-s-e9e971e7-50b8-448c-bb66-891ce6347357 { display:none !important; }}

  #s-e9e971e7-50b8-448c-bb66-891ce6347357-root {
    text-align: center;
  }


#s-e9e971e7-50b8-448c-bb66-891ce6347357.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e9e971e7-50b8-448c-bb66-891ce6347357-root {
    text-align: center;
  }


#s-e9e971e7-50b8-448c-bb66-891ce6347357.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e9e971e7-50b8-448c-bb66-891ce6347357-root {
    text-align: center;
  }


#s-e9e971e7-50b8-448c-bb66-891ce6347357.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e9e971e7-50b8-448c-bb66-891ce6347357-root {
    text-align: center;
  }


#s-e9e971e7-50b8-448c-bb66-891ce6347357.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e9e971e7-50b8-448c-bb66-891ce6347357-root {
    text-align: center;
  }


#s-e9e971e7-50b8-448c-bb66-891ce6347357.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f6a258eb-e384-4de1-8e42-c90aa3613049 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 4px;
background-position: center center;
}
#s-f6a258eb-e384-4de1-8e42-c90aa3613049:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-f6a258eb-e384-4de1-8e42-c90aa3613049:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-f6a258eb-e384-4de1-8e42-c90aa3613049 {
  display: none;
}
#s-f6a258eb-e384-4de1-8e42-c90aa3613049, #wrap-s-f6a258eb-e384-4de1-8e42-c90aa3613049 { display:none !important; }}@media (max-width: 767px){#s-f6a258eb-e384-4de1-8e42-c90aa3613049 {
  display: none;
}
#s-f6a258eb-e384-4de1-8e42-c90aa3613049, #wrap-s-f6a258eb-e384-4de1-8e42-c90aa3613049 { display:none !important; }}

  #s-f6a258eb-e384-4de1-8e42-c90aa3613049-root {
    text-align: center;
  }


#s-f6a258eb-e384-4de1-8e42-c90aa3613049.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f6a258eb-e384-4de1-8e42-c90aa3613049-root {
    text-align: center;
  }


#s-f6a258eb-e384-4de1-8e42-c90aa3613049.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f6a258eb-e384-4de1-8e42-c90aa3613049-root {
    text-align: center;
  }


#s-f6a258eb-e384-4de1-8e42-c90aa3613049.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f6a258eb-e384-4de1-8e42-c90aa3613049-root {
    text-align: center;
  }


#s-f6a258eb-e384-4de1-8e42-c90aa3613049.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f6a258eb-e384-4de1-8e42-c90aa3613049-root {
    text-align: center;
  }


#s-f6a258eb-e384-4de1-8e42-c90aa3613049.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-856f5488-ecc3-43d5-a3d3-4f2fd4baac18 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-856f5488-ecc3-43d5-a3d3-4f2fd4baac18 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-856f5488-ecc3-43d5-a3d3-4f2fd4baac18"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-856f5488-ecc3-43d5-a3d3-4f2fd4baac18"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-856f5488-ecc3-43d5-a3d3-4f2fd4baac18"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-856f5488-ecc3-43d5-a3d3-4f2fd4baac18"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-7db6561b-0137-43e1-b9be-6efc21558c83 {
  min-height: 50px;
}








#s-7db6561b-0137-43e1-b9be-6efc21558c83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7db6561b-0137-43e1-b9be-6efc21558c83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6943efe-e986-45c9-9e64-c19769c61e8a {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 233, 236, 1);
border-radius: 200px;
text-align: center;
}
@media (max-width: 767px){#s-b6943efe-e986-45c9-9e64-c19769c61e8a {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}
}






  #s-b6943efe-e986-45c9-9e64-c19769c61e8a img.shogun-image {
    

    
    
    
  }


#s-b6943efe-e986-45c9-9e64-c19769c61e8a .shogun-image-content {
  
    align-items: center;
  
}

#s-2cd8c94c-948e-4161-8162-ba16250ee3d5 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
background-position: center center;
}
#s-2cd8c94c-948e-4161-8162-ba16250ee3d5:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-2cd8c94c-948e-4161-8162-ba16250ee3d5:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-2cd8c94c-948e-4161-8162-ba16250ee3d5 {
  display: none;
}
#s-2cd8c94c-948e-4161-8162-ba16250ee3d5, #wrap-s-2cd8c94c-948e-4161-8162-ba16250ee3d5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2cd8c94c-948e-4161-8162-ba16250ee3d5 {
  display: none;
}
#s-2cd8c94c-948e-4161-8162-ba16250ee3d5, #wrap-s-2cd8c94c-948e-4161-8162-ba16250ee3d5 { display:none !important; }}

  #s-2cd8c94c-948e-4161-8162-ba16250ee3d5-root {
    text-align: center;
  }


#s-2cd8c94c-948e-4161-8162-ba16250ee3d5.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2cd8c94c-948e-4161-8162-ba16250ee3d5-root {
    text-align: center;
  }


#s-2cd8c94c-948e-4161-8162-ba16250ee3d5.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2cd8c94c-948e-4161-8162-ba16250ee3d5-root {
    text-align: center;
  }


#s-2cd8c94c-948e-4161-8162-ba16250ee3d5.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2cd8c94c-948e-4161-8162-ba16250ee3d5-root {
    text-align: center;
  }


#s-2cd8c94c-948e-4161-8162-ba16250ee3d5.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2cd8c94c-948e-4161-8162-ba16250ee3d5-root {
    text-align: center;
  }


#s-2cd8c94c-948e-4161-8162-ba16250ee3d5.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a59d8df8-16da-40df-abd3-36488d0d9166 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 4px;
background-position: center center;
}
#s-a59d8df8-16da-40df-abd3-36488d0d9166:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-a59d8df8-16da-40df-abd3-36488d0d9166:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-a59d8df8-16da-40df-abd3-36488d0d9166 {
  display: none;
}
#s-a59d8df8-16da-40df-abd3-36488d0d9166, #wrap-s-a59d8df8-16da-40df-abd3-36488d0d9166 { display:none !important; }}@media (max-width: 767px){#s-a59d8df8-16da-40df-abd3-36488d0d9166 {
  display: none;
}
#s-a59d8df8-16da-40df-abd3-36488d0d9166, #wrap-s-a59d8df8-16da-40df-abd3-36488d0d9166 { display:none !important; }}

  #s-a59d8df8-16da-40df-abd3-36488d0d9166-root {
    text-align: center;
  }


#s-a59d8df8-16da-40df-abd3-36488d0d9166.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a59d8df8-16da-40df-abd3-36488d0d9166-root {
    text-align: center;
  }


#s-a59d8df8-16da-40df-abd3-36488d0d9166.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a59d8df8-16da-40df-abd3-36488d0d9166-root {
    text-align: center;
  }


#s-a59d8df8-16da-40df-abd3-36488d0d9166.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a59d8df8-16da-40df-abd3-36488d0d9166-root {
    text-align: center;
  }


#s-a59d8df8-16da-40df-abd3-36488d0d9166.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a59d8df8-16da-40df-abd3-36488d0d9166-root {
    text-align: center;
  }


#s-a59d8df8-16da-40df-abd3-36488d0d9166.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-1c252de0-bd13-49b5-9ba1-cfb65d173f9e {
  min-height: 50px;
}








#s-1c252de0-bd13-49b5-9ba1-cfb65d173f9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c252de0-bd13-49b5-9ba1-cfb65d173f9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fe3b72b-0203-404e-a51a-aac495a02852 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 233, 236, 1);
border-radius: 200px;
text-align: center;
}
@media (max-width: 767px){#s-3fe3b72b-0203-404e-a51a-aac495a02852 {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}
}






  #s-3fe3b72b-0203-404e-a51a-aac495a02852 img.shogun-image {
    

    
    
    
  }


#s-3fe3b72b-0203-404e-a51a-aac495a02852 .shogun-image-content {
  
    align-items: center;
  
}

#s-b02508eb-ffe9-4897-8ab4-584b78880138 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
background-position: center center;
}
#s-b02508eb-ffe9-4897-8ab4-584b78880138:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-b02508eb-ffe9-4897-8ab4-584b78880138:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-b02508eb-ffe9-4897-8ab4-584b78880138 {
  display: none;
}
#s-b02508eb-ffe9-4897-8ab4-584b78880138, #wrap-s-b02508eb-ffe9-4897-8ab4-584b78880138 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b02508eb-ffe9-4897-8ab4-584b78880138 {
  display: none;
}
#s-b02508eb-ffe9-4897-8ab4-584b78880138, #wrap-s-b02508eb-ffe9-4897-8ab4-584b78880138 { display:none !important; }}

  #s-b02508eb-ffe9-4897-8ab4-584b78880138-root {
    text-align: center;
  }


#s-b02508eb-ffe9-4897-8ab4-584b78880138.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b02508eb-ffe9-4897-8ab4-584b78880138-root {
    text-align: center;
  }


#s-b02508eb-ffe9-4897-8ab4-584b78880138.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b02508eb-ffe9-4897-8ab4-584b78880138-root {
    text-align: center;
  }


#s-b02508eb-ffe9-4897-8ab4-584b78880138.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b02508eb-ffe9-4897-8ab4-584b78880138-root {
    text-align: center;
  }


#s-b02508eb-ffe9-4897-8ab4-584b78880138.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b02508eb-ffe9-4897-8ab4-584b78880138-root {
    text-align: center;
  }


#s-b02508eb-ffe9-4897-8ab4-584b78880138.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-123e1923-658f-4ba9-bfc4-7817a6bd07c0 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 4px;
background-position: center center;
}
#s-123e1923-658f-4ba9-bfc4-7817a6bd07c0:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-123e1923-658f-4ba9-bfc4-7817a6bd07c0:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-123e1923-658f-4ba9-bfc4-7817a6bd07c0 {
  display: none;
}
#s-123e1923-658f-4ba9-bfc4-7817a6bd07c0, #wrap-s-123e1923-658f-4ba9-bfc4-7817a6bd07c0 { display:none !important; }}@media (max-width: 767px){#s-123e1923-658f-4ba9-bfc4-7817a6bd07c0 {
  display: none;
}
#s-123e1923-658f-4ba9-bfc4-7817a6bd07c0, #wrap-s-123e1923-658f-4ba9-bfc4-7817a6bd07c0 { display:none !important; }}

  #s-123e1923-658f-4ba9-bfc4-7817a6bd07c0-root {
    text-align: center;
  }


#s-123e1923-658f-4ba9-bfc4-7817a6bd07c0.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-123e1923-658f-4ba9-bfc4-7817a6bd07c0-root {
    text-align: center;
  }


#s-123e1923-658f-4ba9-bfc4-7817a6bd07c0.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-123e1923-658f-4ba9-bfc4-7817a6bd07c0-root {
    text-align: center;
  }


#s-123e1923-658f-4ba9-bfc4-7817a6bd07c0.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-123e1923-658f-4ba9-bfc4-7817a6bd07c0-root {
    text-align: center;
  }


#s-123e1923-658f-4ba9-bfc4-7817a6bd07c0.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-123e1923-658f-4ba9-bfc4-7817a6bd07c0-root {
    text-align: center;
  }


#s-123e1923-658f-4ba9-bfc4-7817a6bd07c0.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-3b666e11-0b44-4acd-b207-66af8a1591bc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3b666e11-0b44-4acd-b207-66af8a1591bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3b666e11-0b44-4acd-b207-66af8a1591bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b666e11-0b44-4acd-b207-66af8a1591bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-8b00d3f6-cf14-4201-829d-981869693022 {
  min-height: 50px;
}








#s-8b00d3f6-cf14-4201-829d-981869693022 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b00d3f6-cf14-4201-829d-981869693022.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-567b6e1a-44f4-42ba-be4b-bf6c265cd7f9 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 233, 236, 1);
border-radius: 200px;
text-align: center;
}
@media (max-width: 767px){#s-567b6e1a-44f4-42ba-be4b-bf6c265cd7f9 {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}
}






  #s-567b6e1a-44f4-42ba-be4b-bf6c265cd7f9 img.shogun-image {
    

    
    
    
  }


#s-567b6e1a-44f4-42ba-be4b-bf6c265cd7f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-47176e2e-23ec-41a1-ac36-b5bba3a480be {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
background-position: center center;
}
#s-47176e2e-23ec-41a1-ac36-b5bba3a480be:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-47176e2e-23ec-41a1-ac36-b5bba3a480be:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-47176e2e-23ec-41a1-ac36-b5bba3a480be {
  display: none;
}
#s-47176e2e-23ec-41a1-ac36-b5bba3a480be, #wrap-s-47176e2e-23ec-41a1-ac36-b5bba3a480be { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47176e2e-23ec-41a1-ac36-b5bba3a480be {
  display: none;
}
#s-47176e2e-23ec-41a1-ac36-b5bba3a480be, #wrap-s-47176e2e-23ec-41a1-ac36-b5bba3a480be { display:none !important; }}

  #s-47176e2e-23ec-41a1-ac36-b5bba3a480be-root {
    text-align: center;
  }


#s-47176e2e-23ec-41a1-ac36-b5bba3a480be.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-47176e2e-23ec-41a1-ac36-b5bba3a480be-root {
    text-align: center;
  }


#s-47176e2e-23ec-41a1-ac36-b5bba3a480be.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47176e2e-23ec-41a1-ac36-b5bba3a480be-root {
    text-align: center;
  }


#s-47176e2e-23ec-41a1-ac36-b5bba3a480be.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47176e2e-23ec-41a1-ac36-b5bba3a480be-root {
    text-align: center;
  }


#s-47176e2e-23ec-41a1-ac36-b5bba3a480be.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-47176e2e-23ec-41a1-ac36-b5bba3a480be-root {
    text-align: center;
  }


#s-47176e2e-23ec-41a1-ac36-b5bba3a480be.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c667f73f-015f-4d62-b6ad-f2dd51269568 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 4px;
background-position: center center;
}
#s-c667f73f-015f-4d62-b6ad-f2dd51269568:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-c667f73f-015f-4d62-b6ad-f2dd51269568:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-c667f73f-015f-4d62-b6ad-f2dd51269568 {
  display: none;
}
#s-c667f73f-015f-4d62-b6ad-f2dd51269568, #wrap-s-c667f73f-015f-4d62-b6ad-f2dd51269568 { display:none !important; }}@media (max-width: 767px){#s-c667f73f-015f-4d62-b6ad-f2dd51269568 {
  display: none;
}
#s-c667f73f-015f-4d62-b6ad-f2dd51269568, #wrap-s-c667f73f-015f-4d62-b6ad-f2dd51269568 { display:none !important; }}

  #s-c667f73f-015f-4d62-b6ad-f2dd51269568-root {
    text-align: center;
  }


#s-c667f73f-015f-4d62-b6ad-f2dd51269568.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c667f73f-015f-4d62-b6ad-f2dd51269568-root {
    text-align: center;
  }


#s-c667f73f-015f-4d62-b6ad-f2dd51269568.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c667f73f-015f-4d62-b6ad-f2dd51269568-root {
    text-align: center;
  }


#s-c667f73f-015f-4d62-b6ad-f2dd51269568.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c667f73f-015f-4d62-b6ad-f2dd51269568-root {
    text-align: center;
  }


#s-c667f73f-015f-4d62-b6ad-f2dd51269568.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c667f73f-015f-4d62-b6ad-f2dd51269568-root {
    text-align: center;
  }


#s-c667f73f-015f-4d62-b6ad-f2dd51269568.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-89d69054-a9fd-499f-8221-824ea3e11c1c {
  min-height: 50px;
}








#s-89d69054-a9fd-499f-8221-824ea3e11c1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89d69054-a9fd-499f-8221-824ea3e11c1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f26c892-2350-42db-b9ed-e7e9d7131d3d {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 233, 236, 1);
border-radius: 200px;
text-align: center;
}
@media (max-width: 767px){#s-4f26c892-2350-42db-b9ed-e7e9d7131d3d {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}
}






  #s-4f26c892-2350-42db-b9ed-e7e9d7131d3d img.shogun-image {
    

    
    
    
  }


#s-4f26c892-2350-42db-b9ed-e7e9d7131d3d .shogun-image-content {
  
    align-items: center;
  
}

#s-c39af466-8d5a-413f-a06a-a4716b1909f0 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
background-position: center center;
}
#s-c39af466-8d5a-413f-a06a-a4716b1909f0:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-c39af466-8d5a-413f-a06a-a4716b1909f0:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-c39af466-8d5a-413f-a06a-a4716b1909f0 {
  display: none;
}
#s-c39af466-8d5a-413f-a06a-a4716b1909f0, #wrap-s-c39af466-8d5a-413f-a06a-a4716b1909f0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c39af466-8d5a-413f-a06a-a4716b1909f0 {
  display: none;
}
#s-c39af466-8d5a-413f-a06a-a4716b1909f0, #wrap-s-c39af466-8d5a-413f-a06a-a4716b1909f0 { display:none !important; }}

  #s-c39af466-8d5a-413f-a06a-a4716b1909f0-root {
    text-align: center;
  }


#s-c39af466-8d5a-413f-a06a-a4716b1909f0.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c39af466-8d5a-413f-a06a-a4716b1909f0-root {
    text-align: center;
  }


#s-c39af466-8d5a-413f-a06a-a4716b1909f0.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c39af466-8d5a-413f-a06a-a4716b1909f0-root {
    text-align: center;
  }


#s-c39af466-8d5a-413f-a06a-a4716b1909f0.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c39af466-8d5a-413f-a06a-a4716b1909f0-root {
    text-align: center;
  }


#s-c39af466-8d5a-413f-a06a-a4716b1909f0.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c39af466-8d5a-413f-a06a-a4716b1909f0-root {
    text-align: center;
  }


#s-c39af466-8d5a-413f-a06a-a4716b1909f0.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-97d9cdb4-1cc8-4133-8bfd-88e34911b8b5 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 4px;
background-position: center center;
}
#s-97d9cdb4-1cc8-4133-8bfd-88e34911b8b5:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-97d9cdb4-1cc8-4133-8bfd-88e34911b8b5:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-97d9cdb4-1cc8-4133-8bfd-88e34911b8b5 {
  display: none;
}
#s-97d9cdb4-1cc8-4133-8bfd-88e34911b8b5, #wrap-s-97d9cdb4-1cc8-4133-8bfd-88e34911b8b5 { display:none !important; }}@media (max-width: 767px){#s-97d9cdb4-1cc8-4133-8bfd-88e34911b8b5 {
  display: none;
}
#s-97d9cdb4-1cc8-4133-8bfd-88e34911b8b5, #wrap-s-97d9cdb4-1cc8-4133-8bfd-88e34911b8b5 { display:none !important; }}

  #s-97d9cdb4-1cc8-4133-8bfd-88e34911b8b5-root {
    text-align: center;
  }


#s-97d9cdb4-1cc8-4133-8bfd-88e34911b8b5.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-97d9cdb4-1cc8-4133-8bfd-88e34911b8b5-root {
    text-align: center;
  }


#s-97d9cdb4-1cc8-4133-8bfd-88e34911b8b5.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-97d9cdb4-1cc8-4133-8bfd-88e34911b8b5-root {
    text-align: center;
  }


#s-97d9cdb4-1cc8-4133-8bfd-88e34911b8b5.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-97d9cdb4-1cc8-4133-8bfd-88e34911b8b5-root {
    text-align: center;
  }


#s-97d9cdb4-1cc8-4133-8bfd-88e34911b8b5.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-97d9cdb4-1cc8-4133-8bfd-88e34911b8b5-root {
    text-align: center;
  }


#s-97d9cdb4-1cc8-4133-8bfd-88e34911b8b5.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f7e39e5e-87d1-4a18-8d6b-61c09c7aacd9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 98%;
}
@media (min-width: 1200px){#s-f7e39e5e-87d1-4a18-8d6b-61c09c7aacd9 {
  display: none;
}
#s-f7e39e5e-87d1-4a18-8d6b-61c09c7aacd9, #wrap-s-f7e39e5e-87d1-4a18-8d6b-61c09c7aacd9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7e39e5e-87d1-4a18-8d6b-61c09c7aacd9 {
  display: none;
}
#s-f7e39e5e-87d1-4a18-8d6b-61c09c7aacd9, #wrap-s-f7e39e5e-87d1-4a18-8d6b-61c09c7aacd9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f7e39e5e-87d1-4a18-8d6b-61c09c7aacd9 {
  display: none;
}
#s-f7e39e5e-87d1-4a18-8d6b-61c09c7aacd9, #wrap-s-f7e39e5e-87d1-4a18-8d6b-61c09c7aacd9 { display:none !important; }}







#s-f7e39e5e-87d1-4a18-8d6b-61c09c7aacd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7e39e5e-87d1-4a18-8d6b-61c09c7aacd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04c23244-c2b7-4f92-a6fc-be36a7fea3d9 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}
@media (min-width: 768px) and (max-width: 991px){#s-04c23244-c2b7-4f92-a6fc-be36a7fea3d9 {
  max-width: 94%;
}
}@media (max-width: 767px){#s-04c23244-c2b7-4f92-a6fc-be36a7fea3d9 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 100%;
}
}
@media (min-width: 0px) {
[id="s-04c23244-c2b7-4f92-a6fc-be36a7fea3d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04c23244-c2b7-4f92-a6fc-be36a7fea3d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-04c23244-c2b7-4f92-a6fc-be36a7fea3d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-04c23244-c2b7-4f92-a6fc-be36a7fea3d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 0px) {
[id="s-d334627b-d80f-4629-84f2-37c5d87b5cb0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d334627b-d80f-4629-84f2-37c5d87b5cb0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d334627b-d80f-4629-84f2-37c5d87b5cb0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d334627b-d80f-4629-84f2-37c5d87b5cb0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-cd103773-625c-41c6-aff0-50b6dccfc7e5 {
  min-height: 50px;
}








#s-cd103773-625c-41c6-aff0-50b6dccfc7e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd103773-625c-41c6-aff0-50b6dccfc7e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39fa2a96-123b-4a5d-837e-3496af2b733c {
  border-radius: 200px;
text-align: center;
}
@media (max-width: 767px){#s-39fa2a96-123b-4a5d-837e-3496af2b733c {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}
}






  #s-39fa2a96-123b-4a5d-837e-3496af2b733c img.shogun-image {
    

    
    
    
  }


#s-39fa2a96-123b-4a5d-837e-3496af2b733c .shogun-image-content {
  
    align-items: center;
  
}

#s-2b696771-7d13-48f0-935c-8c3c0afe6d48 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
background-position: center center;
}
#s-2b696771-7d13-48f0-935c-8c3c0afe6d48:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-2b696771-7d13-48f0-935c-8c3c0afe6d48:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-2b696771-7d13-48f0-935c-8c3c0afe6d48-root {
    text-align: center;
  }


#s-2b696771-7d13-48f0-935c-8c3c0afe6d48.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2b696771-7d13-48f0-935c-8c3c0afe6d48-root {
    text-align: center;
  }


#s-2b696771-7d13-48f0-935c-8c3c0afe6d48.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b696771-7d13-48f0-935c-8c3c0afe6d48-root {
    text-align: center;
  }


#s-2b696771-7d13-48f0-935c-8c3c0afe6d48.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b696771-7d13-48f0-935c-8c3c0afe6d48-root {
    text-align: center;
  }


#s-2b696771-7d13-48f0-935c-8c3c0afe6d48.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2b696771-7d13-48f0-935c-8c3c0afe6d48-root {
    text-align: center;
  }


#s-2b696771-7d13-48f0-935c-8c3c0afe6d48.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b30b7761-9ad4-43ea-a8a1-b8f8d6dc0a06 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 4px;
background-position: center center;
}
#s-b30b7761-9ad4-43ea-a8a1-b8f8d6dc0a06:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-b30b7761-9ad4-43ea-a8a1-b8f8d6dc0a06:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-b30b7761-9ad4-43ea-a8a1-b8f8d6dc0a06 {
  display: none;
}
#s-b30b7761-9ad4-43ea-a8a1-b8f8d6dc0a06, #wrap-s-b30b7761-9ad4-43ea-a8a1-b8f8d6dc0a06 { display:none !important; }}@media (max-width: 767px){#s-b30b7761-9ad4-43ea-a8a1-b8f8d6dc0a06 {
  display: none;
}
#s-b30b7761-9ad4-43ea-a8a1-b8f8d6dc0a06, #wrap-s-b30b7761-9ad4-43ea-a8a1-b8f8d6dc0a06 { display:none !important; }}

  #s-b30b7761-9ad4-43ea-a8a1-b8f8d6dc0a06-root {
    text-align: center;
  }


#s-b30b7761-9ad4-43ea-a8a1-b8f8d6dc0a06.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b30b7761-9ad4-43ea-a8a1-b8f8d6dc0a06-root {
    text-align: center;
  }


#s-b30b7761-9ad4-43ea-a8a1-b8f8d6dc0a06.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b30b7761-9ad4-43ea-a8a1-b8f8d6dc0a06-root {
    text-align: center;
  }


#s-b30b7761-9ad4-43ea-a8a1-b8f8d6dc0a06.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b30b7761-9ad4-43ea-a8a1-b8f8d6dc0a06-root {
    text-align: center;
  }


#s-b30b7761-9ad4-43ea-a8a1-b8f8d6dc0a06.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b30b7761-9ad4-43ea-a8a1-b8f8d6dc0a06-root {
    text-align: center;
  }


#s-b30b7761-9ad4-43ea-a8a1-b8f8d6dc0a06.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-e278f801-99a2-490e-bf87-15f33089fac7 {
  min-height: 50px;
}








#s-e278f801-99a2-490e-bf87-15f33089fac7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e278f801-99a2-490e-bf87-15f33089fac7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9208953f-2fb9-4ace-b52d-d2b225adf907 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 233, 236, 1);
border-radius: 200px;
text-align: center;
}
@media (max-width: 767px){#s-9208953f-2fb9-4ace-b52d-d2b225adf907 {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}
}






  #s-9208953f-2fb9-4ace-b52d-d2b225adf907 img.shogun-image {
    

    
    
    
  }


#s-9208953f-2fb9-4ace-b52d-d2b225adf907 .shogun-image-content {
  
    align-items: center;
  
}

#s-c11711d7-03ac-4f3b-9471-3b0a1ea0bdb4 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
background-position: center center;
}
#s-c11711d7-03ac-4f3b-9471-3b0a1ea0bdb4:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-c11711d7-03ac-4f3b-9471-3b0a1ea0bdb4:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-c11711d7-03ac-4f3b-9471-3b0a1ea0bdb4-root {
    text-align: center;
  }


#s-c11711d7-03ac-4f3b-9471-3b0a1ea0bdb4.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c11711d7-03ac-4f3b-9471-3b0a1ea0bdb4-root {
    text-align: center;
  }


#s-c11711d7-03ac-4f3b-9471-3b0a1ea0bdb4.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c11711d7-03ac-4f3b-9471-3b0a1ea0bdb4-root {
    text-align: center;
  }


#s-c11711d7-03ac-4f3b-9471-3b0a1ea0bdb4.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c11711d7-03ac-4f3b-9471-3b0a1ea0bdb4-root {
    text-align: center;
  }


#s-c11711d7-03ac-4f3b-9471-3b0a1ea0bdb4.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c11711d7-03ac-4f3b-9471-3b0a1ea0bdb4-root {
    text-align: center;
  }


#s-c11711d7-03ac-4f3b-9471-3b0a1ea0bdb4.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-665517f9-2d6c-43eb-b9ea-7d9fd6e5f746 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 4px;
background-position: center center;
}
#s-665517f9-2d6c-43eb-b9ea-7d9fd6e5f746:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-665517f9-2d6c-43eb-b9ea-7d9fd6e5f746:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-665517f9-2d6c-43eb-b9ea-7d9fd6e5f746 {
  display: none;
}
#s-665517f9-2d6c-43eb-b9ea-7d9fd6e5f746, #wrap-s-665517f9-2d6c-43eb-b9ea-7d9fd6e5f746 { display:none !important; }}@media (max-width: 767px){#s-665517f9-2d6c-43eb-b9ea-7d9fd6e5f746 {
  display: none;
}
#s-665517f9-2d6c-43eb-b9ea-7d9fd6e5f746, #wrap-s-665517f9-2d6c-43eb-b9ea-7d9fd6e5f746 { display:none !important; }}

  #s-665517f9-2d6c-43eb-b9ea-7d9fd6e5f746-root {
    text-align: center;
  }


#s-665517f9-2d6c-43eb-b9ea-7d9fd6e5f746.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-665517f9-2d6c-43eb-b9ea-7d9fd6e5f746-root {
    text-align: center;
  }


#s-665517f9-2d6c-43eb-b9ea-7d9fd6e5f746.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-665517f9-2d6c-43eb-b9ea-7d9fd6e5f746-root {
    text-align: center;
  }


#s-665517f9-2d6c-43eb-b9ea-7d9fd6e5f746.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-665517f9-2d6c-43eb-b9ea-7d9fd6e5f746-root {
    text-align: center;
  }


#s-665517f9-2d6c-43eb-b9ea-7d9fd6e5f746.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-665517f9-2d6c-43eb-b9ea-7d9fd6e5f746-root {
    text-align: center;
  }


#s-665517f9-2d6c-43eb-b9ea-7d9fd6e5f746.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-6337e279-e0d9-418c-b9b1-d8c2fdb897c0 {
  min-height: 50px;
}








#s-6337e279-e0d9-418c-b9b1-d8c2fdb897c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6337e279-e0d9-418c-b9b1-d8c2fdb897c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06b8d699-de5e-41a0-885c-005758bb035c {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 233, 236, 1);
border-radius: 200px;
text-align: center;
}
@media (max-width: 767px){#s-06b8d699-de5e-41a0-885c-005758bb035c {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}
}






  #s-06b8d699-de5e-41a0-885c-005758bb035c img.shogun-image {
    

    
    
    
  }


#s-06b8d699-de5e-41a0-885c-005758bb035c .shogun-image-content {
  
    align-items: center;
  
}

#s-7380bb2b-65ed-4999-b776-bb670d553625 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
background-position: center center;
}
#s-7380bb2b-65ed-4999-b776-bb670d553625:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-7380bb2b-65ed-4999-b776-bb670d553625:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-7380bb2b-65ed-4999-b776-bb670d553625-root {
    text-align: center;
  }


#s-7380bb2b-65ed-4999-b776-bb670d553625.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7380bb2b-65ed-4999-b776-bb670d553625-root {
    text-align: center;
  }


#s-7380bb2b-65ed-4999-b776-bb670d553625.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7380bb2b-65ed-4999-b776-bb670d553625-root {
    text-align: center;
  }


#s-7380bb2b-65ed-4999-b776-bb670d553625.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7380bb2b-65ed-4999-b776-bb670d553625-root {
    text-align: center;
  }


#s-7380bb2b-65ed-4999-b776-bb670d553625.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7380bb2b-65ed-4999-b776-bb670d553625-root {
    text-align: center;
  }


#s-7380bb2b-65ed-4999-b776-bb670d553625.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-58ac33fc-23f7-4193-8c7c-7fedd34fe555 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 4px;
background-position: center center;
}
#s-58ac33fc-23f7-4193-8c7c-7fedd34fe555:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-58ac33fc-23f7-4193-8c7c-7fedd34fe555:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-58ac33fc-23f7-4193-8c7c-7fedd34fe555 {
  display: none;
}
#s-58ac33fc-23f7-4193-8c7c-7fedd34fe555, #wrap-s-58ac33fc-23f7-4193-8c7c-7fedd34fe555 { display:none !important; }}@media (max-width: 767px){#s-58ac33fc-23f7-4193-8c7c-7fedd34fe555 {
  display: none;
}
#s-58ac33fc-23f7-4193-8c7c-7fedd34fe555, #wrap-s-58ac33fc-23f7-4193-8c7c-7fedd34fe555 { display:none !important; }}

  #s-58ac33fc-23f7-4193-8c7c-7fedd34fe555-root {
    text-align: center;
  }


#s-58ac33fc-23f7-4193-8c7c-7fedd34fe555.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-58ac33fc-23f7-4193-8c7c-7fedd34fe555-root {
    text-align: center;
  }


#s-58ac33fc-23f7-4193-8c7c-7fedd34fe555.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-58ac33fc-23f7-4193-8c7c-7fedd34fe555-root {
    text-align: center;
  }


#s-58ac33fc-23f7-4193-8c7c-7fedd34fe555.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-58ac33fc-23f7-4193-8c7c-7fedd34fe555-root {
    text-align: center;
  }


#s-58ac33fc-23f7-4193-8c7c-7fedd34fe555.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-58ac33fc-23f7-4193-8c7c-7fedd34fe555-root {
    text-align: center;
  }


#s-58ac33fc-23f7-4193-8c7c-7fedd34fe555.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-416d8263-c582-4105-ac29-bbfdac73554e {
  margin-top: 10px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-416d8263-c582-4105-ac29-bbfdac73554e {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-416d8263-c582-4105-ac29-bbfdac73554e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-416d8263-c582-4105-ac29-bbfdac73554e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-416d8263-c582-4105-ac29-bbfdac73554e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-416d8263-c582-4105-ac29-bbfdac73554e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-00e4521a-851e-4997-b4f1-d15ecfe32897 {
  min-height: 50px;
}








#s-00e4521a-851e-4997-b4f1-d15ecfe32897 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00e4521a-851e-4997-b4f1-d15ecfe32897.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6758860e-86ac-4e3e-a235-350917efbc0b {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 233, 236, 1);
border-radius: 200px;
text-align: center;
}
@media (max-width: 767px){#s-6758860e-86ac-4e3e-a235-350917efbc0b {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}
}






  #s-6758860e-86ac-4e3e-a235-350917efbc0b img.shogun-image {
    

    
    
    
  }


#s-6758860e-86ac-4e3e-a235-350917efbc0b .shogun-image-content {
  
    align-items: center;
  
}

#s-baceca95-195f-4851-a89a-251b7a665d56 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
background-position: center center;
}
#s-baceca95-195f-4851-a89a-251b7a665d56:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-baceca95-195f-4851-a89a-251b7a665d56:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-baceca95-195f-4851-a89a-251b7a665d56-root {
    text-align: center;
  }


#s-baceca95-195f-4851-a89a-251b7a665d56.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-baceca95-195f-4851-a89a-251b7a665d56-root {
    text-align: center;
  }


#s-baceca95-195f-4851-a89a-251b7a665d56.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-baceca95-195f-4851-a89a-251b7a665d56-root {
    text-align: center;
  }


#s-baceca95-195f-4851-a89a-251b7a665d56.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-baceca95-195f-4851-a89a-251b7a665d56-root {
    text-align: center;
  }


#s-baceca95-195f-4851-a89a-251b7a665d56.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-baceca95-195f-4851-a89a-251b7a665d56-root {
    text-align: center;
  }


#s-baceca95-195f-4851-a89a-251b7a665d56.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-7f507e40-6ba3-4cec-81f1-ead6e4c9e581 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 4px;
background-position: center center;
}
#s-7f507e40-6ba3-4cec-81f1-ead6e4c9e581:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-7f507e40-6ba3-4cec-81f1-ead6e4c9e581:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-7f507e40-6ba3-4cec-81f1-ead6e4c9e581 {
  display: none;
}
#s-7f507e40-6ba3-4cec-81f1-ead6e4c9e581, #wrap-s-7f507e40-6ba3-4cec-81f1-ead6e4c9e581 { display:none !important; }}@media (max-width: 767px){#s-7f507e40-6ba3-4cec-81f1-ead6e4c9e581 {
  display: none;
}
#s-7f507e40-6ba3-4cec-81f1-ead6e4c9e581, #wrap-s-7f507e40-6ba3-4cec-81f1-ead6e4c9e581 { display:none !important; }}

  #s-7f507e40-6ba3-4cec-81f1-ead6e4c9e581-root {
    text-align: center;
  }


#s-7f507e40-6ba3-4cec-81f1-ead6e4c9e581.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7f507e40-6ba3-4cec-81f1-ead6e4c9e581-root {
    text-align: center;
  }


#s-7f507e40-6ba3-4cec-81f1-ead6e4c9e581.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f507e40-6ba3-4cec-81f1-ead6e4c9e581-root {
    text-align: center;
  }


#s-7f507e40-6ba3-4cec-81f1-ead6e4c9e581.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7f507e40-6ba3-4cec-81f1-ead6e4c9e581-root {
    text-align: center;
  }


#s-7f507e40-6ba3-4cec-81f1-ead6e4c9e581.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7f507e40-6ba3-4cec-81f1-ead6e4c9e581-root {
    text-align: center;
  }


#s-7f507e40-6ba3-4cec-81f1-ead6e4c9e581.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-88d0f001-0342-4277-b845-092faa04b2f9 {
  min-height: 50px;
}








#s-88d0f001-0342-4277-b845-092faa04b2f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88d0f001-0342-4277-b845-092faa04b2f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-366c0adc-3a08-4b20-9ace-7503fccd6829 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 233, 236, 1);
border-radius: 200px;
text-align: center;
}
@media (max-width: 767px){#s-366c0adc-3a08-4b20-9ace-7503fccd6829 {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}
}






  #s-366c0adc-3a08-4b20-9ace-7503fccd6829 img.shogun-image {
    

    
    
    
  }


#s-366c0adc-3a08-4b20-9ace-7503fccd6829 .shogun-image-content {
  
    align-items: center;
  
}

#s-dec67a54-dd85-46f3-b38e-c0af47cad772 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
background-position: center center;
}
#s-dec67a54-dd85-46f3-b38e-c0af47cad772:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-dec67a54-dd85-46f3-b38e-c0af47cad772:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-dec67a54-dd85-46f3-b38e-c0af47cad772-root {
    text-align: center;
  }


#s-dec67a54-dd85-46f3-b38e-c0af47cad772.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dec67a54-dd85-46f3-b38e-c0af47cad772-root {
    text-align: center;
  }


#s-dec67a54-dd85-46f3-b38e-c0af47cad772.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dec67a54-dd85-46f3-b38e-c0af47cad772-root {
    text-align: center;
  }


#s-dec67a54-dd85-46f3-b38e-c0af47cad772.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dec67a54-dd85-46f3-b38e-c0af47cad772-root {
    text-align: center;
  }


#s-dec67a54-dd85-46f3-b38e-c0af47cad772.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dec67a54-dd85-46f3-b38e-c0af47cad772-root {
    text-align: center;
  }


#s-dec67a54-dd85-46f3-b38e-c0af47cad772.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-e0536551-27c3-443b-9919-2349904fa702 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 4px;
background-position: center center;
}
#s-e0536551-27c3-443b-9919-2349904fa702:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-e0536551-27c3-443b-9919-2349904fa702:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-e0536551-27c3-443b-9919-2349904fa702 {
  display: none;
}
#s-e0536551-27c3-443b-9919-2349904fa702, #wrap-s-e0536551-27c3-443b-9919-2349904fa702 { display:none !important; }}@media (max-width: 767px){#s-e0536551-27c3-443b-9919-2349904fa702 {
  display: none;
}
#s-e0536551-27c3-443b-9919-2349904fa702, #wrap-s-e0536551-27c3-443b-9919-2349904fa702 { display:none !important; }}

  #s-e0536551-27c3-443b-9919-2349904fa702-root {
    text-align: center;
  }


#s-e0536551-27c3-443b-9919-2349904fa702.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e0536551-27c3-443b-9919-2349904fa702-root {
    text-align: center;
  }


#s-e0536551-27c3-443b-9919-2349904fa702.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e0536551-27c3-443b-9919-2349904fa702-root {
    text-align: center;
  }


#s-e0536551-27c3-443b-9919-2349904fa702.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e0536551-27c3-443b-9919-2349904fa702-root {
    text-align: center;
  }


#s-e0536551-27c3-443b-9919-2349904fa702.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e0536551-27c3-443b-9919-2349904fa702-root {
    text-align: center;
  }


#s-e0536551-27c3-443b-9919-2349904fa702.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ee1a1dd2-5cd0-423c-8622-91c7fb61c8f7 {
  min-height: 50px;
}








#s-ee1a1dd2-5cd0-423c-8622-91c7fb61c8f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee1a1dd2-5cd0-423c-8622-91c7fb61c8f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2aa9163-6934-4e57-bf40-e56521d49638 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 233, 236, 1);
border-radius: 200px;
text-align: center;
}
@media (max-width: 767px){#s-f2aa9163-6934-4e57-bf40-e56521d49638 {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}
}






  #s-f2aa9163-6934-4e57-bf40-e56521d49638 img.shogun-image {
    

    
    
    
  }


#s-f2aa9163-6934-4e57-bf40-e56521d49638 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca275d8a-fb39-4e26-994b-4da3fc4738db {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
background-position: center center;
}
#s-ca275d8a-fb39-4e26-994b-4da3fc4738db:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-ca275d8a-fb39-4e26-994b-4da3fc4738db:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-ca275d8a-fb39-4e26-994b-4da3fc4738db-root {
    text-align: center;
  }


#s-ca275d8a-fb39-4e26-994b-4da3fc4738db.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ca275d8a-fb39-4e26-994b-4da3fc4738db-root {
    text-align: center;
  }


#s-ca275d8a-fb39-4e26-994b-4da3fc4738db.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca275d8a-fb39-4e26-994b-4da3fc4738db-root {
    text-align: center;
  }


#s-ca275d8a-fb39-4e26-994b-4da3fc4738db.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ca275d8a-fb39-4e26-994b-4da3fc4738db-root {
    text-align: center;
  }


#s-ca275d8a-fb39-4e26-994b-4da3fc4738db.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ca275d8a-fb39-4e26-994b-4da3fc4738db-root {
    text-align: center;
  }


#s-ca275d8a-fb39-4e26-994b-4da3fc4738db.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b89f9b77-6f39-48fb-ab28-04211fbe8d10 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 4px;
background-position: center center;
}
#s-b89f9b77-6f39-48fb-ab28-04211fbe8d10:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-b89f9b77-6f39-48fb-ab28-04211fbe8d10:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-b89f9b77-6f39-48fb-ab28-04211fbe8d10 {
  display: none;
}
#s-b89f9b77-6f39-48fb-ab28-04211fbe8d10, #wrap-s-b89f9b77-6f39-48fb-ab28-04211fbe8d10 { display:none !important; }}@media (max-width: 767px){#s-b89f9b77-6f39-48fb-ab28-04211fbe8d10 {
  display: none;
}
#s-b89f9b77-6f39-48fb-ab28-04211fbe8d10, #wrap-s-b89f9b77-6f39-48fb-ab28-04211fbe8d10 { display:none !important; }}

  #s-b89f9b77-6f39-48fb-ab28-04211fbe8d10-root {
    text-align: center;
  }


#s-b89f9b77-6f39-48fb-ab28-04211fbe8d10.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b89f9b77-6f39-48fb-ab28-04211fbe8d10-root {
    text-align: center;
  }


#s-b89f9b77-6f39-48fb-ab28-04211fbe8d10.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b89f9b77-6f39-48fb-ab28-04211fbe8d10-root {
    text-align: center;
  }


#s-b89f9b77-6f39-48fb-ab28-04211fbe8d10.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b89f9b77-6f39-48fb-ab28-04211fbe8d10-root {
    text-align: center;
  }


#s-b89f9b77-6f39-48fb-ab28-04211fbe8d10.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b89f9b77-6f39-48fb-ab28-04211fbe8d10-root {
    text-align: center;
  }


#s-b89f9b77-6f39-48fb-ab28-04211fbe8d10.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c9864a75-6da1-4db5-aaf3-22296c4bf472 {
  min-height: 50px;
}








#s-c9864a75-6da1-4db5-aaf3-22296c4bf472 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9864a75-6da1-4db5-aaf3-22296c4bf472.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3df62e5-c197-4b78-aad3-15865859c404 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e3df62e5-c197-4b78-aad3-15865859c404 {
  display: none;
}
#s-e3df62e5-c197-4b78-aad3-15865859c404, #wrap-s-e3df62e5-c197-4b78-aad3-15865859c404 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3df62e5-c197-4b78-aad3-15865859c404 {
  display: none;
}
#s-e3df62e5-c197-4b78-aad3-15865859c404, #wrap-s-e3df62e5-c197-4b78-aad3-15865859c404 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e3df62e5-c197-4b78-aad3-15865859c404 {
  display: none;
}
#s-e3df62e5-c197-4b78-aad3-15865859c404, #wrap-s-e3df62e5-c197-4b78-aad3-15865859c404 { display:none !important; }}







#s-e3df62e5-c197-4b78-aad3-15865859c404 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3df62e5-c197-4b78-aad3-15865859c404.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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;
  height: inherit;
}

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

.shg-imageV2-content {
  text-align: initial;
}

.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;
  z-index: 0;
}

.shogun-image.hover ~ * {
  z-index: 1;
}

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

#s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada {
  max-width: 2250px;
aspect-ratio: 2250/4000;
text-align: center;
}





  #s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada img.shogun-image,
  #s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada {
    width: 100%;
    height: auto;
  }



  img.s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada.shogun-image {
    
    
  }


.s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada.shg-align-container {
  text-align: center
}

.s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada img.shogun-image,
  #s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada {
    width: 100%;
    height: auto;
  }



  img.s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada.shogun-image {
    
    
  }


.s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada.shg-align-container {
  text-align: center
}

.s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada img.shogun-image,
  #s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada {
    width: 100%;
    height: auto;
  }



  img.s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada.shogun-image {
    
    
  }


.s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada.shg-align-container {
  text-align: center
}

.s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada img.shogun-image,
  #s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada {
    width: 100%;
    height: auto;
  }



  img.s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada.shogun-image {
    
    
  }


.s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada.shg-align-container {
  text-align: center
}

.s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada img.shogun-image,
  #s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada {
    width: 100%;
    height: auto;
  }



  img.s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada.shogun-image {
    
    
  }


.s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada.shg-align-container {
  text-align: center
}

.s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ea908a4-2dac-4ebe-806c-92fcd83a7ada.shogun-image {
  box-sizing: border-box;
}


}
#s-dcf9872a-7c92-4d81-a393-7c091afe8d72 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-dcf9872a-7c92-4d81-a393-7c091afe8d72"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-dcf9872a-7c92-4d81-a393-7c091afe8d72"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-dcf9872a-7c92-4d81-a393-7c091afe8d72"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcf9872a-7c92-4d81-a393-7c091afe8d72"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-46380d6b-914f-4486-ace1-1edfb439a3c3 {
  max-width: 920px;
aspect-ratio: 920/800;
text-align: center;
}





  #s-46380d6b-914f-4486-ace1-1edfb439a3c3 img.shogun-image,
  #s-46380d6b-914f-4486-ace1-1edfb439a3c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46380d6b-914f-4486-ace1-1edfb439a3c3 {
    width: 100%;
    height: auto;
  }



  img.s-46380d6b-914f-4486-ace1-1edfb439a3c3.shogun-image {
    
    
  }


.s-46380d6b-914f-4486-ace1-1edfb439a3c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-46380d6b-914f-4486-ace1-1edfb439a3c3.shg-align-container {
  text-align: center
}

.s-46380d6b-914f-4486-ace1-1edfb439a3c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46380d6b-914f-4486-ace1-1edfb439a3c3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-46380d6b-914f-4486-ace1-1edfb439a3c3 img.shogun-image,
  #s-46380d6b-914f-4486-ace1-1edfb439a3c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46380d6b-914f-4486-ace1-1edfb439a3c3 {
    width: 100%;
    height: auto;
  }



  img.s-46380d6b-914f-4486-ace1-1edfb439a3c3.shogun-image {
    
    
  }


.s-46380d6b-914f-4486-ace1-1edfb439a3c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-46380d6b-914f-4486-ace1-1edfb439a3c3.shg-align-container {
  text-align: center
}

.s-46380d6b-914f-4486-ace1-1edfb439a3c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46380d6b-914f-4486-ace1-1edfb439a3c3.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-46380d6b-914f-4486-ace1-1edfb439a3c3 img.shogun-image,
  #s-46380d6b-914f-4486-ace1-1edfb439a3c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46380d6b-914f-4486-ace1-1edfb439a3c3 {
    width: 100%;
    height: auto;
  }



  img.s-46380d6b-914f-4486-ace1-1edfb439a3c3.shogun-image {
    
    
  }


.s-46380d6b-914f-4486-ace1-1edfb439a3c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-46380d6b-914f-4486-ace1-1edfb439a3c3.shg-align-container {
  text-align: center
}

.s-46380d6b-914f-4486-ace1-1edfb439a3c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46380d6b-914f-4486-ace1-1edfb439a3c3.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-46380d6b-914f-4486-ace1-1edfb439a3c3 img.shogun-image,
  #s-46380d6b-914f-4486-ace1-1edfb439a3c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46380d6b-914f-4486-ace1-1edfb439a3c3 {
    width: 100%;
    height: auto;
  }



  img.s-46380d6b-914f-4486-ace1-1edfb439a3c3.shogun-image {
    
    
  }


.s-46380d6b-914f-4486-ace1-1edfb439a3c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-46380d6b-914f-4486-ace1-1edfb439a3c3.shg-align-container {
  text-align: center
}

.s-46380d6b-914f-4486-ace1-1edfb439a3c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46380d6b-914f-4486-ace1-1edfb439a3c3.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-46380d6b-914f-4486-ace1-1edfb439a3c3 img.shogun-image,
  #s-46380d6b-914f-4486-ace1-1edfb439a3c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46380d6b-914f-4486-ace1-1edfb439a3c3 {
    width: 100%;
    height: auto;
  }



  img.s-46380d6b-914f-4486-ace1-1edfb439a3c3.shogun-image {
    
    
  }


.s-46380d6b-914f-4486-ace1-1edfb439a3c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-46380d6b-914f-4486-ace1-1edfb439a3c3.shg-align-container {
  text-align: center
}

.s-46380d6b-914f-4486-ace1-1edfb439a3c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46380d6b-914f-4486-ace1-1edfb439a3c3.shogun-image {
  box-sizing: border-box;
}


}
#s-c26ea607-b2fa-4f2b-a775-0380f7d6081d {
  max-width: 920px;
aspect-ratio: 920/800;
text-align: center;
}





  #s-c26ea607-b2fa-4f2b-a775-0380f7d6081d img.shogun-image,
  #s-c26ea607-b2fa-4f2b-a775-0380f7d6081d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c26ea607-b2fa-4f2b-a775-0380f7d6081d {
    width: 100%;
    height: auto;
  }



  img.s-c26ea607-b2fa-4f2b-a775-0380f7d6081d.shogun-image {
    
    
  }


.s-c26ea607-b2fa-4f2b-a775-0380f7d6081d .shogun-image-content {
  
    align-items: center;
  
}

.s-c26ea607-b2fa-4f2b-a775-0380f7d6081d.shg-align-container {
  text-align: center
}

.s-c26ea607-b2fa-4f2b-a775-0380f7d6081d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c26ea607-b2fa-4f2b-a775-0380f7d6081d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-c26ea607-b2fa-4f2b-a775-0380f7d6081d img.shogun-image,
  #s-c26ea607-b2fa-4f2b-a775-0380f7d6081d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c26ea607-b2fa-4f2b-a775-0380f7d6081d {
    width: 100%;
    height: auto;
  }



  img.s-c26ea607-b2fa-4f2b-a775-0380f7d6081d.shogun-image {
    
    
  }


.s-c26ea607-b2fa-4f2b-a775-0380f7d6081d .shogun-image-content {
  
    align-items: center;
  
}

.s-c26ea607-b2fa-4f2b-a775-0380f7d6081d.shg-align-container {
  text-align: center
}

.s-c26ea607-b2fa-4f2b-a775-0380f7d6081d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c26ea607-b2fa-4f2b-a775-0380f7d6081d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-c26ea607-b2fa-4f2b-a775-0380f7d6081d img.shogun-image,
  #s-c26ea607-b2fa-4f2b-a775-0380f7d6081d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c26ea607-b2fa-4f2b-a775-0380f7d6081d {
    width: 100%;
    height: auto;
  }



  img.s-c26ea607-b2fa-4f2b-a775-0380f7d6081d.shogun-image {
    
    
  }


.s-c26ea607-b2fa-4f2b-a775-0380f7d6081d .shogun-image-content {
  
    align-items: center;
  
}

.s-c26ea607-b2fa-4f2b-a775-0380f7d6081d.shg-align-container {
  text-align: center
}

.s-c26ea607-b2fa-4f2b-a775-0380f7d6081d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c26ea607-b2fa-4f2b-a775-0380f7d6081d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-c26ea607-b2fa-4f2b-a775-0380f7d6081d img.shogun-image,
  #s-c26ea607-b2fa-4f2b-a775-0380f7d6081d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c26ea607-b2fa-4f2b-a775-0380f7d6081d {
    width: 100%;
    height: auto;
  }



  img.s-c26ea607-b2fa-4f2b-a775-0380f7d6081d.shogun-image {
    
    
  }


.s-c26ea607-b2fa-4f2b-a775-0380f7d6081d .shogun-image-content {
  
    align-items: center;
  
}

.s-c26ea607-b2fa-4f2b-a775-0380f7d6081d.shg-align-container {
  text-align: center
}

.s-c26ea607-b2fa-4f2b-a775-0380f7d6081d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c26ea607-b2fa-4f2b-a775-0380f7d6081d.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-c26ea607-b2fa-4f2b-a775-0380f7d6081d img.shogun-image,
  #s-c26ea607-b2fa-4f2b-a775-0380f7d6081d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c26ea607-b2fa-4f2b-a775-0380f7d6081d {
    width: 100%;
    height: auto;
  }



  img.s-c26ea607-b2fa-4f2b-a775-0380f7d6081d.shogun-image {
    
    
  }


.s-c26ea607-b2fa-4f2b-a775-0380f7d6081d .shogun-image-content {
  
    align-items: center;
  
}

.s-c26ea607-b2fa-4f2b-a775-0380f7d6081d.shg-align-container {
  text-align: center
}

.s-c26ea607-b2fa-4f2b-a775-0380f7d6081d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c26ea607-b2fa-4f2b-a775-0380f7d6081d.shogun-image {
  box-sizing: border-box;
}


}
#s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c {
  max-width: 1872px;
aspect-ratio: 1872/800;
text-align: center;
}





  #s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c img.shogun-image,
  #s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c {
    width: 100%;
    height: auto;
  }



  img.s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c.shogun-image {
    
    
  }


.s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c .shogun-image-content {
  
    align-items: center;
  
}

.s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c.shg-align-container {
  text-align: center
}

.s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c img.shogun-image,
  #s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c {
    width: 100%;
    height: auto;
  }



  img.s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c.shogun-image {
    
    
  }


.s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c .shogun-image-content {
  
    align-items: center;
  
}

.s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c.shg-align-container {
  text-align: center
}

.s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c img.shogun-image,
  #s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c {
    width: 100%;
    height: auto;
  }



  img.s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c.shogun-image {
    
    
  }


.s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c .shogun-image-content {
  
    align-items: center;
  
}

.s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c.shg-align-container {
  text-align: center
}

.s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c img.shogun-image,
  #s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c {
    width: 100%;
    height: auto;
  }



  img.s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c.shogun-image {
    
    
  }


.s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c .shogun-image-content {
  
    align-items: center;
  
}

.s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c.shg-align-container {
  text-align: center
}

.s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c img.shogun-image,
  #s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c {
    width: 100%;
    height: auto;
  }



  img.s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c.shogun-image {
    
    
  }


.s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c .shogun-image-content {
  
    align-items: center;
  
}

.s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c.shg-align-container {
  text-align: center
}

.s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-488f6f6c-59af-4c4e-8aea-b2d74ba6c47c.shogun-image {
  box-sizing: border-box;
}


}
#s-454bc5ab-8242-4482-931e-473ba6774e8c {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-454bc5ab-8242-4482-931e-473ba6774e8c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-454bc5ab-8242-4482-931e-473ba6774e8c {
  max-width: 96%;
}
}@media (max-width: 767px){#s-454bc5ab-8242-4482-931e-473ba6774e8c {
  display: none;
}
#s-454bc5ab-8242-4482-931e-473ba6774e8c, #wrap-s-454bc5ab-8242-4482-931e-473ba6774e8c { display:none !important; }}







#s-454bc5ab-8242-4482-931e-473ba6774e8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-454bc5ab-8242-4482-931e-473ba6774e8c.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-fd5aeacc-d27a-4950-9020-280c3c9482d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd5aeacc-d27a-4950-9020-280c3c9482d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-fd5aeacc-d27a-4950-9020-280c3c9482d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fd5aeacc-d27a-4950-9020-280c3c9482d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-fd5aeacc-d27a-4950-9020-280c3c9482d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd5aeacc-d27a-4950-9020-280c3c9482d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-fd5aeacc-d27a-4950-9020-280c3c9482d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

#s-d0474e3f-fb70-47bf-90ca-f57a0db90173 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 810px;
max-width: 800px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d0474e3f-fb70-47bf-90ca-f57a0db90173 {
  min-height: 540px;
}
}
#s-d0474e3f-fb70-47bf-90ca-f57a0db90173 {
  background-image: url(https://i.shgcdn.com/e568b526-33f1-4d20-8b6a-886203e0078d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d0474e3f-fb70-47bf-90ca-f57a0db90173 {
  background-image: url(https://i.shgcdn.com/e568b526-33f1-4d20-8b6a-886203e0078d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d0474e3f-fb70-47bf-90ca-f57a0db90173 {
  background-image: url(https://i.shgcdn.com/e568b526-33f1-4d20-8b6a-886203e0078d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d0474e3f-fb70-47bf-90ca-f57a0db90173 {
  background-image: url(https://i.shgcdn.com/e568b526-33f1-4d20-8b6a-886203e0078d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d0474e3f-fb70-47bf-90ca-f57a0db90173 {
  background-image: url(https://i.shgcdn.com/e568b526-33f1-4d20-8b6a-886203e0078d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d0474e3f-fb70-47bf-90ca-f57a0db90173 {
  background-image: url(https://i.shgcdn.com/e568b526-33f1-4d20-8b6a-886203e0078d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d0474e3f-fb70-47bf-90ca-f57a0db90173 {
  background-image: url(https://i.shgcdn.com/e568b526-33f1-4d20-8b6a-886203e0078d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d0474e3f-fb70-47bf-90ca-f57a0db90173 {
  background-image: url(https://i.shgcdn.com/e568b526-33f1-4d20-8b6a-886203e0078d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d0474e3f-fb70-47bf-90ca-f57a0db90173 {
  background-image: url(https://i.shgcdn.com/e568b526-33f1-4d20-8b6a-886203e0078d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-d0474e3f-fb70-47bf-90ca-f57a0db90173 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0474e3f-fb70-47bf-90ca-f57a0db90173.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3 {
  margin-left: auto;
margin-right: auto;
max-width: 75%;
aspect-ratio: 819/751;
text-align: center;
}





  #s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3 img.shogun-image,
  #s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3 {
    width: 100%;
    height: auto;
  }



  img.s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3.shogun-image {
    
    
  }


.s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3.shg-align-container {
  text-align: center
}

.s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3 img.shogun-image,
  #s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3 {
    width: 100%;
    height: auto;
  }



  img.s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3.shogun-image {
    
    
  }


.s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3.shg-align-container {
  text-align: center
}

.s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3 img.shogun-image,
  #s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3 {
    width: 100%;
    height: auto;
  }



  img.s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3.shogun-image {
    
    
  }


.s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3.shg-align-container {
  text-align: center
}

.s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3 img.shogun-image,
  #s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3 {
    width: 100%;
    height: auto;
  }



  img.s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3.shogun-image {
    
    
  }


.s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3.shg-align-container {
  text-align: center
}

.s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3 img.shogun-image,
  #s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3 {
    width: 100%;
    height: auto;
  }



  img.s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3.shogun-image {
    
    
  }


.s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3.shg-align-container {
  text-align: center
}

.s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ef6eb0f-c7e8-4b25-82ba-7a36628700b3.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-e8aca543-e044-4620-9548-ab6c38103f06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8aca543-e044-4620-9548-ab6c38103f06"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e8aca543-e044-4620-9548-ab6c38103f06"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8aca543-e044-4620-9548-ab6c38103f06"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-1c8554ea-5f9b-46d8-aaa8-6fd551862c4c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c8554ea-5f9b-46d8-aaa8-6fd551862c4c {
  min-height: 300px;
}
}







#s-1c8554ea-5f9b-46d8-aaa8-6fd551862c4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c8554ea-5f9b-46d8-aaa8-6fd551862c4c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e9ea1242-5b24-4655-a582-67c32186a649 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e9ea1242-5b24-4655-a582-67c32186a649 {
  min-height: 300px;
}
}







#s-e9ea1242-5b24-4655-a582-67c32186a649 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9ea1242-5b24-4655-a582-67c32186a649.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dbdaeb2c-c20a-4926-9740-4ddb569cb47b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dbdaeb2c-c20a-4926-9740-4ddb569cb47b {
  min-height: 227px;
}
}







#s-dbdaeb2c-c20a-4926-9740-4ddb569cb47b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbdaeb2c-c20a-4926-9740-4ddb569cb47b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-876ff666-50fd-428c-a67e-95c7f37491f3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}
@media (min-width: 1200px){#s-876ff666-50fd-428c-a67e-95c7f37491f3 {
  display: none;
}
#s-876ff666-50fd-428c-a67e-95c7f37491f3, #wrap-s-876ff666-50fd-428c-a67e-95c7f37491f3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-876ff666-50fd-428c-a67e-95c7f37491f3 {
  display: none;
}
#s-876ff666-50fd-428c-a67e-95c7f37491f3, #wrap-s-876ff666-50fd-428c-a67e-95c7f37491f3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-876ff666-50fd-428c-a67e-95c7f37491f3 {
  max-width: 96%;
display: none;
}
#s-876ff666-50fd-428c-a67e-95c7f37491f3, #wrap-s-876ff666-50fd-428c-a67e-95c7f37491f3 { display:none !important; }}@media (max-width: 767px){#s-876ff666-50fd-428c-a67e-95c7f37491f3 {
  display: none;
}
#s-876ff666-50fd-428c-a67e-95c7f37491f3, #wrap-s-876ff666-50fd-428c-a67e-95c7f37491f3 { display:none !important; }}







#s-876ff666-50fd-428c-a67e-95c7f37491f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-876ff666-50fd-428c-a67e-95c7f37491f3.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-f5314567-9435-400c-b2c5-83d50800f32e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5314567-9435-400c-b2c5-83d50800f32e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f5314567-9435-400c-b2c5-83d50800f32e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f5314567-9435-400c-b2c5-83d50800f32e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f5314567-9435-400c-b2c5-83d50800f32e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5314567-9435-400c-b2c5-83d50800f32e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f5314567-9435-400c-b2c5-83d50800f32e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

#s-29a7db22-5bc8-445f-934d-72a759dc89b4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 610px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-29a7db22-5bc8-445f-934d-72a759dc89b4 {
  min-height: 810px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29a7db22-5bc8-445f-934d-72a759dc89b4 {
  min-height: 810px;
}
}
#s-29a7db22-5bc8-445f-934d-72a759dc89b4 {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-29a7db22-5bc8-445f-934d-72a759dc89b4 {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-29a7db22-5bc8-445f-934d-72a759dc89b4 {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-29a7db22-5bc8-445f-934d-72a759dc89b4 {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-29a7db22-5bc8-445f-934d-72a759dc89b4 {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-29a7db22-5bc8-445f-934d-72a759dc89b4 {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-29a7db22-5bc8-445f-934d-72a759dc89b4 {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-29a7db22-5bc8-445f-934d-72a759dc89b4 {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-29a7db22-5bc8-445f-934d-72a759dc89b4 {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-29a7db22-5bc8-445f-934d-72a759dc89b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29a7db22-5bc8-445f-934d-72a759dc89b4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bb464c61-fb86-475e-89f3-d909c1e57d77 {
  margin-top: 30px;
margin-left: 8%;
margin-right: 8%;
min-height: 50px;
}
@media (min-width: 1200px){#s-bb464c61-fb86-475e-89f3-d909c1e57d77 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb464c61-fb86-475e-89f3-d909c1e57d77 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb464c61-fb86-475e-89f3-d909c1e57d77 {
  
}
}@media (max-width: 767px){#s-bb464c61-fb86-475e-89f3-d909c1e57d77 {
  
}
}







#s-bb464c61-fb86-475e-89f3-d909c1e57d77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb464c61-fb86-475e-89f3-d909c1e57d77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53cad4d3-d7cb-4135-b17d-2b62d879a130 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}







  img.s-53cad4d3-d7cb-4135-b17d-2b62d879a130.shogun-image {
    
    
  }


.s-53cad4d3-d7cb-4135-b17d-2b62d879a130 .shogun-image-content {
  
    align-items: center;
  
}

.s-53cad4d3-d7cb-4135-b17d-2b62d879a130.shg-align-container {
  text-align: center
}

.s-53cad4d3-d7cb-4135-b17d-2b62d879a130.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53cad4d3-d7cb-4135-b17d-2b62d879a130.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-53cad4d3-d7cb-4135-b17d-2b62d879a130.shogun-image {
    
    
  }


.s-53cad4d3-d7cb-4135-b17d-2b62d879a130 .shogun-image-content {
  
    align-items: center;
  
}

.s-53cad4d3-d7cb-4135-b17d-2b62d879a130.shg-align-container {
  text-align: center
}

.s-53cad4d3-d7cb-4135-b17d-2b62d879a130.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53cad4d3-d7cb-4135-b17d-2b62d879a130.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-53cad4d3-d7cb-4135-b17d-2b62d879a130.shogun-image {
    
    
  }


.s-53cad4d3-d7cb-4135-b17d-2b62d879a130 .shogun-image-content {
  
    align-items: center;
  
}

.s-53cad4d3-d7cb-4135-b17d-2b62d879a130.shg-align-container {
  text-align: center
}

.s-53cad4d3-d7cb-4135-b17d-2b62d879a130.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53cad4d3-d7cb-4135-b17d-2b62d879a130.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-53cad4d3-d7cb-4135-b17d-2b62d879a130.shogun-image {
    
    
  }


.s-53cad4d3-d7cb-4135-b17d-2b62d879a130 .shogun-image-content {
  
    align-items: center;
  
}

.s-53cad4d3-d7cb-4135-b17d-2b62d879a130.shg-align-container {
  text-align: center
}

.s-53cad4d3-d7cb-4135-b17d-2b62d879a130.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53cad4d3-d7cb-4135-b17d-2b62d879a130.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-53cad4d3-d7cb-4135-b17d-2b62d879a130.shogun-image {
    
    
  }


.s-53cad4d3-d7cb-4135-b17d-2b62d879a130 .shogun-image-content {
  
    align-items: center;
  
}

.s-53cad4d3-d7cb-4135-b17d-2b62d879a130.shg-align-container {
  text-align: center
}

.s-53cad4d3-d7cb-4135-b17d-2b62d879a130.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53cad4d3-d7cb-4135-b17d-2b62d879a130.shogun-image {
  box-sizing: border-box;
}


}
#s-8726b43c-4a9a-4b19-b464-c9ed503be4f6 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(133, 164, 196, 1);
letter-spacing: 1px;
}
#s-8726b43c-4a9a-4b19-b464-c9ed503be4f6:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(133, 164, 196, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8726b43c-4a9a-4b19-b464-c9ed503be4f6:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(133, 164, 196, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-8726b43c-4a9a-4b19-b464-c9ed503be4f6 {
  padding-top: 0px;
}
}

  #s-8726b43c-4a9a-4b19-b464-c9ed503be4f6-root {
    text-align: center;
  }


#s-8726b43c-4a9a-4b19-b464-c9ed503be4f6.shg-btn {
  color: rgba(133, 164, 196, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8726b43c-4a9a-4b19-b464-c9ed503be4f6-root {
    text-align: center;
  }


#s-8726b43c-4a9a-4b19-b464-c9ed503be4f6.shg-btn {
  color: rgba(133, 164, 196, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8726b43c-4a9a-4b19-b464-c9ed503be4f6-root {
    text-align: center;
  }


#s-8726b43c-4a9a-4b19-b464-c9ed503be4f6.shg-btn {
  color: rgba(133, 164, 196, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8726b43c-4a9a-4b19-b464-c9ed503be4f6-root {
    text-align: center;
  }


#s-8726b43c-4a9a-4b19-b464-c9ed503be4f6.shg-btn {
  color: rgba(133, 164, 196, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8726b43c-4a9a-4b19-b464-c9ed503be4f6-root {
    text-align: center;
  }


#s-8726b43c-4a9a-4b19-b464-c9ed503be4f6.shg-btn {
  color: rgba(133, 164, 196, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-f7fc3f12-1168-4699-b00f-a85c80e6cff3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7fc3f12-1168-4699-b00f-a85c80e6cff3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f7fc3f12-1168-4699-b00f-a85c80e6cff3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7fc3f12-1168-4699-b00f-a85c80e6cff3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-470ad39b-a767-4765-b12c-acd02e1b0ee3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-470ad39b-a767-4765-b12c-acd02e1b0ee3 {
  min-height: 300px;
}
}







#s-470ad39b-a767-4765-b12c-acd02e1b0ee3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-470ad39b-a767-4765-b12c-acd02e1b0ee3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7a8d4898-45e9-4be2-a966-0e16570442c0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7a8d4898-45e9-4be2-a966-0e16570442c0 {
  min-height: 300px;
}
}







#s-7a8d4898-45e9-4be2-a966-0e16570442c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a8d4898-45e9-4be2-a966-0e16570442c0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-875f0969-6346-4f1d-9190-51565c0afac2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-875f0969-6346-4f1d-9190-51565c0afac2 {
  min-height: 300px;
}
}







#s-875f0969-6346-4f1d-9190-51565c0afac2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-875f0969-6346-4f1d-9190-51565c0afac2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c14d48df-41f7-4072-8603-b08de6145638 {
  margin-top: 0px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-c14d48df-41f7-4072-8603-b08de6145638 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c14d48df-41f7-4072-8603-b08de6145638.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79d78631-4457-4107-842a-d47b73954430 {
  margin-left: auto;
margin-right: auto;
max-width: 84%;
}
@media (min-width: 768px) and (max-width: 991px){#s-79d78631-4457-4107-842a-d47b73954430 {
  
}
}@media (max-width: 767px){#s-79d78631-4457-4107-842a-d47b73954430 {
  
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-2dc35806-84ef-4ea4-96f1-3858661926da {
  padding-left: 49%;
padding-right: 49%;
}
@media (max-width: 767px){#s-2dc35806-84ef-4ea4-96f1-3858661926da {
  
}
}
#s-2dc35806-84ef-4ea4-96f1-3858661926da hr {
  border-top: 2px solid rgba(75, 79, 84, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-569fe29c-a90c-4606-9053-9d4bc9073747 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 80%;
}
@media (min-width: 768px) and (max-width: 991px){#s-569fe29c-a90c-4606-9053-9d4bc9073747 {
  max-width: 100%;
}
}@media (max-width: 767px){#s-569fe29c-a90c-4606-9053-9d4bc9073747 {
  max-width: 100%;
}
}
#s-569fe29c-a90c-4606-9053-9d4bc9073747 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-569fe29c-a90c-4606-9053-9d4bc9073747 .shg-sld-nav-button.shg-sld-left,
#s-569fe29c-a90c-4606-9053-9d4bc9073747 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-92b3758c-093e-466b-919b-49dfac8ce650 {
  margin-left: 10%;
margin-right: 10%;
}

#s-930f077d-9fe0-4cea-a47e-9ab02fe50d88 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-526fc3fe-f1f4-438f-ae3b-723342381333 {
  text-align: left;
}



.shg-c#s-526fc3fe-f1f4-438f-ae3b-723342381333 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-526fc3fe-f1f4-438f-ae3b-723342381333 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-526fc3fe-f1f4-438f-ae3b-723342381333 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-526fc3fe-f1f4-438f-ae3b-723342381333 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-526fc3fe-f1f4-438f-ae3b-723342381333 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-526fc3fe-f1f4-438f-ae3b-723342381333 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-526fc3fe-f1f4-438f-ae3b-723342381333 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-526fc3fe-f1f4-438f-ae3b-723342381333 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-526fc3fe-f1f4-438f-ae3b-723342381333 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-526fc3fe-f1f4-438f-ae3b-723342381333 img.shogun-image {
  width: 100%;
}



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

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-ee8c2987-d2b7-47b2-bac2-5241ae69b895 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee8c2987-d2b7-47b2-bac2-5241ae69b895 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Avenir Next;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-31b42e55-6923-47a0-a156-b3fa3f0d48eb {
  text-align: center;
}

#s-31b42e55-6923-47a0-a156-b3fa3f0d48eb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-31b42e55-6923-47a0-a156-b3fa3f0d48eb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-31b42e55-6923-47a0-a156-b3fa3f0d48eb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cd76d3bd-cb2c-4dcc-89b2-e2ed3d1c729c {
  display: none;
}
#s-43ffbe36-2f4f-403b-af8e-9570d4b283ba {
  text-align: left;
}



.shg-c#s-43ffbe36-2f4f-403b-af8e-9570d4b283ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43ffbe36-2f4f-403b-af8e-9570d4b283ba img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-43ffbe36-2f4f-403b-af8e-9570d4b283ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43ffbe36-2f4f-403b-af8e-9570d4b283ba img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-43ffbe36-2f4f-403b-af8e-9570d4b283ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43ffbe36-2f4f-403b-af8e-9570d4b283ba img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-43ffbe36-2f4f-403b-af8e-9570d4b283ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43ffbe36-2f4f-403b-af8e-9570d4b283ba img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-43ffbe36-2f4f-403b-af8e-9570d4b283ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43ffbe36-2f4f-403b-af8e-9570d4b283ba img.shogun-image {
  width: 100%;
}



}
#s-f21e8ad7-b96e-41bd-87cd-0ca1b0065915 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f21e8ad7-b96e-41bd-87cd-0ca1b0065915 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Avenir Next;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-a7a5b24c-1e39-4b33-81db-d8220f0bedb5 {
  text-align: center;
}

#s-a7a5b24c-1e39-4b33-81db-d8220f0bedb5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a7a5b24c-1e39-4b33-81db-d8220f0bedb5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a7a5b24c-1e39-4b33-81db-d8220f0bedb5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f1df683d-d8fe-4486-baa4-6262de4f67e4 {
  display: none;
}
#s-bff29d9f-5f40-47d8-aa01-a74f899a14fd {
  text-align: left;
}



.shg-c#s-bff29d9f-5f40-47d8-aa01-a74f899a14fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bff29d9f-5f40-47d8-aa01-a74f899a14fd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bff29d9f-5f40-47d8-aa01-a74f899a14fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bff29d9f-5f40-47d8-aa01-a74f899a14fd img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-bff29d9f-5f40-47d8-aa01-a74f899a14fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bff29d9f-5f40-47d8-aa01-a74f899a14fd img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-bff29d9f-5f40-47d8-aa01-a74f899a14fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bff29d9f-5f40-47d8-aa01-a74f899a14fd img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-bff29d9f-5f40-47d8-aa01-a74f899a14fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bff29d9f-5f40-47d8-aa01-a74f899a14fd img.shogun-image {
  width: 100%;
}



}
#s-05447aa8-e4e0-458d-8102-8a2508885ee5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05447aa8-e4e0-458d-8102-8a2508885ee5 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Avenir Next;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-d77f3a18-ce62-41c8-bfde-d8b76a8bd3db {
  text-align: center;
}

#s-d77f3a18-ce62-41c8-bfde-d8b76a8bd3db .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d77f3a18-ce62-41c8-bfde-d8b76a8bd3db .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d77f3a18-ce62-41c8-bfde-d8b76a8bd3db .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0a3fe544-bc6f-46a8-8688-4d087ea8e7b2 {
  display: none;
}
#s-19e546e6-3426-42f0-832a-d1ab90ffe86f {
  text-align: left;
}



.shg-c#s-19e546e6-3426-42f0-832a-d1ab90ffe86f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19e546e6-3426-42f0-832a-d1ab90ffe86f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-19e546e6-3426-42f0-832a-d1ab90ffe86f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19e546e6-3426-42f0-832a-d1ab90ffe86f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-19e546e6-3426-42f0-832a-d1ab90ffe86f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19e546e6-3426-42f0-832a-d1ab90ffe86f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-19e546e6-3426-42f0-832a-d1ab90ffe86f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19e546e6-3426-42f0-832a-d1ab90ffe86f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-19e546e6-3426-42f0-832a-d1ab90ffe86f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19e546e6-3426-42f0-832a-d1ab90ffe86f img.shogun-image {
  width: 100%;
}



}
#s-14e4f4f7-5969-4d92-b9b2-6cae45b5c56f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14e4f4f7-5969-4d92-b9b2-6cae45b5c56f .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Avenir Next;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-006f6cb5-b895-4106-a112-5666e6512808 {
  text-align: center;
}

#s-006f6cb5-b895-4106-a112-5666e6512808 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-006f6cb5-b895-4106-a112-5666e6512808 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-006f6cb5-b895-4106-a112-5666e6512808 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-43424997-08dc-4239-8fa2-cc578ad9ee32 {
  display: none;
}
#s-756fa3ed-611e-4002-998b-bb23003705c8 {
  text-align: left;
}



.shg-c#s-756fa3ed-611e-4002-998b-bb23003705c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-756fa3ed-611e-4002-998b-bb23003705c8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-756fa3ed-611e-4002-998b-bb23003705c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-756fa3ed-611e-4002-998b-bb23003705c8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-756fa3ed-611e-4002-998b-bb23003705c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-756fa3ed-611e-4002-998b-bb23003705c8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-756fa3ed-611e-4002-998b-bb23003705c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-756fa3ed-611e-4002-998b-bb23003705c8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-756fa3ed-611e-4002-998b-bb23003705c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-756fa3ed-611e-4002-998b-bb23003705c8 img.shogun-image {
  width: 100%;
}



}
#s-d0949781-4350-4b29-9059-e45c94e0ed2d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0949781-4350-4b29-9059-e45c94e0ed2d .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Avenir Next;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-98f26d5a-b492-4d46-af7c-c2dd4bc1d124 {
  text-align: center;
}

#s-98f26d5a-b492-4d46-af7c-c2dd4bc1d124 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-98f26d5a-b492-4d46-af7c-c2dd4bc1d124 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-98f26d5a-b492-4d46-af7c-c2dd4bc1d124 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-713b5127-01be-459a-bb29-b4cdd6c9e3be {
  display: none;
}
#s-cd0e578d-c386-4993-baac-ed0a2e5441d3 {
  text-align: left;
}



.shg-c#s-cd0e578d-c386-4993-baac-ed0a2e5441d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd0e578d-c386-4993-baac-ed0a2e5441d3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cd0e578d-c386-4993-baac-ed0a2e5441d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd0e578d-c386-4993-baac-ed0a2e5441d3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-cd0e578d-c386-4993-baac-ed0a2e5441d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd0e578d-c386-4993-baac-ed0a2e5441d3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-cd0e578d-c386-4993-baac-ed0a2e5441d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd0e578d-c386-4993-baac-ed0a2e5441d3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-cd0e578d-c386-4993-baac-ed0a2e5441d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd0e578d-c386-4993-baac-ed0a2e5441d3 img.shogun-image {
  width: 100%;
}



}
#s-66f9f6ee-a048-4b0a-bb29-89de270b622b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66f9f6ee-a048-4b0a-bb29-89de270b622b .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Avenir Next;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-ec87eb14-fe21-46b7-850a-d8b356494e9d {
  text-align: center;
}

#s-ec87eb14-fe21-46b7-850a-d8b356494e9d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ec87eb14-fe21-46b7-850a-d8b356494e9d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ec87eb14-fe21-46b7-850a-d8b356494e9d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-45ed3b0c-9418-4e84-86ba-5b7f14c310a9 {
  margin-left: 10%;
margin-right: 10%;
}

#s-caee6bae-13e5-4c74-afb1-4209665566f7 {
  min-height: 50px;
}








#s-caee6bae-13e5-4c74-afb1-4209665566f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caee6bae-13e5-4c74-afb1-4209665566f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19345dda-9bf1-4cf9-afbc-9ad606be4169 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}
@media (min-width: 768px) and (max-width: 991px){#s-19345dda-9bf1-4cf9-afbc-9ad606be4169 {
  display: none;
}
#s-19345dda-9bf1-4cf9-afbc-9ad606be4169, #wrap-s-19345dda-9bf1-4cf9-afbc-9ad606be4169 { display:none !important; }}@media (max-width: 767px){#s-19345dda-9bf1-4cf9-afbc-9ad606be4169 {
  display: none;
}
#s-19345dda-9bf1-4cf9-afbc-9ad606be4169, #wrap-s-19345dda-9bf1-4cf9-afbc-9ad606be4169 { display:none !important; }}
@media (min-width: 0px) {
[id="s-19345dda-9bf1-4cf9-afbc-9ad606be4169"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19345dda-9bf1-4cf9-afbc-9ad606be4169"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-19345dda-9bf1-4cf9-afbc-9ad606be4169"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-19345dda-9bf1-4cf9-afbc-9ad606be4169"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-60946032-0906-40c3-89bf-652377d83b45 {
  margin-bottom: 20px;
max-width: 1200px;
aspect-ratio: 1200/1500;
text-align: center;
}





  #s-60946032-0906-40c3-89bf-652377d83b45 img.shogun-image,
  #s-60946032-0906-40c3-89bf-652377d83b45 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60946032-0906-40c3-89bf-652377d83b45 {
    width: 100%;
    height: auto;
  }



  img.s-60946032-0906-40c3-89bf-652377d83b45.shogun-image {
    
    
  }


.s-60946032-0906-40c3-89bf-652377d83b45 .shogun-image-content {
  
    align-items: center;
  
}

.s-60946032-0906-40c3-89bf-652377d83b45.shg-align-container {
  text-align: center
}

.s-60946032-0906-40c3-89bf-652377d83b45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60946032-0906-40c3-89bf-652377d83b45.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-60946032-0906-40c3-89bf-652377d83b45 img.shogun-image,
  #s-60946032-0906-40c3-89bf-652377d83b45 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60946032-0906-40c3-89bf-652377d83b45 {
    width: 100%;
    height: auto;
  }



  img.s-60946032-0906-40c3-89bf-652377d83b45.shogun-image {
    
    
  }


.s-60946032-0906-40c3-89bf-652377d83b45 .shogun-image-content {
  
    align-items: center;
  
}

.s-60946032-0906-40c3-89bf-652377d83b45.shg-align-container {
  text-align: center
}

.s-60946032-0906-40c3-89bf-652377d83b45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60946032-0906-40c3-89bf-652377d83b45.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-60946032-0906-40c3-89bf-652377d83b45 img.shogun-image,
  #s-60946032-0906-40c3-89bf-652377d83b45 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60946032-0906-40c3-89bf-652377d83b45 {
    width: 100%;
    height: auto;
  }



  img.s-60946032-0906-40c3-89bf-652377d83b45.shogun-image {
    
    
  }


.s-60946032-0906-40c3-89bf-652377d83b45 .shogun-image-content {
  
    align-items: center;
  
}

.s-60946032-0906-40c3-89bf-652377d83b45.shg-align-container {
  text-align: center
}

.s-60946032-0906-40c3-89bf-652377d83b45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60946032-0906-40c3-89bf-652377d83b45.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-60946032-0906-40c3-89bf-652377d83b45 img.shogun-image,
  #s-60946032-0906-40c3-89bf-652377d83b45 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60946032-0906-40c3-89bf-652377d83b45 {
    width: 100%;
    height: auto;
  }



  img.s-60946032-0906-40c3-89bf-652377d83b45.shogun-image {
    
    
  }


.s-60946032-0906-40c3-89bf-652377d83b45 .shogun-image-content {
  
    align-items: center;
  
}

.s-60946032-0906-40c3-89bf-652377d83b45.shg-align-container {
  text-align: center
}

.s-60946032-0906-40c3-89bf-652377d83b45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60946032-0906-40c3-89bf-652377d83b45.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-60946032-0906-40c3-89bf-652377d83b45 img.shogun-image,
  #s-60946032-0906-40c3-89bf-652377d83b45 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60946032-0906-40c3-89bf-652377d83b45 {
    width: 100%;
    height: auto;
  }



  img.s-60946032-0906-40c3-89bf-652377d83b45.shogun-image {
    
    
  }


.s-60946032-0906-40c3-89bf-652377d83b45 .shogun-image-content {
  
    align-items: center;
  
}

.s-60946032-0906-40c3-89bf-652377d83b45.shg-align-container {
  text-align: center
}

.s-60946032-0906-40c3-89bf-652377d83b45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60946032-0906-40c3-89bf-652377d83b45.shogun-image {
  box-sizing: border-box;
}


}
#s-8fe14c9f-fc8a-439b-851e-85a9f91bed38 {
  max-width: 1200px;
aspect-ratio: 1200/1500;
text-align: center;
}





  #s-8fe14c9f-fc8a-439b-851e-85a9f91bed38 img.shogun-image,
  #s-8fe14c9f-fc8a-439b-851e-85a9f91bed38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8fe14c9f-fc8a-439b-851e-85a9f91bed38 {
    width: 100%;
    height: auto;
  }



  img.s-8fe14c9f-fc8a-439b-851e-85a9f91bed38.shogun-image {
    
    
  }


.s-8fe14c9f-fc8a-439b-851e-85a9f91bed38 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fe14c9f-fc8a-439b-851e-85a9f91bed38.shg-align-container {
  text-align: center
}

.s-8fe14c9f-fc8a-439b-851e-85a9f91bed38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fe14c9f-fc8a-439b-851e-85a9f91bed38.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-8fe14c9f-fc8a-439b-851e-85a9f91bed38 img.shogun-image,
  #s-8fe14c9f-fc8a-439b-851e-85a9f91bed38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8fe14c9f-fc8a-439b-851e-85a9f91bed38 {
    width: 100%;
    height: auto;
  }



  img.s-8fe14c9f-fc8a-439b-851e-85a9f91bed38.shogun-image {
    
    
  }


.s-8fe14c9f-fc8a-439b-851e-85a9f91bed38 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fe14c9f-fc8a-439b-851e-85a9f91bed38.shg-align-container {
  text-align: center
}

.s-8fe14c9f-fc8a-439b-851e-85a9f91bed38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fe14c9f-fc8a-439b-851e-85a9f91bed38.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-8fe14c9f-fc8a-439b-851e-85a9f91bed38 img.shogun-image,
  #s-8fe14c9f-fc8a-439b-851e-85a9f91bed38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8fe14c9f-fc8a-439b-851e-85a9f91bed38 {
    width: 100%;
    height: auto;
  }



  img.s-8fe14c9f-fc8a-439b-851e-85a9f91bed38.shogun-image {
    
    
  }


.s-8fe14c9f-fc8a-439b-851e-85a9f91bed38 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fe14c9f-fc8a-439b-851e-85a9f91bed38.shg-align-container {
  text-align: center
}

.s-8fe14c9f-fc8a-439b-851e-85a9f91bed38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fe14c9f-fc8a-439b-851e-85a9f91bed38.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-8fe14c9f-fc8a-439b-851e-85a9f91bed38 img.shogun-image,
  #s-8fe14c9f-fc8a-439b-851e-85a9f91bed38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8fe14c9f-fc8a-439b-851e-85a9f91bed38 {
    width: 100%;
    height: auto;
  }



  img.s-8fe14c9f-fc8a-439b-851e-85a9f91bed38.shogun-image {
    
    
  }


.s-8fe14c9f-fc8a-439b-851e-85a9f91bed38 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fe14c9f-fc8a-439b-851e-85a9f91bed38.shg-align-container {
  text-align: center
}

.s-8fe14c9f-fc8a-439b-851e-85a9f91bed38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fe14c9f-fc8a-439b-851e-85a9f91bed38.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-8fe14c9f-fc8a-439b-851e-85a9f91bed38 img.shogun-image,
  #s-8fe14c9f-fc8a-439b-851e-85a9f91bed38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8fe14c9f-fc8a-439b-851e-85a9f91bed38 {
    width: 100%;
    height: auto;
  }



  img.s-8fe14c9f-fc8a-439b-851e-85a9f91bed38.shogun-image {
    
    
  }


.s-8fe14c9f-fc8a-439b-851e-85a9f91bed38 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fe14c9f-fc8a-439b-851e-85a9f91bed38.shg-align-container {
  text-align: center
}

.s-8fe14c9f-fc8a-439b-851e-85a9f91bed38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fe14c9f-fc8a-439b-851e-85a9f91bed38.shogun-image {
  box-sizing: border-box;
}


}
#s-17a62b04-e4ec-4d81-a298-1c8876f0f1be {
  max-width: 1200px;
aspect-ratio: 1200/1500;
text-align: center;
}





  #s-17a62b04-e4ec-4d81-a298-1c8876f0f1be img.shogun-image,
  #s-17a62b04-e4ec-4d81-a298-1c8876f0f1be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17a62b04-e4ec-4d81-a298-1c8876f0f1be {
    width: 100%;
    height: auto;
  }



  img.s-17a62b04-e4ec-4d81-a298-1c8876f0f1be.shogun-image {
    
    
  }


.s-17a62b04-e4ec-4d81-a298-1c8876f0f1be .shogun-image-content {
  
    align-items: center;
  
}

.s-17a62b04-e4ec-4d81-a298-1c8876f0f1be.shg-align-container {
  text-align: center
}

.s-17a62b04-e4ec-4d81-a298-1c8876f0f1be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17a62b04-e4ec-4d81-a298-1c8876f0f1be.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-17a62b04-e4ec-4d81-a298-1c8876f0f1be img.shogun-image,
  #s-17a62b04-e4ec-4d81-a298-1c8876f0f1be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17a62b04-e4ec-4d81-a298-1c8876f0f1be {
    width: 100%;
    height: auto;
  }



  img.s-17a62b04-e4ec-4d81-a298-1c8876f0f1be.shogun-image {
    
    
  }


.s-17a62b04-e4ec-4d81-a298-1c8876f0f1be .shogun-image-content {
  
    align-items: center;
  
}

.s-17a62b04-e4ec-4d81-a298-1c8876f0f1be.shg-align-container {
  text-align: center
}

.s-17a62b04-e4ec-4d81-a298-1c8876f0f1be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17a62b04-e4ec-4d81-a298-1c8876f0f1be.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-17a62b04-e4ec-4d81-a298-1c8876f0f1be img.shogun-image,
  #s-17a62b04-e4ec-4d81-a298-1c8876f0f1be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17a62b04-e4ec-4d81-a298-1c8876f0f1be {
    width: 100%;
    height: auto;
  }



  img.s-17a62b04-e4ec-4d81-a298-1c8876f0f1be.shogun-image {
    
    
  }


.s-17a62b04-e4ec-4d81-a298-1c8876f0f1be .shogun-image-content {
  
    align-items: center;
  
}

.s-17a62b04-e4ec-4d81-a298-1c8876f0f1be.shg-align-container {
  text-align: center
}

.s-17a62b04-e4ec-4d81-a298-1c8876f0f1be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17a62b04-e4ec-4d81-a298-1c8876f0f1be.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-17a62b04-e4ec-4d81-a298-1c8876f0f1be img.shogun-image,
  #s-17a62b04-e4ec-4d81-a298-1c8876f0f1be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17a62b04-e4ec-4d81-a298-1c8876f0f1be {
    width: 100%;
    height: auto;
  }



  img.s-17a62b04-e4ec-4d81-a298-1c8876f0f1be.shogun-image {
    
    
  }


.s-17a62b04-e4ec-4d81-a298-1c8876f0f1be .shogun-image-content {
  
    align-items: center;
  
}

.s-17a62b04-e4ec-4d81-a298-1c8876f0f1be.shg-align-container {
  text-align: center
}

.s-17a62b04-e4ec-4d81-a298-1c8876f0f1be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17a62b04-e4ec-4d81-a298-1c8876f0f1be.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-17a62b04-e4ec-4d81-a298-1c8876f0f1be img.shogun-image,
  #s-17a62b04-e4ec-4d81-a298-1c8876f0f1be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17a62b04-e4ec-4d81-a298-1c8876f0f1be {
    width: 100%;
    height: auto;
  }



  img.s-17a62b04-e4ec-4d81-a298-1c8876f0f1be.shogun-image {
    
    
  }


.s-17a62b04-e4ec-4d81-a298-1c8876f0f1be .shogun-image-content {
  
    align-items: center;
  
}

.s-17a62b04-e4ec-4d81-a298-1c8876f0f1be.shg-align-container {
  text-align: center
}

.s-17a62b04-e4ec-4d81-a298-1c8876f0f1be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17a62b04-e4ec-4d81-a298-1c8876f0f1be.shogun-image {
  box-sizing: border-box;
}


}
#s-67152d29-4bfa-48fd-b223-dbca38b372b2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-67152d29-4bfa-48fd-b223-dbca38b372b2 {
  display: none;
}
#s-67152d29-4bfa-48fd-b223-dbca38b372b2, #wrap-s-67152d29-4bfa-48fd-b223-dbca38b372b2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67152d29-4bfa-48fd-b223-dbca38b372b2 {
  display: none;
}
#s-67152d29-4bfa-48fd-b223-dbca38b372b2, #wrap-s-67152d29-4bfa-48fd-b223-dbca38b372b2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67152d29-4bfa-48fd-b223-dbca38b372b2 {
  margin-left: auto;
margin-right: auto;
max-width: 96%;
}
}







#s-67152d29-4bfa-48fd-b223-dbca38b372b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67152d29-4bfa-48fd-b223-dbca38b372b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66 {
  max-width: 800px;
aspect-ratio: 4/3;
text-align: center;
}
@media (min-width: 1200px){#s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66 {
  display: none;
}
#s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66, #wrap-s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66 {
  display: none;
}
#s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66, #wrap-s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66 { display:none !important; }}




  #s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66 img.shogun-image,
  #s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66 {
    width: 100%;
    height: auto;
  }



  img.s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66.shogun-image {
    
    
  }


.s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66.shg-align-container {
  text-align: center
}

.s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66 img.shogun-image,
  #s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66 {
    width: 100%;
    height: auto;
  }



  img.s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66.shogun-image {
    
    
  }


.s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66.shg-align-container {
  text-align: center
}

.s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66 img.shogun-image,
  #s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66 {
    width: 100%;
    height: auto;
  }



  img.s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66.shogun-image {
    
    
  }


.s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66.shg-align-container {
  text-align: center
}

.s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66 img.shogun-image,
  #s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66 {
    width: 100%;
    height: auto;
  }



  img.s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66.shogun-image {
    
    
  }


.s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66.shg-align-container {
  text-align: center
}

.s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66 img.shogun-image,
  #s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66 {
    width: 100%;
    height: auto;
  }



  img.s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66.shogun-image {
    
    
  }


.s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66.shg-align-container {
  text-align: center
}

.s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7c14a2e-2c28-4aa8-a808-254ebcd01a66.shogun-image {
  box-sizing: border-box;
}


}
#s-0df3cab0-f81e-42fb-bc85-f977690615c3 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 40px;
min-height: 50px;
background-position: center top;
}
@media (min-width: 1200px){#s-0df3cab0-f81e-42fb-bc85-f977690615c3 {
  display: none;
}
#s-0df3cab0-f81e-42fb-bc85-f977690615c3, #wrap-s-0df3cab0-f81e-42fb-bc85-f977690615c3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0df3cab0-f81e-42fb-bc85-f977690615c3 {
  display: none;
}
#s-0df3cab0-f81e-42fb-bc85-f977690615c3, #wrap-s-0df3cab0-f81e-42fb-bc85-f977690615c3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0df3cab0-f81e-42fb-bc85-f977690615c3 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-0df3cab0-f81e-42fb-bc85-f977690615c3 {
  margin-bottom: 20px;
}
}







#s-0df3cab0-f81e-42fb-bc85-f977690615c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0df3cab0-f81e-42fb-bc85-f977690615c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a18cf2a1-52d6-4844-b2ce-2aadda43202f {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}
@media (max-width: 767px){#s-a18cf2a1-52d6-4844-b2ce-2aadda43202f {
  max-width: 97%;
}
}
@media (min-width: 0px) {
[id="s-a18cf2a1-52d6-4844-b2ce-2aadda43202f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a18cf2a1-52d6-4844-b2ce-2aadda43202f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a18cf2a1-52d6-4844-b2ce-2aadda43202f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a18cf2a1-52d6-4844-b2ce-2aadda43202f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e7159c25-aac5-4523-b091-e7aa3eb2ad17 {
  max-width: 1200px;
aspect-ratio: 1200/1500;
text-align: center;
}





  #s-e7159c25-aac5-4523-b091-e7aa3eb2ad17 img.shogun-image,
  #s-e7159c25-aac5-4523-b091-e7aa3eb2ad17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7159c25-aac5-4523-b091-e7aa3eb2ad17 {
    width: 100%;
    height: auto;
  }



  img.s-e7159c25-aac5-4523-b091-e7aa3eb2ad17.shogun-image {
    
    
  }


.s-e7159c25-aac5-4523-b091-e7aa3eb2ad17 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7159c25-aac5-4523-b091-e7aa3eb2ad17.shg-align-container {
  text-align: center
}

.s-e7159c25-aac5-4523-b091-e7aa3eb2ad17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7159c25-aac5-4523-b091-e7aa3eb2ad17.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-e7159c25-aac5-4523-b091-e7aa3eb2ad17 img.shogun-image,
  #s-e7159c25-aac5-4523-b091-e7aa3eb2ad17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7159c25-aac5-4523-b091-e7aa3eb2ad17 {
    width: 100%;
    height: auto;
  }



  img.s-e7159c25-aac5-4523-b091-e7aa3eb2ad17.shogun-image {
    
    
  }


.s-e7159c25-aac5-4523-b091-e7aa3eb2ad17 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7159c25-aac5-4523-b091-e7aa3eb2ad17.shg-align-container {
  text-align: center
}

.s-e7159c25-aac5-4523-b091-e7aa3eb2ad17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7159c25-aac5-4523-b091-e7aa3eb2ad17.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-e7159c25-aac5-4523-b091-e7aa3eb2ad17 img.shogun-image,
  #s-e7159c25-aac5-4523-b091-e7aa3eb2ad17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7159c25-aac5-4523-b091-e7aa3eb2ad17 {
    width: 100%;
    height: auto;
  }



  img.s-e7159c25-aac5-4523-b091-e7aa3eb2ad17.shogun-image {
    
    
  }


.s-e7159c25-aac5-4523-b091-e7aa3eb2ad17 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7159c25-aac5-4523-b091-e7aa3eb2ad17.shg-align-container {
  text-align: center
}

.s-e7159c25-aac5-4523-b091-e7aa3eb2ad17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7159c25-aac5-4523-b091-e7aa3eb2ad17.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-e7159c25-aac5-4523-b091-e7aa3eb2ad17 img.shogun-image,
  #s-e7159c25-aac5-4523-b091-e7aa3eb2ad17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7159c25-aac5-4523-b091-e7aa3eb2ad17 {
    width: 100%;
    height: auto;
  }



  img.s-e7159c25-aac5-4523-b091-e7aa3eb2ad17.shogun-image {
    
    
  }


.s-e7159c25-aac5-4523-b091-e7aa3eb2ad17 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7159c25-aac5-4523-b091-e7aa3eb2ad17.shg-align-container {
  text-align: center
}

.s-e7159c25-aac5-4523-b091-e7aa3eb2ad17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7159c25-aac5-4523-b091-e7aa3eb2ad17.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-e7159c25-aac5-4523-b091-e7aa3eb2ad17 img.shogun-image,
  #s-e7159c25-aac5-4523-b091-e7aa3eb2ad17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7159c25-aac5-4523-b091-e7aa3eb2ad17 {
    width: 100%;
    height: auto;
  }



  img.s-e7159c25-aac5-4523-b091-e7aa3eb2ad17.shogun-image {
    
    
  }


.s-e7159c25-aac5-4523-b091-e7aa3eb2ad17 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7159c25-aac5-4523-b091-e7aa3eb2ad17.shg-align-container {
  text-align: center
}

.s-e7159c25-aac5-4523-b091-e7aa3eb2ad17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7159c25-aac5-4523-b091-e7aa3eb2ad17.shogun-image {
  box-sizing: border-box;
}


}
#s-532d6d08-0bed-4381-93a8-2ccaf6a5885a {
  max-width: 1200px;
aspect-ratio: 1200/1500;
text-align: center;
}





  #s-532d6d08-0bed-4381-93a8-2ccaf6a5885a img.shogun-image,
  #s-532d6d08-0bed-4381-93a8-2ccaf6a5885a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-532d6d08-0bed-4381-93a8-2ccaf6a5885a {
    width: 100%;
    height: auto;
  }



  img.s-532d6d08-0bed-4381-93a8-2ccaf6a5885a.shogun-image {
    
    
  }


.s-532d6d08-0bed-4381-93a8-2ccaf6a5885a .shogun-image-content {
  
    align-items: center;
  
}

.s-532d6d08-0bed-4381-93a8-2ccaf6a5885a.shg-align-container {
  text-align: center
}

.s-532d6d08-0bed-4381-93a8-2ccaf6a5885a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-532d6d08-0bed-4381-93a8-2ccaf6a5885a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-532d6d08-0bed-4381-93a8-2ccaf6a5885a img.shogun-image,
  #s-532d6d08-0bed-4381-93a8-2ccaf6a5885a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-532d6d08-0bed-4381-93a8-2ccaf6a5885a {
    width: 100%;
    height: auto;
  }



  img.s-532d6d08-0bed-4381-93a8-2ccaf6a5885a.shogun-image {
    
    
  }


.s-532d6d08-0bed-4381-93a8-2ccaf6a5885a .shogun-image-content {
  
    align-items: center;
  
}

.s-532d6d08-0bed-4381-93a8-2ccaf6a5885a.shg-align-container {
  text-align: center
}

.s-532d6d08-0bed-4381-93a8-2ccaf6a5885a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-532d6d08-0bed-4381-93a8-2ccaf6a5885a.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-532d6d08-0bed-4381-93a8-2ccaf6a5885a img.shogun-image,
  #s-532d6d08-0bed-4381-93a8-2ccaf6a5885a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-532d6d08-0bed-4381-93a8-2ccaf6a5885a {
    width: 100%;
    height: auto;
  }



  img.s-532d6d08-0bed-4381-93a8-2ccaf6a5885a.shogun-image {
    
    
  }


.s-532d6d08-0bed-4381-93a8-2ccaf6a5885a .shogun-image-content {
  
    align-items: center;
  
}

.s-532d6d08-0bed-4381-93a8-2ccaf6a5885a.shg-align-container {
  text-align: center
}

.s-532d6d08-0bed-4381-93a8-2ccaf6a5885a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-532d6d08-0bed-4381-93a8-2ccaf6a5885a.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-532d6d08-0bed-4381-93a8-2ccaf6a5885a img.shogun-image,
  #s-532d6d08-0bed-4381-93a8-2ccaf6a5885a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-532d6d08-0bed-4381-93a8-2ccaf6a5885a {
    width: 100%;
    height: auto;
  }



  img.s-532d6d08-0bed-4381-93a8-2ccaf6a5885a.shogun-image {
    
    
  }


.s-532d6d08-0bed-4381-93a8-2ccaf6a5885a .shogun-image-content {
  
    align-items: center;
  
}

.s-532d6d08-0bed-4381-93a8-2ccaf6a5885a.shg-align-container {
  text-align: center
}

.s-532d6d08-0bed-4381-93a8-2ccaf6a5885a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-532d6d08-0bed-4381-93a8-2ccaf6a5885a.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-532d6d08-0bed-4381-93a8-2ccaf6a5885a img.shogun-image,
  #s-532d6d08-0bed-4381-93a8-2ccaf6a5885a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-532d6d08-0bed-4381-93a8-2ccaf6a5885a {
    width: 100%;
    height: auto;
  }



  img.s-532d6d08-0bed-4381-93a8-2ccaf6a5885a.shogun-image {
    
    
  }


.s-532d6d08-0bed-4381-93a8-2ccaf6a5885a .shogun-image-content {
  
    align-items: center;
  
}

.s-532d6d08-0bed-4381-93a8-2ccaf6a5885a.shg-align-container {
  text-align: center
}

.s-532d6d08-0bed-4381-93a8-2ccaf6a5885a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-532d6d08-0bed-4381-93a8-2ccaf6a5885a.shogun-image {
  box-sizing: border-box;
}


}
#s-2d859fe4-896c-442b-9171-8ee462cd85b9 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 800/921;
text-align: center;
}
@media (min-width: 1200px){#s-2d859fe4-896c-442b-9171-8ee462cd85b9 {
  display: none;
}
#s-2d859fe4-896c-442b-9171-8ee462cd85b9, #wrap-s-2d859fe4-896c-442b-9171-8ee462cd85b9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d859fe4-896c-442b-9171-8ee462cd85b9 {
  display: none;
}
#s-2d859fe4-896c-442b-9171-8ee462cd85b9, #wrap-s-2d859fe4-896c-442b-9171-8ee462cd85b9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2d859fe4-896c-442b-9171-8ee462cd85b9 {
  display: none;
}
#s-2d859fe4-896c-442b-9171-8ee462cd85b9, #wrap-s-2d859fe4-896c-442b-9171-8ee462cd85b9 { display:none !important; }}




  #s-2d859fe4-896c-442b-9171-8ee462cd85b9 img.shogun-image,
  #s-2d859fe4-896c-442b-9171-8ee462cd85b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d859fe4-896c-442b-9171-8ee462cd85b9 {
    width: 100%;
    height: auto;
  }



  img.s-2d859fe4-896c-442b-9171-8ee462cd85b9.shogun-image {
    
    
  }


.s-2d859fe4-896c-442b-9171-8ee462cd85b9 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-2d859fe4-896c-442b-9171-8ee462cd85b9.shg-align-container {
  text-align: center
}

.s-2d859fe4-896c-442b-9171-8ee462cd85b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d859fe4-896c-442b-9171-8ee462cd85b9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-2d859fe4-896c-442b-9171-8ee462cd85b9 img.shogun-image,
  #s-2d859fe4-896c-442b-9171-8ee462cd85b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d859fe4-896c-442b-9171-8ee462cd85b9 {
    width: 100%;
    height: auto;
  }



  img.s-2d859fe4-896c-442b-9171-8ee462cd85b9.shogun-image {
    
    
  }


.s-2d859fe4-896c-442b-9171-8ee462cd85b9 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-2d859fe4-896c-442b-9171-8ee462cd85b9.shg-align-container {
  text-align: center
}

.s-2d859fe4-896c-442b-9171-8ee462cd85b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d859fe4-896c-442b-9171-8ee462cd85b9.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-2d859fe4-896c-442b-9171-8ee462cd85b9 img.shogun-image,
  #s-2d859fe4-896c-442b-9171-8ee462cd85b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d859fe4-896c-442b-9171-8ee462cd85b9 {
    width: 100%;
    height: auto;
  }



  img.s-2d859fe4-896c-442b-9171-8ee462cd85b9.shogun-image {
    
    
  }


.s-2d859fe4-896c-442b-9171-8ee462cd85b9 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-2d859fe4-896c-442b-9171-8ee462cd85b9.shg-align-container {
  text-align: center
}

.s-2d859fe4-896c-442b-9171-8ee462cd85b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d859fe4-896c-442b-9171-8ee462cd85b9.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-2d859fe4-896c-442b-9171-8ee462cd85b9 img.shogun-image,
  #s-2d859fe4-896c-442b-9171-8ee462cd85b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d859fe4-896c-442b-9171-8ee462cd85b9 {
    width: 100%;
    height: auto;
  }



  img.s-2d859fe4-896c-442b-9171-8ee462cd85b9.shogun-image {
    
    
  }


.s-2d859fe4-896c-442b-9171-8ee462cd85b9 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-2d859fe4-896c-442b-9171-8ee462cd85b9.shg-align-container {
  text-align: center
}

.s-2d859fe4-896c-442b-9171-8ee462cd85b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d859fe4-896c-442b-9171-8ee462cd85b9.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-2d859fe4-896c-442b-9171-8ee462cd85b9 img.shogun-image,
  #s-2d859fe4-896c-442b-9171-8ee462cd85b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d859fe4-896c-442b-9171-8ee462cd85b9 {
    width: 100%;
    height: auto;
  }



  img.s-2d859fe4-896c-442b-9171-8ee462cd85b9.shogun-image {
    
    
  }


.s-2d859fe4-896c-442b-9171-8ee462cd85b9 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-2d859fe4-896c-442b-9171-8ee462cd85b9.shg-align-container {
  text-align: center
}

.s-2d859fe4-896c-442b-9171-8ee462cd85b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d859fe4-896c-442b-9171-8ee462cd85b9.shogun-image {
  box-sizing: border-box;
}


}
#s-211258dc-12dc-4a2f-acd7-6e09e9a15db2 {
  margin-top: 0px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-211258dc-12dc-4a2f-acd7-6e09e9a15db2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-211258dc-12dc-4a2f-acd7-6e09e9a15db2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-211258dc-12dc-4a2f-acd7-6e09e9a15db2 {
  
}
}@media (max-width: 767px){#s-211258dc-12dc-4a2f-acd7-6e09e9a15db2 {
  
}
}







#s-211258dc-12dc-4a2f-acd7-6e09e9a15db2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-211258dc-12dc-4a2f-acd7-6e09e9a15db2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50 {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
aspect-ratio: 790/240;
text-align: center;
}





  #s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50 img.shogun-image,
  #s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50 {
    width: 100%;
    height: auto;
  }



  img.s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50.shogun-image {
    
    
  }


.s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50 .shogun-image-content {
  
    align-items: center;
  
}

.s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50.shg-align-container {
  text-align: center
}

.s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50 img.shogun-image,
  #s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50 {
    width: 100%;
    height: auto;
  }



  img.s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50.shogun-image {
    
    
  }


.s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50 .shogun-image-content {
  
    align-items: center;
  
}

.s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50.shg-align-container {
  text-align: center
}

.s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50 img.shogun-image,
  #s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50 {
    width: 100%;
    height: auto;
  }



  img.s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50.shogun-image {
    
    
  }


.s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50 .shogun-image-content {
  
    align-items: center;
  
}

.s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50.shg-align-container {
  text-align: center
}

.s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50 img.shogun-image,
  #s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50 {
    width: 100%;
    height: auto;
  }



  img.s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50.shogun-image {
    
    
  }


.s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50 .shogun-image-content {
  
    align-items: center;
  
}

.s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50.shg-align-container {
  text-align: center
}

.s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50 img.shogun-image,
  #s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50 {
    width: 100%;
    height: auto;
  }



  img.s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50.shogun-image {
    
    
  }


.s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50 .shogun-image-content {
  
    align-items: center;
  
}

.s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50.shg-align-container {
  text-align: center
}

.s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69a6ecaf-6212-4ef8-ada0-cb4fd7327b50.shogun-image {
  box-sizing: border-box;
}


}
#s-c5fdb1ee-ebc7-4505-bd3b-35465b426644 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 80%;
}
@media (max-width: 767px){#s-c5fdb1ee-ebc7-4505-bd3b-35465b426644 {
  
}
}
#s-7d43efa9-cd9f-44af-ba4b-7431f26d3f18 {
  min-height: 50px;
}








#s-7d43efa9-cd9f-44af-ba4b-7431f26d3f18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d43efa9-cd9f-44af-ba4b-7431f26d3f18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e10b0e0-e55c-4055-90aa-d581ff48a083 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-9e10b0e0-e55c-4055-90aa-d581ff48a083 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e10b0e0-e55c-4055-90aa-d581ff48a083 {
  max-width: 96%;
}
}@media (max-width: 767px){#s-9e10b0e0-e55c-4055-90aa-d581ff48a083 {
  display: none;
}
#s-9e10b0e0-e55c-4055-90aa-d581ff48a083, #wrap-s-9e10b0e0-e55c-4055-90aa-d581ff48a083 { display:none !important; }}







#s-9e10b0e0-e55c-4055-90aa-d581ff48a083 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e10b0e0-e55c-4055-90aa-d581ff48a083.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f99edbf-8f2a-4263-86dc-72fa060f68f3 {
  max-width: 800px;
aspect-ratio: 800/781;
text-align: center;
}
@media (min-width: 1200px){#s-7f99edbf-8f2a-4263-86dc-72fa060f68f3 {
  display: none;
}
#s-7f99edbf-8f2a-4263-86dc-72fa060f68f3, #wrap-s-7f99edbf-8f2a-4263-86dc-72fa060f68f3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f99edbf-8f2a-4263-86dc-72fa060f68f3 {
  display: none;
}
#s-7f99edbf-8f2a-4263-86dc-72fa060f68f3, #wrap-s-7f99edbf-8f2a-4263-86dc-72fa060f68f3 { display:none !important; }}




  #s-7f99edbf-8f2a-4263-86dc-72fa060f68f3 img.shogun-image,
  #s-7f99edbf-8f2a-4263-86dc-72fa060f68f3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f99edbf-8f2a-4263-86dc-72fa060f68f3 {
    width: 100%;
    height: auto;
  }



  img.s-7f99edbf-8f2a-4263-86dc-72fa060f68f3.shogun-image {
    
    
  }


.s-7f99edbf-8f2a-4263-86dc-72fa060f68f3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7f99edbf-8f2a-4263-86dc-72fa060f68f3.shg-align-container {
  text-align: center
}

.s-7f99edbf-8f2a-4263-86dc-72fa060f68f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f99edbf-8f2a-4263-86dc-72fa060f68f3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-7f99edbf-8f2a-4263-86dc-72fa060f68f3 img.shogun-image,
  #s-7f99edbf-8f2a-4263-86dc-72fa060f68f3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f99edbf-8f2a-4263-86dc-72fa060f68f3 {
    width: 100%;
    height: auto;
  }



  img.s-7f99edbf-8f2a-4263-86dc-72fa060f68f3.shogun-image {
    
    
  }


.s-7f99edbf-8f2a-4263-86dc-72fa060f68f3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7f99edbf-8f2a-4263-86dc-72fa060f68f3.shg-align-container {
  text-align: center
}

.s-7f99edbf-8f2a-4263-86dc-72fa060f68f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f99edbf-8f2a-4263-86dc-72fa060f68f3.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-7f99edbf-8f2a-4263-86dc-72fa060f68f3 img.shogun-image,
  #s-7f99edbf-8f2a-4263-86dc-72fa060f68f3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f99edbf-8f2a-4263-86dc-72fa060f68f3 {
    width: 100%;
    height: auto;
  }



  img.s-7f99edbf-8f2a-4263-86dc-72fa060f68f3.shogun-image {
    
    
  }


.s-7f99edbf-8f2a-4263-86dc-72fa060f68f3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7f99edbf-8f2a-4263-86dc-72fa060f68f3.shg-align-container {
  text-align: center
}

.s-7f99edbf-8f2a-4263-86dc-72fa060f68f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f99edbf-8f2a-4263-86dc-72fa060f68f3.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-7f99edbf-8f2a-4263-86dc-72fa060f68f3 img.shogun-image,
  #s-7f99edbf-8f2a-4263-86dc-72fa060f68f3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f99edbf-8f2a-4263-86dc-72fa060f68f3 {
    width: 100%;
    height: auto;
  }



  img.s-7f99edbf-8f2a-4263-86dc-72fa060f68f3.shogun-image {
    
    
  }


.s-7f99edbf-8f2a-4263-86dc-72fa060f68f3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7f99edbf-8f2a-4263-86dc-72fa060f68f3.shg-align-container {
  text-align: center
}

.s-7f99edbf-8f2a-4263-86dc-72fa060f68f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f99edbf-8f2a-4263-86dc-72fa060f68f3.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-7f99edbf-8f2a-4263-86dc-72fa060f68f3 img.shogun-image,
  #s-7f99edbf-8f2a-4263-86dc-72fa060f68f3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f99edbf-8f2a-4263-86dc-72fa060f68f3 {
    width: 100%;
    height: auto;
  }



  img.s-7f99edbf-8f2a-4263-86dc-72fa060f68f3.shogun-image {
    
    
  }


.s-7f99edbf-8f2a-4263-86dc-72fa060f68f3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7f99edbf-8f2a-4263-86dc-72fa060f68f3.shg-align-container {
  text-align: center
}

.s-7f99edbf-8f2a-4263-86dc-72fa060f68f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f99edbf-8f2a-4263-86dc-72fa060f68f3.shogun-image {
  box-sizing: border-box;
}


}
#s-63940f0f-6b52-4fd1-9962-93eb04eb2137 {
  margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-63940f0f-6b52-4fd1-9962-93eb04eb2137 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-63940f0f-6b52-4fd1-9962-93eb04eb2137 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-63940f0f-6b52-4fd1-9962-93eb04eb2137 {
  
}
}@media (max-width: 767px){#s-63940f0f-6b52-4fd1-9962-93eb04eb2137 {
  
}
}







#s-63940f0f-6b52-4fd1-9962-93eb04eb2137 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63940f0f-6b52-4fd1-9962-93eb04eb2137.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff16c7df-3dd8-455c-80cb-b0196019a6bc {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
aspect-ratio: 790/240;
text-align: center;
}





  #s-ff16c7df-3dd8-455c-80cb-b0196019a6bc img.shogun-image,
  #s-ff16c7df-3dd8-455c-80cb-b0196019a6bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff16c7df-3dd8-455c-80cb-b0196019a6bc {
    width: 100%;
    height: auto;
  }



  img.s-ff16c7df-3dd8-455c-80cb-b0196019a6bc.shogun-image {
    
    
  }


.s-ff16c7df-3dd8-455c-80cb-b0196019a6bc .shogun-image-content {
  
    align-items: center;
  
}

.s-ff16c7df-3dd8-455c-80cb-b0196019a6bc.shg-align-container {
  text-align: center
}

.s-ff16c7df-3dd8-455c-80cb-b0196019a6bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff16c7df-3dd8-455c-80cb-b0196019a6bc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ff16c7df-3dd8-455c-80cb-b0196019a6bc img.shogun-image,
  #s-ff16c7df-3dd8-455c-80cb-b0196019a6bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff16c7df-3dd8-455c-80cb-b0196019a6bc {
    width: 100%;
    height: auto;
  }



  img.s-ff16c7df-3dd8-455c-80cb-b0196019a6bc.shogun-image {
    
    
  }


.s-ff16c7df-3dd8-455c-80cb-b0196019a6bc .shogun-image-content {
  
    align-items: center;
  
}

.s-ff16c7df-3dd8-455c-80cb-b0196019a6bc.shg-align-container {
  text-align: center
}

.s-ff16c7df-3dd8-455c-80cb-b0196019a6bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff16c7df-3dd8-455c-80cb-b0196019a6bc.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-ff16c7df-3dd8-455c-80cb-b0196019a6bc img.shogun-image,
  #s-ff16c7df-3dd8-455c-80cb-b0196019a6bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff16c7df-3dd8-455c-80cb-b0196019a6bc {
    width: 100%;
    height: auto;
  }



  img.s-ff16c7df-3dd8-455c-80cb-b0196019a6bc.shogun-image {
    
    
  }


.s-ff16c7df-3dd8-455c-80cb-b0196019a6bc .shogun-image-content {
  
    align-items: center;
  
}

.s-ff16c7df-3dd8-455c-80cb-b0196019a6bc.shg-align-container {
  text-align: center
}

.s-ff16c7df-3dd8-455c-80cb-b0196019a6bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff16c7df-3dd8-455c-80cb-b0196019a6bc.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-ff16c7df-3dd8-455c-80cb-b0196019a6bc img.shogun-image,
  #s-ff16c7df-3dd8-455c-80cb-b0196019a6bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff16c7df-3dd8-455c-80cb-b0196019a6bc {
    width: 100%;
    height: auto;
  }



  img.s-ff16c7df-3dd8-455c-80cb-b0196019a6bc.shogun-image {
    
    
  }


.s-ff16c7df-3dd8-455c-80cb-b0196019a6bc .shogun-image-content {
  
    align-items: center;
  
}

.s-ff16c7df-3dd8-455c-80cb-b0196019a6bc.shg-align-container {
  text-align: center
}

.s-ff16c7df-3dd8-455c-80cb-b0196019a6bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff16c7df-3dd8-455c-80cb-b0196019a6bc.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-ff16c7df-3dd8-455c-80cb-b0196019a6bc img.shogun-image,
  #s-ff16c7df-3dd8-455c-80cb-b0196019a6bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff16c7df-3dd8-455c-80cb-b0196019a6bc {
    width: 100%;
    height: auto;
  }



  img.s-ff16c7df-3dd8-455c-80cb-b0196019a6bc.shogun-image {
    
    
  }


.s-ff16c7df-3dd8-455c-80cb-b0196019a6bc .shogun-image-content {
  
    align-items: center;
  
}

.s-ff16c7df-3dd8-455c-80cb-b0196019a6bc.shg-align-container {
  text-align: center
}

.s-ff16c7df-3dd8-455c-80cb-b0196019a6bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff16c7df-3dd8-455c-80cb-b0196019a6bc.shogun-image {
  box-sizing: border-box;
}


}
#s-37c6fba8-f6bb-4989-af22-e8a87ccb10bd {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 80%;
}
@media (max-width: 767px){#s-37c6fba8-f6bb-4989-af22-e8a87ccb10bd {
  
}
}
#s-9adfaa77-340f-4e1a-93e2-dea94d43f32f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -1px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(74, 79, 84, 1);
letter-spacing: 1px;
}
#s-9adfaa77-340f-4e1a-93e2-dea94d43f32f:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(74, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9adfaa77-340f-4e1a-93e2-dea94d43f32f:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(74, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-9adfaa77-340f-4e1a-93e2-dea94d43f32f {
  
}
}

  #s-9adfaa77-340f-4e1a-93e2-dea94d43f32f-root {
    text-align: center;
  }


#s-9adfaa77-340f-4e1a-93e2-dea94d43f32f.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9adfaa77-340f-4e1a-93e2-dea94d43f32f-root {
    text-align: center;
  }


#s-9adfaa77-340f-4e1a-93e2-dea94d43f32f.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9adfaa77-340f-4e1a-93e2-dea94d43f32f-root {
    text-align: center;
  }


#s-9adfaa77-340f-4e1a-93e2-dea94d43f32f.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9adfaa77-340f-4e1a-93e2-dea94d43f32f-root {
    text-align: center;
  }


#s-9adfaa77-340f-4e1a-93e2-dea94d43f32f.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9adfaa77-340f-4e1a-93e2-dea94d43f32f-root {
    text-align: center;
  }


#s-9adfaa77-340f-4e1a-93e2-dea94d43f32f.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a7fcd5f0-70c6-4142-a428-26837bca40ab {
  max-width: 1920px;
aspect-ratio: 3/2;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a7fcd5f0-70c6-4142-a428-26837bca40ab {
  display: none;
}
#s-a7fcd5f0-70c6-4142-a428-26837bca40ab, #wrap-s-a7fcd5f0-70c6-4142-a428-26837bca40ab { display:none !important; }}@media (max-width: 767px){#s-a7fcd5f0-70c6-4142-a428-26837bca40ab {
  display: none;
}
#s-a7fcd5f0-70c6-4142-a428-26837bca40ab, #wrap-s-a7fcd5f0-70c6-4142-a428-26837bca40ab { display:none !important; }}




  #s-a7fcd5f0-70c6-4142-a428-26837bca40ab img.shogun-image,
  #s-a7fcd5f0-70c6-4142-a428-26837bca40ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7fcd5f0-70c6-4142-a428-26837bca40ab {
    width: 100%;
    height: auto;
  }



  img.s-a7fcd5f0-70c6-4142-a428-26837bca40ab.shogun-image {
    
    
  }


.s-a7fcd5f0-70c6-4142-a428-26837bca40ab .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-a7fcd5f0-70c6-4142-a428-26837bca40ab.shg-align-container {
  text-align: center
}

.s-a7fcd5f0-70c6-4142-a428-26837bca40ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7fcd5f0-70c6-4142-a428-26837bca40ab.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-a7fcd5f0-70c6-4142-a428-26837bca40ab img.shogun-image,
  #s-a7fcd5f0-70c6-4142-a428-26837bca40ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7fcd5f0-70c6-4142-a428-26837bca40ab {
    width: 100%;
    height: auto;
  }



  img.s-a7fcd5f0-70c6-4142-a428-26837bca40ab.shogun-image {
    
    
  }


.s-a7fcd5f0-70c6-4142-a428-26837bca40ab .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-a7fcd5f0-70c6-4142-a428-26837bca40ab.shg-align-container {
  text-align: center
}

.s-a7fcd5f0-70c6-4142-a428-26837bca40ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7fcd5f0-70c6-4142-a428-26837bca40ab.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-a7fcd5f0-70c6-4142-a428-26837bca40ab img.shogun-image,
  #s-a7fcd5f0-70c6-4142-a428-26837bca40ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7fcd5f0-70c6-4142-a428-26837bca40ab {
    width: 100%;
    height: auto;
  }



  img.s-a7fcd5f0-70c6-4142-a428-26837bca40ab.shogun-image {
    
    
  }


.s-a7fcd5f0-70c6-4142-a428-26837bca40ab .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-a7fcd5f0-70c6-4142-a428-26837bca40ab.shg-align-container {
  text-align: center
}

.s-a7fcd5f0-70c6-4142-a428-26837bca40ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7fcd5f0-70c6-4142-a428-26837bca40ab.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-a7fcd5f0-70c6-4142-a428-26837bca40ab img.shogun-image,
  #s-a7fcd5f0-70c6-4142-a428-26837bca40ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7fcd5f0-70c6-4142-a428-26837bca40ab {
    width: 100%;
    height: auto;
  }



  img.s-a7fcd5f0-70c6-4142-a428-26837bca40ab.shogun-image {
    
    
  }


.s-a7fcd5f0-70c6-4142-a428-26837bca40ab .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-a7fcd5f0-70c6-4142-a428-26837bca40ab.shg-align-container {
  text-align: center
}

.s-a7fcd5f0-70c6-4142-a428-26837bca40ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7fcd5f0-70c6-4142-a428-26837bca40ab.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-a7fcd5f0-70c6-4142-a428-26837bca40ab img.shogun-image,
  #s-a7fcd5f0-70c6-4142-a428-26837bca40ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7fcd5f0-70c6-4142-a428-26837bca40ab {
    width: 100%;
    height: auto;
  }



  img.s-a7fcd5f0-70c6-4142-a428-26837bca40ab.shogun-image {
    
    
  }


.s-a7fcd5f0-70c6-4142-a428-26837bca40ab .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-a7fcd5f0-70c6-4142-a428-26837bca40ab.shg-align-container {
  text-align: center
}

.s-a7fcd5f0-70c6-4142-a428-26837bca40ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7fcd5f0-70c6-4142-a428-26837bca40ab.shogun-image {
  box-sizing: border-box;
}


}
#s-945e055d-e3c9-44c4-b495-03c75c76a959 {
  margin-top: 0px;
margin-bottom: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-945e055d-e3c9-44c4-b495-03c75c76a959 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-945e055d-e3c9-44c4-b495-03c75c76a959 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-945e055d-e3c9-44c4-b495-03c75c76a959 {
  
}
}@media (max-width: 767px){#s-945e055d-e3c9-44c4-b495-03c75c76a959 {
  
}
}







#s-945e055d-e3c9-44c4-b495-03c75c76a959 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-945e055d-e3c9-44c4-b495-03c75c76a959.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-009dab83-bb38-4e4c-b5f4-e77255c9bf26 {
  margin-left: auto;
margin-right: auto;
max-width: 40%;
aspect-ratio: 790/240;
text-align: center;
}





  #s-009dab83-bb38-4e4c-b5f4-e77255c9bf26 img.shogun-image,
  #s-009dab83-bb38-4e4c-b5f4-e77255c9bf26 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-009dab83-bb38-4e4c-b5f4-e77255c9bf26 {
    width: 100%;
    height: auto;
  }



  img.s-009dab83-bb38-4e4c-b5f4-e77255c9bf26.shogun-image {
    
    
  }


.s-009dab83-bb38-4e4c-b5f4-e77255c9bf26 .shogun-image-content {
  
    align-items: center;
  
}

.s-009dab83-bb38-4e4c-b5f4-e77255c9bf26.shg-align-container {
  text-align: center
}

.s-009dab83-bb38-4e4c-b5f4-e77255c9bf26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-009dab83-bb38-4e4c-b5f4-e77255c9bf26.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-009dab83-bb38-4e4c-b5f4-e77255c9bf26 img.shogun-image,
  #s-009dab83-bb38-4e4c-b5f4-e77255c9bf26 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-009dab83-bb38-4e4c-b5f4-e77255c9bf26 {
    width: 100%;
    height: auto;
  }



  img.s-009dab83-bb38-4e4c-b5f4-e77255c9bf26.shogun-image {
    
    
  }


.s-009dab83-bb38-4e4c-b5f4-e77255c9bf26 .shogun-image-content {
  
    align-items: center;
  
}

.s-009dab83-bb38-4e4c-b5f4-e77255c9bf26.shg-align-container {
  text-align: center
}

.s-009dab83-bb38-4e4c-b5f4-e77255c9bf26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-009dab83-bb38-4e4c-b5f4-e77255c9bf26.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-009dab83-bb38-4e4c-b5f4-e77255c9bf26 img.shogun-image,
  #s-009dab83-bb38-4e4c-b5f4-e77255c9bf26 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-009dab83-bb38-4e4c-b5f4-e77255c9bf26 {
    width: 100%;
    height: auto;
  }



  img.s-009dab83-bb38-4e4c-b5f4-e77255c9bf26.shogun-image {
    
    
  }


.s-009dab83-bb38-4e4c-b5f4-e77255c9bf26 .shogun-image-content {
  
    align-items: center;
  
}

.s-009dab83-bb38-4e4c-b5f4-e77255c9bf26.shg-align-container {
  text-align: center
}

.s-009dab83-bb38-4e4c-b5f4-e77255c9bf26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-009dab83-bb38-4e4c-b5f4-e77255c9bf26.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-009dab83-bb38-4e4c-b5f4-e77255c9bf26 img.shogun-image,
  #s-009dab83-bb38-4e4c-b5f4-e77255c9bf26 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-009dab83-bb38-4e4c-b5f4-e77255c9bf26 {
    width: 100%;
    height: auto;
  }



  img.s-009dab83-bb38-4e4c-b5f4-e77255c9bf26.shogun-image {
    
    
  }


.s-009dab83-bb38-4e4c-b5f4-e77255c9bf26 .shogun-image-content {
  
    align-items: center;
  
}

.s-009dab83-bb38-4e4c-b5f4-e77255c9bf26.shg-align-container {
  text-align: center
}

.s-009dab83-bb38-4e4c-b5f4-e77255c9bf26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-009dab83-bb38-4e4c-b5f4-e77255c9bf26.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-009dab83-bb38-4e4c-b5f4-e77255c9bf26 img.shogun-image,
  #s-009dab83-bb38-4e4c-b5f4-e77255c9bf26 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-009dab83-bb38-4e4c-b5f4-e77255c9bf26 {
    width: 100%;
    height: auto;
  }



  img.s-009dab83-bb38-4e4c-b5f4-e77255c9bf26.shogun-image {
    
    
  }


.s-009dab83-bb38-4e4c-b5f4-e77255c9bf26 .shogun-image-content {
  
    align-items: center;
  
}

.s-009dab83-bb38-4e4c-b5f4-e77255c9bf26.shg-align-container {
  text-align: center
}

.s-009dab83-bb38-4e4c-b5f4-e77255c9bf26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-009dab83-bb38-4e4c-b5f4-e77255c9bf26.shogun-image {
  box-sizing: border-box;
}


}
#s-04fa0b0a-c33a-4e0f-b8a1-674e1a57ad03 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 80%;
}
@media (max-width: 767px){#s-04fa0b0a-c33a-4e0f-b8a1-674e1a57ad03 {
  
}
}
#s-f8b19b9e-717c-46ef-b0ad-e682b07f0034 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -1px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(74, 79, 84, 1);
letter-spacing: 1px;
}
#s-f8b19b9e-717c-46ef-b0ad-e682b07f0034:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(74, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f8b19b9e-717c-46ef-b0ad-e682b07f0034:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(74, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-f8b19b9e-717c-46ef-b0ad-e682b07f0034 {
  
}
}

  #s-f8b19b9e-717c-46ef-b0ad-e682b07f0034-root {
    text-align: center;
  }


#s-f8b19b9e-717c-46ef-b0ad-e682b07f0034.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f8b19b9e-717c-46ef-b0ad-e682b07f0034-root {
    text-align: center;
  }


#s-f8b19b9e-717c-46ef-b0ad-e682b07f0034.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f8b19b9e-717c-46ef-b0ad-e682b07f0034-root {
    text-align: center;
  }


#s-f8b19b9e-717c-46ef-b0ad-e682b07f0034.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f8b19b9e-717c-46ef-b0ad-e682b07f0034-root {
    text-align: center;
  }


#s-f8b19b9e-717c-46ef-b0ad-e682b07f0034.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f8b19b9e-717c-46ef-b0ad-e682b07f0034-root {
    text-align: center;
  }


#s-f8b19b9e-717c-46ef-b0ad-e682b07f0034.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-82cc64ed-1a60-4cac-8d39-7f6955df7e9d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}
@media (min-width: 1200px){#s-82cc64ed-1a60-4cac-8d39-7f6955df7e9d {
  display: none;
}
#s-82cc64ed-1a60-4cac-8d39-7f6955df7e9d, #wrap-s-82cc64ed-1a60-4cac-8d39-7f6955df7e9d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82cc64ed-1a60-4cac-8d39-7f6955df7e9d {
  display: none;
}
#s-82cc64ed-1a60-4cac-8d39-7f6955df7e9d, #wrap-s-82cc64ed-1a60-4cac-8d39-7f6955df7e9d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-82cc64ed-1a60-4cac-8d39-7f6955df7e9d {
  max-width: 96%;
display: none;
}
#s-82cc64ed-1a60-4cac-8d39-7f6955df7e9d, #wrap-s-82cc64ed-1a60-4cac-8d39-7f6955df7e9d { display:none !important; }}@media (max-width: 767px){#s-82cc64ed-1a60-4cac-8d39-7f6955df7e9d {
  display: none;
}
#s-82cc64ed-1a60-4cac-8d39-7f6955df7e9d, #wrap-s-82cc64ed-1a60-4cac-8d39-7f6955df7e9d { display:none !important; }}







#s-82cc64ed-1a60-4cac-8d39-7f6955df7e9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82cc64ed-1a60-4cac-8d39-7f6955df7e9d.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-08cb3c1b-e646-4c6f-8332-e131801ee5c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08cb3c1b-e646-4c6f-8332-e131801ee5c5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-08cb3c1b-e646-4c6f-8332-e131801ee5c5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-08cb3c1b-e646-4c6f-8332-e131801ee5c5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-08cb3c1b-e646-4c6f-8332-e131801ee5c5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-08cb3c1b-e646-4c6f-8332-e131801ee5c5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-08cb3c1b-e646-4c6f-8332-e131801ee5c5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

#s-b3f24bb3-971c-48dc-ae9e-e4485c6ca73e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 610px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-b3f24bb3-971c-48dc-ae9e-e4485c6ca73e {
  min-height: 810px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b3f24bb3-971c-48dc-ae9e-e4485c6ca73e {
  min-height: 810px;
}
}
#s-b3f24bb3-971c-48dc-ae9e-e4485c6ca73e {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b3f24bb3-971c-48dc-ae9e-e4485c6ca73e {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b3f24bb3-971c-48dc-ae9e-e4485c6ca73e {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b3f24bb3-971c-48dc-ae9e-e4485c6ca73e {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b3f24bb3-971c-48dc-ae9e-e4485c6ca73e {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b3f24bb3-971c-48dc-ae9e-e4485c6ca73e {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b3f24bb3-971c-48dc-ae9e-e4485c6ca73e {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b3f24bb3-971c-48dc-ae9e-e4485c6ca73e {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b3f24bb3-971c-48dc-ae9e-e4485c6ca73e {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-b3f24bb3-971c-48dc-ae9e-e4485c6ca73e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3f24bb3-971c-48dc-ae9e-e4485c6ca73e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d8202d77-a422-49f6-b17a-3c09593c16d8 {
  margin-top: 30px;
margin-left: 8%;
margin-right: 8%;
min-height: 50px;
}
@media (min-width: 1200px){#s-d8202d77-a422-49f6-b17a-3c09593c16d8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d8202d77-a422-49f6-b17a-3c09593c16d8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d8202d77-a422-49f6-b17a-3c09593c16d8 {
  
}
}@media (max-width: 767px){#s-d8202d77-a422-49f6-b17a-3c09593c16d8 {
  
}
}







#s-d8202d77-a422-49f6-b17a-3c09593c16d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8202d77-a422-49f6-b17a-3c09593c16d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a1b6248-d73f-4b87-812b-7c5c3b422515 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}







  img.s-4a1b6248-d73f-4b87-812b-7c5c3b422515.shogun-image {
    
    
  }


.s-4a1b6248-d73f-4b87-812b-7c5c3b422515 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a1b6248-d73f-4b87-812b-7c5c3b422515.shg-align-container {
  text-align: center
}

.s-4a1b6248-d73f-4b87-812b-7c5c3b422515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a1b6248-d73f-4b87-812b-7c5c3b422515.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4a1b6248-d73f-4b87-812b-7c5c3b422515.shogun-image {
    
    
  }


.s-4a1b6248-d73f-4b87-812b-7c5c3b422515 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a1b6248-d73f-4b87-812b-7c5c3b422515.shg-align-container {
  text-align: center
}

.s-4a1b6248-d73f-4b87-812b-7c5c3b422515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a1b6248-d73f-4b87-812b-7c5c3b422515.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-4a1b6248-d73f-4b87-812b-7c5c3b422515.shogun-image {
    
    
  }


.s-4a1b6248-d73f-4b87-812b-7c5c3b422515 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a1b6248-d73f-4b87-812b-7c5c3b422515.shg-align-container {
  text-align: center
}

.s-4a1b6248-d73f-4b87-812b-7c5c3b422515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a1b6248-d73f-4b87-812b-7c5c3b422515.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-4a1b6248-d73f-4b87-812b-7c5c3b422515.shogun-image {
    
    
  }


.s-4a1b6248-d73f-4b87-812b-7c5c3b422515 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a1b6248-d73f-4b87-812b-7c5c3b422515.shg-align-container {
  text-align: center
}

.s-4a1b6248-d73f-4b87-812b-7c5c3b422515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a1b6248-d73f-4b87-812b-7c5c3b422515.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-4a1b6248-d73f-4b87-812b-7c5c3b422515.shogun-image {
    
    
  }


.s-4a1b6248-d73f-4b87-812b-7c5c3b422515 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a1b6248-d73f-4b87-812b-7c5c3b422515.shg-align-container {
  text-align: center
}

.s-4a1b6248-d73f-4b87-812b-7c5c3b422515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a1b6248-d73f-4b87-812b-7c5c3b422515.shogun-image {
  box-sizing: border-box;
}


}
#s-dfe14480-d5f2-4fed-af40-8e9ae5c021ca {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(133, 164, 196, 1);
letter-spacing: 1px;
}
#s-dfe14480-d5f2-4fed-af40-8e9ae5c021ca:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(133, 164, 196, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-dfe14480-d5f2-4fed-af40-8e9ae5c021ca:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(133, 164, 196, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-dfe14480-d5f2-4fed-af40-8e9ae5c021ca {
  padding-top: 0px;
}
}

  #s-dfe14480-d5f2-4fed-af40-8e9ae5c021ca-root {
    text-align: center;
  }


#s-dfe14480-d5f2-4fed-af40-8e9ae5c021ca.shg-btn {
  color: rgba(133, 164, 196, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dfe14480-d5f2-4fed-af40-8e9ae5c021ca-root {
    text-align: center;
  }


#s-dfe14480-d5f2-4fed-af40-8e9ae5c021ca.shg-btn {
  color: rgba(133, 164, 196, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dfe14480-d5f2-4fed-af40-8e9ae5c021ca-root {
    text-align: center;
  }


#s-dfe14480-d5f2-4fed-af40-8e9ae5c021ca.shg-btn {
  color: rgba(133, 164, 196, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dfe14480-d5f2-4fed-af40-8e9ae5c021ca-root {
    text-align: center;
  }


#s-dfe14480-d5f2-4fed-af40-8e9ae5c021ca.shg-btn {
  color: rgba(133, 164, 196, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dfe14480-d5f2-4fed-af40-8e9ae5c021ca-root {
    text-align: center;
  }


#s-dfe14480-d5f2-4fed-af40-8e9ae5c021ca.shg-btn {
  color: rgba(133, 164, 196, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-7452ecf5-bda1-412c-bf66-10dfe999067b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7452ecf5-bda1-412c-bf66-10dfe999067b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7452ecf5-bda1-412c-bf66-10dfe999067b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7452ecf5-bda1-412c-bf66-10dfe999067b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-63b95461-bc00-4014-9ad6-2ca00a9bd9cc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-63b95461-bc00-4014-9ad6-2ca00a9bd9cc {
  min-height: 300px;
}
}







#s-63b95461-bc00-4014-9ad6-2ca00a9bd9cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63b95461-bc00-4014-9ad6-2ca00a9bd9cc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-20d9f135-201b-4bdb-9c00-4c1df947f1d9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-20d9f135-201b-4bdb-9c00-4c1df947f1d9 {
  min-height: 300px;
}
}







#s-20d9f135-201b-4bdb-9c00-4c1df947f1d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20d9f135-201b-4bdb-9c00-4c1df947f1d9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5f0774a2-c815-4c35-8f29-12d33a1ece36 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5f0774a2-c815-4c35-8f29-12d33a1ece36 {
  min-height: 300px;
}
}







#s-5f0774a2-c815-4c35-8f29-12d33a1ece36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f0774a2-c815-4c35-8f29-12d33a1ece36.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-87af8276-a138-4f4e-a711-ec6b7d73f6fd {
  background-size: cover;
margin-top: 10px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
max-width: 80%;
background-color: rgba(249, 248, 246, 0.8);
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-87af8276-a138-4f4e-a711-ec6b7d73f6fd {
  margin-bottom: 20px;
max-width: 96%;
}
}@media (max-width: 767px){#s-87af8276-a138-4f4e-a711-ec6b7d73f6fd {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 100%;
}
}







#s-87af8276-a138-4f4e-a711-ec6b7d73f6fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.5;
}#s-87af8276-a138-4f4e-a711-ec6b7d73f6fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fcbc861-cd49-4fa6-9535-c9f84dfc8a31 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 90%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3fcbc861-cd49-4fa6-9535-c9f84dfc8a31 {
  
}
}@media (max-width: 767px){#s-3fcbc861-cd49-4fa6-9535-c9f84dfc8a31 {
  
}
}
#s-9ea54b7b-9ff0-4b47-aefd-57caa289abc3 {
  padding-left: 49%;
padding-right: 49%;
}

#s-9ea54b7b-9ff0-4b47-aefd-57caa289abc3 hr {
  border-top: 2px solid rgba(214, 104, 49, 1);
}

#s-0f321745-aa61-4e71-9d2a-e7eddbf5c6e1 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-0f321745-aa61-4e71-9d2a-e7eddbf5c6e1 {
  display: none;
}
#s-0f321745-aa61-4e71-9d2a-e7eddbf5c6e1, #wrap-s-0f321745-aa61-4e71-9d2a-e7eddbf5c6e1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f321745-aa61-4e71-9d2a-e7eddbf5c6e1 {
  display: none;
}
#s-0f321745-aa61-4e71-9d2a-e7eddbf5c6e1, #wrap-s-0f321745-aa61-4e71-9d2a-e7eddbf5c6e1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f321745-aa61-4e71-9d2a-e7eddbf5c6e1 {
  display: none;
}
#s-0f321745-aa61-4e71-9d2a-e7eddbf5c6e1, #wrap-s-0f321745-aa61-4e71-9d2a-e7eddbf5c6e1 { display:none !important; }}
#s-0f321745-aa61-4e71-9d2a-e7eddbf5c6e1 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-0f321745-aa61-4e71-9d2a-e7eddbf5c6e1 .shg-sld-nav-button.shg-sld-left,
#s-0f321745-aa61-4e71-9d2a-e7eddbf5c6e1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-6a2a20e1-4fc1-4df5-aba7-3a7c77af317d {
  min-height: 50px;
}








#s-6a2a20e1-4fc1-4df5-aba7-3a7c77af317d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a2a20e1-4fc1-4df5-aba7-3a7c77af317d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69 {
  max-width: 1200px;
aspect-ratio: 1200/1500;
text-align: center;
}





  #s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69 img.shogun-image,
  #s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69 {
    width: 100%;
    height: auto;
  }



  img.s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69.shogun-image {
    
    
  }


.s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69 .shogun-image-content {
  
    align-items: center;
  
}

.s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69.shg-align-container {
  text-align: center
}

.s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69 img.shogun-image,
  #s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69 {
    width: 100%;
    height: auto;
  }



  img.s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69.shogun-image {
    
    
  }


.s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69 .shogun-image-content {
  
    align-items: center;
  
}

.s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69.shg-align-container {
  text-align: center
}

.s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69 img.shogun-image,
  #s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69 {
    width: 100%;
    height: auto;
  }



  img.s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69.shogun-image {
    
    
  }


.s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69 .shogun-image-content {
  
    align-items: center;
  
}

.s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69.shg-align-container {
  text-align: center
}

.s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69 img.shogun-image,
  #s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69 {
    width: 100%;
    height: auto;
  }



  img.s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69.shogun-image {
    
    
  }


.s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69 .shogun-image-content {
  
    align-items: center;
  
}

.s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69.shg-align-container {
  text-align: center
}

.s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69 img.shogun-image,
  #s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69 {
    width: 100%;
    height: auto;
  }



  img.s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69.shogun-image {
    
    
  }


.s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69 .shogun-image-content {
  
    align-items: center;
  
}

.s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69.shg-align-container {
  text-align: center
}

.s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5aee37f6-5b8a-45a4-8dd7-e29f17a51b69.shogun-image {
  box-sizing: border-box;
}


}
#s-637fe9ab-bddb-4c72-aea9-8c538c95ec39 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(74, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
background-position: center center;
}
#s-637fe9ab-bddb-4c72-aea9-8c538c95ec39:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(74, 79, 84, 1) !important;}#s-637fe9ab-bddb-4c72-aea9-8c538c95ec39:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(74, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-637fe9ab-bddb-4c72-aea9-8c538c95ec39-root {
    text-align: center;
  }


#s-637fe9ab-bddb-4c72-aea9-8c538c95ec39.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-637fe9ab-bddb-4c72-aea9-8c538c95ec39-root {
    text-align: center;
  }


#s-637fe9ab-bddb-4c72-aea9-8c538c95ec39.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-637fe9ab-bddb-4c72-aea9-8c538c95ec39-root {
    text-align: center;
  }


#s-637fe9ab-bddb-4c72-aea9-8c538c95ec39.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-637fe9ab-bddb-4c72-aea9-8c538c95ec39-root {
    text-align: center;
  }


#s-637fe9ab-bddb-4c72-aea9-8c538c95ec39.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-637fe9ab-bddb-4c72-aea9-8c538c95ec39-root {
    text-align: center;
  }


#s-637fe9ab-bddb-4c72-aea9-8c538c95ec39.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-09018299-b238-436a-85d6-e2229b09b24e {
  min-height: 50px;
}
@media (max-width: 767px){#s-09018299-b238-436a-85d6-e2229b09b24e {
  margin-bottom: 20px;
}
}







#s-09018299-b238-436a-85d6-e2229b09b24e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09018299-b238-436a-85d6-e2229b09b24e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0e9d60c-3700-4653-be74-a03d3139c62e {
  max-width: 1200px;
aspect-ratio: 1200/1500;
text-align: center;
}





  #s-b0e9d60c-3700-4653-be74-a03d3139c62e img.shogun-image,
  #s-b0e9d60c-3700-4653-be74-a03d3139c62e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b0e9d60c-3700-4653-be74-a03d3139c62e {
    width: 100%;
    height: auto;
  }



  img.s-b0e9d60c-3700-4653-be74-a03d3139c62e.shogun-image {
    
    
  }


.s-b0e9d60c-3700-4653-be74-a03d3139c62e .shogun-image-content {
  
    align-items: center;
  
}

.s-b0e9d60c-3700-4653-be74-a03d3139c62e.shg-align-container {
  text-align: center
}

.s-b0e9d60c-3700-4653-be74-a03d3139c62e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0e9d60c-3700-4653-be74-a03d3139c62e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-b0e9d60c-3700-4653-be74-a03d3139c62e img.shogun-image,
  #s-b0e9d60c-3700-4653-be74-a03d3139c62e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b0e9d60c-3700-4653-be74-a03d3139c62e {
    width: 100%;
    height: auto;
  }



  img.s-b0e9d60c-3700-4653-be74-a03d3139c62e.shogun-image {
    
    
  }


.s-b0e9d60c-3700-4653-be74-a03d3139c62e .shogun-image-content {
  
    align-items: center;
  
}

.s-b0e9d60c-3700-4653-be74-a03d3139c62e.shg-align-container {
  text-align: center
}

.s-b0e9d60c-3700-4653-be74-a03d3139c62e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0e9d60c-3700-4653-be74-a03d3139c62e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-b0e9d60c-3700-4653-be74-a03d3139c62e img.shogun-image,
  #s-b0e9d60c-3700-4653-be74-a03d3139c62e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b0e9d60c-3700-4653-be74-a03d3139c62e {
    width: 100%;
    height: auto;
  }



  img.s-b0e9d60c-3700-4653-be74-a03d3139c62e.shogun-image {
    
    
  }


.s-b0e9d60c-3700-4653-be74-a03d3139c62e .shogun-image-content {
  
    align-items: center;
  
}

.s-b0e9d60c-3700-4653-be74-a03d3139c62e.shg-align-container {
  text-align: center
}

.s-b0e9d60c-3700-4653-be74-a03d3139c62e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0e9d60c-3700-4653-be74-a03d3139c62e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-b0e9d60c-3700-4653-be74-a03d3139c62e img.shogun-image,
  #s-b0e9d60c-3700-4653-be74-a03d3139c62e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b0e9d60c-3700-4653-be74-a03d3139c62e {
    width: 100%;
    height: auto;
  }



  img.s-b0e9d60c-3700-4653-be74-a03d3139c62e.shogun-image {
    
    
  }


.s-b0e9d60c-3700-4653-be74-a03d3139c62e .shogun-image-content {
  
    align-items: center;
  
}

.s-b0e9d60c-3700-4653-be74-a03d3139c62e.shg-align-container {
  text-align: center
}

.s-b0e9d60c-3700-4653-be74-a03d3139c62e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0e9d60c-3700-4653-be74-a03d3139c62e.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-b0e9d60c-3700-4653-be74-a03d3139c62e img.shogun-image,
  #s-b0e9d60c-3700-4653-be74-a03d3139c62e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b0e9d60c-3700-4653-be74-a03d3139c62e {
    width: 100%;
    height: auto;
  }



  img.s-b0e9d60c-3700-4653-be74-a03d3139c62e.shogun-image {
    
    
  }


.s-b0e9d60c-3700-4653-be74-a03d3139c62e .shogun-image-content {
  
    align-items: center;
  
}

.s-b0e9d60c-3700-4653-be74-a03d3139c62e.shg-align-container {
  text-align: center
}

.s-b0e9d60c-3700-4653-be74-a03d3139c62e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0e9d60c-3700-4653-be74-a03d3139c62e.shogun-image {
  box-sizing: border-box;
}


}
#s-7450ef12-91e1-4a3d-b182-4e54d65d81bf {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(74, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
background-position: center center;
}
#s-7450ef12-91e1-4a3d-b182-4e54d65d81bf:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(74, 79, 84, 1) !important;}#s-7450ef12-91e1-4a3d-b182-4e54d65d81bf:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(74, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-7450ef12-91e1-4a3d-b182-4e54d65d81bf-root {
    text-align: center;
  }


#s-7450ef12-91e1-4a3d-b182-4e54d65d81bf.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7450ef12-91e1-4a3d-b182-4e54d65d81bf-root {
    text-align: center;
  }


#s-7450ef12-91e1-4a3d-b182-4e54d65d81bf.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7450ef12-91e1-4a3d-b182-4e54d65d81bf-root {
    text-align: center;
  }


#s-7450ef12-91e1-4a3d-b182-4e54d65d81bf.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7450ef12-91e1-4a3d-b182-4e54d65d81bf-root {
    text-align: center;
  }


#s-7450ef12-91e1-4a3d-b182-4e54d65d81bf.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7450ef12-91e1-4a3d-b182-4e54d65d81bf-root {
    text-align: center;
  }


#s-7450ef12-91e1-4a3d-b182-4e54d65d81bf.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ef9897fd-e5a6-4a49-b9b9-2771bf3ad2ac {
  min-height: 50px;
}
@media (max-width: 767px){#s-ef9897fd-e5a6-4a49-b9b9-2771bf3ad2ac {
  margin-bottom: 20px;
}
}







#s-ef9897fd-e5a6-4a49-b9b9-2771bf3ad2ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef9897fd-e5a6-4a49-b9b9-2771bf3ad2ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015 {
  max-width: 1200px;
aspect-ratio: 1200/1500;
text-align: center;
}





  #s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015 img.shogun-image,
  #s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015 {
    width: 100%;
    height: auto;
  }



  img.s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015.shogun-image {
    
    
  }


.s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015.shg-align-container {
  text-align: center
}

.s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015 img.shogun-image,
  #s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015 {
    width: 100%;
    height: auto;
  }



  img.s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015.shogun-image {
    
    
  }


.s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015.shg-align-container {
  text-align: center
}

.s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015 img.shogun-image,
  #s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015 {
    width: 100%;
    height: auto;
  }



  img.s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015.shogun-image {
    
    
  }


.s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015.shg-align-container {
  text-align: center
}

.s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015 img.shogun-image,
  #s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015 {
    width: 100%;
    height: auto;
  }



  img.s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015.shogun-image {
    
    
  }


.s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015.shg-align-container {
  text-align: center
}

.s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015 img.shogun-image,
  #s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015 {
    width: 100%;
    height: auto;
  }



  img.s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015.shogun-image {
    
    
  }


.s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015.shg-align-container {
  text-align: center
}

.s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b8c2d02-3722-4cfc-b3a0-ec8d42b63015.shogun-image {
  box-sizing: border-box;
}


}
#s-26a3e9a1-be25-40dc-b9f8-eb1f806b31c8 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(74, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
background-position: center center;
}
#s-26a3e9a1-be25-40dc-b9f8-eb1f806b31c8:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(74, 79, 84, 1) !important;}#s-26a3e9a1-be25-40dc-b9f8-eb1f806b31c8:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(74, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-26a3e9a1-be25-40dc-b9f8-eb1f806b31c8-root {
    text-align: center;
  }


#s-26a3e9a1-be25-40dc-b9f8-eb1f806b31c8.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-26a3e9a1-be25-40dc-b9f8-eb1f806b31c8-root {
    text-align: center;
  }


#s-26a3e9a1-be25-40dc-b9f8-eb1f806b31c8.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-26a3e9a1-be25-40dc-b9f8-eb1f806b31c8-root {
    text-align: center;
  }


#s-26a3e9a1-be25-40dc-b9f8-eb1f806b31c8.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-26a3e9a1-be25-40dc-b9f8-eb1f806b31c8-root {
    text-align: center;
  }


#s-26a3e9a1-be25-40dc-b9f8-eb1f806b31c8.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-26a3e9a1-be25-40dc-b9f8-eb1f806b31c8-root {
    text-align: center;
  }


#s-26a3e9a1-be25-40dc-b9f8-eb1f806b31c8.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-025521a1-6cdf-4ade-beab-19de32dcb177 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}
@media (max-width: 767px){#s-025521a1-6cdf-4ade-beab-19de32dcb177 {
  display: none;
}
#s-025521a1-6cdf-4ade-beab-19de32dcb177, #wrap-s-025521a1-6cdf-4ade-beab-19de32dcb177 { display:none !important; }}
@media (min-width: 0px) {
[id="s-025521a1-6cdf-4ade-beab-19de32dcb177"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-025521a1-6cdf-4ade-beab-19de32dcb177"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-025521a1-6cdf-4ade-beab-19de32dcb177"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-025521a1-6cdf-4ade-beab-19de32dcb177"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-e8c52bde-b3a1-4752-9fee-035ab17bb137 {
  min-height: 50px;
}
@media (max-width: 767px){#s-e8c52bde-b3a1-4752-9fee-035ab17bb137 {
  margin-bottom: 20px;
}
}







#s-e8c52bde-b3a1-4752-9fee-035ab17bb137 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8c52bde-b3a1-4752-9fee-035ab17bb137.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd1c8c08-aceb-491d-9a42-4878b34351c3 {
  max-width: 1200px;
aspect-ratio: 1200/1500;
text-align: center;
}





  #s-cd1c8c08-aceb-491d-9a42-4878b34351c3 img.shogun-image,
  #s-cd1c8c08-aceb-491d-9a42-4878b34351c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd1c8c08-aceb-491d-9a42-4878b34351c3 {
    width: 100%;
    height: auto;
  }



  img.s-cd1c8c08-aceb-491d-9a42-4878b34351c3.shogun-image {
    
    
  }


.s-cd1c8c08-aceb-491d-9a42-4878b34351c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd1c8c08-aceb-491d-9a42-4878b34351c3.shg-align-container {
  text-align: center
}

.s-cd1c8c08-aceb-491d-9a42-4878b34351c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd1c8c08-aceb-491d-9a42-4878b34351c3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-cd1c8c08-aceb-491d-9a42-4878b34351c3 img.shogun-image,
  #s-cd1c8c08-aceb-491d-9a42-4878b34351c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd1c8c08-aceb-491d-9a42-4878b34351c3 {
    width: 100%;
    height: auto;
  }



  img.s-cd1c8c08-aceb-491d-9a42-4878b34351c3.shogun-image {
    
    
  }


.s-cd1c8c08-aceb-491d-9a42-4878b34351c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd1c8c08-aceb-491d-9a42-4878b34351c3.shg-align-container {
  text-align: center
}

.s-cd1c8c08-aceb-491d-9a42-4878b34351c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd1c8c08-aceb-491d-9a42-4878b34351c3.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-cd1c8c08-aceb-491d-9a42-4878b34351c3 img.shogun-image,
  #s-cd1c8c08-aceb-491d-9a42-4878b34351c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd1c8c08-aceb-491d-9a42-4878b34351c3 {
    width: 100%;
    height: auto;
  }



  img.s-cd1c8c08-aceb-491d-9a42-4878b34351c3.shogun-image {
    
    
  }


.s-cd1c8c08-aceb-491d-9a42-4878b34351c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd1c8c08-aceb-491d-9a42-4878b34351c3.shg-align-container {
  text-align: center
}

.s-cd1c8c08-aceb-491d-9a42-4878b34351c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd1c8c08-aceb-491d-9a42-4878b34351c3.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-cd1c8c08-aceb-491d-9a42-4878b34351c3 img.shogun-image,
  #s-cd1c8c08-aceb-491d-9a42-4878b34351c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd1c8c08-aceb-491d-9a42-4878b34351c3 {
    width: 100%;
    height: auto;
  }



  img.s-cd1c8c08-aceb-491d-9a42-4878b34351c3.shogun-image {
    
    
  }


.s-cd1c8c08-aceb-491d-9a42-4878b34351c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd1c8c08-aceb-491d-9a42-4878b34351c3.shg-align-container {
  text-align: center
}

.s-cd1c8c08-aceb-491d-9a42-4878b34351c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd1c8c08-aceb-491d-9a42-4878b34351c3.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-cd1c8c08-aceb-491d-9a42-4878b34351c3 img.shogun-image,
  #s-cd1c8c08-aceb-491d-9a42-4878b34351c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd1c8c08-aceb-491d-9a42-4878b34351c3 {
    width: 100%;
    height: auto;
  }



  img.s-cd1c8c08-aceb-491d-9a42-4878b34351c3.shogun-image {
    
    
  }


.s-cd1c8c08-aceb-491d-9a42-4878b34351c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd1c8c08-aceb-491d-9a42-4878b34351c3.shg-align-container {
  text-align: center
}

.s-cd1c8c08-aceb-491d-9a42-4878b34351c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd1c8c08-aceb-491d-9a42-4878b34351c3.shogun-image {
  box-sizing: border-box;
}


}
#s-45d2adbc-42b8-4a08-bd9b-73df0c671d73 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(74, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
background-position: center center;
}
#s-45d2adbc-42b8-4a08-bd9b-73df0c671d73:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(74, 79, 84, 1) !important;}#s-45d2adbc-42b8-4a08-bd9b-73df0c671d73:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(74, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-45d2adbc-42b8-4a08-bd9b-73df0c671d73-root {
    text-align: center;
  }


#s-45d2adbc-42b8-4a08-bd9b-73df0c671d73.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-45d2adbc-42b8-4a08-bd9b-73df0c671d73-root {
    text-align: center;
  }


#s-45d2adbc-42b8-4a08-bd9b-73df0c671d73.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-45d2adbc-42b8-4a08-bd9b-73df0c671d73-root {
    text-align: center;
  }


#s-45d2adbc-42b8-4a08-bd9b-73df0c671d73.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-45d2adbc-42b8-4a08-bd9b-73df0c671d73-root {
    text-align: center;
  }


#s-45d2adbc-42b8-4a08-bd9b-73df0c671d73.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-45d2adbc-42b8-4a08-bd9b-73df0c671d73-root {
    text-align: center;
  }


#s-45d2adbc-42b8-4a08-bd9b-73df0c671d73.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-1bb19f42-bd2b-4737-b568-a199973f20aa {
  min-height: 50px;
}
@media (max-width: 767px){#s-1bb19f42-bd2b-4737-b568-a199973f20aa {
  margin-bottom: 20px;
}
}







#s-1bb19f42-bd2b-4737-b568-a199973f20aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bb19f42-bd2b-4737-b568-a199973f20aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b3d84ad-cc66-40d9-96be-40998fa47655 {
  max-width: 1200px;
aspect-ratio: 1200/1500;
text-align: center;
}





  #s-9b3d84ad-cc66-40d9-96be-40998fa47655 img.shogun-image,
  #s-9b3d84ad-cc66-40d9-96be-40998fa47655 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b3d84ad-cc66-40d9-96be-40998fa47655 {
    width: 100%;
    height: auto;
  }



  img.s-9b3d84ad-cc66-40d9-96be-40998fa47655.shogun-image {
    
    
  }


.s-9b3d84ad-cc66-40d9-96be-40998fa47655 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b3d84ad-cc66-40d9-96be-40998fa47655.shg-align-container {
  text-align: center
}

.s-9b3d84ad-cc66-40d9-96be-40998fa47655.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b3d84ad-cc66-40d9-96be-40998fa47655.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-9b3d84ad-cc66-40d9-96be-40998fa47655 img.shogun-image,
  #s-9b3d84ad-cc66-40d9-96be-40998fa47655 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b3d84ad-cc66-40d9-96be-40998fa47655 {
    width: 100%;
    height: auto;
  }



  img.s-9b3d84ad-cc66-40d9-96be-40998fa47655.shogun-image {
    
    
  }


.s-9b3d84ad-cc66-40d9-96be-40998fa47655 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b3d84ad-cc66-40d9-96be-40998fa47655.shg-align-container {
  text-align: center
}

.s-9b3d84ad-cc66-40d9-96be-40998fa47655.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b3d84ad-cc66-40d9-96be-40998fa47655.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-9b3d84ad-cc66-40d9-96be-40998fa47655 img.shogun-image,
  #s-9b3d84ad-cc66-40d9-96be-40998fa47655 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b3d84ad-cc66-40d9-96be-40998fa47655 {
    width: 100%;
    height: auto;
  }



  img.s-9b3d84ad-cc66-40d9-96be-40998fa47655.shogun-image {
    
    
  }


.s-9b3d84ad-cc66-40d9-96be-40998fa47655 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b3d84ad-cc66-40d9-96be-40998fa47655.shg-align-container {
  text-align: center
}

.s-9b3d84ad-cc66-40d9-96be-40998fa47655.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b3d84ad-cc66-40d9-96be-40998fa47655.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-9b3d84ad-cc66-40d9-96be-40998fa47655 img.shogun-image,
  #s-9b3d84ad-cc66-40d9-96be-40998fa47655 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b3d84ad-cc66-40d9-96be-40998fa47655 {
    width: 100%;
    height: auto;
  }



  img.s-9b3d84ad-cc66-40d9-96be-40998fa47655.shogun-image {
    
    
  }


.s-9b3d84ad-cc66-40d9-96be-40998fa47655 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b3d84ad-cc66-40d9-96be-40998fa47655.shg-align-container {
  text-align: center
}

.s-9b3d84ad-cc66-40d9-96be-40998fa47655.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b3d84ad-cc66-40d9-96be-40998fa47655.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-9b3d84ad-cc66-40d9-96be-40998fa47655 img.shogun-image,
  #s-9b3d84ad-cc66-40d9-96be-40998fa47655 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b3d84ad-cc66-40d9-96be-40998fa47655 {
    width: 100%;
    height: auto;
  }



  img.s-9b3d84ad-cc66-40d9-96be-40998fa47655.shogun-image {
    
    
  }


.s-9b3d84ad-cc66-40d9-96be-40998fa47655 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b3d84ad-cc66-40d9-96be-40998fa47655.shg-align-container {
  text-align: center
}

.s-9b3d84ad-cc66-40d9-96be-40998fa47655.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b3d84ad-cc66-40d9-96be-40998fa47655.shogun-image {
  box-sizing: border-box;
}


}
#s-be9e7b00-438a-49c5-833f-9ac352fc3981 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(74, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
background-position: center center;
}
#s-be9e7b00-438a-49c5-833f-9ac352fc3981:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(74, 79, 84, 1) !important;}#s-be9e7b00-438a-49c5-833f-9ac352fc3981:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(74, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-be9e7b00-438a-49c5-833f-9ac352fc3981-root {
    text-align: center;
  }


#s-be9e7b00-438a-49c5-833f-9ac352fc3981.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-be9e7b00-438a-49c5-833f-9ac352fc3981-root {
    text-align: center;
  }


#s-be9e7b00-438a-49c5-833f-9ac352fc3981.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-be9e7b00-438a-49c5-833f-9ac352fc3981-root {
    text-align: center;
  }


#s-be9e7b00-438a-49c5-833f-9ac352fc3981.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-be9e7b00-438a-49c5-833f-9ac352fc3981-root {
    text-align: center;
  }


#s-be9e7b00-438a-49c5-833f-9ac352fc3981.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-be9e7b00-438a-49c5-833f-9ac352fc3981-root {
    text-align: center;
  }


#s-be9e7b00-438a-49c5-833f-9ac352fc3981.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-0e2ac9aa-6543-4c4e-a1d3-e13dbb00a0b9 {
  min-height: 50px;
}








#s-0e2ac9aa-6543-4c4e-a1d3-e13dbb00a0b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e2ac9aa-6543-4c4e-a1d3-e13dbb00a0b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d37af6bf-1158-456d-a9a9-924b29f91d4b {
  max-width: 1200px;
aspect-ratio: 1200/1500;
text-align: center;
}





  #s-d37af6bf-1158-456d-a9a9-924b29f91d4b img.shogun-image,
  #s-d37af6bf-1158-456d-a9a9-924b29f91d4b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d37af6bf-1158-456d-a9a9-924b29f91d4b {
    width: 100%;
    height: auto;
  }



  img.s-d37af6bf-1158-456d-a9a9-924b29f91d4b.shogun-image {
    
    
  }


.s-d37af6bf-1158-456d-a9a9-924b29f91d4b .shogun-image-content {
  
    align-items: center;
  
}

.s-d37af6bf-1158-456d-a9a9-924b29f91d4b.shg-align-container {
  text-align: center
}

.s-d37af6bf-1158-456d-a9a9-924b29f91d4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d37af6bf-1158-456d-a9a9-924b29f91d4b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-d37af6bf-1158-456d-a9a9-924b29f91d4b img.shogun-image,
  #s-d37af6bf-1158-456d-a9a9-924b29f91d4b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d37af6bf-1158-456d-a9a9-924b29f91d4b {
    width: 100%;
    height: auto;
  }



  img.s-d37af6bf-1158-456d-a9a9-924b29f91d4b.shogun-image {
    
    
  }


.s-d37af6bf-1158-456d-a9a9-924b29f91d4b .shogun-image-content {
  
    align-items: center;
  
}

.s-d37af6bf-1158-456d-a9a9-924b29f91d4b.shg-align-container {
  text-align: center
}

.s-d37af6bf-1158-456d-a9a9-924b29f91d4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d37af6bf-1158-456d-a9a9-924b29f91d4b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-d37af6bf-1158-456d-a9a9-924b29f91d4b img.shogun-image,
  #s-d37af6bf-1158-456d-a9a9-924b29f91d4b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d37af6bf-1158-456d-a9a9-924b29f91d4b {
    width: 100%;
    height: auto;
  }



  img.s-d37af6bf-1158-456d-a9a9-924b29f91d4b.shogun-image {
    
    
  }


.s-d37af6bf-1158-456d-a9a9-924b29f91d4b .shogun-image-content {
  
    align-items: center;
  
}

.s-d37af6bf-1158-456d-a9a9-924b29f91d4b.shg-align-container {
  text-align: center
}

.s-d37af6bf-1158-456d-a9a9-924b29f91d4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d37af6bf-1158-456d-a9a9-924b29f91d4b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-d37af6bf-1158-456d-a9a9-924b29f91d4b img.shogun-image,
  #s-d37af6bf-1158-456d-a9a9-924b29f91d4b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d37af6bf-1158-456d-a9a9-924b29f91d4b {
    width: 100%;
    height: auto;
  }



  img.s-d37af6bf-1158-456d-a9a9-924b29f91d4b.shogun-image {
    
    
  }


.s-d37af6bf-1158-456d-a9a9-924b29f91d4b .shogun-image-content {
  
    align-items: center;
  
}

.s-d37af6bf-1158-456d-a9a9-924b29f91d4b.shg-align-container {
  text-align: center
}

.s-d37af6bf-1158-456d-a9a9-924b29f91d4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d37af6bf-1158-456d-a9a9-924b29f91d4b.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-d37af6bf-1158-456d-a9a9-924b29f91d4b img.shogun-image,
  #s-d37af6bf-1158-456d-a9a9-924b29f91d4b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d37af6bf-1158-456d-a9a9-924b29f91d4b {
    width: 100%;
    height: auto;
  }



  img.s-d37af6bf-1158-456d-a9a9-924b29f91d4b.shogun-image {
    
    
  }


.s-d37af6bf-1158-456d-a9a9-924b29f91d4b .shogun-image-content {
  
    align-items: center;
  
}

.s-d37af6bf-1158-456d-a9a9-924b29f91d4b.shg-align-container {
  text-align: center
}

.s-d37af6bf-1158-456d-a9a9-924b29f91d4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d37af6bf-1158-456d-a9a9-924b29f91d4b.shogun-image {
  box-sizing: border-box;
}


}
#s-888e6364-c5bc-4124-b118-44c5aec1a993 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(74, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
background-position: center center;
}
#s-888e6364-c5bc-4124-b118-44c5aec1a993:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(74, 79, 84, 1) !important;}#s-888e6364-c5bc-4124-b118-44c5aec1a993:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(74, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-888e6364-c5bc-4124-b118-44c5aec1a993-root {
    text-align: center;
  }


#s-888e6364-c5bc-4124-b118-44c5aec1a993.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-888e6364-c5bc-4124-b118-44c5aec1a993-root {
    text-align: center;
  }


#s-888e6364-c5bc-4124-b118-44c5aec1a993.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-888e6364-c5bc-4124-b118-44c5aec1a993-root {
    text-align: center;
  }


#s-888e6364-c5bc-4124-b118-44c5aec1a993.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-888e6364-c5bc-4124-b118-44c5aec1a993-root {
    text-align: center;
  }


#s-888e6364-c5bc-4124-b118-44c5aec1a993.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-888e6364-c5bc-4124-b118-44c5aec1a993-root {
    text-align: center;
  }


#s-888e6364-c5bc-4124-b118-44c5aec1a993.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-4f0e4069-d835-411c-a9be-f7d567187df8 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
max-width: 95%;
background-color: rgba(214, 209, 196, 0);
}
@media (min-width: 1200px){#s-4f0e4069-d835-411c-a9be-f7d567187df8 {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4f0e4069-d835-411c-a9be-f7d567187df8 {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4f0e4069-d835-411c-a9be-f7d567187df8 {
  margin-top: 40px;
padding-top: 0px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-4f0e4069-d835-411c-a9be-f7d567187df8 {
  padding-top: 10px;
padding-bottom: 10px;
}
}







#s-4f0e4069-d835-411c-a9be-f7d567187df8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f0e4069-d835-411c-a9be-f7d567187df8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e33c49be-7744-4ee4-a11e-6ba61f3baca4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e33c49be-7744-4ee4-a11e-6ba61f3baca4 {
  
}
}@media (max-width: 767px){#s-e33c49be-7744-4ee4-a11e-6ba61f3baca4 {
  
}
}
#s-36491987-8d86-4cef-bd3a-ed9429c7978f {
  padding-left: 49%;
padding-right: 49%;
}

#s-36491987-8d86-4cef-bd3a-ed9429c7978f hr {
  border-top: 2px solid rgba(75, 79, 84, 1);
}

#s-cda15158-3103-4215-868e-d6809dcfdf7c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 95%;
}
@media (min-width: 768px) and (max-width: 991px){#s-cda15158-3103-4215-868e-d6809dcfdf7c {
  display: none;
}
#s-cda15158-3103-4215-868e-d6809dcfdf7c, #wrap-s-cda15158-3103-4215-868e-d6809dcfdf7c { display:none !important; }}@media (max-width: 767px){#s-cda15158-3103-4215-868e-d6809dcfdf7c {
  display: none;
}
#s-cda15158-3103-4215-868e-d6809dcfdf7c, #wrap-s-cda15158-3103-4215-868e-d6809dcfdf7c { display:none !important; }}
#s-cda15158-3103-4215-868e-d6809dcfdf7c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-cda15158-3103-4215-868e-d6809dcfdf7c .shg-sld-nav-button.shg-sld-left,
#s-cda15158-3103-4215-868e-d6809dcfdf7c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-652d6e75-9071-496e-9416-bcbb4c77fb46 {
  margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-652d6e75-9071-496e-9416-bcbb4c77fb46"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-652d6e75-9071-496e-9416-bcbb4c77fb46"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-652d6e75-9071-496e-9416-bcbb4c77fb46"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-652d6e75-9071-496e-9416-bcbb4c77fb46"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 16.0px);
}

}

#s-73b1c1ae-b2cf-4695-903f-a4d602153d3b {
  min-height: 50px;
}








#s-73b1c1ae-b2cf-4695-903f-a4d602153d3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73b1c1ae-b2cf-4695-903f-a4d602153d3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9314bc3-f7d8-4ea8-913a-c5a5d0bc52f6 {
  text-align: center;
}







  img.s-b9314bc3-f7d8-4ea8-913a-c5a5d0bc52f6.shogun-image {
    
    
  }


.s-b9314bc3-f7d8-4ea8-913a-c5a5d0bc52f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9314bc3-f7d8-4ea8-913a-c5a5d0bc52f6.shg-align-container {
  text-align: center
}

.s-b9314bc3-f7d8-4ea8-913a-c5a5d0bc52f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9314bc3-f7d8-4ea8-913a-c5a5d0bc52f6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b9314bc3-f7d8-4ea8-913a-c5a5d0bc52f6.shogun-image {
    
    
  }


.s-b9314bc3-f7d8-4ea8-913a-c5a5d0bc52f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9314bc3-f7d8-4ea8-913a-c5a5d0bc52f6.shg-align-container {
  text-align: center
}

.s-b9314bc3-f7d8-4ea8-913a-c5a5d0bc52f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9314bc3-f7d8-4ea8-913a-c5a5d0bc52f6.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b9314bc3-f7d8-4ea8-913a-c5a5d0bc52f6.shogun-image {
    
    
  }


.s-b9314bc3-f7d8-4ea8-913a-c5a5d0bc52f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9314bc3-f7d8-4ea8-913a-c5a5d0bc52f6.shg-align-container {
  text-align: center
}

.s-b9314bc3-f7d8-4ea8-913a-c5a5d0bc52f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9314bc3-f7d8-4ea8-913a-c5a5d0bc52f6.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-b9314bc3-f7d8-4ea8-913a-c5a5d0bc52f6.shogun-image {
    
    
  }


.s-b9314bc3-f7d8-4ea8-913a-c5a5d0bc52f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9314bc3-f7d8-4ea8-913a-c5a5d0bc52f6.shg-align-container {
  text-align: center
}

.s-b9314bc3-f7d8-4ea8-913a-c5a5d0bc52f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9314bc3-f7d8-4ea8-913a-c5a5d0bc52f6.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-b9314bc3-f7d8-4ea8-913a-c5a5d0bc52f6.shogun-image {
    
    
  }


.s-b9314bc3-f7d8-4ea8-913a-c5a5d0bc52f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9314bc3-f7d8-4ea8-913a-c5a5d0bc52f6.shg-align-container {
  text-align: center
}

.s-b9314bc3-f7d8-4ea8-913a-c5a5d0bc52f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9314bc3-f7d8-4ea8-913a-c5a5d0bc52f6.shogun-image {
  box-sizing: border-box;
}


}
#s-8d7762a3-1aed-4d3c-888a-7528bdfecb7b {
  min-height: 50px;
}








#s-8d7762a3-1aed-4d3c-888a-7528bdfecb7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d7762a3-1aed-4d3c-888a-7528bdfecb7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-281919bf-a8fe-4507-930b-07255ec1b3cb {
  text-align: center;
}







  img.s-281919bf-a8fe-4507-930b-07255ec1b3cb.shogun-image {
    
    
  }


.s-281919bf-a8fe-4507-930b-07255ec1b3cb .shogun-image-content {
  
    align-items: center;
  
}

.s-281919bf-a8fe-4507-930b-07255ec1b3cb.shg-align-container {
  text-align: center
}

.s-281919bf-a8fe-4507-930b-07255ec1b3cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-281919bf-a8fe-4507-930b-07255ec1b3cb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-281919bf-a8fe-4507-930b-07255ec1b3cb.shogun-image {
    
    
  }


.s-281919bf-a8fe-4507-930b-07255ec1b3cb .shogun-image-content {
  
    align-items: center;
  
}

.s-281919bf-a8fe-4507-930b-07255ec1b3cb.shg-align-container {
  text-align: center
}

.s-281919bf-a8fe-4507-930b-07255ec1b3cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-281919bf-a8fe-4507-930b-07255ec1b3cb.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-281919bf-a8fe-4507-930b-07255ec1b3cb.shogun-image {
    
    
  }


.s-281919bf-a8fe-4507-930b-07255ec1b3cb .shogun-image-content {
  
    align-items: center;
  
}

.s-281919bf-a8fe-4507-930b-07255ec1b3cb.shg-align-container {
  text-align: center
}

.s-281919bf-a8fe-4507-930b-07255ec1b3cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-281919bf-a8fe-4507-930b-07255ec1b3cb.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-281919bf-a8fe-4507-930b-07255ec1b3cb.shogun-image {
    
    
  }


.s-281919bf-a8fe-4507-930b-07255ec1b3cb .shogun-image-content {
  
    align-items: center;
  
}

.s-281919bf-a8fe-4507-930b-07255ec1b3cb.shg-align-container {
  text-align: center
}

.s-281919bf-a8fe-4507-930b-07255ec1b3cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-281919bf-a8fe-4507-930b-07255ec1b3cb.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-281919bf-a8fe-4507-930b-07255ec1b3cb.shogun-image {
    
    
  }


.s-281919bf-a8fe-4507-930b-07255ec1b3cb .shogun-image-content {
  
    align-items: center;
  
}

.s-281919bf-a8fe-4507-930b-07255ec1b3cb.shg-align-container {
  text-align: center
}

.s-281919bf-a8fe-4507-930b-07255ec1b3cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-281919bf-a8fe-4507-930b-07255ec1b3cb.shogun-image {
  box-sizing: border-box;
}


}
#s-beba1305-b952-4066-aaca-0a87ec0221be {
  min-height: 50px;
}








#s-beba1305-b952-4066-aaca-0a87ec0221be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-beba1305-b952-4066-aaca-0a87ec0221be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a39d993-f6fd-4e08-8de0-e2f6110eb903 {
  text-align: center;
}







  img.s-3a39d993-f6fd-4e08-8de0-e2f6110eb903.shogun-image {
    
    
  }


.s-3a39d993-f6fd-4e08-8de0-e2f6110eb903 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a39d993-f6fd-4e08-8de0-e2f6110eb903.shg-align-container {
  text-align: center
}

.s-3a39d993-f6fd-4e08-8de0-e2f6110eb903.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a39d993-f6fd-4e08-8de0-e2f6110eb903.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3a39d993-f6fd-4e08-8de0-e2f6110eb903.shogun-image {
    
    
  }


.s-3a39d993-f6fd-4e08-8de0-e2f6110eb903 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a39d993-f6fd-4e08-8de0-e2f6110eb903.shg-align-container {
  text-align: center
}

.s-3a39d993-f6fd-4e08-8de0-e2f6110eb903.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a39d993-f6fd-4e08-8de0-e2f6110eb903.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-3a39d993-f6fd-4e08-8de0-e2f6110eb903.shogun-image {
    
    
  }


.s-3a39d993-f6fd-4e08-8de0-e2f6110eb903 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a39d993-f6fd-4e08-8de0-e2f6110eb903.shg-align-container {
  text-align: center
}

.s-3a39d993-f6fd-4e08-8de0-e2f6110eb903.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a39d993-f6fd-4e08-8de0-e2f6110eb903.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-3a39d993-f6fd-4e08-8de0-e2f6110eb903.shogun-image {
    
    
  }


.s-3a39d993-f6fd-4e08-8de0-e2f6110eb903 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a39d993-f6fd-4e08-8de0-e2f6110eb903.shg-align-container {
  text-align: center
}

.s-3a39d993-f6fd-4e08-8de0-e2f6110eb903.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a39d993-f6fd-4e08-8de0-e2f6110eb903.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-3a39d993-f6fd-4e08-8de0-e2f6110eb903.shogun-image {
    
    
  }


.s-3a39d993-f6fd-4e08-8de0-e2f6110eb903 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a39d993-f6fd-4e08-8de0-e2f6110eb903.shg-align-container {
  text-align: center
}

.s-3a39d993-f6fd-4e08-8de0-e2f6110eb903.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a39d993-f6fd-4e08-8de0-e2f6110eb903.shogun-image {
  box-sizing: border-box;
}


}
#s-8242c77e-d364-4ea6-8a99-75e1e8feefdd {
  min-height: 50px;
}








#s-8242c77e-d364-4ea6-8a99-75e1e8feefdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8242c77e-d364-4ea6-8a99-75e1e8feefdd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e93d7ee-1dae-48ed-9b5a-29b2d6cc8552 {
  text-align: center;
}







  img.s-0e93d7ee-1dae-48ed-9b5a-29b2d6cc8552.shogun-image {
    
    
  }


.s-0e93d7ee-1dae-48ed-9b5a-29b2d6cc8552 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e93d7ee-1dae-48ed-9b5a-29b2d6cc8552.shg-align-container {
  text-align: center
}

.s-0e93d7ee-1dae-48ed-9b5a-29b2d6cc8552.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e93d7ee-1dae-48ed-9b5a-29b2d6cc8552.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0e93d7ee-1dae-48ed-9b5a-29b2d6cc8552.shogun-image {
    
    
  }


.s-0e93d7ee-1dae-48ed-9b5a-29b2d6cc8552 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e93d7ee-1dae-48ed-9b5a-29b2d6cc8552.shg-align-container {
  text-align: center
}

.s-0e93d7ee-1dae-48ed-9b5a-29b2d6cc8552.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e93d7ee-1dae-48ed-9b5a-29b2d6cc8552.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-0e93d7ee-1dae-48ed-9b5a-29b2d6cc8552.shogun-image {
    
    
  }


.s-0e93d7ee-1dae-48ed-9b5a-29b2d6cc8552 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e93d7ee-1dae-48ed-9b5a-29b2d6cc8552.shg-align-container {
  text-align: center
}

.s-0e93d7ee-1dae-48ed-9b5a-29b2d6cc8552.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e93d7ee-1dae-48ed-9b5a-29b2d6cc8552.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-0e93d7ee-1dae-48ed-9b5a-29b2d6cc8552.shogun-image {
    
    
  }


.s-0e93d7ee-1dae-48ed-9b5a-29b2d6cc8552 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e93d7ee-1dae-48ed-9b5a-29b2d6cc8552.shg-align-container {
  text-align: center
}

.s-0e93d7ee-1dae-48ed-9b5a-29b2d6cc8552.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e93d7ee-1dae-48ed-9b5a-29b2d6cc8552.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-0e93d7ee-1dae-48ed-9b5a-29b2d6cc8552.shogun-image {
    
    
  }


.s-0e93d7ee-1dae-48ed-9b5a-29b2d6cc8552 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e93d7ee-1dae-48ed-9b5a-29b2d6cc8552.shg-align-container {
  text-align: center
}

.s-0e93d7ee-1dae-48ed-9b5a-29b2d6cc8552.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e93d7ee-1dae-48ed-9b5a-29b2d6cc8552.shogun-image {
  box-sizing: border-box;
}


}
#s-9c1841cc-1c1a-4193-890b-c8936afc00ad {
  min-height: 50px;
}








#s-9c1841cc-1c1a-4193-890b-c8936afc00ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c1841cc-1c1a-4193-890b-c8936afc00ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ffe00de-70f8-4a78-b9b6-93c347eae046 {
  text-align: center;
}







  img.s-7ffe00de-70f8-4a78-b9b6-93c347eae046.shogun-image {
    
    
  }


.s-7ffe00de-70f8-4a78-b9b6-93c347eae046 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ffe00de-70f8-4a78-b9b6-93c347eae046.shg-align-container {
  text-align: center
}

.s-7ffe00de-70f8-4a78-b9b6-93c347eae046.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ffe00de-70f8-4a78-b9b6-93c347eae046.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7ffe00de-70f8-4a78-b9b6-93c347eae046.shogun-image {
    
    
  }


.s-7ffe00de-70f8-4a78-b9b6-93c347eae046 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ffe00de-70f8-4a78-b9b6-93c347eae046.shg-align-container {
  text-align: center
}

.s-7ffe00de-70f8-4a78-b9b6-93c347eae046.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ffe00de-70f8-4a78-b9b6-93c347eae046.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-7ffe00de-70f8-4a78-b9b6-93c347eae046.shogun-image {
    
    
  }


.s-7ffe00de-70f8-4a78-b9b6-93c347eae046 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ffe00de-70f8-4a78-b9b6-93c347eae046.shg-align-container {
  text-align: center
}

.s-7ffe00de-70f8-4a78-b9b6-93c347eae046.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ffe00de-70f8-4a78-b9b6-93c347eae046.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-7ffe00de-70f8-4a78-b9b6-93c347eae046.shogun-image {
    
    
  }


.s-7ffe00de-70f8-4a78-b9b6-93c347eae046 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ffe00de-70f8-4a78-b9b6-93c347eae046.shg-align-container {
  text-align: center
}

.s-7ffe00de-70f8-4a78-b9b6-93c347eae046.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ffe00de-70f8-4a78-b9b6-93c347eae046.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-7ffe00de-70f8-4a78-b9b6-93c347eae046.shogun-image {
    
    
  }


.s-7ffe00de-70f8-4a78-b9b6-93c347eae046 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ffe00de-70f8-4a78-b9b6-93c347eae046.shg-align-container {
  text-align: center
}

.s-7ffe00de-70f8-4a78-b9b6-93c347eae046.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ffe00de-70f8-4a78-b9b6-93c347eae046.shogun-image {
  box-sizing: border-box;
}


}
#s-f154dfdb-ea9f-4033-a220-ccd1ce768796 {
  margin-top: 0px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-f154dfdb-ea9f-4033-a220-ccd1ce768796"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f154dfdb-ea9f-4033-a220-ccd1ce768796"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-f154dfdb-ea9f-4033-a220-ccd1ce768796"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-f154dfdb-ea9f-4033-a220-ccd1ce768796"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 16.0px);
}

}

#s-1993328c-d8e4-48f1-aa5d-b984af327798 {
  min-height: 50px;
}








#s-1993328c-d8e4-48f1-aa5d-b984af327798 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1993328c-d8e4-48f1-aa5d-b984af327798.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-935be867-71e3-4453-82db-e746100f5f39 {
  text-align: center;
}







  img.s-935be867-71e3-4453-82db-e746100f5f39.shogun-image {
    
    
  }


.s-935be867-71e3-4453-82db-e746100f5f39 .shogun-image-content {
  
    align-items: center;
  
}

.s-935be867-71e3-4453-82db-e746100f5f39.shg-align-container {
  text-align: center
}

.s-935be867-71e3-4453-82db-e746100f5f39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-935be867-71e3-4453-82db-e746100f5f39.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-935be867-71e3-4453-82db-e746100f5f39.shogun-image {
    
    
  }


.s-935be867-71e3-4453-82db-e746100f5f39 .shogun-image-content {
  
    align-items: center;
  
}

.s-935be867-71e3-4453-82db-e746100f5f39.shg-align-container {
  text-align: center
}

.s-935be867-71e3-4453-82db-e746100f5f39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-935be867-71e3-4453-82db-e746100f5f39.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-935be867-71e3-4453-82db-e746100f5f39.shogun-image {
    
    
  }


.s-935be867-71e3-4453-82db-e746100f5f39 .shogun-image-content {
  
    align-items: center;
  
}

.s-935be867-71e3-4453-82db-e746100f5f39.shg-align-container {
  text-align: center
}

.s-935be867-71e3-4453-82db-e746100f5f39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-935be867-71e3-4453-82db-e746100f5f39.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-935be867-71e3-4453-82db-e746100f5f39.shogun-image {
    
    
  }


.s-935be867-71e3-4453-82db-e746100f5f39 .shogun-image-content {
  
    align-items: center;
  
}

.s-935be867-71e3-4453-82db-e746100f5f39.shg-align-container {
  text-align: center
}

.s-935be867-71e3-4453-82db-e746100f5f39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-935be867-71e3-4453-82db-e746100f5f39.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-935be867-71e3-4453-82db-e746100f5f39.shogun-image {
    
    
  }


.s-935be867-71e3-4453-82db-e746100f5f39 .shogun-image-content {
  
    align-items: center;
  
}

.s-935be867-71e3-4453-82db-e746100f5f39.shg-align-container {
  text-align: center
}

.s-935be867-71e3-4453-82db-e746100f5f39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-935be867-71e3-4453-82db-e746100f5f39.shogun-image {
  box-sizing: border-box;
}


}
#s-03474317-197c-4070-ac15-948a2431c600 {
  min-height: 50px;
}








#s-03474317-197c-4070-ac15-948a2431c600 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03474317-197c-4070-ac15-948a2431c600.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-167e5e0e-7f4e-40c3-8378-4f387c63fd4a {
  text-align: center;
}







  img.s-167e5e0e-7f4e-40c3-8378-4f387c63fd4a.shogun-image {
    
    
  }


.s-167e5e0e-7f4e-40c3-8378-4f387c63fd4a .shogun-image-content {
  
    align-items: center;
  
}

.s-167e5e0e-7f4e-40c3-8378-4f387c63fd4a.shg-align-container {
  text-align: center
}

.s-167e5e0e-7f4e-40c3-8378-4f387c63fd4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-167e5e0e-7f4e-40c3-8378-4f387c63fd4a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-167e5e0e-7f4e-40c3-8378-4f387c63fd4a.shogun-image {
    
    
  }


.s-167e5e0e-7f4e-40c3-8378-4f387c63fd4a .shogun-image-content {
  
    align-items: center;
  
}

.s-167e5e0e-7f4e-40c3-8378-4f387c63fd4a.shg-align-container {
  text-align: center
}

.s-167e5e0e-7f4e-40c3-8378-4f387c63fd4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-167e5e0e-7f4e-40c3-8378-4f387c63fd4a.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-167e5e0e-7f4e-40c3-8378-4f387c63fd4a.shogun-image {
    
    
  }


.s-167e5e0e-7f4e-40c3-8378-4f387c63fd4a .shogun-image-content {
  
    align-items: center;
  
}

.s-167e5e0e-7f4e-40c3-8378-4f387c63fd4a.shg-align-container {
  text-align: center
}

.s-167e5e0e-7f4e-40c3-8378-4f387c63fd4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-167e5e0e-7f4e-40c3-8378-4f387c63fd4a.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-167e5e0e-7f4e-40c3-8378-4f387c63fd4a.shogun-image {
    
    
  }


.s-167e5e0e-7f4e-40c3-8378-4f387c63fd4a .shogun-image-content {
  
    align-items: center;
  
}

.s-167e5e0e-7f4e-40c3-8378-4f387c63fd4a.shg-align-container {
  text-align: center
}

.s-167e5e0e-7f4e-40c3-8378-4f387c63fd4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-167e5e0e-7f4e-40c3-8378-4f387c63fd4a.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-167e5e0e-7f4e-40c3-8378-4f387c63fd4a.shogun-image {
    
    
  }


.s-167e5e0e-7f4e-40c3-8378-4f387c63fd4a .shogun-image-content {
  
    align-items: center;
  
}

.s-167e5e0e-7f4e-40c3-8378-4f387c63fd4a.shg-align-container {
  text-align: center
}

.s-167e5e0e-7f4e-40c3-8378-4f387c63fd4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-167e5e0e-7f4e-40c3-8378-4f387c63fd4a.shogun-image {
  box-sizing: border-box;
}


}
#s-07312d66-fbce-4ac3-89a6-d4b5d0c4a980 {
  min-height: 50px;
}








#s-07312d66-fbce-4ac3-89a6-d4b5d0c4a980 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07312d66-fbce-4ac3-89a6-d4b5d0c4a980.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe96e59a-5acc-4cd8-ac73-b63650c97f3a {
  text-align: center;
}







  img.s-fe96e59a-5acc-4cd8-ac73-b63650c97f3a.shogun-image {
    
    
  }


.s-fe96e59a-5acc-4cd8-ac73-b63650c97f3a .shogun-image-content {
  
    align-items: center;
  
}

.s-fe96e59a-5acc-4cd8-ac73-b63650c97f3a.shg-align-container {
  text-align: center
}

.s-fe96e59a-5acc-4cd8-ac73-b63650c97f3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe96e59a-5acc-4cd8-ac73-b63650c97f3a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fe96e59a-5acc-4cd8-ac73-b63650c97f3a.shogun-image {
    
    
  }


.s-fe96e59a-5acc-4cd8-ac73-b63650c97f3a .shogun-image-content {
  
    align-items: center;
  
}

.s-fe96e59a-5acc-4cd8-ac73-b63650c97f3a.shg-align-container {
  text-align: center
}

.s-fe96e59a-5acc-4cd8-ac73-b63650c97f3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe96e59a-5acc-4cd8-ac73-b63650c97f3a.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-fe96e59a-5acc-4cd8-ac73-b63650c97f3a.shogun-image {
    
    
  }


.s-fe96e59a-5acc-4cd8-ac73-b63650c97f3a .shogun-image-content {
  
    align-items: center;
  
}

.s-fe96e59a-5acc-4cd8-ac73-b63650c97f3a.shg-align-container {
  text-align: center
}

.s-fe96e59a-5acc-4cd8-ac73-b63650c97f3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe96e59a-5acc-4cd8-ac73-b63650c97f3a.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-fe96e59a-5acc-4cd8-ac73-b63650c97f3a.shogun-image {
    
    
  }


.s-fe96e59a-5acc-4cd8-ac73-b63650c97f3a .shogun-image-content {
  
    align-items: center;
  
}

.s-fe96e59a-5acc-4cd8-ac73-b63650c97f3a.shg-align-container {
  text-align: center
}

.s-fe96e59a-5acc-4cd8-ac73-b63650c97f3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe96e59a-5acc-4cd8-ac73-b63650c97f3a.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-fe96e59a-5acc-4cd8-ac73-b63650c97f3a.shogun-image {
    
    
  }


.s-fe96e59a-5acc-4cd8-ac73-b63650c97f3a .shogun-image-content {
  
    align-items: center;
  
}

.s-fe96e59a-5acc-4cd8-ac73-b63650c97f3a.shg-align-container {
  text-align: center
}

.s-fe96e59a-5acc-4cd8-ac73-b63650c97f3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe96e59a-5acc-4cd8-ac73-b63650c97f3a.shogun-image {
  box-sizing: border-box;
}


}
#s-7981d9ff-3f84-474a-81c5-37ebbaaf515d {
  min-height: 50px;
}








#s-7981d9ff-3f84-474a-81c5-37ebbaaf515d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7981d9ff-3f84-474a-81c5-37ebbaaf515d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e4e86aa-e36a-4197-91a0-bc71b8e0c3f4 {
  text-align: center;
}







  img.s-2e4e86aa-e36a-4197-91a0-bc71b8e0c3f4.shogun-image {
    
    
  }


.s-2e4e86aa-e36a-4197-91a0-bc71b8e0c3f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e4e86aa-e36a-4197-91a0-bc71b8e0c3f4.shg-align-container {
  text-align: center
}

.s-2e4e86aa-e36a-4197-91a0-bc71b8e0c3f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e4e86aa-e36a-4197-91a0-bc71b8e0c3f4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2e4e86aa-e36a-4197-91a0-bc71b8e0c3f4.shogun-image {
    
    
  }


.s-2e4e86aa-e36a-4197-91a0-bc71b8e0c3f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e4e86aa-e36a-4197-91a0-bc71b8e0c3f4.shg-align-container {
  text-align: center
}

.s-2e4e86aa-e36a-4197-91a0-bc71b8e0c3f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e4e86aa-e36a-4197-91a0-bc71b8e0c3f4.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-2e4e86aa-e36a-4197-91a0-bc71b8e0c3f4.shogun-image {
    
    
  }


.s-2e4e86aa-e36a-4197-91a0-bc71b8e0c3f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e4e86aa-e36a-4197-91a0-bc71b8e0c3f4.shg-align-container {
  text-align: center
}

.s-2e4e86aa-e36a-4197-91a0-bc71b8e0c3f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e4e86aa-e36a-4197-91a0-bc71b8e0c3f4.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-2e4e86aa-e36a-4197-91a0-bc71b8e0c3f4.shogun-image {
    
    
  }


.s-2e4e86aa-e36a-4197-91a0-bc71b8e0c3f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e4e86aa-e36a-4197-91a0-bc71b8e0c3f4.shg-align-container {
  text-align: center
}

.s-2e4e86aa-e36a-4197-91a0-bc71b8e0c3f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e4e86aa-e36a-4197-91a0-bc71b8e0c3f4.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-2e4e86aa-e36a-4197-91a0-bc71b8e0c3f4.shogun-image {
    
    
  }


.s-2e4e86aa-e36a-4197-91a0-bc71b8e0c3f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e4e86aa-e36a-4197-91a0-bc71b8e0c3f4.shg-align-container {
  text-align: center
}

.s-2e4e86aa-e36a-4197-91a0-bc71b8e0c3f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e4e86aa-e36a-4197-91a0-bc71b8e0c3f4.shogun-image {
  box-sizing: border-box;
}


}
#s-ee538820-12d7-4eea-879c-0900d3538f23 {
  min-height: 50px;
}








#s-ee538820-12d7-4eea-879c-0900d3538f23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee538820-12d7-4eea-879c-0900d3538f23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0cdfb70-de08-4a9d-be0b-351172c13cc7 {
  text-align: center;
}







  img.s-f0cdfb70-de08-4a9d-be0b-351172c13cc7.shogun-image {
    
    
  }


.s-f0cdfb70-de08-4a9d-be0b-351172c13cc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0cdfb70-de08-4a9d-be0b-351172c13cc7.shg-align-container {
  text-align: center
}

.s-f0cdfb70-de08-4a9d-be0b-351172c13cc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0cdfb70-de08-4a9d-be0b-351172c13cc7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f0cdfb70-de08-4a9d-be0b-351172c13cc7.shogun-image {
    
    
  }


.s-f0cdfb70-de08-4a9d-be0b-351172c13cc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0cdfb70-de08-4a9d-be0b-351172c13cc7.shg-align-container {
  text-align: center
}

.s-f0cdfb70-de08-4a9d-be0b-351172c13cc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0cdfb70-de08-4a9d-be0b-351172c13cc7.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-f0cdfb70-de08-4a9d-be0b-351172c13cc7.shogun-image {
    
    
  }


.s-f0cdfb70-de08-4a9d-be0b-351172c13cc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0cdfb70-de08-4a9d-be0b-351172c13cc7.shg-align-container {
  text-align: center
}

.s-f0cdfb70-de08-4a9d-be0b-351172c13cc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0cdfb70-de08-4a9d-be0b-351172c13cc7.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-f0cdfb70-de08-4a9d-be0b-351172c13cc7.shogun-image {
    
    
  }


.s-f0cdfb70-de08-4a9d-be0b-351172c13cc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0cdfb70-de08-4a9d-be0b-351172c13cc7.shg-align-container {
  text-align: center
}

.s-f0cdfb70-de08-4a9d-be0b-351172c13cc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0cdfb70-de08-4a9d-be0b-351172c13cc7.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-f0cdfb70-de08-4a9d-be0b-351172c13cc7.shogun-image {
    
    
  }


.s-f0cdfb70-de08-4a9d-be0b-351172c13cc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0cdfb70-de08-4a9d-be0b-351172c13cc7.shg-align-container {
  text-align: center
}

.s-f0cdfb70-de08-4a9d-be0b-351172c13cc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0cdfb70-de08-4a9d-be0b-351172c13cc7.shogun-image {
  box-sizing: border-box;
}


}
#s-6919dd38-9530-4a60-9a1b-b6bfe1bd60d5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 94%;
}
@media (min-width: 1200px){#s-6919dd38-9530-4a60-9a1b-b6bfe1bd60d5 {
  display: none;
}
#s-6919dd38-9530-4a60-9a1b-b6bfe1bd60d5, #wrap-s-6919dd38-9530-4a60-9a1b-b6bfe1bd60d5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6919dd38-9530-4a60-9a1b-b6bfe1bd60d5 {
  display: none;
}
#s-6919dd38-9530-4a60-9a1b-b6bfe1bd60d5, #wrap-s-6919dd38-9530-4a60-9a1b-b6bfe1bd60d5 { display:none !important; }}@media (max-width: 767px){#s-6919dd38-9530-4a60-9a1b-b6bfe1bd60d5 {
  display: none;
}
#s-6919dd38-9530-4a60-9a1b-b6bfe1bd60d5, #wrap-s-6919dd38-9530-4a60-9a1b-b6bfe1bd60d5 { display:none !important; }}
#s-6919dd38-9530-4a60-9a1b-b6bfe1bd60d5 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6919dd38-9530-4a60-9a1b-b6bfe1bd60d5 .shg-sld-nav-button.shg-sld-left,
#s-6919dd38-9530-4a60-9a1b-b6bfe1bd60d5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-08681990-a56b-42e4-8e51-5ac7cfd40a8a {
  margin-left: 40px;
margin-bottom: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-08681990-a56b-42e4-8e51-5ac7cfd40a8a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-08681990-a56b-42e4-8e51-5ac7cfd40a8a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-08681990-a56b-42e4-8e51-5ac7cfd40a8a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-08681990-a56b-42e4-8e51-5ac7cfd40a8a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-6bd0d83a-664c-4f4c-8179-5a7210ce3141 {
  min-height: 50px;
}








#s-6bd0d83a-664c-4f4c-8179-5a7210ce3141 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bd0d83a-664c-4f4c-8179-5a7210ce3141.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4672eb9-3428-4b3c-b16d-d87cad30d1e5 {
  text-align: center;
}







  img.s-f4672eb9-3428-4b3c-b16d-d87cad30d1e5.shogun-image {
    
    
  }


.s-f4672eb9-3428-4b3c-b16d-d87cad30d1e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4672eb9-3428-4b3c-b16d-d87cad30d1e5.shg-align-container {
  text-align: center
}

.s-f4672eb9-3428-4b3c-b16d-d87cad30d1e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4672eb9-3428-4b3c-b16d-d87cad30d1e5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f4672eb9-3428-4b3c-b16d-d87cad30d1e5.shogun-image {
    
    
  }


.s-f4672eb9-3428-4b3c-b16d-d87cad30d1e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4672eb9-3428-4b3c-b16d-d87cad30d1e5.shg-align-container {
  text-align: center
}

.s-f4672eb9-3428-4b3c-b16d-d87cad30d1e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4672eb9-3428-4b3c-b16d-d87cad30d1e5.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-f4672eb9-3428-4b3c-b16d-d87cad30d1e5.shogun-image {
    
    
  }


.s-f4672eb9-3428-4b3c-b16d-d87cad30d1e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4672eb9-3428-4b3c-b16d-d87cad30d1e5.shg-align-container {
  text-align: center
}

.s-f4672eb9-3428-4b3c-b16d-d87cad30d1e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4672eb9-3428-4b3c-b16d-d87cad30d1e5.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-f4672eb9-3428-4b3c-b16d-d87cad30d1e5.shogun-image {
    
    
  }


.s-f4672eb9-3428-4b3c-b16d-d87cad30d1e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4672eb9-3428-4b3c-b16d-d87cad30d1e5.shg-align-container {
  text-align: center
}

.s-f4672eb9-3428-4b3c-b16d-d87cad30d1e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4672eb9-3428-4b3c-b16d-d87cad30d1e5.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-f4672eb9-3428-4b3c-b16d-d87cad30d1e5.shogun-image {
    
    
  }


.s-f4672eb9-3428-4b3c-b16d-d87cad30d1e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4672eb9-3428-4b3c-b16d-d87cad30d1e5.shg-align-container {
  text-align: center
}

.s-f4672eb9-3428-4b3c-b16d-d87cad30d1e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4672eb9-3428-4b3c-b16d-d87cad30d1e5.shogun-image {
  box-sizing: border-box;
}


}
#s-31e27404-c20f-4361-9188-52592a62cf76 {
  min-height: 50px;
}








#s-31e27404-c20f-4361-9188-52592a62cf76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31e27404-c20f-4361-9188-52592a62cf76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6a1f0cd-37ed-4312-9810-40e1991f42dd {
  text-align: center;
}







  img.s-a6a1f0cd-37ed-4312-9810-40e1991f42dd.shogun-image {
    
    
  }


.s-a6a1f0cd-37ed-4312-9810-40e1991f42dd .shogun-image-content {
  
    align-items: center;
  
}

.s-a6a1f0cd-37ed-4312-9810-40e1991f42dd.shg-align-container {
  text-align: center
}

.s-a6a1f0cd-37ed-4312-9810-40e1991f42dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6a1f0cd-37ed-4312-9810-40e1991f42dd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a6a1f0cd-37ed-4312-9810-40e1991f42dd.shogun-image {
    
    
  }


.s-a6a1f0cd-37ed-4312-9810-40e1991f42dd .shogun-image-content {
  
    align-items: center;
  
}

.s-a6a1f0cd-37ed-4312-9810-40e1991f42dd.shg-align-container {
  text-align: center
}

.s-a6a1f0cd-37ed-4312-9810-40e1991f42dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6a1f0cd-37ed-4312-9810-40e1991f42dd.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a6a1f0cd-37ed-4312-9810-40e1991f42dd.shogun-image {
    
    
  }


.s-a6a1f0cd-37ed-4312-9810-40e1991f42dd .shogun-image-content {
  
    align-items: center;
  
}

.s-a6a1f0cd-37ed-4312-9810-40e1991f42dd.shg-align-container {
  text-align: center
}

.s-a6a1f0cd-37ed-4312-9810-40e1991f42dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6a1f0cd-37ed-4312-9810-40e1991f42dd.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-a6a1f0cd-37ed-4312-9810-40e1991f42dd.shogun-image {
    
    
  }


.s-a6a1f0cd-37ed-4312-9810-40e1991f42dd .shogun-image-content {
  
    align-items: center;
  
}

.s-a6a1f0cd-37ed-4312-9810-40e1991f42dd.shg-align-container {
  text-align: center
}

.s-a6a1f0cd-37ed-4312-9810-40e1991f42dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6a1f0cd-37ed-4312-9810-40e1991f42dd.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-a6a1f0cd-37ed-4312-9810-40e1991f42dd.shogun-image {
    
    
  }


.s-a6a1f0cd-37ed-4312-9810-40e1991f42dd .shogun-image-content {
  
    align-items: center;
  
}

.s-a6a1f0cd-37ed-4312-9810-40e1991f42dd.shg-align-container {
  text-align: center
}

.s-a6a1f0cd-37ed-4312-9810-40e1991f42dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6a1f0cd-37ed-4312-9810-40e1991f42dd.shogun-image {
  box-sizing: border-box;
}


}
#s-a63aaa06-5290-4a25-ac52-ca6b9fba318e {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-a63aaa06-5290-4a25-ac52-ca6b9fba318e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a63aaa06-5290-4a25-ac52-ca6b9fba318e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a63aaa06-5290-4a25-ac52-ca6b9fba318e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a63aaa06-5290-4a25-ac52-ca6b9fba318e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-074437a0-03e5-4386-a38c-734a91814964 {
  min-height: 50px;
}








#s-074437a0-03e5-4386-a38c-734a91814964 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-074437a0-03e5-4386-a38c-734a91814964.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a332f40-9687-4bc0-8e9f-159b72c475f2 {
  text-align: center;
}







  img.s-8a332f40-9687-4bc0-8e9f-159b72c475f2.shogun-image {
    
    
  }


.s-8a332f40-9687-4bc0-8e9f-159b72c475f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a332f40-9687-4bc0-8e9f-159b72c475f2.shg-align-container {
  text-align: center
}

.s-8a332f40-9687-4bc0-8e9f-159b72c475f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a332f40-9687-4bc0-8e9f-159b72c475f2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8a332f40-9687-4bc0-8e9f-159b72c475f2.shogun-image {
    
    
  }


.s-8a332f40-9687-4bc0-8e9f-159b72c475f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a332f40-9687-4bc0-8e9f-159b72c475f2.shg-align-container {
  text-align: center
}

.s-8a332f40-9687-4bc0-8e9f-159b72c475f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a332f40-9687-4bc0-8e9f-159b72c475f2.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-8a332f40-9687-4bc0-8e9f-159b72c475f2.shogun-image {
    
    
  }


.s-8a332f40-9687-4bc0-8e9f-159b72c475f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a332f40-9687-4bc0-8e9f-159b72c475f2.shg-align-container {
  text-align: center
}

.s-8a332f40-9687-4bc0-8e9f-159b72c475f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a332f40-9687-4bc0-8e9f-159b72c475f2.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-8a332f40-9687-4bc0-8e9f-159b72c475f2.shogun-image {
    
    
  }


.s-8a332f40-9687-4bc0-8e9f-159b72c475f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a332f40-9687-4bc0-8e9f-159b72c475f2.shg-align-container {
  text-align: center
}

.s-8a332f40-9687-4bc0-8e9f-159b72c475f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a332f40-9687-4bc0-8e9f-159b72c475f2.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-8a332f40-9687-4bc0-8e9f-159b72c475f2.shogun-image {
    
    
  }


.s-8a332f40-9687-4bc0-8e9f-159b72c475f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a332f40-9687-4bc0-8e9f-159b72c475f2.shg-align-container {
  text-align: center
}

.s-8a332f40-9687-4bc0-8e9f-159b72c475f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a332f40-9687-4bc0-8e9f-159b72c475f2.shogun-image {
  box-sizing: border-box;
}


}
#s-027824cf-2342-4c46-bf25-9d95d932852a {
  min-height: 50px;
}








#s-027824cf-2342-4c46-bf25-9d95d932852a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-027824cf-2342-4c46-bf25-9d95d932852a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66d933d1-7188-40fa-b3e3-4ef31c4add9a {
  text-align: center;
}







  img.s-66d933d1-7188-40fa-b3e3-4ef31c4add9a.shogun-image {
    
    
  }


.s-66d933d1-7188-40fa-b3e3-4ef31c4add9a .shogun-image-content {
  
    align-items: center;
  
}

.s-66d933d1-7188-40fa-b3e3-4ef31c4add9a.shg-align-container {
  text-align: center
}

.s-66d933d1-7188-40fa-b3e3-4ef31c4add9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66d933d1-7188-40fa-b3e3-4ef31c4add9a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-66d933d1-7188-40fa-b3e3-4ef31c4add9a.shogun-image {
    
    
  }


.s-66d933d1-7188-40fa-b3e3-4ef31c4add9a .shogun-image-content {
  
    align-items: center;
  
}

.s-66d933d1-7188-40fa-b3e3-4ef31c4add9a.shg-align-container {
  text-align: center
}

.s-66d933d1-7188-40fa-b3e3-4ef31c4add9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66d933d1-7188-40fa-b3e3-4ef31c4add9a.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-66d933d1-7188-40fa-b3e3-4ef31c4add9a.shogun-image {
    
    
  }


.s-66d933d1-7188-40fa-b3e3-4ef31c4add9a .shogun-image-content {
  
    align-items: center;
  
}

.s-66d933d1-7188-40fa-b3e3-4ef31c4add9a.shg-align-container {
  text-align: center
}

.s-66d933d1-7188-40fa-b3e3-4ef31c4add9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66d933d1-7188-40fa-b3e3-4ef31c4add9a.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-66d933d1-7188-40fa-b3e3-4ef31c4add9a.shogun-image {
    
    
  }


.s-66d933d1-7188-40fa-b3e3-4ef31c4add9a .shogun-image-content {
  
    align-items: center;
  
}

.s-66d933d1-7188-40fa-b3e3-4ef31c4add9a.shg-align-container {
  text-align: center
}

.s-66d933d1-7188-40fa-b3e3-4ef31c4add9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66d933d1-7188-40fa-b3e3-4ef31c4add9a.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-66d933d1-7188-40fa-b3e3-4ef31c4add9a.shogun-image {
    
    
  }


.s-66d933d1-7188-40fa-b3e3-4ef31c4add9a .shogun-image-content {
  
    align-items: center;
  
}

.s-66d933d1-7188-40fa-b3e3-4ef31c4add9a.shg-align-container {
  text-align: center
}

.s-66d933d1-7188-40fa-b3e3-4ef31c4add9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66d933d1-7188-40fa-b3e3-4ef31c4add9a.shogun-image {
  box-sizing: border-box;
}


}
#s-5a6f0a0a-53cb-4d3d-864b-1416c1b92ebb {
  min-height: 50px;
}








#s-5a6f0a0a-53cb-4d3d-864b-1416c1b92ebb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a6f0a0a-53cb-4d3d-864b-1416c1b92ebb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66511fa7-d278-457d-b794-b1a02e5c6169 {
  text-align: center;
}







  img.s-66511fa7-d278-457d-b794-b1a02e5c6169.shogun-image {
    
    
  }


.s-66511fa7-d278-457d-b794-b1a02e5c6169 .shogun-image-content {
  
    align-items: center;
  
}

.s-66511fa7-d278-457d-b794-b1a02e5c6169.shg-align-container {
  text-align: center
}

.s-66511fa7-d278-457d-b794-b1a02e5c6169.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66511fa7-d278-457d-b794-b1a02e5c6169.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-66511fa7-d278-457d-b794-b1a02e5c6169.shogun-image {
    
    
  }


.s-66511fa7-d278-457d-b794-b1a02e5c6169 .shogun-image-content {
  
    align-items: center;
  
}

.s-66511fa7-d278-457d-b794-b1a02e5c6169.shg-align-container {
  text-align: center
}

.s-66511fa7-d278-457d-b794-b1a02e5c6169.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66511fa7-d278-457d-b794-b1a02e5c6169.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-66511fa7-d278-457d-b794-b1a02e5c6169.shogun-image {
    
    
  }


.s-66511fa7-d278-457d-b794-b1a02e5c6169 .shogun-image-content {
  
    align-items: center;
  
}

.s-66511fa7-d278-457d-b794-b1a02e5c6169.shg-align-container {
  text-align: center
}

.s-66511fa7-d278-457d-b794-b1a02e5c6169.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66511fa7-d278-457d-b794-b1a02e5c6169.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-66511fa7-d278-457d-b794-b1a02e5c6169.shogun-image {
    
    
  }


.s-66511fa7-d278-457d-b794-b1a02e5c6169 .shogun-image-content {
  
    align-items: center;
  
}

.s-66511fa7-d278-457d-b794-b1a02e5c6169.shg-align-container {
  text-align: center
}

.s-66511fa7-d278-457d-b794-b1a02e5c6169.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66511fa7-d278-457d-b794-b1a02e5c6169.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-66511fa7-d278-457d-b794-b1a02e5c6169.shogun-image {
    
    
  }


.s-66511fa7-d278-457d-b794-b1a02e5c6169 .shogun-image-content {
  
    align-items: center;
  
}

.s-66511fa7-d278-457d-b794-b1a02e5c6169.shg-align-container {
  text-align: center
}

.s-66511fa7-d278-457d-b794-b1a02e5c6169.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66511fa7-d278-457d-b794-b1a02e5c6169.shogun-image {
  box-sizing: border-box;
}


}
#s-a7a96671-ac8a-4a40-822a-e3f8991ba18c {
  min-height: 50px;
}








#s-a7a96671-ac8a-4a40-822a-e3f8991ba18c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7a96671-ac8a-4a40-822a-e3f8991ba18c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22419979-4cd2-4721-84e2-34af4eefe00e {
  text-align: center;
}







  img.s-22419979-4cd2-4721-84e2-34af4eefe00e.shogun-image {
    
    
  }


.s-22419979-4cd2-4721-84e2-34af4eefe00e .shogun-image-content {
  
    align-items: center;
  
}

.s-22419979-4cd2-4721-84e2-34af4eefe00e.shg-align-container {
  text-align: center
}

.s-22419979-4cd2-4721-84e2-34af4eefe00e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22419979-4cd2-4721-84e2-34af4eefe00e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-22419979-4cd2-4721-84e2-34af4eefe00e.shogun-image {
    
    
  }


.s-22419979-4cd2-4721-84e2-34af4eefe00e .shogun-image-content {
  
    align-items: center;
  
}

.s-22419979-4cd2-4721-84e2-34af4eefe00e.shg-align-container {
  text-align: center
}

.s-22419979-4cd2-4721-84e2-34af4eefe00e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22419979-4cd2-4721-84e2-34af4eefe00e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-22419979-4cd2-4721-84e2-34af4eefe00e.shogun-image {
    
    
  }


.s-22419979-4cd2-4721-84e2-34af4eefe00e .shogun-image-content {
  
    align-items: center;
  
}

.s-22419979-4cd2-4721-84e2-34af4eefe00e.shg-align-container {
  text-align: center
}

.s-22419979-4cd2-4721-84e2-34af4eefe00e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22419979-4cd2-4721-84e2-34af4eefe00e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-22419979-4cd2-4721-84e2-34af4eefe00e.shogun-image {
    
    
  }


.s-22419979-4cd2-4721-84e2-34af4eefe00e .shogun-image-content {
  
    align-items: center;
  
}

.s-22419979-4cd2-4721-84e2-34af4eefe00e.shg-align-container {
  text-align: center
}

.s-22419979-4cd2-4721-84e2-34af4eefe00e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22419979-4cd2-4721-84e2-34af4eefe00e.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-22419979-4cd2-4721-84e2-34af4eefe00e.shogun-image {
    
    
  }


.s-22419979-4cd2-4721-84e2-34af4eefe00e .shogun-image-content {
  
    align-items: center;
  
}

.s-22419979-4cd2-4721-84e2-34af4eefe00e.shg-align-container {
  text-align: center
}

.s-22419979-4cd2-4721-84e2-34af4eefe00e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22419979-4cd2-4721-84e2-34af4eefe00e.shogun-image {
  box-sizing: border-box;
}


}
#s-2f3d4b38-1fcd-4ddd-a8c7-d879baa5c124 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-2f3d4b38-1fcd-4ddd-a8c7-d879baa5c124"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2f3d4b38-1fcd-4ddd-a8c7-d879baa5c124"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2f3d4b38-1fcd-4ddd-a8c7-d879baa5c124"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f3d4b38-1fcd-4ddd-a8c7-d879baa5c124"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-cd51f3b9-2c88-4429-91ce-c4bab6a7b222 {
  min-height: 50px;
}








#s-cd51f3b9-2c88-4429-91ce-c4bab6a7b222 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd51f3b9-2c88-4429-91ce-c4bab6a7b222.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4ae9b25-b82c-4ed7-b377-29b374407bdd {
  text-align: center;
}







  img.s-a4ae9b25-b82c-4ed7-b377-29b374407bdd.shogun-image {
    
    
  }


.s-a4ae9b25-b82c-4ed7-b377-29b374407bdd .shogun-image-content {
  
    align-items: center;
  
}

.s-a4ae9b25-b82c-4ed7-b377-29b374407bdd.shg-align-container {
  text-align: center
}

.s-a4ae9b25-b82c-4ed7-b377-29b374407bdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4ae9b25-b82c-4ed7-b377-29b374407bdd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a4ae9b25-b82c-4ed7-b377-29b374407bdd.shogun-image {
    
    
  }


.s-a4ae9b25-b82c-4ed7-b377-29b374407bdd .shogun-image-content {
  
    align-items: center;
  
}

.s-a4ae9b25-b82c-4ed7-b377-29b374407bdd.shg-align-container {
  text-align: center
}

.s-a4ae9b25-b82c-4ed7-b377-29b374407bdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4ae9b25-b82c-4ed7-b377-29b374407bdd.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a4ae9b25-b82c-4ed7-b377-29b374407bdd.shogun-image {
    
    
  }


.s-a4ae9b25-b82c-4ed7-b377-29b374407bdd .shogun-image-content {
  
    align-items: center;
  
}

.s-a4ae9b25-b82c-4ed7-b377-29b374407bdd.shg-align-container {
  text-align: center
}

.s-a4ae9b25-b82c-4ed7-b377-29b374407bdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4ae9b25-b82c-4ed7-b377-29b374407bdd.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-a4ae9b25-b82c-4ed7-b377-29b374407bdd.shogun-image {
    
    
  }


.s-a4ae9b25-b82c-4ed7-b377-29b374407bdd .shogun-image-content {
  
    align-items: center;
  
}

.s-a4ae9b25-b82c-4ed7-b377-29b374407bdd.shg-align-container {
  text-align: center
}

.s-a4ae9b25-b82c-4ed7-b377-29b374407bdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4ae9b25-b82c-4ed7-b377-29b374407bdd.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-a4ae9b25-b82c-4ed7-b377-29b374407bdd.shogun-image {
    
    
  }


.s-a4ae9b25-b82c-4ed7-b377-29b374407bdd .shogun-image-content {
  
    align-items: center;
  
}

.s-a4ae9b25-b82c-4ed7-b377-29b374407bdd.shg-align-container {
  text-align: center
}

.s-a4ae9b25-b82c-4ed7-b377-29b374407bdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4ae9b25-b82c-4ed7-b377-29b374407bdd.shogun-image {
  box-sizing: border-box;
}


}
#s-0f2d15f6-6aef-4ad4-8f0a-175f79f0b77c {
  min-height: 50px;
}








#s-0f2d15f6-6aef-4ad4-8f0a-175f79f0b77c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f2d15f6-6aef-4ad4-8f0a-175f79f0b77c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1231927-b0f0-4bac-97ff-f62ac10f9828 {
  text-align: center;
}







  img.s-a1231927-b0f0-4bac-97ff-f62ac10f9828.shogun-image {
    
    
  }


.s-a1231927-b0f0-4bac-97ff-f62ac10f9828 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1231927-b0f0-4bac-97ff-f62ac10f9828.shg-align-container {
  text-align: center
}

.s-a1231927-b0f0-4bac-97ff-f62ac10f9828.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1231927-b0f0-4bac-97ff-f62ac10f9828.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a1231927-b0f0-4bac-97ff-f62ac10f9828.shogun-image {
    
    
  }


.s-a1231927-b0f0-4bac-97ff-f62ac10f9828 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1231927-b0f0-4bac-97ff-f62ac10f9828.shg-align-container {
  text-align: center
}

.s-a1231927-b0f0-4bac-97ff-f62ac10f9828.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1231927-b0f0-4bac-97ff-f62ac10f9828.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a1231927-b0f0-4bac-97ff-f62ac10f9828.shogun-image {
    
    
  }


.s-a1231927-b0f0-4bac-97ff-f62ac10f9828 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1231927-b0f0-4bac-97ff-f62ac10f9828.shg-align-container {
  text-align: center
}

.s-a1231927-b0f0-4bac-97ff-f62ac10f9828.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1231927-b0f0-4bac-97ff-f62ac10f9828.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-a1231927-b0f0-4bac-97ff-f62ac10f9828.shogun-image {
    
    
  }


.s-a1231927-b0f0-4bac-97ff-f62ac10f9828 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1231927-b0f0-4bac-97ff-f62ac10f9828.shg-align-container {
  text-align: center
}

.s-a1231927-b0f0-4bac-97ff-f62ac10f9828.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1231927-b0f0-4bac-97ff-f62ac10f9828.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-a1231927-b0f0-4bac-97ff-f62ac10f9828.shogun-image {
    
    
  }


.s-a1231927-b0f0-4bac-97ff-f62ac10f9828 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1231927-b0f0-4bac-97ff-f62ac10f9828.shg-align-container {
  text-align: center
}

.s-a1231927-b0f0-4bac-97ff-f62ac10f9828.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1231927-b0f0-4bac-97ff-f62ac10f9828.shogun-image {
  box-sizing: border-box;
}


}
#s-a21453c2-903c-4ef4-bc00-f197370f550e {
  min-height: 50px;
}








#s-a21453c2-903c-4ef4-bc00-f197370f550e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a21453c2-903c-4ef4-bc00-f197370f550e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd9b53da-4715-4e2e-b637-c2068d109f6d {
  text-align: center;
}







  img.s-fd9b53da-4715-4e2e-b637-c2068d109f6d.shogun-image {
    
    
  }


.s-fd9b53da-4715-4e2e-b637-c2068d109f6d .shogun-image-content {
  
    align-items: center;
  
}

.s-fd9b53da-4715-4e2e-b637-c2068d109f6d.shg-align-container {
  text-align: center
}

.s-fd9b53da-4715-4e2e-b637-c2068d109f6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd9b53da-4715-4e2e-b637-c2068d109f6d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fd9b53da-4715-4e2e-b637-c2068d109f6d.shogun-image {
    
    
  }


.s-fd9b53da-4715-4e2e-b637-c2068d109f6d .shogun-image-content {
  
    align-items: center;
  
}

.s-fd9b53da-4715-4e2e-b637-c2068d109f6d.shg-align-container {
  text-align: center
}

.s-fd9b53da-4715-4e2e-b637-c2068d109f6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd9b53da-4715-4e2e-b637-c2068d109f6d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-fd9b53da-4715-4e2e-b637-c2068d109f6d.shogun-image {
    
    
  }


.s-fd9b53da-4715-4e2e-b637-c2068d109f6d .shogun-image-content {
  
    align-items: center;
  
}

.s-fd9b53da-4715-4e2e-b637-c2068d109f6d.shg-align-container {
  text-align: center
}

.s-fd9b53da-4715-4e2e-b637-c2068d109f6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd9b53da-4715-4e2e-b637-c2068d109f6d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-fd9b53da-4715-4e2e-b637-c2068d109f6d.shogun-image {
    
    
  }


.s-fd9b53da-4715-4e2e-b637-c2068d109f6d .shogun-image-content {
  
    align-items: center;
  
}

.s-fd9b53da-4715-4e2e-b637-c2068d109f6d.shg-align-container {
  text-align: center
}

.s-fd9b53da-4715-4e2e-b637-c2068d109f6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd9b53da-4715-4e2e-b637-c2068d109f6d.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-fd9b53da-4715-4e2e-b637-c2068d109f6d.shogun-image {
    
    
  }


.s-fd9b53da-4715-4e2e-b637-c2068d109f6d .shogun-image-content {
  
    align-items: center;
  
}

.s-fd9b53da-4715-4e2e-b637-c2068d109f6d.shg-align-container {
  text-align: center
}

.s-fd9b53da-4715-4e2e-b637-c2068d109f6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd9b53da-4715-4e2e-b637-c2068d109f6d.shogun-image {
  box-sizing: border-box;
}


}
#s-173785fe-a49e-47ac-82ac-680dd6f72a0d {
  min-height: 50px;
}








#s-173785fe-a49e-47ac-82ac-680dd6f72a0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-173785fe-a49e-47ac-82ac-680dd6f72a0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-592ca388-1a9b-4b62-b1b9-f292e0257bac {
  text-align: center;
}







  img.s-592ca388-1a9b-4b62-b1b9-f292e0257bac.shogun-image {
    
    
  }


.s-592ca388-1a9b-4b62-b1b9-f292e0257bac .shogun-image-content {
  
    align-items: center;
  
}

.s-592ca388-1a9b-4b62-b1b9-f292e0257bac.shg-align-container {
  text-align: center
}

.s-592ca388-1a9b-4b62-b1b9-f292e0257bac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-592ca388-1a9b-4b62-b1b9-f292e0257bac.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-592ca388-1a9b-4b62-b1b9-f292e0257bac.shogun-image {
    
    
  }


.s-592ca388-1a9b-4b62-b1b9-f292e0257bac .shogun-image-content {
  
    align-items: center;
  
}

.s-592ca388-1a9b-4b62-b1b9-f292e0257bac.shg-align-container {
  text-align: center
}

.s-592ca388-1a9b-4b62-b1b9-f292e0257bac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-592ca388-1a9b-4b62-b1b9-f292e0257bac.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-592ca388-1a9b-4b62-b1b9-f292e0257bac.shogun-image {
    
    
  }


.s-592ca388-1a9b-4b62-b1b9-f292e0257bac .shogun-image-content {
  
    align-items: center;
  
}

.s-592ca388-1a9b-4b62-b1b9-f292e0257bac.shg-align-container {
  text-align: center
}

.s-592ca388-1a9b-4b62-b1b9-f292e0257bac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-592ca388-1a9b-4b62-b1b9-f292e0257bac.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-592ca388-1a9b-4b62-b1b9-f292e0257bac.shogun-image {
    
    
  }


.s-592ca388-1a9b-4b62-b1b9-f292e0257bac .shogun-image-content {
  
    align-items: center;
  
}

.s-592ca388-1a9b-4b62-b1b9-f292e0257bac.shg-align-container {
  text-align: center
}

.s-592ca388-1a9b-4b62-b1b9-f292e0257bac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-592ca388-1a9b-4b62-b1b9-f292e0257bac.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-592ca388-1a9b-4b62-b1b9-f292e0257bac.shogun-image {
    
    
  }


.s-592ca388-1a9b-4b62-b1b9-f292e0257bac .shogun-image-content {
  
    align-items: center;
  
}

.s-592ca388-1a9b-4b62-b1b9-f292e0257bac.shg-align-container {
  text-align: center
}

.s-592ca388-1a9b-4b62-b1b9-f292e0257bac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-592ca388-1a9b-4b62-b1b9-f292e0257bac.shogun-image {
  box-sizing: border-box;
}


}
#s-77c23c69-42a0-4e28-bad3-5f66dfe37a39 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 98%;
}
@media (min-width: 1200px){#s-77c23c69-42a0-4e28-bad3-5f66dfe37a39 {
  display: none;
}
#s-77c23c69-42a0-4e28-bad3-5f66dfe37a39, #wrap-s-77c23c69-42a0-4e28-bad3-5f66dfe37a39 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-77c23c69-42a0-4e28-bad3-5f66dfe37a39 {
  display: none;
}
#s-77c23c69-42a0-4e28-bad3-5f66dfe37a39, #wrap-s-77c23c69-42a0-4e28-bad3-5f66dfe37a39 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-77c23c69-42a0-4e28-bad3-5f66dfe37a39 {
  display: none;
}
#s-77c23c69-42a0-4e28-bad3-5f66dfe37a39, #wrap-s-77c23c69-42a0-4e28-bad3-5f66dfe37a39 { display:none !important; }}
#s-77c23c69-42a0-4e28-bad3-5f66dfe37a39 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-77c23c69-42a0-4e28-bad3-5f66dfe37a39 .shg-sld-nav-button.shg-sld-left,
#s-77c23c69-42a0-4e28-bad3-5f66dfe37a39 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e773c654-58c2-45c7-aa5a-6d27477d6fbe {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-e773c654-58c2-45c7-aa5a-6d27477d6fbe"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-e773c654-58c2-45c7-aa5a-6d27477d6fbe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-e773c654-58c2-45c7-aa5a-6d27477d6fbe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-e773c654-58c2-45c7-aa5a-6d27477d6fbe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-b22584f8-29b1-467a-afe0-84b3aee23486 {
  min-height: 50px;
}








#s-b22584f8-29b1-467a-afe0-84b3aee23486 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b22584f8-29b1-467a-afe0-84b3aee23486.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47562b9e-9022-4651-982f-d1228001d55d {
  text-align: center;
}







  img.s-47562b9e-9022-4651-982f-d1228001d55d.shogun-image {
    
    
  }


.s-47562b9e-9022-4651-982f-d1228001d55d .shogun-image-content {
  
    align-items: center;
  
}

.s-47562b9e-9022-4651-982f-d1228001d55d.shg-align-container {
  text-align: center
}

.s-47562b9e-9022-4651-982f-d1228001d55d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47562b9e-9022-4651-982f-d1228001d55d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-47562b9e-9022-4651-982f-d1228001d55d.shogun-image {
    
    
  }


.s-47562b9e-9022-4651-982f-d1228001d55d .shogun-image-content {
  
    align-items: center;
  
}

.s-47562b9e-9022-4651-982f-d1228001d55d.shg-align-container {
  text-align: center
}

.s-47562b9e-9022-4651-982f-d1228001d55d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47562b9e-9022-4651-982f-d1228001d55d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-47562b9e-9022-4651-982f-d1228001d55d.shogun-image {
    
    
  }


.s-47562b9e-9022-4651-982f-d1228001d55d .shogun-image-content {
  
    align-items: center;
  
}

.s-47562b9e-9022-4651-982f-d1228001d55d.shg-align-container {
  text-align: center
}

.s-47562b9e-9022-4651-982f-d1228001d55d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47562b9e-9022-4651-982f-d1228001d55d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-47562b9e-9022-4651-982f-d1228001d55d.shogun-image {
    
    
  }


.s-47562b9e-9022-4651-982f-d1228001d55d .shogun-image-content {
  
    align-items: center;
  
}

.s-47562b9e-9022-4651-982f-d1228001d55d.shg-align-container {
  text-align: center
}

.s-47562b9e-9022-4651-982f-d1228001d55d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47562b9e-9022-4651-982f-d1228001d55d.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-47562b9e-9022-4651-982f-d1228001d55d.shogun-image {
    
    
  }


.s-47562b9e-9022-4651-982f-d1228001d55d .shogun-image-content {
  
    align-items: center;
  
}

.s-47562b9e-9022-4651-982f-d1228001d55d.shg-align-container {
  text-align: center
}

.s-47562b9e-9022-4651-982f-d1228001d55d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47562b9e-9022-4651-982f-d1228001d55d.shogun-image {
  box-sizing: border-box;
}


}
#s-4c385131-bedc-4702-a650-f50c97ba83a6 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-4c385131-bedc-4702-a650-f50c97ba83a6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-4c385131-bedc-4702-a650-f50c97ba83a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-4c385131-bedc-4702-a650-f50c97ba83a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-4c385131-bedc-4702-a650-f50c97ba83a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-b249bf8c-01f9-456d-8a3f-063747d81fec {
  min-height: 50px;
}








#s-b249bf8c-01f9-456d-8a3f-063747d81fec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b249bf8c-01f9-456d-8a3f-063747d81fec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ee39b0b-f25f-4704-ae78-c4ba45a484f6 {
  text-align: center;
}







  img.s-2ee39b0b-f25f-4704-ae78-c4ba45a484f6.shogun-image {
    
    
  }


.s-2ee39b0b-f25f-4704-ae78-c4ba45a484f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ee39b0b-f25f-4704-ae78-c4ba45a484f6.shg-align-container {
  text-align: center
}

.s-2ee39b0b-f25f-4704-ae78-c4ba45a484f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ee39b0b-f25f-4704-ae78-c4ba45a484f6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2ee39b0b-f25f-4704-ae78-c4ba45a484f6.shogun-image {
    
    
  }


.s-2ee39b0b-f25f-4704-ae78-c4ba45a484f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ee39b0b-f25f-4704-ae78-c4ba45a484f6.shg-align-container {
  text-align: center
}

.s-2ee39b0b-f25f-4704-ae78-c4ba45a484f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ee39b0b-f25f-4704-ae78-c4ba45a484f6.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-2ee39b0b-f25f-4704-ae78-c4ba45a484f6.shogun-image {
    
    
  }


.s-2ee39b0b-f25f-4704-ae78-c4ba45a484f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ee39b0b-f25f-4704-ae78-c4ba45a484f6.shg-align-container {
  text-align: center
}

.s-2ee39b0b-f25f-4704-ae78-c4ba45a484f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ee39b0b-f25f-4704-ae78-c4ba45a484f6.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-2ee39b0b-f25f-4704-ae78-c4ba45a484f6.shogun-image {
    
    
  }


.s-2ee39b0b-f25f-4704-ae78-c4ba45a484f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ee39b0b-f25f-4704-ae78-c4ba45a484f6.shg-align-container {
  text-align: center
}

.s-2ee39b0b-f25f-4704-ae78-c4ba45a484f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ee39b0b-f25f-4704-ae78-c4ba45a484f6.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-2ee39b0b-f25f-4704-ae78-c4ba45a484f6.shogun-image {
    
    
  }


.s-2ee39b0b-f25f-4704-ae78-c4ba45a484f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ee39b0b-f25f-4704-ae78-c4ba45a484f6.shg-align-container {
  text-align: center
}

.s-2ee39b0b-f25f-4704-ae78-c4ba45a484f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ee39b0b-f25f-4704-ae78-c4ba45a484f6.shogun-image {
  box-sizing: border-box;
}


}
#s-7165de9d-dc98-46e7-8e60-49152b2c91fd {
  min-height: 50px;
}








#s-7165de9d-dc98-46e7-8e60-49152b2c91fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7165de9d-dc98-46e7-8e60-49152b2c91fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-575f51aa-b9c8-4b61-9034-42f3de6a87b8 {
  text-align: center;
}







  img.s-575f51aa-b9c8-4b61-9034-42f3de6a87b8.shogun-image {
    
    
  }


.s-575f51aa-b9c8-4b61-9034-42f3de6a87b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-575f51aa-b9c8-4b61-9034-42f3de6a87b8.shg-align-container {
  text-align: center
}

.s-575f51aa-b9c8-4b61-9034-42f3de6a87b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-575f51aa-b9c8-4b61-9034-42f3de6a87b8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-575f51aa-b9c8-4b61-9034-42f3de6a87b8.shogun-image {
    
    
  }


.s-575f51aa-b9c8-4b61-9034-42f3de6a87b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-575f51aa-b9c8-4b61-9034-42f3de6a87b8.shg-align-container {
  text-align: center
}

.s-575f51aa-b9c8-4b61-9034-42f3de6a87b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-575f51aa-b9c8-4b61-9034-42f3de6a87b8.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-575f51aa-b9c8-4b61-9034-42f3de6a87b8.shogun-image {
    
    
  }


.s-575f51aa-b9c8-4b61-9034-42f3de6a87b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-575f51aa-b9c8-4b61-9034-42f3de6a87b8.shg-align-container {
  text-align: center
}

.s-575f51aa-b9c8-4b61-9034-42f3de6a87b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-575f51aa-b9c8-4b61-9034-42f3de6a87b8.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-575f51aa-b9c8-4b61-9034-42f3de6a87b8.shogun-image {
    
    
  }


.s-575f51aa-b9c8-4b61-9034-42f3de6a87b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-575f51aa-b9c8-4b61-9034-42f3de6a87b8.shg-align-container {
  text-align: center
}

.s-575f51aa-b9c8-4b61-9034-42f3de6a87b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-575f51aa-b9c8-4b61-9034-42f3de6a87b8.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-575f51aa-b9c8-4b61-9034-42f3de6a87b8.shogun-image {
    
    
  }


.s-575f51aa-b9c8-4b61-9034-42f3de6a87b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-575f51aa-b9c8-4b61-9034-42f3de6a87b8.shg-align-container {
  text-align: center
}

.s-575f51aa-b9c8-4b61-9034-42f3de6a87b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-575f51aa-b9c8-4b61-9034-42f3de6a87b8.shogun-image {
  box-sizing: border-box;
}


}
#s-ad7aa2da-a791-4e59-a2ab-272922dc3816 {
  min-height: 50px;
}








#s-ad7aa2da-a791-4e59-a2ab-272922dc3816 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad7aa2da-a791-4e59-a2ab-272922dc3816.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da70d4fe-cc5d-4b58-9d3c-87c8175cf9da {
  text-align: center;
}







  img.s-da70d4fe-cc5d-4b58-9d3c-87c8175cf9da.shogun-image {
    
    
  }


.s-da70d4fe-cc5d-4b58-9d3c-87c8175cf9da .shogun-image-content {
  
    align-items: center;
  
}

.s-da70d4fe-cc5d-4b58-9d3c-87c8175cf9da.shg-align-container {
  text-align: center
}

.s-da70d4fe-cc5d-4b58-9d3c-87c8175cf9da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da70d4fe-cc5d-4b58-9d3c-87c8175cf9da.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-da70d4fe-cc5d-4b58-9d3c-87c8175cf9da.shogun-image {
    
    
  }


.s-da70d4fe-cc5d-4b58-9d3c-87c8175cf9da .shogun-image-content {
  
    align-items: center;
  
}

.s-da70d4fe-cc5d-4b58-9d3c-87c8175cf9da.shg-align-container {
  text-align: center
}

.s-da70d4fe-cc5d-4b58-9d3c-87c8175cf9da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da70d4fe-cc5d-4b58-9d3c-87c8175cf9da.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-da70d4fe-cc5d-4b58-9d3c-87c8175cf9da.shogun-image {
    
    
  }


.s-da70d4fe-cc5d-4b58-9d3c-87c8175cf9da .shogun-image-content {
  
    align-items: center;
  
}

.s-da70d4fe-cc5d-4b58-9d3c-87c8175cf9da.shg-align-container {
  text-align: center
}

.s-da70d4fe-cc5d-4b58-9d3c-87c8175cf9da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da70d4fe-cc5d-4b58-9d3c-87c8175cf9da.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-da70d4fe-cc5d-4b58-9d3c-87c8175cf9da.shogun-image {
    
    
  }


.s-da70d4fe-cc5d-4b58-9d3c-87c8175cf9da .shogun-image-content {
  
    align-items: center;
  
}

.s-da70d4fe-cc5d-4b58-9d3c-87c8175cf9da.shg-align-container {
  text-align: center
}

.s-da70d4fe-cc5d-4b58-9d3c-87c8175cf9da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da70d4fe-cc5d-4b58-9d3c-87c8175cf9da.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-da70d4fe-cc5d-4b58-9d3c-87c8175cf9da.shogun-image {
    
    
  }


.s-da70d4fe-cc5d-4b58-9d3c-87c8175cf9da .shogun-image-content {
  
    align-items: center;
  
}

.s-da70d4fe-cc5d-4b58-9d3c-87c8175cf9da.shg-align-container {
  text-align: center
}

.s-da70d4fe-cc5d-4b58-9d3c-87c8175cf9da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da70d4fe-cc5d-4b58-9d3c-87c8175cf9da.shogun-image {
  box-sizing: border-box;
}


}
#s-6814711d-99f0-43cd-ae4d-d0233bab6073 {
  margin-left: 40px;
margin-bottom: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-6814711d-99f0-43cd-ae4d-d0233bab6073"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-6814711d-99f0-43cd-ae4d-d0233bab6073"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-6814711d-99f0-43cd-ae4d-d0233bab6073"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-6814711d-99f0-43cd-ae4d-d0233bab6073"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-50648b51-836b-4ffd-83f9-6950baae6ef6 {
  min-height: 50px;
}








#s-50648b51-836b-4ffd-83f9-6950baae6ef6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50648b51-836b-4ffd-83f9-6950baae6ef6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58e4ee2c-29d5-4401-a584-ea12049c3855 {
  text-align: center;
}







  img.s-58e4ee2c-29d5-4401-a584-ea12049c3855.shogun-image {
    
    
  }


.s-58e4ee2c-29d5-4401-a584-ea12049c3855 .shogun-image-content {
  
    align-items: center;
  
}

.s-58e4ee2c-29d5-4401-a584-ea12049c3855.shg-align-container {
  text-align: center
}

.s-58e4ee2c-29d5-4401-a584-ea12049c3855.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58e4ee2c-29d5-4401-a584-ea12049c3855.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-58e4ee2c-29d5-4401-a584-ea12049c3855.shogun-image {
    
    
  }


.s-58e4ee2c-29d5-4401-a584-ea12049c3855 .shogun-image-content {
  
    align-items: center;
  
}

.s-58e4ee2c-29d5-4401-a584-ea12049c3855.shg-align-container {
  text-align: center
}

.s-58e4ee2c-29d5-4401-a584-ea12049c3855.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58e4ee2c-29d5-4401-a584-ea12049c3855.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-58e4ee2c-29d5-4401-a584-ea12049c3855.shogun-image {
    
    
  }


.s-58e4ee2c-29d5-4401-a584-ea12049c3855 .shogun-image-content {
  
    align-items: center;
  
}

.s-58e4ee2c-29d5-4401-a584-ea12049c3855.shg-align-container {
  text-align: center
}

.s-58e4ee2c-29d5-4401-a584-ea12049c3855.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58e4ee2c-29d5-4401-a584-ea12049c3855.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-58e4ee2c-29d5-4401-a584-ea12049c3855.shogun-image {
    
    
  }


.s-58e4ee2c-29d5-4401-a584-ea12049c3855 .shogun-image-content {
  
    align-items: center;
  
}

.s-58e4ee2c-29d5-4401-a584-ea12049c3855.shg-align-container {
  text-align: center
}

.s-58e4ee2c-29d5-4401-a584-ea12049c3855.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58e4ee2c-29d5-4401-a584-ea12049c3855.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-58e4ee2c-29d5-4401-a584-ea12049c3855.shogun-image {
    
    
  }


.s-58e4ee2c-29d5-4401-a584-ea12049c3855 .shogun-image-content {
  
    align-items: center;
  
}

.s-58e4ee2c-29d5-4401-a584-ea12049c3855.shg-align-container {
  text-align: center
}

.s-58e4ee2c-29d5-4401-a584-ea12049c3855.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58e4ee2c-29d5-4401-a584-ea12049c3855.shogun-image {
  box-sizing: border-box;
}


}
#s-b72c17b5-c56d-480f-b9fe-0cc5e10a6286 {
  min-height: 50px;
}








#s-b72c17b5-c56d-480f-b9fe-0cc5e10a6286 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b72c17b5-c56d-480f-b9fe-0cc5e10a6286.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec88c8af-c7f7-4172-a81e-8a9a52f3326e {
  text-align: center;
}







  img.s-ec88c8af-c7f7-4172-a81e-8a9a52f3326e.shogun-image {
    
    
  }


.s-ec88c8af-c7f7-4172-a81e-8a9a52f3326e .shogun-image-content {
  
    align-items: center;
  
}

.s-ec88c8af-c7f7-4172-a81e-8a9a52f3326e.shg-align-container {
  text-align: center
}

.s-ec88c8af-c7f7-4172-a81e-8a9a52f3326e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec88c8af-c7f7-4172-a81e-8a9a52f3326e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ec88c8af-c7f7-4172-a81e-8a9a52f3326e.shogun-image {
    
    
  }


.s-ec88c8af-c7f7-4172-a81e-8a9a52f3326e .shogun-image-content {
  
    align-items: center;
  
}

.s-ec88c8af-c7f7-4172-a81e-8a9a52f3326e.shg-align-container {
  text-align: center
}

.s-ec88c8af-c7f7-4172-a81e-8a9a52f3326e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec88c8af-c7f7-4172-a81e-8a9a52f3326e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-ec88c8af-c7f7-4172-a81e-8a9a52f3326e.shogun-image {
    
    
  }


.s-ec88c8af-c7f7-4172-a81e-8a9a52f3326e .shogun-image-content {
  
    align-items: center;
  
}

.s-ec88c8af-c7f7-4172-a81e-8a9a52f3326e.shg-align-container {
  text-align: center
}

.s-ec88c8af-c7f7-4172-a81e-8a9a52f3326e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec88c8af-c7f7-4172-a81e-8a9a52f3326e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-ec88c8af-c7f7-4172-a81e-8a9a52f3326e.shogun-image {
    
    
  }


.s-ec88c8af-c7f7-4172-a81e-8a9a52f3326e .shogun-image-content {
  
    align-items: center;
  
}

.s-ec88c8af-c7f7-4172-a81e-8a9a52f3326e.shg-align-container {
  text-align: center
}

.s-ec88c8af-c7f7-4172-a81e-8a9a52f3326e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec88c8af-c7f7-4172-a81e-8a9a52f3326e.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-ec88c8af-c7f7-4172-a81e-8a9a52f3326e.shogun-image {
    
    
  }


.s-ec88c8af-c7f7-4172-a81e-8a9a52f3326e .shogun-image-content {
  
    align-items: center;
  
}

.s-ec88c8af-c7f7-4172-a81e-8a9a52f3326e.shg-align-container {
  text-align: center
}

.s-ec88c8af-c7f7-4172-a81e-8a9a52f3326e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec88c8af-c7f7-4172-a81e-8a9a52f3326e.shogun-image {
  box-sizing: border-box;
}


}
#s-ef556c02-0d95-4709-a29b-daecb2bb0ec0 {
  min-height: 50px;
}








#s-ef556c02-0d95-4709-a29b-daecb2bb0ec0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef556c02-0d95-4709-a29b-daecb2bb0ec0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-235eead9-5ae5-4c38-a3ef-96382859702f {
  text-align: center;
}







  img.s-235eead9-5ae5-4c38-a3ef-96382859702f.shogun-image {
    
    
  }


.s-235eead9-5ae5-4c38-a3ef-96382859702f .shogun-image-content {
  
    align-items: center;
  
}

.s-235eead9-5ae5-4c38-a3ef-96382859702f.shg-align-container {
  text-align: center
}

.s-235eead9-5ae5-4c38-a3ef-96382859702f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-235eead9-5ae5-4c38-a3ef-96382859702f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-235eead9-5ae5-4c38-a3ef-96382859702f.shogun-image {
    
    
  }


.s-235eead9-5ae5-4c38-a3ef-96382859702f .shogun-image-content {
  
    align-items: center;
  
}

.s-235eead9-5ae5-4c38-a3ef-96382859702f.shg-align-container {
  text-align: center
}

.s-235eead9-5ae5-4c38-a3ef-96382859702f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-235eead9-5ae5-4c38-a3ef-96382859702f.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-235eead9-5ae5-4c38-a3ef-96382859702f.shogun-image {
    
    
  }


.s-235eead9-5ae5-4c38-a3ef-96382859702f .shogun-image-content {
  
    align-items: center;
  
}

.s-235eead9-5ae5-4c38-a3ef-96382859702f.shg-align-container {
  text-align: center
}

.s-235eead9-5ae5-4c38-a3ef-96382859702f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-235eead9-5ae5-4c38-a3ef-96382859702f.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-235eead9-5ae5-4c38-a3ef-96382859702f.shogun-image {
    
    
  }


.s-235eead9-5ae5-4c38-a3ef-96382859702f .shogun-image-content {
  
    align-items: center;
  
}

.s-235eead9-5ae5-4c38-a3ef-96382859702f.shg-align-container {
  text-align: center
}

.s-235eead9-5ae5-4c38-a3ef-96382859702f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-235eead9-5ae5-4c38-a3ef-96382859702f.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-235eead9-5ae5-4c38-a3ef-96382859702f.shogun-image {
    
    
  }


.s-235eead9-5ae5-4c38-a3ef-96382859702f .shogun-image-content {
  
    align-items: center;
  
}

.s-235eead9-5ae5-4c38-a3ef-96382859702f.shg-align-container {
  text-align: center
}

.s-235eead9-5ae5-4c38-a3ef-96382859702f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-235eead9-5ae5-4c38-a3ef-96382859702f.shogun-image {
  box-sizing: border-box;
}


}
#s-b47cb57c-c28b-4bdd-b907-41ff973dcb90 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-b47cb57c-c28b-4bdd-b907-41ff973dcb90"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-b47cb57c-c28b-4bdd-b907-41ff973dcb90"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-b47cb57c-c28b-4bdd-b907-41ff973dcb90"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-b47cb57c-c28b-4bdd-b907-41ff973dcb90"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-e2380238-3c66-455e-9900-992b5e4b04c2 {
  min-height: 50px;
}








#s-e2380238-3c66-455e-9900-992b5e4b04c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2380238-3c66-455e-9900-992b5e4b04c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f3f46a9-9b50-41e6-b093-5a3565033aff {
  text-align: center;
}







  img.s-2f3f46a9-9b50-41e6-b093-5a3565033aff.shogun-image {
    
    
  }


.s-2f3f46a9-9b50-41e6-b093-5a3565033aff .shogun-image-content {
  
    align-items: center;
  
}

.s-2f3f46a9-9b50-41e6-b093-5a3565033aff.shg-align-container {
  text-align: center
}

.s-2f3f46a9-9b50-41e6-b093-5a3565033aff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f3f46a9-9b50-41e6-b093-5a3565033aff.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2f3f46a9-9b50-41e6-b093-5a3565033aff.shogun-image {
    
    
  }


.s-2f3f46a9-9b50-41e6-b093-5a3565033aff .shogun-image-content {
  
    align-items: center;
  
}

.s-2f3f46a9-9b50-41e6-b093-5a3565033aff.shg-align-container {
  text-align: center
}

.s-2f3f46a9-9b50-41e6-b093-5a3565033aff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f3f46a9-9b50-41e6-b093-5a3565033aff.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-2f3f46a9-9b50-41e6-b093-5a3565033aff.shogun-image {
    
    
  }


.s-2f3f46a9-9b50-41e6-b093-5a3565033aff .shogun-image-content {
  
    align-items: center;
  
}

.s-2f3f46a9-9b50-41e6-b093-5a3565033aff.shg-align-container {
  text-align: center
}

.s-2f3f46a9-9b50-41e6-b093-5a3565033aff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f3f46a9-9b50-41e6-b093-5a3565033aff.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-2f3f46a9-9b50-41e6-b093-5a3565033aff.shogun-image {
    
    
  }


.s-2f3f46a9-9b50-41e6-b093-5a3565033aff .shogun-image-content {
  
    align-items: center;
  
}

.s-2f3f46a9-9b50-41e6-b093-5a3565033aff.shg-align-container {
  text-align: center
}

.s-2f3f46a9-9b50-41e6-b093-5a3565033aff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f3f46a9-9b50-41e6-b093-5a3565033aff.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-2f3f46a9-9b50-41e6-b093-5a3565033aff.shogun-image {
    
    
  }


.s-2f3f46a9-9b50-41e6-b093-5a3565033aff .shogun-image-content {
  
    align-items: center;
  
}

.s-2f3f46a9-9b50-41e6-b093-5a3565033aff.shg-align-container {
  text-align: center
}

.s-2f3f46a9-9b50-41e6-b093-5a3565033aff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f3f46a9-9b50-41e6-b093-5a3565033aff.shogun-image {
  box-sizing: border-box;
}


}
#s-74235507-79d5-4c32-8201-da810fde8f13 {
  min-height: 50px;
}








#s-74235507-79d5-4c32-8201-da810fde8f13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74235507-79d5-4c32-8201-da810fde8f13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef69e350-9ecd-495c-ab0f-994919dcfbfb {
  text-align: center;
}







  img.s-ef69e350-9ecd-495c-ab0f-994919dcfbfb.shogun-image {
    
    
  }


.s-ef69e350-9ecd-495c-ab0f-994919dcfbfb .shogun-image-content {
  
    align-items: center;
  
}

.s-ef69e350-9ecd-495c-ab0f-994919dcfbfb.shg-align-container {
  text-align: center
}

.s-ef69e350-9ecd-495c-ab0f-994919dcfbfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef69e350-9ecd-495c-ab0f-994919dcfbfb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ef69e350-9ecd-495c-ab0f-994919dcfbfb.shogun-image {
    
    
  }


.s-ef69e350-9ecd-495c-ab0f-994919dcfbfb .shogun-image-content {
  
    align-items: center;
  
}

.s-ef69e350-9ecd-495c-ab0f-994919dcfbfb.shg-align-container {
  text-align: center
}

.s-ef69e350-9ecd-495c-ab0f-994919dcfbfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef69e350-9ecd-495c-ab0f-994919dcfbfb.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-ef69e350-9ecd-495c-ab0f-994919dcfbfb.shogun-image {
    
    
  }


.s-ef69e350-9ecd-495c-ab0f-994919dcfbfb .shogun-image-content {
  
    align-items: center;
  
}

.s-ef69e350-9ecd-495c-ab0f-994919dcfbfb.shg-align-container {
  text-align: center
}

.s-ef69e350-9ecd-495c-ab0f-994919dcfbfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef69e350-9ecd-495c-ab0f-994919dcfbfb.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-ef69e350-9ecd-495c-ab0f-994919dcfbfb.shogun-image {
    
    
  }


.s-ef69e350-9ecd-495c-ab0f-994919dcfbfb .shogun-image-content {
  
    align-items: center;
  
}

.s-ef69e350-9ecd-495c-ab0f-994919dcfbfb.shg-align-container {
  text-align: center
}

.s-ef69e350-9ecd-495c-ab0f-994919dcfbfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef69e350-9ecd-495c-ab0f-994919dcfbfb.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-ef69e350-9ecd-495c-ab0f-994919dcfbfb.shogun-image {
    
    
  }


.s-ef69e350-9ecd-495c-ab0f-994919dcfbfb .shogun-image-content {
  
    align-items: center;
  
}

.s-ef69e350-9ecd-495c-ab0f-994919dcfbfb.shg-align-container {
  text-align: center
}

.s-ef69e350-9ecd-495c-ab0f-994919dcfbfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef69e350-9ecd-495c-ab0f-994919dcfbfb.shogun-image {
  box-sizing: border-box;
}


}
#s-2abe6cd1-71d2-49b9-98fb-aea48670bbeb {
  min-height: 50px;
}








#s-2abe6cd1-71d2-49b9-98fb-aea48670bbeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2abe6cd1-71d2-49b9-98fb-aea48670bbeb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7bbe031a-af20-42d5-a50c-6ee6444c7462 {
  text-align: center;
}







  img.s-7bbe031a-af20-42d5-a50c-6ee6444c7462.shogun-image {
    
    
  }


.s-7bbe031a-af20-42d5-a50c-6ee6444c7462 .shogun-image-content {
  
    align-items: center;
  
}

.s-7bbe031a-af20-42d5-a50c-6ee6444c7462.shg-align-container {
  text-align: center
}

.s-7bbe031a-af20-42d5-a50c-6ee6444c7462.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bbe031a-af20-42d5-a50c-6ee6444c7462.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7bbe031a-af20-42d5-a50c-6ee6444c7462.shogun-image {
    
    
  }


.s-7bbe031a-af20-42d5-a50c-6ee6444c7462 .shogun-image-content {
  
    align-items: center;
  
}

.s-7bbe031a-af20-42d5-a50c-6ee6444c7462.shg-align-container {
  text-align: center
}

.s-7bbe031a-af20-42d5-a50c-6ee6444c7462.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bbe031a-af20-42d5-a50c-6ee6444c7462.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-7bbe031a-af20-42d5-a50c-6ee6444c7462.shogun-image {
    
    
  }


.s-7bbe031a-af20-42d5-a50c-6ee6444c7462 .shogun-image-content {
  
    align-items: center;
  
}

.s-7bbe031a-af20-42d5-a50c-6ee6444c7462.shg-align-container {
  text-align: center
}

.s-7bbe031a-af20-42d5-a50c-6ee6444c7462.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bbe031a-af20-42d5-a50c-6ee6444c7462.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-7bbe031a-af20-42d5-a50c-6ee6444c7462.shogun-image {
    
    
  }


.s-7bbe031a-af20-42d5-a50c-6ee6444c7462 .shogun-image-content {
  
    align-items: center;
  
}

.s-7bbe031a-af20-42d5-a50c-6ee6444c7462.shg-align-container {
  text-align: center
}

.s-7bbe031a-af20-42d5-a50c-6ee6444c7462.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bbe031a-af20-42d5-a50c-6ee6444c7462.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-7bbe031a-af20-42d5-a50c-6ee6444c7462.shogun-image {
    
    
  }


.s-7bbe031a-af20-42d5-a50c-6ee6444c7462 .shogun-image-content {
  
    align-items: center;
  
}

.s-7bbe031a-af20-42d5-a50c-6ee6444c7462.shg-align-container {
  text-align: center
}

.s-7bbe031a-af20-42d5-a50c-6ee6444c7462.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bbe031a-af20-42d5-a50c-6ee6444c7462.shogun-image {
  box-sizing: border-box;
}


}
#s-bc469105-a3ed-4f1a-a519-6ff3ea1850eb {
  min-height: 50px;
}
@media (max-width: 767px){#s-bc469105-a3ed-4f1a-a519-6ff3ea1850eb {
  margin-bottom: 20px;
}
}







#s-bc469105-a3ed-4f1a-a519-6ff3ea1850eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc469105-a3ed-4f1a-a519-6ff3ea1850eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78bd4270-0d76-45fa-9e5e-d343599dbc4d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-78bd4270-0d76-45fa-9e5e-d343599dbc4d {
  display: none;
}
#s-78bd4270-0d76-45fa-9e5e-d343599dbc4d, #wrap-s-78bd4270-0d76-45fa-9e5e-d343599dbc4d { display:none !important; }}@media (max-width: 767px){#s-78bd4270-0d76-45fa-9e5e-d343599dbc4d {
  display: none;
}
#s-78bd4270-0d76-45fa-9e5e-d343599dbc4d, #wrap-s-78bd4270-0d76-45fa-9e5e-d343599dbc4d { display:none !important; }}







#s-78bd4270-0d76-45fa-9e5e-d343599dbc4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78bd4270-0d76-45fa-9e5e-d343599dbc4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebfec511-a896-4f74-a189-81fe1032515c {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-ebfec511-a896-4f74-a189-81fe1032515c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebfec511-a896-4f74-a189-81fe1032515c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ebfec511-a896-4f74-a189-81fe1032515c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ebfec511-a896-4f74-a189-81fe1032515c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ebfec511-a896-4f74-a189-81fe1032515c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebfec511-a896-4f74-a189-81fe1032515c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ebfec511-a896-4f74-a189-81fe1032515c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

#s-c2e88ff6-c077-46db-99f2-6ed9ac9c45b0 {
  min-height: 500px;
background-color: rgba(214, 209, 196, 0.16);
}
@media (max-width: 767px){#s-c2e88ff6-c077-46db-99f2-6ed9ac9c45b0 {
  margin-top: 0px;
margin-bottom: 40px;
}
}







#s-c2e88ff6-c077-46db-99f2-6ed9ac9c45b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2e88ff6-c077-46db-99f2-6ed9ac9c45b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d61eb4c4-c9f9-4ba6-8f5a-926c277b327b {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d61eb4c4-c9f9-4ba6-8f5a-926c277b327b .shogun-heading-component h2 {
  color: rgba(75, 79, 84, 1);
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 36px;
  
  letter-spacing: 1px;
  
}



#s-3917dc05-2bf7-4a49-8bb6-53c59dbf5f1e {
  margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-3917dc05-2bf7-4a49-8bb6-53c59dbf5f1e {
  
}
}
#s-18369af5-42b4-466d-8d94-89c40d7d9268 {
  padding-left: 49%;
padding-right: 49%;
}

#s-18369af5-42b4-466d-8d94-89c40d7d9268 hr {
  border-top: 2px solid rgba(75, 79, 84, 1);
}

#s-ed3f312b-517c-49c6-9f31-99dc4a333ff5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 80%;
}

#s-a9dcb553-70c3-4c30-bff7-19faa3dd02df {
  padding-top: 10px;
padding-left: 4px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(75, 79, 84, 1);
letter-spacing: 1px;
}
#s-a9dcb553-70c3-4c30-bff7-19faa3dd02df:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a9dcb553-70c3-4c30-bff7-19faa3dd02df:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a9dcb553-70c3-4c30-bff7-19faa3dd02df-root {
    text-align: center;
  }


#s-a9dcb553-70c3-4c30-bff7-19faa3dd02df.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a9dcb553-70c3-4c30-bff7-19faa3dd02df-root {
    text-align: center;
  }


#s-a9dcb553-70c3-4c30-bff7-19faa3dd02df.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a9dcb553-70c3-4c30-bff7-19faa3dd02df-root {
    text-align: center;
  }


#s-a9dcb553-70c3-4c30-bff7-19faa3dd02df.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a9dcb553-70c3-4c30-bff7-19faa3dd02df-root {
    text-align: center;
  }


#s-a9dcb553-70c3-4c30-bff7-19faa3dd02df.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a9dcb553-70c3-4c30-bff7-19faa3dd02df-root {
    text-align: center;
  }


#s-a9dcb553-70c3-4c30-bff7-19faa3dd02df.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-1f4aa5d8-22ce-4949-bed1-dc435410c94a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-1f4aa5d8-22ce-4949-bed1-dc435410c94a > .shg-box-overlay {
  background-color: rgba(115, 115, 115, 1);
  opacity: 0.1;
}#s-1f4aa5d8-22ce-4949-bed1-dc435410c94a {
  cursor: pointer;
}#s-1f4aa5d8-22ce-4949-bed1-dc435410c94a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6737f01-fd6d-43af-b8ff-b68e1b89afce {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 100%;
}
@media (min-width: 1200px){#s-a6737f01-fd6d-43af-b8ff-b68e1b89afce {
  display: none;
}
#s-a6737f01-fd6d-43af-b8ff-b68e1b89afce, #wrap-s-a6737f01-fd6d-43af-b8ff-b68e1b89afce { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6737f01-fd6d-43af-b8ff-b68e1b89afce {
  display: none;
}
#s-a6737f01-fd6d-43af-b8ff-b68e1b89afce, #wrap-s-a6737f01-fd6d-43af-b8ff-b68e1b89afce { display:none !important; }}@media (max-width: 767px){#s-a6737f01-fd6d-43af-b8ff-b68e1b89afce {
  margin-bottom: 20px;
}
}







#s-a6737f01-fd6d-43af-b8ff-b68e1b89afce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6737f01-fd6d-43af-b8ff-b68e1b89afce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5 img.shogun-image,
  #s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5 {
    width: 100%;
    height: auto;
  }



  img.s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5.shogun-image {
    
    
  }


.s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5.shg-align-container {
  text-align: center
}

.s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5 img.shogun-image,
  #s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5 {
    width: 100%;
    height: auto;
  }



  img.s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5.shogun-image {
    
    
  }


.s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5.shg-align-container {
  text-align: center
}

.s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5 img.shogun-image,
  #s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5 {
    width: 100%;
    height: auto;
  }



  img.s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5.shogun-image {
    
    
  }


.s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5.shg-align-container {
  text-align: center
}

.s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5 img.shogun-image,
  #s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5 {
    width: 100%;
    height: auto;
  }



  img.s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5.shogun-image {
    
    
  }


.s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5.shg-align-container {
  text-align: center
}

.s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5 img.shogun-image,
  #s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5 {
    width: 100%;
    height: auto;
  }



  img.s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5.shogun-image {
    
    
  }


.s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5.shg-align-container {
  text-align: center
}

.s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcc81a79-ec79-4b2a-b3c2-3e83965077b5.shogun-image {
  box-sizing: border-box;
}


}
#s-6331ae7b-808f-42f2-becd-aa7d5495712e {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-6331ae7b-808f-42f2-becd-aa7d5495712e {
  margin-left: auto;
margin-right: auto;
min-height: 360px;
}
}@media (max-width: 767px){#s-6331ae7b-808f-42f2-becd-aa7d5495712e {
  margin-bottom: 0px;
}
}







#s-6331ae7b-808f-42f2-becd-aa7d5495712e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6331ae7b-808f-42f2-becd-aa7d5495712e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09c8e446-7bda-41d7-81a1-5b3c855f7e3a {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-09c8e446-7bda-41d7-81a1-5b3c855f7e3a .shogun-heading-component h2 {
  color: rgba(75, 79, 84, 1);
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 36px;
  
  letter-spacing: 1px;
  
}



#s-4f756616-c10f-498a-9225-c52ad3bc4b05 {
  margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-4f756616-c10f-498a-9225-c52ad3bc4b05 {
  
}
}
#s-bcd4a119-4ef8-4d1a-b3e9-cb8b1ea9997a {
  padding-left: 49%;
padding-right: 49%;
}

#s-bcd4a119-4ef8-4d1a-b3e9-cb8b1ea9997a hr {
  border-top: 2px solid rgba(75, 79, 84, 1);
}

#s-83778a7c-6c84-491c-b58f-9eff85b62bc2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 74%;
}

#s-4c19439d-8c83-4557-8e09-c958b5c34ab5 {
  padding-top: 10px;
padding-left: 4px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(75, 79, 84, 1);
letter-spacing: 1px;
}
#s-4c19439d-8c83-4557-8e09-c958b5c34ab5:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4c19439d-8c83-4557-8e09-c958b5c34ab5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4c19439d-8c83-4557-8e09-c958b5c34ab5-root {
    text-align: center;
  }


#s-4c19439d-8c83-4557-8e09-c958b5c34ab5.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4c19439d-8c83-4557-8e09-c958b5c34ab5-root {
    text-align: center;
  }


#s-4c19439d-8c83-4557-8e09-c958b5c34ab5.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c19439d-8c83-4557-8e09-c958b5c34ab5-root {
    text-align: center;
  }


#s-4c19439d-8c83-4557-8e09-c958b5c34ab5.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c19439d-8c83-4557-8e09-c958b5c34ab5-root {
    text-align: center;
  }


#s-4c19439d-8c83-4557-8e09-c958b5c34ab5.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4c19439d-8c83-4557-8e09-c958b5c34ab5-root {
    text-align: center;
  }


#s-4c19439d-8c83-4557-8e09-c958b5c34ab5.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a8b9ccfd-6f92-4318-856b-f2910229e309 {
  min-height: 50px;
}








#s-a8b9ccfd-6f92-4318-856b-f2910229e309 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8b9ccfd-6f92-4318-856b-f2910229e309 {
  cursor: pointer;
}#s-a8b9ccfd-6f92-4318-856b-f2910229e309.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf382ca1-df9d-4abf-bb06-0061bd7480eb {
  margin-top: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-bf382ca1-df9d-4abf-bb06-0061bd7480eb {
  display: none;
}
#s-bf382ca1-df9d-4abf-bb06-0061bd7480eb, #wrap-s-bf382ca1-df9d-4abf-bb06-0061bd7480eb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf382ca1-df9d-4abf-bb06-0061bd7480eb {
  display: none;
}
#s-bf382ca1-df9d-4abf-bb06-0061bd7480eb, #wrap-s-bf382ca1-df9d-4abf-bb06-0061bd7480eb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf382ca1-df9d-4abf-bb06-0061bd7480eb {
  display: none;
}
#s-bf382ca1-df9d-4abf-bb06-0061bd7480eb, #wrap-s-bf382ca1-df9d-4abf-bb06-0061bd7480eb { display:none !important; }}







#s-bf382ca1-df9d-4abf-bb06-0061bd7480eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf382ca1-df9d-4abf-bb06-0061bd7480eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b396e2b8-d8dd-4315-b833-8a13e8b2779c {
  text-align: center;
}







  img.s-b396e2b8-d8dd-4315-b833-8a13e8b2779c.shogun-image {
    
    
  }


.s-b396e2b8-d8dd-4315-b833-8a13e8b2779c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b396e2b8-d8dd-4315-b833-8a13e8b2779c.shg-align-container {
  text-align: center
}

.s-b396e2b8-d8dd-4315-b833-8a13e8b2779c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b396e2b8-d8dd-4315-b833-8a13e8b2779c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b396e2b8-d8dd-4315-b833-8a13e8b2779c.shogun-image {
    
    
  }


.s-b396e2b8-d8dd-4315-b833-8a13e8b2779c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b396e2b8-d8dd-4315-b833-8a13e8b2779c.shg-align-container {
  text-align: center
}

.s-b396e2b8-d8dd-4315-b833-8a13e8b2779c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b396e2b8-d8dd-4315-b833-8a13e8b2779c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b396e2b8-d8dd-4315-b833-8a13e8b2779c.shogun-image {
    
    
  }


.s-b396e2b8-d8dd-4315-b833-8a13e8b2779c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b396e2b8-d8dd-4315-b833-8a13e8b2779c.shg-align-container {
  text-align: center
}

.s-b396e2b8-d8dd-4315-b833-8a13e8b2779c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b396e2b8-d8dd-4315-b833-8a13e8b2779c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-b396e2b8-d8dd-4315-b833-8a13e8b2779c.shogun-image {
    
    
  }


.s-b396e2b8-d8dd-4315-b833-8a13e8b2779c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b396e2b8-d8dd-4315-b833-8a13e8b2779c.shg-align-container {
  text-align: center
}

.s-b396e2b8-d8dd-4315-b833-8a13e8b2779c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b396e2b8-d8dd-4315-b833-8a13e8b2779c.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-b396e2b8-d8dd-4315-b833-8a13e8b2779c.shogun-image {
    
    
  }


.s-b396e2b8-d8dd-4315-b833-8a13e8b2779c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b396e2b8-d8dd-4315-b833-8a13e8b2779c.shg-align-container {
  text-align: center
}

.s-b396e2b8-d8dd-4315-b833-8a13e8b2779c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b396e2b8-d8dd-4315-b833-8a13e8b2779c.shogun-image {
  box-sizing: border-box;
}


}
#s-dc84a338-26b7-438b-9a81-26d28215f556 {
  margin-top: 50px;
margin-left: 8%;
margin-right: 8%;
min-height: 50px;
}
@media (min-width: 1200px){#s-dc84a338-26b7-438b-9a81-26d28215f556 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc84a338-26b7-438b-9a81-26d28215f556 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc84a338-26b7-438b-9a81-26d28215f556 {
  
}
}@media (max-width: 767px){#s-dc84a338-26b7-438b-9a81-26d28215f556 {
  
}
}







#s-dc84a338-26b7-438b-9a81-26d28215f556 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc84a338-26b7-438b-9a81-26d28215f556.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26b11602-8c0d-4e13-af5c-bc0506979f68 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}







  img.s-26b11602-8c0d-4e13-af5c-bc0506979f68.shogun-image {
    
    
  }


.s-26b11602-8c0d-4e13-af5c-bc0506979f68 .shogun-image-content {
  
    align-items: center;
  
}

.s-26b11602-8c0d-4e13-af5c-bc0506979f68.shg-align-container {
  text-align: center
}

.s-26b11602-8c0d-4e13-af5c-bc0506979f68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26b11602-8c0d-4e13-af5c-bc0506979f68.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-26b11602-8c0d-4e13-af5c-bc0506979f68.shogun-image {
    
    
  }


.s-26b11602-8c0d-4e13-af5c-bc0506979f68 .shogun-image-content {
  
    align-items: center;
  
}

.s-26b11602-8c0d-4e13-af5c-bc0506979f68.shg-align-container {
  text-align: center
}

.s-26b11602-8c0d-4e13-af5c-bc0506979f68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26b11602-8c0d-4e13-af5c-bc0506979f68.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-26b11602-8c0d-4e13-af5c-bc0506979f68.shogun-image {
    
    
  }


.s-26b11602-8c0d-4e13-af5c-bc0506979f68 .shogun-image-content {
  
    align-items: center;
  
}

.s-26b11602-8c0d-4e13-af5c-bc0506979f68.shg-align-container {
  text-align: center
}

.s-26b11602-8c0d-4e13-af5c-bc0506979f68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26b11602-8c0d-4e13-af5c-bc0506979f68.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-26b11602-8c0d-4e13-af5c-bc0506979f68.shogun-image {
    
    
  }


.s-26b11602-8c0d-4e13-af5c-bc0506979f68 .shogun-image-content {
  
    align-items: center;
  
}

.s-26b11602-8c0d-4e13-af5c-bc0506979f68.shg-align-container {
  text-align: center
}

.s-26b11602-8c0d-4e13-af5c-bc0506979f68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26b11602-8c0d-4e13-af5c-bc0506979f68.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-26b11602-8c0d-4e13-af5c-bc0506979f68.shogun-image {
    
    
  }


.s-26b11602-8c0d-4e13-af5c-bc0506979f68 .shogun-image-content {
  
    align-items: center;
  
}

.s-26b11602-8c0d-4e13-af5c-bc0506979f68.shg-align-container {
  text-align: center
}

.s-26b11602-8c0d-4e13-af5c-bc0506979f68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26b11602-8c0d-4e13-af5c-bc0506979f68.shogun-image {
  box-sizing: border-box;
}


}
#s-0467b2e9-84c7-4fab-96ef-24478f6e23cb {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(75, 79, 84, 1);
letter-spacing: 2px;
}
#s-0467b2e9-84c7-4fab-96ef-24478f6e23cb:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 0.6) !important;
background-image: none !important;
hover-type: color !important;}#s-0467b2e9-84c7-4fab-96ef-24478f6e23cb:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 0.6) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-0467b2e9-84c7-4fab-96ef-24478f6e23cb {
  padding-top: 0px;
}
}

  #s-0467b2e9-84c7-4fab-96ef-24478f6e23cb-root {
    text-align: center;
  }


#s-0467b2e9-84c7-4fab-96ef-24478f6e23cb.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0467b2e9-84c7-4fab-96ef-24478f6e23cb-root {
    text-align: center;
  }


#s-0467b2e9-84c7-4fab-96ef-24478f6e23cb.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0467b2e9-84c7-4fab-96ef-24478f6e23cb-root {
    text-align: center;
  }


#s-0467b2e9-84c7-4fab-96ef-24478f6e23cb.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0467b2e9-84c7-4fab-96ef-24478f6e23cb-root {
    text-align: center;
  }


#s-0467b2e9-84c7-4fab-96ef-24478f6e23cb.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0467b2e9-84c7-4fab-96ef-24478f6e23cb-root {
    text-align: center;
  }


#s-0467b2e9-84c7-4fab-96ef-24478f6e23cb.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-bc2eca7a-3886-4a87-94c9-1ba1ccceba5b {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-bc2eca7a-3886-4a87-94c9-1ba1ccceba5b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bc2eca7a-3886-4a87-94c9-1ba1ccceba5b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bc2eca7a-3886-4a87-94c9-1ba1ccceba5b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc2eca7a-3886-4a87-94c9-1ba1ccceba5b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-9f31b40e-d8f2-46a6-9199-1d5d100c4304 {
  text-align: center;
}







  img.s-9f31b40e-d8f2-46a6-9199-1d5d100c4304.shogun-image {
    
    
  }


.s-9f31b40e-d8f2-46a6-9199-1d5d100c4304 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f31b40e-d8f2-46a6-9199-1d5d100c4304.shg-align-container {
  text-align: center
}

.s-9f31b40e-d8f2-46a6-9199-1d5d100c4304.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f31b40e-d8f2-46a6-9199-1d5d100c4304.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9f31b40e-d8f2-46a6-9199-1d5d100c4304.shogun-image {
    
    
  }


.s-9f31b40e-d8f2-46a6-9199-1d5d100c4304 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f31b40e-d8f2-46a6-9199-1d5d100c4304.shg-align-container {
  text-align: center
}

.s-9f31b40e-d8f2-46a6-9199-1d5d100c4304.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f31b40e-d8f2-46a6-9199-1d5d100c4304.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-9f31b40e-d8f2-46a6-9199-1d5d100c4304.shogun-image {
    
    
  }


.s-9f31b40e-d8f2-46a6-9199-1d5d100c4304 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f31b40e-d8f2-46a6-9199-1d5d100c4304.shg-align-container {
  text-align: center
}

.s-9f31b40e-d8f2-46a6-9199-1d5d100c4304.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f31b40e-d8f2-46a6-9199-1d5d100c4304.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-9f31b40e-d8f2-46a6-9199-1d5d100c4304.shogun-image {
    
    
  }


.s-9f31b40e-d8f2-46a6-9199-1d5d100c4304 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f31b40e-d8f2-46a6-9199-1d5d100c4304.shg-align-container {
  text-align: center
}

.s-9f31b40e-d8f2-46a6-9199-1d5d100c4304.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f31b40e-d8f2-46a6-9199-1d5d100c4304.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-9f31b40e-d8f2-46a6-9199-1d5d100c4304.shogun-image {
    
    
  }


.s-9f31b40e-d8f2-46a6-9199-1d5d100c4304 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f31b40e-d8f2-46a6-9199-1d5d100c4304.shg-align-container {
  text-align: center
}

.s-9f31b40e-d8f2-46a6-9199-1d5d100c4304.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f31b40e-d8f2-46a6-9199-1d5d100c4304.shogun-image {
  box-sizing: border-box;
}


}
#s-9f9657aa-78d7-4778-a619-334e4153b066 {
  text-align: center;
}







  img.s-9f9657aa-78d7-4778-a619-334e4153b066.shogun-image {
    
    
  }


.s-9f9657aa-78d7-4778-a619-334e4153b066 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f9657aa-78d7-4778-a619-334e4153b066.shg-align-container {
  text-align: center
}

.s-9f9657aa-78d7-4778-a619-334e4153b066.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f9657aa-78d7-4778-a619-334e4153b066.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9f9657aa-78d7-4778-a619-334e4153b066.shogun-image {
    
    
  }


.s-9f9657aa-78d7-4778-a619-334e4153b066 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f9657aa-78d7-4778-a619-334e4153b066.shg-align-container {
  text-align: center
}

.s-9f9657aa-78d7-4778-a619-334e4153b066.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f9657aa-78d7-4778-a619-334e4153b066.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-9f9657aa-78d7-4778-a619-334e4153b066.shogun-image {
    
    
  }


.s-9f9657aa-78d7-4778-a619-334e4153b066 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f9657aa-78d7-4778-a619-334e4153b066.shg-align-container {
  text-align: center
}

.s-9f9657aa-78d7-4778-a619-334e4153b066.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f9657aa-78d7-4778-a619-334e4153b066.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-9f9657aa-78d7-4778-a619-334e4153b066.shogun-image {
    
    
  }


.s-9f9657aa-78d7-4778-a619-334e4153b066 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f9657aa-78d7-4778-a619-334e4153b066.shg-align-container {
  text-align: center
}

.s-9f9657aa-78d7-4778-a619-334e4153b066.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f9657aa-78d7-4778-a619-334e4153b066.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-9f9657aa-78d7-4778-a619-334e4153b066.shogun-image {
    
    
  }


.s-9f9657aa-78d7-4778-a619-334e4153b066 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f9657aa-78d7-4778-a619-334e4153b066.shg-align-container {
  text-align: center
}

.s-9f9657aa-78d7-4778-a619-334e4153b066.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f9657aa-78d7-4778-a619-334e4153b066.shogun-image {
  box-sizing: border-box;
}


}
#s-ffec700d-f2dc-4744-bde7-5dec46d77084 {
  text-align: center;
}







  img.s-ffec700d-f2dc-4744-bde7-5dec46d77084.shogun-image {
    
    
  }


.s-ffec700d-f2dc-4744-bde7-5dec46d77084 .shogun-image-content {
  
    align-items: center;
  
}

.s-ffec700d-f2dc-4744-bde7-5dec46d77084.shg-align-container {
  text-align: center
}

.s-ffec700d-f2dc-4744-bde7-5dec46d77084.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffec700d-f2dc-4744-bde7-5dec46d77084.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ffec700d-f2dc-4744-bde7-5dec46d77084.shogun-image {
    
    
  }


.s-ffec700d-f2dc-4744-bde7-5dec46d77084 .shogun-image-content {
  
    align-items: center;
  
}

.s-ffec700d-f2dc-4744-bde7-5dec46d77084.shg-align-container {
  text-align: center
}

.s-ffec700d-f2dc-4744-bde7-5dec46d77084.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffec700d-f2dc-4744-bde7-5dec46d77084.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-ffec700d-f2dc-4744-bde7-5dec46d77084.shogun-image {
    
    
  }


.s-ffec700d-f2dc-4744-bde7-5dec46d77084 .shogun-image-content {
  
    align-items: center;
  
}

.s-ffec700d-f2dc-4744-bde7-5dec46d77084.shg-align-container {
  text-align: center
}

.s-ffec700d-f2dc-4744-bde7-5dec46d77084.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffec700d-f2dc-4744-bde7-5dec46d77084.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-ffec700d-f2dc-4744-bde7-5dec46d77084.shogun-image {
    
    
  }


.s-ffec700d-f2dc-4744-bde7-5dec46d77084 .shogun-image-content {
  
    align-items: center;
  
}

.s-ffec700d-f2dc-4744-bde7-5dec46d77084.shg-align-container {
  text-align: center
}

.s-ffec700d-f2dc-4744-bde7-5dec46d77084.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffec700d-f2dc-4744-bde7-5dec46d77084.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-ffec700d-f2dc-4744-bde7-5dec46d77084.shogun-image {
    
    
  }


.s-ffec700d-f2dc-4744-bde7-5dec46d77084 .shogun-image-content {
  
    align-items: center;
  
}

.s-ffec700d-f2dc-4744-bde7-5dec46d77084.shg-align-container {
  text-align: center
}

.s-ffec700d-f2dc-4744-bde7-5dec46d77084.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffec700d-f2dc-4744-bde7-5dec46d77084.shogun-image {
  box-sizing: border-box;
}


}
#s-4aee86e9-cb8b-45b8-992e-66463712ca5a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4aee86e9-cb8b-45b8-992e-66463712ca5a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4aee86e9-cb8b-45b8-992e-66463712ca5a {
  max-width: 96%;
}
}@media (max-width: 767px){#s-4aee86e9-cb8b-45b8-992e-66463712ca5a {
  display: none;
}
#s-4aee86e9-cb8b-45b8-992e-66463712ca5a, #wrap-s-4aee86e9-cb8b-45b8-992e-66463712ca5a { display:none !important; }}







#s-4aee86e9-cb8b-45b8-992e-66463712ca5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4aee86e9-cb8b-45b8-992e-66463712ca5a {
  cursor: pointer;
}#s-4aee86e9-cb8b-45b8-992e-66463712ca5a.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-efe62607-5866-4718-9901-63cda682df91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efe62607-5866-4718-9901-63cda682df91"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-efe62607-5866-4718-9901-63cda682df91"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-efe62607-5866-4718-9901-63cda682df91"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-efe62607-5866-4718-9901-63cda682df91"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-efe62607-5866-4718-9901-63cda682df91"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-efe62607-5866-4718-9901-63cda682df91"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

#s-320e2f1c-534e-44d2-89c1-7d84a7eaa8ac {
  background-repeat: no-repeat;
background-size: cover;
min-height: 610px;
background-position: center center;
}
@media (min-width: 1200px){#s-320e2f1c-534e-44d2-89c1-7d84a7eaa8ac {
  min-height: 810px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-320e2f1c-534e-44d2-89c1-7d84a7eaa8ac {
  min-height: 810px;
}
}
#s-320e2f1c-534e-44d2-89c1-7d84a7eaa8ac {
  background-image: url(https://i.shgcdn.com/f1ced2a3-57dc-4c57-87c8-7d05807d41bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-320e2f1c-534e-44d2-89c1-7d84a7eaa8ac {
  background-image: url(https://i.shgcdn.com/f1ced2a3-57dc-4c57-87c8-7d05807d41bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-320e2f1c-534e-44d2-89c1-7d84a7eaa8ac {
  background-image: url(https://i.shgcdn.com/f1ced2a3-57dc-4c57-87c8-7d05807d41bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-320e2f1c-534e-44d2-89c1-7d84a7eaa8ac {
  background-image: url(https://i.shgcdn.com/f1ced2a3-57dc-4c57-87c8-7d05807d41bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-320e2f1c-534e-44d2-89c1-7d84a7eaa8ac {
  background-image: url(https://i.shgcdn.com/f1ced2a3-57dc-4c57-87c8-7d05807d41bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-320e2f1c-534e-44d2-89c1-7d84a7eaa8ac {
  background-image: url(https://i.shgcdn.com/f1ced2a3-57dc-4c57-87c8-7d05807d41bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-320e2f1c-534e-44d2-89c1-7d84a7eaa8ac {
  background-image: url(https://i.shgcdn.com/f1ced2a3-57dc-4c57-87c8-7d05807d41bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-320e2f1c-534e-44d2-89c1-7d84a7eaa8ac {
  background-image: url(https://i.shgcdn.com/f1ced2a3-57dc-4c57-87c8-7d05807d41bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-320e2f1c-534e-44d2-89c1-7d84a7eaa8ac {
  background-image: url(https://i.shgcdn.com/f1ced2a3-57dc-4c57-87c8-7d05807d41bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-320e2f1c-534e-44d2-89c1-7d84a7eaa8ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-320e2f1c-534e-44d2-89c1-7d84a7eaa8ac.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3f44db75-bb35-4a33-a52c-55ebe03c6aee {
  margin-top: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3f44db75-bb35-4a33-a52c-55ebe03c6aee {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3f44db75-bb35-4a33-a52c-55ebe03c6aee {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3f44db75-bb35-4a33-a52c-55ebe03c6aee {
  margin-top: 40px;
}
}@media (max-width: 767px){#s-3f44db75-bb35-4a33-a52c-55ebe03c6aee {
  
}
}







#s-3f44db75-bb35-4a33-a52c-55ebe03c6aee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f44db75-bb35-4a33-a52c-55ebe03c6aee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672 {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
text-align: center;
}
@media (min-width: 1200px){#s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672 {
  max-width: 70%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672 {
  max-width: 70%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672 {
  margin-bottom: 20px;
max-width: 80%;
}
}






  img.s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672.shogun-image {
    
    
  }


.s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672 .shogun-image-content {
  
    align-items: center;
  
}

.s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672.shg-align-container {
  text-align: center
}

.s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672.shogun-image {
    
    
  }


.s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672 .shogun-image-content {
  
    align-items: center;
  
}

.s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672.shg-align-container {
  text-align: center
}

.s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672.shogun-image {
    
    
  }


.s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672 .shogun-image-content {
  
    align-items: center;
  
}

.s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672.shg-align-container {
  text-align: center
}

.s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672.shogun-image {
    
    
  }


.s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672 .shogun-image-content {
  
    align-items: center;
  
}

.s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672.shg-align-container {
  text-align: center
}

.s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672.shogun-image {
    
    
  }


.s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672 .shogun-image-content {
  
    align-items: center;
  
}

.s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672.shg-align-container {
  text-align: center
}

.s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ce8c5c-72a6-435a-8b6a-5a0f0d6f1672.shogun-image {
  box-sizing: border-box;
}


}
#s-b18d66f3-6887-494f-a5f4-8a3967a8509d {
  padding-left: 49%;
padding-right: 49%;
}
@media (min-width: 1200px){#s-b18d66f3-6887-494f-a5f4-8a3967a8509d {
  display: none;
}
#s-b18d66f3-6887-494f-a5f4-8a3967a8509d, #wrap-s-b18d66f3-6887-494f-a5f4-8a3967a8509d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b18d66f3-6887-494f-a5f4-8a3967a8509d {
  display: none;
}
#s-b18d66f3-6887-494f-a5f4-8a3967a8509d, #wrap-s-b18d66f3-6887-494f-a5f4-8a3967a8509d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b18d66f3-6887-494f-a5f4-8a3967a8509d {
  display: none;
}
#s-b18d66f3-6887-494f-a5f4-8a3967a8509d, #wrap-s-b18d66f3-6887-494f-a5f4-8a3967a8509d { display:none !important; }}@media (max-width: 767px){#s-b18d66f3-6887-494f-a5f4-8a3967a8509d {
  display: none;
}
#s-b18d66f3-6887-494f-a5f4-8a3967a8509d, #wrap-s-b18d66f3-6887-494f-a5f4-8a3967a8509d { display:none !important; }}
#s-b18d66f3-6887-494f-a5f4-8a3967a8509d hr {
  border-top: 2px solid rgba(75, 79, 84, 1);
}

#s-fac669d2-52ac-48ac-9eb7-66d09fc88e40 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(75, 79, 84, 1);
letter-spacing: 1px;
}
#s-fac669d2-52ac-48ac-9eb7-66d09fc88e40:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 0.6) !important;
background-image: none !important;
hover-type: color !important;}#s-fac669d2-52ac-48ac-9eb7-66d09fc88e40:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-fac669d2-52ac-48ac-9eb7-66d09fc88e40 {
  margin-top: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fac669d2-52ac-48ac-9eb7-66d09fc88e40 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-fac669d2-52ac-48ac-9eb7-66d09fc88e40 {
  
}
}

  #s-fac669d2-52ac-48ac-9eb7-66d09fc88e40-root {
    text-align: center;
  }


#s-fac669d2-52ac-48ac-9eb7-66d09fc88e40.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fac669d2-52ac-48ac-9eb7-66d09fc88e40-root {
    text-align: center;
  }


#s-fac669d2-52ac-48ac-9eb7-66d09fc88e40.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fac669d2-52ac-48ac-9eb7-66d09fc88e40-root {
    text-align: center;
  }


#s-fac669d2-52ac-48ac-9eb7-66d09fc88e40.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fac669d2-52ac-48ac-9eb7-66d09fc88e40-root {
    text-align: center;
  }


#s-fac669d2-52ac-48ac-9eb7-66d09fc88e40.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fac669d2-52ac-48ac-9eb7-66d09fc88e40-root {
    text-align: center;
  }


#s-fac669d2-52ac-48ac-9eb7-66d09fc88e40.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-7ded7e40-d92a-40bc-b06e-a8118470a635"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ded7e40-d92a-40bc-b06e-a8118470a635"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7ded7e40-d92a-40bc-b06e-a8118470a635"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ded7e40-d92a-40bc-b06e-a8118470a635"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c403e43a-a98e-4286-a801-b3ffb96a5ef2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c403e43a-a98e-4286-a801-b3ffb96a5ef2 {
  min-height: 300px;
}
}







#s-c403e43a-a98e-4286-a801-b3ffb96a5ef2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c403e43a-a98e-4286-a801-b3ffb96a5ef2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-18a2fce8-e536-4188-9a5e-711905f46280 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-18a2fce8-e536-4188-9a5e-711905f46280 {
  min-height: 300px;
}
}







#s-18a2fce8-e536-4188-9a5e-711905f46280 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18a2fce8-e536-4188-9a5e-711905f46280.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fa91d192-6255-4ef2-b229-ca3aa6bb0f3c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fa91d192-6255-4ef2-b229-ca3aa6bb0f3c {
  min-height: 300px;
}
}







#s-fa91d192-6255-4ef2-b229-ca3aa6bb0f3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa91d192-6255-4ef2-b229-ca3aa6bb0f3c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d574fbfd-52e1-4188-83cf-34ce13b35334 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}
@media (min-width: 1200px){#s-d574fbfd-52e1-4188-83cf-34ce13b35334 {
  display: none;
}
#s-d574fbfd-52e1-4188-83cf-34ce13b35334, #wrap-s-d574fbfd-52e1-4188-83cf-34ce13b35334 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d574fbfd-52e1-4188-83cf-34ce13b35334 {
  display: none;
}
#s-d574fbfd-52e1-4188-83cf-34ce13b35334, #wrap-s-d574fbfd-52e1-4188-83cf-34ce13b35334 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d574fbfd-52e1-4188-83cf-34ce13b35334 {
  max-width: 96%;
display: none;
}
#s-d574fbfd-52e1-4188-83cf-34ce13b35334, #wrap-s-d574fbfd-52e1-4188-83cf-34ce13b35334 { display:none !important; }}@media (max-width: 767px){#s-d574fbfd-52e1-4188-83cf-34ce13b35334 {
  display: none;
}
#s-d574fbfd-52e1-4188-83cf-34ce13b35334, #wrap-s-d574fbfd-52e1-4188-83cf-34ce13b35334 { display:none !important; }}







#s-d574fbfd-52e1-4188-83cf-34ce13b35334 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d574fbfd-52e1-4188-83cf-34ce13b35334.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-62e19e8a-6df8-46d8-b3e7-f12eaadeeb25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62e19e8a-6df8-46d8-b3e7-f12eaadeeb25"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-62e19e8a-6df8-46d8-b3e7-f12eaadeeb25"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-62e19e8a-6df8-46d8-b3e7-f12eaadeeb25"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-62e19e8a-6df8-46d8-b3e7-f12eaadeeb25"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-62e19e8a-6df8-46d8-b3e7-f12eaadeeb25"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-62e19e8a-6df8-46d8-b3e7-f12eaadeeb25"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

#s-66390b90-7b73-4608-b1c6-5088d24a9a1d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 610px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-66390b90-7b73-4608-b1c6-5088d24a9a1d {
  min-height: 810px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-66390b90-7b73-4608-b1c6-5088d24a9a1d {
  min-height: 810px;
}
}
#s-66390b90-7b73-4608-b1c6-5088d24a9a1d {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-66390b90-7b73-4608-b1c6-5088d24a9a1d {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-66390b90-7b73-4608-b1c6-5088d24a9a1d {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-66390b90-7b73-4608-b1c6-5088d24a9a1d {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-66390b90-7b73-4608-b1c6-5088d24a9a1d {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-66390b90-7b73-4608-b1c6-5088d24a9a1d {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-66390b90-7b73-4608-b1c6-5088d24a9a1d {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-66390b90-7b73-4608-b1c6-5088d24a9a1d {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-66390b90-7b73-4608-b1c6-5088d24a9a1d {
  background-image: url(https://i.shgcdn.com/d5492bb9-1cdb-4efb-9fdb-9e7d9a8f9d28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-66390b90-7b73-4608-b1c6-5088d24a9a1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66390b90-7b73-4608-b1c6-5088d24a9a1d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a7ca658b-720e-4358-bf1a-4fe30cf884f8 {
  margin-top: 30px;
margin-left: 8%;
margin-right: 8%;
min-height: 50px;
}
@media (min-width: 1200px){#s-a7ca658b-720e-4358-bf1a-4fe30cf884f8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7ca658b-720e-4358-bf1a-4fe30cf884f8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7ca658b-720e-4358-bf1a-4fe30cf884f8 {
  
}
}@media (max-width: 767px){#s-a7ca658b-720e-4358-bf1a-4fe30cf884f8 {
  
}
}







#s-a7ca658b-720e-4358-bf1a-4fe30cf884f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7ca658b-720e-4358-bf1a-4fe30cf884f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0bf1608-f275-4b5d-97d4-34a101c0dddd {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}







  img.s-c0bf1608-f275-4b5d-97d4-34a101c0dddd.shogun-image {
    
    
  }


.s-c0bf1608-f275-4b5d-97d4-34a101c0dddd .shogun-image-content {
  
    align-items: center;
  
}

.s-c0bf1608-f275-4b5d-97d4-34a101c0dddd.shg-align-container {
  text-align: center
}

.s-c0bf1608-f275-4b5d-97d4-34a101c0dddd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0bf1608-f275-4b5d-97d4-34a101c0dddd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c0bf1608-f275-4b5d-97d4-34a101c0dddd.shogun-image {
    
    
  }


.s-c0bf1608-f275-4b5d-97d4-34a101c0dddd .shogun-image-content {
  
    align-items: center;
  
}

.s-c0bf1608-f275-4b5d-97d4-34a101c0dddd.shg-align-container {
  text-align: center
}

.s-c0bf1608-f275-4b5d-97d4-34a101c0dddd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0bf1608-f275-4b5d-97d4-34a101c0dddd.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-c0bf1608-f275-4b5d-97d4-34a101c0dddd.shogun-image {
    
    
  }


.s-c0bf1608-f275-4b5d-97d4-34a101c0dddd .shogun-image-content {
  
    align-items: center;
  
}

.s-c0bf1608-f275-4b5d-97d4-34a101c0dddd.shg-align-container {
  text-align: center
}

.s-c0bf1608-f275-4b5d-97d4-34a101c0dddd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0bf1608-f275-4b5d-97d4-34a101c0dddd.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-c0bf1608-f275-4b5d-97d4-34a101c0dddd.shogun-image {
    
    
  }


.s-c0bf1608-f275-4b5d-97d4-34a101c0dddd .shogun-image-content {
  
    align-items: center;
  
}

.s-c0bf1608-f275-4b5d-97d4-34a101c0dddd.shg-align-container {
  text-align: center
}

.s-c0bf1608-f275-4b5d-97d4-34a101c0dddd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0bf1608-f275-4b5d-97d4-34a101c0dddd.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-c0bf1608-f275-4b5d-97d4-34a101c0dddd.shogun-image {
    
    
  }


.s-c0bf1608-f275-4b5d-97d4-34a101c0dddd .shogun-image-content {
  
    align-items: center;
  
}

.s-c0bf1608-f275-4b5d-97d4-34a101c0dddd.shg-align-container {
  text-align: center
}

.s-c0bf1608-f275-4b5d-97d4-34a101c0dddd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0bf1608-f275-4b5d-97d4-34a101c0dddd.shogun-image {
  box-sizing: border-box;
}


}
#s-d0d64e06-f84d-4c9a-88b4-56d7c7f11859 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(133, 164, 196, 1);
letter-spacing: 1px;
}
#s-d0d64e06-f84d-4c9a-88b4-56d7c7f11859:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(133, 164, 196, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d0d64e06-f84d-4c9a-88b4-56d7c7f11859:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(133, 164, 196, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-d0d64e06-f84d-4c9a-88b4-56d7c7f11859 {
  padding-top: 0px;
}
}

  #s-d0d64e06-f84d-4c9a-88b4-56d7c7f11859-root {
    text-align: center;
  }


#s-d0d64e06-f84d-4c9a-88b4-56d7c7f11859.shg-btn {
  color: rgba(133, 164, 196, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d0d64e06-f84d-4c9a-88b4-56d7c7f11859-root {
    text-align: center;
  }


#s-d0d64e06-f84d-4c9a-88b4-56d7c7f11859.shg-btn {
  color: rgba(133, 164, 196, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d0d64e06-f84d-4c9a-88b4-56d7c7f11859-root {
    text-align: center;
  }


#s-d0d64e06-f84d-4c9a-88b4-56d7c7f11859.shg-btn {
  color: rgba(133, 164, 196, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d0d64e06-f84d-4c9a-88b4-56d7c7f11859-root {
    text-align: center;
  }


#s-d0d64e06-f84d-4c9a-88b4-56d7c7f11859.shg-btn {
  color: rgba(133, 164, 196, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d0d64e06-f84d-4c9a-88b4-56d7c7f11859-root {
    text-align: center;
  }


#s-d0d64e06-f84d-4c9a-88b4-56d7c7f11859.shg-btn {
  color: rgba(133, 164, 196, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-789ac764-7e78-4310-8826-56e47423ee26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-789ac764-7e78-4310-8826-56e47423ee26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-789ac764-7e78-4310-8826-56e47423ee26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-789ac764-7e78-4310-8826-56e47423ee26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-a4d06635-edf9-45e3-8a42-60ff8877f874 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a4d06635-edf9-45e3-8a42-60ff8877f874 {
  min-height: 300px;
}
}







#s-a4d06635-edf9-45e3-8a42-60ff8877f874 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4d06635-edf9-45e3-8a42-60ff8877f874.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d7661980-5469-43d5-9cab-7df89287cfb6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7661980-5469-43d5-9cab-7df89287cfb6 {
  min-height: 300px;
}
}







#s-d7661980-5469-43d5-9cab-7df89287cfb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7661980-5469-43d5-9cab-7df89287cfb6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5a85b0a4-e9e6-4933-a25a-496b95d429bf {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a85b0a4-e9e6-4933-a25a-496b95d429bf {
  min-height: 300px;
}
}







#s-5a85b0a4-e9e6-4933-a25a-496b95d429bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a85b0a4-e9e6-4933-a25a-496b95d429bf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ab6632b5-94c7-48e3-87f2-2190bb074440 {
  margin-top: 10px;
min-height: 50px;
}








#s-ab6632b5-94c7-48e3-87f2-2190bb074440 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab6632b5-94c7-48e3-87f2-2190bb074440.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c688f372-c4fe-4aea-9c63-9ab2c7157491 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-c688f372-c4fe-4aea-9c63-9ab2c7157491 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c688f372-c4fe-4aea-9c63-9ab2c7157491 .shg-sld-nav-button.shg-sld-left,
#s-c688f372-c4fe-4aea-9c63-9ab2c7157491 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b508c759-9430-4332-b24b-52c779974028 {
  margin-left: 10%;
margin-right: 10%;
}

#s-9c97243b-3912-45dd-b148-40e1a3718d11 {
  display: none;
}
#s-ce98b20a-3a1d-42ff-867b-96f13256a306 {
  text-align: left;
}



.shg-c#s-ce98b20a-3a1d-42ff-867b-96f13256a306 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce98b20a-3a1d-42ff-867b-96f13256a306 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ce98b20a-3a1d-42ff-867b-96f13256a306 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce98b20a-3a1d-42ff-867b-96f13256a306 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ce98b20a-3a1d-42ff-867b-96f13256a306 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce98b20a-3a1d-42ff-867b-96f13256a306 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ce98b20a-3a1d-42ff-867b-96f13256a306 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce98b20a-3a1d-42ff-867b-96f13256a306 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-ce98b20a-3a1d-42ff-867b-96f13256a306 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce98b20a-3a1d-42ff-867b-96f13256a306 img.shogun-image {
  width: 100%;
}



}
#s-ee734e15-5a22-4934-aab7-8e91840a6fad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee734e15-5a22-4934-aab7-8e91840a6fad .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Avenir Next;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-0855e3a4-dd35-4884-aa10-2bc8d73cf1af {
  text-align: center;
}

#s-0855e3a4-dd35-4884-aa10-2bc8d73cf1af .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0855e3a4-dd35-4884-aa10-2bc8d73cf1af .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0855e3a4-dd35-4884-aa10-2bc8d73cf1af .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d976a3d8-fe5a-4c5f-b9da-3bbd020a3828 {
  display: none;
}
#s-9b1199c4-9242-42fc-913e-49836fa0b1ae {
  text-align: left;
}



.shg-c#s-9b1199c4-9242-42fc-913e-49836fa0b1ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b1199c4-9242-42fc-913e-49836fa0b1ae img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9b1199c4-9242-42fc-913e-49836fa0b1ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b1199c4-9242-42fc-913e-49836fa0b1ae img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9b1199c4-9242-42fc-913e-49836fa0b1ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b1199c4-9242-42fc-913e-49836fa0b1ae img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9b1199c4-9242-42fc-913e-49836fa0b1ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b1199c4-9242-42fc-913e-49836fa0b1ae img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-9b1199c4-9242-42fc-913e-49836fa0b1ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b1199c4-9242-42fc-913e-49836fa0b1ae img.shogun-image {
  width: 100%;
}



}
#s-b675fe44-1cbc-4ea3-9edf-620aaa0f2310 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b675fe44-1cbc-4ea3-9edf-620aaa0f2310 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Avenir Next;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-e81c3bc8-7793-4aa3-98ea-2c507d29d917 {
  text-align: center;
}

#s-e81c3bc8-7793-4aa3-98ea-2c507d29d917 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e81c3bc8-7793-4aa3-98ea-2c507d29d917 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e81c3bc8-7793-4aa3-98ea-2c507d29d917 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ed74c1e5-5f4c-458e-a3bd-162fb70baa3c {
  display: none;
}
#s-9ded2624-eb74-47ff-b661-2f9ccc552a20 {
  text-align: left;
}



.shg-c#s-9ded2624-eb74-47ff-b661-2f9ccc552a20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ded2624-eb74-47ff-b661-2f9ccc552a20 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9ded2624-eb74-47ff-b661-2f9ccc552a20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ded2624-eb74-47ff-b661-2f9ccc552a20 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9ded2624-eb74-47ff-b661-2f9ccc552a20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ded2624-eb74-47ff-b661-2f9ccc552a20 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9ded2624-eb74-47ff-b661-2f9ccc552a20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ded2624-eb74-47ff-b661-2f9ccc552a20 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-9ded2624-eb74-47ff-b661-2f9ccc552a20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ded2624-eb74-47ff-b661-2f9ccc552a20 img.shogun-image {
  width: 100%;
}



}
#s-90b2cc45-8e9e-4c08-9a19-d7ebcd4dba11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-90b2cc45-8e9e-4c08-9a19-d7ebcd4dba11 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Avenir Next;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-3ff33a0e-15f3-46b4-8ea9-5b4688739fc8 {
  text-align: center;
}

#s-3ff33a0e-15f3-46b4-8ea9-5b4688739fc8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3ff33a0e-15f3-46b4-8ea9-5b4688739fc8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-3ff33a0e-15f3-46b4-8ea9-5b4688739fc8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a2bfdb07-9193-44b3-bccd-2fef34753561 {
  display: none;
}
#s-e06bbd59-d9f5-4283-8cfe-aa00b6dfcf01 {
  text-align: left;
}



.shg-c#s-e06bbd59-d9f5-4283-8cfe-aa00b6dfcf01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e06bbd59-d9f5-4283-8cfe-aa00b6dfcf01 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e06bbd59-d9f5-4283-8cfe-aa00b6dfcf01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e06bbd59-d9f5-4283-8cfe-aa00b6dfcf01 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e06bbd59-d9f5-4283-8cfe-aa00b6dfcf01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e06bbd59-d9f5-4283-8cfe-aa00b6dfcf01 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e06bbd59-d9f5-4283-8cfe-aa00b6dfcf01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e06bbd59-d9f5-4283-8cfe-aa00b6dfcf01 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-e06bbd59-d9f5-4283-8cfe-aa00b6dfcf01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e06bbd59-d9f5-4283-8cfe-aa00b6dfcf01 img.shogun-image {
  width: 100%;
}



}
#s-c7e1d4e7-6345-420c-bd4f-324ca73daecd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7e1d4e7-6345-420c-bd4f-324ca73daecd .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Avenir Next;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-4319eae0-4a6b-45cd-8884-f400f4ff4a7b {
  text-align: center;
}

#s-4319eae0-4a6b-45cd-8884-f400f4ff4a7b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4319eae0-4a6b-45cd-8884-f400f4ff4a7b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-4319eae0-4a6b-45cd-8884-f400f4ff4a7b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c1dd2531-ca59-4ca0-85e7-c4c3510c31ac {
  display: none;
}
#s-dfc45583-aec9-4307-9196-1ab7eb4815d0 {
  text-align: left;
}



.shg-c#s-dfc45583-aec9-4307-9196-1ab7eb4815d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfc45583-aec9-4307-9196-1ab7eb4815d0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dfc45583-aec9-4307-9196-1ab7eb4815d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfc45583-aec9-4307-9196-1ab7eb4815d0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-dfc45583-aec9-4307-9196-1ab7eb4815d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfc45583-aec9-4307-9196-1ab7eb4815d0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-dfc45583-aec9-4307-9196-1ab7eb4815d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfc45583-aec9-4307-9196-1ab7eb4815d0 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-dfc45583-aec9-4307-9196-1ab7eb4815d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfc45583-aec9-4307-9196-1ab7eb4815d0 img.shogun-image {
  width: 100%;
}



}
#s-084839cb-8658-423f-8a4e-a87157b50f4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-084839cb-8658-423f-8a4e-a87157b50f4b .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Avenir Next;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-7f6234dd-2ad8-491a-a80b-3bcec37ea4d4 {
  text-align: center;
}

#s-7f6234dd-2ad8-491a-a80b-3bcec37ea4d4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7f6234dd-2ad8-491a-a80b-3bcec37ea4d4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7f6234dd-2ad8-491a-a80b-3bcec37ea4d4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0296e21c-4022-4d7c-8106-a38fcfc2f5b9 {
  display: none;
}
#s-adae0c9e-459c-4990-8227-55dfaeda11b2 {
  text-align: left;
}



.shg-c#s-adae0c9e-459c-4990-8227-55dfaeda11b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adae0c9e-459c-4990-8227-55dfaeda11b2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-adae0c9e-459c-4990-8227-55dfaeda11b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adae0c9e-459c-4990-8227-55dfaeda11b2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-adae0c9e-459c-4990-8227-55dfaeda11b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adae0c9e-459c-4990-8227-55dfaeda11b2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-adae0c9e-459c-4990-8227-55dfaeda11b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adae0c9e-459c-4990-8227-55dfaeda11b2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-adae0c9e-459c-4990-8227-55dfaeda11b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adae0c9e-459c-4990-8227-55dfaeda11b2 img.shogun-image {
  width: 100%;
}



}
#s-a892afee-fe6b-40f3-ae71-e4ed1f09c675 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a892afee-fe6b-40f3-ae71-e4ed1f09c675 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Avenir Next;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-a66bd0d9-a4f3-477f-966e-c44a4e5800ab {
  text-align: center;
}

#s-a66bd0d9-a4f3-477f-966e-c44a4e5800ab .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a66bd0d9-a4f3-477f-966e-c44a4e5800ab .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a66bd0d9-a4f3-477f-966e-c44a4e5800ab .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d1c08f73-4b88-4180-9180-83a3056a66d5 {
  margin-left: 10%;
margin-right: 10%;
}

#s-4c1136db-c910-4b40-bdf6-53911f55d110 {
  display: none;
}
#s-7f7f90e4-8768-4fd2-bbea-ed9d465c1294 {
  text-align: left;
}



.shg-c#s-7f7f90e4-8768-4fd2-bbea-ed9d465c1294 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f7f90e4-8768-4fd2-bbea-ed9d465c1294 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7f7f90e4-8768-4fd2-bbea-ed9d465c1294 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f7f90e4-8768-4fd2-bbea-ed9d465c1294 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7f7f90e4-8768-4fd2-bbea-ed9d465c1294 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f7f90e4-8768-4fd2-bbea-ed9d465c1294 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7f7f90e4-8768-4fd2-bbea-ed9d465c1294 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f7f90e4-8768-4fd2-bbea-ed9d465c1294 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-7f7f90e4-8768-4fd2-bbea-ed9d465c1294 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f7f90e4-8768-4fd2-bbea-ed9d465c1294 img.shogun-image {
  width: 100%;
}



}
#s-8fe07e4b-a761-4562-a605-483830411002 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8fe07e4b-a761-4562-a605-483830411002 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Avenir Next;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-20b3a9cf-be18-4596-aa6b-e317497ebd64 {
  text-align: center;
}

#s-20b3a9cf-be18-4596-aa6b-e317497ebd64 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-20b3a9cf-be18-4596-aa6b-e317497ebd64 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-20b3a9cf-be18-4596-aa6b-e317497ebd64 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0acaf139-dd04-4567-b488-5e85cccdd3d1 {
  display: none;
}
#s-d873fd66-0a4d-437d-a531-0613e5d40c59 {
  text-align: left;
}



.shg-c#s-d873fd66-0a4d-437d-a531-0613e5d40c59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d873fd66-0a4d-437d-a531-0613e5d40c59 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d873fd66-0a4d-437d-a531-0613e5d40c59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d873fd66-0a4d-437d-a531-0613e5d40c59 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d873fd66-0a4d-437d-a531-0613e5d40c59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d873fd66-0a4d-437d-a531-0613e5d40c59 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d873fd66-0a4d-437d-a531-0613e5d40c59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d873fd66-0a4d-437d-a531-0613e5d40c59 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-d873fd66-0a4d-437d-a531-0613e5d40c59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d873fd66-0a4d-437d-a531-0613e5d40c59 img.shogun-image {
  width: 100%;
}



}
#s-f56d2505-ebd3-4647-9282-b96a87c8f239 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f56d2505-ebd3-4647-9282-b96a87c8f239 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Avenir Next;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-ef2e4754-1a51-4e7f-9c6b-525a718d3cc9 {
  text-align: center;
}

#s-ef2e4754-1a51-4e7f-9c6b-525a718d3cc9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ef2e4754-1a51-4e7f-9c6b-525a718d3cc9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ef2e4754-1a51-4e7f-9c6b-525a718d3cc9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c66e5e8f-b989-4bb8-b2e6-779e6840139e {
  display: none;
}
#s-ac648dfa-fa84-41c3-931f-4362b1bb9949 {
  text-align: left;
}



.shg-c#s-ac648dfa-fa84-41c3-931f-4362b1bb9949 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac648dfa-fa84-41c3-931f-4362b1bb9949 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ac648dfa-fa84-41c3-931f-4362b1bb9949 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac648dfa-fa84-41c3-931f-4362b1bb9949 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ac648dfa-fa84-41c3-931f-4362b1bb9949 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac648dfa-fa84-41c3-931f-4362b1bb9949 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ac648dfa-fa84-41c3-931f-4362b1bb9949 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac648dfa-fa84-41c3-931f-4362b1bb9949 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-ac648dfa-fa84-41c3-931f-4362b1bb9949 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac648dfa-fa84-41c3-931f-4362b1bb9949 img.shogun-image {
  width: 100%;
}



}
#s-8aa37478-ac86-43a4-82cc-2d72da6d0b4d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8aa37478-ac86-43a4-82cc-2d72da6d0b4d .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Avenir Next;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-78be3da0-a67b-4cb0-99c8-d4e2525bb21f {
  text-align: center;
}

#s-78be3da0-a67b-4cb0-99c8-d4e2525bb21f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-78be3da0-a67b-4cb0-99c8-d4e2525bb21f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-78be3da0-a67b-4cb0-99c8-d4e2525bb21f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-94aa9828-ca4f-4ec4-ac5a-08c002c52aa2 {
  display: none;
}
#s-7a61a8fb-50e0-41f1-b8cc-91205ea1d1e9 {
  text-align: left;
}



.shg-c#s-7a61a8fb-50e0-41f1-b8cc-91205ea1d1e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a61a8fb-50e0-41f1-b8cc-91205ea1d1e9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7a61a8fb-50e0-41f1-b8cc-91205ea1d1e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a61a8fb-50e0-41f1-b8cc-91205ea1d1e9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7a61a8fb-50e0-41f1-b8cc-91205ea1d1e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a61a8fb-50e0-41f1-b8cc-91205ea1d1e9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7a61a8fb-50e0-41f1-b8cc-91205ea1d1e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a61a8fb-50e0-41f1-b8cc-91205ea1d1e9 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-7a61a8fb-50e0-41f1-b8cc-91205ea1d1e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a61a8fb-50e0-41f1-b8cc-91205ea1d1e9 img.shogun-image {
  width: 100%;
}



}
#s-e9808970-a2e7-42ce-96ef-012d7f4c8996 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9808970-a2e7-42ce-96ef-012d7f4c8996 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Avenir Next;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-a12fd0f1-fb76-4da9-933a-df7af5867ca3 {
  text-align: center;
}

#s-a12fd0f1-fb76-4da9-933a-df7af5867ca3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a12fd0f1-fb76-4da9-933a-df7af5867ca3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a12fd0f1-fb76-4da9-933a-df7af5867ca3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c7314bb4-c534-4e70-ba25-025f4365b148 {
  display: none;
}
#s-7f4e1406-158d-4b64-856b-0a2de90e1e24 {
  text-align: left;
}



.shg-c#s-7f4e1406-158d-4b64-856b-0a2de90e1e24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f4e1406-158d-4b64-856b-0a2de90e1e24 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7f4e1406-158d-4b64-856b-0a2de90e1e24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f4e1406-158d-4b64-856b-0a2de90e1e24 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7f4e1406-158d-4b64-856b-0a2de90e1e24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f4e1406-158d-4b64-856b-0a2de90e1e24 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7f4e1406-158d-4b64-856b-0a2de90e1e24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f4e1406-158d-4b64-856b-0a2de90e1e24 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-7f4e1406-158d-4b64-856b-0a2de90e1e24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f4e1406-158d-4b64-856b-0a2de90e1e24 img.shogun-image {
  width: 100%;
}



}
#s-4d8a76a3-e3d1-4d13-8dce-8b232e32e408 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d8a76a3-e3d1-4d13-8dce-8b232e32e408 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Avenir Next;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-f0a44997-bddc-4bc1-85bc-e86456c60d07 {
  text-align: center;
}

#s-f0a44997-bddc-4bc1-85bc-e86456c60d07 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f0a44997-bddc-4bc1-85bc-e86456c60d07 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-f0a44997-bddc-4bc1-85bc-e86456c60d07 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-40162555-1e9d-40d6-b874-16e3e1beb8c2 {
  display: none;
}
#s-29c7c72e-cbf3-49dc-a603-19c2cd240e32 {
  text-align: left;
}



.shg-c#s-29c7c72e-cbf3-49dc-a603-19c2cd240e32 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29c7c72e-cbf3-49dc-a603-19c2cd240e32 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-29c7c72e-cbf3-49dc-a603-19c2cd240e32 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29c7c72e-cbf3-49dc-a603-19c2cd240e32 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-29c7c72e-cbf3-49dc-a603-19c2cd240e32 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29c7c72e-cbf3-49dc-a603-19c2cd240e32 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-29c7c72e-cbf3-49dc-a603-19c2cd240e32 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29c7c72e-cbf3-49dc-a603-19c2cd240e32 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-29c7c72e-cbf3-49dc-a603-19c2cd240e32 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29c7c72e-cbf3-49dc-a603-19c2cd240e32 img.shogun-image {
  width: 100%;
}



}
#s-9a22bec4-1d42-4034-a920-2956b5864a3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a22bec4-1d42-4034-a920-2956b5864a3d .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Avenir Next;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-9cd38f1b-ec43-43e9-96ca-fa80a05eb971 {
  text-align: center;
}

#s-9cd38f1b-ec43-43e9-96ca-fa80a05eb971 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9cd38f1b-ec43-43e9-96ca-fa80a05eb971 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9cd38f1b-ec43-43e9-96ca-fa80a05eb971 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-18b1ddb4-caca-4cd0-b8f2-6c3acc19f817 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
background-color: rgba(249, 248, 246, 0.8);
}
@media (min-width: 768px) and (max-width: 991px){#s-18b1ddb4-caca-4cd0-b8f2-6c3acc19f817 {
  max-width: 96%;
}
}@media (max-width: 767px){#s-18b1ddb4-caca-4cd0-b8f2-6c3acc19f817 {
  max-width: 100%;
}
}







#s-18b1ddb4-caca-4cd0-b8f2-6c3acc19f817 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18b1ddb4-caca-4cd0-b8f2-6c3acc19f817.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e14c670c-464c-40cc-9f43-e9cecae7f904 {
  padding-top: 20px;
padding-bottom: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e14c670c-464c-40cc-9f43-e9cecae7f904 {
  display: none;
}
#s-e14c670c-464c-40cc-9f43-e9cecae7f904, #wrap-s-e14c670c-464c-40cc-9f43-e9cecae7f904 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e14c670c-464c-40cc-9f43-e9cecae7f904 {
  display: none;
}
#s-e14c670c-464c-40cc-9f43-e9cecae7f904, #wrap-s-e14c670c-464c-40cc-9f43-e9cecae7f904 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e14c670c-464c-40cc-9f43-e9cecae7f904 {
  display: none;
}
#s-e14c670c-464c-40cc-9f43-e9cecae7f904, #wrap-s-e14c670c-464c-40cc-9f43-e9cecae7f904 { display:none !important; }}@media (max-width: 767px){#s-e14c670c-464c-40cc-9f43-e9cecae7f904 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
}







#s-e14c670c-464c-40cc-9f43-e9cecae7f904 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e14c670c-464c-40cc-9f43-e9cecae7f904.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2df2510-53ff-4681-ad30-60feb12a19a0 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e2df2510-53ff-4681-ad30-60feb12a19a0 img.shogun-image,
  #s-e2df2510-53ff-4681-ad30-60feb12a19a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2df2510-53ff-4681-ad30-60feb12a19a0 {
    width: 100%;
    height: auto;
  }



  img.s-e2df2510-53ff-4681-ad30-60feb12a19a0.shogun-image {
    
    
  }


.s-e2df2510-53ff-4681-ad30-60feb12a19a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2df2510-53ff-4681-ad30-60feb12a19a0.shg-align-container {
  text-align: center
}

.s-e2df2510-53ff-4681-ad30-60feb12a19a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2df2510-53ff-4681-ad30-60feb12a19a0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-e2df2510-53ff-4681-ad30-60feb12a19a0 img.shogun-image,
  #s-e2df2510-53ff-4681-ad30-60feb12a19a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2df2510-53ff-4681-ad30-60feb12a19a0 {
    width: 100%;
    height: auto;
  }



  img.s-e2df2510-53ff-4681-ad30-60feb12a19a0.shogun-image {
    
    
  }


.s-e2df2510-53ff-4681-ad30-60feb12a19a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2df2510-53ff-4681-ad30-60feb12a19a0.shg-align-container {
  text-align: center
}

.s-e2df2510-53ff-4681-ad30-60feb12a19a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2df2510-53ff-4681-ad30-60feb12a19a0.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-e2df2510-53ff-4681-ad30-60feb12a19a0 img.shogun-image,
  #s-e2df2510-53ff-4681-ad30-60feb12a19a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2df2510-53ff-4681-ad30-60feb12a19a0 {
    width: 100%;
    height: auto;
  }



  img.s-e2df2510-53ff-4681-ad30-60feb12a19a0.shogun-image {
    
    
  }


.s-e2df2510-53ff-4681-ad30-60feb12a19a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2df2510-53ff-4681-ad30-60feb12a19a0.shg-align-container {
  text-align: center
}

.s-e2df2510-53ff-4681-ad30-60feb12a19a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2df2510-53ff-4681-ad30-60feb12a19a0.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-e2df2510-53ff-4681-ad30-60feb12a19a0 img.shogun-image,
  #s-e2df2510-53ff-4681-ad30-60feb12a19a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2df2510-53ff-4681-ad30-60feb12a19a0 {
    width: 100%;
    height: auto;
  }



  img.s-e2df2510-53ff-4681-ad30-60feb12a19a0.shogun-image {
    
    
  }


.s-e2df2510-53ff-4681-ad30-60feb12a19a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2df2510-53ff-4681-ad30-60feb12a19a0.shg-align-container {
  text-align: center
}

.s-e2df2510-53ff-4681-ad30-60feb12a19a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2df2510-53ff-4681-ad30-60feb12a19a0.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-e2df2510-53ff-4681-ad30-60feb12a19a0 img.shogun-image,
  #s-e2df2510-53ff-4681-ad30-60feb12a19a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2df2510-53ff-4681-ad30-60feb12a19a0 {
    width: 100%;
    height: auto;
  }



  img.s-e2df2510-53ff-4681-ad30-60feb12a19a0.shogun-image {
    
    
  }


.s-e2df2510-53ff-4681-ad30-60feb12a19a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2df2510-53ff-4681-ad30-60feb12a19a0.shg-align-container {
  text-align: center
}

.s-e2df2510-53ff-4681-ad30-60feb12a19a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2df2510-53ff-4681-ad30-60feb12a19a0.shogun-image {
  box-sizing: border-box;
}


}
#s-803a3565-67d5-4c96-a926-d026e58e0294 {
  min-height: 50px;
}








#s-803a3565-67d5-4c96-a926-d026e58e0294 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-803a3565-67d5-4c96-a926-d026e58e0294.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a182d2dd-0c44-4eec-a55f-d640c65c6df6 {
  margin-top: 30px;
max-width: 70%;
aspect-ratio: 951/183;
text-align: center;
}





  #s-a182d2dd-0c44-4eec-a55f-d640c65c6df6 img.shogun-image,
  #s-a182d2dd-0c44-4eec-a55f-d640c65c6df6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a182d2dd-0c44-4eec-a55f-d640c65c6df6 {
    width: 100%;
    height: auto;
  }



  img.s-a182d2dd-0c44-4eec-a55f-d640c65c6df6.shogun-image {
    
    
  }


.s-a182d2dd-0c44-4eec-a55f-d640c65c6df6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a182d2dd-0c44-4eec-a55f-d640c65c6df6.shg-align-container {
  text-align: center
}

.s-a182d2dd-0c44-4eec-a55f-d640c65c6df6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a182d2dd-0c44-4eec-a55f-d640c65c6df6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-a182d2dd-0c44-4eec-a55f-d640c65c6df6 img.shogun-image,
  #s-a182d2dd-0c44-4eec-a55f-d640c65c6df6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a182d2dd-0c44-4eec-a55f-d640c65c6df6 {
    width: 100%;
    height: auto;
  }



  img.s-a182d2dd-0c44-4eec-a55f-d640c65c6df6.shogun-image {
    
    
  }


.s-a182d2dd-0c44-4eec-a55f-d640c65c6df6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a182d2dd-0c44-4eec-a55f-d640c65c6df6.shg-align-container {
  text-align: center
}

.s-a182d2dd-0c44-4eec-a55f-d640c65c6df6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a182d2dd-0c44-4eec-a55f-d640c65c6df6.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-a182d2dd-0c44-4eec-a55f-d640c65c6df6 img.shogun-image,
  #s-a182d2dd-0c44-4eec-a55f-d640c65c6df6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a182d2dd-0c44-4eec-a55f-d640c65c6df6 {
    width: 100%;
    height: auto;
  }



  img.s-a182d2dd-0c44-4eec-a55f-d640c65c6df6.shogun-image {
    
    
  }


.s-a182d2dd-0c44-4eec-a55f-d640c65c6df6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a182d2dd-0c44-4eec-a55f-d640c65c6df6.shg-align-container {
  text-align: center
}

.s-a182d2dd-0c44-4eec-a55f-d640c65c6df6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a182d2dd-0c44-4eec-a55f-d640c65c6df6.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-a182d2dd-0c44-4eec-a55f-d640c65c6df6 img.shogun-image,
  #s-a182d2dd-0c44-4eec-a55f-d640c65c6df6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a182d2dd-0c44-4eec-a55f-d640c65c6df6 {
    width: 100%;
    height: auto;
  }



  img.s-a182d2dd-0c44-4eec-a55f-d640c65c6df6.shogun-image {
    
    
  }


.s-a182d2dd-0c44-4eec-a55f-d640c65c6df6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a182d2dd-0c44-4eec-a55f-d640c65c6df6.shg-align-container {
  text-align: center
}

.s-a182d2dd-0c44-4eec-a55f-d640c65c6df6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a182d2dd-0c44-4eec-a55f-d640c65c6df6.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-a182d2dd-0c44-4eec-a55f-d640c65c6df6 img.shogun-image,
  #s-a182d2dd-0c44-4eec-a55f-d640c65c6df6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a182d2dd-0c44-4eec-a55f-d640c65c6df6 {
    width: 100%;
    height: auto;
  }



  img.s-a182d2dd-0c44-4eec-a55f-d640c65c6df6.shogun-image {
    
    
  }


.s-a182d2dd-0c44-4eec-a55f-d640c65c6df6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a182d2dd-0c44-4eec-a55f-d640c65c6df6.shg-align-container {
  text-align: center
}

.s-a182d2dd-0c44-4eec-a55f-d640c65c6df6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a182d2dd-0c44-4eec-a55f-d640c65c6df6.shogun-image {
  box-sizing: border-box;
}


}
#s-97d75357-9088-49c5-8df1-3198fe466dfa {
  padding-left: 49%;
padding-right: 49%;
}

#s-97d75357-9088-49c5-8df1-3198fe466dfa hr {
  border-top: 2px solid rgba(75, 79, 84, 1);
}

#s-7b2f1554-daa2-4b5c-948b-aa7ec443c1bf {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 0px;
max-width: 90%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7b2f1554-daa2-4b5c-948b-aa7ec443c1bf {
  
}
}@media (max-width: 767px){#s-7b2f1554-daa2-4b5c-948b-aa7ec443c1bf {
  
}
}
#s-6c21bded-859c-436a-a427-bdaf5c5c5e40 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(74, 79, 84, 1);
letter-spacing: 1px;
}
#s-6c21bded-859c-436a-a427-bdaf5c5c5e40:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(74, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6c21bded-859c-436a-a427-bdaf5c5c5e40:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(74, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-6c21bded-859c-436a-a427-bdaf5c5c5e40 {
  
}
}

  #s-6c21bded-859c-436a-a427-bdaf5c5c5e40-root {
    text-align: center;
  }


#s-6c21bded-859c-436a-a427-bdaf5c5c5e40.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6c21bded-859c-436a-a427-bdaf5c5c5e40-root {
    text-align: center;
  }


#s-6c21bded-859c-436a-a427-bdaf5c5c5e40.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c21bded-859c-436a-a427-bdaf5c5c5e40-root {
    text-align: center;
  }


#s-6c21bded-859c-436a-a427-bdaf5c5c5e40.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c21bded-859c-436a-a427-bdaf5c5c5e40-root {
    text-align: center;
  }


#s-6c21bded-859c-436a-a427-bdaf5c5c5e40.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6c21bded-859c-436a-a427-bdaf5c5c5e40-root {
    text-align: center;
  }


#s-6c21bded-859c-436a-a427-bdaf5c5c5e40.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d3fc9c84-a981-4f71-855b-3d8b5f865ba7 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
max-width: 96%;
}
@media (max-width: 767px){#s-d3fc9c84-a981-4f71-855b-3d8b5f865ba7 {
  display: none;
}
#s-d3fc9c84-a981-4f71-855b-3d8b5f865ba7, #wrap-s-d3fc9c84-a981-4f71-855b-3d8b5f865ba7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d3fc9c84-a981-4f71-855b-3d8b5f865ba7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3fc9c84-a981-4f71-855b-3d8b5f865ba7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d3fc9c84-a981-4f71-855b-3d8b5f865ba7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d3fc9c84-a981-4f71-855b-3d8b5f865ba7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d3fc9c84-a981-4f71-855b-3d8b5f865ba7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3fc9c84-a981-4f71-855b-3d8b5f865ba7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d3fc9c84-a981-4f71-855b-3d8b5f865ba7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

#s-5b0f7bda-e1cb-4e22-8e52-da35823d163b {
  min-height: 50px;
}








#s-5b0f7bda-e1cb-4e22-8e52-da35823d163b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b0f7bda-e1cb-4e22-8e52-da35823d163b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b167bbb-5227-441f-9c48-81d3237d5dcc {
  min-height: 50px;
}








#s-0b167bbb-5227-441f-9c48-81d3237d5dcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b167bbb-5227-441f-9c48-81d3237d5dcc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-218a5b6b-ea11-441d-9620-084eb95cbccd {
  max-width: 80%;
aspect-ratio: 951/183;
text-align: center;
}





  #s-218a5b6b-ea11-441d-9620-084eb95cbccd img.shogun-image,
  #s-218a5b6b-ea11-441d-9620-084eb95cbccd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-218a5b6b-ea11-441d-9620-084eb95cbccd {
    width: 100%;
    height: auto;
  }



  img.s-218a5b6b-ea11-441d-9620-084eb95cbccd.shogun-image {
    
    
  }


.s-218a5b6b-ea11-441d-9620-084eb95cbccd .shogun-image-content {
  
    align-items: center;
  
}

.s-218a5b6b-ea11-441d-9620-084eb95cbccd.shg-align-container {
  text-align: center
}

.s-218a5b6b-ea11-441d-9620-084eb95cbccd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-218a5b6b-ea11-441d-9620-084eb95cbccd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-218a5b6b-ea11-441d-9620-084eb95cbccd img.shogun-image,
  #s-218a5b6b-ea11-441d-9620-084eb95cbccd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-218a5b6b-ea11-441d-9620-084eb95cbccd {
    width: 100%;
    height: auto;
  }



  img.s-218a5b6b-ea11-441d-9620-084eb95cbccd.shogun-image {
    
    
  }


.s-218a5b6b-ea11-441d-9620-084eb95cbccd .shogun-image-content {
  
    align-items: center;
  
}

.s-218a5b6b-ea11-441d-9620-084eb95cbccd.shg-align-container {
  text-align: center
}

.s-218a5b6b-ea11-441d-9620-084eb95cbccd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-218a5b6b-ea11-441d-9620-084eb95cbccd.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-218a5b6b-ea11-441d-9620-084eb95cbccd img.shogun-image,
  #s-218a5b6b-ea11-441d-9620-084eb95cbccd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-218a5b6b-ea11-441d-9620-084eb95cbccd {
    width: 100%;
    height: auto;
  }



  img.s-218a5b6b-ea11-441d-9620-084eb95cbccd.shogun-image {
    
    
  }


.s-218a5b6b-ea11-441d-9620-084eb95cbccd .shogun-image-content {
  
    align-items: center;
  
}

.s-218a5b6b-ea11-441d-9620-084eb95cbccd.shg-align-container {
  text-align: center
}

.s-218a5b6b-ea11-441d-9620-084eb95cbccd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-218a5b6b-ea11-441d-9620-084eb95cbccd.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-218a5b6b-ea11-441d-9620-084eb95cbccd img.shogun-image,
  #s-218a5b6b-ea11-441d-9620-084eb95cbccd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-218a5b6b-ea11-441d-9620-084eb95cbccd {
    width: 100%;
    height: auto;
  }



  img.s-218a5b6b-ea11-441d-9620-084eb95cbccd.shogun-image {
    
    
  }


.s-218a5b6b-ea11-441d-9620-084eb95cbccd .shogun-image-content {
  
    align-items: center;
  
}

.s-218a5b6b-ea11-441d-9620-084eb95cbccd.shg-align-container {
  text-align: center
}

.s-218a5b6b-ea11-441d-9620-084eb95cbccd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-218a5b6b-ea11-441d-9620-084eb95cbccd.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-218a5b6b-ea11-441d-9620-084eb95cbccd img.shogun-image,
  #s-218a5b6b-ea11-441d-9620-084eb95cbccd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-218a5b6b-ea11-441d-9620-084eb95cbccd {
    width: 100%;
    height: auto;
  }



  img.s-218a5b6b-ea11-441d-9620-084eb95cbccd.shogun-image {
    
    
  }


.s-218a5b6b-ea11-441d-9620-084eb95cbccd .shogun-image-content {
  
    align-items: center;
  
}

.s-218a5b6b-ea11-441d-9620-084eb95cbccd.shg-align-container {
  text-align: center
}

.s-218a5b6b-ea11-441d-9620-084eb95cbccd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-218a5b6b-ea11-441d-9620-084eb95cbccd.shogun-image {
  box-sizing: border-box;
}


}
#s-006fd5ce-41b4-4c9e-ae03-25920b6b80c8 {
  padding-left: 49%;
padding-right: 49%;
}

#s-006fd5ce-41b4-4c9e-ae03-25920b6b80c8 hr {
  border-top: 2px solid rgba(75, 79, 84, 1);
}

#s-5fceb2b9-b083-4cfa-b33f-48e186e88286 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 0px;
max-width: 90%;
}
@media (min-width: 768px) and (max-width: 991px){#s-5fceb2b9-b083-4cfa-b33f-48e186e88286 {
  
}
}@media (max-width: 767px){#s-5fceb2b9-b083-4cfa-b33f-48e186e88286 {
  
}
}
#s-f9fcc4f7-2452-4036-899a-3e4f6f17dbb8 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(74, 79, 84, 1);
letter-spacing: 1px;
}
#s-f9fcc4f7-2452-4036-899a-3e4f6f17dbb8:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(74, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f9fcc4f7-2452-4036-899a-3e4f6f17dbb8:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(74, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-f9fcc4f7-2452-4036-899a-3e4f6f17dbb8 {
  
}
}

  #s-f9fcc4f7-2452-4036-899a-3e4f6f17dbb8-root {
    text-align: center;
  }


#s-f9fcc4f7-2452-4036-899a-3e4f6f17dbb8.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f9fcc4f7-2452-4036-899a-3e4f6f17dbb8-root {
    text-align: center;
  }


#s-f9fcc4f7-2452-4036-899a-3e4f6f17dbb8.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f9fcc4f7-2452-4036-899a-3e4f6f17dbb8-root {
    text-align: center;
  }


#s-f9fcc4f7-2452-4036-899a-3e4f6f17dbb8.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f9fcc4f7-2452-4036-899a-3e4f6f17dbb8-root {
    text-align: center;
  }


#s-f9fcc4f7-2452-4036-899a-3e4f6f17dbb8.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f9fcc4f7-2452-4036-899a-3e4f6f17dbb8-root {
    text-align: center;
  }


#s-f9fcc4f7-2452-4036-899a-3e4f6f17dbb8.shg-btn {
  color: rgba(74, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-4a12006d-e747-42e5-a353-096d347d29a2 {
  min-height: 50px;
}








#s-4a12006d-e747-42e5-a353-096d347d29a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a12006d-e747-42e5-a353-096d347d29a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0327b669-7217-4965-ab2c-19f26bf923da {
  max-width: 1156px;
aspect-ratio: 1156/700;
text-align: center;
}





  #s-0327b669-7217-4965-ab2c-19f26bf923da img.shogun-image,
  #s-0327b669-7217-4965-ab2c-19f26bf923da .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0327b669-7217-4965-ab2c-19f26bf923da {
    width: 100%;
    height: auto;
  }



  img.s-0327b669-7217-4965-ab2c-19f26bf923da.shogun-image {
    
    
  }


.s-0327b669-7217-4965-ab2c-19f26bf923da .shogun-image-content {
  
    align-items: center;
  
}

.s-0327b669-7217-4965-ab2c-19f26bf923da.shg-align-container {
  text-align: center
}

.s-0327b669-7217-4965-ab2c-19f26bf923da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0327b669-7217-4965-ab2c-19f26bf923da.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-0327b669-7217-4965-ab2c-19f26bf923da img.shogun-image,
  #s-0327b669-7217-4965-ab2c-19f26bf923da .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0327b669-7217-4965-ab2c-19f26bf923da {
    width: 100%;
    height: auto;
  }



  img.s-0327b669-7217-4965-ab2c-19f26bf923da.shogun-image {
    
    
  }


.s-0327b669-7217-4965-ab2c-19f26bf923da .shogun-image-content {
  
    align-items: center;
  
}

.s-0327b669-7217-4965-ab2c-19f26bf923da.shg-align-container {
  text-align: center
}

.s-0327b669-7217-4965-ab2c-19f26bf923da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0327b669-7217-4965-ab2c-19f26bf923da.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-0327b669-7217-4965-ab2c-19f26bf923da img.shogun-image,
  #s-0327b669-7217-4965-ab2c-19f26bf923da .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0327b669-7217-4965-ab2c-19f26bf923da {
    width: 100%;
    height: auto;
  }



  img.s-0327b669-7217-4965-ab2c-19f26bf923da.shogun-image {
    
    
  }


.s-0327b669-7217-4965-ab2c-19f26bf923da .shogun-image-content {
  
    align-items: center;
  
}

.s-0327b669-7217-4965-ab2c-19f26bf923da.shg-align-container {
  text-align: center
}

.s-0327b669-7217-4965-ab2c-19f26bf923da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0327b669-7217-4965-ab2c-19f26bf923da.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-0327b669-7217-4965-ab2c-19f26bf923da img.shogun-image,
  #s-0327b669-7217-4965-ab2c-19f26bf923da .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0327b669-7217-4965-ab2c-19f26bf923da {
    width: 100%;
    height: auto;
  }



  img.s-0327b669-7217-4965-ab2c-19f26bf923da.shogun-image {
    
    
  }


.s-0327b669-7217-4965-ab2c-19f26bf923da .shogun-image-content {
  
    align-items: center;
  
}

.s-0327b669-7217-4965-ab2c-19f26bf923da.shg-align-container {
  text-align: center
}

.s-0327b669-7217-4965-ab2c-19f26bf923da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0327b669-7217-4965-ab2c-19f26bf923da.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-0327b669-7217-4965-ab2c-19f26bf923da img.shogun-image,
  #s-0327b669-7217-4965-ab2c-19f26bf923da .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0327b669-7217-4965-ab2c-19f26bf923da {
    width: 100%;
    height: auto;
  }



  img.s-0327b669-7217-4965-ab2c-19f26bf923da.shogun-image {
    
    
  }


.s-0327b669-7217-4965-ab2c-19f26bf923da .shogun-image-content {
  
    align-items: center;
  
}

.s-0327b669-7217-4965-ab2c-19f26bf923da.shg-align-container {
  text-align: center
}

.s-0327b669-7217-4965-ab2c-19f26bf923da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0327b669-7217-4965-ab2c-19f26bf923da.shogun-image {
  box-sizing: border-box;
}


}
#s-50edbf80-a459-40ce-8407-77c7821f61c5 {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}








#s-50edbf80-a459-40ce-8407-77c7821f61c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50edbf80-a459-40ce-8407-77c7821f61c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7498433f-0add-4ef3-9a42-6add62582ec5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7498433f-0add-4ef3-9a42-6add62582ec5 {
  
}
}@media (max-width: 767px){#s-7498433f-0add-4ef3-9a42-6add62582ec5 {
  
}
}
#s-f1b6f4d8-0423-45d0-b97c-78f164a699bd {
  padding-left: 49%;
padding-right: 49%;
}

#s-f1b6f4d8-0423-45d0-b97c-78f164a699bd hr {
  border-top: 2px solid rgba(75, 79, 84, 1);
}

#s-b1bf67fc-05e5-4184-b87c-0df2edfd582e {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b1bf67fc-05e5-4184-b87c-0df2edfd582e {
  max-width: 96%;
}
}@media (max-width: 767px){#s-b1bf67fc-05e5-4184-b87c-0df2edfd582e {
  max-width: 96%;
}
}
@media (min-width: 0px) {
[id="s-b1bf67fc-05e5-4184-b87c-0df2edfd582e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1bf67fc-05e5-4184-b87c-0df2edfd582e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b1bf67fc-05e5-4184-b87c-0df2edfd582e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1bf67fc-05e5-4184-b87c-0df2edfd582e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-69db84d3-89db-4394-aad0-08920b6edb77 {
  min-height: 50px;
}








#s-69db84d3-89db-4394-aad0-08920b6edb77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69db84d3-89db-4394-aad0-08920b6edb77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b793c1d-31cb-45b0-942e-b278db1f2e9c {
  max-width: 960px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-9b793c1d-31cb-45b0-942e-b278db1f2e9c img.shogun-image,
  #s-9b793c1d-31cb-45b0-942e-b278db1f2e9c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b793c1d-31cb-45b0-942e-b278db1f2e9c {
    width: 100%;
    height: auto;
  }



  img.s-9b793c1d-31cb-45b0-942e-b278db1f2e9c.shogun-image {
    
    
  }


.s-9b793c1d-31cb-45b0-942e-b278db1f2e9c .shogun-image-content {
  
    align-items: center;
  
}

.s-9b793c1d-31cb-45b0-942e-b278db1f2e9c.shg-align-container {
  text-align: center
}

.s-9b793c1d-31cb-45b0-942e-b278db1f2e9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b793c1d-31cb-45b0-942e-b278db1f2e9c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-9b793c1d-31cb-45b0-942e-b278db1f2e9c img.shogun-image,
  #s-9b793c1d-31cb-45b0-942e-b278db1f2e9c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b793c1d-31cb-45b0-942e-b278db1f2e9c {
    width: 100%;
    height: auto;
  }



  img.s-9b793c1d-31cb-45b0-942e-b278db1f2e9c.shogun-image {
    
    
  }


.s-9b793c1d-31cb-45b0-942e-b278db1f2e9c .shogun-image-content {
  
    align-items: center;
  
}

.s-9b793c1d-31cb-45b0-942e-b278db1f2e9c.shg-align-container {
  text-align: center
}

.s-9b793c1d-31cb-45b0-942e-b278db1f2e9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b793c1d-31cb-45b0-942e-b278db1f2e9c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-9b793c1d-31cb-45b0-942e-b278db1f2e9c img.shogun-image,
  #s-9b793c1d-31cb-45b0-942e-b278db1f2e9c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b793c1d-31cb-45b0-942e-b278db1f2e9c {
    width: 100%;
    height: auto;
  }



  img.s-9b793c1d-31cb-45b0-942e-b278db1f2e9c.shogun-image {
    
    
  }


.s-9b793c1d-31cb-45b0-942e-b278db1f2e9c .shogun-image-content {
  
    align-items: center;
  
}

.s-9b793c1d-31cb-45b0-942e-b278db1f2e9c.shg-align-container {
  text-align: center
}

.s-9b793c1d-31cb-45b0-942e-b278db1f2e9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b793c1d-31cb-45b0-942e-b278db1f2e9c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-9b793c1d-31cb-45b0-942e-b278db1f2e9c img.shogun-image,
  #s-9b793c1d-31cb-45b0-942e-b278db1f2e9c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b793c1d-31cb-45b0-942e-b278db1f2e9c {
    width: 100%;
    height: auto;
  }



  img.s-9b793c1d-31cb-45b0-942e-b278db1f2e9c.shogun-image {
    
    
  }


.s-9b793c1d-31cb-45b0-942e-b278db1f2e9c .shogun-image-content {
  
    align-items: center;
  
}

.s-9b793c1d-31cb-45b0-942e-b278db1f2e9c.shg-align-container {
  text-align: center
}

.s-9b793c1d-31cb-45b0-942e-b278db1f2e9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b793c1d-31cb-45b0-942e-b278db1f2e9c.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-9b793c1d-31cb-45b0-942e-b278db1f2e9c img.shogun-image,
  #s-9b793c1d-31cb-45b0-942e-b278db1f2e9c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b793c1d-31cb-45b0-942e-b278db1f2e9c {
    width: 100%;
    height: auto;
  }



  img.s-9b793c1d-31cb-45b0-942e-b278db1f2e9c.shogun-image {
    
    
  }


.s-9b793c1d-31cb-45b0-942e-b278db1f2e9c .shogun-image-content {
  
    align-items: center;
  
}

.s-9b793c1d-31cb-45b0-942e-b278db1f2e9c.shg-align-container {
  text-align: center
}

.s-9b793c1d-31cb-45b0-942e-b278db1f2e9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b793c1d-31cb-45b0-942e-b278db1f2e9c.shogun-image {
  box-sizing: border-box;
}


}
#s-3cbb3895-2ea0-4b82-b8fd-e926ce32ccda {
  min-height: 50px;
}








#s-3cbb3895-2ea0-4b82-b8fd-e926ce32ccda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cbb3895-2ea0-4b82-b8fd-e926ce32ccda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6c1177f-ca8d-49c9-966b-29945150da58 {
  max-width: 960px;
aspect-ratio: 4/3;
text-align: center;
}
@media (max-width: 767px){#s-c6c1177f-ca8d-49c9-966b-29945150da58 {
  margin-top: 10px;
}
}




  #s-c6c1177f-ca8d-49c9-966b-29945150da58 img.shogun-image,
  #s-c6c1177f-ca8d-49c9-966b-29945150da58 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6c1177f-ca8d-49c9-966b-29945150da58 {
    width: 100%;
    height: auto;
  }



  img.s-c6c1177f-ca8d-49c9-966b-29945150da58.shogun-image {
    
    
  }


.s-c6c1177f-ca8d-49c9-966b-29945150da58 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6c1177f-ca8d-49c9-966b-29945150da58.shg-align-container {
  text-align: center
}

.s-c6c1177f-ca8d-49c9-966b-29945150da58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6c1177f-ca8d-49c9-966b-29945150da58.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-c6c1177f-ca8d-49c9-966b-29945150da58 img.shogun-image,
  #s-c6c1177f-ca8d-49c9-966b-29945150da58 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6c1177f-ca8d-49c9-966b-29945150da58 {
    width: 100%;
    height: auto;
  }



  img.s-c6c1177f-ca8d-49c9-966b-29945150da58.shogun-image {
    
    
  }


.s-c6c1177f-ca8d-49c9-966b-29945150da58 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6c1177f-ca8d-49c9-966b-29945150da58.shg-align-container {
  text-align: center
}

.s-c6c1177f-ca8d-49c9-966b-29945150da58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6c1177f-ca8d-49c9-966b-29945150da58.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-c6c1177f-ca8d-49c9-966b-29945150da58 img.shogun-image,
  #s-c6c1177f-ca8d-49c9-966b-29945150da58 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6c1177f-ca8d-49c9-966b-29945150da58 {
    width: 100%;
    height: auto;
  }



  img.s-c6c1177f-ca8d-49c9-966b-29945150da58.shogun-image {
    
    
  }


.s-c6c1177f-ca8d-49c9-966b-29945150da58 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6c1177f-ca8d-49c9-966b-29945150da58.shg-align-container {
  text-align: center
}

.s-c6c1177f-ca8d-49c9-966b-29945150da58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6c1177f-ca8d-49c9-966b-29945150da58.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-c6c1177f-ca8d-49c9-966b-29945150da58 img.shogun-image,
  #s-c6c1177f-ca8d-49c9-966b-29945150da58 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6c1177f-ca8d-49c9-966b-29945150da58 {
    width: 100%;
    height: auto;
  }



  img.s-c6c1177f-ca8d-49c9-966b-29945150da58.shogun-image {
    
    
  }


.s-c6c1177f-ca8d-49c9-966b-29945150da58 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6c1177f-ca8d-49c9-966b-29945150da58.shg-align-container {
  text-align: center
}

.s-c6c1177f-ca8d-49c9-966b-29945150da58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6c1177f-ca8d-49c9-966b-29945150da58.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-c6c1177f-ca8d-49c9-966b-29945150da58 img.shogun-image,
  #s-c6c1177f-ca8d-49c9-966b-29945150da58 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6c1177f-ca8d-49c9-966b-29945150da58 {
    width: 100%;
    height: auto;
  }



  img.s-c6c1177f-ca8d-49c9-966b-29945150da58.shogun-image {
    
    
  }


.s-c6c1177f-ca8d-49c9-966b-29945150da58 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6c1177f-ca8d-49c9-966b-29945150da58.shg-align-container {
  text-align: center
}

.s-c6c1177f-ca8d-49c9-966b-29945150da58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6c1177f-ca8d-49c9-966b-29945150da58.shogun-image {
  box-sizing: border-box;
}


}
#s-d6c4a445-25ee-4336-bbe3-832403b4b58e {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d6c4a445-25ee-4336-bbe3-832403b4b58e {
  display: none;
}
#s-d6c4a445-25ee-4336-bbe3-832403b4b58e, #wrap-s-d6c4a445-25ee-4336-bbe3-832403b4b58e { display:none !important; }}@media (max-width: 767px){#s-d6c4a445-25ee-4336-bbe3-832403b4b58e {
  display: none;
}
#s-d6c4a445-25ee-4336-bbe3-832403b4b58e, #wrap-s-d6c4a445-25ee-4336-bbe3-832403b4b58e { display:none !important; }}






  #s-d6c4a445-25ee-4336-bbe3-832403b4b58e img.shogun-image {
    

    
    
    
  }


#s-d6c4a445-25ee-4336-bbe3-832403b4b58e .shogun-image-content {
  
    align-items: center;
  
}

#s-1f32f663-cfca-4396-accd-7ea2b1417105 {
  margin-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-1f32f663-cfca-4396-accd-7ea2b1417105 {
  display: none;
}
#s-1f32f663-cfca-4396-accd-7ea2b1417105, #wrap-s-1f32f663-cfca-4396-accd-7ea2b1417105 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f32f663-cfca-4396-accd-7ea2b1417105 {
  display: none;
}
#s-1f32f663-cfca-4396-accd-7ea2b1417105, #wrap-s-1f32f663-cfca-4396-accd-7ea2b1417105 { display:none !important; }}






  #s-1f32f663-cfca-4396-accd-7ea2b1417105 img.shogun-image {
    

    
    
    
  }


#s-1f32f663-cfca-4396-accd-7ea2b1417105 .shogun-image-content {
  
    align-items: center;
  
}

#s-8714bbf3-13a6-4904-84b5-8e73dae0fba7 {
  background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 40px;
padding-left: 0%;
padding-bottom: 40px;
padding-right: 0%;
max-width: 100%;
background-color: rgba(255, 255, 255, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-8714bbf3-13a6-4904-84b5-8e73dae0fba7 {
  display: none;
}
#s-8714bbf3-13a6-4904-84b5-8e73dae0fba7, #wrap-s-8714bbf3-13a6-4904-84b5-8e73dae0fba7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8714bbf3-13a6-4904-84b5-8e73dae0fba7 {
  display: none;
}
#s-8714bbf3-13a6-4904-84b5-8e73dae0fba7, #wrap-s-8714bbf3-13a6-4904-84b5-8e73dae0fba7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8714bbf3-13a6-4904-84b5-8e73dae0fba7 {
  padding-top: 0px;
padding-bottom: 0px;
display: none;
}
#s-8714bbf3-13a6-4904-84b5-8e73dae0fba7, #wrap-s-8714bbf3-13a6-4904-84b5-8e73dae0fba7 { display:none !important; }}@media (max-width: 767px){#s-8714bbf3-13a6-4904-84b5-8e73dae0fba7 {
  padding-top: 0px;
padding-bottom: 0px;
display: none;
}
#s-8714bbf3-13a6-4904-84b5-8e73dae0fba7, #wrap-s-8714bbf3-13a6-4904-84b5-8e73dae0fba7 { display:none !important; }}







#s-8714bbf3-13a6-4904-84b5-8e73dae0fba7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.7;
}#s-8714bbf3-13a6-4904-84b5-8e73dae0fba7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5d4d4f8-c95d-4930-9320-4d78f9d9c566 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-c5d4d4f8-c95d-4930-9320-4d78f9d9c566 {
  display: none;
}
#s-c5d4d4f8-c95d-4930-9320-4d78f9d9c566, #wrap-s-c5d4d4f8-c95d-4930-9320-4d78f9d9c566 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5d4d4f8-c95d-4930-9320-4d78f9d9c566 {
  display: none;
}
#s-c5d4d4f8-c95d-4930-9320-4d78f9d9c566, #wrap-s-c5d4d4f8-c95d-4930-9320-4d78f9d9c566 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5d4d4f8-c95d-4930-9320-4d78f9d9c566 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-c5d4d4f8-c95d-4930-9320-4d78f9d9c566 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-c5d4d4f8-c95d-4930-9320-4d78f9d9c566, #wrap-s-c5d4d4f8-c95d-4930-9320-4d78f9d9c566 { display:none !important; }}







#s-c5d4d4f8-c95d-4930-9320-4d78f9d9c566 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5d4d4f8-c95d-4930-9320-4d78f9d9c566.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb1ab0f2-2f74-4347-bb88-f688374de1ea {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-fb1ab0f2-2f74-4347-bb88-f688374de1ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb1ab0f2-2f74-4347-bb88-f688374de1ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fb1ab0f2-2f74-4347-bb88-f688374de1ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb1ab0f2-2f74-4347-bb88-f688374de1ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9c10863c-29a0-4d59-b76e-e7f468c3e733 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-9c10863c-29a0-4d59-b76e-e7f468c3e733 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c10863c-29a0-4d59-b76e-e7f468c3e733.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a610102-708f-4d60-84a6-9106d246c660 {
  min-height: 500px;
background-color: rgba(214, 209, 196, 0.16);
}
@media (max-width: 767px){#s-6a610102-708f-4d60-84a6-9106d246c660 {
  margin-top: 0px;
margin-bottom: 40px;
}
}







#s-6a610102-708f-4d60-84a6-9106d246c660 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a610102-708f-4d60-84a6-9106d246c660.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31e74d38-10a5-4fa8-a201-177aee2d0ee5 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-31e74d38-10a5-4fa8-a201-177aee2d0ee5 .shogun-heading-component h2 {
  color: rgba(75, 79, 84, 1);
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}



#s-64e14568-6e40-46c6-8234-76c3c74a44c8 {
  padding-left: 49%;
padding-right: 49%;
}

#s-64e14568-6e40-46c6-8234-76c3c74a44c8 hr {
  border-top: 2px solid rgba(75, 79, 84, 1);
}

#s-7e078c95-ea2f-4be2-93b9-a1fc28d3b7c2 {
  margin-top: 0px;
margin-left: 14%;
margin-bottom: 20px;
margin-right: 14%;
}

#s-8ac9e368-1e83-4a66-b657-949b520d4679 {
  padding-top: 10px;
padding-left: 4px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(75, 79, 84, 1);
letter-spacing: 1px;
}
#s-8ac9e368-1e83-4a66-b657-949b520d4679:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8ac9e368-1e83-4a66-b657-949b520d4679:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8ac9e368-1e83-4a66-b657-949b520d4679-root {
    text-align: center;
  }


#s-8ac9e368-1e83-4a66-b657-949b520d4679.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8ac9e368-1e83-4a66-b657-949b520d4679-root {
    text-align: center;
  }


#s-8ac9e368-1e83-4a66-b657-949b520d4679.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ac9e368-1e83-4a66-b657-949b520d4679-root {
    text-align: center;
  }


#s-8ac9e368-1e83-4a66-b657-949b520d4679.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ac9e368-1e83-4a66-b657-949b520d4679-root {
    text-align: center;
  }


#s-8ac9e368-1e83-4a66-b657-949b520d4679.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8ac9e368-1e83-4a66-b657-949b520d4679-root {
    text-align: center;
  }


#s-8ac9e368-1e83-4a66-b657-949b520d4679.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d17911bf-b5c6-4b75-8be9-eba472529a04 {
  text-align: center;
}
@media (min-width: 1200px){#s-d17911bf-b5c6-4b75-8be9-eba472529a04 {
  display: none;
}
#s-d17911bf-b5c6-4b75-8be9-eba472529a04, #wrap-s-d17911bf-b5c6-4b75-8be9-eba472529a04 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d17911bf-b5c6-4b75-8be9-eba472529a04 {
  display: none;
}
#s-d17911bf-b5c6-4b75-8be9-eba472529a04, #wrap-s-d17911bf-b5c6-4b75-8be9-eba472529a04 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d17911bf-b5c6-4b75-8be9-eba472529a04 {
  display: none;
}
#s-d17911bf-b5c6-4b75-8be9-eba472529a04, #wrap-s-d17911bf-b5c6-4b75-8be9-eba472529a04 { display:none !important; }}






  #s-d17911bf-b5c6-4b75-8be9-eba472529a04 img.shogun-image {
    

    
    
    
  }


#s-d17911bf-b5c6-4b75-8be9-eba472529a04 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-4958ff33-a864-4d00-a1fb-d54fe33edff8 {
  min-height: 50px;
}
@media (max-width: 767px){#s-4958ff33-a864-4d00-a1fb-d54fe33edff8 {
  margin-top: 0px;
margin-bottom: 40px;
}
}







#s-4958ff33-a864-4d00-a1fb-d54fe33edff8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4958ff33-a864-4d00-a1fb-d54fe33edff8.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-9bf92a3a-39d4-46a1-a538-7be3914fb878 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9bf92a3a-39d4-46a1-a538-7be3914fb878 .shogun-heading-component h2 {
  color: rgba(75, 79, 84, 1);
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 36px;
  
  letter-spacing: 1px;
  
}



#s-22901888-5e81-4776-bb3e-df6cbf678c7a {
  padding-left: 49%;
padding-right: 49%;
}

#s-22901888-5e81-4776-bb3e-df6cbf678c7a hr {
  border-top: 2px solid rgba(75, 79, 84, 1);
}

#s-dea979df-b149-4db6-921d-bede8ef67c99 {
  margin-top: 0px;
margin-left: 14%;
margin-bottom: 20px;
margin-right: 14%;
}

#s-bc277e85-be63-477e-9446-e3864e1e406b {
  padding-top: 10px;
padding-left: 4px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(75, 79, 84, 1);
letter-spacing: 1px;
}
#s-bc277e85-be63-477e-9446-e3864e1e406b:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bc277e85-be63-477e-9446-e3864e1e406b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bc277e85-be63-477e-9446-e3864e1e406b-root {
    text-align: center;
  }


#s-bc277e85-be63-477e-9446-e3864e1e406b.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bc277e85-be63-477e-9446-e3864e1e406b-root {
    text-align: center;
  }


#s-bc277e85-be63-477e-9446-e3864e1e406b.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bc277e85-be63-477e-9446-e3864e1e406b-root {
    text-align: center;
  }


#s-bc277e85-be63-477e-9446-e3864e1e406b.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bc277e85-be63-477e-9446-e3864e1e406b-root {
    text-align: center;
  }


#s-bc277e85-be63-477e-9446-e3864e1e406b.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bc277e85-be63-477e-9446-e3864e1e406b-root {
    text-align: center;
  }


#s-bc277e85-be63-477e-9446-e3864e1e406b.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-3e7f6349-0e3e-4733-bdf8-39ce9292a4a4 {
  margin-left: auto;
margin-right: auto;
max-width: 84%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3e7f6349-0e3e-4733-bdf8-39ce9292a4a4 {
  display: none;
}
#s-3e7f6349-0e3e-4733-bdf8-39ce9292a4a4, #wrap-s-3e7f6349-0e3e-4733-bdf8-39ce9292a4a4 { display:none !important; }}@media (max-width: 767px){#s-3e7f6349-0e3e-4733-bdf8-39ce9292a4a4 {
  display: none;
}
#s-3e7f6349-0e3e-4733-bdf8-39ce9292a4a4, #wrap-s-3e7f6349-0e3e-4733-bdf8-39ce9292a4a4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3e7f6349-0e3e-4733-bdf8-39ce9292a4a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e7f6349-0e3e-4733-bdf8-39ce9292a4a4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3e7f6349-0e3e-4733-bdf8-39ce9292a4a4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3e7f6349-0e3e-4733-bdf8-39ce9292a4a4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3e7f6349-0e3e-4733-bdf8-39ce9292a4a4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e7f6349-0e3e-4733-bdf8-39ce9292a4a4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3e7f6349-0e3e-4733-bdf8-39ce9292a4a4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

#s-f04a4da6-056e-4aab-a4be-609edfaf4a99 {
  min-height: 500px;
background-color: rgba(214, 209, 196, 0.16);
}
@media (max-width: 767px){#s-f04a4da6-056e-4aab-a4be-609edfaf4a99 {
  margin-top: 0px;
margin-bottom: 40px;
}
}







#s-f04a4da6-056e-4aab-a4be-609edfaf4a99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f04a4da6-056e-4aab-a4be-609edfaf4a99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff393c54-0fbc-45c7-bd26-3d34e83eff98 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ff393c54-0fbc-45c7-bd26-3d34e83eff98 .shogun-heading-component h2 {
  color: rgba(75, 79, 84, 1);
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 36px;
  
  letter-spacing: 1px;
  
}



#s-eb1ab91b-750d-4ff2-b38c-edb2ce5a8030 {
  padding-left: 49%;
padding-right: 49%;
}

#s-eb1ab91b-750d-4ff2-b38c-edb2ce5a8030 hr {
  border-top: 2px solid rgba(75, 79, 84, 1);
}

#s-0931490f-0beb-446f-a071-66924a50b991 {
  margin-top: 0px;
margin-left: 14%;
margin-bottom: 20px;
margin-right: 14%;
}

#s-fdb61fb1-6d51-405b-9e8c-a68a78c43ba1 {
  padding-top: 10px;
padding-left: 4px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(75, 79, 84, 1);
letter-spacing: 1px;
}
#s-fdb61fb1-6d51-405b-9e8c-a68a78c43ba1:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fdb61fb1-6d51-405b-9e8c-a68a78c43ba1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fdb61fb1-6d51-405b-9e8c-a68a78c43ba1-root {
    text-align: center;
  }


#s-fdb61fb1-6d51-405b-9e8c-a68a78c43ba1.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fdb61fb1-6d51-405b-9e8c-a68a78c43ba1-root {
    text-align: center;
  }


#s-fdb61fb1-6d51-405b-9e8c-a68a78c43ba1.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fdb61fb1-6d51-405b-9e8c-a68a78c43ba1-root {
    text-align: center;
  }


#s-fdb61fb1-6d51-405b-9e8c-a68a78c43ba1.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fdb61fb1-6d51-405b-9e8c-a68a78c43ba1-root {
    text-align: center;
  }


#s-fdb61fb1-6d51-405b-9e8c-a68a78c43ba1.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fdb61fb1-6d51-405b-9e8c-a68a78c43ba1-root {
    text-align: center;
  }


#s-fdb61fb1-6d51-405b-9e8c-a68a78c43ba1.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
@media (max-width: 767px){#s-d2754289-64e5-4094-a680-21ccc19b0745 {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-d2754289-64e5-4094-a680-21ccc19b0745"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d2754289-64e5-4094-a680-21ccc19b0745"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d2754289-64e5-4094-a680-21ccc19b0745"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2754289-64e5-4094-a680-21ccc19b0745"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e3ecead0-3f9f-473e-841a-c74cfb1c6ccc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-e3ecead0-3f9f-473e-841a-c74cfb1c6ccc > .shg-box-overlay {
  background-color: rgba(115, 115, 115, 1);
  opacity: 0.1;
}#s-e3ecead0-3f9f-473e-841a-c74cfb1c6ccc {
  cursor: pointer;
}#s-e3ecead0-3f9f-473e-841a-c74cfb1c6ccc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-898c1853-f293-491b-aa58-0973ac917e10 {
  background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}








#s-898c1853-f293-491b-aa58-0973ac917e10 > .shg-box-overlay {
  background-color: rgba(115, 115, 115, 1);
  opacity: 0.1;
}#s-898c1853-f293-491b-aa58-0973ac917e10 {
  cursor: pointer;
}#s-898c1853-f293-491b-aa58-0973ac917e10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37b52dd0-c105-4c8d-bc33-5012d2ede053 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 360px;
background-position: center center;
}
@media (min-width: 1200px){#s-37b52dd0-c105-4c8d-bc33-5012d2ede053 {
  display: none;
}
#s-37b52dd0-c105-4c8d-bc33-5012d2ede053, #wrap-s-37b52dd0-c105-4c8d-bc33-5012d2ede053 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37b52dd0-c105-4c8d-bc33-5012d2ede053 {
  display: none;
}
#s-37b52dd0-c105-4c8d-bc33-5012d2ede053, #wrap-s-37b52dd0-c105-4c8d-bc33-5012d2ede053 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-37b52dd0-c105-4c8d-bc33-5012d2ede053 {
  min-height: 280px;
display: none;
}
#s-37b52dd0-c105-4c8d-bc33-5012d2ede053, #wrap-s-37b52dd0-c105-4c8d-bc33-5012d2ede053 { display:none !important; }}@media (max-width: 767px){#s-37b52dd0-c105-4c8d-bc33-5012d2ede053 {
  min-height: 160px;
display: none;
}
#s-37b52dd0-c105-4c8d-bc33-5012d2ede053, #wrap-s-37b52dd0-c105-4c8d-bc33-5012d2ede053 { display:none !important; }}







#s-37b52dd0-c105-4c8d-bc33-5012d2ede053 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37b52dd0-c105-4c8d-bc33-5012d2ede053 {
  cursor: pointer;
}#s-37b52dd0-c105-4c8d-bc33-5012d2ede053.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25ee34aa-3327-45cd-a4ce-32f1547a812a {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
max-width: 100%;
background-color: rgba(214, 209, 196, 0.16);
}








#s-25ee34aa-3327-45cd-a4ce-32f1547a812a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25ee34aa-3327-45cd-a4ce-32f1547a812a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8ebff55-46ab-495a-b874-230c9535a8a0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e8ebff55-46ab-495a-b874-230c9535a8a0 {
  
}
}@media (max-width: 767px){#s-e8ebff55-46ab-495a-b874-230c9535a8a0 {
  
}
}
#s-822177e1-d1dd-4bac-9eae-ed8f74d568aa {
  padding-left: 49%;
padding-right: 49%;
}

#s-822177e1-d1dd-4bac-9eae-ed8f74d568aa hr {
  border-top: 2px solid rgba(75, 79, 84, 1);
}

#s-89db1e39-4bf5-4582-89d6-764ff7750b66 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80%;
}
@media (min-width: 768px) and (max-width: 991px){#s-89db1e39-4bf5-4582-89d6-764ff7750b66 {
  display: none;
}
#s-89db1e39-4bf5-4582-89d6-764ff7750b66, #wrap-s-89db1e39-4bf5-4582-89d6-764ff7750b66 { display:none !important; }}@media (max-width: 767px){#s-89db1e39-4bf5-4582-89d6-764ff7750b66 {
  display: none;
}
#s-89db1e39-4bf5-4582-89d6-764ff7750b66, #wrap-s-89db1e39-4bf5-4582-89d6-764ff7750b66 { display:none !important; }}
@media (min-width: 0px) {
[id="s-89db1e39-4bf5-4582-89d6-764ff7750b66"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-89db1e39-4bf5-4582-89d6-764ff7750b66"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-89db1e39-4bf5-4582-89d6-764ff7750b66"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-89db1e39-4bf5-4582-89d6-764ff7750b66"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (max-width: 767px) {
  [id="s-89db1e39-4bf5-4582-89d6-764ff7750b66"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-ded7c4a3-da8b-4b96-a8ca-efba1e245b26 {
  min-height: 340px;
background-color: rgba(255, 255, 255, 0);
}








#s-ded7c4a3-da8b-4b96-a8ca-efba1e245b26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ded7c4a3-da8b-4b96-a8ca-efba1e245b26.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4334763-f7eb-4014-b023-e9a8c5b5abf8 {
  background-size: cover;
background-position: center center;
background-color: rgba(255, 255, 255, 0);
}








#s-c4334763-f7eb-4014-b023-e9a8c5b5abf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4334763-f7eb-4014-b023-e9a8c5b5abf8.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-2450c45c-fc22-40b6-8a8a-b0f549f19418 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 300px;
background-position: center center;
}








#s-2450c45c-fc22-40b6-8a8a-b0f549f19418 > .shg-box-overlay {
  background-color: rgba(75, 79, 84, 1);
  opacity: 0;
}#s-2450c45c-fc22-40b6-8a8a-b0f549f19418 {
  cursor: pointer;
}#s-2450c45c-fc22-40b6-8a8a-b0f549f19418.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06564fc1-1f25-49e5-96ec-54ed2b5344c1 {
  margin-top: 20px;
margin-left: 6%;
margin-right: 6%;
min-height: 50px;
}








#s-06564fc1-1f25-49e5-96ec-54ed2b5344c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06564fc1-1f25-49e5-96ec-54ed2b5344c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed06a7f7-ce82-4a7c-9b3c-9b5834ef7167 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-ed06a7f7-ce82-4a7c-9b3c-9b5834ef7167 {
  display: none;
}
#s-ed06a7f7-ce82-4a7c-9b3c-9b5834ef7167, #wrap-s-ed06a7f7-ce82-4a7c-9b3c-9b5834ef7167 { display:none !important; }}@media (max-width: 767px){#s-ed06a7f7-ce82-4a7c-9b3c-9b5834ef7167 {
  display: none;
}
#s-ed06a7f7-ce82-4a7c-9b3c-9b5834ef7167, #wrap-s-ed06a7f7-ce82-4a7c-9b3c-9b5834ef7167 { display:none !important; }}
#s-226d2f82-53c7-4657-ab0b-068cf0516db9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-226d2f82-53c7-4657-ab0b-068cf0516db9 {
  display: none;
}
#s-226d2f82-53c7-4657-ab0b-068cf0516db9, #wrap-s-226d2f82-53c7-4657-ab0b-068cf0516db9 { display:none !important; }}@media (max-width: 767px){#s-226d2f82-53c7-4657-ab0b-068cf0516db9 {
  display: none;
}
#s-226d2f82-53c7-4657-ab0b-068cf0516db9, #wrap-s-226d2f82-53c7-4657-ab0b-068cf0516db9 { display:none !important; }}
#s-662fece4-c08e-4df3-b2ef-192da2dc6c2e {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
background-position: center center;
}
#s-662fece4-c08e-4df3-b2ef-192da2dc6c2e:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-662fece4-c08e-4df3-b2ef-192da2dc6c2e:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-662fece4-c08e-4df3-b2ef-192da2dc6c2e-root {
    text-align: left;
  }


#s-662fece4-c08e-4df3-b2ef-192da2dc6c2e.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-662fece4-c08e-4df3-b2ef-192da2dc6c2e-root {
    text-align: left;
  }


#s-662fece4-c08e-4df3-b2ef-192da2dc6c2e.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-662fece4-c08e-4df3-b2ef-192da2dc6c2e-root {
    text-align: left;
  }


#s-662fece4-c08e-4df3-b2ef-192da2dc6c2e.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-662fece4-c08e-4df3-b2ef-192da2dc6c2e-root {
    text-align: left;
  }


#s-662fece4-c08e-4df3-b2ef-192da2dc6c2e.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-662fece4-c08e-4df3-b2ef-192da2dc6c2e-root {
    text-align: left;
  }


#s-662fece4-c08e-4df3-b2ef-192da2dc6c2e.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-879ceac1-28eb-49ef-80cd-ad6faf57b4b9 {
  min-height: 340px;
background-color: rgba(255, 255, 255, 0);
}








#s-879ceac1-28eb-49ef-80cd-ad6faf57b4b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-879ceac1-28eb-49ef-80cd-ad6faf57b4b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea97f256-be51-4996-82bc-3627ccebec9e {
  background-size: cover;
background-position: center center;
background-color: rgba(255, 255, 255, 0);
}








#s-ea97f256-be51-4996-82bc-3627ccebec9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea97f256-be51-4996-82bc-3627ccebec9e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-7ec70e58-f049-4357-9cd9-7560e0bb5f57 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 300px;
background-position: center center;
}








#s-7ec70e58-f049-4357-9cd9-7560e0bb5f57 > .shg-box-overlay {
  background-color: rgba(75, 79, 84, 1);
  opacity: 0;
}#s-7ec70e58-f049-4357-9cd9-7560e0bb5f57 {
  cursor: pointer;
}#s-7ec70e58-f049-4357-9cd9-7560e0bb5f57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b9a69c7-d807-47d4-b8ca-2d74ff5d295b {
  margin-top: 20px;
margin-left: 6%;
margin-right: 6%;
min-height: 50px;
}








#s-7b9a69c7-d807-47d4-b8ca-2d74ff5d295b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b9a69c7-d807-47d4-b8ca-2d74ff5d295b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9686257a-01c5-4795-a39f-62de8ea63e30 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-9686257a-01c5-4795-a39f-62de8ea63e30 {
  display: none;
}
#s-9686257a-01c5-4795-a39f-62de8ea63e30, #wrap-s-9686257a-01c5-4795-a39f-62de8ea63e30 { display:none !important; }}@media (max-width: 767px){#s-9686257a-01c5-4795-a39f-62de8ea63e30 {
  display: none;
}
#s-9686257a-01c5-4795-a39f-62de8ea63e30, #wrap-s-9686257a-01c5-4795-a39f-62de8ea63e30 { display:none !important; }}
#s-0910b657-35d1-407d-99d0-f6fb16ec6334 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-0910b657-35d1-407d-99d0-f6fb16ec6334 {
  display: none;
}
#s-0910b657-35d1-407d-99d0-f6fb16ec6334, #wrap-s-0910b657-35d1-407d-99d0-f6fb16ec6334 { display:none !important; }}@media (max-width: 767px){#s-0910b657-35d1-407d-99d0-f6fb16ec6334 {
  display: none;
}
#s-0910b657-35d1-407d-99d0-f6fb16ec6334, #wrap-s-0910b657-35d1-407d-99d0-f6fb16ec6334 { display:none !important; }}
#s-b7754e5c-1e11-48d1-8172-952182244d49 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
background-position: center center;
}
#s-b7754e5c-1e11-48d1-8172-952182244d49:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-b7754e5c-1e11-48d1-8172-952182244d49:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-b7754e5c-1e11-48d1-8172-952182244d49-root {
    text-align: left;
  }


#s-b7754e5c-1e11-48d1-8172-952182244d49.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b7754e5c-1e11-48d1-8172-952182244d49-root {
    text-align: left;
  }


#s-b7754e5c-1e11-48d1-8172-952182244d49.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b7754e5c-1e11-48d1-8172-952182244d49-root {
    text-align: left;
  }


#s-b7754e5c-1e11-48d1-8172-952182244d49.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b7754e5c-1e11-48d1-8172-952182244d49-root {
    text-align: left;
  }


#s-b7754e5c-1e11-48d1-8172-952182244d49.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b7754e5c-1e11-48d1-8172-952182244d49-root {
    text-align: left;
  }


#s-b7754e5c-1e11-48d1-8172-952182244d49.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-7578a3ac-2732-4574-9d4a-9177f5067ce2 {
  min-height: 340px;
background-color: rgba(255, 255, 255, 0);
}








#s-7578a3ac-2732-4574-9d4a-9177f5067ce2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7578a3ac-2732-4574-9d4a-9177f5067ce2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13d7b271-63b9-495a-b9a8-47832c519a08 {
  background-size: cover;
background-position: center center;
background-color: rgba(255, 255, 255, 0);
}








#s-13d7b271-63b9-495a-b9a8-47832c519a08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13d7b271-63b9-495a-b9a8-47832c519a08.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-1ac3d091-b52a-48b3-b1cc-5cea309f6328 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 300px;
background-position: center center;
}








#s-1ac3d091-b52a-48b3-b1cc-5cea309f6328 > .shg-box-overlay {
  background-color: rgba(75, 79, 84, 1);
  opacity: 0;
}#s-1ac3d091-b52a-48b3-b1cc-5cea309f6328 {
  cursor: pointer;
}#s-1ac3d091-b52a-48b3-b1cc-5cea309f6328.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40ddf6d3-bfe1-42b7-ab8b-e45d19ef0b11 {
  margin-top: 20px;
margin-left: 6%;
margin-right: 6%;
min-height: 50px;
}








#s-40ddf6d3-bfe1-42b7-ab8b-e45d19ef0b11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40ddf6d3-bfe1-42b7-ab8b-e45d19ef0b11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-486c7373-6920-42dd-a91e-86077e54ecaa {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-486c7373-6920-42dd-a91e-86077e54ecaa {
  display: none;
}
#s-486c7373-6920-42dd-a91e-86077e54ecaa, #wrap-s-486c7373-6920-42dd-a91e-86077e54ecaa { display:none !important; }}@media (max-width: 767px){#s-486c7373-6920-42dd-a91e-86077e54ecaa {
  display: none;
}
#s-486c7373-6920-42dd-a91e-86077e54ecaa, #wrap-s-486c7373-6920-42dd-a91e-86077e54ecaa { display:none !important; }}
#s-e7c34762-b12a-4afd-9339-4ee8fb028a00 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7c34762-b12a-4afd-9339-4ee8fb028a00 {
  display: none;
}
#s-e7c34762-b12a-4afd-9339-4ee8fb028a00, #wrap-s-e7c34762-b12a-4afd-9339-4ee8fb028a00 { display:none !important; }}@media (max-width: 767px){#s-e7c34762-b12a-4afd-9339-4ee8fb028a00 {
  display: none;
}
#s-e7c34762-b12a-4afd-9339-4ee8fb028a00, #wrap-s-e7c34762-b12a-4afd-9339-4ee8fb028a00 { display:none !important; }}
#s-f811ad4e-90a9-4ec2-81a9-9445a2d3dada {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
background-position: center center;
}
#s-f811ad4e-90a9-4ec2-81a9-9445a2d3dada:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-f811ad4e-90a9-4ec2-81a9-9445a2d3dada:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-f811ad4e-90a9-4ec2-81a9-9445a2d3dada-root {
    text-align: left;
  }


#s-f811ad4e-90a9-4ec2-81a9-9445a2d3dada.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f811ad4e-90a9-4ec2-81a9-9445a2d3dada-root {
    text-align: left;
  }


#s-f811ad4e-90a9-4ec2-81a9-9445a2d3dada.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f811ad4e-90a9-4ec2-81a9-9445a2d3dada-root {
    text-align: left;
  }


#s-f811ad4e-90a9-4ec2-81a9-9445a2d3dada.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f811ad4e-90a9-4ec2-81a9-9445a2d3dada-root {
    text-align: left;
  }


#s-f811ad4e-90a9-4ec2-81a9-9445a2d3dada.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f811ad4e-90a9-4ec2-81a9-9445a2d3dada-root {
    text-align: left;
  }


#s-f811ad4e-90a9-4ec2-81a9-9445a2d3dada.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-11c0999d-27ec-497c-a6a8-c41e938fd0cc {
  min-height: 340px;
background-color: rgba(255, 255, 255, 0);
}








#s-11c0999d-27ec-497c-a6a8-c41e938fd0cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11c0999d-27ec-497c-a6a8-c41e938fd0cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67b246f1-9f1a-415a-a57c-f176a0c16d41 {
  background-size: cover;
background-position: center center;
background-color: rgba(255, 255, 255, 0);
}








#s-67b246f1-9f1a-415a-a57c-f176a0c16d41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67b246f1-9f1a-415a-a57c-f176a0c16d41.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-3799396e-b14c-4ead-a10c-e0456d4ab390 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 300px;
background-position: center center;
}








#s-3799396e-b14c-4ead-a10c-e0456d4ab390 > .shg-box-overlay {
  background-color: rgba(75, 79, 84, 1);
  opacity: 0;
}#s-3799396e-b14c-4ead-a10c-e0456d4ab390 {
  cursor: pointer;
}#s-3799396e-b14c-4ead-a10c-e0456d4ab390.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b915f75c-6038-445e-8ff4-d1cc25b98ac2 {
  margin-top: 20px;
margin-left: 6%;
margin-right: 6%;
min-height: 50px;
}








#s-b915f75c-6038-445e-8ff4-d1cc25b98ac2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b915f75c-6038-445e-8ff4-d1cc25b98ac2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96630c35-80ba-4cfd-a08d-34a84d67b5ce {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-96630c35-80ba-4cfd-a08d-34a84d67b5ce {
  display: none;
}
#s-96630c35-80ba-4cfd-a08d-34a84d67b5ce, #wrap-s-96630c35-80ba-4cfd-a08d-34a84d67b5ce { display:none !important; }}@media (max-width: 767px){#s-96630c35-80ba-4cfd-a08d-34a84d67b5ce {
  display: none;
}
#s-96630c35-80ba-4cfd-a08d-34a84d67b5ce, #wrap-s-96630c35-80ba-4cfd-a08d-34a84d67b5ce { display:none !important; }}
#s-fe67fc16-8cb7-43a2-838a-4ed6a0af6a38 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-fe67fc16-8cb7-43a2-838a-4ed6a0af6a38 {
  display: none;
}
#s-fe67fc16-8cb7-43a2-838a-4ed6a0af6a38, #wrap-s-fe67fc16-8cb7-43a2-838a-4ed6a0af6a38 { display:none !important; }}@media (max-width: 767px){#s-fe67fc16-8cb7-43a2-838a-4ed6a0af6a38 {
  display: none;
}
#s-fe67fc16-8cb7-43a2-838a-4ed6a0af6a38, #wrap-s-fe67fc16-8cb7-43a2-838a-4ed6a0af6a38 { display:none !important; }}
#s-e3c4a2b8-bad1-4a8e-869d-9768fe8a3808 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
background-position: center center;
}
#s-e3c4a2b8-bad1-4a8e-869d-9768fe8a3808:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-e3c4a2b8-bad1-4a8e-869d-9768fe8a3808:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-e3c4a2b8-bad1-4a8e-869d-9768fe8a3808-root {
    text-align: left;
  }


#s-e3c4a2b8-bad1-4a8e-869d-9768fe8a3808.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e3c4a2b8-bad1-4a8e-869d-9768fe8a3808-root {
    text-align: left;
  }


#s-e3c4a2b8-bad1-4a8e-869d-9768fe8a3808.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e3c4a2b8-bad1-4a8e-869d-9768fe8a3808-root {
    text-align: left;
  }


#s-e3c4a2b8-bad1-4a8e-869d-9768fe8a3808.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e3c4a2b8-bad1-4a8e-869d-9768fe8a3808-root {
    text-align: left;
  }


#s-e3c4a2b8-bad1-4a8e-869d-9768fe8a3808.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e3c4a2b8-bad1-4a8e-869d-9768fe8a3808-root {
    text-align: left;
  }


#s-e3c4a2b8-bad1-4a8e-869d-9768fe8a3808.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-69a9773b-0511-408a-ae7e-7e5eb92e2a5e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 84%;
}
@media (min-width: 1200px){#s-69a9773b-0511-408a-ae7e-7e5eb92e2a5e {
  display: none;
}
#s-69a9773b-0511-408a-ae7e-7e5eb92e2a5e, #wrap-s-69a9773b-0511-408a-ae7e-7e5eb92e2a5e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69a9773b-0511-408a-ae7e-7e5eb92e2a5e {
  display: none;
}
#s-69a9773b-0511-408a-ae7e-7e5eb92e2a5e, #wrap-s-69a9773b-0511-408a-ae7e-7e5eb92e2a5e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69a9773b-0511-408a-ae7e-7e5eb92e2a5e {
  
}
}
#s-69a9773b-0511-408a-ae7e-7e5eb92e2a5e .shg-sld-dot {
  background-color: rgba(57, 57, 57, 1);
}

#s-69a9773b-0511-408a-ae7e-7e5eb92e2a5e .shg-sld-nav-button.shg-sld-left,
#s-69a9773b-0511-408a-ae7e-7e5eb92e2a5e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(57, 57, 57, 1);
}

#s-d8f3ea40-578b-4b55-b38c-ade56c57379f {
  min-height: 50px;
}








#s-d8f3ea40-578b-4b55-b38c-ade56c57379f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8f3ea40-578b-4b55-b38c-ade56c57379f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bdff1cf-41b5-4834-b668-72bf2c6bf534 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-2bdff1cf-41b5-4834-b668-72bf2c6bf534 {
  min-height: 300px;
}
}






  #s-2bdff1cf-41b5-4834-b668-72bf2c6bf534 img.shogun-image {
    

    
    
    
  }


#s-2bdff1cf-41b5-4834-b668-72bf2c6bf534 .shogun-image-content {
  
    align-items: flex-end;
  
}








#s-4d05097f-f72e-469e-8cc7-6945fecaffcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d05097f-f72e-469e-8cc7-6945fecaffcf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2110230-cf7e-490b-ba02-c9eb92948f14 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-f2110230-cf7e-490b-ba02-c9eb92948f14 {
  min-height: 300px;
}
}




  #s-f2110230-cf7e-490b-ba02-c9eb92948f14 img.shogun-image,
  #s-f2110230-cf7e-490b-ba02-c9eb92948f14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2110230-cf7e-490b-ba02-c9eb92948f14 {
    width: 100%;
    height: auto;
  }



  #s-f2110230-cf7e-490b-ba02-c9eb92948f14 img.shogun-image {
    

    
    
    
  }


#s-f2110230-cf7e-490b-ba02-c9eb92948f14 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-5519c7a6-d0b5-476e-81b9-4e3502c6e8cc {
  min-height: 50px;
}








#s-5519c7a6-d0b5-476e-81b9-4e3502c6e8cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5519c7a6-d0b5-476e-81b9-4e3502c6e8cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-368c3f01-f719-45f9-aec8-0de5af28ee18 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-368c3f01-f719-45f9-aec8-0de5af28ee18 {
  min-height: 300px;
}
}






  #s-368c3f01-f719-45f9-aec8-0de5af28ee18 img.shogun-image {
    

    
    
    
  }


#s-368c3f01-f719-45f9-aec8-0de5af28ee18 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-5ce0899e-94cf-4ae0-92fb-b5272727596b {
  min-height: 50px;
}








#s-5ce0899e-94cf-4ae0-92fb-b5272727596b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ce0899e-94cf-4ae0-92fb-b5272727596b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a935826-3380-4c54-a598-5d083bbf9421 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  #s-1a935826-3380-4c54-a598-5d083bbf9421 img.shogun-image {
    

    
    
    
  }


#s-1a935826-3380-4c54-a598-5d083bbf9421 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-22b634ab-4125-4586-8e47-bfcbdaef0b49 {
  margin-top: 20px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-22b634ab-4125-4586-8e47-bfcbdaef0b49 {
  display: none;
}
#s-22b634ab-4125-4586-8e47-bfcbdaef0b49, #wrap-s-22b634ab-4125-4586-8e47-bfcbdaef0b49 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22b634ab-4125-4586-8e47-bfcbdaef0b49 {
  display: none;
}
#s-22b634ab-4125-4586-8e47-bfcbdaef0b49, #wrap-s-22b634ab-4125-4586-8e47-bfcbdaef0b49 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-22b634ab-4125-4586-8e47-bfcbdaef0b49 {
  display: none;
}
#s-22b634ab-4125-4586-8e47-bfcbdaef0b49, #wrap-s-22b634ab-4125-4586-8e47-bfcbdaef0b49 { display:none !important; }}
#s-6b34c3ab-4503-499e-8e28-c986738b572f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-858e750e-d401-4258-98f8-a4f901a41cbf {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(75, 79, 84, 1);
}
#s-858e750e-d401-4258-98f8-a4f901a41cbf:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-858e750e-d401-4258-98f8-a4f901a41cbf:active {background-color: rgba(75, 79, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-858e750e-d401-4258-98f8-a4f901a41cbf {
  padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
}

  #s-858e750e-d401-4258-98f8-a4f901a41cbf-root {
    text-align: left;
  }


#s-858e750e-d401-4258-98f8-a4f901a41cbf.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-858e750e-d401-4258-98f8-a4f901a41cbf-root {
    text-align: left;
  }


#s-858e750e-d401-4258-98f8-a4f901a41cbf.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-858e750e-d401-4258-98f8-a4f901a41cbf-root {
    text-align: left;
  }


#s-858e750e-d401-4258-98f8-a4f901a41cbf.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-858e750e-d401-4258-98f8-a4f901a41cbf-root {
    text-align: left;
  }


#s-858e750e-d401-4258-98f8-a4f901a41cbf.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-858e750e-d401-4258-98f8-a4f901a41cbf-root {
    text-align: left;
  }


#s-858e750e-d401-4258-98f8-a4f901a41cbf.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
  #s-858e750e-d401-4258-98f8-a4f901a41cbf-root {
    text-align: left;
  }


#s-858e750e-d401-4258-98f8-a4f901a41cbf.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-10f0189b-6680-4e19-9d48-e03e99a8fbd7 {
  min-height: 50px;
}








#s-10f0189b-6680-4e19-9d48-e03e99a8fbd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10f0189b-6680-4e19-9d48-e03e99a8fbd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ec0e74f-9d41-4eae-b0f3-fe3cc29b1358 {
  margin-left: 0%;
margin-right: 0%;
min-height: 200px;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1ec0e74f-9d41-4eae-b0f3-fe3cc29b1358 img.shogun-image,
  #s-1ec0e74f-9d41-4eae-b0f3-fe3cc29b1358 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ec0e74f-9d41-4eae-b0f3-fe3cc29b1358 {
    width: 100%;
    height: auto;
  }



  #s-1ec0e74f-9d41-4eae-b0f3-fe3cc29b1358 img.shogun-image {
    

    
    
    
  }


#s-1ec0e74f-9d41-4eae-b0f3-fe3cc29b1358 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-5b940115-b987-46fa-9486-043a5a3f8852 {
  margin-top: 20px;
margin-left: 6%;
margin-right: 6%;
min-height: 50px;
}








#s-5b940115-b987-46fa-9486-043a5a3f8852 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b940115-b987-46fa-9486-043a5a3f8852.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e9b084a-3cdf-44d0-8c89-5d5fe4c0e880 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-5e9b084a-3cdf-44d0-8c89-5d5fe4c0e880 {
  
}
}@media (max-width: 767px){#s-5e9b084a-3cdf-44d0-8c89-5d5fe4c0e880 {
  
}
}
#s-a2983bc8-1a5d-4a9e-ae2a-d332b52ef123 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-a2983bc8-1a5d-4a9e-ae2a-d332b52ef123 {
  
}
}@media (max-width: 767px){#s-a2983bc8-1a5d-4a9e-ae2a-d332b52ef123 {
  
}
}
#s-8e428b9d-3b1c-4570-bdc0-c8fd7ceb846b {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
background-position: center center;
}
#s-8e428b9d-3b1c-4570-bdc0-c8fd7ceb846b:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-8e428b9d-3b1c-4570-bdc0-c8fd7ceb846b:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-8e428b9d-3b1c-4570-bdc0-c8fd7ceb846b-root {
    text-align: left;
  }


#s-8e428b9d-3b1c-4570-bdc0-c8fd7ceb846b.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8e428b9d-3b1c-4570-bdc0-c8fd7ceb846b-root {
    text-align: left;
  }


#s-8e428b9d-3b1c-4570-bdc0-c8fd7ceb846b.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e428b9d-3b1c-4570-bdc0-c8fd7ceb846b-root {
    text-align: left;
  }


#s-8e428b9d-3b1c-4570-bdc0-c8fd7ceb846b.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8e428b9d-3b1c-4570-bdc0-c8fd7ceb846b-root {
    text-align: left;
  }


#s-8e428b9d-3b1c-4570-bdc0-c8fd7ceb846b.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8e428b9d-3b1c-4570-bdc0-c8fd7ceb846b-root {
    text-align: left;
  }


#s-8e428b9d-3b1c-4570-bdc0-c8fd7ceb846b.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-235b0011-dd22-4298-ad43-c65d86880527 {
  margin-top: 20px;
margin-left: 6%;
margin-right: 6%;
min-height: 50px;
}








#s-235b0011-dd22-4298-ad43-c65d86880527 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-235b0011-dd22-4298-ad43-c65d86880527.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f721b68-ffe3-4e85-9880-74b50ff837b4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-8f721b68-ffe3-4e85-9880-74b50ff837b4 {
  
}
}@media (max-width: 767px){#s-8f721b68-ffe3-4e85-9880-74b50ff837b4 {
  
}
}
#s-4b79fe97-8f39-43a0-bdc3-73c9c5f8abcb {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-4b79fe97-8f39-43a0-bdc3-73c9c5f8abcb {
  
}
}@media (max-width: 767px){#s-4b79fe97-8f39-43a0-bdc3-73c9c5f8abcb {
  
}
}
#s-94f1ac24-6ae8-4aa1-9451-3d1ee6322e7d {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
background-position: center center;
}
#s-94f1ac24-6ae8-4aa1-9451-3d1ee6322e7d:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-94f1ac24-6ae8-4aa1-9451-3d1ee6322e7d:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-94f1ac24-6ae8-4aa1-9451-3d1ee6322e7d-root {
    text-align: left;
  }


#s-94f1ac24-6ae8-4aa1-9451-3d1ee6322e7d.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-94f1ac24-6ae8-4aa1-9451-3d1ee6322e7d-root {
    text-align: left;
  }


#s-94f1ac24-6ae8-4aa1-9451-3d1ee6322e7d.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-94f1ac24-6ae8-4aa1-9451-3d1ee6322e7d-root {
    text-align: left;
  }


#s-94f1ac24-6ae8-4aa1-9451-3d1ee6322e7d.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-94f1ac24-6ae8-4aa1-9451-3d1ee6322e7d-root {
    text-align: left;
  }


#s-94f1ac24-6ae8-4aa1-9451-3d1ee6322e7d.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-94f1ac24-6ae8-4aa1-9451-3d1ee6322e7d-root {
    text-align: left;
  }


#s-94f1ac24-6ae8-4aa1-9451-3d1ee6322e7d.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-2ff0a3ab-6da4-4acb-ab79-feb1bffc8a25 {
  margin-top: 20px;
margin-left: 6%;
margin-right: 6%;
min-height: 50px;
}








#s-2ff0a3ab-6da4-4acb-ab79-feb1bffc8a25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ff0a3ab-6da4-4acb-ab79-feb1bffc8a25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10009617-f8c1-42fc-8f48-abf6be90f57a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-10009617-f8c1-42fc-8f48-abf6be90f57a {
  
}
}@media (max-width: 767px){#s-10009617-f8c1-42fc-8f48-abf6be90f57a {
  
}
}
#s-f704da80-1919-4a2e-8b52-81a2834b0dd0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-f704da80-1919-4a2e-8b52-81a2834b0dd0 {
  
}
}@media (max-width: 767px){#s-f704da80-1919-4a2e-8b52-81a2834b0dd0 {
  
}
}
#s-f6a90485-8684-420b-8866-004113efa26e {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
background-position: center center;
}
#s-f6a90485-8684-420b-8866-004113efa26e:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-f6a90485-8684-420b-8866-004113efa26e:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-f6a90485-8684-420b-8866-004113efa26e-root {
    text-align: left;
  }


#s-f6a90485-8684-420b-8866-004113efa26e.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f6a90485-8684-420b-8866-004113efa26e-root {
    text-align: left;
  }


#s-f6a90485-8684-420b-8866-004113efa26e.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f6a90485-8684-420b-8866-004113efa26e-root {
    text-align: left;
  }


#s-f6a90485-8684-420b-8866-004113efa26e.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f6a90485-8684-420b-8866-004113efa26e-root {
    text-align: left;
  }


#s-f6a90485-8684-420b-8866-004113efa26e.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f6a90485-8684-420b-8866-004113efa26e-root {
    text-align: left;
  }


#s-f6a90485-8684-420b-8866-004113efa26e.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f9f30ef6-9eb3-47bf-a439-98d623ddab42 {
  margin-top: 20px;
margin-left: 6%;
margin-right: 6%;
min-height: 50px;
}








#s-f9f30ef6-9eb3-47bf-a439-98d623ddab42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9f30ef6-9eb3-47bf-a439-98d623ddab42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6abcf2fd-f825-42f4-b65a-d3a61a06179a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-6abcf2fd-f825-42f4-b65a-d3a61a06179a {
  
}
}@media (max-width: 767px){#s-6abcf2fd-f825-42f4-b65a-d3a61a06179a {
  
}
}
#s-f29554c7-b037-40d8-a1b6-0a25c5f73c3e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-f29554c7-b037-40d8-a1b6-0a25c5f73c3e {
  
}
}@media (max-width: 767px){#s-f29554c7-b037-40d8-a1b6-0a25c5f73c3e {
  
}
}
#s-0f0eef6c-75c0-4668-8a3b-8055e5ad4f40 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(75, 79, 84, 1);
background-image: none;
hover-type: color;
letter-spacing: 2px;
background-position: center center;
}
#s-0f0eef6c-75c0-4668-8a3b-8055e5ad4f40:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(75, 79, 84, 0.6) !important;}#s-0f0eef6c-75c0-4668-8a3b-8055e5ad4f40:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(75, 79, 84, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-0f0eef6c-75c0-4668-8a3b-8055e5ad4f40-root {
    text-align: left;
  }


#s-0f0eef6c-75c0-4668-8a3b-8055e5ad4f40.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0f0eef6c-75c0-4668-8a3b-8055e5ad4f40-root {
    text-align: left;
  }


#s-0f0eef6c-75c0-4668-8a3b-8055e5ad4f40.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f0eef6c-75c0-4668-8a3b-8055e5ad4f40-root {
    text-align: left;
  }


#s-0f0eef6c-75c0-4668-8a3b-8055e5ad4f40.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f0eef6c-75c0-4668-8a3b-8055e5ad4f40-root {
    text-align: left;
  }


#s-0f0eef6c-75c0-4668-8a3b-8055e5ad4f40.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0f0eef6c-75c0-4668-8a3b-8055e5ad4f40-root {
    text-align: left;
  }


#s-0f0eef6c-75c0-4668-8a3b-8055e5ad4f40.shg-btn {
  color: rgba(75, 79, 84, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-9d2a2804-2ffb-4d95-bca1-a10eca40aaa9 {
  margin-top: 60px;
margin-bottom: 20px;
min-height: 50px;
}








#s-9d2a2804-2ffb-4d95-bca1-a10eca40aaa9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d2a2804-2ffb-4d95-bca1-a10eca40aaa9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f0d25b2-35e8-467b-9dc0-28872b151dee {
  margin-left: 5%;
margin-right: 5%;
}

#s-6791f27a-8e8c-4b96-b482-42d6f5590cee {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-6791f27a-8e8c-4b96-b482-42d6f5590cee img.shogun-image {
    

    
    
    
  }


#s-6791f27a-8e8c-4b96-b482-42d6f5590cee .shogun-image-content {
  
    align-items: center;
  
}

#s-3303959c-5285-45b7-8438-de585c128b81 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-3303959c-5285-45b7-8438-de585c128b81 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-275a9ba4-aa36-4ea2-b620-3d90db25ab79 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-275a9ba4-aa36-4ea2-b620-3d90db25ab79 img.shogun-image {
    

    
    
    
  }


#s-275a9ba4-aa36-4ea2-b620-3d90db25ab79 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-ac64ab43-4136-4226-85ca-e08d5f518459 {
  margin-left: 5%;
margin-right: 5%;
}
}
/*
  $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}