.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-48c70268-3d6e-4831-baf4-5ae66d2539fa {
  min-height: 50px;
}








#s-48c70268-3d6e-4831-baf4-5ae66d2539fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48c70268-3d6e-4831-baf4-5ae66d2539fa.shg-box.shg-c {
  justify-content: flex-start;
}

#s-87c6a257-c68c-4117-b8c6-3018966d268c {
  min-height: 50px;
}








#s-87c6a257-c68c-4117-b8c6-3018966d268c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87c6a257-c68c-4117-b8c6-3018966d268c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9d43ca98-814b-47ba-9d83-8ac01d93af00 {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-9d43ca98-814b-47ba-9d83-8ac01d93af00 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d43ca98-814b-47ba-9d83-8ac01d93af00 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d43ca98-814b-47ba-9d83-8ac01d93af00 {
  
}
}@media (max-width: 767px){#s-9d43ca98-814b-47ba-9d83-8ac01d93af00 {
  
}
}







#s-9d43ca98-814b-47ba-9d83-8ac01d93af00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d43ca98-814b-47ba-9d83-8ac01d93af00.shg-box.shg-c {
  justify-content: flex-start;
}

#s-05e76d5f-c698-4e0f-be64-9754adc80082 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-05e76d5f-c698-4e0f-be64-9754adc80082 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-05e76d5f-c698-4e0f-be64-9754adc80082 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-05e76d5f-c698-4e0f-be64-9754adc80082 {
  
}
}@media (max-width: 767px){#s-05e76d5f-c698-4e0f-be64-9754adc80082 {
  
}
}







#s-05e76d5f-c698-4e0f-be64-9754adc80082 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-05e76d5f-c698-4e0f-be64-9754adc80082.shg-box.shg-c {
  justify-content: center;
}

#s-87c0bbc8-b923-483a-9ba3-ee054a4c6424 {
  min-height: 50px;
}








#s-87c0bbc8-b923-483a-9ba3-ee054a4c6424 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87c0bbc8-b923-483a-9ba3-ee054a4c6424.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-3ef4f019-630a-40e5-a16c-e88f2fefc349 {
  text-align: center;
}




  #s-3ef4f019-630a-40e5-a16c-e88f2fefc349 img.shogun-image {
    
    width: px;
  }


#s-3ef4f019-630a-40e5-a16c-e88f2fefc349 .shogun-image-content {
  
    align-items: 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-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb62ceb1-3541-4acd-ba2b-03e0a3486292"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

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

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

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

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

.shg-default-text-content 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-1896cb9d-5a9f-4b25-a3a6-b11fdaba2b3e {
  margin-left: -327px;
margin-right: -327px;
}

#s-ea9bd4bd-c726-41f7-9384-08725866a537 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ea9bd4bd-c726-41f7-9384-08725866a537"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2063c422-9623-4423-9860-ddf906bbc78d {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-2063c422-9623-4423-9860-ddf906bbc78d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2063c422-9623-4423-9860-ddf906bbc78d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a576a8b0-f67f-4bf2-bfbf-2654439ef6f6 {
  margin-left: 20px;
margin-right: 20px;
}

#s-a576a8b0-f67f-4bf2-bfbf-2654439ef6f6 .shogun-icon-wrapper {
  text-align: center;
}


#s-a576a8b0-f67f-4bf2-bfbf-2654439ef6f6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

.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-d65a7ec3-8d03-4046-ab09-fd288beab50f {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d65a7ec3-8d03-4046-ab09-fd288beab50f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f1a0d876-29a5-4763-9940-41cc0e26daa2 {
  margin-left: 20px;
margin-right: 20px;
}

#s-a362eaed-3df9-44f6-90fb-a8928db809c0 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-a362eaed-3df9-44f6-90fb-a8928db809c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a362eaed-3df9-44f6-90fb-a8928db809c0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e31aadcd-d4ad-44d1-bc55-a8bd1681979e {
  margin-left: 20px;
margin-right: 20px;
}

#s-e31aadcd-d4ad-44d1-bc55-a8bd1681979e .shogun-icon-wrapper {
  text-align: center;
}


#s-e31aadcd-d4ad-44d1-bc55-a8bd1681979e .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-6f23340e-4595-4d12-aa6e-ff03b698ee8a {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f23340e-4595-4d12-aa6e-ff03b698ee8a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3ce84ec4-ff5b-4fcf-bac0-b4773c04d05a {
  margin-left: 20px;
margin-right: 20px;
}

#s-372bbbc1-5437-40c8-90f4-181733a78a1b {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-372bbbc1-5437-40c8-90f4-181733a78a1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-372bbbc1-5437-40c8-90f4-181733a78a1b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5ee72000-001d-4098-885c-f34f8710dd52 {
  margin-left: 20px;
margin-right: 20px;
}

#s-5ee72000-001d-4098-885c-f34f8710dd52 .shogun-icon-wrapper {
  text-align: center;
}


#s-5ee72000-001d-4098-885c-f34f8710dd52 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-ff197c73-3542-4870-bd78-e9746916f0a0 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff197c73-3542-4870-bd78-e9746916f0a0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a35fd0cf-eb09-4464-a87e-72cae18f29b8 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-912d0d95-cdac-42e0-8882-12a1fef938f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f605376a-abfc-408d-bd1c-f6900c93f092 {
  text-align: center;
}




  #s-f605376a-abfc-408d-bd1c-f6900c93f092 img.shogun-image {
    
    width: px;
  }


#s-f605376a-abfc-408d-bd1c-f6900c93f092 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a92a5f1-d006-42ae-bc24-5f1eb3481e9d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a92a5f1-d006-42ae-bc24-5f1eb3481e9d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Della Respira;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-24dc5823-6307-49a8-9ff8-e58631b80cd7 {
  margin-top: 26px;
margin-bottom: 26px;
min-height: 50px;
}








#s-24dc5823-6307-49a8-9ff8-e58631b80cd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24dc5823-6307-49a8-9ff8-e58631b80cd7.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-59adfb4c-41ed-4796-a479-20b428085e90 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 119, 17, 1);
text-decoration: none;
}
#s-59adfb4c-41ed-4796-a479-20b428085e90:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-59adfb4c-41ed-4796-a479-20b428085e90:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-59adfb4c-41ed-4796-a479-20b428085e90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-17649389-6ab5-4fc5-9065-4a68e62cd131 {
  text-align: center;
}




  #s-17649389-6ab5-4fc5-9065-4a68e62cd131 img.shogun-image {
    
    width: px;
  }


#s-17649389-6ab5-4fc5-9065-4a68e62cd131 .shogun-image-content {
  
    align-items: center;
  
}

#s-67684295-647e-4bfc-a0d2-562b53c28621 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67684295-647e-4bfc-a0d2-562b53c28621 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-793b4ec3-ea68-4860-b9f4-92aff17b406f {
  margin-top: 26px;
margin-bottom: 26px;
min-height: 50px;
}








#s-793b4ec3-ea68-4860-b9f4-92aff17b406f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-793b4ec3-ea68-4860-b9f4-92aff17b406f.shg-box.shg-c {
  justify-content: center;
}

#s-4eb5ea11-00dc-4f05-9118-253f1348b51d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 119, 17, 1);
text-decoration: none;
}
#s-4eb5ea11-00dc-4f05-9118-253f1348b51d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4eb5ea11-00dc-4f05-9118-253f1348b51d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4eb5ea11-00dc-4f05-9118-253f1348b51d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-74d01c26-1f75-49db-8316-22aeebeda30b {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-74d01c26-1f75-49db-8316-22aeebeda30b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ec405851-8899-436d-829f-726ac00cae0a {
  text-align: center;
}




  #s-ec405851-8899-436d-829f-726ac00cae0a img.shogun-image {
    
    width: px;
  }


#s-ec405851-8899-436d-829f-726ac00cae0a .shogun-image-content {
  
    align-items: center;
  
}

#s-1fda7396-e0a3-4fad-b153-3d73ded18181 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1fda7396-e0a3-4fad-b153-3d73ded18181 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 29px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e18260dd-7a62-4b3d-8229-5bb046331a2d {
  margin-top: 26px;
margin-bottom: 26px;
min-height: 50px;
}








#s-e18260dd-7a62-4b3d-8229-5bb046331a2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e18260dd-7a62-4b3d-8229-5bb046331a2d.shg-box.shg-c {
  justify-content: center;
}

#s-97f114e4-976e-4ca2-9ca0-2caf841ea058 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 119, 17, 1);
text-decoration: none;
}
#s-97f114e4-976e-4ca2-9ca0-2caf841ea058:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-97f114e4-976e-4ca2-9ca0-2caf841ea058:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-97f114e4-976e-4ca2-9ca0-2caf841ea058.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5023b1ff-3c4c-40fe-ab47-b0adda7a58af {
  text-align: center;
}




  #s-5023b1ff-3c4c-40fe-ab47-b0adda7a58af img.shogun-image {
    
    width: px;
  }


#s-5023b1ff-3c4c-40fe-ab47-b0adda7a58af .shogun-image-content {
  
    align-items: center;
  
}

#s-92998a86-2564-4a00-b16c-b2d65b9da5da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92998a86-2564-4a00-b16c-b2d65b9da5da .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-816ed098-f75b-4771-9cad-ee03b8091b2b {
  margin-top: 26px;
margin-bottom: 26px;
min-height: 50px;
}








#s-816ed098-f75b-4771-9cad-ee03b8091b2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-816ed098-f75b-4771-9cad-ee03b8091b2b.shg-box.shg-c {
  justify-content: center;
}

#s-3dec6941-d99a-4689-a295-92caf7d268bc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 119, 17, 1);
text-decoration: none;
}
#s-3dec6941-d99a-4689-a295-92caf7d268bc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3dec6941-d99a-4689-a295-92caf7d268bc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3dec6941-d99a-4689-a295-92caf7d268bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c8c6f758-dd97-435c-af27-55a4cb5df6b4 {
  min-height: 50px;
}








#s-c8c6f758-dd97-435c-af27-55a4cb5df6b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8c6f758-dd97-435c-af27-55a4cb5df6b4.shg-box.shg-c {
  justify-content: center;
}

#s-b0d29178-36be-4816-8aaa-133ae725bbb9 {
  margin-top: -35px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b0d29178-36be-4816-8aaa-133ae725bbb9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-08bc75f3-0281-42f1-bde6-a32972e9048e {
  margin-top: 43px;
margin-left: 0px;
margin-bottom: 43px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}




  #s-08bc75f3-0281-42f1-bde6-a32972e9048e img.shogun-image {
    
    width: px;
  }


#s-08bc75f3-0281-42f1-bde6-a32972e9048e .shogun-image-content {
  
    align-items: center;
  
}

#s-f0171e34-557b-4f5d-b411-c20fdd5294f3 {
  margin-top: 40px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-f0171e34-557b-4f5d-b411-c20fdd5294f3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0171e34-557b-4f5d-b411-c20fdd5294f3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0171e34-557b-4f5d-b411-c20fdd5294f3 {
  
}
}@media (max-width: 767px){#s-f0171e34-557b-4f5d-b411-c20fdd5294f3 {
  
}
}
#s-f0171e34-557b-4f5d-b411-c20fdd5294f3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-430ac3bf-d0e8-4515-96ef-d68972b1b2b9 {
  margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5bb7708d-48ee-4748-a3f1-b9e11e702134"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-26f54b55-ea28-446e-9a25-755b22dc434d {
  border-style: solid;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 113, 0, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 113, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-26f54b55-ea28-446e-9a25-755b22dc434d:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-26f54b55-ea28-446e-9a25-755b22dc434d:active {background-color: rgba(228, 181, 33, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-26f54b55-ea28-446e-9a25-755b22dc434d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26f54b55-ea28-446e-9a25-755b22dc434d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-26f54b55-ea28-446e-9a25-755b22dc434d {
  
}
}@media (max-width: 767px){#s-26f54b55-ea28-446e-9a25-755b22dc434d {
  
}
}


#s-26f54b55-ea28-446e-9a25-755b22dc434d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Didact Gothic;
  display:  block ;
}

#s-8a58045a-ca0b-4c81-94ee-15a61e7beffa {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 29px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-8a58045a-ca0b-4c81-94ee-15a61e7beffa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8a58045a-ca0b-4c81-94ee-15a61e7beffa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8a58045a-ca0b-4c81-94ee-15a61e7beffa {
  
}
}@media (max-width: 767px){#s-8a58045a-ca0b-4c81-94ee-15a61e7beffa {
  
}
}
#s-8e002369-0147-4fcc-9ec0-a580e8df3e42 {
  margin-top: 43px;
margin-bottom: 43px;
text-align: center;
}




  #s-8e002369-0147-4fcc-9ec0-a580e8df3e42 img.shogun-image {
    
    width: px;
  }


#s-8e002369-0147-4fcc-9ec0-a580e8df3e42 .shogun-image-content {
  
    align-items: center;
  
}

#s-97cbe917-6fe5-4ee3-a95c-88430206f211 {
  min-height: 50px;
}








#s-97cbe917-6fe5-4ee3-a95c-88430206f211 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97cbe917-6fe5-4ee3-a95c-88430206f211.shg-box.shg-c {
  justify-content: flex-start;
}

#s-94fcb5a0-c78c-4f24-b9d9-6ca2c83e5a27 {
  min-height: 50px;
}








#s-94fcb5a0-c78c-4f24-b9d9-6ca2c83e5a27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94fcb5a0-c78c-4f24-b9d9-6ca2c83e5a27.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5426a769-7d9c-4744-a189-8de315fee497 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5426a769-7d9c-4744-a189-8de315fee497 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5beda34a-4427-46de-adec-3d767336888d {
  min-height: 50px;
}








#s-5beda34a-4427-46de-adec-3d767336888d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5beda34a-4427-46de-adec-3d767336888d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8ebbe226-18fd-425b-bdc7-ce3bcd443ac6 {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-8ebbe226-18fd-425b-bdc7-ce3bcd443ac6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ebbe226-18fd-425b-bdc7-ce3bcd443ac6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ebbe226-18fd-425b-bdc7-ce3bcd443ac6 {
  
}
}@media (max-width: 767px){#s-8ebbe226-18fd-425b-bdc7-ce3bcd443ac6 {
  
}
}







#s-8ebbe226-18fd-425b-bdc7-ce3bcd443ac6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ebbe226-18fd-425b-bdc7-ce3bcd443ac6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8ec59e38-771c-4238-b870-2f333b81ebf5 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8ec59e38-771c-4238-b870-2f333b81ebf5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ec59e38-771c-4238-b870-2f333b81ebf5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ec59e38-771c-4238-b870-2f333b81ebf5 {
  
}
}@media (max-width: 767px){#s-8ec59e38-771c-4238-b870-2f333b81ebf5 {
  
}
}







#s-8ec59e38-771c-4238-b870-2f333b81ebf5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-8ec59e38-771c-4238-b870-2f333b81ebf5.shg-box.shg-c {
  justify-content: center;
}

#s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5b181d5a-c317-4ea3-9e7d-30bb79f82e2a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3328f8e7-3a40-4e79-9ff9-a4b3c4a97e11 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-position: center center;
}








#s-3328f8e7-3a40-4e79-9ff9-a4b3c4a97e11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.48;
}#s-3328f8e7-3a40-4e79-9ff9-a4b3c4a97e11.shg-box.shg-c {
  justify-content: center;
}

#s-406539cc-1d80-48e1-acfd-bb2dbd250734 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-406539cc-1d80-48e1-acfd-bb2dbd250734 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7a58c720-53e0-45dc-8d42-70bed0f771ca {
  margin-left: 50px;
margin-right: 50px;
}

#s-7a58c720-53e0-45dc-8d42-70bed0f771ca hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-861f188c-a897-47a6-809a-25896c368c72 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0.06);
border-style: solid;
margin-left: 50px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(255, 255, 255, 0);
}

#s-668b38da-ec30-4ffb-9d39-45e0a76eddce {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-668b38da-ec30-4ffb-9d39-45e0a76eddce:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-668b38da-ec30-4ffb-9d39-45e0a76eddce:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-668b38da-ec30-4ffb-9d39-45e0a76eddce.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-3cfbd464-b6e4-4a0f-98f8-0186e406c1ef {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-position: center center;
}








#s-3cfbd464-b6e4-4a0f-98f8-0186e406c1ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.48;
}#s-3cfbd464-b6e4-4a0f-98f8-0186e406c1ef.shg-box.shg-c {
  justify-content: center;
}

#s-1549aab3-db80-4e1f-ba4a-b5f76100e3c5 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1549aab3-db80-4e1f-ba4a-b5f76100e3c5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2458b7ea-d276-4513-aa37-51bfc0ae3e0c {
  margin-left: 50px;
margin-right: 50px;
}

#s-2458b7ea-d276-4513-aa37-51bfc0ae3e0c hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-653695a5-0cbc-4a49-a435-53b45d7ed713 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-left: 50px;
margin-right: 50px;
background-color: rgba(255, 255, 255, 0);
}

#s-fe2bc7ce-d1f7-49ab-96c4-499d283aed5f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-fe2bc7ce-d1f7-49ab-96c4-499d283aed5f:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-fe2bc7ce-d1f7-49ab-96c4-499d283aed5f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fe2bc7ce-d1f7-49ab-96c4-499d283aed5f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-6d8a432f-d622-4a15-92f9-a26c54f6bafe {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-position: center center;
}








#s-6d8a432f-d622-4a15-92f9-a26c54f6bafe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.38;
}#s-6d8a432f-d622-4a15-92f9-a26c54f6bafe.shg-box.shg-c {
  justify-content: center;
}

#s-562af0ff-20bc-4208-99c8-3f2b5522fa4e {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-562af0ff-20bc-4208-99c8-3f2b5522fa4e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-95df0615-40f5-451e-a277-203eec794607 {
  margin-left: 50px;
margin-right: 50px;
}

#s-95df0615-40f5-451e-a277-203eec794607 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-a0ded4a0-a395-48d0-8d23-a5a70589c4c8 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-left: 50px;
margin-right: 50px;
background-color: rgba(255, 255, 255, 0);
}

#s-c17751e5-ae7f-4264-a7b7-be25429d4943 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-c17751e5-ae7f-4264-a7b7-be25429d4943:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-c17751e5-ae7f-4264-a7b7-be25429d4943:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c17751e5-ae7f-4264-a7b7-be25429d4943.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-fc145f3f-0ac7-4f30-8e77-f57722f114a1 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-position: center center;
}








#s-fc145f3f-0ac7-4f30-8e77-f57722f114a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.44;
}#s-fc145f3f-0ac7-4f30-8e77-f57722f114a1.shg-box.shg-c {
  justify-content: center;
}

#s-4ba4e650-431d-4c54-b795-2cdb307c7a6f {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ba4e650-431d-4c54-b795-2cdb307c7a6f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e88ffcac-0ad7-45c8-861f-269449d192ef {
  margin-left: 50px;
margin-right: 50px;
}

#s-e88ffcac-0ad7-45c8-861f-269449d192ef hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-eccbeeb3-c53b-4d09-9673-0319be5bc2a8 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-left: 50px;
margin-right: 50px;
background-color: rgba(255, 255, 255, 0);
}

#s-b6e62fd8-af39-48c4-b3d9-77c93b32bd9b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-b6e62fd8-af39-48c4-b3d9-77c93b32bd9b:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-b6e62fd8-af39-48c4-b3d9-77c93b32bd9b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b6e62fd8-af39-48c4-b3d9-77c93b32bd9b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-6c701a14-23de-44f0-bc32-228e45ab9f4b {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-position: center center;
}








#s-6c701a14-23de-44f0-bc32-228e45ab9f4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.44;
}#s-6c701a14-23de-44f0-bc32-228e45ab9f4b.shg-box.shg-c {
  justify-content: center;
}

#s-c2fb8070-9406-4452-a8fe-8d6e3e7d39a6 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2fb8070-9406-4452-a8fe-8d6e3e7d39a6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-74d00bcf-8325-426a-8a0c-93be25a3a38f {
  margin-left: 50px;
margin-right: 50px;
}

#s-74d00bcf-8325-426a-8a0c-93be25a3a38f hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-8d31dac7-6075-4d51-9f80-b0745bf118f4 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-left: 50px;
margin-right: 50px;
background-color: rgba(255, 255, 255, 0);
}

#s-e1b5cd18-90cb-4205-b78a-2cd8d2fb6d85 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-e1b5cd18-90cb-4205-b78a-2cd8d2fb6d85:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-e1b5cd18-90cb-4205-b78a-2cd8d2fb6d85:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e1b5cd18-90cb-4205-b78a-2cd8d2fb6d85.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-f5e98ccb-16b8-420e-8ad7-1c35103a8dac {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-position: center center;
}








#s-f5e98ccb-16b8-420e-8ad7-1c35103a8dac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.44;
}#s-f5e98ccb-16b8-420e-8ad7-1c35103a8dac.shg-box.shg-c {
  justify-content: center;
}

#s-16a17c5a-132a-4006-9ff4-58781ca6097f {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16a17c5a-132a-4006-9ff4-58781ca6097f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d38661c9-fa00-4e33-898e-463a6593ccfc {
  margin-left: 50px;
margin-right: 50px;
}

#s-d38661c9-fa00-4e33-898e-463a6593ccfc hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-353d97ba-8fdd-4c73-ab70-da22203d38f1 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-left: 50px;
margin-right: 50px;
background-color: rgba(255, 255, 255, 0);
}

#s-9dfac6ed-e758-4ebb-93fa-a75a19ce3b01 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-9dfac6ed-e758-4ebb-93fa-a75a19ce3b01:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-9dfac6ed-e758-4ebb-93fa-a75a19ce3b01:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9dfac6ed-e758-4ebb-93fa-a75a19ce3b01.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-9f52c915-29b0-4c76-a275-8cd49b45a34d {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-position: center center;
}








#s-9f52c915-29b0-4c76-a275-8cd49b45a34d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.44;
}#s-9f52c915-29b0-4c76-a275-8cd49b45a34d.shg-box.shg-c {
  justify-content: center;
}

#s-91624c51-2970-4f6c-b3eb-d644854ec35f {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91624c51-2970-4f6c-b3eb-d644854ec35f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e025ab32-0875-4c29-bbb6-798321cb55db {
  margin-left: 50px;
margin-right: 50px;
}

#s-e025ab32-0875-4c29-bbb6-798321cb55db hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-ac6f1549-3828-4195-8528-57e30549a9b0 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-left: 50px;
margin-right: 50px;
background-color: rgba(255, 255, 255, 0);
}

#s-c9e83aad-ffdf-4730-8894-cd28fef3383a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-c9e83aad-ffdf-4730-8894-cd28fef3383a:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-c9e83aad-ffdf-4730-8894-cd28fef3383a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c9e83aad-ffdf-4730-8894-cd28fef3383a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-24c18b88-56eb-4c71-a8c5-7ba1b87e7e44 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-position: center center;
}








#s-24c18b88-56eb-4c71-a8c5-7ba1b87e7e44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.48;
}#s-24c18b88-56eb-4c71-a8c5-7ba1b87e7e44.shg-box.shg-c {
  justify-content: center;
}

#s-95a1e06a-341c-4179-b17d-d8758c50d929 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95a1e06a-341c-4179-b17d-d8758c50d929 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c3cbed38-0fa0-49b7-bb6a-042126fe890d {
  margin-left: 50px;
margin-right: 50px;
}

#s-c3cbed38-0fa0-49b7-bb6a-042126fe890d hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-76b4f9ff-7f22-4b42-8611-fc64b17d348b {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-left: 50px;
margin-right: 50px;
background-color: rgba(255, 255, 255, 0);
}

#s-1d30fe28-5030-43bf-8475-7b291f8132d8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-1d30fe28-5030-43bf-8475-7b291f8132d8:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-1d30fe28-5030-43bf-8475-7b291f8132d8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1d30fe28-5030-43bf-8475-7b291f8132d8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-c0ab4f93-5206-4004-bf5f-7bcac28a2108 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-position: center center;
}








#s-c0ab4f93-5206-4004-bf5f-7bcac28a2108 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.48;
}#s-c0ab4f93-5206-4004-bf5f-7bcac28a2108.shg-box.shg-c {
  justify-content: center;
}

#s-ecae17ea-262b-4e72-b88e-bf09c10569f6 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ecae17ea-262b-4e72-b88e-bf09c10569f6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0efad9d0-1928-4e29-a27c-684396cc30fb {
  margin-left: 50px;
margin-right: 50px;
}

#s-0efad9d0-1928-4e29-a27c-684396cc30fb hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-6925d06e-a411-41c7-baf4-6abe964518b0 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-left: 50px;
margin-right: 50px;
background-color: rgba(255, 255, 255, 0);
}

#s-9b91051a-f871-49ae-ab75-d8de77c33b3b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-9b91051a-f871-49ae-ab75-d8de77c33b3b:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-9b91051a-f871-49ae-ab75-d8de77c33b3b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9b91051a-f871-49ae-ab75-d8de77c33b3b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-6a43fdfb-d009-4be5-84fe-b6d1d1fc906f {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-position: center center;
}








#s-6a43fdfb-d009-4be5-84fe-b6d1d1fc906f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.32;
}#s-6a43fdfb-d009-4be5-84fe-b6d1d1fc906f.shg-box.shg-c {
  justify-content: center;
}

#s-fa2bccc5-8790-43a7-9f50-25cecdcc7c5b {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa2bccc5-8790-43a7-9f50-25cecdcc7c5b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7346d106-c28f-4783-8087-8fa4437b3b10 {
  margin-left: 50px;
margin-right: 50px;
}

#s-7346d106-c28f-4783-8087-8fa4437b3b10 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-2437f275-6345-4bc3-a44f-0d92eaa66b26 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-left: 50px;
margin-right: 50px;
background-color: rgba(255, 255, 255, 0);
}

#s-e96ea123-2c41-49cd-81bd-e11cb1724f85 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-e96ea123-2c41-49cd-81bd-e11cb1724f85:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-e96ea123-2c41-49cd-81bd-e11cb1724f85:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e96ea123-2c41-49cd-81bd-e11cb1724f85.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-32c6d0aa-89f5-4407-8a6e-a634c136bc8b {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-position: center center;
}








#s-32c6d0aa-89f5-4407-8a6e-a634c136bc8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.44;
}#s-32c6d0aa-89f5-4407-8a6e-a634c136bc8b.shg-box.shg-c {
  justify-content: center;
}

#s-b852f564-0bed-4ef6-bbbf-f6affc92b43b {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b852f564-0bed-4ef6-bbbf-f6affc92b43b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2d92c257-5ad1-4c4e-8043-5bb8842fe668 {
  margin-left: 50px;
margin-right: 50px;
}

#s-2d92c257-5ad1-4c4e-8043-5bb8842fe668 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-6785d7d5-604f-458e-bf96-7fe513473456 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-left: 50px;
margin-right: 50px;
background-color: rgba(255, 255, 255, 0);
}

#s-e7d2fd61-14c0-4291-a91f-b11c11e45460 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-e7d2fd61-14c0-4291-a91f-b11c11e45460:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-e7d2fd61-14c0-4291-a91f-b11c11e45460:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e7d2fd61-14c0-4291-a91f-b11c11e45460.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-b383129b-168c-4a40-9597-91ea6fb33314 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-position: center center;
}








#s-b383129b-168c-4a40-9597-91ea6fb33314 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.44;
}#s-b383129b-168c-4a40-9597-91ea6fb33314.shg-box.shg-c {
  justify-content: center;
}

#s-6c596e0e-18fe-4314-b167-1fbadfaa332f {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c596e0e-18fe-4314-b167-1fbadfaa332f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-097b489c-c9b3-4bb1-b45b-976dd2a04c09 {
  margin-left: 50px;
margin-right: 50px;
}

#s-097b489c-c9b3-4bb1-b45b-976dd2a04c09 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-e49ff0a3-edd3-40a9-a7e9-c9486bb912ab {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-left: 50px;
margin-right: 50px;
background-color: rgba(255, 255, 255, 0);
}

#s-3dc05601-c21b-4f3c-9e9b-02a9362efb5a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-3dc05601-c21b-4f3c-9e9b-02a9362efb5a:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-3dc05601-c21b-4f3c-9e9b-02a9362efb5a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3dc05601-c21b-4f3c-9e9b-02a9362efb5a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-10c75a49-4a26-489f-8f04-c1def16cfaba {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-position: center center;
}








#s-10c75a49-4a26-489f-8f04-c1def16cfaba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.44;
}#s-10c75a49-4a26-489f-8f04-c1def16cfaba.shg-box.shg-c {
  justify-content: center;
}

#s-63da4294-9a52-473e-843c-473792329934 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63da4294-9a52-473e-843c-473792329934 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-384debb6-22df-472c-9979-35b1c6849a53 {
  margin-left: 50px;
margin-right: 50px;
}

#s-384debb6-22df-472c-9979-35b1c6849a53 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-f336ac6e-0442-4e5d-a17b-da948e91421c {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-left: 50px;
margin-right: 50px;
background-color: rgba(255, 255, 255, 0);
}

#s-42e7ddd8-d340-435a-8f15-e7b39abb332e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-42e7ddd8-d340-435a-8f15-e7b39abb332e:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-42e7ddd8-d340-435a-8f15-e7b39abb332e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-42e7ddd8-d340-435a-8f15-e7b39abb332e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-93d93bb5-88fe-45fd-b70f-6290caf14636 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-position: center center;
}








#s-93d93bb5-88fe-45fd-b70f-6290caf14636 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.44;
}#s-93d93bb5-88fe-45fd-b70f-6290caf14636.shg-box.shg-c {
  justify-content: center;
}

#s-fc6ca95c-06d4-4e05-a33b-1aa3f449600c {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc6ca95c-06d4-4e05-a33b-1aa3f449600c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7314e1ca-b3a3-40a5-bc63-49d0e6e501a4 {
  margin-left: 50px;
margin-right: 50px;
}

#s-7314e1ca-b3a3-40a5-bc63-49d0e6e501a4 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-1c47ab05-ce1b-4c43-bd86-d8e03eb4c6ac {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-left: 50px;
margin-right: 50px;
background-color: rgba(255, 255, 255, 0);
}

#s-76d8fede-2790-4a76-badd-fced7e5b4751 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-76d8fede-2790-4a76-badd-fced7e5b4751:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-76d8fede-2790-4a76-badd-fced7e5b4751:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-76d8fede-2790-4a76-badd-fced7e5b4751.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-92b59e38-9991-47e7-949a-0a0e5c5a3f1d {
  min-height: 50px;
}








#s-92b59e38-9991-47e7-949a-0a0e5c5a3f1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92b59e38-9991-47e7-949a-0a0e5c5a3f1d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9419dd4f-1751-4321-a5c2-9705d4b9a3e2 {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.54);
text-align: center;
background-color: rgba(191, 26, 26, 0);
}

#s-9419dd4f-1751-4321-a5c2-9705d4b9a3e2 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3bac909a-af29-4331-9308-0bf22719e14d {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-3bac909a-af29-4331-9308-0bf22719e14d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3bac909a-af29-4331-9308-0bf22719e14d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3bac909a-af29-4331-9308-0bf22719e14d {
  
}
}@media (max-width: 767px){#s-3bac909a-af29-4331-9308-0bf22719e14d {
  
}
}







#s-3bac909a-af29-4331-9308-0bf22719e14d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bac909a-af29-4331-9308-0bf22719e14d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5425f159-c4f7-421c-a204-c9a3f3474c49 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-5425f159-c4f7-421c-a204-c9a3f3474c49"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-9e207615-bd9c-4d10-a94e-393004b280a1 {
  margin-top: 37px;
margin-bottom: 37px;
text-align: center;
}




  #s-9e207615-bd9c-4d10-a94e-393004b280a1 img.shogun-image {
    
    width: px;
  }


#s-9e207615-bd9c-4d10-a94e-393004b280a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-488d9632-eb69-4381-9741-b5924cb21717 {
  margin-top: 52px;
margin-bottom: 52px;
text-align: center;
}




  #s-488d9632-eb69-4381-9741-b5924cb21717 img.shogun-image {
    
    width: px;
  }


#s-488d9632-eb69-4381-9741-b5924cb21717 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d0f44bf-26b4-4144-b041-5ea44643206e {
  text-align: center;
}




  #s-6d0f44bf-26b4-4144-b041-5ea44643206e img.shogun-image {
    
    width: px;
  }


#s-6d0f44bf-26b4-4144-b041-5ea44643206e .shogun-image-content {
  
    align-items: center;
  
}

#s-7133669c-eb19-4e2b-be25-acf71c9e5849 {
  text-align: center;
}




  #s-7133669c-eb19-4e2b-be25-acf71c9e5849 img.shogun-image {
    
    width: px;
  }


#s-7133669c-eb19-4e2b-be25-acf71c9e5849 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f33866b-9652-4fa3-bbde-ee85b6135616 {
  text-align: center;
}




  #s-7f33866b-9652-4fa3-bbde-ee85b6135616 img.shogun-image {
    
    width: px;
  }


#s-7f33866b-9652-4fa3-bbde-ee85b6135616 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb5fee34-73fa-4118-9c59-98172d9f2966 {
  text-align: center;
}




  #s-cb5fee34-73fa-4118-9c59-98172d9f2966 img.shogun-image {
    
    width: px;
  }


#s-cb5fee34-73fa-4118-9c59-98172d9f2966 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a8de188-f33e-46db-9ce4-85e326a90daf {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-6a8de188-f33e-46db-9ce4-85e326a90daf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-614f3702-3e01-49e7-8914-d35ab29cdab9 {
  text-align: center;
}




  #s-614f3702-3e01-49e7-8914-d35ab29cdab9 img.shogun-image {
    
    width: px;
  }


#s-614f3702-3e01-49e7-8914-d35ab29cdab9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3ea00f5-338e-436b-9ac6-0e2f40a32946 {
  text-align: center;
}




  #s-a3ea00f5-338e-436b-9ac6-0e2f40a32946 img.shogun-image {
    
    width: px;
  }


#s-a3ea00f5-338e-436b-9ac6-0e2f40a32946 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ff42a62-bca8-4f6e-a64a-8b3b70966c0c {
  margin-top: 35px;
margin-bottom: 35px;
text-align: center;
}




  #s-3ff42a62-bca8-4f6e-a64a-8b3b70966c0c img.shogun-image {
    
    width: px;
  }


#s-3ff42a62-bca8-4f6e-a64a-8b3b70966c0c .shogun-image-content {
  
    align-items: center;
  
}

#s-9c7bb2bd-1819-42e5-85a0-900bfe78b037 {
  padding-top: 46px;
padding-bottom: 46px;
text-align: center;
}




  #s-9c7bb2bd-1819-42e5-85a0-900bfe78b037 img.shogun-image {
    
    width: px;
  }


#s-9c7bb2bd-1819-42e5-85a0-900bfe78b037 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4d38678-ab4d-44db-9efb-79be3b1b0978 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-c4d38678-ab4d-44db-9efb-79be3b1b0978 img.shogun-image {
    
    width: px;
  }


#s-c4d38678-ab4d-44db-9efb-79be3b1b0978 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3894127-de48-48ac-bd49-664074257b19 {
  text-align: center;
}




  #s-f3894127-de48-48ac-bd49-664074257b19 img.shogun-image {
    
    width: px;
  }


#s-f3894127-de48-48ac-bd49-664074257b19 .shogun-image-content {
  
    align-items: center;
  
}

#s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-4fa4e9ca-77b4-4a37-9b34-c180d30e1fcd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-d3d093f0-209f-4aaf-969d-a6634ff863c7 {
  margin-top: 50px;
margin-bottom: 50px;
text-align: center;
}




  #s-d3d093f0-209f-4aaf-969d-a6634ff863c7 img.shogun-image {
    
    width: px;
  }


#s-d3d093f0-209f-4aaf-969d-a6634ff863c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7fd85dc-c6d6-4456-96fd-aa9c648b690c {
  margin-top: 33px;
margin-bottom: 33px;
text-align: center;
}




  #s-a7fd85dc-c6d6-4456-96fd-aa9c648b690c img.shogun-image {
    
    width: px;
  }


#s-a7fd85dc-c6d6-4456-96fd-aa9c648b690c .shogun-image-content {
  
    align-items: center;
  
}

#s-8cd3f07e-d88e-42fe-9217-510c34be9d5a {
  margin-top: 48px;
margin-bottom: 48px;
text-align: center;
}




  #s-8cd3f07e-d88e-42fe-9217-510c34be9d5a img.shogun-image {
    
    width: px;
  }


#s-8cd3f07e-d88e-42fe-9217-510c34be9d5a .shogun-image-content {
  
    align-items: center;
  
}

#s-b8821ce2-2b5f-4b32-9599-ccd638f5b047 {
  text-align: center;
}




  #s-b8821ce2-2b5f-4b32-9599-ccd638f5b047 img.shogun-image {
    
    width: px;
  }


#s-b8821ce2-2b5f-4b32-9599-ccd638f5b047 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e6b024f-15b5-42a0-9363-bd2d31c3fbc1 {
  margin-top: 67px;
margin-bottom: 67px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-1e6b024f-15b5-42a0-9363-bd2d31c3fbc1 img.shogun-image {
    
    width: px;
  }


#s-1e6b024f-15b5-42a0-9363-bd2d31c3fbc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-019b80a4-8f2f-4bfd-be81-aa0dd960ef40 {
  text-align: center;
}




  #s-019b80a4-8f2f-4bfd-be81-aa0dd960ef40 img.shogun-image {
    
    width: px;
  }


#s-019b80a4-8f2f-4bfd-be81-aa0dd960ef40 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d60c186-d040-44c7-94ae-93e1ab1285c6 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-8d60c186-d040-44c7-94ae-93e1ab1285c6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-066df9e1-614c-49f9-b190-f9fc0981bf1f {
  text-align: center;
}




  #s-066df9e1-614c-49f9-b190-f9fc0981bf1f img.shogun-image {
    
    width: px;
  }


#s-066df9e1-614c-49f9-b190-f9fc0981bf1f .shogun-image-content {
  
    align-items: center;
  
}

#s-616a8d9e-6af8-4726-8ab1-76a8bae14297 {
  text-align: center;
}




  #s-616a8d9e-6af8-4726-8ab1-76a8bae14297 img.shogun-image {
    
    width: px;
  }


#s-616a8d9e-6af8-4726-8ab1-76a8bae14297 .shogun-image-content {
  
    align-items: center;
  
}

#s-c66742e8-786f-42d4-8e69-89e4cc6387a8 {
  text-align: center;
}




  #s-c66742e8-786f-42d4-8e69-89e4cc6387a8 img.shogun-image {
    
    width: px;
  }


#s-c66742e8-786f-42d4-8e69-89e4cc6387a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2d91ce2-6783-4ffb-8797-2b619ec27251 {
  text-align: center;
}




  #s-b2d91ce2-6783-4ffb-8797-2b619ec27251 img.shogun-image {
    
    width: px;
  }


#s-b2d91ce2-6783-4ffb-8797-2b619ec27251 .shogun-image-content {
  
    align-items: center;
  
}

#s-4dc94b5d-db22-4b0c-b8ff-afc71740d655 {
  text-align: center;
}




  #s-4dc94b5d-db22-4b0c-b8ff-afc71740d655 img.shogun-image {
    
    width: px;
  }


#s-4dc94b5d-db22-4b0c-b8ff-afc71740d655 .shogun-image-content {
  
    align-items: center;
  
}

#s-9edb7d2c-a495-432a-ac6e-e7c1386a6944 {
  padding-top: 40px;
padding-bottom: 40px;
text-align: center;
}




  #s-9edb7d2c-a495-432a-ac6e-e7c1386a6944 img.shogun-image {
    
    width: px;
  }


#s-9edb7d2c-a495-432a-ac6e-e7c1386a6944 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3492104-67d5-46bd-889e-3896391f8fba {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-f3492104-67d5-46bd-889e-3896391f8fba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-0382a491-b61e-4b20-b8b8-172f36b57175 {
  text-align: center;
}




  #s-0382a491-b61e-4b20-b8b8-172f36b57175 img.shogun-image {
    
    width: px;
  }


#s-0382a491-b61e-4b20-b8b8-172f36b57175 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b119061-6dfa-4666-89cc-29245c7844ea {
  margin-top: 27px;
margin-bottom: 27px;
text-align: center;
}




  #s-3b119061-6dfa-4666-89cc-29245c7844ea img.shogun-image {
    
    width: px;
  }


#s-3b119061-6dfa-4666-89cc-29245c7844ea .shogun-image-content {
  
    align-items: center;
  
}

#s-172b3d37-c083-462b-9b4f-007b70703d3a {
  text-align: center;
}




  #s-172b3d37-c083-462b-9b4f-007b70703d3a img.shogun-image {
    
    width: px;
  }


#s-172b3d37-c083-462b-9b4f-007b70703d3a .shogun-image-content {
  
    align-items: center;
  
}

#s-5f4538d2-cacf-44db-b0a6-c8f598f9cbf1 {
  text-align: center;
}




  #s-5f4538d2-cacf-44db-b0a6-c8f598f9cbf1 img.shogun-image {
    
    width: px;
  }


#s-5f4538d2-cacf-44db-b0a6-c8f598f9cbf1 .shogun-image-content {
  
    align-items: center;
  
}

#s-be8755a5-bce0-4a2d-9f31-60369a60fb22 {
  text-align: center;
}




  #s-be8755a5-bce0-4a2d-9f31-60369a60fb22 img.shogun-image {
    
    width: px;
  }


#s-be8755a5-bce0-4a2d-9f31-60369a60fb22 .shogun-image-content {
  
    align-items: center;
  
}

#s-98a2183d-cfc1-4e17-a77d-9ddd76444496 {
  padding-top: 12px;
padding-bottom: 12px;
text-align: center;
}




  #s-98a2183d-cfc1-4e17-a77d-9ddd76444496 img.shogun-image {
    
    width: px;
  }


#s-98a2183d-cfc1-4e17-a77d-9ddd76444496 .shogun-image-content {
  
    align-items: center;
  
}

#s-61355ed4-eb60-4c60-96b7-5b85df24616b {
  min-height: 50px;
}








#s-61355ed4-eb60-4c60-96b7-5b85df24616b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61355ed4-eb60-4c60-96b7-5b85df24616b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ef3643fc-d1a3-4c71-acae-f2d97c6d9507 {
  min-height: 50px;
}








#s-ef3643fc-d1a3-4c71-acae-f2d97c6d9507 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef3643fc-d1a3-4c71-acae-f2d97c6d9507.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a648c1fd-7610-40e6-8516-15e497939c43 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a648c1fd-7610-40e6-8516-15e497939c43 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-58279899-a0a4-429c-8e40-ecc27f5e1624 {
  padding-left: 17px;
padding-right: 17px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e992dc99-051e-4c8f-83f9-e7315128ccf5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-e992dc99-051e-4c8f-83f9-e7315128ccf5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-e992dc99-051e-4c8f-83f9-e7315128ccf5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e992dc99-051e-4c8f-83f9-e7315128ccf5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-e992dc99-051e-4c8f-83f9-e7315128ccf5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-e992dc99-051e-4c8f-83f9-e7315128ccf5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-43c4b7ec-b674-4c6f-aa78-ed2a88dd9cbe hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-93e7a3a4-7930-4e54-9e6b-d18f08dbd5a5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-93e7a3a4-7930-4e54-9e6b-d18f08dbd5a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93e7a3a4-7930-4e54-9e6b-d18f08dbd5a5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9b7fa78d-081d-4662-90d9-5ba96c6af95a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b7fa78d-081d-4662-90d9-5ba96c6af95a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dfc9584b-1d9b-47bf-9ae1-428293e8f152 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-dfc9584b-1d9b-47bf-9ae1-428293e8f152 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dfc9584b-1d9b-47bf-9ae1-428293e8f152 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dfc9584b-1d9b-47bf-9ae1-428293e8f152 {
  
}
}@media (max-width: 767px){#s-dfc9584b-1d9b-47bf-9ae1-428293e8f152 {
  
}
}







#s-dfc9584b-1d9b-47bf-9ae1-428293e8f152 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfc9584b-1d9b-47bf-9ae1-428293e8f152.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c51a2e8e-d33b-4d05-a8dc-cd605ea68bda {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c51a2e8e-d33b-4d05-a8dc-cd605ea68bda {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c51a2e8e-d33b-4d05-a8dc-cd605ea68bda {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c51a2e8e-d33b-4d05-a8dc-cd605ea68bda {
  
}
}@media (max-width: 767px){#s-c51a2e8e-d33b-4d05-a8dc-cd605ea68bda {
  
}
}







#s-c51a2e8e-d33b-4d05-a8dc-cd605ea68bda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c51a2e8e-d33b-4d05-a8dc-cd605ea68bda.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4352b90f-b044-42b0-8d80-12bb0148dad1 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-4352b90f-b044-42b0-8d80-12bb0148dad1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4352b90f-b044-42b0-8d80-12bb0148dad1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4352b90f-b044-42b0-8d80-12bb0148dad1 {
  
}
}@media (max-width: 767px){#s-4352b90f-b044-42b0-8d80-12bb0148dad1 {
  
}
}
@media (min-width: 0px) {
[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-4352b90f-b044-42b0-8d80-12bb0148dad1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-4e51f85c-c39e-4997-812b-9210608a55db {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4e51f85c-c39e-4997-812b-9210608a55db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e51f85c-c39e-4997-812b-9210608a55db.shg-box.shg-c {
  justify-content: flex-start;
}

#s-adba578b-bc34-4c56-b582-65ca8783f3b4 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-adba578b-bc34-4c56-b582-65ca8783f3b4 .shogun-icon-wrapper {
  text-align: center;
}


#s-adba578b-bc34-4c56-b582-65ca8783f3b4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-60dcc92a-8e0e-4d1f-be7a-473f3d9cfad0 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-60dcc92a-8e0e-4d1f-be7a-473f3d9cfad0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-60dcc92a-8e0e-4d1f-be7a-473f3d9cfad0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-60dcc92a-8e0e-4d1f-be7a-473f3d9cfad0 {
  
}
}@media (max-width: 767px){#s-60dcc92a-8e0e-4d1f-be7a-473f3d9cfad0 {
  
}
}
#s-71f9a88f-1839-491c-a841-f07be737ae6d {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-71f9a88f-1839-491c-a841-f07be737ae6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71f9a88f-1839-491c-a841-f07be737ae6d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-be9c1719-f80b-4c91-b4ad-2539932844da {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-be9c1719-f80b-4c91-b4ad-2539932844da .shogun-icon-wrapper {
  text-align: center;
}


#s-be9c1719-f80b-4c91-b4ad-2539932844da .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-1ffdb6f4-4800-44df-8fd7-4c5661dc97a4 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-1ffdb6f4-4800-44df-8fd7-4c5661dc97a4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ffdb6f4-4800-44df-8fd7-4c5661dc97a4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ffdb6f4-4800-44df-8fd7-4c5661dc97a4 {
  
}
}@media (max-width: 767px){#s-1ffdb6f4-4800-44df-8fd7-4c5661dc97a4 {
  
}
}
#s-db39fd10-f2da-4316-b427-94d0fd79d659 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-db39fd10-f2da-4316-b427-94d0fd79d659 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db39fd10-f2da-4316-b427-94d0fd79d659.shg-box.shg-c {
  justify-content: flex-start;
}

#s-65e90292-a503-4d3c-955d-c5c84b4600e9 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-65e90292-a503-4d3c-955d-c5c84b4600e9 .shogun-icon-wrapper {
  text-align: center;
}


#s-65e90292-a503-4d3c-955d-c5c84b4600e9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-19fb4f5d-4047-4a50-b8d3-33c63e2f434f {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-19fb4f5d-4047-4a50-b8d3-33c63e2f434f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19fb4f5d-4047-4a50-b8d3-33c63e2f434f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-19fb4f5d-4047-4a50-b8d3-33c63e2f434f {
  
}
}@media (max-width: 767px){#s-19fb4f5d-4047-4a50-b8d3-33c63e2f434f {
  
}
}
#s-0ec038dd-fceb-4a53-b84f-d886fd19c48c {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-0ec038dd-fceb-4a53-b84f-d886fd19c48c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0ec038dd-fceb-4a53-b84f-d886fd19c48c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0ec038dd-fceb-4a53-b84f-d886fd19c48c {
  
}
}@media (max-width: 767px){#s-0ec038dd-fceb-4a53-b84f-d886fd19c48c {
  
}
}







#s-0ec038dd-fceb-4a53-b84f-d886fd19c48c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ec038dd-fceb-4a53-b84f-d886fd19c48c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-81b8d29f-8246-432f-a6a5-77d922f0599c {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-81b8d29f-8246-432f-a6a5-77d922f0599c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-81b8d29f-8246-432f-a6a5-77d922f0599c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-81b8d29f-8246-432f-a6a5-77d922f0599c {
  
}
}@media (max-width: 767px){#s-81b8d29f-8246-432f-a6a5-77d922f0599c {
  
}
}







#s-81b8d29f-8246-432f-a6a5-77d922f0599c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-81b8d29f-8246-432f-a6a5-77d922f0599c.shg-box.shg-c {
  justify-content: center;
}

#s-07e740ad-fdd4-4c12-ae35-7efa9583be5b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-07e740ad-fdd4-4c12-ae35-7efa9583be5b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-17c74ea1-ec13-461b-8860-d34238c907bf {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-17c74ea1-ec13-461b-8860-d34238c907bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17c74ea1-ec13-461b-8860-d34238c907bf.shg-box.shg-c {
  justify-content: center;
}

#s-709868f7-645e-4e10-95fd-ff50f1956ad7 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-709868f7-645e-4e10-95fd-ff50f1956ad7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0e24d8e0-5c3a-4b61-ad79-9d183cf0a9af {
  margin-left: 50px;
margin-right: 50px;
}

#s-0e24d8e0-5c3a-4b61-ad79-9d183cf0a9af hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-a6bbfafb-d8c2-43da-b884-94378f0b02c0 {
  margin-left: 50px;
margin-right: 50px;
}

#s-0390bcbc-ea74-424a-b201-5cfe7cee82aa {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-0390bcbc-ea74-424a-b201-5cfe7cee82aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0390bcbc-ea74-424a-b201-5cfe7cee82aa.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dd635492-c6de-4e06-9f8e-32a37c90de9e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dd635492-c6de-4e06-9f8e-32a37c90de9e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7ef40b9b-babd-46ca-bca7-3a6acdcd716e {
  background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-7ef40b9b-babd-46ca-bca7-3a6acdcd716e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ef40b9b-babd-46ca-bca7-3a6acdcd716e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-71d0fb64-92ba-496b-b0ba-983d17127f18 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-71d0fb64-92ba-496b-b0ba-983d17127f18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71d0fb64-92ba-496b-b0ba-983d17127f18.shg-box.shg-c {
  justify-content: center;
}

#s-0eb6ea13-cfbc-4ac0-a897-663d120799e2 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0eb6ea13-cfbc-4ac0-a897-663d120799e2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-aadb885c-9b02-43e0-87ae-c2f403ed1a44 {
  margin-left: 50px;
margin-right: 50px;
}

#s-aadb885c-9b02-43e0-87ae-c2f403ed1a44 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-89da2d13-bc4d-46b5-91c7-1ce68439fe50 {
  margin-left: 50px;
margin-right: 50px;
}

#s-3334b100-821c-479c-9b85-3405da474b6c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3334b100-821c-479c-9b85-3405da474b6c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-97ef5ecc-da91-49e7-a203-ec872946037d {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-97ef5ecc-da91-49e7-a203-ec872946037d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97ef5ecc-da91-49e7-a203-ec872946037d.shg-box.shg-c {
  justify-content: center;
}

#s-5732e1ab-838d-427b-b809-d35490ee00b1 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5732e1ab-838d-427b-b809-d35490ee00b1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-84e3100f-3b9c-457c-ad02-54b6ec504df7 {
  margin-left: 50px;
margin-right: 50px;
}

#s-84e3100f-3b9c-457c-ad02-54b6ec504df7 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-a2195a37-671d-4a65-b01c-85969b3d3841 {
  margin-left: 50px;
margin-right: 50px;
}

#s-6ff24f8d-4768-44ef-bf50-5092642772a8 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-6ff24f8d-4768-44ef-bf50-5092642772a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ff24f8d-4768-44ef-bf50-5092642772a8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1a92e6a2-1f4f-465a-a9bc-91bb21be7ed7 {
  min-height: 50px;
}








#s-1a92e6a2-1f4f-465a-a9bc-91bb21be7ed7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a92e6a2-1f4f-465a-a9bc-91bb21be7ed7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-28464480-cabb-42df-b125-e12e529a4782 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-28464480-cabb-42df-b125-e12e529a4782 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28464480-cabb-42df-b125-e12e529a4782 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28464480-cabb-42df-b125-e12e529a4782 {
  
}
}@media (max-width: 767px){#s-28464480-cabb-42df-b125-e12e529a4782 {
  
}
}







#s-28464480-cabb-42df-b125-e12e529a4782 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28464480-cabb-42df-b125-e12e529a4782.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a8343895-53f0-4e40-a1e2-49cceb54cc0c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(234, 249, 254, 1);
}
@media (min-width: 1200px){#s-a8343895-53f0-4e40-a1e2-49cceb54cc0c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8343895-53f0-4e40-a1e2-49cceb54cc0c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a8343895-53f0-4e40-a1e2-49cceb54cc0c {
  
}
}@media (max-width: 767px){#s-a8343895-53f0-4e40-a1e2-49cceb54cc0c {
  
}
}







#s-a8343895-53f0-4e40-a1e2-49cceb54cc0c > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-a8343895-53f0-4e40-a1e2-49cceb54cc0c.shg-box.shg-c {
  justify-content: center;
}

#s-27d999ea-147c-4b68-8e21-9863e5528140 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-27d999ea-147c-4b68-8e21-9863e5528140 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-27d999ea-147c-4b68-8e21-9863e5528140 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-27d999ea-147c-4b68-8e21-9863e5528140 {
  
}
}@media (max-width: 767px){#s-27d999ea-147c-4b68-8e21-9863e5528140 {
  
}
}







#s-27d999ea-147c-4b68-8e21-9863e5528140 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27d999ea-147c-4b68-8e21-9863e5528140.shg-box.shg-c {
  justify-content: flex-start;
}

#s-694686f6-b8e4-4faf-96ec-c69834ca109e {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-694686f6-b8e4-4faf-96ec-c69834ca109e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-694686f6-b8e4-4faf-96ec-c69834ca109e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-694686f6-b8e4-4faf-96ec-c69834ca109e {
  
}
}@media (max-width: 767px){#s-694686f6-b8e4-4faf-96ec-c69834ca109e {
  
}
}







#s-694686f6-b8e4-4faf-96ec-c69834ca109e > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-694686f6-b8e4-4faf-96ec-c69834ca109e.shg-box.shg-c {
  justify-content: center;
}

#s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8 {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cc419ab7-c6a0-45e4-b8a2-01d5ef5340c8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-47619475-89be-4f65-9640-fb897d01fc72 {
  margin-top: 43px;
margin-left: 0px;
margin-bottom: 43px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}




  #s-47619475-89be-4f65-9640-fb897d01fc72 img.shogun-image {
    
    width: px;
  }


#s-47619475-89be-4f65-9640-fb897d01fc72 .shogun-image-content {
  
    align-items: center;
  
}

#s-c25be718-e5ee-4caa-b193-16d1cd3d43a1 {
  margin-top: 40px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-c25be718-e5ee-4caa-b193-16d1cd3d43a1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c25be718-e5ee-4caa-b193-16d1cd3d43a1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c25be718-e5ee-4caa-b193-16d1cd3d43a1 {
  
}
}@media (max-width: 767px){#s-c25be718-e5ee-4caa-b193-16d1cd3d43a1 {
  
}
}
#s-c25be718-e5ee-4caa-b193-16d1cd3d43a1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ae8ceb62-6ab9-4395-9290-127e0a6d8db4 {
  margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e30c5806-b6c5-492d-889d-63caeb348984"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-64d0b708-7667-4df7-b12a-5072dfa619c0 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 113, 0, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 113, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-64d0b708-7667-4df7-b12a-5072dfa619c0:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-64d0b708-7667-4df7-b12a-5072dfa619c0:active {background-color: rgba(228, 181, 33, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-64d0b708-7667-4df7-b12a-5072dfa619c0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-64d0b708-7667-4df7-b12a-5072dfa619c0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-64d0b708-7667-4df7-b12a-5072dfa619c0 {
  
}
}@media (max-width: 767px){#s-64d0b708-7667-4df7-b12a-5072dfa619c0 {
  
}
}


#s-64d0b708-7667-4df7-b12a-5072dfa619c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  
  
  font-family: Didact Gothic;
  display:  block ;
}

#s-4b7a52fe-4602-4cd6-b59f-bf656708f005 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 29px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-4b7a52fe-4602-4cd6-b59f-bf656708f005 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b7a52fe-4602-4cd6-b59f-bf656708f005 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b7a52fe-4602-4cd6-b59f-bf656708f005 {
  
}
}@media (max-width: 767px){#s-4b7a52fe-4602-4cd6-b59f-bf656708f005 {
  
}
}
#s-b76ca92b-8d94-4ed8-bb07-5d84de22dff8 {
  margin-top: 43px;
margin-bottom: 43px;
text-align: center;
}




  #s-b76ca92b-8d94-4ed8-bb07-5d84de22dff8 img.shogun-image {
    
    width: px;
  }


#s-b76ca92b-8d94-4ed8-bb07-5d84de22dff8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e8d85910-530c-40a1-9a56-1ccbe3d6422f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e8d85910-530c-40a1-9a56-1ccbe3d6422f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8d85910-530c-40a1-9a56-1ccbe3d6422f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8d85910-530c-40a1-9a56-1ccbe3d6422f {
  
}
}@media (max-width: 767px){#s-e8d85910-530c-40a1-9a56-1ccbe3d6422f {
  
}
}







#s-e8d85910-530c-40a1-9a56-1ccbe3d6422f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8d85910-530c-40a1-9a56-1ccbe3d6422f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-03587ea3-616e-4dad-815d-a9e678b9e955 {
  margin-top: 50px;
margin-left: 100px;
margin-bottom: 50px;
margin-right: 100px;
background-color: rgba(0, 2, 1, 0);
}

@media (min-width: 0px) {
[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-fa2f9f5a-6de3-474a-a683-ca06a1cc1fb1 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-7c30216d-d2ed-4b8b-8da3-544acba7a38a {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-b36e598c-73c2-48cd-aa20-d0446b7ecdaf {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-5f9b8bbf-a4fe-48f7-bdf4-b803ac5c8305 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-0aec4a26-412f-4915-a89e-682303063801 {
  min-height: 50px;
}








#s-0aec4a26-412f-4915-a89e-682303063801 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0aec4a26-412f-4915-a89e-682303063801.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6c0eaaa6-eab5-45ea-81fd-ee4b9790b789 {
  min-height: 50px;
}








#s-6c0eaaa6-eab5-45ea-81fd-ee4b9790b789 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c0eaaa6-eab5-45ea-81fd-ee4b9790b789.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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