.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;
}

.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-b6e24673-4e0c-44f0-9bbb-9bd29f9de335 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



.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-f132108d-2722-44f1-8050-1e06193c1f49 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
min-height: 50px;
background-color: rgba(78, 78, 78, 1);
}








#s-f132108d-2722-44f1-8050-1e06193c1f49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f132108d-2722-44f1-8050-1e06193c1f49.shg-box.shg-c {
  justify-content: center;
}

#s-9b314b90-fb9d-492d-a863-c633649c5e67 {
  min-height: 50px;
}








#s-9b314b90-fb9d-492d-a863-c633649c5e67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b314b90-fb9d-492d-a863-c633649c5e67.shg-box.shg-c {
  justify-content: center;
}

#s-34eede32-5404-4c5e-a741-f476087610e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34eede32-5404-4c5e-a741-f476087610e4 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-0f7a4cfb-bc52-4bd1-bd26-d3ae6fad6dc1 .shogun-countdown span, #s-0f7a4cfb-bc52-4bd1-bd26-d3ae6fad6dc1 .shogun-countdown label {
  color: #555;
}
#s-1d61803e-b65d-4f5f-9e39-dcb5be9018ec {
  padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-1d61803e-b65d-4f5f-9e39-dcb5be9018ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d61803e-b65d-4f5f-9e39-dcb5be9018ec.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-23fdde1d-b346-4976-93ea-06e2f35b8ad0 {
  padding-top: 0px;
padding-bottom: 30px;
text-align: center;
}




  #s-23fdde1d-b346-4976-93ea-06e2f35b8ad0 img.shogun-image {
    
    width: px;
  }


#s-23fdde1d-b346-4976-93ea-06e2f35b8ad0 .shogun-image-content {
  
    align-items: center;
  
}

#s-02b508ea-c4a6-4545-b40a-22648cb53ae7 {
  text-align: center;
}




  #s-02b508ea-c4a6-4545-b40a-22648cb53ae7 img.shogun-image {
    
    width: px;
  }


#s-02b508ea-c4a6-4545-b40a-22648cb53ae7 .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-de55ffc0-e7a0-43bb-94c2-49960212ebb1 {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de55ffc0-e7a0-43bb-94c2-49960212ebb1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b33b1555-222d-42e6-92d4-d307ac650f3a {
  text-align: center;
}




  #s-b33b1555-222d-42e6-92d4-d307ac650f3a img.shogun-image {
    
    width: px;
  }


#s-b33b1555-222d-42e6-92d4-d307ac650f3a .shogun-image-content {
  
    align-items: center;
  
}

#s-2c0bbc4b-e34c-4139-bbbf-83827bc78701 {
  padding-top: 50px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2c0bbc4b-e34c-4139-bbbf-83827bc78701"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b59103eb-4455-4032-b19d-a655c2cf9419 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b59103eb-4455-4032-b19d-a655c2cf9419 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a892d819-6f7c-43c6-8e2a-d4a07190f45a {
  text-align: center;
}




  #s-a892d819-6f7c-43c6-8e2a-d4a07190f45a img.shogun-image {
    
    width: px;
  }


#s-a892d819-6f7c-43c6-8e2a-d4a07190f45a .shogun-image-content {
  
    align-items: center;
  
}

#s-952258a9-0b4d-4146-a353-74921b62b162 {
  margin-top: 30px;
margin-bottom: 0px;
text-align: center;
}
#s-952258a9-0b4d-4146-a353-74921b62b162:active {margin-top: 30px !important;
margin-bottom: 0px !important;}



  #s-952258a9-0b4d-4146-a353-74921b62b162 img.shogun-image {
    
    width: px;
  }


#s-952258a9-0b4d-4146-a353-74921b62b162 .shogun-image-content {
  
    align-items: center;
  
}

#s-f1d864e6-cd37-4a71-a669-c56f07ee3423 {
  padding-top: 50px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f1d864e6-cd37-4a71-a669-c56f07ee3423"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fcd76f7f-a670-44b6-9624-ca56ac3f3917 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fcd76f7f-a670-44b6-9624-ca56ac3f3917 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-da0c2d8e-cacd-4ee4-bb30-29058419ed41 {
  text-align: center;
}




  #s-da0c2d8e-cacd-4ee4-bb30-29058419ed41 img.shogun-image {
    
    width: px;
  }


#s-da0c2d8e-cacd-4ee4-bb30-29058419ed41 .shogun-image-content {
  
    align-items: center;
  
}

#s-42fda55d-3c90-44c4-8478-1debd4fc7b7a {
  margin-top: 50px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
#s-42fda55d-3c90-44c4-8478-1debd4fc7b7a:active {margin-top: 50px !important;
margin-bottom: 30px !important;
padding-top: 50px !important;
padding-bottom: 50px !important;}



  #s-42fda55d-3c90-44c4-8478-1debd4fc7b7a img.shogun-image {
    
    width: px;
  }


#s-42fda55d-3c90-44c4-8478-1debd4fc7b7a .shogun-image-content {
  
    align-items: center;
  
}

#s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1c70cc3d-5f47-4dc6-ad1f-7e9b0c3b2fe2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d4c51ddd-188a-455f-9611-27e078be3855 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}




  #s-d4c51ddd-188a-455f-9611-27e078be3855 img.shogun-image {
    
    width: px;
  }


#s-d4c51ddd-188a-455f-9611-27e078be3855 .shogun-image-content {
  
    align-items: center;
  
}

#s-6903ef04-24db-4731-8670-d7a541552816 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6903ef04-24db-4731-8670-d7a541552816"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4df448d9-d092-4287-9bea-f9b0b13161c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4df448d9-d092-4287-9bea-f9b0b13161c4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-eb67b897-890b-4363-98a2-7ea2ca3ebc12 {
  margin-top: 50px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-eb67b897-890b-4363-98a2-7ea2ca3ebc12 img.shogun-image {
    
    width: px;
  }


#s-eb67b897-890b-4363-98a2-7ea2ca3ebc12 .shogun-image-content {
  
    align-items: center;
  
}

#s-1958cd45-da41-42c3-82bc-aa0eca062b64 {
  text-align: center;
}




  #s-1958cd45-da41-42c3-82bc-aa0eca062b64 img.shogun-image {
    
    width: px;
  }


#s-1958cd45-da41-42c3-82bc-aa0eca062b64 .shogun-image-content {
  
    align-items: center;
  
}

#s-74ad3182-7e8c-4024-8b31-be4be7708ae5 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}




  #s-74ad3182-7e8c-4024-8b31-be4be7708ae5 img.shogun-image {
    
    width: px;
  }


#s-74ad3182-7e8c-4024-8b31-be4be7708ae5 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ff8ff0f-5ad6-454a-9527-e45f42e6e202 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-0ff8ff0f-5ad6-454a-9527-e45f42e6e202 img.shogun-image {
    
    width: px;
  }


#s-0ff8ff0f-5ad6-454a-9527-e45f42e6e202 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ff13636-c163-4466-91de-319ea3a8f630 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-position: center top;
}








#s-9ff13636-c163-4466-91de-319ea3a8f630 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ff13636-c163-4466-91de-319ea3a8f630.shg-box.shg-c {
  justify-content: center;
}

#s-a6ebbf85-2db8-4bfe-8146-f367fccc77f2 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: center;
}

#s-a6ebbf85-2db8-4bfe-8146-f367fccc77f2 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f7981637-fbc4-40c4-886b-6b12031475ae {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-f7981637-fbc4-40c4-886b-6b12031475ae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

#s-14b7da34-0ae4-4494-84d6-dfe4def28dba {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 3px;
padding-right: 30px;
text-align: center;
}




  #s-14b7da34-0ae4-4494-84d6-dfe4def28dba img.shogun-image {
    
    width: px;
  }


#s-14b7da34-0ae4-4494-84d6-dfe4def28dba .shogun-image-content {
  
    align-items: center;
  
}

#s-8939b1ea-94d4-42ec-b6b2-70892551c300 {
  margin-top: 0px;
margin-bottom: -30px;
padding-bottom: 50px;
}

.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-42c10a08-9e0e-4c24-ba37-e1843ecdd87a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 15px;
padding-left: 19px;
padding-bottom: 15px;
padding-right: 19px;
border-radius: 0px;
max-width: 153px;
text-align: center;
background-color: rgba(1, 101, 181, 1);
font-size: 16px;
color: #ffffff;
text-decoration: none;
}
#s-42c10a08-9e0e-4c24-ba37-e1843ecdd87a:hover {background-color: rgba(0, 122, 220, 1) !important;
font-size: 16px !important;
text-decoration: none !important;}#s-42c10a08-9e0e-4c24-ba37-e1843ecdd87a:active {background-color: rgba(0, 122, 220, 1) !important;
font-size: 16px !important;
text-decoration: none !important;}


#s-42c10a08-9e0e-4c24-ba37-e1843ecdd87a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-d65e4335-8efd-4ba8-977e-b417dee4ca1e {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 4px;
padding-right: 30px;
text-align: center;
}




  #s-d65e4335-8efd-4ba8-977e-b417dee4ca1e img.shogun-image {
    
    width: px;
  }


#s-d65e4335-8efd-4ba8-977e-b417dee4ca1e .shogun-image-content {
  
    align-items: center;
  
}

#s-e9d60720-1df5-4582-ac62-b82d935334e7 {
  margin-top: 0px;
margin-bottom: -30px;
padding-bottom: 50px;
}

#s-9eb2bb3a-253a-4d1b-b01f-3064f12b296b {
  margin-bottom: -5px;
}

#s-8f2e41aa-78f7-421d-a8cd-7ef769ac188b {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 15px;
padding-left: 19px;
padding-bottom: 15px;
padding-right: 19px;
border-radius: 0px;
max-width: 153px;
text-align: center;
background-color: rgba(1, 101, 181, 1);
font-size: 16px;
color: #ffffff;
text-decoration: none;
}
#s-8f2e41aa-78f7-421d-a8cd-7ef769ac188b:hover {background-color: rgba(0, 122, 220, 1) !important;
font-size: 16px !important;
text-decoration: none !important;}#s-8f2e41aa-78f7-421d-a8cd-7ef769ac188b:active {background-color: rgba(0, 122, 220, 1) !important;
font-size: 16px !important;
text-decoration: none !important;}


#s-8f2e41aa-78f7-421d-a8cd-7ef769ac188b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-a7b88d4a-12dd-4e45-8a11-5e4f10a2f6b0 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 30px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}




  #s-a7b88d4a-12dd-4e45-8a11-5e4f10a2f6b0 img.shogun-image {
    
    width: px;
  }


#s-a7b88d4a-12dd-4e45-8a11-5e4f10a2f6b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-86c60081-5b4c-4203-8721-dd5c81816a45 {
  margin-top: 0px;
margin-bottom: -30px;
padding-bottom: 50px;
}

#s-89805c4d-bd6d-43ac-90a6-a21c074f8687 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 15px;
padding-left: 19px;
padding-bottom: 15px;
padding-right: 19px;
border-radius: 0px;
max-width: 153px;
text-align: center;
background-color: rgba(1, 101, 181, 1);
font-size: 16px;
color: #ffffff;
text-decoration: none;
}
#s-89805c4d-bd6d-43ac-90a6-a21c074f8687:hover {background-color: rgba(0, 122, 220, 1) !important;
font-size: 16px !important;
text-decoration: none !important;}#s-89805c4d-bd6d-43ac-90a6-a21c074f8687:active {background-color: rgba(0, 122, 220, 1) !important;
font-size: 16px !important;
text-decoration: none !important;}


#s-89805c4d-bd6d-43ac-90a6-a21c074f8687.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-c6fc3866-aa7f-4890-99a7-b876e12e1af4 {
  padding-top: 0px;
padding-bottom: 30px;
text-align: center;
}




  #s-c6fc3866-aa7f-4890-99a7-b876e12e1af4 img.shogun-image {
    
    width: px;
  }


#s-c6fc3866-aa7f-4890-99a7-b876e12e1af4 .shogun-image-content {
  
    align-items: center;
  
}

#s-93621b61-1e7f-49bc-9f13-7b20120753fa {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}




  #s-93621b61-1e7f-49bc-9f13-7b20120753fa img.shogun-image {
    
    width: px;
  }


#s-93621b61-1e7f-49bc-9f13-7b20120753fa .shogun-image-content {
  
    align-items: center;
  
}

#s-bcd9f481-06f2-46cc-b26c-acb895094739 {
  padding-top: 50px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bcd9f481-06f2-46cc-b26c-acb895094739"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a3aeb875-90b8-4a31-a271-2ea2774955ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3aeb875-90b8-4a31-a271-2ea2774955ad .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fb5b14c8-3232-4ad2-8fa6-1f18e7b8e63d {
  text-align: center;
}




  #s-fb5b14c8-3232-4ad2-8fa6-1f18e7b8e63d img.shogun-image {
    
    width: px;
  }


#s-fb5b14c8-3232-4ad2-8fa6-1f18e7b8e63d .shogun-image-content {
  
    align-items: center;
  
}

#s-d743288a-a365-4b23-89f9-e59c6585c8f9 {
  padding-top: 30px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d743288a-a365-4b23-89f9-e59c6585c8f9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6b5b3017-782d-4ce2-895e-1587867db659 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6b5b3017-782d-4ce2-895e-1587867db659 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f794d716-02ae-458c-9970-1a1776d1b419 {
  margin-top: 50px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-f794d716-02ae-458c-9970-1a1776d1b419 img.shogun-image {
    
    width: px;
  }


#s-f794d716-02ae-458c-9970-1a1776d1b419 .shogun-image-content {
  
    align-items: center;
  
}

#s-73f9b4cf-ed40-4a88-bb01-f4fc21e8ac46 {
  text-align: center;
}




  #s-73f9b4cf-ed40-4a88-bb01-f4fc21e8ac46 img.shogun-image {
    
    width: px;
  }


#s-73f9b4cf-ed40-4a88-bb01-f4fc21e8ac46 .shogun-image-content {
  
    align-items: center;
  
}

#s-53e94b92-ae67-451a-8063-8d1e552f9354 {
  padding-top: 30px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-53e94b92-ae67-451a-8063-8d1e552f9354"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d25382d8-3bdb-447d-adbd-8fd3027c43c5 {
  margin-top: 50px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-d25382d8-3bdb-447d-adbd-8fd3027c43c5 img.shogun-image {
    
    width: px;
  }


#s-d25382d8-3bdb-447d-adbd-8fd3027c43c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9 {
  padding-top: 0px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b38c231a-b9d6-48e4-9cb1-3b9921b796c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fb4c575d-4fd1-4fb3-8c13-c3b4a3ac193f {
  padding-top: 0px;
padding-bottom: 30px;
text-align: center;
}




  #s-fb4c575d-4fd1-4fb3-8c13-c3b4a3ac193f img.shogun-image {
    
    width: px;
  }


#s-fb4c575d-4fd1-4fb3-8c13-c3b4a3ac193f .shogun-image-content {
  
    align-items: center;
  
}

#s-9e38e5c1-c78f-4b65-a687-b025778493ff {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 30px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9e38e5c1-c78f-4b65-a687-b025778493ff"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-204e31b1-32ca-4ce3-bb10-6507831fe1eb {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-204e31b1-32ca-4ce3-bb10-6507831fe1eb img.shogun-image {
    
    width: px;
  }


#s-204e31b1-32ca-4ce3-bb10-6507831fe1eb .shogun-image-content {
  
    align-items: center;
  
}

#s-88cc3b61-dedb-4518-9d6f-2809a47569d6 {
  margin-top: 50px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-88cc3b61-dedb-4518-9d6f-2809a47569d6 img.shogun-image {
    
    width: px;
  }


#s-88cc3b61-dedb-4518-9d6f-2809a47569d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-dadd6d99-f0f9-4765-9f05-9c5836472694 {
  text-align: center;
}




  #s-dadd6d99-f0f9-4765-9f05-9c5836472694 img.shogun-image {
    
    width: px;
  }


#s-dadd6d99-f0f9-4765-9f05-9c5836472694 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba6d193e-7303-4f26-9340-2a6655724c41 {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ba6d193e-7303-4f26-9340-2a6655724c41"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-68a6da4e-2ca2-4ace-a847-d112e0fcb25f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68a6da4e-2ca2-4ace-a847-d112e0fcb25f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7e320f43-63c7-4a0d-a3ec-02345a430421 {
  text-align: center;
}




  #s-7e320f43-63c7-4a0d-a3ec-02345a430421 img.shogun-image {
    
    width: px;
  }


#s-7e320f43-63c7-4a0d-a3ec-02345a430421 .shogun-image-content {
  
    align-items: center;
  
}

#s-2275267e-295a-4d7b-9d69-872786c99027 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-2275267e-295a-4d7b-9d69-872786c99027 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2275267e-295a-4d7b-9d69-872786c99027.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-80eafa0e-c467-4385-a63e-966f36dd7904"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f1546df9-61c5-4044-afdd-65ff0a1f5e50 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-f1546df9-61c5-4044-afdd-65ff0a1f5e50 img.shogun-image {
    
    width: px;
  }


#s-f1546df9-61c5-4044-afdd-65ff0a1f5e50 .shogun-image-content {
  
    align-items: center;
  
}

#s-34378999-1877-419c-9439-6fdb3daea550 {
  text-align: center;
}




  #s-34378999-1877-419c-9439-6fdb3daea550 img.shogun-image {
    
    width: px;
  }


#s-34378999-1877-419c-9439-6fdb3daea550 .shogun-image-content {
  
    align-items: center;
  
}

#s-4483b886-4ff5-450f-9ca3-91829d127d03 {
  padding-top: 50px;
padding-bottom: 30px;
text-align: center;
}




  #s-4483b886-4ff5-450f-9ca3-91829d127d03 img.shogun-image {
    
    width: px;
  }


#s-4483b886-4ff5-450f-9ca3-91829d127d03 .shogun-image-content {
  
    align-items: center;
  
}

#s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804 {
  
}

@media (min-width: 0px) {
[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9cd6d10a-3e78-4c28-8eae-5d61b6fc9804"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7868912d-9960-4636-8317-d7830bf46c1d {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}




  #s-7868912d-9960-4636-8317-d7830bf46c1d img.shogun-image {
    
    width: px;
  }


#s-7868912d-9960-4636-8317-d7830bf46c1d .shogun-image-content {
  
    align-items: center;
  
}

#s-b1011e95-17b2-4d10-80d3-2be23177daea {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b1011e95-17b2-4d10-80d3-2be23177daea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9b72c879-4655-436b-89f9-d1fb3eaba2ee {
  
}

@media (min-width: 0px) {
[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9b72c879-4655-436b-89f9-d1fb3eaba2ee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-31e94daa-c6a3-421e-bf87-473dbfecf4a8 {
  text-align: center;
}




  #s-31e94daa-c6a3-421e-bf87-473dbfecf4a8 img.shogun-image {
    
    width: px;
  }


#s-31e94daa-c6a3-421e-bf87-473dbfecf4a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b8e1070-0d94-47c0-ac06-d42e45313576 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}




  #s-2b8e1070-0d94-47c0-ac06-d42e45313576 img.shogun-image {
    
    width: px;
  }


#s-2b8e1070-0d94-47c0-ac06-d42e45313576 .shogun-image-content {
  
    align-items: center;
  
}

#s-08f8fa85-d227-4ffb-b231-7e1450319e6c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-08f8fa85-d227-4ffb-b231-7e1450319e6c img.shogun-image {
    
    width: px;
  }


#s-08f8fa85-d227-4ffb-b231-7e1450319e6c .shogun-image-content {
  
    align-items: center;
  
}

#s-3df69494-cfd9-4d8c-a1ca-5e8fdfeda507 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}




  #s-3df69494-cfd9-4d8c-a1ca-5e8fdfeda507 img.shogun-image {
    
    width: px;
  }


#s-3df69494-cfd9-4d8c-a1ca-5e8fdfeda507 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224 {
  
}

@media (min-width: 0px) {
[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a0b17a8d-f5d0-4e5d-b929-7a62ef2a4224"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-75fa846e-83a3-4a66-97e3-6266caff44fa {
  padding-top: 50px;
padding-bottom: 30px;
text-align: center;
}




  #s-75fa846e-83a3-4a66-97e3-6266caff44fa img.shogun-image {
    
    width: px;
  }


#s-75fa846e-83a3-4a66-97e3-6266caff44fa .shogun-image-content {
  
    align-items: center;
  
}

#s-c9878075-7805-4baf-ae10-034d7959bf4a {
  text-align: center;
}




  #s-c9878075-7805-4baf-ae10-034d7959bf4a img.shogun-image {
    
    width: px;
  }


#s-c9878075-7805-4baf-ae10-034d7959bf4a .shogun-image-content {
  
    align-items: center;
  
}

#s-4cab5b61-2e77-48f0-b376-acd320816d81 {
  padding-top: 30px;
padding-bottom: 20px;
text-align: center;
}




  #s-4cab5b61-2e77-48f0-b376-acd320816d81 img.shogun-image {
    
    width: px;
  }


#s-4cab5b61-2e77-48f0-b376-acd320816d81 .shogun-image-content {
  
    align-items: center;
  
}

#s-574bdfcb-cd0d-497f-8cc7-c81f55bd4342 {
  text-align: center;
}




  #s-574bdfcb-cd0d-497f-8cc7-c81f55bd4342 img.shogun-image {
    
    width: px;
  }


#s-574bdfcb-cd0d-497f-8cc7-c81f55bd4342 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f42ee16-a575-4ed7-a113-96de35a56975 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-2f42ee16-a575-4ed7-a113-96de35a56975 img.shogun-image {
    
    width: px;
  }


#s-2f42ee16-a575-4ed7-a113-96de35a56975 .shogun-image-content {
  
    align-items: center;
  
}

#s-e31148f5-ae61-424d-a7a2-02337366053a {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-e31148f5-ae61-424d-a7a2-02337366053a img.shogun-image {
    
    width: px;
  }


#s-e31148f5-ae61-424d-a7a2-02337366053a .shogun-image-content {
  
    align-items: center;
  
}

#s-85ecbb2b-07ef-4da3-967e-46fe9c79d96d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-85ecbb2b-07ef-4da3-967e-46fe9c79d96d img.shogun-image {
    
    width: px;
  }


#s-85ecbb2b-07ef-4da3-967e-46fe9c79d96d .shogun-image-content {
  
    align-items: center;
  
}

#s-c6fdd221-f85d-4174-b2d1-a373b428a6ae {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 60px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
padding-top: 0px;
padding-left: 40px;
padding-bottom: 0px;
padding-right: 40px;
min-height: 150px;
background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px){#s-c6fdd221-f85d-4174-b2d1-a373b428a6ae {
  
}
}@media (max-width: 767px){#s-c6fdd221-f85d-4174-b2d1-a373b428a6ae {
  
}
}







#s-c6fdd221-f85d-4174-b2d1-a373b428a6ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6fdd221-f85d-4174-b2d1-a373b428a6ae.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4 {
  padding-top: 40px;
padding-left: 10px;
padding-bottom: 40px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c9cc88ba-5bb9-40ba-b13e-5e073b39f5b4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1425c8fd-2a76-40dc-bb52-526986fb6d19 {
  
}

#s-2dea3f1e-bb7d-4e5c-9a1f-773b621468d2 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 2px;
text-align: center;
background-color: rgba(91, 183, 255, 1);
text-decoration: none;
}
#s-2dea3f1e-bb7d-4e5c-9a1f-773b621468d2:hover {background-color: rgba(168, 217, 255, 1) !important;
text-decoration: none !important;}#s-2dea3f1e-bb7d-4e5c-9a1f-773b621468d2:active {background-color: rgba(168, 217, 255, 1) !important;
text-decoration: none !important;}


#s-2dea3f1e-bb7d-4e5c-9a1f-773b621468d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f46c959f-1993-447f-a9f5-2db02a829ca4 {
  padding-top: 50px;
padding-bottom: 30px;
text-align: center;
}




  #s-f46c959f-1993-447f-a9f5-2db02a829ca4 img.shogun-image {
    
    width: px;
  }


#s-f46c959f-1993-447f-a9f5-2db02a829ca4 .shogun-image-content {
  
    align-items: center;
  
}

#s-8666d309-e87c-4c65-a65f-5444c49f0285 {
  text-align: center;
}




  #s-8666d309-e87c-4c65-a65f-5444c49f0285 img.shogun-image {
    
    width: px;
  }


#s-8666d309-e87c-4c65-a65f-5444c49f0285 .shogun-image-content {
  
    align-items: center;
  
}

#s-239d645c-c448-4252-87cd-c2900e4b4fed {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-239d645c-c448-4252-87cd-c2900e4b4fed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fd1d6015-818f-41bb-aec0-4c3acedada09 {
  padding-top: 20px;
padding-left: 0px;
padding-bottom: 30px;
text-align: center;
}




  #s-fd1d6015-818f-41bb-aec0-4c3acedada09 img.shogun-image {
    
    width: px;
  }


#s-fd1d6015-818f-41bb-aec0-4c3acedada09 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8 {
  
}

@media (min-width: 0px) {
[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ac5c7618-fcce-4f94-a8a2-87e1feec2ea8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5ead1c5c-c898-42a4-830d-42ffca88fe1b {
  padding-top: 30px;
padding-left: 0px;
padding-bottom: 30px;
padding-right: 0px;
text-align: center;
}




  #s-5ead1c5c-c898-42a4-830d-42ffca88fe1b img.shogun-image {
    
    width: px;
  }


#s-5ead1c5c-c898-42a4-830d-42ffca88fe1b .shogun-image-content {
  
    align-items: center;
  
}

#s-379b549b-34ba-4043-a0c9-b91e041aecf9 {
  padding-top: 20px;
padding-bottom: 30px;
text-align: center;
}




  #s-379b549b-34ba-4043-a0c9-b91e041aecf9 img.shogun-image {
    
    width: px;
  }


#s-379b549b-34ba-4043-a0c9-b91e041aecf9 .shogun-image-content {
  
    align-items: center;
  
}

#s-511505d4-fd18-4646-aceb-aac984b8e8c2 {
  text-align: center;
}




  #s-511505d4-fd18-4646-aceb-aac984b8e8c2 img.shogun-image {
    
    width: px;
  }


#s-511505d4-fd18-4646-aceb-aac984b8e8c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-76641bd3-c492-4d69-9f10-09da532cd679 {
  
}

@media (min-width: 0px) {
[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-76641bd3-c492-4d69-9f10-09da532cd679"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4b5e6285-88b8-474a-a6b0-2717298f1875 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-4b5e6285-88b8-474a-a6b0-2717298f1875 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-323e21d7-2e70-4cc6-9c35-c24d87c9f83a {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}




  #s-323e21d7-2e70-4cc6-9c35-c24d87c9f83a img.shogun-image {
    
    width: px;
  }


#s-323e21d7-2e70-4cc6-9c35-c24d87c9f83a .shogun-image-content {
  
    align-items: center;
  
}

#s-36f7d595-2d4a-4e33-a211-422a65035ed7 {
  text-align: center;
}




  #s-36f7d595-2d4a-4e33-a211-422a65035ed7 img.shogun-image {
    
    width: px;
  }


#s-36f7d595-2d4a-4e33-a211-422a65035ed7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6a5dcdc-2c96-444e-9ecc-bee028659358 {
  padding-top: 20px;
padding-bottom: 30px;
text-align: center;
}




  #s-e6a5dcdc-2c96-444e-9ecc-bee028659358 img.shogun-image {
    
    width: px;
  }


#s-e6a5dcdc-2c96-444e-9ecc-bee028659358 .shogun-image-content {
  
    align-items: center;
  
}

#s-77af4fe4-07e0-47cc-8798-9d4d1ef49c5e {
  text-align: center;
}




  #s-77af4fe4-07e0-47cc-8798-9d4d1ef49c5e img.shogun-image {
    
    width: px;
  }


#s-77af4fe4-07e0-47cc-8798-9d4d1ef49c5e .shogun-image-content {
  
    align-items: center;
  
}

#s-06ccb1e3-d598-4603-a811-d8e823afacc2 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}




  #s-06ccb1e3-d598-4603-a811-d8e823afacc2 img.shogun-image {
    
    width: px;
  }


#s-06ccb1e3-d598-4603-a811-d8e823afacc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-07daa115-411a-4b92-9830-c74ab6a9ca34 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
min-height: 350px;
background-position: center center;
}








#s-07daa115-411a-4b92-9830-c74ab6a9ca34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07daa115-411a-4b92-9830-c74ab6a9ca34.shg-box.shg-c {
  justify-content: flex-start;
}

#s-52c2d2a9-3775-4aa2-b6e0-0a31dc88e65a {
  margin-top: 54px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}

#s-52c2d2a9-3775-4aa2-b6e0-0a31dc88e65a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ef748ec6-d3e5-402a-a9f1-4f96a5ac3825 {
  box-shadow:    #515151;
margin-top: 0px;
margin-bottom: 0em;
}

#s-eeb47566-d18e-4e1b-a254-8a6a8ad450f9 {
  margin-top: 15px;
margin-bottom: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 2px;
text-align: center;
background-color: rgba(91, 183, 255, 1);
text-decoration: none;
}
#s-eeb47566-d18e-4e1b-a254-8a6a8ad450f9:hover {background-color: rgba(168, 217, 255, 1) !important;
text-decoration: none !important;}#s-eeb47566-d18e-4e1b-a254-8a6a8ad450f9:active {background-color: rgba(168, 217, 255, 1) !important;
text-decoration: none !important;}


#s-eeb47566-d18e-4e1b-a254-8a6a8ad450f9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Montserrat;
  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;
  }
}

#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;
}
