.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-148f2789-b799-4593-9b20-4668470f15da {
  min-height: 50px;
}
@media (min-width: 1200px){#s-148f2789-b799-4593-9b20-4668470f15da {
  display: none;
}
#s-148f2789-b799-4593-9b20-4668470f15da, #wrap-s-148f2789-b799-4593-9b20-4668470f15da { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-148f2789-b799-4593-9b20-4668470f15da {
  display: none;
}
#s-148f2789-b799-4593-9b20-4668470f15da, #wrap-s-148f2789-b799-4593-9b20-4668470f15da { display:none !important; }}@media (max-width: 767px){#s-148f2789-b799-4593-9b20-4668470f15da {
  
}
}







#s-148f2789-b799-4593-9b20-4668470f15da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-148f2789-b799-4593-9b20-4668470f15da.shg-box.shg-c {
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
}
#s-6d5b9819-b524-4f9e-8f57-2acb6c135b2f {
  text-align: center;
}




  #s-6d5b9819-b524-4f9e-8f57-2acb6c135b2f img.shogun-image {
    
    width: px;
  }


#s-6d5b9819-b524-4f9e-8f57-2acb6c135b2f .shogun-image-content {
  
    align-items: center;
  
}

#s-80e7f978-c6ae-4d07-8b6a-6785a4942d1d {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-80e7f978-c6ae-4d07-8b6a-6785a4942d1d {
  display: none;
}
#s-80e7f978-c6ae-4d07-8b6a-6785a4942d1d, #wrap-s-80e7f978-c6ae-4d07-8b6a-6785a4942d1d { display:none !important; }}@media (max-width: 767px){#s-80e7f978-c6ae-4d07-8b6a-6785a4942d1d {
  display: none;
}
#s-80e7f978-c6ae-4d07-8b6a-6785a4942d1d, #wrap-s-80e7f978-c6ae-4d07-8b6a-6785a4942d1d { display:none !important; }}







#s-80e7f978-c6ae-4d07-8b6a-6785a4942d1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80e7f978-c6ae-4d07-8b6a-6785a4942d1d.shg-box.shg-c {
  justify-content: center;
}

#s-0ae8c318-e7c6-48ad-9e69-34be036f3619 {
  background-image: url(https://i.shgcdn.com/d78b2cd8-d78c-4c4b-a887-ed931648e683/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 800px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0ae8c318-e7c6-48ad-9e69-34be036f3619 {
  display: none;
}
#s-0ae8c318-e7c6-48ad-9e69-34be036f3619, #wrap-s-0ae8c318-e7c6-48ad-9e69-34be036f3619 { display:none !important; }}@media (max-width: 767px){#s-0ae8c318-e7c6-48ad-9e69-34be036f3619 {
  display: none;
}
#s-0ae8c318-e7c6-48ad-9e69-34be036f3619, #wrap-s-0ae8c318-e7c6-48ad-9e69-34be036f3619 { display:none !important; }}







#s-0ae8c318-e7c6-48ad-9e69-34be036f3619 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ae8c318-e7c6-48ad-9e69-34be036f3619.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6a97370-c33a-46a3-87f5-db2c8ba57585"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

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

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

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

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

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

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

.shg-default-text-content 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-539c8263-87df-480b-b17c-0daf06c6aec5 {
  padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-539c8263-87df-480b-b17c-0daf06c6aec5 {
  display: none;
}
#s-539c8263-87df-480b-b17c-0daf06c6aec5, #wrap-s-539c8263-87df-480b-b17c-0daf06c6aec5 { display:none !important; }}@media (max-width: 767px){#s-539c8263-87df-480b-b17c-0daf06c6aec5 {
  display: none;
}
#s-539c8263-87df-480b-b17c-0daf06c6aec5, #wrap-s-539c8263-87df-480b-b17c-0daf06c6aec5 { display:none !important; }}
#s-54c7a6b9-caee-45b9-b29b-f0a4ef9cbe1c {
  min-height: 30px;
}








#s-54c7a6b9-caee-45b9-b29b-f0a4ef9cbe1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54c7a6b9-caee-45b9-b29b-f0a4ef9cbe1c.shg-box.shg-c {
  justify-content: center;
}

#s-569c2bcb-d2a2-4454-beea-a05c424356ab {
  padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-569c2bcb-d2a2-4454-beea-a05c424356ab {
  display: none;
}
#s-569c2bcb-d2a2-4454-beea-a05c424356ab, #wrap-s-569c2bcb-d2a2-4454-beea-a05c424356ab { display:none !important; }}@media (max-width: 767px){#s-569c2bcb-d2a2-4454-beea-a05c424356ab {
  display: none;
}
#s-569c2bcb-d2a2-4454-beea-a05c424356ab, #wrap-s-569c2bcb-d2a2-4454-beea-a05c424356ab { display:none !important; }}
#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc {
  background-color: rgba(255, 255, 255, 1);
}








#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c5b2261a-9c59-4703-9441-356280f81a8a {
  min-height: 70px;
}
@media (min-width: 1200px){#s-c5b2261a-9c59-4703-9441-356280f81a8a {
  display: none;
}
#s-c5b2261a-9c59-4703-9441-356280f81a8a, #wrap-s-c5b2261a-9c59-4703-9441-356280f81a8a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5b2261a-9c59-4703-9441-356280f81a8a {
  display: none;
}
#s-c5b2261a-9c59-4703-9441-356280f81a8a, #wrap-s-c5b2261a-9c59-4703-9441-356280f81a8a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5b2261a-9c59-4703-9441-356280f81a8a {
  display: none;
}
#s-c5b2261a-9c59-4703-9441-356280f81a8a, #wrap-s-c5b2261a-9c59-4703-9441-356280f81a8a { display:none !important; }}@media (max-width: 767px){#s-c5b2261a-9c59-4703-9441-356280f81a8a {
  display: none;
}
#s-c5b2261a-9c59-4703-9441-356280f81a8a, #wrap-s-c5b2261a-9c59-4703-9441-356280f81a8a { display:none !important; }}







#s-c5b2261a-9c59-4703-9441-356280f81a8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5b2261a-9c59-4703-9441-356280f81a8a.shg-box.shg-c {
  justify-content: center;
}

#s-42ffaa85-c86e-43b3-b25f-f5a6c97ae3d9 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-42ffaa85-c86e-43b3-b25f-f5a6c97ae3d9 {
  
}
}@media (max-width: 767px){#s-42ffaa85-c86e-43b3-b25f-f5a6c97ae3d9 {
  
}
}







#s-42ffaa85-c86e-43b3-b25f-f5a6c97ae3d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42ffaa85-c86e-43b3-b25f-f5a6c97ae3d9.shg-box.shg-c {
  justify-content: center;
}

#s-84a967e1-e20a-4b66-a3dd-657e332971f7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-84a967e1-e20a-4b66-a3dd-657e332971f7 {
  display: none;
}
#s-84a967e1-e20a-4b66-a3dd-657e332971f7, #wrap-s-84a967e1-e20a-4b66-a3dd-657e332971f7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-84a967e1-e20a-4b66-a3dd-657e332971f7 {
  display: none;
}
#s-84a967e1-e20a-4b66-a3dd-657e332971f7, #wrap-s-84a967e1-e20a-4b66-a3dd-657e332971f7 { display:none !important; }}@media (max-width: 767px){#s-84a967e1-e20a-4b66-a3dd-657e332971f7 {
  display: none;
}
#s-84a967e1-e20a-4b66-a3dd-657e332971f7, #wrap-s-84a967e1-e20a-4b66-a3dd-657e332971f7 { display:none !important; }}







#s-84a967e1-e20a-4b66-a3dd-657e332971f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84a967e1-e20a-4b66-a3dd-657e332971f7.shg-box.shg-c {
  justify-content: center;
}

#s-2035335e-6fcf-413c-9028-5fc9e0606756 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2035335e-6fcf-413c-9028-5fc9e0606756 {
  display: none;
}
#s-2035335e-6fcf-413c-9028-5fc9e0606756, #wrap-s-2035335e-6fcf-413c-9028-5fc9e0606756 { display:none !important; }}@media (max-width: 767px){#s-2035335e-6fcf-413c-9028-5fc9e0606756 {
  display: none;
}
#s-2035335e-6fcf-413c-9028-5fc9e0606756, #wrap-s-2035335e-6fcf-413c-9028-5fc9e0606756 { display:none !important; }}







#s-2035335e-6fcf-413c-9028-5fc9e0606756 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2035335e-6fcf-413c-9028-5fc9e0606756.shg-box.shg-c {
  justify-content: center;
}

#s-201d47b3-94d7-46c0-a1c6-bcd04ab4f244 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-201d47b3-94d7-46c0-a1c6-bcd04ab4f244 {
  display: none;
}
#s-201d47b3-94d7-46c0-a1c6-bcd04ab4f244, #wrap-s-201d47b3-94d7-46c0-a1c6-bcd04ab4f244 { display:none !important; }}@media (max-width: 767px){#s-201d47b3-94d7-46c0-a1c6-bcd04ab4f244 {
  display: none;
}
#s-201d47b3-94d7-46c0-a1c6-bcd04ab4f244, #wrap-s-201d47b3-94d7-46c0-a1c6-bcd04ab4f244 { display:none !important; }}







#s-201d47b3-94d7-46c0-a1c6-bcd04ab4f244 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-201d47b3-94d7-46c0-a1c6-bcd04ab4f244.shg-box.shg-c {
  justify-content: center;
}

#s-df2bdb61-32f5-41f4-8796-b1a7df6fb5fb {
  min-height: 150px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-df2bdb61-32f5-41f4-8796-b1a7df6fb5fb {
  display: none;
}
#s-df2bdb61-32f5-41f4-8796-b1a7df6fb5fb, #wrap-s-df2bdb61-32f5-41f4-8796-b1a7df6fb5fb { display:none !important; }}@media (max-width: 767px){#s-df2bdb61-32f5-41f4-8796-b1a7df6fb5fb {
  display: none;
}
#s-df2bdb61-32f5-41f4-8796-b1a7df6fb5fb, #wrap-s-df2bdb61-32f5-41f4-8796-b1a7df6fb5fb { display:none !important; }}







#s-df2bdb61-32f5-41f4-8796-b1a7df6fb5fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df2bdb61-32f5-41f4-8796-b1a7df6fb5fb.shg-box.shg-c {
  justify-content: center;
}

#s-5a7079fa-8f4e-4f7d-9649-98e2bf88a14e {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5a7079fa-8f4e-4f7d-9649-98e2bf88a14e {
  display: none;
}
#s-5a7079fa-8f4e-4f7d-9649-98e2bf88a14e, #wrap-s-5a7079fa-8f4e-4f7d-9649-98e2bf88a14e { display:none !important; }}@media (max-width: 767px){#s-5a7079fa-8f4e-4f7d-9649-98e2bf88a14e {
  display: none;
}
#s-5a7079fa-8f4e-4f7d-9649-98e2bf88a14e, #wrap-s-5a7079fa-8f4e-4f7d-9649-98e2bf88a14e { display:none !important; }}







#s-5a7079fa-8f4e-4f7d-9649-98e2bf88a14e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a7079fa-8f4e-4f7d-9649-98e2bf88a14e.shg-box.shg-c {
  justify-content: center;
}

#s-a823aec0-5062-4198-b4fb-95aeeabae638 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-a823aec0-5062-4198-b4fb-95aeeabae638"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-9989d6da-120d-49de-9825-b81ea016bfc8 {
  text-align: center;
}





#s-9989d6da-120d-49de-9825-b81ea016bfc8 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  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-ad513e21-b606-4be3-b236-92b7c1cab07d {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad513e21-b606-4be3-b236-92b7c1cab07d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-9a0943b3-f8aa-4528-8794-26fecb609243 {
  min-height: 50px;
}








#s-9a0943b3-f8aa-4528-8794-26fecb609243 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a0943b3-f8aa-4528-8794-26fecb609243.shg-box.shg-c {
  justify-content: 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.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-4ed47752-ae38-43c0-83fd-d2f100050885 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 50%;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-4ed47752-ae38-43c0-83fd-d2f100050885:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4ed47752-ae38-43c0-83fd-d2f100050885:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-4ed47752-ae38-43c0-83fd-d2f100050885.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-a40df8ae-629c-4016-b765-8e9d8097b46b {
  text-align: center;
}




  #s-a40df8ae-629c-4016-b765-8e9d8097b46b img.shogun-image {
    
    width: px;
  }


#s-a40df8ae-629c-4016-b765-8e9d8097b46b .shogun-image-content {
  
    align-items: center;
  
}

#s-df8150aa-6ff6-4b97-abfc-d8f86fc28929 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df8150aa-6ff6-4b97-abfc-d8f86fc28929 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-ca4db73e-dc51-461b-aa30-e4e60c9a82b4 {
  min-height: 50px;
}








#s-ca4db73e-dc51-461b-aa30-e4e60c9a82b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca4db73e-dc51-461b-aa30-e4e60c9a82b4.shg-box.shg-c {
  justify-content: center;
}

#s-11f610fc-c55b-479c-afad-b9daf452a862 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 50%;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-11f610fc-c55b-479c-afad-b9daf452a862:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-11f610fc-c55b-479c-afad-b9daf452a862:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-11f610fc-c55b-479c-afad-b9daf452a862.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-0b0f705c-669c-40dc-bdab-9409da462278 {
  text-align: center;
}




  #s-0b0f705c-669c-40dc-bdab-9409da462278 img.shogun-image {
    
    width: px;
  }


#s-0b0f705c-669c-40dc-bdab-9409da462278 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf08363a-6ad4-4547-8c7f-e04e1f835fc9 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf08363a-6ad4-4547-8c7f-e04e1f835fc9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-e930ae5b-1ecc-4ab1-9510-13b208ef5780 {
  min-height: 50px;
}








#s-e930ae5b-1ecc-4ab1-9510-13b208ef5780 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e930ae5b-1ecc-4ab1-9510-13b208ef5780.shg-box.shg-c {
  justify-content: center;
}

#s-ce44e231-b5b0-4df0-896c-6b628c0527d5 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 50%;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-ce44e231-b5b0-4df0-896c-6b628c0527d5:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ce44e231-b5b0-4df0-896c-6b628c0527d5:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-ce44e231-b5b0-4df0-896c-6b628c0527d5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-ac18c420-8869-4aea-9fbf-ac4f74e4cfd0 {
  text-align: center;
}




  #s-ac18c420-8869-4aea-9fbf-ac4f74e4cfd0 img.shogun-image {
    
    width: px;
  }


#s-ac18c420-8869-4aea-9fbf-ac4f74e4cfd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2453ab6-802e-42fb-bcac-d86641377b89 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2453ab6-802e-42fb-bcac-d86641377b89 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-db64555c-db58-4e79-a388-e05892cb758d {
  min-height: 50px;
}








#s-db64555c-db58-4e79-a388-e05892cb758d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db64555c-db58-4e79-a388-e05892cb758d.shg-box.shg-c {
  justify-content: center;
}

#s-ac057ea4-614b-4992-af01-2322e98e6a56 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 50%;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-ac057ea4-614b-4992-af01-2322e98e6a56:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ac057ea4-614b-4992-af01-2322e98e6a56:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-ac057ea4-614b-4992-af01-2322e98e6a56.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-ccc85846-b71a-41af-9144-79a584ed018f {
  min-height: 80px;
}








#s-ccc85846-b71a-41af-9144-79a584ed018f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccc85846-b71a-41af-9144-79a584ed018f.shg-box.shg-c {
  justify-content: center;
}

#s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-41ee3b30-ef78-4dcc-9884-f7f38b9c728c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-cf163950-8b59-4aeb-ab30-07960177ada4 {
  text-align: center;
}




  #s-cf163950-8b59-4aeb-ab30-07960177ada4 img.shogun-image {
    
    width: px;
  }


#s-cf163950-8b59-4aeb-ab30-07960177ada4 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e076442-7c78-4656-b62e-2604bea3d05a {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e076442-7c78-4656-b62e-2604bea3d05a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-68aca256-4021-4072-b94e-d52b3528d854 {
  min-height: 50px;
}








#s-68aca256-4021-4072-b94e-d52b3528d854 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68aca256-4021-4072-b94e-d52b3528d854.shg-box.shg-c {
  justify-content: center;
}

#s-d7669a3b-ce7c-451b-ae28-66d24a5c2bab {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 50%;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-d7669a3b-ce7c-451b-ae28-66d24a5c2bab:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d7669a3b-ce7c-451b-ae28-66d24a5c2bab:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-d7669a3b-ce7c-451b-ae28-66d24a5c2bab.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-25144544-517e-425d-914d-aa3bf0e2855f {
  text-align: center;
}




  #s-25144544-517e-425d-914d-aa3bf0e2855f img.shogun-image {
    
    width: px;
  }


#s-25144544-517e-425d-914d-aa3bf0e2855f .shogun-image-content {
  
    align-items: center;
  
}

#s-46e6cbd2-1242-4a65-ae15-c076bb976822 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46e6cbd2-1242-4a65-ae15-c076bb976822 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-eb6fab02-9931-413d-a416-b3eee9442849 {
  min-height: 50px;
}








#s-eb6fab02-9931-413d-a416-b3eee9442849 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb6fab02-9931-413d-a416-b3eee9442849.shg-box.shg-c {
  justify-content: center;
}

#s-da138565-1fd1-4214-92e9-b18557b0c339 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 50%;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-da138565-1fd1-4214-92e9-b18557b0c339:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-da138565-1fd1-4214-92e9-b18557b0c339:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-da138565-1fd1-4214-92e9-b18557b0c339.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-f6a10876-4458-4e7f-8d29-b1d1ab09bcb0 {
  text-align: center;
}




  #s-f6a10876-4458-4e7f-8d29-b1d1ab09bcb0 img.shogun-image {
    
    width: px;
  }


#s-f6a10876-4458-4e7f-8d29-b1d1ab09bcb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-8de80e2b-4ffd-4cc1-8db0-4ba29a67825b {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8de80e2b-4ffd-4cc1-8db0-4ba29a67825b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-1a7fb313-defd-40d8-9d26-41828bf4c7fd {
  min-height: 50px;
}








#s-1a7fb313-defd-40d8-9d26-41828bf4c7fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a7fb313-defd-40d8-9d26-41828bf4c7fd.shg-box.shg-c {
  justify-content: center;
}

#s-fba753b2-7028-4bed-a29d-3f6ba74ade71 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 50%;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-fba753b2-7028-4bed-a29d-3f6ba74ade71:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fba753b2-7028-4bed-a29d-3f6ba74ade71:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-fba753b2-7028-4bed-a29d-3f6ba74ade71.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-7df5e124-7088-4946-9a9e-38c583fb759d {
  text-align: center;
}




  #s-7df5e124-7088-4946-9a9e-38c583fb759d img.shogun-image {
    
    width: px;
  }


#s-7df5e124-7088-4946-9a9e-38c583fb759d .shogun-image-content {
  
    align-items: center;
  
}

#s-beabd438-0750-4128-af80-2f276a4bdb6d {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-beabd438-0750-4128-af80-2f276a4bdb6d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-b26ec9fb-8a9b-4121-b493-d53399ffbe4d {
  min-height: 50px;
}








#s-b26ec9fb-8a9b-4121-b493-d53399ffbe4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b26ec9fb-8a9b-4121-b493-d53399ffbe4d.shg-box.shg-c {
  justify-content: center;
}

#s-5f273f21-464f-42d6-9106-c4315f42db52 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 50%;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-5f273f21-464f-42d6-9106-c4315f42db52:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5f273f21-464f-42d6-9106-c4315f42db52:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-5f273f21-464f-42d6-9106-c4315f42db52.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-c0213428-1b47-44c1-be22-0587db7ac668 {
  min-height: 250px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c0213428-1b47-44c1-be22-0587db7ac668 {
  display: none;
}
#s-c0213428-1b47-44c1-be22-0587db7ac668, #wrap-s-c0213428-1b47-44c1-be22-0587db7ac668 { display:none !important; }}@media (max-width: 767px){#s-c0213428-1b47-44c1-be22-0587db7ac668 {
  display: none;
}
#s-c0213428-1b47-44c1-be22-0587db7ac668, #wrap-s-c0213428-1b47-44c1-be22-0587db7ac668 { display:none !important; }}







#s-c0213428-1b47-44c1-be22-0587db7ac668 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0213428-1b47-44c1-be22-0587db7ac668.shg-box.shg-c {
  justify-content: center;
}

#s-9e06dea3-d281-40c7-b91c-c859fb51d6d9 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-9e06dea3-d281-40c7-b91c-c859fb51d6d9 {
  display: none;
}
#s-9e06dea3-d281-40c7-b91c-c859fb51d6d9, #wrap-s-9e06dea3-d281-40c7-b91c-c859fb51d6d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e06dea3-d281-40c7-b91c-c859fb51d6d9 {
  display: none;
}
#s-9e06dea3-d281-40c7-b91c-c859fb51d6d9, #wrap-s-9e06dea3-d281-40c7-b91c-c859fb51d6d9 { display:none !important; }}







#s-9e06dea3-d281-40c7-b91c-c859fb51d6d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e06dea3-d281-40c7-b91c-c859fb51d6d9.shg-box.shg-c {
  justify-content: center;
}

#s-2b47899c-b289-42b6-be31-bb7f2dab41b9 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-2b47899c-b289-42b6-be31-bb7f2dab41b9 {
  display: none;
}
#s-2b47899c-b289-42b6-be31-bb7f2dab41b9, #wrap-s-2b47899c-b289-42b6-be31-bb7f2dab41b9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b47899c-b289-42b6-be31-bb7f2dab41b9 {
  display: none;
}
#s-2b47899c-b289-42b6-be31-bb7f2dab41b9, #wrap-s-2b47899c-b289-42b6-be31-bb7f2dab41b9 { display:none !important; }}







#s-2b47899c-b289-42b6-be31-bb7f2dab41b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b47899c-b289-42b6-be31-bb7f2dab41b9.shg-box.shg-c {
  justify-content: center;
}

#s-98a3ca88-8adb-463c-97a8-09a334f13f93 {
  padding-left: 30px;
padding-right: 30px;
}

#s-c12fb4ef-ff31-4347-9976-e74650f637b8 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-c12fb4ef-ff31-4347-9976-e74650f637b8 {
  display: none;
}
#s-c12fb4ef-ff31-4347-9976-e74650f637b8, #wrap-s-c12fb4ef-ff31-4347-9976-e74650f637b8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c12fb4ef-ff31-4347-9976-e74650f637b8 {
  display: none;
}
#s-c12fb4ef-ff31-4347-9976-e74650f637b8, #wrap-s-c12fb4ef-ff31-4347-9976-e74650f637b8 { display:none !important; }}







#s-c12fb4ef-ff31-4347-9976-e74650f637b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c12fb4ef-ff31-4347-9976-e74650f637b8.shg-box.shg-c {
  justify-content: center;
}

#s-46da6d2f-8dfd-4cbe-9a24-52b183e4fd88 {
  padding-left: 30px;
padding-right: 30px;
}

#s-b8d601b4-51a3-4818-8abc-54ca68b21738 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-b8d601b4-51a3-4818-8abc-54ca68b21738 {
  display: none;
}
#s-b8d601b4-51a3-4818-8abc-54ca68b21738, #wrap-s-b8d601b4-51a3-4818-8abc-54ca68b21738 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8d601b4-51a3-4818-8abc-54ca68b21738 {
  display: none;
}
#s-b8d601b4-51a3-4818-8abc-54ca68b21738, #wrap-s-b8d601b4-51a3-4818-8abc-54ca68b21738 { display:none !important; }}







#s-b8d601b4-51a3-4818-8abc-54ca68b21738 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8d601b4-51a3-4818-8abc-54ca68b21738.shg-box.shg-c {
  justify-content: center;
}

#s-93973dad-52af-4daa-96ee-5f3208332813 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-93973dad-52af-4daa-96ee-5f3208332813 {
  display: none;
}
#s-93973dad-52af-4daa-96ee-5f3208332813, #wrap-s-93973dad-52af-4daa-96ee-5f3208332813 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-93973dad-52af-4daa-96ee-5f3208332813 {
  display: none;
}
#s-93973dad-52af-4daa-96ee-5f3208332813, #wrap-s-93973dad-52af-4daa-96ee-5f3208332813 { display:none !important; }}







#s-93973dad-52af-4daa-96ee-5f3208332813 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93973dad-52af-4daa-96ee-5f3208332813.shg-box.shg-c {
  justify-content: center;
}

#s-e43a8b28-22ea-428a-a768-5fac98e859ef {
  text-align: center;
}





#s-e43a8b28-22ea-428a-a768-5fac98e859ef .shogun-image-content {
  
    align-items: center;
  
}

#s-328d05b8-df43-4492-a5db-7ca9bdc2e56d {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-328d05b8-df43-4492-a5db-7ca9bdc2e56d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-d7401c7b-d58b-4f3e-aaf7-f896d4da3074 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-d7401c7b-d58b-4f3e-aaf7-f896d4da3074 {
  display: none;
}
#s-d7401c7b-d58b-4f3e-aaf7-f896d4da3074, #wrap-s-d7401c7b-d58b-4f3e-aaf7-f896d4da3074 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7401c7b-d58b-4f3e-aaf7-f896d4da3074 {
  display: none;
}
#s-d7401c7b-d58b-4f3e-aaf7-f896d4da3074, #wrap-s-d7401c7b-d58b-4f3e-aaf7-f896d4da3074 { display:none !important; }}







#s-d7401c7b-d58b-4f3e-aaf7-f896d4da3074 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7401c7b-d58b-4f3e-aaf7-f896d4da3074.shg-box.shg-c {
  justify-content: center;
}

#s-f03ba744-b3e1-441c-a474-a9e0e1689082 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 50%;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-f03ba744-b3e1-441c-a474-a9e0e1689082:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f03ba744-b3e1-441c-a474-a9e0e1689082:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-f03ba744-b3e1-441c-a474-a9e0e1689082.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-75f1b508-505e-4a57-b723-e4cd2bde4932 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-75f1b508-505e-4a57-b723-e4cd2bde4932 {
  display: none;
}
#s-75f1b508-505e-4a57-b723-e4cd2bde4932, #wrap-s-75f1b508-505e-4a57-b723-e4cd2bde4932 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75f1b508-505e-4a57-b723-e4cd2bde4932 {
  display: none;
}
#s-75f1b508-505e-4a57-b723-e4cd2bde4932, #wrap-s-75f1b508-505e-4a57-b723-e4cd2bde4932 { display:none !important; }}







#s-75f1b508-505e-4a57-b723-e4cd2bde4932 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75f1b508-505e-4a57-b723-e4cd2bde4932.shg-box.shg-c {
  justify-content: center;
}

#s-eebc4480-18a3-4af9-8af8-0f4bffcc1c3e {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-eebc4480-18a3-4af9-8af8-0f4bffcc1c3e {
  display: none;
}
#s-eebc4480-18a3-4af9-8af8-0f4bffcc1c3e, #wrap-s-eebc4480-18a3-4af9-8af8-0f4bffcc1c3e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eebc4480-18a3-4af9-8af8-0f4bffcc1c3e {
  display: none;
}
#s-eebc4480-18a3-4af9-8af8-0f4bffcc1c3e, #wrap-s-eebc4480-18a3-4af9-8af8-0f4bffcc1c3e { display:none !important; }}







#s-eebc4480-18a3-4af9-8af8-0f4bffcc1c3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eebc4480-18a3-4af9-8af8-0f4bffcc1c3e.shg-box.shg-c {
  justify-content: center;
}

#s-583ac007-bdb3-4257-8072-8fb2ed467637 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-583ac007-bdb3-4257-8072-8fb2ed467637 {
  display: none;
}
#s-583ac007-bdb3-4257-8072-8fb2ed467637, #wrap-s-583ac007-bdb3-4257-8072-8fb2ed467637 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-583ac007-bdb3-4257-8072-8fb2ed467637 {
  display: none;
}
#s-583ac007-bdb3-4257-8072-8fb2ed467637, #wrap-s-583ac007-bdb3-4257-8072-8fb2ed467637 { display:none !important; }}







#s-583ac007-bdb3-4257-8072-8fb2ed467637 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-583ac007-bdb3-4257-8072-8fb2ed467637.shg-box.shg-c {
  justify-content: center;
}

#s-9762ef1a-605d-4537-adbc-17330650c36a {
  text-align: center;
}




  #s-9762ef1a-605d-4537-adbc-17330650c36a img.shogun-image {
    
    width: px;
  }


#s-9762ef1a-605d-4537-adbc-17330650c36a .shogun-image-content {
  
    align-items: center;
  
}

#s-574a7845-5c37-4dc3-9a80-6a7d850cfbc6 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-574a7845-5c37-4dc3-9a80-6a7d850cfbc6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-ccc86c2b-dcdc-445f-a32a-0327b7dd15d3 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-ccc86c2b-dcdc-445f-a32a-0327b7dd15d3 {
  display: none;
}
#s-ccc86c2b-dcdc-445f-a32a-0327b7dd15d3, #wrap-s-ccc86c2b-dcdc-445f-a32a-0327b7dd15d3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ccc86c2b-dcdc-445f-a32a-0327b7dd15d3 {
  display: none;
}
#s-ccc86c2b-dcdc-445f-a32a-0327b7dd15d3, #wrap-s-ccc86c2b-dcdc-445f-a32a-0327b7dd15d3 { display:none !important; }}







#s-ccc86c2b-dcdc-445f-a32a-0327b7dd15d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccc86c2b-dcdc-445f-a32a-0327b7dd15d3.shg-box.shg-c {
  justify-content: center;
}

#s-91e76bba-cb6b-4cb6-96ea-3c32ec309a82 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 50%;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-91e76bba-cb6b-4cb6-96ea-3c32ec309a82:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-91e76bba-cb6b-4cb6-96ea-3c32ec309a82:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-91e76bba-cb6b-4cb6-96ea-3c32ec309a82.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-bd80fbed-8c63-474f-9d50-c344a6727f36 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-bd80fbed-8c63-474f-9d50-c344a6727f36 {
  display: none;
}
#s-bd80fbed-8c63-474f-9d50-c344a6727f36, #wrap-s-bd80fbed-8c63-474f-9d50-c344a6727f36 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd80fbed-8c63-474f-9d50-c344a6727f36 {
  display: none;
}
#s-bd80fbed-8c63-474f-9d50-c344a6727f36, #wrap-s-bd80fbed-8c63-474f-9d50-c344a6727f36 { display:none !important; }}







#s-bd80fbed-8c63-474f-9d50-c344a6727f36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd80fbed-8c63-474f-9d50-c344a6727f36.shg-box.shg-c {
  justify-content: center;
}

#s-c7090f32-e259-4dea-8d7b-04555672e1d5 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-c7090f32-e259-4dea-8d7b-04555672e1d5 {
  display: none;
}
#s-c7090f32-e259-4dea-8d7b-04555672e1d5, #wrap-s-c7090f32-e259-4dea-8d7b-04555672e1d5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7090f32-e259-4dea-8d7b-04555672e1d5 {
  display: none;
}
#s-c7090f32-e259-4dea-8d7b-04555672e1d5, #wrap-s-c7090f32-e259-4dea-8d7b-04555672e1d5 { display:none !important; }}







#s-c7090f32-e259-4dea-8d7b-04555672e1d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7090f32-e259-4dea-8d7b-04555672e1d5.shg-box.shg-c {
  justify-content: center;
}

#s-316f6522-15df-4b49-b6f3-aecc3acbd7d9 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-316f6522-15df-4b49-b6f3-aecc3acbd7d9 {
  display: none;
}
#s-316f6522-15df-4b49-b6f3-aecc3acbd7d9, #wrap-s-316f6522-15df-4b49-b6f3-aecc3acbd7d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-316f6522-15df-4b49-b6f3-aecc3acbd7d9 {
  display: none;
}
#s-316f6522-15df-4b49-b6f3-aecc3acbd7d9, #wrap-s-316f6522-15df-4b49-b6f3-aecc3acbd7d9 { display:none !important; }}







#s-316f6522-15df-4b49-b6f3-aecc3acbd7d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-316f6522-15df-4b49-b6f3-aecc3acbd7d9.shg-box.shg-c {
  justify-content: center;
}

#s-955c7c0d-ff7a-4357-9707-ed81628673bb {
  text-align: center;
}




  #s-955c7c0d-ff7a-4357-9707-ed81628673bb img.shogun-image {
    
    width: px;
  }


#s-955c7c0d-ff7a-4357-9707-ed81628673bb .shogun-image-content {
  
    align-items: center;
  
}

#s-2660715d-475d-408c-8fb1-d9ce480c5ad2 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2660715d-475d-408c-8fb1-d9ce480c5ad2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-83f97808-a182-40f2-89b1-a246ea4f0a50 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-83f97808-a182-40f2-89b1-a246ea4f0a50 {
  display: none;
}
#s-83f97808-a182-40f2-89b1-a246ea4f0a50, #wrap-s-83f97808-a182-40f2-89b1-a246ea4f0a50 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-83f97808-a182-40f2-89b1-a246ea4f0a50 {
  display: none;
}
#s-83f97808-a182-40f2-89b1-a246ea4f0a50, #wrap-s-83f97808-a182-40f2-89b1-a246ea4f0a50 { display:none !important; }}







#s-83f97808-a182-40f2-89b1-a246ea4f0a50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83f97808-a182-40f2-89b1-a246ea4f0a50.shg-box.shg-c {
  justify-content: center;
}

#s-fe2efd07-a681-448f-8d3c-a0d875eff3f7 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-fe2efd07-a681-448f-8d3c-a0d875eff3f7 {
  display: none;
}
#s-fe2efd07-a681-448f-8d3c-a0d875eff3f7, #wrap-s-fe2efd07-a681-448f-8d3c-a0d875eff3f7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe2efd07-a681-448f-8d3c-a0d875eff3f7 {
  display: none;
}
#s-fe2efd07-a681-448f-8d3c-a0d875eff3f7, #wrap-s-fe2efd07-a681-448f-8d3c-a0d875eff3f7 { display:none !important; }}







#s-fe2efd07-a681-448f-8d3c-a0d875eff3f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe2efd07-a681-448f-8d3c-a0d875eff3f7.shg-box.shg-c {
  justify-content: center;
}

#s-46602c68-effb-4b54-8c88-32ee4cf3555c {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 50%;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-46602c68-effb-4b54-8c88-32ee4cf3555c:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-46602c68-effb-4b54-8c88-32ee4cf3555c:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-46602c68-effb-4b54-8c88-32ee4cf3555c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-3efd65a0-a4a3-4af1-986b-c967cb8003f5 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-3efd65a0-a4a3-4af1-986b-c967cb8003f5 {
  display: none;
}
#s-3efd65a0-a4a3-4af1-986b-c967cb8003f5, #wrap-s-3efd65a0-a4a3-4af1-986b-c967cb8003f5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3efd65a0-a4a3-4af1-986b-c967cb8003f5 {
  display: none;
}
#s-3efd65a0-a4a3-4af1-986b-c967cb8003f5, #wrap-s-3efd65a0-a4a3-4af1-986b-c967cb8003f5 { display:none !important; }}







#s-3efd65a0-a4a3-4af1-986b-c967cb8003f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3efd65a0-a4a3-4af1-986b-c967cb8003f5.shg-box.shg-c {
  justify-content: center;
}

#s-ae419777-b6e0-49b4-8dcd-32005c5c8a5a {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-ae419777-b6e0-49b4-8dcd-32005c5c8a5a {
  display: none;
}
#s-ae419777-b6e0-49b4-8dcd-32005c5c8a5a, #wrap-s-ae419777-b6e0-49b4-8dcd-32005c5c8a5a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae419777-b6e0-49b4-8dcd-32005c5c8a5a {
  display: none;
}
#s-ae419777-b6e0-49b4-8dcd-32005c5c8a5a, #wrap-s-ae419777-b6e0-49b4-8dcd-32005c5c8a5a { display:none !important; }}







#s-ae419777-b6e0-49b4-8dcd-32005c5c8a5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae419777-b6e0-49b4-8dcd-32005c5c8a5a.shg-box.shg-c {
  justify-content: center;
}

#s-08f6f895-8f25-4173-a0b2-ce2dd3968a89 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-08f6f895-8f25-4173-a0b2-ce2dd3968a89 {
  display: none;
}
#s-08f6f895-8f25-4173-a0b2-ce2dd3968a89, #wrap-s-08f6f895-8f25-4173-a0b2-ce2dd3968a89 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08f6f895-8f25-4173-a0b2-ce2dd3968a89 {
  display: none;
}
#s-08f6f895-8f25-4173-a0b2-ce2dd3968a89, #wrap-s-08f6f895-8f25-4173-a0b2-ce2dd3968a89 { display:none !important; }}







#s-08f6f895-8f25-4173-a0b2-ce2dd3968a89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08f6f895-8f25-4173-a0b2-ce2dd3968a89.shg-box.shg-c {
  justify-content: center;
}

#s-aaa0650d-41dc-4113-8b88-213d0b825237 {
  text-align: center;
}




  #s-aaa0650d-41dc-4113-8b88-213d0b825237 img.shogun-image {
    
    width: px;
  }


#s-aaa0650d-41dc-4113-8b88-213d0b825237 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee741e0f-c649-4ad6-996b-e93cdb13804a {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee741e0f-c649-4ad6-996b-e93cdb13804a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-b15e5eec-51e3-43e9-8890-dc9eabebc847 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-b15e5eec-51e3-43e9-8890-dc9eabebc847 {
  display: none;
}
#s-b15e5eec-51e3-43e9-8890-dc9eabebc847, #wrap-s-b15e5eec-51e3-43e9-8890-dc9eabebc847 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b15e5eec-51e3-43e9-8890-dc9eabebc847 {
  display: none;
}
#s-b15e5eec-51e3-43e9-8890-dc9eabebc847, #wrap-s-b15e5eec-51e3-43e9-8890-dc9eabebc847 { display:none !important; }}







#s-b15e5eec-51e3-43e9-8890-dc9eabebc847 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b15e5eec-51e3-43e9-8890-dc9eabebc847.shg-box.shg-c {
  justify-content: center;
}

#s-8aebda69-d510-4fee-9a2c-5b58f692f88f {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 50%;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-8aebda69-d510-4fee-9a2c-5b58f692f88f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8aebda69-d510-4fee-9a2c-5b58f692f88f:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-8aebda69-d510-4fee-9a2c-5b58f692f88f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-4f494129-113d-4d85-9034-7a49991e9921 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-4f494129-113d-4d85-9034-7a49991e9921 {
  display: none;
}
#s-4f494129-113d-4d85-9034-7a49991e9921, #wrap-s-4f494129-113d-4d85-9034-7a49991e9921 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f494129-113d-4d85-9034-7a49991e9921 {
  display: none;
}
#s-4f494129-113d-4d85-9034-7a49991e9921, #wrap-s-4f494129-113d-4d85-9034-7a49991e9921 { display:none !important; }}







#s-4f494129-113d-4d85-9034-7a49991e9921 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f494129-113d-4d85-9034-7a49991e9921.shg-box.shg-c {
  justify-content: center;
}

#s-b222356c-760a-416e-8f34-9cb17a846fef {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-b222356c-760a-416e-8f34-9cb17a846fef {
  display: none;
}
#s-b222356c-760a-416e-8f34-9cb17a846fef, #wrap-s-b222356c-760a-416e-8f34-9cb17a846fef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b222356c-760a-416e-8f34-9cb17a846fef {
  display: none;
}
#s-b222356c-760a-416e-8f34-9cb17a846fef, #wrap-s-b222356c-760a-416e-8f34-9cb17a846fef { display:none !important; }}







#s-b222356c-760a-416e-8f34-9cb17a846fef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b222356c-760a-416e-8f34-9cb17a846fef.shg-box.shg-c {
  justify-content: center;
}

#s-d0003425-a191-4f3b-9902-2ac9b4d138d2 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-d0003425-a191-4f3b-9902-2ac9b4d138d2 {
  display: none;
}
#s-d0003425-a191-4f3b-9902-2ac9b4d138d2, #wrap-s-d0003425-a191-4f3b-9902-2ac9b4d138d2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0003425-a191-4f3b-9902-2ac9b4d138d2 {
  display: none;
}
#s-d0003425-a191-4f3b-9902-2ac9b4d138d2, #wrap-s-d0003425-a191-4f3b-9902-2ac9b4d138d2 { display:none !important; }}







#s-d0003425-a191-4f3b-9902-2ac9b4d138d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0003425-a191-4f3b-9902-2ac9b4d138d2.shg-box.shg-c {
  justify-content: center;
}

#s-26e6b8e3-e3c4-49c3-bacc-73f3a226ed23 {
  text-align: center;
}




  #s-26e6b8e3-e3c4-49c3-bacc-73f3a226ed23 img.shogun-image {
    
    width: px;
  }


#s-26e6b8e3-e3c4-49c3-bacc-73f3a226ed23 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7b96ec1-0e41-45e0-b47c-9f3ed819d57e {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7b96ec1-0e41-45e0-b47c-9f3ed819d57e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-66160834-7add-4561-9b41-90ca71e369b3 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-66160834-7add-4561-9b41-90ca71e369b3 {
  display: none;
}
#s-66160834-7add-4561-9b41-90ca71e369b3, #wrap-s-66160834-7add-4561-9b41-90ca71e369b3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66160834-7add-4561-9b41-90ca71e369b3 {
  display: none;
}
#s-66160834-7add-4561-9b41-90ca71e369b3, #wrap-s-66160834-7add-4561-9b41-90ca71e369b3 { display:none !important; }}







#s-66160834-7add-4561-9b41-90ca71e369b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66160834-7add-4561-9b41-90ca71e369b3.shg-box.shg-c {
  justify-content: center;
}

#s-ae0e89a5-3a88-44d4-b1fb-35bbc638e309 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-ae0e89a5-3a88-44d4-b1fb-35bbc638e309 {
  display: none;
}
#s-ae0e89a5-3a88-44d4-b1fb-35bbc638e309, #wrap-s-ae0e89a5-3a88-44d4-b1fb-35bbc638e309 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae0e89a5-3a88-44d4-b1fb-35bbc638e309 {
  display: none;
}
#s-ae0e89a5-3a88-44d4-b1fb-35bbc638e309, #wrap-s-ae0e89a5-3a88-44d4-b1fb-35bbc638e309 { display:none !important; }}







#s-ae0e89a5-3a88-44d4-b1fb-35bbc638e309 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae0e89a5-3a88-44d4-b1fb-35bbc638e309.shg-box.shg-c {
  justify-content: center;
}

#s-ef23f12c-689b-4685-88c1-f13c9231ddcd {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 50%;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-ef23f12c-689b-4685-88c1-f13c9231ddcd:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ef23f12c-689b-4685-88c1-f13c9231ddcd:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-ef23f12c-689b-4685-88c1-f13c9231ddcd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-b920b144-eaa5-4397-963a-6afb0ab6934f {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-b920b144-eaa5-4397-963a-6afb0ab6934f {
  display: none;
}
#s-b920b144-eaa5-4397-963a-6afb0ab6934f, #wrap-s-b920b144-eaa5-4397-963a-6afb0ab6934f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b920b144-eaa5-4397-963a-6afb0ab6934f {
  display: none;
}
#s-b920b144-eaa5-4397-963a-6afb0ab6934f, #wrap-s-b920b144-eaa5-4397-963a-6afb0ab6934f { display:none !important; }}







#s-b920b144-eaa5-4397-963a-6afb0ab6934f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b920b144-eaa5-4397-963a-6afb0ab6934f.shg-box.shg-c {
  justify-content: center;
}

#s-acd5047a-1d3d-4c4b-bc41-837aa850c409 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-acd5047a-1d3d-4c4b-bc41-837aa850c409 {
  display: none;
}
#s-acd5047a-1d3d-4c4b-bc41-837aa850c409, #wrap-s-acd5047a-1d3d-4c4b-bc41-837aa850c409 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-acd5047a-1d3d-4c4b-bc41-837aa850c409 {
  display: none;
}
#s-acd5047a-1d3d-4c4b-bc41-837aa850c409, #wrap-s-acd5047a-1d3d-4c4b-bc41-837aa850c409 { display:none !important; }}







#s-acd5047a-1d3d-4c4b-bc41-837aa850c409 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acd5047a-1d3d-4c4b-bc41-837aa850c409.shg-box.shg-c {
  justify-content: center;
}

#s-c543b97d-ac89-45f0-b899-370348f2b44b {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-c543b97d-ac89-45f0-b899-370348f2b44b {
  display: none;
}
#s-c543b97d-ac89-45f0-b899-370348f2b44b, #wrap-s-c543b97d-ac89-45f0-b899-370348f2b44b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c543b97d-ac89-45f0-b899-370348f2b44b {
  display: none;
}
#s-c543b97d-ac89-45f0-b899-370348f2b44b, #wrap-s-c543b97d-ac89-45f0-b899-370348f2b44b { display:none !important; }}







#s-c543b97d-ac89-45f0-b899-370348f2b44b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c543b97d-ac89-45f0-b899-370348f2b44b.shg-box.shg-c {
  justify-content: center;
}

#s-6a4aba39-2ffa-405e-ba22-36015dbc54d6 {
  text-align: center;
}




  #s-6a4aba39-2ffa-405e-ba22-36015dbc54d6 img.shogun-image {
    
    width: px;
  }


#s-6a4aba39-2ffa-405e-ba22-36015dbc54d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd7c1998-8fbe-4b77-a10d-1d0bcd3a0d08 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd7c1998-8fbe-4b77-a10d-1d0bcd3a0d08 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-90d1e448-d443-416f-90c1-987788d9840e {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-90d1e448-d443-416f-90c1-987788d9840e {
  display: none;
}
#s-90d1e448-d443-416f-90c1-987788d9840e, #wrap-s-90d1e448-d443-416f-90c1-987788d9840e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90d1e448-d443-416f-90c1-987788d9840e {
  display: none;
}
#s-90d1e448-d443-416f-90c1-987788d9840e, #wrap-s-90d1e448-d443-416f-90c1-987788d9840e { display:none !important; }}







#s-90d1e448-d443-416f-90c1-987788d9840e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90d1e448-d443-416f-90c1-987788d9840e.shg-box.shg-c {
  justify-content: center;
}

#s-ec05df73-2404-46d2-a89a-d4696a7f5505 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-ec05df73-2404-46d2-a89a-d4696a7f5505 {
  display: none;
}
#s-ec05df73-2404-46d2-a89a-d4696a7f5505, #wrap-s-ec05df73-2404-46d2-a89a-d4696a7f5505 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec05df73-2404-46d2-a89a-d4696a7f5505 {
  display: none;
}
#s-ec05df73-2404-46d2-a89a-d4696a7f5505, #wrap-s-ec05df73-2404-46d2-a89a-d4696a7f5505 { display:none !important; }}







#s-ec05df73-2404-46d2-a89a-d4696a7f5505 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec05df73-2404-46d2-a89a-d4696a7f5505.shg-box.shg-c {
  justify-content: center;
}

#s-267e47d0-c662-4e13-a981-efcdfc2e425c {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 50%;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-267e47d0-c662-4e13-a981-efcdfc2e425c:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-267e47d0-c662-4e13-a981-efcdfc2e425c:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-267e47d0-c662-4e13-a981-efcdfc2e425c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-b7c3c81f-127e-4e30-b3e3-6375f0962068 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-b7c3c81f-127e-4e30-b3e3-6375f0962068 {
  display: none;
}
#s-b7c3c81f-127e-4e30-b3e3-6375f0962068, #wrap-s-b7c3c81f-127e-4e30-b3e3-6375f0962068 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7c3c81f-127e-4e30-b3e3-6375f0962068 {
  display: none;
}
#s-b7c3c81f-127e-4e30-b3e3-6375f0962068, #wrap-s-b7c3c81f-127e-4e30-b3e3-6375f0962068 { display:none !important; }}







#s-b7c3c81f-127e-4e30-b3e3-6375f0962068 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7c3c81f-127e-4e30-b3e3-6375f0962068.shg-box.shg-c {
  justify-content: center;
}

#s-bd72963e-4e0d-4b3c-8e74-ad7a9dc2b88b {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-bd72963e-4e0d-4b3c-8e74-ad7a9dc2b88b {
  display: none;
}
#s-bd72963e-4e0d-4b3c-8e74-ad7a9dc2b88b, #wrap-s-bd72963e-4e0d-4b3c-8e74-ad7a9dc2b88b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd72963e-4e0d-4b3c-8e74-ad7a9dc2b88b {
  display: none;
}
#s-bd72963e-4e0d-4b3c-8e74-ad7a9dc2b88b, #wrap-s-bd72963e-4e0d-4b3c-8e74-ad7a9dc2b88b { display:none !important; }}







#s-bd72963e-4e0d-4b3c-8e74-ad7a9dc2b88b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd72963e-4e0d-4b3c-8e74-ad7a9dc2b88b.shg-box.shg-c {
  justify-content: center;
}

#s-90cab65d-3d43-41da-8394-67e82a4ba557 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-90cab65d-3d43-41da-8394-67e82a4ba557 {
  display: none;
}
#s-90cab65d-3d43-41da-8394-67e82a4ba557, #wrap-s-90cab65d-3d43-41da-8394-67e82a4ba557 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90cab65d-3d43-41da-8394-67e82a4ba557 {
  display: none;
}
#s-90cab65d-3d43-41da-8394-67e82a4ba557, #wrap-s-90cab65d-3d43-41da-8394-67e82a4ba557 { display:none !important; }}







#s-90cab65d-3d43-41da-8394-67e82a4ba557 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90cab65d-3d43-41da-8394-67e82a4ba557.shg-box.shg-c {
  justify-content: center;
}

#s-125f6a76-72d4-421a-a581-69bd7a58df44 {
  text-align: center;
}




  #s-125f6a76-72d4-421a-a581-69bd7a58df44 img.shogun-image {
    
    width: px;
  }


#s-125f6a76-72d4-421a-a581-69bd7a58df44 .shogun-image-content {
  
    align-items: center;
  
}

#s-134c46c7-32ef-4676-b78f-26a1d3e29000 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-134c46c7-32ef-4676-b78f-26a1d3e29000 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-b62e946c-8dd2-40f6-9e16-306f714feff2 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-b62e946c-8dd2-40f6-9e16-306f714feff2 {
  display: none;
}
#s-b62e946c-8dd2-40f6-9e16-306f714feff2, #wrap-s-b62e946c-8dd2-40f6-9e16-306f714feff2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b62e946c-8dd2-40f6-9e16-306f714feff2 {
  display: none;
}
#s-b62e946c-8dd2-40f6-9e16-306f714feff2, #wrap-s-b62e946c-8dd2-40f6-9e16-306f714feff2 { display:none !important; }}







#s-b62e946c-8dd2-40f6-9e16-306f714feff2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b62e946c-8dd2-40f6-9e16-306f714feff2.shg-box.shg-c {
  justify-content: center;
}

#s-44599fbf-7f0f-4f30-96c0-b4cb5ffd3f31 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 50%;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-44599fbf-7f0f-4f30-96c0-b4cb5ffd3f31:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-44599fbf-7f0f-4f30-96c0-b4cb5ffd3f31:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-44599fbf-7f0f-4f30-96c0-b4cb5ffd3f31.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-22c324cb-d616-4165-9b1a-8b14ee8cd34f {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-22c324cb-d616-4165-9b1a-8b14ee8cd34f {
  display: none;
}
#s-22c324cb-d616-4165-9b1a-8b14ee8cd34f, #wrap-s-22c324cb-d616-4165-9b1a-8b14ee8cd34f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22c324cb-d616-4165-9b1a-8b14ee8cd34f {
  display: none;
}
#s-22c324cb-d616-4165-9b1a-8b14ee8cd34f, #wrap-s-22c324cb-d616-4165-9b1a-8b14ee8cd34f { display:none !important; }}







#s-22c324cb-d616-4165-9b1a-8b14ee8cd34f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22c324cb-d616-4165-9b1a-8b14ee8cd34f.shg-box.shg-c {
  justify-content: center;
}

#s-9d773c11-ecb8-42d2-9755-f3340e2dbe23 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-9d773c11-ecb8-42d2-9755-f3340e2dbe23 {
  display: none;
}
#s-9d773c11-ecb8-42d2-9755-f3340e2dbe23, #wrap-s-9d773c11-ecb8-42d2-9755-f3340e2dbe23 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d773c11-ecb8-42d2-9755-f3340e2dbe23 {
  display: none;
}
#s-9d773c11-ecb8-42d2-9755-f3340e2dbe23, #wrap-s-9d773c11-ecb8-42d2-9755-f3340e2dbe23 { display:none !important; }}







#s-9d773c11-ecb8-42d2-9755-f3340e2dbe23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d773c11-ecb8-42d2-9755-f3340e2dbe23.shg-box.shg-c {
  justify-content: center;
}

#s-bed3700a-464e-4006-ba85-823dd5d6b451 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-bed3700a-464e-4006-ba85-823dd5d6b451 {
  display: none;
}
#s-bed3700a-464e-4006-ba85-823dd5d6b451, #wrap-s-bed3700a-464e-4006-ba85-823dd5d6b451 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bed3700a-464e-4006-ba85-823dd5d6b451 {
  display: none;
}
#s-bed3700a-464e-4006-ba85-823dd5d6b451, #wrap-s-bed3700a-464e-4006-ba85-823dd5d6b451 { display:none !important; }}







#s-bed3700a-464e-4006-ba85-823dd5d6b451 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bed3700a-464e-4006-ba85-823dd5d6b451.shg-box.shg-c {
  justify-content: center;
}

#s-6d5ea189-2144-433a-a7cd-7d8ee64418ba {
  text-align: center;
}




  #s-6d5ea189-2144-433a-a7cd-7d8ee64418ba img.shogun-image {
    
    width: px;
  }


#s-6d5ea189-2144-433a-a7cd-7d8ee64418ba .shogun-image-content {
  
    align-items: center;
  
}

#s-92086f37-ff7e-4583-904d-f97668084886 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92086f37-ff7e-4583-904d-f97668084886 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-c91a29ec-62f0-4e59-b834-3fe2c76dd199 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-c91a29ec-62f0-4e59-b834-3fe2c76dd199 {
  display: none;
}
#s-c91a29ec-62f0-4e59-b834-3fe2c76dd199, #wrap-s-c91a29ec-62f0-4e59-b834-3fe2c76dd199 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c91a29ec-62f0-4e59-b834-3fe2c76dd199 {
  display: none;
}
#s-c91a29ec-62f0-4e59-b834-3fe2c76dd199, #wrap-s-c91a29ec-62f0-4e59-b834-3fe2c76dd199 { display:none !important; }}







#s-c91a29ec-62f0-4e59-b834-3fe2c76dd199 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c91a29ec-62f0-4e59-b834-3fe2c76dd199.shg-box.shg-c {
  justify-content: center;
}

#s-64701f8c-94e3-4ad3-9804-eba1c19fad21 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 50%;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-64701f8c-94e3-4ad3-9804-eba1c19fad21:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-64701f8c-94e3-4ad3-9804-eba1c19fad21:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-64701f8c-94e3-4ad3-9804-eba1c19fad21.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-4615f12b-05d9-49df-9923-e07cbb48245f {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-4615f12b-05d9-49df-9923-e07cbb48245f {
  display: none;
}
#s-4615f12b-05d9-49df-9923-e07cbb48245f, #wrap-s-4615f12b-05d9-49df-9923-e07cbb48245f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4615f12b-05d9-49df-9923-e07cbb48245f {
  display: none;
}
#s-4615f12b-05d9-49df-9923-e07cbb48245f, #wrap-s-4615f12b-05d9-49df-9923-e07cbb48245f { display:none !important; }}







#s-4615f12b-05d9-49df-9923-e07cbb48245f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4615f12b-05d9-49df-9923-e07cbb48245f.shg-box.shg-c {
  justify-content: center;
}

#s-d51d1097-52a6-4734-b0a8-7e5ca168374c {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-d51d1097-52a6-4734-b0a8-7e5ca168374c {
  display: none;
}
#s-d51d1097-52a6-4734-b0a8-7e5ca168374c, #wrap-s-d51d1097-52a6-4734-b0a8-7e5ca168374c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d51d1097-52a6-4734-b0a8-7e5ca168374c {
  display: none;
}
#s-d51d1097-52a6-4734-b0a8-7e5ca168374c, #wrap-s-d51d1097-52a6-4734-b0a8-7e5ca168374c { display:none !important; }}







#s-d51d1097-52a6-4734-b0a8-7e5ca168374c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d51d1097-52a6-4734-b0a8-7e5ca168374c.shg-box.shg-c {
  justify-content: center;
}

#s-b10cdc92-a3eb-4f5c-8491-615158217e8d {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-b10cdc92-a3eb-4f5c-8491-615158217e8d {
  display: none;
}
#s-b10cdc92-a3eb-4f5c-8491-615158217e8d, #wrap-s-b10cdc92-a3eb-4f5c-8491-615158217e8d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b10cdc92-a3eb-4f5c-8491-615158217e8d {
  display: none;
}
#s-b10cdc92-a3eb-4f5c-8491-615158217e8d, #wrap-s-b10cdc92-a3eb-4f5c-8491-615158217e8d { display:none !important; }}







#s-b10cdc92-a3eb-4f5c-8491-615158217e8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b10cdc92-a3eb-4f5c-8491-615158217e8d.shg-box.shg-c {
  justify-content: center;
}

#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a {
  display: none;
}
#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a, #wrap-s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a {
  display: none;
}
#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a, #wrap-s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a {
  display: none;
}
#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a, #wrap-s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a { display:none !important; }}@media (max-width: 767px){#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a {
  display: none;
}
#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a, #wrap-s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a { display:none !important; }}







#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a.shg-box.shg-c {
  justify-content: center;
}

#s-b47c5b91-0a2d-4370-a128-c130ace0e094 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b47c5b91-0a2d-4370-a128-c130ace0e094 {
  display: none;
}
#s-b47c5b91-0a2d-4370-a128-c130ace0e094, #wrap-s-b47c5b91-0a2d-4370-a128-c130ace0e094 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b47c5b91-0a2d-4370-a128-c130ace0e094 {
  display: none;
}
#s-b47c5b91-0a2d-4370-a128-c130ace0e094, #wrap-s-b47c5b91-0a2d-4370-a128-c130ace0e094 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b47c5b91-0a2d-4370-a128-c130ace0e094 {
  display: none;
}
#s-b47c5b91-0a2d-4370-a128-c130ace0e094, #wrap-s-b47c5b91-0a2d-4370-a128-c130ace0e094 { display:none !important; }}@media (max-width: 767px){#s-b47c5b91-0a2d-4370-a128-c130ace0e094 {
  display: none;
}
#s-b47c5b91-0a2d-4370-a128-c130ace0e094, #wrap-s-b47c5b91-0a2d-4370-a128-c130ace0e094 { display:none !important; }}







#s-b47c5b91-0a2d-4370-a128-c130ace0e094 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b47c5b91-0a2d-4370-a128-c130ace0e094.shg-box.shg-c {
  justify-content: center;
}

#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 {
  display: none;
}
#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99, #wrap-s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 {
  display: none;
}
#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99, #wrap-s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 {
  display: none;
}
#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99, #wrap-s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 { display:none !important; }}@media (max-width: 767px){#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 {
  display: none;
}
#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99, #wrap-s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 { display:none !important; }}







#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99.shg-box.shg-c {
  justify-content: center;
}

#s-7df903c9-5527-4993-983f-3cad8bc106f6 {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7df903c9-5527-4993-983f-3cad8bc106f6 {
  display: none;
}
#s-7df903c9-5527-4993-983f-3cad8bc106f6, #wrap-s-7df903c9-5527-4993-983f-3cad8bc106f6 { display:none !important; }}@media (max-width: 767px){#s-7df903c9-5527-4993-983f-3cad8bc106f6 {
  display: none;
}
#s-7df903c9-5527-4993-983f-3cad8bc106f6, #wrap-s-7df903c9-5527-4993-983f-3cad8bc106f6 { display:none !important; }}
/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
}
