.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-525bba0f-fe5f-4d8d-903b-ec56f14b155c {
  min-height: 50px;
}








#s-525bba0f-fe5f-4d8d-903b-ec56f14b155c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-525bba0f-fe5f-4d8d-903b-ec56f14b155c.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-3e08e03b-2ccb-4014-a29d-71f1cddaedb8 {
  text-align: center;
}




  #s-3e08e03b-2ccb-4014-a29d-71f1cddaedb8 img.shogun-image {
    
    width: px;
  }


#s-3e08e03b-2ccb-4014-a29d-71f1cddaedb8 .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;
}

#s-6c189990-47c3-40be-a0e3-6e1aed214b06 {
  background-color: rgba(36, 166, 154, 1);
}

@media (min-width: 0px) {
[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6c189990-47c3-40be-a0e3-6e1aed214b06"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bdb6987a-142b-4340-bfa0-edf7b306f756 {
  text-align: center;
}




  #s-bdb6987a-142b-4340-bfa0-edf7b306f756 img.shogun-image {
    
    width: px;
  }


#s-bdb6987a-142b-4340-bfa0-edf7b306f756 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ed61ea6-06e0-47dd-9ce7-65bc2140ab93 {
  min-height: 600px;
background-color: rgba(36, 166, 154, 1);
}








#s-7ed61ea6-06e0-47dd-9ce7-65bc2140ab93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ed61ea6-06e0-47dd-9ce7-65bc2140ab93.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-53343448-2d2b-45d5-ba3f-0bc7e62e8892 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53343448-2d2b-45d5-ba3f-0bc7e62e8892 .shogun-heading-component h2 {
  color: rgba(250, 250, 250, 1);
  font-weight:  500 ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

.shg-default-text-content 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-59c9a505-a796-484b-b7c7-31730ab7a082 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-59c9a505-a796-484b-b7c7-31730ab7a082 .shogun-form-box {
  padding: 10px;
}

#s-59c9a505-a796-484b-b7c7-31730ab7a082 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  300; 
  color: rgba(255, 255, 255, 1);
  font-family: Ubuntu;
  font-size: 22px;
  font-style: ;
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-59c9a505-a796-484b-b7c7-31730ab7a082 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: ;
  
  color: rgba(255, 255, 255, 1);
  font-family: Ubuntu;
  
  
  
  justify-content: center;
}

#s-59c9a505-a796-484b-b7c7-31730ab7a082 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-59c9a505-a796-484b-b7c7-31730ab7a082 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(255, 255, 255, 1);
}

#s-59c9a505-a796-484b-b7c7-31730ab7a082 .shogun-form-field-error-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #ff0000;
  
  
  
  
  justify-content: flex-start;
}

#s-59c9a505-a796-484b-b7c7-31730ab7a082 .shogun-form-field-error-msg > span {
  display: flex;
  align-items: center;
}
.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-424d92ec-4b96-4c63-8658-58ea62ffe447 {
  margin-left: 100px;
margin-right: 100px;
}

#s-424d92ec-4b96-4c63-8658-58ea62ffe447  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  font-style: ;
  color: #000;
  font-family: Ubuntu;
  font-weight: 300;
  
  
}

#s-424d92ec-4b96-4c63-8658-58ea62ffe447  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-424d92ec-4b96-4c63-8658-58ea62ffe447  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-424d92ec-4b96-4c63-8658-58ea62ffe447  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-424d92ec-4b96-4c63-8658-58ea62ffe447 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-424d92ec-4b96-4c63-8658-58ea62ffe447 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-box-submit:focus {
  outline: none;
}

.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-531e1c4c-1345-4458-b48d-82408843509a {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 5px;
color: #FFFFFF;
background-color: rgba(37, 37, 37, 0);
text-align: center;
cursor: pointer;
font-family: Ubuntu;
background-image: none;
hover-type: color;
}
#s-531e1c4c-1345-4458-b48d-82408843509a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-531e1c4c-1345-4458-b48d-82408843509a:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-531e1c4c-1345-4458-b48d-82408843509a[disabled],
#s-531e1c4c-1345-4458-b48d-82408843509a[disabled]:hover,
#s-531e1c4c-1345-4458-b48d-82408843509a[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-531e1c4c-1345-4458-b48d-82408843509a {
  display:  inline-block ;
  width:  auto ;
}


#s-757c3224-e0bf-4dd7-9f95-8ba42cf5dddc {
  min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-757c3224-e0bf-4dd7-9f95-8ba42cf5dddc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-757c3224-e0bf-4dd7-9f95-8ba42cf5dddc.shg-box.shg-c {
  justify-content: center;
}

#s-fac103a3-03f9-4d30-8831-b36fecc0786b {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
}

#s-4c70aa58-8993-462f-8144-9c684792973e {
  min-height: 50px;
}








#s-4c70aa58-8993-462f-8144-9c684792973e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c70aa58-8993-462f-8144-9c684792973e.shg-box.shg-c {
  justify-content: center;
}

#s-f47e1041-2142-4d23-bc55-038ba9c196a7 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f47e1041-2142-4d23-bc55-038ba9c196a7 {
  display: none;
}
#s-f47e1041-2142-4d23-bc55-038ba9c196a7, #wrap-s-f47e1041-2142-4d23-bc55-038ba9c196a7 { display:none !important; }}@media (max-width: 767px){#s-f47e1041-2142-4d23-bc55-038ba9c196a7 {
  display: none;
}
#s-f47e1041-2142-4d23-bc55-038ba9c196a7, #wrap-s-f47e1041-2142-4d23-bc55-038ba9c196a7 { display:none !important; }}



  #s-f47e1041-2142-4d23-bc55-038ba9c196a7 img.shogun-image {
    
    width: px;
  }


#s-f47e1041-2142-4d23-bc55-038ba9c196a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-04e07cd1-a9ed-4e01-ae98-d87191b8816f {
  text-align: center;
}
@media (min-width: 1200px){#s-04e07cd1-a9ed-4e01-ae98-d87191b8816f {
  display: none;
}
#s-04e07cd1-a9ed-4e01-ae98-d87191b8816f, #wrap-s-04e07cd1-a9ed-4e01-ae98-d87191b8816f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04e07cd1-a9ed-4e01-ae98-d87191b8816f {
  display: none;
}
#s-04e07cd1-a9ed-4e01-ae98-d87191b8816f, #wrap-s-04e07cd1-a9ed-4e01-ae98-d87191b8816f { display:none !important; }}



  #s-04e07cd1-a9ed-4e01-ae98-d87191b8816f img.shogun-image {
    
    width: px;
  }


#s-04e07cd1-a9ed-4e01-ae98-d87191b8816f .shogun-image-content {
  
    align-items: center;
  
}

#s-1d9ecd00-7486-478c-b881-8976f124624a {
  background-color: rgba(241, 241, 241, 1);
}

@media (min-width: 0px) {
[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1d9ecd00-7486-478c-b881-8976f124624a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b36be7a2-b539-4c2d-8046-a087dd3326e4 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-3bbfefef-3fc3-4292-9c0f-133f7870517f {
  margin-top: 20px;
margin-left: 50px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-3bbfefef-3fc3-4292-9c0f-133f7870517f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-43f1bb9e-0bb7-4932-bba2-8a4242ba898c {
  margin-left: 50px;
margin-right: 250px;
}
@media (min-width: 1200px){#s-43f1bb9e-0bb7-4932-bba2-8a4242ba898c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43f1bb9e-0bb7-4932-bba2-8a4242ba898c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-43f1bb9e-0bb7-4932-bba2-8a4242ba898c {
  
}
}@media (max-width: 767px){#s-43f1bb9e-0bb7-4932-bba2-8a4242ba898c {
  
}
}
#s-43f1bb9e-0bb7-4932-bba2-8a4242ba898c hr {
  border: 0;
  width: 100%;
  border-top: 6px solid rgba(36, 166, 154, 1);
}

#s-7315d97d-a2ea-41f7-97a5-7aec0a246182 {
  margin-left: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-7315d97d-a2ea-41f7-97a5-7aec0a246182 {
  
}
}
#s-34311b97-58a8-4ba6-9ee9-bb1f82e57535 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-34311b97-58a8-4ba6-9ee9-bb1f82e57535 {
  display: none;
}
#s-34311b97-58a8-4ba6-9ee9-bb1f82e57535, #wrap-s-34311b97-58a8-4ba6-9ee9-bb1f82e57535 { display:none !important; }}







#s-34311b97-58a8-4ba6-9ee9-bb1f82e57535 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34311b97-58a8-4ba6-9ee9-bb1f82e57535.shg-box.shg-c {
  justify-content: center;
}

#s-0063dc22-708e-4107-b30a-5099ef4c7872 {
  margin-top: 20px;
margin-left: 5px;
margin-bottom: 20px;
margin-right: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0063dc22-708e-4107-b30a-5099ef4c7872 {
  display: none;
}
#s-0063dc22-708e-4107-b30a-5099ef4c7872, #wrap-s-0063dc22-708e-4107-b30a-5099ef4c7872 { display:none !important; }}@media (max-width: 767px){#s-0063dc22-708e-4107-b30a-5099ef4c7872 {
  display: none;
}
#s-0063dc22-708e-4107-b30a-5099ef4c7872, #wrap-s-0063dc22-708e-4107-b30a-5099ef4c7872 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0063dc22-708e-4107-b30a-5099ef4c7872"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-73668cb6-82e0-4c77-a753-15143f557323 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-73668cb6-82e0-4c77-a753-15143f557323 img.shogun-image {
    
    width: px;
  }


#s-73668cb6-82e0-4c77-a753-15143f557323 .shogun-image-content {
  
    align-items: center;
  
}

#s-c68f97b7-f5e6-4eb4-bc25-b6c8e2020c94 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-de49c23a-12cd-4aa8-8d6c-4aa89f73a9d9 {
  margin-left: 10px;
margin-right: 10px;
}

#s-7235f689-ac34-42a6-8790-6532977dd806 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-7235f689-ac34-42a6-8790-6532977dd806 img.shogun-image {
    
    width: px;
  }


#s-7235f689-ac34-42a6-8790-6532977dd806 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7d4f99d-416b-4220-b205-328f37a1cf0f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-de822385-445b-4e43-81c8-a42175e77dae {
  margin-left: 10px;
margin-right: 10px;
}

#s-3f2d1292-d068-4827-9952-0fd05080d11e {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-3f2d1292-d068-4827-9952-0fd05080d11e img.shogun-image {
    
    width: px;
  }


#s-3f2d1292-d068-4827-9952-0fd05080d11e .shogun-image-content {
  
    align-items: center;
  
}

#s-d14c2721-cfe8-4243-991b-5cfa8a45f9c7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ffe12e26-334f-42ad-aabb-af9c74557fff {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a {
  display: none;
}
#s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a, #wrap-s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a { display:none !important; }}@media (max-width: 767px){#s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a {
  display: none;
}
#s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a, #wrap-s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a { display:none !important; }}
@media (min-width: 0px) {
[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dc26fdf7-4520-4289-bf84-ba70ccfbeb0a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-61de9593-75b6-4fe8-ac6e-bc8a980901f1 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}




  #s-61de9593-75b6-4fe8-ac6e-bc8a980901f1 img.shogun-image {
    
    width: px;
  }


#s-61de9593-75b6-4fe8-ac6e-bc8a980901f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a554fe6-1c53-45a2-80fd-e36cf3dafb3a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-cbfca021-a214-4862-b299-7815a94c80b2 {
  margin-left: 10px;
margin-right: 10px;
}

#s-06254e2f-cccc-4ab5-88bd-b64281e563b2 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-06254e2f-cccc-4ab5-88bd-b64281e563b2 img.shogun-image {
    
    width: px;
  }


#s-06254e2f-cccc-4ab5-88bd-b64281e563b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8985e73-3553-4ba8-a2cc-f0cbc3e336f0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-719e8aa6-2a66-400b-bda1-b303e9781776 {
  margin-left: 10px;
margin-right: 10px;
}

#s-f448dee5-4352-41e9-a660-dd7272f343c0 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-f448dee5-4352-41e9-a660-dd7272f343c0 img.shogun-image {
    
    width: px;
  }


#s-f448dee5-4352-41e9-a660-dd7272f343c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3b40c57-bb37-43cb-82fe-a6b4f2019810 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3ed9ea3c-0691-4a67-842e-6eabfce1dc71 {
  margin-left: 10px;
margin-right: 10px;
}

#s-c6353c80-4050-4eb1-873f-6b868c52e2cd {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c6353c80-4050-4eb1-873f-6b868c52e2cd {
  display: none;
}
#s-c6353c80-4050-4eb1-873f-6b868c52e2cd, #wrap-s-c6353c80-4050-4eb1-873f-6b868c52e2cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6353c80-4050-4eb1-873f-6b868c52e2cd {
  display: none;
}
#s-c6353c80-4050-4eb1-873f-6b868c52e2cd, #wrap-s-c6353c80-4050-4eb1-873f-6b868c52e2cd { display:none !important; }}
@media (min-width: 0px) {
[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c6353c80-4050-4eb1-873f-6b868c52e2cd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-980a69e0-0913-4a5d-8960-16a87a6ff59a {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-980a69e0-0913-4a5d-8960-16a87a6ff59a img.shogun-image {
    
    width: px;
  }


#s-980a69e0-0913-4a5d-8960-16a87a6ff59a .shogun-image-content {
  
    align-items: center;
  
}

#s-9fbbc4f1-dbcd-4deb-addd-4d2f3e09e27f {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-ef22da48-ecd5-47c3-99dc-67b6cb0e8d93 {
  margin-left: 10px;
margin-right: 10px;
}

#s-71364b85-04d8-4b6f-be5b-2b542e8a5a12 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-71364b85-04d8-4b6f-be5b-2b542e8a5a12 img.shogun-image {
    
    width: px;
  }


#s-71364b85-04d8-4b6f-be5b-2b542e8a5a12 .shogun-image-content {
  
    align-items: center;
  
}

#s-278478ff-2f44-4727-9659-28e1c089828b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-31f34e83-5e0c-4a89-9dda-b80ba3870831 {
  margin-left: 10px;
margin-right: 10px;
}

#s-c833347b-a06b-4eb9-99ff-1c2ea92e7c3a {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-c833347b-a06b-4eb9-99ff-1c2ea92e7c3a img.shogun-image {
    
    width: px;
  }


#s-c833347b-a06b-4eb9-99ff-1c2ea92e7c3a .shogun-image-content {
  
    align-items: center;
  
}

#s-2b301499-3bc7-4e9d-b8b6-616b9a63d328 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c91e3d70-15a5-4b42-93c1-52eba041a984 {
  margin-left: 10px;
margin-right: 10px;
}

#s-8c67a7a0-2447-4cde-a887-0d80f995435e {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8c67a7a0-2447-4cde-a887-0d80f995435e {
  display: none;
}
#s-8c67a7a0-2447-4cde-a887-0d80f995435e, #wrap-s-8c67a7a0-2447-4cde-a887-0d80f995435e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c67a7a0-2447-4cde-a887-0d80f995435e {
  display: none;
}
#s-8c67a7a0-2447-4cde-a887-0d80f995435e, #wrap-s-8c67a7a0-2447-4cde-a887-0d80f995435e { display:none !important; }}
@media (min-width: 0px) {
[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8c67a7a0-2447-4cde-a887-0d80f995435e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fb9cb242-1a26-4218-b052-d54eaaf7f570 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}




  #s-fb9cb242-1a26-4218-b052-d54eaaf7f570 img.shogun-image {
    
    width: px;
  }


#s-fb9cb242-1a26-4218-b052-d54eaaf7f570 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ef6025d-cccd-4cb2-b0b4-d6a3d7c9b2e0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1274732e-a200-4e5e-b08c-3d3e4eb7a2f9 {
  margin-left: 10px;
margin-right: 10px;
}

#s-a8e172c8-87a1-4724-bdb1-cc33a74b480c {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-a8e172c8-87a1-4724-bdb1-cc33a74b480c img.shogun-image {
    
    width: px;
  }


#s-a8e172c8-87a1-4724-bdb1-cc33a74b480c .shogun-image-content {
  
    align-items: center;
  
}

#s-50f6092c-8b5f-4317-9c27-8537fab183f2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d73861a7-d3b3-48ec-ad32-5cef7cf417b9 {
  margin-left: 10px;
margin-right: 10px;
}

#s-baf7dd7c-1d39-4934-9403-ee403e9f45b7 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-baf7dd7c-1d39-4934-9403-ee403e9f45b7 img.shogun-image {
    
    width: px;
  }


#s-baf7dd7c-1d39-4934-9403-ee403e9f45b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a4629f2-f3ff-4c37-8350-809bd90e9fbb {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9f16c7b5-ec39-4ca1-8569-8b15269d60a0 {
  margin-left: 10px;
margin-right: 10px;
}

#s-2ae62ae3-bbbb-4ea8-babd-3c356685b325 {
  background-color: rgba(241, 241, 241, 1);
}

@media (min-width: 0px) {
[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2ae62ae3-bbbb-4ea8-babd-3c356685b325"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1360c3dd-f4b2-4e4b-96e9-f824623c02da {
  text-align: center;
}




  #s-1360c3dd-f4b2-4e4b-96e9-f824623c02da img.shogun-image {
    
    width: px;
  }


#s-1360c3dd-f4b2-4e4b-96e9-f824623c02da .shogun-image-content {
  
    align-items: center;
  
}

#s-6d3e79e8-3005-463a-b5e5-3be3c1604a94 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-00eaf547-9484-49a4-a75a-762845682581 {
  margin-top: 20px;
margin-left: 50px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-00eaf547-9484-49a4-a75a-762845682581 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-edda6f10-115b-429a-ae29-fd8e76f259cb {
  margin-left: 50px;
margin-right: 250px;
}
@media (min-width: 1200px){#s-edda6f10-115b-429a-ae29-fd8e76f259cb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-edda6f10-115b-429a-ae29-fd8e76f259cb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-edda6f10-115b-429a-ae29-fd8e76f259cb {
  
}
}@media (max-width: 767px){#s-edda6f10-115b-429a-ae29-fd8e76f259cb {
  
}
}
#s-edda6f10-115b-429a-ae29-fd8e76f259cb hr {
  border: 0;
  width: 100%;
  border-top: 6px solid rgba(36, 166, 154, 1);
}

#s-298c2253-fa16-4b1a-b460-0866831c5c1a {
  margin-left: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-298c2253-fa16-4b1a-b460-0866831c5c1a {
  
}
}
#s-fe494b22-b126-4283-98f4-9d326d2e16b0 {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(241, 241, 241, 1);
}

@media (min-width: 0px) {
[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-fe494b22-b126-4283-98f4-9d326d2e16b0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c36ae378-13a9-4fc9-9ae5-ec5f8605d7b7 {
  margin-top: 20px;
margin-left: 50px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-c36ae378-13a9-4fc9-9ae5-ec5f8605d7b7 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-118ec2b6-5b16-4b1c-bb6a-e10289dd2aff {
  margin-left: 50px;
margin-right: 250px;
}
@media (min-width: 1200px){#s-118ec2b6-5b16-4b1c-bb6a-e10289dd2aff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-118ec2b6-5b16-4b1c-bb6a-e10289dd2aff {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-118ec2b6-5b16-4b1c-bb6a-e10289dd2aff {
  
}
}@media (max-width: 767px){#s-118ec2b6-5b16-4b1c-bb6a-e10289dd2aff {
  
}
}
#s-118ec2b6-5b16-4b1c-bb6a-e10289dd2aff hr {
  border: 0;
  width: 100%;
  border-top: 6px solid rgba(36, 166, 154, 1);
}

#s-d4ab499f-db1a-4692-a3dd-60ae20b3c58a {
  margin-left: 50px;
margin-right: 50px;
}

#s-332a0105-070f-4ef5-89c1-4045570a9dd1 {
  text-align: center;
}




  #s-332a0105-070f-4ef5-89c1-4045570a9dd1 img.shogun-image {
    
    width: px;
  }


#s-332a0105-070f-4ef5-89c1-4045570a9dd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9cd476d-fcb0-432c-b825-6d6f017c2606 {
  background-color: rgba(241, 241, 241, 1);
}

@media (min-width: 0px) {
[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a9cd476d-fcb0-432c-b825-6d6f017c2606"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-42b9fa58-4eb7-4d46-80c4-c9f5770aec25 {
  min-height: 50px;
background-color: rgba(241, 231, 200, 1);
}








#s-42b9fa58-4eb7-4d46-80c4-c9f5770aec25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42b9fa58-4eb7-4d46-80c4-c9f5770aec25.shg-box.shg-c {
  justify-content: center;
}

#s-c3aa3550-1569-400e-9d8b-d7b00c1a55d6 {
  text-align: center;
}




  #s-c3aa3550-1569-400e-9d8b-d7b00c1a55d6 img.shogun-image {
    
    width: px;
  }


#s-c3aa3550-1569-400e-9d8b-d7b00c1a55d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-de48e66c-c254-4ce6-aa12-998980571a07 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-42eadbd4-4cc4-4e0c-a4cf-4b1a2fda7e61 {
  margin-top: 2px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
}

#s-01a2b78d-5f55-4913-b3a5-c5719eba9e1d {
  margin-left: 50px;
margin-right: 250px;
}
@media (min-width: 1200px){#s-01a2b78d-5f55-4913-b3a5-c5719eba9e1d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-01a2b78d-5f55-4913-b3a5-c5719eba9e1d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-01a2b78d-5f55-4913-b3a5-c5719eba9e1d {
  
}
}@media (max-width: 767px){#s-01a2b78d-5f55-4913-b3a5-c5719eba9e1d {
  
}
}
#s-01a2b78d-5f55-4913-b3a5-c5719eba9e1d hr {
  border: 0;
  width: 100%;
  border-top: 6px solid rgba(36, 166, 154, 1);
}

#s-07a3ee30-f6e3-4154-8a25-e985e785b4a9 {
  margin-left: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-07a3ee30-f6e3-4154-8a25-e985e785b4a9 {
  
}
}
#s-c9e23efb-da61-4608-99da-fc43843b3479 {
  min-height: 50px;
}








#s-c9e23efb-da61-4608-99da-fc43843b3479 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9e23efb-da61-4608-99da-fc43843b3479.shg-box.shg-c {
  justify-content: center;
}

#s-4f5e0146-579b-42a6-83aa-81612429d4b3 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-4f5e0146-579b-42a6-83aa-81612429d4b3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4f5e0146-579b-42a6-83aa-81612429d4b3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4f5e0146-579b-42a6-83aa-81612429d4b3 {
  display: none;
}
#s-4f5e0146-579b-42a6-83aa-81612429d4b3, #wrap-s-4f5e0146-579b-42a6-83aa-81612429d4b3 { display:none !important; }}@media (max-width: 767px){#s-4f5e0146-579b-42a6-83aa-81612429d4b3 {
  display: none;
}
#s-4f5e0146-579b-42a6-83aa-81612429d4b3, #wrap-s-4f5e0146-579b-42a6-83aa-81612429d4b3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4f5e0146-579b-42a6-83aa-81612429d4b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8addb9bd-475b-4c8d-a5e4-305c5040341b {
  text-align: center;
opacity: 1;
}




  #s-8addb9bd-475b-4c8d-a5e4-305c5040341b img.shogun-image {
    
    width: px;
  }


#s-8addb9bd-475b-4c8d-a5e4-305c5040341b .shogun-image-content {
  
    align-items: center;
  
}

#s-8feb0230-caf8-4e6e-8ab5-e9ea62ca13ef {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8feb0230-caf8-4e6e-8ab5-e9ea62ca13ef .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2abdabdd-0b3e-4721-9b85-b08847b66861 {
  text-align: center;
opacity: 1;
}




  #s-2abdabdd-0b3e-4721-9b85-b08847b66861 img.shogun-image {
    
    width: px;
  }


#s-2abdabdd-0b3e-4721-9b85-b08847b66861 .shogun-image-content {
  
    align-items: center;
  
}

#s-67b39899-10bd-4648-9dd7-8fac696b9d8d {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-67b39899-10bd-4648-9dd7-8fac696b9d8d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 1200px){#s-f3b24cc3-485d-42ff-9907-720b811e656e {
  display: none;
}
#s-f3b24cc3-485d-42ff-9907-720b811e656e, #wrap-s-f3b24cc3-485d-42ff-9907-720b811e656e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3b24cc3-485d-42ff-9907-720b811e656e {
  display: none;
}
#s-f3b24cc3-485d-42ff-9907-720b811e656e, #wrap-s-f3b24cc3-485d-42ff-9907-720b811e656e { display:none !important; }}
@media (min-width: 0px) {
[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f3b24cc3-485d-42ff-9907-720b811e656e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e966f0d3-6920-4269-90fc-14920a7023cd {
  text-align: center;
opacity: 1;
}




  #s-e966f0d3-6920-4269-90fc-14920a7023cd img.shogun-image {
    
    width: px;
  }


#s-e966f0d3-6920-4269-90fc-14920a7023cd .shogun-image-content {
  
    align-items: center;
  
}

#s-9992a6f4-02f5-43d4-bbbc-5295bf5d1a39 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9992a6f4-02f5-43d4-bbbc-5295bf5d1a39 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2880f0bc-1871-4627-bb86-17df65d3df68 {
  text-align: center;
opacity: 1;
}




  #s-2880f0bc-1871-4627-bb86-17df65d3df68 img.shogun-image {
    
    width: px;
  }


#s-2880f0bc-1871-4627-bb86-17df65d3df68 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0c294aa-c940-4285-9eb2-56e21235c69a {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d0c294aa-c940-4285-9eb2-56e21235c69a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3780bdcc-7b53-4abd-8fa1-8aeedd711674 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

.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-53b3f65f-0e27-4406-a9af-0924009ac8f9 {
  border-style: solid;
margin-top: -1px;
margin-bottom: -1px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
background-color: rgba(36, 166, 154, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-53b3f65f-0e27-4406-a9af-0924009ac8f9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-53b3f65f-0e27-4406-a9af-0924009ac8f9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-53b3f65f-0e27-4406-a9af-0924009ac8f9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Ubuntu;
  display:  inline-block ;
}

#s-4228d454-ddcc-4571-86e5-7c850466bf35 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-79f94825-7f65-4eeb-a935-5a5e9ac42ab6 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 450px;
background-color: rgba(31, 29, 29, 1);
}
@media (max-width: 767px){#s-79f94825-7f65-4eeb-a935-5a5e9ac42ab6 {
  display: none;
}
#s-79f94825-7f65-4eeb-a935-5a5e9ac42ab6, #wrap-s-79f94825-7f65-4eeb-a935-5a5e9ac42ab6 { display:none !important; }}







#s-79f94825-7f65-4eeb-a935-5a5e9ac42ab6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79f94825-7f65-4eeb-a935-5a5e9ac42ab6.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-9b3f1009-0bfe-4c9c-84a9-a379178b3485 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-cb03ab0b-61ab-4866-8834-cd9bfa25a5bd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-161b01b6-373d-4c1f-a2b6-9bba1473e44b {
  text-align: left;
}




  #s-161b01b6-373d-4c1f-a2b6-9bba1473e44b img.shogun-image {
    
    width: px;
  }


#s-161b01b6-373d-4c1f-a2b6-9bba1473e44b .shogun-image-content {
  
    align-items: center;
  
}

#s-d0782136-c95c-40fc-ab25-ef259bfefbb1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-72420f2a-d7cf-45ac-8703-268a69f07862 {
  text-align: left;
}




  #s-72420f2a-d7cf-45ac-8703-268a69f07862 img.shogun-image {
    
    width: px;
  }


#s-72420f2a-d7cf-45ac-8703-268a69f07862 .shogun-image-content {
  
    align-items: center;
  
}

#s-64e0761e-1bd4-41da-afe9-f13e93c30662 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fb6c2643-eaf0-448e-9c70-791111b9143d {
  text-align: left;
}




  #s-fb6c2643-eaf0-448e-9c70-791111b9143d img.shogun-image {
    
    width: px;
  }


#s-fb6c2643-eaf0-448e-9c70-791111b9143d .shogun-image-content {
  
    align-items: center;
  
}

#s-96a16889-7048-4225-9508-90a800e80ddc {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-7bf013f7-cdd9-4bfb-8371-f0651a5f5aa1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-6d29f734-82bb-47a8-8af4-5399b8d508e9 {
  text-align: left;
}




  #s-6d29f734-82bb-47a8-8af4-5399b8d508e9 img.shogun-image {
    
    width: px;
  }


#s-6d29f734-82bb-47a8-8af4-5399b8d508e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0934b1a7-c226-4c1f-be93-c2599233683e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-40143969-ef91-4062-aab1-863633b38b79 {
  text-align: left;
}




  #s-40143969-ef91-4062-aab1-863633b38b79 img.shogun-image {
    
    width: px;
  }


#s-40143969-ef91-4062-aab1-863633b38b79 .shogun-image-content {
  
    align-items: center;
  
}

#s-410611af-de4a-4cbf-bbe6-3acb60bf6b22 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2474adf5-5369-42c3-866c-08c9e69b5002 {
  text-align: left;
}




  #s-2474adf5-5369-42c3-866c-08c9e69b5002 img.shogun-image {
    
    width: px;
  }


#s-2474adf5-5369-42c3-866c-08c9e69b5002 .shogun-image-content {
  
    align-items: center;
  
}

#s-621b4893-1813-44bf-a2af-7e55b17a4ce6 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-dab091f5-1897-40a2-8ae9-24c29b8f0c87"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-79435df0-2908-4863-96eb-6f639762fee9 {
  margin-left: 35px;
margin-right: 35px;
}

#s-12da4c2e-094a-40ff-b782-3d691a0f6ef0 {
  margin-left: 30px;
margin-right: 30px;
text-align: left;
}




  #s-12da4c2e-094a-40ff-b782-3d691a0f6ef0 img.shogun-image {
    
    width: px;
  }


#s-12da4c2e-094a-40ff-b782-3d691a0f6ef0 .shogun-image-content {
  
    align-items: center;
  
}

#s-8cd91291-ea44-4e38-b838-58d09823e065 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8cd91291-ea44-4e38-b838-58d09823e065 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-31bf565c-cf65-4c84-bdee-41249b42bc81 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-31bf565c-cf65-4c84-bdee-41249b42bc81 .shogun-heading-component h1 {
  color: rgba(227, 248, 246, 1);
  font-weight:  500 ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ab516584-5adb-4ec8-b59c-098ad195e8ca {
  margin-left: 0px;
margin-right: 0px;
}

#s-c2a83d57-0aa1-44b5-8192-ab7af327e3cd {
  text-align: left;
}




  #s-c2a83d57-0aa1-44b5-8192-ab7af327e3cd img.shogun-image {
    
    width: px;
  }


#s-c2a83d57-0aa1-44b5-8192-ab7af327e3cd .shogun-image-content {
  
    align-items: center;
  
}

#s-e1004adf-2506-4877-ab6b-08b26f19f831 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5cfcac9e-f687-4657-a145-23500d8664f9 {
  text-align: left;
}




  #s-5cfcac9e-f687-4657-a145-23500d8664f9 img.shogun-image {
    
    width: px;
  }


#s-5cfcac9e-f687-4657-a145-23500d8664f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6f57a21-8e8c-4893-bb3c-0c10eae74b96 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b97ed907-b43e-42ce-8471-4ff4f7c50408 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(218, 218, 218, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(31, 29, 29, 1);
}
#s-b97ed907-b43e-42ce-8471-4ff4f7c50408:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b97ed907-b43e-42ce-8471-4ff4f7c50408:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b97ed907-b43e-42ce-8471-4ff4f7c50408.shg-btn {
  color: rgba(31, 29, 29, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-48b97ea6-da16-477c-8eb7-b078e52d9cc4 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 450px;
background-color: rgba(31, 29, 29, 1);
}
@media (min-width: 1200px){#s-48b97ea6-da16-477c-8eb7-b078e52d9cc4 {
  display: none;
}
#s-48b97ea6-da16-477c-8eb7-b078e52d9cc4, #wrap-s-48b97ea6-da16-477c-8eb7-b078e52d9cc4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48b97ea6-da16-477c-8eb7-b078e52d9cc4 {
  display: none;
}
#s-48b97ea6-da16-477c-8eb7-b078e52d9cc4, #wrap-s-48b97ea6-da16-477c-8eb7-b078e52d9cc4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-48b97ea6-da16-477c-8eb7-b078e52d9cc4 {
  display: none;
}
#s-48b97ea6-da16-477c-8eb7-b078e52d9cc4, #wrap-s-48b97ea6-da16-477c-8eb7-b078e52d9cc4 { display:none !important; }}







#s-48b97ea6-da16-477c-8eb7-b078e52d9cc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48b97ea6-da16-477c-8eb7-b078e52d9cc4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-249846da-e95e-4cd2-b774-17fc1d9c2a94 {
  margin-left: 30px;
margin-right: 30px;
}

#s-231b4ea2-d3bd-4a6d-b213-d1ae3f482185 {
  padding-top: 8px;
padding-bottom: 8px;
}

#s-554b9fb8-552c-40e0-ab09-728c3b3e11c3 {
  text-align: left;
}




  #s-554b9fb8-552c-40e0-ab09-728c3b3e11c3 img.shogun-image {
    
    width: px;
  }


#s-554b9fb8-552c-40e0-ab09-728c3b3e11c3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-964f1d47-e72c-416f-aed0-487edd4dbac2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ad827883-45e6-4e87-afa7-bb4d702a086c {
  text-align: left;
}




  #s-ad827883-45e6-4e87-afa7-bb4d702a086c img.shogun-image {
    
    width: px;
  }


#s-ad827883-45e6-4e87-afa7-bb4d702a086c .shogun-image-content {
  
    align-items: center;
  
}

#s-3e513b95-5a42-4bcb-b7f1-f0ad71b818bf {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-78c24690-88c1-48dc-bba2-cdb37fcd2539 {
  text-align: left;
}




  #s-78c24690-88c1-48dc-bba2-cdb37fcd2539 img.shogun-image {
    
    width: px;
  }


#s-78c24690-88c1-48dc-bba2-cdb37fcd2539 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5d23f51-6884-4ed7-9400-ad73cca652ee {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e4cacd9a-9991-49fe-8401-8e27c7a2332f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2751966a-4ad0-46ff-9747-c4e736773d33 {
  text-align: left;
}




  #s-2751966a-4ad0-46ff-9747-c4e736773d33 img.shogun-image {
    
    width: px;
  }


#s-2751966a-4ad0-46ff-9747-c4e736773d33 .shogun-image-content {
  
    align-items: center;
  
}

#s-47f336f3-b587-4a32-856b-29575db1bdaf {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-d9961afd-b7ba-4465-8248-fee61dd935a4 {
  text-align: left;
}




  #s-d9961afd-b7ba-4465-8248-fee61dd935a4 img.shogun-image {
    
    width: px;
  }


#s-d9961afd-b7ba-4465-8248-fee61dd935a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f9a96b7-fcd7-4d5b-a565-d7a2e15edfb8 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-594353a8-d389-4b3f-b10f-d81d01d163bd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7c4aac1f-5ff1-4118-8add-496393258b7c {
  text-align: left;
}




  #s-7c4aac1f-5ff1-4118-8add-496393258b7c img.shogun-image {
    
    width: px;
  }


#s-7c4aac1f-5ff1-4118-8add-496393258b7c .shogun-image-content {
  
    align-items: center;
  
}

#s-08296102-b057-4f72-9969-f1a0a7435c2b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0509017c-b72a-4dca-867a-c18ed264afe9 {
  text-align: left;
}




  #s-0509017c-b72a-4dca-867a-c18ed264afe9 img.shogun-image {
    
    width: px;
  }


#s-0509017c-b72a-4dca-867a-c18ed264afe9 .shogun-image-content {
  
    align-items: center;
  
}

#s-62d357fe-76ed-41e3-add1-a3e027d89871 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-98a7025b-ab0e-487f-9dd7-da8b8148f740 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-07bcf98d-d0ab-46e2-9db0-a9c0c847ce3d {
  text-align: left;
}




  #s-07bcf98d-d0ab-46e2-9db0-a9c0c847ce3d img.shogun-image {
    
    width: px;
  }


#s-07bcf98d-d0ab-46e2-9db0-a9c0c847ce3d .shogun-image-content {
  
    align-items: center;
  
}

#s-af25ff26-6868-4451-841d-19f8974a31e2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ef682950-c26e-4440-bfb2-ba20814e2e98 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-cf75fd8a-3161-4fce-a9bc-44b7c1e461d5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(218, 218, 218, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(31, 29, 29, 1);
}
#s-cf75fd8a-3161-4fce-a9bc-44b7c1e461d5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cf75fd8a-3161-4fce-a9bc-44b7c1e461d5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cf75fd8a-3161-4fce-a9bc-44b7c1e461d5.shg-btn {
  color: rgba(31, 29, 29, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

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